:root,
body {
  --primary-color: #285DAD;
  --secondary-gradient-color: linear-gradient(to right, #0862CB, #1D4B90);
  --secondary-gradient-color-hover: linear-gradient(to left, #0862CB, #1D4B90);
  --table-title-bg-color: linear-gradient(90deg, #285DAD 0%, #1D4B90 100%);
  --white-color: #FFFFFF;
  --black-color: #000000;
  --bg-color-shade-one: #D3D3D3;
  --bg-color-shade-two: #DCDCDC;
  --bg-color-shade-three: #E7E4E4;
  --bg-color-shade-four: #E9E9E9;
  --bg-color-shade-five: #F5F5F5;
  --bg-color-shade-six: #1D4B90;
  --bg-color-shade-seven: #383838;
  --text-color-one: #1E1E1E;
  --text-color-two: #3B3B3B;
  --text-color-three: #4F4F4F;
  --text-color-four: #626262;
  --footer-text-color-one: #333333;
  --footer-text-color-two: #5F5F5F;
  --footer-text-color-three: #777777;
  --menu-gray-shade-one: #D3D9DA;
  --menu-gray-shade-two: #F0F0F0;
  --menu-gray-shade-three: #F1F1F1;
  --menu-gray-shade-four: #F9F9F9;
  --bg-red-color: #dd0000;
  --light-blue-color: #ACD6E0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol[class],
ul[class] li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--black-color);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

img,
svg,
video,
.img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.text-left {
  text-align: left;
}

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

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

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

.py-unset {
  padding-top: unset;
  padding-bottom: unset;
}

.pt-unset {
  padding-top: unset;
}

.pb-unset {
  padding-bottom: unset;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.container,
.container_sm,
.container-lg {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.container_sm {
  max-width: 1024px;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1440px;
  }
  .container_sm {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1670px;
  }
}
* {
  box-sizing: border-box;
  word-break: break-word;
}
*::after, *::before {
  box-sizing: border-box;
}
*::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

html {
  padding: 0px;
  margin: 0px;
  color-scheme: light dark;
  scroll-behavior: auto;
  font-size: 16px;
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}
html.ux4g-bg-white footer a, html.ux4g-bg-white footer h5, html.ux4g-bg-white footer h4, html.ux4g-bg-white footer span, html.ux4g-bg-white footer p {
  color: var(--black-color) !important;
}
html body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  color: var(--black-color);
  background-color: var(--white-color);
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  touch-action: manipulation;
}
html body.dark input::placeholder {
  color: var(--white-color);
}
html body.dark .enumenu_ul li.has-children > a .top-arrow svg > path {
  fill: var(--white-color);
}
h1 {
  font-size: clamp(2.1875rem, 1.6667rem + 1.6667vw, 2.8125rem);
}

h2 {
  font-size: clamp(1.875rem, 1.7188rem + 0.5vw, 2rem);
}

h3 {
  font-size: clamp(1.375rem, 1.0625rem + 1vw, 1.75rem);
}

h4 {
  font-size: clamp(1.3rem, 0.8125rem + 1vw, 1.5rem);
}

h5 {
  font-size: clamp(1rem, 0.7917rem + 0.6667vw, 1.25rem);
}

h6 {
  font-size: clamp(0.8125rem, 0.7604rem + 0.1667vw, 0.875rem);
}

p {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--black-color);
  transition: all 400ms ease;
}

html body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
html body ul li {
  list-style: none;
}

input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  min-width: 200px;
}
@media (max-width: 767px) {
  input,
  select,
  textarea {
    min-width: 170px;
  }
}

select, input {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: var(--white-color);
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  max-width: 250px;
}

input[type=search] {
  outline-offset: -2px;
}

.card-wrapper {
  --card-spacing: 20px 15px 40px;
  --img-height: 136px;
  --btn-bx-height: 40px;
  margin-bottom: var(--btn-bx-height);
}
.card-wrapper .card-bx {
  padding: var(--card-spacing);
  box-shadow: 0px 3.73px 3.73px 0px rgba(94, 94, 94, 0.2509803922);
  background-color: var(--white-color);
  display: flex;
  gap: 10px;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 1279px) {
  .card-wrapper .card-bx {
    height: 100%;
  }
}
.card-wrapper .card-bx .image-bx {
  overflow: hidden;
  flex: 0 0 var(--img-height);
  border-radius: 10px;
  box-shadow: 0px 0px 13.04px 0px rgba(0, 0, 0, 0.1490196078);
}
.card-wrapper .card-bx .image-bx img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.card-wrapper .card-bx .content-bx .date-posted {
  display: flex;
  justify-content: space-between;
}
.card-wrapper .card-bx .content-bx .date-posted .date {
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 500;
  display: flex;
  align-items: center;
}
.card-wrapper .card-bx .content-bx .date-posted .date .calender-icon {
  height: 14px;
  width: 14px;
  background-image: url(../../images/calender.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  margin-top: -2px;
}
.card-wrapper .card-bx .content-bx .date-posted .added-new {
  display: inline-block;
  background-color: var(--bg-red-color);
  color: var(--white-color);
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.6;
  padding-inline: 3px;
  min-width: 32px;
  align-self: flex-start;
}
.card-wrapper .card-bx .content-bx p {
  font-size: 14px;
  line-height: normal;
  margin: 8px 0 0;
  color: var(--black-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.card-wrapper .btn_wrap {
  text-align: center;
  margin-block: calc(var(--btn-bx-height) / -2);
}

.mfp-container {
  padding: 0 15px !important;
}
.mfp-container .mfp-close {
  font-size: 50px;
  margin-top: -20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn {
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  padding: 14px 42px;
  border-radius: 15px;
  color: var(--white-color);
  background: var(--secondary-gradient-color);
  transition: background 400ms linear;
  min-width: 190px;
  gap: 10px;
  border: none;
}
@media (max-width: 767px) {
  .btn {
    padding: 12px 20px;
    font-size: 13px;
  }
}
.btn > em {
  min-width: 20px;
  min-height: 11px;
}
.btn > em > svg {
  width: 100%;
  height: 100%;
  transform: translateX(0px);
  transition: transform 200ms linear;
}
.btn > em > svg path {
  fill: var(--white-color);
  visibility: visible;
}
.btn:hover, .btn:focus {
  background: var(--secondary-gradient-color-hover);
  transition: background 2s linear;
}
.btn:hover > em > svg, .btn:focus > em > svg {
  transform: translateX(5px);
}
.btn:active {
  outline: none;
  transform: scale(0.9);
}
.btn[disabled], .btn.disabled {
  filter: opacity(0.5);
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn_primary {
  padding: 10px 32px 10px 24px;
  min-width: 170px;
  font-size: 15px;
  line-height: 20px;
}
.btn.btn_secondary {
  background: var(--white-color);
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .btn.btn_secondary {
    min-width: 130px;
  }
}
.btn.btn_secondary > em > svg path {
  fill: var(--primary-color);
}
.btn.btn-only-link {
  min-width: 140px;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  background: transparent;
  color: var(--primary-color);
  padding: 0;
  border: 0;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  position: relative;
}
.btn.btn-only-link:hover span:before, .btn.btn-only-link:focus span:before {
  width: 100%;
  left: 0;
}
.btn.btn-only-link:active {
  transform: unset;
}
.btn.btn-only-link span {
  position: relative;
}
.btn.btn-only-link span:before {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  top: 102%;
  right: 0;
  background-color: var(--primary-color);
  transition: 0.5s width ease;
}
.btn.btn-only-link > em > svg path {
  fill: var(--primary-color);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

header {
  background-color: var(--white-color);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 111;
}
header .upper-top-header {
  background: var(--secondary-gradient-color);
  padding: 8px 0;
  box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 1279px) {
  header .upper-top-header {
    display: none;
  }
}
header .upper-top-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1800px) {
  header .upper-top-header .container {
    padding-inline: 0;
  }
  header .upper-top-header .container .celebration-block > a {
    padding-right: 0;
  }
}
header .upper-top-header .container li:not(:last-child) {
  border-right: 1px solid var(--white-color);
  line-height: 1.25;
}
header .upper-top-header .container li:first-child a {
  padding-left: 0;
}
header .upper-top-header .container a {
  color: var(--white-color);
  font-size: 13px;
  padding-inline: 10px;
}
header .upper-top-header .container a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
header .upper-top-header .container .upper-links {
  display: flex;
  align-items: center;
}
header .upper-top-header .container .celebration-block {
  display: flex;
  gap: 10px;
}
header .urban-logo {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 480px;
}
@media (max-width: 1279px) {
  header .urban-logo {
    display: none;
  }
}
header .urban-logo .site-logo-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-left: 10px;
  color: var(--black-color);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  header .urban-logo .site-logo-title {
    font-size: 15px;
    line-height: 1.3;
  }
}
header .urban-logo .site-logo-title span {
  color: var(--primary-color);
  display: block;
  font-weight: 400;
  font-size: 26px;
  margin-top: 5px;
}
@media (min-width: 1560px) {
  header .urban-logo .site-logo-title span {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  header .urban-logo .site-logo-title span {
    font-size: 18px;
    margin-top: 0;
  }
}
header .top-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-block: 6px;
  position: relative;
  z-index: 99;
}
@media (min-width: 1800px) {
  header .top-header {
    padding-inline: 0;
  }
}
@media (max-width: 1279px) {
  header .top-header {
    padding-block: 16px;
  }
}
@media (max-width: 991px) {
  header .top-header {
    padding-block: 10px;
  }
}
@media (max-width: 539px) {
  header .top-header {
    flex-wrap: nowrap;
  }
}
header .top-header .top-header-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1279px) {
  header .top-header .top-header-content {
    padding-right: 0;
    width: 100%;
    flex-wrap: nowrap;
  }
  header .top-header .top-header-content > a {
    display: none;
  }
}
header .top-header .top-header-content .selection-bx {
  border: 1px solid var(--primary-color);
  background-color: transparent;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  position: relative;
  min-width: 110px;
}
header .top-header .top-header-content .selection-bx:has(> .drop-active) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 1279px) {
  header .top-header .top-header-content .selection-bx:not(.language-dropdown) {
    max-width: calc(100% - 130px);
    width: 100%;
  }
}
@media (max-width: 991px) {
  header .top-header .top-header-content .selection-bx:not(.language-dropdown) {
    max-width: calc(100% - 120px);
  }
}
header .top-header .top-header-content .selection-bx form {
  position: relative;
}
header .top-header .top-header-content .selection-bx form:before {
  content: "";
  background-image: url(../../images/search-icon.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
header .top-header .top-header-content .selection-bx form .input {
  max-width: 180px;
  width: 100%;
  font-size: 16px;
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 11px 15px 11px 40px;
  color: var(--black-color);
}
@media (max-width: 1279px) {
  header .top-header .top-header-content .selection-bx form .input {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  header .top-header .top-header-content .selection-bx form .input {
    padding: 9px 11px 9px 40px;
    font-size: 14px;
  }
}
header .top-header .top-header-content .selection-bx .language-dropdown-trigger {
  background: transparent;
  color: var(--black-color);
  border: 0;
  font-size: 16px;
  padding: 14px 35px 14px 15px;
  cursor: pointer;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 110px;
  width: 100%;
  text-align: left;
}
@media (max-width: 1279px) {
  header .top-header .top-header-content .selection-bx .language-dropdown-trigger {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  header .top-header .top-header-content .selection-bx .language-dropdown-trigger {
    padding: 11px 35px 11px 11px;
    font-size: 14px;
  }
}
header .top-header .top-header-content .selection-bx .language-dropdown-trigger:after {
  content: "";
  background-image: url(../../images/angle-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateX(0);
  right: 15px;
  height: 10px;
  width: 12px;
  background-size: 100%;
  transition: 0.4s transform;
}
header .top-header .top-header-content .selection-bx .language-dropdown-trigger.drop-active:after {
  transform: translateY(-50%) rotateX(180deg);
}
header .top-header .top-header-content .selection-bx .lang-drop-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  top: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--black-color);
  opacity: 0;
  transform: scale(1, 0);
  pointer-events: none;
  transform-origin: top;
  transition: 0.4s ease-in-out all;
}
header .top-header .top-header-content .selection-bx .lang-drop-ul li {
  list-style: none;
}
header .top-header .top-header-content .selection-bx .lang-drop-ul.drop-ul-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
header .top-header .top-header-content .selection-bx .lang-drop-ul .lang-drop-li {
  padding: 10px;
  background-color: var(--white-color);
  border-bottom: 1px solid var(--black-color);
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--black-color);
}
@media (max-width: 991px) {
  header .top-header .top-header-content .selection-bx .lang-drop-ul .lang-drop-li {
    font-size: 14px;
  }
}
header .top-header .top-header-content .selection-bx .lang-drop-ul .lang-drop-li.active-lang {
  background-color: var(--black-color);
  color: var(--white-color);
}
header .top-header .top-header-content .accessibility-block {
  min-width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  border: 2px solid var(--white-color);
}
@media (max-width: 1279px) {
  header .top-header .top-header-content .accessibility-block {
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    right: 15px;
  }
}
@media (max-width: 767px) {
  header .top-header .top-header-content .accessibility-block {
    min-width: 45px;
    height: 45px;
  }
  header .top-header .top-header-content .accessibility-block .access-logo > svg {
    width: 20px;
  }
}
header .top-header .top-header-content .accessibility-block.accessibility-fixed {
  top: 50px;
  position: fixed;
  right: 15px;
}
@media (max-width: 1279px) {
  header .top-header .top-header-content .accessibility-block.accessibility-fixed {
    top: 50%;
    transform: translateY(-50%);
  }
}
header .top-header .top-header-content .accessibility-block .access-logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.mob) .nav-ul .menu-active:not(.nav-li) > a {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
}
body:not(.mob) .nav-ul .menu-active:not(.nav-li) > a .top-arrow svg path {
  fill: var(--white-color) !important;
}
body:not(.mob) .nav-ul .nav-li.menu-active > a {
  color: var(--primary-color) !important;
}
body:not(.mob) .nav-ul .nav-li.menu-active > a .top-arrow svg path {
  fill: var(--primary-color) !important;
}

body.mob .nav-ul .menu-active:not(.nav-li) > a {
  color: var(--primary-color) !important;
}
body.mob .nav-ul .nav-li.menu-active > a {
  color: var(--primary-color) !important;
}

nav {
  position: relative;
  background: var(--white-color);
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--bg-color-shade-seven);
}
nav .urban-logo {
  display: none;
}
@media (max-width: 1279px) {
  nav {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    padding-block: 15px;
    z-index: 98;
  }
  nav .urban-logo {
    display: flex;
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  nav .urban-logo {
    max-width: calc(100% - 55px);
  }
  nav .urban-logo > img {
    width: 55px;
  }
}
nav .nav-ul {
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
@media (max-width: 1279px) {
  nav .nav-ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    border-bottom: 2px solid var(--primary-color);
  }
}
nav .nav-ul .nav-li > a {
  font-size: 18px;
  padding-block-start: 10px;
  padding-block-end: 15px;
  position: relative;
  color: var(--black-color);
}
@media (max-width: 1560px) {
  nav .nav-ul .nav-li > a {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  nav .nav-ul .nav-li > a {
    font-size: 18px;
    padding-block-start: 14px;
    padding-block-end: 14px;
  }
}
@media (max-width: 767px) {
  nav .nav-ul .nav-li > a {
    font-weight: 500;
    font-size: 16px;
  }
}
nav .nav-ul .nav-li:hover > a:before, nav .nav-ul .nav-li:focus > a:before {
  content: "";
  height: 4px;
  position: absolute;
  background-color: var(--primary-color);
  bottom: 0;
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 1279px) {
  nav .nav-ul .nav-li:hover > a:before, nav .nav-ul .nav-li:focus > a:before {
    content: none;
  }
}
@media (max-width: 1279px) {
  nav .nav-ul .nav-li {
    width: 100%;
  }
  nav .nav-ul .nav-li:not(:last-child) {
    border-bottom: 1px solid var(--bg-color-shade-one);
  }
  nav .nav-ul .nav-li > a {
    text-align: left;
  }
}

/*Default menu styles*/
.menu-icon {
  display: none;
  cursor: pointer;
  color: var(--white-color);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 33px;
  font-size: 22px;
  padding: 10px 0;
}
@media (max-width: 1279px) {
  .menu-icon {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 12px;
  }
}
@media (max-width: 767px) {
  .menu-icon {
    top: 18px;
  }
}
.menu-icon .menu-box {
  width: 50px;
  height: 38px;
  padding: 7px;
}
@media (max-width: 767px) {
  .menu-icon .menu-box {
    width: 40px;
    height: 35px;
    padding: 5px;
  }
}
.menu-icon .menu-box span {
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  background: var(--primary-color);
  display: block;
  border-radius: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg) translateY(8px) translateX(7px);
  -webkit-transform: rotate(45deg) translateY(8px) translateX(7px);
}
.menu-icon.active span:nth-child(2) {
  opacity: 0;
}
.menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px) translateX(6px);
  -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}

@media (max-width: 1279px) {
  .enumenu_container {
    margin: 0 -1rem;
    padding: 0 1rem;
  }
}
.enumenu_ul {
  padding: 0px;
  list-style: none;
}
.enumenu_ul:not(.desk) > li ul {
  display: none;
}
.enumenu_ul .caret {
  color: var(--white-color);
  margin-left: 7px;
}
.enumenu_ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.enumenu_ul li a {
  font-size: 15px;
}
@media (max-width: 1279px) {
  .enumenu_ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .enumenu_ul li a {
    font-size: 15px;
  }
}
.enumenu_ul > li ul {
  visibility: hidden;
  opacity: 0;
}
.enumenu_ul ul li {
  width: 100%;
  margin: 0;
  list-style: none;
  position: relative;
}
.enumenu_ul li.nav-li:hover > a {
  color: var(--primary-color);
}
.enumenu_ul li.nav-li:hover .top-arrow > svg > path {
  fill: var(--primary-color);
}
.enumenu_ul li.nav-li.has-children > a .top-arrow {
  height: 10px;
  width: 10px;
}
.enumenu_ul li.nav-li.has-children > a .top-arrow > svg {
  width: 100%;
}
@media (max-width: 1279px) {
  .enumenu_ul li.nav-li.has-children > a .top-arrow {
    display: none;
  }
}
.enumenu_ul li:not(.nav-li):hover > a, .enumenu_ul li:not(.nav-li):focus > a {
  background-color: var(--primary-color);
  color: var(--white-color);
}
@media (max-width: 1279px) {
  .enumenu_ul li:not(.nav-li):hover > a, .enumenu_ul li:not(.nav-li):focus > a {
    background-color: inherit;
    color: inherit;
  }
}
@media (max-width: 1279px) {
  .enumenu_ul li:not(.nav-li):hover > a .top-arrow, .enumenu_ul li:not(.nav-li):focus > a .top-arrow {
    display: none;
  }
}
.enumenu_ul li:not(.nav-li):hover > a .top-arrow > svg path, .enumenu_ul li:not(.nav-li):focus > a .top-arrow > svg path {
  fill: var(--white-color);
}
.enumenu_ul li.has-children > a {
  padding-right: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .enumenu_ul li.has-children > a {
    padding-right: 0;
  }
}
.enumenu_ul li.has-children > a .top-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.enumenu_ul li.has-children > a .top-arrow svg {
  width: 6px;
}
.enumenu_ul li.has-children > a .top-arrow svg > path {
  fill: var(--black-color);
}
@media (max-width: 1279px) {
  .enumenu_ul li.has-children > a .top-arrow {
    display: none;
  }
}
.enumenu_ul.desk ul {
  top: 100%;
  z-index: 999;
  list-style: none;
  left: 0px;
  background: var(--white-color);
  position: absolute;
  min-width: 220px;
  width: 100%;
  transition: transform 0.4s ease;
  transform-origin: top;
  transform: scaleY(0);
  border: 1px solid #dcdcdc;
  border-radius: 0 0 10px 10px;
}
.enumenu_ul.desk ul li:last-child > a {
  border-radius: 0 0 10px 10px;
}

/*Sub menu styles*/
.menu.submenu-ul-level1 li a {
  background: rgba(31, 26, 107, 0.8);
  color: var(--white-color);
  padding-left: 90px;
}

.enumenu_ul.desk li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.enumenu_ul.desk .nav-li.sub-menu-left-main:hover > ul {
  left: auto;
  right: 0;
}
.enumenu_ul.desk .sb-menu .sb-menu {
  left: 100%;
  top: 0;
}
.enumenu_ul.desk .sb-menu.sub-menu-left {
  left: auto;
  right: 100%;
}
.enumenu_ul.desk ul li a {
  padding: 10px 30px 10px 10px;
  display: block;
  color: var(--black-color);
}
.enumenu_ul .arrow {
  position: absolute;
  right: 20px;
  top: 11px;
  width: 30px;
  height: 30px;
  background: url(../../images/plus.png) no-repeat center center;
  cursor: pointer;
  z-index: 999;
}
.enumenu_ul .arrow.up {
  background: url(../../images/minus.png) no-repeat center center;
}
@media (max-width: 767px) {
  .enumenu_ul .arrow {
    right: 18px;
  }
}

@media (max-width: 1279px) {
  .enumenu_ul {
    display: none;
  }
  .menu-block {
    height: auto;
  }
  .services-detail a.pba-detail {
    border-bottom: 2px solid var(--menu-gray-shade-one);
  }
  .enumenu_ul {
    width: 100%;
  }
  .enumenu_ul > li {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .enumenu_ul > li > a {
    display: block;
    text-align: center;
    padding: 1rem;
  }
  .enumenu_ul > li ul {
    visibility: visible;
    opacity: 1;
    background-color: var(--menu-gray-shade-four);
  }
  .enumenu_ul > li ul li .arrow {
    top: 6px;
  }
  .enumenu_ul > li ul li:not(:last-child) a {
    border-bottom: 1px solid var(--bg-color-shade-one);
  }
  .enumenu_ul > li ul li a {
    text-align: center;
    display: block;
    text-align: left;
    color: var(--black-color);
    padding: 10px 20px;
  }
  .enumenu_ul > li ul li ul {
    background-color: var(--menu-gray-shade-three);
  }
  .enumenu_ul > li ul li ul li a {
    padding: 10px 35px;
  }
  .enumenu_ul > li ul li ul li ul {
    background-color: var(--bg-color-shade-four);
  }
  .enumenu_ul > li ul li ul li ul li a {
    padding: 10px 50px;
  }
  /* Push Menu */
  body.menuslide_push {
    position: relative;
  }
  body.menuslide_push.slidemenuLeft {
    left: 0;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
  }
  body.menuslide_push.slidemenuRight {
    right: 0;
    transition: right 0.5s;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s;
  }
  body.slidemenuRight .enumenu_ul {
    right: -300px;
  }
  body.slidemenuRight.menu-open .enumenu_ul {
    right: 0;
  }
  body.slidemenuLeft .enumenu_ul {
    left: -300px;
  }
  body.slidemenuLeft.menu-open .enumenu_ul {
    left: 0;
  }
  body.menuslide_push.slidemenuLeft.menu-open {
    left: 300px;
  }
  body.menuslide_push.slidemenuRight.menu-open {
    right: 300px;
  }
  body.menuslide_push .enumenu_ul {
    background: var(--black-color) none repeat scroll 0 0;
    display: block;
    height: 100%;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    position: fixed;
    transition: all 0.5s ease 0s;
    max-width: 300px;
    top: 0;
  }
  body.menuOverlap .enumenu_ul {
    background: var(--black-color) none repeat scroll 0 0;
    display: block;
    height: 100%;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    position: fixed;
    transition: all 0.5s ease 0s;
    max-width: 300px;
    top: 0;
  }
}
.urban-banner-block {
  position: relative;
}
.urban-banner-block .urban-carousel-block {
  position: relative;
}
.urban-banner-block .urban-carousel-block .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 40px;
  width: 40px;
  background-color: var(--white-color);
  color: var(--primary-color);
  border: 0;
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.urban-banner-block .urban-carousel-block .slick-arrow.prev {
  left: 80px;
}
@media (max-width: 767px) {
  .urban-banner-block .urban-carousel-block .slick-arrow.prev {
    left: 20px;
  }
}
.urban-banner-block .urban-carousel-block .slick-arrow.next {
  right: 80px;
}
@media (max-width: 767px) {
  .urban-banner-block .urban-carousel-block .slick-arrow.next {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .urban-banner-block .urban-carousel-block .slick-arrow {
    height: 30px;
    width: 30px;
    padding: 9px;
  }
}
@media (max-width: 539px) {
  .urban-banner-block .urban-carousel-block .slick-arrow {
    height: 20px;
    width: 20px;
    padding: 6px;
  }
}
.urban-banner-block .urban-carousel-block .slick-list .slick-slide > div {
  display: flex;
  height: 100%;
}
.urban-banner-block .urban-carousel-block .slick-list .slick-slide > div .urban-slider-item {
  position: relative;
  padding-bottom: 34%;
  transition: padding 400ms linear;
}
@media (max-width: 991px) {
  .urban-banner-block .urban-carousel-block .slick-list .slick-slide > div .urban-slider-item {
    padding-bottom: 45%;
  }
}
@media (max-width: 767px) {
  .urban-banner-block .urban-carousel-block .slick-list .slick-slide > div .urban-slider-item {
    padding-bottom: 50%;
  }
}
.urban-banner-block .urban-carousel-block .slick-list .slick-slide > div .urban-slider-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.urban-banner-block .announcement-block {
  position: relative;
  margin-top: -10px;
  box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.2509803922);
  background: var(--secondary-gradient-color);
  width: 100%;
  padding: 16px 0 226px;
}
.urban-banner-block .announcement-block .announcement-bx {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.urban-banner-block .announcement-block .announcement-bx .announce-left-bx {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .urban-banner-block .announcement-block .announcement-bx .announce-left-bx {
    width: 100%;
    margin-bottom: 15px;
    justify-content: space-between;
  }
}
.urban-banner-block .announcement-block .announcement-bx .announce-left-bx .announce-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .urban-banner-block .announcement-block .announcement-bx .announce-left-bx .announce-title {
    justify-content: center;
  }
}
.urban-banner-block .announcement-block .announcement-bx .announce-left-bx .announce-title h4 {
  color: var(--white-color);
  margin-bottom: 0;
  font-weight: 500;
}
.urban-banner-block .announcement-block .announcement-bx .announce-left-bx .announce-title .play-pause {
  width: 28px;
  height: 28px;
  font-size: 0;
  background-color: var(--white-color);
  border-radius: 4px;
  background-image: url(../../images/play-pause.png);
  background-repeat: no-repeat;
  background-position: center -31px;
  background-size: 30px;
  cursor: pointer;
  border: 0;
}
.urban-banner-block .announcement-block .announcement-bx .announce-left-bx .announce-title .play-pause.paused {
  background-size: 100%;
  background-position: center 1px;
}
.urban-banner-block .announcement-block .announcement-bx .announce-left-bx .btn {
  display: none;
  margin: 0;
  width: fit-content;
}
@media (max-width: 991px) {
  .urban-banner-block .announcement-block .announcement-bx .announce-left-bx .btn {
    display: flex;
  }
}
.urban-banner-block .announcement-block .announcement-bx .announce-right-bx {
  max-width: calc(100% - 355px);
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0));
}
@media (max-width: 991px) {
  .urban-banner-block .announcement-block .announcement-bx .announce-right-bx {
    max-width: 100%;
    mask-image: none;
  }
}
@media (max-width: 380px) {
  .urban-banner-block .announcement-block .announcement-bx .announce-right-bx {
    gap: 10px;
  }
}
.urban-banner-block .announcement-block .announcement-bx .announce-right-bx:after {
  content: none;
  height: 100%;
  width: 10%;
  position: absolute;
  right: -16px;
  top: 0;
  background: linear-gradient(to left, var(--bg-color-shade-six) 50%, transparent);
  z-index: 1;
}
.urban-banner-block .announcement-block .announcement-bx .announce-right-bx .marqee-bx {
  padding: 0 40px 0 25px;
  padding-left: 0;
  display: inline-block;
  white-space: nowrap;
}
.urban-banner-block .announcement-block .announcement-bx .announce-right-bx .marqee-bx .marqee-item:last-child > li:last-child a {
  border-right: 0;
}
@media (max-width: 991px) {
  .urban-banner-block .announcement-block .announcement-bx .announce-right-bx .marqee-bx {
    padding: 0 25px;
  }
}
.urban-banner-block .announcement-block .announcement-bx .announce-right-bx .marqee-bx.stopped-marqee {
  animation-play-state: paused !important;
}
.urban-banner-block .announcement-block .announcement-bx .announce-right-bx .marqee-bx:hover {
  animation-play-state: paused !important;
}
.urban-banner-block .announcement-block .announcement-bx .announce-right-bx .marqee-bx .marqee-item {
  display: inline-flex;
}
@media (max-width: 539px) {
  .urban-banner-block .announcement-block .announcement-bx .announce-right-bx .marqee-bx .marqee-item {
    border-right: 0;
  }
}
.urban-banner-block .announcement-block .announcement-bx .announce-right-bx .marqee-bx .marqee-item:hover {
  animation-play-state: paused;
}
.urban-banner-block .announcement-block .announcement-bx .announce-right-bx .marqee-bx .marqee-item a {
  font-size: 17px;
  color: var(--white-color);
  font-weight: 500;
  padding-right: 40px;
  padding-left: 22px;
  border-right: 1px solid var(--white-color);
}
@media (max-width: 767px) {
  .urban-banner-block .announcement-block .announcement-bx .announce-right-bx .marqee-bx .marqee-item a {
    font-size: 14px;
  }
}
.urban-banner-block .announcement-block .announcement-bx .announce-right-bx .marqee-bx .marqee-item a > sup {
  background-color: var(--bg-red-color);
  font-size: 12px;
  padding-inline: 3px;
  line-height: 1.5;
  border-radius: 2px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: super;
  color: #fff;
}
.urban-banner-block .announcement-block .announcement-bx .btn {
  padding: 6px 15px;
  min-width: fit-content;
  font-size: 14px;
  border-radius: 6px;
  gap: 8px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .urban-banner-block .announcement-block .announcement-bx .btn {
    display: none;
  }
}
.urban-banner-block .announcement-block .announcement-bx .btn em {
  min-width: inherit;
}
.urban-banner-block .announcement-block .announcement-bx .btn em svg {
  width: 12px;
}
.urban-banner-block .about-nmc {
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .urban-banner-block .about-nmc {
    margin-bottom: 0;
  }
}
.urban-banner-block .about-nmc .about-bx {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1490196078);
  border-bottom: 5px solid var(--primary-color);
  margin-top: -208px;
  z-index: 1;
  position: relative;
  background: var(--white-color);
  padding: 30px 60px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .urban-banner-block .about-nmc .about-bx {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .urban-banner-block .about-nmc .about-bx {
    padding: 30px 16px;
  }
}
.urban-banner-block .about-nmc .about-bx .about-content {
  max-width: 65%;
}
@media (max-width: 1560px) {
  .urban-banner-block .about-nmc .about-bx .about-content {
    max-width: 60%;
  }
}
@media (max-width: 1279px) {
  .urban-banner-block .about-nmc .about-bx .about-content {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.urban-banner-block .about-nmc .about-bx .about-content h2 {
  margin-bottom: 18px;
}
.urban-banner-block .about-nmc .about-bx .about-content p {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 20px;
  color: var(--text-color-two);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .urban-banner-block .about-nmc .about-bx .about-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.urban-banner-block .about-nmc .about-bx .about-content p:last-of-type {
  margin-bottom: 40px;
}
.urban-banner-block .about-nmc .about-bx .about-mayor-block {
  padding-inline-start: 90px;
  max-width: 35%;
  display: flex;
  align-items: center;
}
@media (max-width: 1560px) {
  .urban-banner-block .about-nmc .about-bx .about-mayor-block {
    padding-inline-start: 20px;
    max-width: 40%;
  }
}
@media (max-width: 1279px) {
  .urban-banner-block .about-nmc .about-bx .about-mayor-block {
    padding-inline-start: 0;
    max-width: 100%;
    width: 100%;
  }
}
.urban-banner-block .about-nmc .about-bx .about-mayor-block ul {
  max-height: 540px;
  overflow: auto;
  padding-right: 10px;
}
.urban-banner-block .about-nmc .about-bx .about-mayor-block ul::-webkit-scrollbar {
  width: 6px;
  background-color: var(--bg-color-shade-three);
  border-radius: 10px;
}
.urban-banner-block .about-nmc .about-bx .about-mayor-block ul::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: var(--primary-color);
  border-radius: 20px;
}
@media (max-width: 1279px) {
  .urban-banner-block .about-nmc .about-bx .about-mayor-block ul {
    width: 100%;
  }
}
.urban-banner-block .about-nmc .about-bx .about-mayor-block ul .mayor-bx {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 380px) {
  .urban-banner-block .about-nmc .about-bx .about-mayor-block ul .mayor-bx {
    flex-direction: column;
    margin-top: 40px;
  }
  .urban-banner-block .about-nmc .about-bx .about-mayor-block ul .mayor-bx .mayor-content {
    width: 100%;
    text-align: center;
  }
}
.urban-banner-block .about-nmc .about-bx .about-mayor-block ul .mayor-bx .leader-img {
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  max-width: 130px;
  max-height: 130px;
  min-width: 130px;
  overflow: hidden;
}
.urban-banner-block .about-nmc .about-bx .about-mayor-block ul .mayor-bx .leader-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.urban-banner-block .about-nmc .about-bx .about-mayor-block ul .mayor-bx .mayor-content h3 {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .urban-banner-block .about-nmc .about-bx .about-mayor-block ul .mayor-bx .mayor-content h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 380px) {
  .urban-banner-block .about-nmc .about-bx .about-mayor-block ul .mayor-bx .mayor-content h3 {
    margin-bottom: 10px;
  }
}
.urban-banner-block .about-nmc .about-bx .about-mayor-block ul .mayor-bx .mayor-content h3 a {
  text-decoration: underline;
  color: var(--primary-color);
}
.urban-banner-block .about-nmc .about-bx .about-mayor-block ul .mayor-bx .mayor-content p {
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .urban-banner-block .about-nmc .about-bx .about-mayor-block ul .mayor-bx .mayor-content p {
    font-size: 16px;
    line-height: 26px;
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.common-banner-section {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  max-height: 360px;
  border-bottom: 1px solid;
}
@media (max-width: 767px) {
  .common-banner-section {
    max-height: 280px;
  }
}
.common-banner-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(56, 56, 56, 0.5);
  z-index: 1;
}
.common-banner-section > h1 {
  font-size: 50px;
  line-height: 75px;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  z-index: 1;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .common-banner-section > h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.common-banner-section .common-banner {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 360px;
}
@media (max-width: 767px) {
  .common-banner-section .common-banner {
    padding-bottom: 280px;
  }
}
.common-banner-section .common-banner > img {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  object-fit: cover;
  object-position: top;
}
.common-banner-section .common-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white-color);
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  padding: 22px 0 24px;
}
@media (max-width: 767px) {
  .common-banner-section .common-breadcrumb {
    padding: 15px 0;
  }
}
.common-banner-section .common-breadcrumb .breadcrumb-item {
  font-weight: 500;
}
.common-banner-section .common-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 20px;
  position: relative;
}
.common-banner-section .common-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "/";
  position: absolute;
  left: 6px;
}
.common-banner-section .common-breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}
@media (max-width: 767px) {
  .common-banner-section .common-breadcrumb .breadcrumb-item.active {
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.common-banner-section .common-breadcrumb .breadcrumb-item > a {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--white-color);
}

footer {
  display: block;
  background-color: var(--menu-gray-shade-two);
  background-image: url(../../images/footer-plate-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 40px;
}
footer .footer-bx:first-child {
  width: 30%;
}
footer .footer-bx:nth-child(2) {
  width: 25%;
}
@media (max-width: 991px) {
  footer .footer-bx:nth-child(2) h4 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  footer .footer-bx:nth-child(2) h4 {
    margin-top: 30px;
  }
}
footer .footer-bx:nth-child(3) {
  width: 25%;
}
footer .footer-bx:last-child {
  width: 20%;
}
@media (max-width: 991px) {
  footer .footer-bx:first-child, footer .footer-bx:nth-child(2), footer .footer-bx:nth-child(3), footer .footer-bx:last-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer .footer-bx:first-child, footer .footer-bx:nth-child(2), footer .footer-bx:nth-child(3), footer .footer-bx:last-child {
    width: 100%;
  }
}
footer .footer-bx .urban-logo {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 480px;
  margin-bottom: 30px;
}
footer .footer-bx .urban-logo .site-logo-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-left: 10px;
  color: var(--black-color);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer .footer-bx .urban-logo .site-logo-title {
    font-size: 15px;
    line-height: 1.3;
  }
}
footer .footer-bx .urban-logo .site-logo-title span {
  color: var(--primary-color);
  display: block;
  font-weight: 400;
  font-size: 26px;
  margin-top: 5px;
}
@media (min-width: 1560px) {
  footer .footer-bx .urban-logo .site-logo-title span {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  footer .footer-bx .urban-logo .site-logo-title span {
    font-size: 18px;
    margin-top: 0;
  }
}
footer .footer-bx .footer-social-links {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  padding-left: 5px;
}
footer .footer-bx .footer-social-links li {
  line-height: 1;
}
footer .footer-bx .footer-social-links li:hover a svg circle {
  fill: var(--primary-color);
  transition: fill 0.5s linear;
}
footer .footer-bx .footer-social-links li a svg {
  height: 40px;
  width: 40px;
}
footer .footer-bx .contact-detail-bx {
  margin-top: 15px;
  padding-left: 5px;
}
footer .footer-bx .contact-detail-bx h5 {
  font-weight: 500;
  margin-bottom: 0;
  color: var(--footer-text-color-one);
  display: inline-block;
}
footer .footer-bx .contact-detail-bx a {
  color: var(--footer-text-color-three);
}
footer .footer-bx .contact-detail-bx a:hover {
  color: var(--primary-color);
}
footer .footer-bx .site-footer-title {
  color: var(--footer-text-color-one);
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
}
footer .footer-bx .site-footer-title:before {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: var(--primary-color);
}
@media (max-width: 991px) {
  footer .footer-bx .site-footer-title {
    margin-top: 30px;
  }
}
footer .footer-bx .links-block {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-bx .links-block .menu-active a {
  color: var(--primary-color) !important;
}
footer .footer-bx .links-block .footer-links-bx:not(li) {
  width: 100%;
}
footer .footer-bx .links-block .footer-links-bx:not(li) .footer-link {
  width: auto;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
  color: var(--footer-text-color-two);
}
footer .footer-bx .links-block .footer-links-bx:not(li) .footer-link:hover {
  color: var(--primary-color);
}
footer .footer-bx .links-block .footer-links-bx:not(li) .footer-link:hover span {
  color: var(--primary-color);
  font-weight: 400;
}
footer .footer-bx .links-block .footer-links-bx:not(li) .footer-link span {
  position: absolute;
  left: 0;
  top: -7px;
  font-size: 25px;
}
footer .footer-bx .address-bx {
  display: block;
}
footer .footer-bx .address-bx address > a {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  color: var(--footer-text-color-three);
  max-width: 300px;
}
footer .footer-bx .address-bx address > a:hover {
  color: var(--primary-color);
}
footer .footer-bx .address-bx iframe {
  border-radius: 10px;
  max-width: 320px;
  max-height: 200px;
  width: 100%;
}
footer .footer-bx .counting-bx .counter-bx {
  margin-bottom: 30px;
  height: 45px;
  width: fit-content;
  min-width: 140px;
  border: 2px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.3px;
  color: var(--footer-text-color-one);
}
footer .footer-bx .counting-bx .validation-check-bx {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
footer .footer-bx .counting-bx .updated-para {
  color: var(--footer-text-color-one);
}
footer .footer-bx .counting-bx .updated-para > span {
  display: inline-block;
}
footer .copyright-block {
  width: 100%;
  padding-block: 12px;
  margin-top: 40px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-inline: 15px;
}
footer .copyright-block > p {
  margin-bottom: 0;
  color: var(--white-color);
}
footer .go-to-top {
  border-radius: 10px;
  display: none;
  padding: 15px;
  background-color: var(--primary-color);
  position: fixed;
  right: 30px;
  bottom: 35px;
  z-index: 98;
  cursor: pointer;
  border: 2px solid var(--white-color);
}
@media (max-width: 1279px) {
  footer .go-to-top {
    right: 15px;
  }
}
@media (max-width: 767px) {
  footer .go-to-top {
    height: 45px;
    width: 45px;
  }
}

.news-event-section {
  background-color: var(--bg-color-shade-five);
}
.news-event-section .news-event-block {
  display: flex;
  justify-content: space-between;
  padding: 40px 16px 30px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .news-event-section .news-event-block {
    padding: 20px 16px 20px;
  }
}
.news-event-section .news-event-block .news-title {
  width: 240px;
  padding-block-start: 25px;
}
.news-event-section .news-event-block .news-title p {
  margin: 30px 0 55px;
  line-height: normal;
  color: var(--text-color-two);
}
@media (max-width: 1200px) {
  .news-event-section .news-event-block .news-title p {
    margin: 10px 0 0;
    padding-right: 10px;
  }
}
@media (max-width: 1200px) {
  .news-event-section .news-event-block .news-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .news-event-section .news-event-block .news-title .btn {
    justify-content: center;
  }
}
@media (max-width: 539px) {
  .news-event-section .news-event-block .news-title {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .news-event-section .news-event-block .news-title p {
    max-width: 320px;
  }
}
.news-event-section .news-event-block .news-content {
  max-width: calc(100% - 260px);
  width: 100%;
}
@media (max-width: 1200px) {
  .news-event-section .news-event-block .news-content {
    max-width: 100%;
  }
}
.news-event-section .news-event-block .news-content .slick-list {
  padding: 15px 0;
}
.news-event-section .news-event-block .news-content .slick-list .slick-slide {
  margin: 0 20px;
}
.news-event-section .news-event-block .news-content .slick-list .slick-slide .card-wrapper .card-bx {
  min-height: 300px;
}
@media (max-width: 767px) {
  .news-event-section .news-event-block .news-content .slick-list .slick-slide {
    margin: 0 10px;
  }
  .news-event-section .news-event-block .news-content .slick-list .slick-slide .card-wrapper {
    margin-bottom: 0;
  }
}

.important-links-block {
  background-image: url(../../images/triangle-shape-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding-bottom: 20px;
}
@media (max-width: 1279px) {
  .important-links-block {
    padding-bottom: 30px;
  }
}
.important-links-block h2 {
  padding-block: 30px;
  text-align: center;
  margin-bottom: 0;
}
.important-links-block .important-links-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 20px;
}
.important-links-block .important-links-list .important-link-bx {
  width: 16.666%;
  padding: 10px;
}
@media (max-width: 1560px) {
  .important-links-block .important-links-list .important-link-bx {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .important-links-block .important-links-list .important-link-bx {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .important-links-block .important-links-list .important-link-bx {
    width: 50%;
  }
}
@media (max-width: 380px) {
  .important-links-block .important-links-list .important-link-bx {
    width: 100%;
  }
}
.important-links-block .important-links-list .important-link-bx .target-bx {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  border: 1px solid var(--bg-color-shade-two);
  padding: 42px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  background-color: var(--white-color);
  transition: box-shadow 400ms ease, border 400ms ease;
}
@media (max-width: 767px) {
  .important-links-block .important-links-list .important-link-bx .target-bx {
    padding: 30px 15px 15px;
  }
}
@media (max-width: 539px) {
  .important-links-block .important-links-list .important-link-bx .target-bx {
    gap: 15px;
  }
}
.important-links-block .important-links-list .important-link-bx .target-bx:hover {
  box-shadow: 0px 0px 14px 0px var(--bg_clr);
  border-color: var(--border_clr);
}
.important-links-block .important-links-list .important-link-bx .target-bx .link-img {
  height: 96px;
  width: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg_clr);
}
@media (max-width: 539px) {
  .important-links-block .important-links-list .important-link-bx .target-bx .link-img {
    height: 76px;
    width: 76px;
  }
  .important-links-block .important-links-list .important-link-bx .target-bx .link-img > img {
    width: 40px;
    height: 40px;
  }
}
.important-links-block .important-links-list .important-link-bx .target-bx p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  max-width: 190px;
  color: var(--text-color-two);
}
@media (max-width: 1279px) {
  .important-links-block .important-links-list .important-link-bx .target-bx p {
    font-size: 16px;
    line-height: 26px;
  }
}
.important-links-block .btn-wrap {
  text-align: center;
}

.project-event-block {
  margin-bottom: 85px;
  display: flex;
  flex-wrap: wrap;
}
.project-event-block .news-event-toggle-block {
  width: 53%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 15px;
  padding-bottom: 60px;
}
@media (max-width: 1560px) {
  .project-event-block .news-event-toggle-block {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .project-event-block .news-event-toggle-block {
    width: 100%;
    padding-inline: 1rem;
  }
}
.project-event-block .news-event-toggle-block:before {
  content: "";
  width: 120%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, var(--bg-color-shade-four) 20%, var(--white-color) 90%);
  display: block;
  position: absolute;
  inset: 0;
}
@media (max-width: 1200px) {
  .project-event-block .news-event-toggle-block:before {
    width: 100%;
  }
}
.toggle-btn-wrap {
  position: absolute;
  top: -51px;
  left: 50px;
  display: flex;
  gap: 10px;
}
@media (max-width: 539px) {
  .toggle-btn-wrap {
    left: 20px;
  }
}
.toggle-btn-wrap .toggle-common-btn {
  font-family: "Poppins", sans-serif;
  background: var(--text-color-four);
  border: none;
  color: var(--white-color);
  padding: 10px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 539px) {
  .toggle-btn-wrap .toggle-common-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.toggle-btn-wrap .toggle-common-btn.active-toggle {
  background: var(--secondary-gradient-color);
  color: var(--white-color);
}
.toggle-btn-wrap .toggle-common-btn .project-tab-icon {
  display: none;
}
@media (max-width: 380px) {
  .toggle-btn-wrap .toggle-common-btn .project-tab-icon {
    display: block;
  }
}
.toggle-btn-wrap .toggle-common-btn .project-tab-txt {
  display: block;
}
@media (max-width: 380px) {
  .toggle-btn-wrap .toggle-common-btn .project-tab-txt {
    display: none;
  }
}

.project-event-block .news-event-toggle-block .main-toggle-bx {
  max-width: 860px;
  width: 100%;
  margin-right: 40px;
  position: relative;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding: 10px 22px 35px 0;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 140px;
}
@media (max-width: 1560px) {
  .project-event-block .news-event-toggle-block .main-toggle-bx {
    padding: 10px 22px 40px 0;
  }
}
@media (max-width: 1200px) {
  .project-event-block .news-event-toggle-block .main-toggle-bx {
    max-width: 100%;
    margin: 90px 0 60px;
  }
}
@media (max-width: 539px) {
  .project-event-block .news-event-toggle-block .main-toggle-bx {
    padding: 10px 15px 42px 0;
  }
}
.project-event-block .news-event-toggle-block .main-toggle-bx .event-block {
  display: none;
}
.project-event-block .news-event-toggle-block .main-toggle-bx .common-news-btn-wrap {
  position: absolute;
  left: 50%;
  top: calc(100% - 26px);
  transform: translateX(-50%);
}
.project-event-block .news-event-toggle-block .main-toggle-bx .common-listing {
  max-height: 470px;
  overflow: auto;
  padding-right: 25px;
}
.project-event-block .news-event-toggle-block .main-toggle-bx .common-listing::-webkit-scrollbar {
  width: 6px;
  background-color: var(--bg-color-shade-three);
  border-radius: 10px;
}
.project-event-block .news-event-toggle-block .main-toggle-bx .common-listing::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: var(--primary-color);
  border-radius: 20px;
}
@media (max-width: 539px) {
  .project-event-block .news-event-toggle-block .main-toggle-bx .common-listing {
    padding-right: 15px;
  }
}
.project-event-block .news-event-toggle-block .main-toggle-bx .common-listing li {
  padding: 18px 100px 18px 60px;
  position: relative;
  min-height: 70px;
}
@media (max-width: 539px) {
  .project-event-block .news-event-toggle-block .main-toggle-bx .common-listing li {
    padding: 18px 0 50px 40px;
  }
}
.project-event-block .news-event-toggle-block .main-toggle-bx .common-listing li:not(:last-child) {
  border-bottom: 1px dashed var(--bg-color-shade-one);
}
.project-event-block .news-event-toggle-block .main-toggle-bx .common-listing li:before {
  content: "";
  background-image: url(../../images/calender.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 17px;
  left: 20px;
}
@media (max-width: 539px) {
  .project-event-block .news-event-toggle-block .main-toggle-bx .common-listing li:before {
    left: 10px;
  }
}
.project-event-block .news-event-toggle-block .main-toggle-bx .common-listing li p {
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--text-color-one);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.project-event-block .news-event-toggle-block .main-toggle-bx .common-listing li > .btn {
  position: absolute;
  bottom: 10px;
  right: 0;
  justify-content: flex-end;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  gap: 5px;
  font-weight: 400;
  text-transform: capitalize;
}
.project-event-block .news-event-toggle-block .main-toggle-bx .common-listing li > .btn span:before {
  height: 1px;
}
.project-event-block .news-event-toggle-block .main-toggle-bx .common-listing li > .btn > em {
  min-height: 10px;
  min-width: 10px;
}
.project-event-block .project-focus-block {
  width: 47%;
  background: var(--secondary-gradient-color);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-inline-start: 125px;
  padding-inline-end: 15px;
  padding-block: 60px;
  position: relative;
}
@media (max-width: 1560px) {
  .project-event-block .project-focus-block {
    padding-inline-start: 40px;
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .project-event-block .project-focus-block {
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .project-event-block .project-focus-block {
    padding: 35px 15px 25px 40px;
  }
}
@media (max-width: 539px) {
  .project-event-block .project-focus-block {
    padding-inline: 0;
    text-align: center;
  }
}
.project-event-block .project-focus-block > .btn.btn_secondary {
  position: absolute;
  top: 60px;
  left: 560px;
}
@media screen and (max-width: 1600px) {
  .project-event-block .project-focus-block > .btn.btn_secondary {
    right: 40px;
    left: inherit;
  }
}
@media (max-width: 767px) {
  .project-event-block .project-focus-block > .btn.btn_secondary {
    top: 35px;
  }
}
@media (max-width: 539px) {
  .project-event-block .project-focus-block > .btn.btn_secondary {
    position: relative;
    top: 0;
    left: 0;
    margin-block-start: 20px;
  }
}
.project-event-block .project-focus-block .project-focus-title {
  display: flex;
  justify-content: space-between;
  max-width: 650px;
  align-items: center;
  margin-bottom: 15px;
  padding-right: 25px;
}
@media (max-width: 1560px) {
  .project-event-block .project-focus-block .project-focus-title {
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .project-event-block .project-focus-block .project-focus-title {
    max-width: 100%;
    padding-right: 25px;
  }
}
@media (max-width: 539px) {
  .project-event-block .project-focus-block .project-focus-title {
    flex-direction: column;
    gap: 10px;
    padding-right: 0;
  }
}
.project-event-block .project-focus-block .project-focus-title h2 {
  color: var(--white-color);
}
.project-event-block .project-focus-block .project-grid-block {
  max-width: 650px;
}
@media (max-width: 1600px) {
  .project-event-block .project-focus-block .project-grid-block {
    max-width: 100%;
  }
}
@media (max-width: 539px) {
  .project-event-block .project-focus-block .project-grid-block {
    margin-inline: 0;
    text-align: left;
  }
}
.project-event-block .project-focus-block .project-grid-block .project-data {
  padding-block: 15px;
}
@media (max-width: 539px) {
  .project-event-block .project-focus-block .project-grid-block .project-data {
    padding-block: 8px;
  }
}
.project-event-block .project-focus-block .project-grid-block .project-data .project-content-bx {
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  height: 100%;
  padding: 32px 45px 20px 26px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .project-event-block .project-focus-block .project-grid-block .project-data .project-content-bx {
    min-height: unset;
  }
}
.project-event-block .project-focus-block .project-grid-block .project-data .project-content-bx h3 {
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 1rem;
  min-height: 55px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .project-event-block .project-focus-block .project-grid-block .project-data .project-content-bx h3 {
    min-height: inherit;
    display: block;
  }
}
@media (max-width: 539px) {
  .project-event-block .project-focus-block .project-grid-block .project-data .project-content-bx h3 {
    font-size: 18px;
  }
}
.project-event-block .project-focus-block .project-grid-block .project-data .project-content-bx p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--text-color-three);
}

.photo-video-bx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.photo-video-bx .image-video-bx {
  width: calc(65% - 33px);
  position: relative;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  padding: 38px 35px;
}
@media (max-width: 1279px) {
  .photo-video-bx .image-video-bx {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .photo-video-bx .image-video-bx {
    padding: 25px 25px 38px;
  }
}
@media (max-width: 539px) {
  .photo-video-bx .image-video-bx {
    padding: 20px 20px 38px;
  }
}
.photo-video-bx .image-video-bx .toggle-common-btn:nth-child(2) {
  left: 180px;
}
@media (max-width: 539px) {
  .photo-video-bx .image-video-bx .toggle-common-btn:nth-child(2) {
    left: 140px;
  }
}
.photo-video-bx .image-video-bx .common-grid-bx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .photo-video-bx .image-video-bx .common-grid-bx {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: inherit;
    grid-column-gap: inherit;
    margin: 0 -10px;
  }
}
.photo-video-bx .image-video-bx .common-grid-bx a {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: visibility 400ms ease;
}
@media (max-width: 767px) {
  .photo-video-bx .image-video-bx .common-grid-bx a {
    width: calc(50% - 20px);
    max-height: 220px;
    margin: 10px;
  }
  .photo-video-bx .image-video-bx .common-grid-bx a > img {
    border-radius: 5px;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 380px) {
  .photo-video-bx .image-video-bx .common-grid-bx a {
    width: 100%;
  }
}
.photo-video-bx .image-video-bx .common-grid-bx a:hover .open-img {
  opacity: 1;
}
.photo-video-bx .image-video-bx .common-grid-bx a > img {
  aspect-ratio: 4/3;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.photo-video-bx .image-video-bx .common-grid-bx a:nth-child(1) {
  grid-area: 1/1/2/2;
}
.photo-video-bx .image-video-bx .common-grid-bx a:nth-child(2) {
  grid-area: 1/2/span 2/3;
}
.photo-video-bx .image-video-bx .common-grid-bx a:nth-child(3) {
  grid-area: 1/3/2/4;
}
.photo-video-bx .image-video-bx .common-grid-bx a:nth-child(4) {
  grid-area: 2/1/3/2;
}
.photo-video-bx .image-video-bx .common-grid-bx a:nth-child(5) {
  grid-area: 2/3/3/4;
}
.photo-video-bx .image-video-bx .common-grid-bx a .open-img {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 400ms ease;
}
.photo-video-bx .image-video-bx .btn-wrap {
  margin-bottom: -62px;
  margin-top: 15px;
  text-align: center;
}
.photo-video-bx .image-video-bx .video-bx {
  display: none;
}
.photo-video-bx .image-video-bx .video-bx.video-show {
  display: grid;
}
@media (max-width: 767px) {
  .photo-video-bx .image-video-bx .video-bx.video-show {
    display: flex;
  }
}
.photo-video-bx .image-video-bx .video-bx .video-bx-link .open-img img {
  width: 45px;
  height: 45px;
}
.photo-video-bx .social-connect-block {
  width: 35%;
}
@media (max-width: 1279px) {
  .photo-video-bx .social-connect-block {
    width: 100%;
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .photo-video-bx .social-connect-block {
    flex-wrap: wrap;
  }
}
.photo-video-bx .social-connect-block .social-connect-bx {
  background-image: url(../../images/social-media-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 25px 65px 15px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1560px) {
  .photo-video-bx .social-connect-block .social-connect-bx {
    padding: 30px;
  }
}
@media (max-width: 1279px) {
  .photo-video-bx .social-connect-block .social-connect-bx {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .photo-video-bx .social-connect-block .social-connect-bx {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .photo-video-bx .social-connect-block .social-connect-bx {
    padding: 20px 15px;
  }
}
.photo-video-bx .social-connect-block .social-connect-bx::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(40, 93, 173, 0.8);
}
.photo-video-bx .social-connect-block .social-connect-bx > * {
  z-index: 2;
  position: relative;
  color: var(--white-color);
}
.photo-video-bx .social-connect-block .social-connect-bx > h2 {
  margin-bottom: 20px;
}
.photo-video-bx .social-connect-block .social-connect-bx .social-bx {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 380px) {
  .photo-video-bx .social-connect-block .social-connect-bx .social-bx {
    flex-wrap: wrap;
  }
}
.photo-video-bx .social-connect-block .social-connect-bx .social-bx a {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--white-color);
}
@media (max-width: 380px) {
  .photo-video-bx .social-connect-block .social-connect-bx .social-bx a {
    width: 100%;
  }
}
.photo-video-bx .social-connect-block .social-connect-bx .social-bx a:hover img {
  opacity: 0.7;
}
.photo-video-bx .social-connect-block .social-connect-bx .social-bx a figure {
  width: 100px;
  height: 100px;
  border: 2px solid var(--white-color);
  border-radius: 100%;
  display: grid;
  place-items: center;
}
@media (max-width: 991px) {
  .photo-video-bx .social-connect-block .social-connect-bx .social-bx a figure {
    width: 110px;
    height: 110px;
  }
}
.photo-video-bx .social-connect-block .social-connect-bx .social-bx a figure img {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  transition: 400ms opacity ease;
}
.photo-video-bx .social-connect-block .social-connect-bx .social-bx a .complaint-content p {
  margin-top: 10px;
  font-size: 16px;
  line-height: normal;
  display: block;
  color: var(--white-color);
  font-weight: 500;
}
.photo-video-bx .social-connect-block .social-connect-bx .social-bx a .complaint-content p span {
  display: block;
}
@media (max-width: 1600px) {
  .photo-video-bx .social-connect-block .social-connect-bx .social-bx a .complaint-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 539px) {
  .photo-video-bx .social-connect-block .social-connect-bx .social-bx a .complaint-content p {
    font-size: 15px;
  }
}
.photo-video-bx .social-connect-block .find-service-bx {
  border-bottom: 5px solid var(--primary-color);
  border-radius: 10px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 30px 25px;
  margin-top: 18px;
  text-align: center;
}
@media (max-width: 1279px) {
  .photo-video-bx .social-connect-block .find-service-bx {
    width: 50%;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .photo-video-bx .social-connect-block .find-service-bx {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .photo-video-bx .social-connect-block .find-service-bx {
    width: 100%;
  }
}
.photo-video-bx .social-connect-block .find-service-bx h3 {
  margin-bottom: 0;
}
.photo-video-bx .social-connect-block .find-service-bx .service-bx {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  row-gap: 30px;
}
@media (max-width: 380px) {
  .photo-video-bx .social-connect-block .find-service-bx .service-bx {
    row-gap: 15px;
  }
}
.photo-video-bx .social-connect-block .find-service-bx .service-bx a {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.photo-video-bx .social-connect-block .find-service-bx .service-bx a:hover span {
  color: var(--primary-color);
  text-decoration-color: var(--primary-color);
}
@media (max-width: 380px) {
  .photo-video-bx .social-connect-block .find-service-bx .service-bx a {
    width: 100%;
  }
}
.photo-video-bx .social-connect-block .find-service-bx .service-bx a > figure {
  background-color: var(--bg-color-shade-six);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 5px solid var(--primary-color);
}
.photo-video-bx .social-connect-block .find-service-bx .service-bx a span {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  transition: 400ms all ease;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: transparent;
}
@media (max-width: 1600px) {
  .photo-video-bx .social-connect-block .find-service-bx .service-bx a span {
    font-size: 16px;
    line-height: 24px;
  }
}

.gallery-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.gallery-block .image-video-bx {
  width: 100%;
  position: relative;
  padding: 20px 0;
}
@media (max-width: 1279px) {
  .gallery-block .image-video-bx {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 539px) {
  .gallery-block .image-video-bx {
    padding: 10px 0;
  }
}
.gallery-block .image-video-bx .common-grid-bx {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.gallery-block .image-video-bx .common-grid-bx a {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: visibility 400ms ease;
  width: calc(33% - 12px);
}
@media (max-width: 767px) {
  .gallery-block .image-video-bx .common-grid-bx a {
    width: calc(50% - 20px);
  }
  .gallery-block .image-video-bx .common-grid-bx a > img {
    border-radius: 5px;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 380px) {
  .gallery-block .image-video-bx .common-grid-bx a {
    width: 100%;
  }
}
.gallery-block .image-video-bx .common-grid-bx a:hover .open-img {
  opacity: 1;
}
.gallery-block .image-video-bx .common-grid-bx a > img {
  aspect-ratio: 5/4;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.gallery-block .image-video-bx .common-grid-bx a .open-img {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 400ms ease;
}

.social-feed-block {
  background-color: var(--bg-color-shade-five);
  margin-bottom: 40px;
}
.social-feed-block .social-media-block {
  padding-block: 40px;
}
@media (max-width: 1560px) {
  .social-feed-block .social-media-block {
    padding: 30px;
  }
}
.social-feed-block .social-media-block .social-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-inline: -15px;
}
@media (max-width: 539px) {
  .social-feed-block .social-media-block .social-block {
    flex-wrap: wrap;
  }
}
.social-feed-block .social-media-block .social-block > .social-box {
  position: relative;
  width: calc(25% - 30px);
  margin: 15px;
}
@media (max-width: 991px) {
  .social-feed-block .social-media-block .social-block > .social-box {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .social-feed-block .social-media-block .social-block > .social-box {
    width: 100%;
  }
}
.social-feed-block .social-media-block .social-block > .social-box .social-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--header-bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 15px;
}
.social-feed-block .social-media-block .social-block > .social-box .social-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
}
.social-feed-block .social-media-block .social-block > .social-box .social-header em {
  background-color: var(--white-color);
  height: 27px;
  width: 27px;
  display: grid;
  place-content: center;
  border-radius: 100%;
}
.social-feed-block .social-media-block .social-block > .social-box .social-content .social-img {
  max-height: 506px;
  overflow: hidden;
}
.social-feed-block .social-media-block .social-block > .social-box .social-content .social-img > img {
  aspect-ratio: 3/5;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.complaint-block {
  background-color: var(--bg-color-shade-five);
  padding-block: 38px;
  text-align: center;
  margin-bottom: 40px;
}
.complaint-block .container {
  max-width: 1354px;
}
.complaint-block .container h2 {
  margin-bottom: 20px;
}
.complaint-list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .complaint-list {
    flex-wrap: wrap;
  }
}
.complaint-list .complaint-data {
  width: 25%;
  padding: 15px;
}
.complaint-list .complaint-data:hover .complaint-link {
  box-shadow: 0px 0px 5px 0px rgba(40, 93, 173, 0.4);
}
.complaint-list .complaint-data:hover .complaint-link .complaint-content p {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .complaint-list .complaint-data {
    width: 50%;
  }
}
@media (max-width: 539px) {
  .complaint-list .complaint-data {
    width: 100%;
  }
}
.complaint-list .complaint-data .complaint-link {
  padding: 28px;
  border: 1px solid var(--primary-color);
  height: 100%;
  width: 100%;
  display: flex;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  text-align: left;
  gap: 12px;
  transition: 300ms box-shadow ease;
}
@media (max-width: 991px) {
  .complaint-list .complaint-data .complaint-link {
    justify-content: flex-start;
  }
}
@media (max-width: 539px) {
  .complaint-list .complaint-data .complaint-link {
    gap: 15px;
  }
}
.complaint-list .complaint-data .complaint-link figure {
  min-width: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 539px) {
  .complaint-list .complaint-data .complaint-link figure {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}
.complaint-list .complaint-data .complaint-link figure:before {
  content: "";
  background-color: var(--light-blue-color);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.complaint-list .complaint-data .complaint-link figure > img {
  z-index: 2;
  position: relative;
}
@media (max-width: 539px) {
  .complaint-list .complaint-data .complaint-link figure > img {
    width: 40px;
    height: 40px;
  }
}
.complaint-list .complaint-data .complaint-link .complaint-content > p {
  margin: 0;
  font-size: 19px;
  line-height: 30px;
  max-width: 300px;
  transition: 300ms color ease;
}
@media (max-width: 1600px) {
  .complaint-list .complaint-data .complaint-link .complaint-content > p {
    font-size: 16px;
    line-height: 26px;
  }
}
.complaint-list .complaint-data .complaint-link .complaint-content > p > span {
  display: block;
  font-weight: 700;
  color: var(--primary-color);
}

.website-links-block.container {
  margin-bottom: 40px;
}
.website-links-block .slick-list {
  margin: 0 -32px;
}
@media screen and (max-width: 1700px) {
  .website-links-block .slick-list {
    margin: -12px;
  }
}
.website-links-block .slick-list .slick-track {
  padding-block: 10px;
}
.website-links-block .slick-list .slick-slide {
  margin: 0 32px;
}
@media screen and (max-width: 1700px) {
  .website-links-block .slick-list .slick-slide {
    margin: 12px;
  }
}
.website-links-block .slick-list .slick-slide .website-link-bx {
  border: 1px solid var(--gray-shade-one);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid var(--bg-color-shade-one);
  background-color: var(--white-color);
  border-radius: 5px;
  min-height: 96px;
  height: 96px;
  transition: box-shadow 0.2s ease;
}
.website-links-block .slick-list .slick-slide .website-link-bx:hover {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1490196078);
}
.website-links-block .slick-list .slick-slide .website-link-bx:hover figure > img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .website-links-block .slick-list .slick-slide .website-link-bx {
    min-height: 76px;
    height: 76px;
  }
}
.website-links-block .slick-list .slick-slide .website-link-bx figure {
  height: 100%;
  width: 100%;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.website-links-block .slick-list .slick-slide .website-link-bx figure img {
  margin: 0 auto;
  transition: 0.3s transform ease;
}

.sticky-sidebar {
  position: sticky;
  top: 0;
  padding: 10px 0 50px;
}
@media (max-width: 767px) {
  .sticky-sidebar {
    padding-bottom: 0;
  }
}
.sticky-sidebar .sidebar-title {
  background-image: var(--secondary-gradient-color);
  color: var(--white-color);
  padding: 20px 10px 20px 35px;
  letter-spacing: 0.2px;
  font-size: 24px;
  line-height: 36px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .sticky-sidebar .sidebar-title {
    padding: 20px 15px;
    margin-bottom: 0;
  }
}
.sticky-sidebar .sidebar-title:before {
  content: "";
  height: 35px;
  width: 35px;
  background: var(--primary-color);
  position: absolute;
  bottom: -10px;
  left: 45px;
  transform: rotate(45deg);
  border-radius: 5px;
  z-index: -1;
}
@media (max-width: 767px) {
  .sticky-sidebar .sidebar-title:before {
    display: none;
  }
}
.sticky-sidebar .sidebar-title.active-side-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sticky-sidebar .sidebar-title.active-side-title .mobile-side-toggle svg {
  transform: rotate(180deg);
}
.sticky-sidebar .sidebar-title .mobile-side-toggle {
  display: none;
}
.sticky-sidebar .sidebar-title .mobile-side-toggle svg {
  height: 14px;
  width: 14px;
}
.sticky-sidebar .sidebar-title .mobile-side-toggle svg path {
  fill: var(--white-color);
}
@media (max-width: 767px) {
  .sticky-sidebar .sidebar-title .mobile-side-toggle {
    display: block;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    border-radius: 5px;
    color: var(--white-color);
  }
}
.sticky-sidebar .service-navigation {
  border-top: 0;
  border-radius: 10px;
  border: 1px solid var(--bg-color-shade-four);
  padding: 25px 20px 30px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1019607843);
  max-height: 600px;
  overflow: auto;
}
.sticky-sidebar .service-navigation::-webkit-scrollbar {
  width: 6px;
  background-color: var(--bg-color-shade-three);
  border-radius: 10px;
}
.sticky-sidebar .service-navigation::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: var(--primary-color);
  border-radius: 10px;
}
.sticky-sidebar .service-navigation.active-sidebar {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 767px) {
  .sticky-sidebar .service-navigation {
    display: none;
  }
}
.sticky-sidebar .service-navigation .service-list {
  display: flex;
  flex-direction: column;
}
.sticky-sidebar .service-navigation .service-list .service-link {
  padding-left: 20px;
  position: relative;
  width: fit-content;
  width: 100%;
}
.sticky-sidebar .service-navigation .service-list .service-link.active-side-link .service-main-anchor > a {
  font-weight: 500;
}
.sticky-sidebar .service-navigation .service-list .service-link.active-side-link .service-main-anchor > a, .sticky-sidebar .service-navigation .service-list .service-link:hover .service-main-anchor > a, .sticky-sidebar .service-navigation .service-list .service-link:focus .service-main-anchor > a, .sticky-sidebar .service-navigation .service-list .service-link:has(.active-sub-link) .service-main-anchor > a {
  font-weight: 500;
}
.sticky-sidebar .service-navigation .service-list .service-link.active-side-link .service-main-anchor .toggleBtn, .sticky-sidebar .service-navigation .service-list .service-link:hover .service-main-anchor .toggleBtn, .sticky-sidebar .service-navigation .service-list .service-link:focus .service-main-anchor .toggleBtn, .sticky-sidebar .service-navigation .service-list .service-link:has(.active-sub-link) .service-main-anchor .toggleBtn {
  color: var(--white-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.sticky-sidebar .service-navigation .service-list .service-link.active-side-link:before, .sticky-sidebar .service-navigation .service-list .service-link:hover:before, .sticky-sidebar .service-navigation .service-list .service-link:focus:before, .sticky-sidebar .service-navigation .service-list .service-link:has(.active-sub-link):before {
  color: var(--primary-color);
}
.sticky-sidebar .service-navigation .service-list .service-link.active-side-link .service-main-anchor > a, .sticky-sidebar .service-navigation .service-list .service-link:hover .service-main-anchor > a, .sticky-sidebar .service-navigation .service-list .service-link:focus .service-main-anchor > a, .sticky-sidebar .service-navigation .service-list .service-link:has(.active-sub-link) .service-main-anchor > a {
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sticky-sidebar .service-navigation .service-list .service-link:not(:last-child) {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .sticky-sidebar .service-navigation .service-list .service-link:not(:last-child) {
    padding-bottom: 15px;
  }
}
.sticky-sidebar .service-navigation .service-list .service-link:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
.sticky-sidebar .service-navigation .service-list .service-link .service-main-anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.sticky-sidebar .service-navigation .service-list .service-link .service-main-anchor > a {
  color: var(--bg-color-shade-seven);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky-sidebar .service-navigation .service-list .service-link .service-main-anchor .toggleBtn {
  border: 1px solid;
  min-width: 20px;
  line-height: 0;
  min-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-size: 20px;
}
.sticky-sidebar .service-navigation .service-list .service-link .service-sub-links {
  margin-top: 10px;
  display: none;
}
.sticky-sidebar .service-navigation .service-list .service-link .service-sub-links li {
  position: relative;
  display: flex;
  gap: 10px;
}
.sticky-sidebar .service-navigation .service-list .service-link .service-sub-links li:not(:last-child) {
  padding-bottom: 10px;
}
.sticky-sidebar .service-navigation .service-list .service-link .service-sub-links li:before {
  content: "-";
}
.sticky-sidebar .service-navigation .service-list .service-link .service-sub-links li a {
  font-size: 14px;
}
.sticky-sidebar .service-navigation .service-list .service-link .service-sub-links li.active-sub-link:before, .sticky-sidebar .service-navigation .service-list .service-link .service-sub-links li:hover:before, .sticky-sidebar .service-navigation .service-list .service-link .service-sub-links li:focus:before {
  color: var(--primary-color);
}
.sticky-sidebar .service-navigation .service-list .service-link .service-sub-links li.active-sub-link > a, .sticky-sidebar .service-navigation .service-list .service-link .service-sub-links li:hover > a, .sticky-sidebar .service-navigation .service-list .service-link .service-sub-links li:focus > a {
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 400;
}
.sticky-sidebar .service-navigation .service-list .service-link .service-sub-links li ul {
  padding-left: 20px;
}

.common-para-listing,
.common-para-content,
.table-content,
.common-accordion {
  margin-bottom: 50px;
}
.common-para-listing h2,
.common-para-listing h3,
.common-para-content h2,
.common-para-content h3,
.table-content h2,
.table-content h3,
.common-accordion h2,
.common-accordion h3 {
  margin-bottom: 20px;
}
.common-para-listing h3,
.common-para-content h3,
.table-content h3,
.common-accordion h3 {
  font-size: 24px;
}
.common-para-listing p,
.common-para-content p,
.table-content p,
.common-accordion p {
  margin-bottom: 20px;
}

.common-para-listing {
  margin-top: 15px;
}
.common-para-listing ul, .common-para-listing ol {
  list-style: disc;
  padding-inline-start: 30px;
}
.common-para-listing ul.common-download-links, .common-para-listing ol.common-download-links {
  margin-bottom: 2rem;
}
.common-para-listing ul.common-download-links li a, .common-para-listing ol.common-download-links li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .common-para-listing ul.common-download-links li a, .common-para-listing ol.common-download-links li a {
    gap: 10px;
  }
}
@media (max-width: 1279px) {
  .common-para-listing ul.common-download-links li a p, .common-para-listing ol.common-download-links li a p {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .common-para-listing ul.common-download-links li a p, .common-para-listing ol.common-download-links li a p {
    max-width: 330px;
  }
}
.common-para-listing ul.common-download-links li a .download-size, .common-para-listing ol.common-download-links li a .download-size {
  display: flex;
  align-items: center;
  gap: 8px;
}
.common-para-listing ul.common-download-links li a .download-size span, .common-para-listing ol.common-download-links li a .download-size span {
  white-space: nowrap;
}
.common-para-listing ul.common-download-links li p a, .common-para-listing ol.common-download-links li p a {
  color: var(--primary-color);
}
.common-para-listing ul li, .common-para-listing ol li {
  list-style: inherit;
  margin-bottom: 20px;
}
.common-para-listing ul li p, .common-para-listing ol li p {
  margin-bottom: 0;
}
.common-para-listing ul li a, .common-para-listing ol li a {
  display: block;
}
.common-para-listing ol li {
  list-style: auto;
}

.table-content {
  width: 100%;
}
.table-content.no-second-thead .table-responsive {
  overflow: auto;
  width: 100%;
}
.table-content.no-second-thead .table-responsive table thead tr {
  overflow: hidden;
}
.table-content.no-second-thead .table-responsive table thead tr:first-child th {
  text-align: left;
}
.table-content.no-second-thead .table-responsive table thead tr:first-child th:first-child {
  border-bottom-left-radius: 10px;
}
.table-content.no-second-thead .table-responsive table thead tr:first-child th:last-child {
  border-bottom-right-radius: 10px;
}
.table-content.no-second-thead .table-responsive table tbody tr td {
  text-align: left;
}
.table-content table {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  min-width: 991px;
}
@media (max-width: 1600px) {
  .table-content table {
    font-size: 16px;
    padding-right: 15px;
  }
}
.table-content table thead {
  width: 100%;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
}
.table-content table thead tr:first-child {
  box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.2509803922);
  background: var(--table-title-bg-color);
  border-radius: 10px;
}
.table-content table thead tr:first-child th {
  padding: 12px 25px;
  color: var(--white-color);
}
.table-content table thead tr:first-child th:first-child {
  border-bottom-left-radius: 0;
  max-width: 80px;
  min-width: 80px;
  padding: 10px;
}
.table-content table thead tr:first-child th:last-child {
  border-bottom-right-radius: 0;
}
.table-content table thead tr th {
  padding: 12px 25px;
  font-weight: 600;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
  width: auto !important;
}
.table-content table thead tr th:first-child {
  border-bottom-left-radius: 10px;
  border-left: 1px solid var(--primary-color);
}
.table-content table thead tr th:nth-child(2) {
  text-align: left;
}
.table-content table thead tr th:last-child {
  border-bottom-right-radius: 10px;
  border-right: 1px solid var(--primary-color);
}
.table-content table thead tr th:not(:last-child) {
  border-right: 1px solid var(--bg-color-shade-two);
}
.table-content table tbody tr:first-child td {
  padding-top: 40px;
}
.table-content table tbody tr:last-child td {
  padding-bottom: 26px;
}
.table-content table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.table-content table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.table-content table tbody tr td {
  border-right: 1px solid var(--bg-color-shade-two);
  border-bottom: 1px solid var(--bg-color-shade-two);
  line-height: 30px;
  padding: 6px 25px;
  text-align: center;
  vertical-align: top;
}
.table-content table tbody tr td:first-child {
  border-left: 1px solid var(--bg-color-shade-two);
  text-align: left;
}
.table-content table tbody tr td:nth-child(2) {
  text-align: left;
}
.table-content table tbody tr td .table-pdf-bx {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 10px;
}
.table-content table tbody tr td .table-pdf-bx p {
  margin-bottom: 0;
}
.table-content table tbody tr td .table-pdf-bx .download-size {
  min-width: 26px;
}

.common-accordion {
  width: 100%;
}
.common-accordion .accordion .accordion-list {
  list-style: none;
  padding-inline-start: 0;
  max-width: 100%;
}
.common-accordion .accordion .accordion-list .accordion-data {
  background-color: var(--bg-color-shade-five);
  padding-inline: 28px;
  padding-block: 10px;
  border-radius: 10px;
  cursor: pointer;
  border-left: 5px solid transparent;
}
.common-accordion .accordion .accordion-list .accordion-data:not(:last-child) {
  margin-bottom: 10px;
}
.common-accordion .accordion .accordion-list .accordion-data.accordion-active {
  border-left: 5px solid var(--primary-color);
}
.common-accordion .accordion .accordion-list .accordion-data.accordion-active h4 .accord-icon {
  transform: rotate(180deg);
}
.common-accordion .accordion .accordion-list .accordion-data h4 {
  font-size: 18px;
  line-height: 48px;
  margin: 0;
  position: relative;
  padding-right: 45px;
}
@media (max-width: 991px) {
  .common-accordion .accordion .accordion-list .accordion-data h4 {
    line-height: 32px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .common-accordion .accordion .accordion-list .accordion-data h4 {
    font-size: 16px;
    line-height: 28px;
  }
}
.common-accordion .accordion .accordion-list .accordion-data h4 .accord-icon {
  position: absolute;
  top: 50%;
  transform-origin: top;
  transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 991px) {
  .common-accordion .accordion .accordion-list .accordion-data h4 .accord-icon {
    right: 0;
  }
}
.common-accordion .accordion .accordion-list .accordion-data p {
  display: none;
  font-size: 16px;
  line-height: 28px;
  max-width: 1020px;
  margin-bottom: 50px;
  margin-top: 10px;
}
@media (max-width: 1560px) {
  .common-accordion .accordion .accordion-list .accordion-data p {
    margin-bottom: 20px;
  }
}

.image-slider-section {
  margin-bottom: 20px;
}
.image-slider-section h3 {
  margin-bottom: 30px;
}
.image-slider-section .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  z-index: 1;
  cursor: pointer;
}
.image-slider-section .slick-arrow.prev {
  left: 0;
}
.image-slider-section .slick-arrow.next {
  right: 0;
}
.image-slider-section .slick-slide {
  margin: 0 70px;
}
@media (max-width: 767px) {
  .image-slider-section .slick-slide {
    margin: 0;
  }
}
.image-slider-section .slick-slide .image-slider-item {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 9%;
  min-height: 300px;
  position: relative;
}
@media (max-width: 991px) {
  .image-slider-section .slick-slide .image-slider-item {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .image-slider-section .slick-slide .image-slider-item {
    min-height: 180px;
  }
}
.image-slider-section .slick-slide .image-slider-item > img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.common-card-structure-block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(33.333% - 20px, 100%), 1fr));
  gap: 20px;
}
@media (max-width: 767px) {
  .common-card-structure-block {
    grid-template-columns: repeat(auto-fill, minmax(min(747px, 100%), 1fr));
  }
}
.common-card-structure-block .common-card-bx .card-data-bx {
  border: 1px solid #eee;
  padding: 20px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.common-card-structure-block .common-card-bx .card-data-bx .card-content-bx li:not(:last-child) {
  margin-bottom: 20px;
}
.common-card-structure-block .common-card-bx .card-data-bx .card-content-bx li a {
  color: var(--text-color-one);
  position: relative;
  transition: all 400ms ease;
  padding-left: 20px;
}
.common-card-structure-block .common-card-bx .card-data-bx .card-content-bx li a:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
.common-card-structure-block .common-card-bx .card-data-bx .card-content-bx li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: 500;
}
.common-card-structure-block .common-card-bx .card-data-bx .card-content-bx li a:hover:before {
  color: var(--primary-color);
}
.common-card-structure-block .common-card-bx .card-data-bx .card-content-bx li ul {
  padding-left: 30px;
  margin-top: 10px;
}
.common-card-structure-block .common-card-bx .card-data-bx .card-content-bx li ul li {
  margin-bottom: 10px !important;
}

.content-form {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.content-form .dropdown-bx {
  display: flex;
  gap: 10px;
  align-items: center;
}
.content-form .dropdown-bx .content-label {
  font-weight: 500;
  word-break: keep-all;
}

.dataTables_length {
  width: auto;
  margin-bottom: 20px;
  display: inline-block;
}
.dataTables_length label {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  font-weight: 500;
}
.dataTables_length label select {
  width: auto;
  min-width: 100px;
}

.dataTables_filter {
  float: right;
  margin-bottom: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .dataTables_filter {
    float: none;
  }
}
.dataTables_filter label {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  font-weight: 500;
  word-break: keep-all;
}

.dataTables_info {
  margin-top: 20px;
  float: left;
  clear: both;
  font-weight: 500;
  padding: 2px;
}
@media screen and (max-width: 1024px) {
  .dataTables_info {
    float: none;
  }
}

.dataTables_paginate {
  float: right;
  margin-top: 16px;
  padding-right: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dataTables_paginate {
    margin-top: 14px;
    float: none;
  }
}
.dataTables_paginate .paginate_button {
  background: #eee;
  padding: 2px 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  min-width: 70px;
  text-align: center;
}
.dataTables_paginate .paginate_button.current {
  min-width: 40px;
  min-height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.double-img-bx {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 539px) {
  .double-img-bx {
    flex-wrap: wrap;
    gap: 0;
  }
}
.double-img-bx .comm-img-bx {
  max-width: 1024px;
  margin-block-end: 20px;
  border-radius: 8px;
  overflow: hidden;
  width: 50%;
  max-height: 600px;
}
@media (max-width: 539px) {
  .double-img-bx .comm-img-bx {
    width: 100%;
  }
}
.double-img-bx .comm-img-bx > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-para-content-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.main-para-content-section .service-link-sidebar {
  max-width: 394px;
  width: 100%;
}
@media (max-width: 1279px) {
  .main-para-content-section .service-link-sidebar {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .main-para-content-section .service-link-sidebar {
    max-width: 100%;
  }
}
.main-para-content-section .para-content-section {
  max-width: calc(100% - 424px);
  width: 100%;
}
@media (max-width: 1279px) {
  .main-para-content-section .para-content-section {
    max-width: calc(100% - 360px);
  }
}
@media (max-width: 767px) {
  .main-para-content-section .para-content-section {
    max-width: 100%;
  }
}

.history-content-section {
  position: relative;
}
.history-content-section:after {
  content: "";
  display: table;
  clear: both;
}
.history-content-section img:has(~ p:not(:empty)), .history-content-section img:has(~ .raw-html-embed > p:not(:empty)) {
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1560px) {
  .history-content-section img:has(~ p:not(:empty)), .history-content-section img:has(~ .raw-html-embed > p:not(:empty)) {
    max-width: 560px;
  }
}
@media (max-width: 1200px) {
  .history-content-section img:has(~ p:not(:empty)), .history-content-section img:has(~ .raw-html-embed > p:not(:empty)) {
    float: none;
  }
}
@media (max-width: 991px) {
  .history-content-section img:has(~ p:not(:empty)), .history-content-section img:has(~ .raw-html-embed > p:not(:empty)) {
    max-width: 100%;
    margin: 50px auto;
  }
}

.page-not-found.container {
  max-width: 850px;
  text-align: center;
  margin: 10px auto 50px;
}
.page-not-found h1 {
  font-size: 48px;
  line-height: 70px;
  font-weight: 600;
  color: var(--bg-color-shade-six);
}
@media (max-width: 767px) {
  .page-not-found h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
.page-not-found h2 {
  font-size: 36px;
  line-height: 54px;
  color: var(--text-color-four);
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-not-found h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 50px;
  }
}
.page-not-found img {
  margin: 0 auto 30px;
}
.page-not-found p {
  font-size: 21px;
  line-height: 30px;
  color: var(--text-color-four);
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .page-not-found p {
    font-size: 16px;
    line-height: 26px;
  }
}
.page-not-found .btn {
  background: var(--bg-color-shade-six);
  font-weight: 500;
  padding: 10px 26px;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
}
.page-not-found .btn > i {
  min-width: 8px;
  min-height: 11px;
}
.page-not-found .btn > i svg path {
  fill: none;
}

.construction-progress-block.container {
  max-width: 860px;
  text-align: center;
  margin: 75px auto 95px;
}
@media (max-width: 767px) {
  .construction-progress-block.container {
    margin: 45px auto 65px;
  }
}
.construction-progress-block img {
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  .construction-progress-block img {
    margin: 0 auto 30px;
  }
}
.construction-progress-block h1 {
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .construction-progress-block h1 {
    font-size: 25px;
  }
}
.construction-progress-block .btn {
  background: var(--bg-color-shade-six);
  font-weight: 500;
  padding: 10px 26px;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
}
.construction-progress-block .btn > i {
  min-width: 8px;
  min-height: 11px;
}
.construction-progress-block .btn > i svg path {
  fill: none;
}/*# sourceMappingURL=style.css.map */