h1 {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
  color: #002C8F;
  line-height: 1.4;
  margin-top: 0;
  font-weight: 600;
  color: #002C8F;
}

h2 {
  font-size: 1.3rem;
  color: #002C8F;
  margin-bottom: 1rem;
  line-height: 1.4;
  margin-top: 0;
  font-weight: 600;
}

h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #C60E1C;
  line-height: 1.4;
  margin-top: 0;
  font-weight: 600;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.95rem;
  color: #333;
  background: #fff;
  transition: all 0.3s ease 0s;
  overflow-x: hidden;
}

a {
  color: #002C8F;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #C60E1C;
}

.a:focus {
  border: none;
  outline: none;
}

.btn {
  background: #002C8F;
  border-radius: 0.25rem;
  border: none;
  padding: 0.65rem 1.5rem;
  transition: all 0.3s ease 0s;
  color: #fff;
  border-radius: 50px;
}

.btn:hover {
  transition: all 0.3s ease 0s;
  color: #fff !important;
  background: #C60E1C;
}

.btn-border {
  color: #002C8F;
  border: 1px solid #002C8F;
  background: none;
}

.btn-border:hover {
  background: #C60E1C;
  color: #fff;
}

.btn-large {
  font-size: 1.1rem;
}

.asterisk {
  color: #e40909;
}

.bdrradius {
  border-radius: 0.5rem;
}

.fullwidth {
  width: 100%;
}

.card-box {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
}

.clear {
  clear: both;
}

.bi {
  font-size: 1.25rem;
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb li {
  margin-bottom: 0.75rem !important;
  font-size: 0.8rem;
}

p {
  margin-bottom: 1.25rem;
}

img {
  width: 100%;
}

.pd-right {
  padding-right: 2rem;
}

.pd-left {
  padding-left: 2rem;
}

.positionrelative {
  position: relative;
}

.form-control {
  font-size: 0.95rem;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  border: 1px solid #999;
}

textarea.form-control {
  min-height: calc(8em + 0.75rem + 2px);
}

.form-select {
  height: auto;
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  border-radius: 50px;
  border: 1px solid #999;
  color: #666;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(2.75rem + 8px);
  padding: 1rem;
  border-radius: 0.35rem;
}

.form-floating > label {
  padding: 0.75rem 1rem;
  color: #333;
}

.form-floating > .form-control:not(:-moz-placeholder) {
  color: #333;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  color: #333;
}

.form-control[type=file] {
  font-size: 0.9rem;
}

.hasDatepicker::-moz-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker::placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.radio-input {
  visibility: hidden;
  display: none;
}

.radio-label {
  position: relative;
  padding-left: 2rem;
  margin-right: 1.5rem;
}

.radio-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
}

.radio-border {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: -2px;
  border: 1px solid #999;
}

.radio-input:checked + .radio-label:after {
  transition: all 0.5s;
  background-color: #002C8F;
}

.form-check {
  padding-left: 2em;
  margin-bottom: 1rem;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
}

.form-check .form-check-input {
  margin-left: -2em;
}

.form-check-input[type=checkbox] {
  border-radius: 0.2em;
}

.form-group {
  position: relative;
}

.form-group i {
  position: absolute;
  right: 20px;
  color: #777;
  margin-top: 0.4rem;
  cursor: pointer;
  margin-top: -2.5rem;
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
}

.table td,
.table th {
  padding: 0.5rem 1rem;
}

table th {
  background: #002C8F !important;
  color: #fff !important;
}

@media (max-width: 575px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.25rem);
    padding-left: var(--bs-gutter-x, 1.25rem);
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 8;
  top: 0;
  padding: 0.5rem 0;
  background: #006332;
  color: #fff;
  transition: all 0.3s ease 0s;
}
header .header-left .logo img {
  width: 26rem;
  height: auto;
  float: left;
}
header .header-right {
  float: right;
  display: flex;
  gap: 15px;
  align-items: center;
}
header .header-right .top-menu ul {
  margin: 0;
  padding: 0;
}
header .header-right .top-menu ul li {
  float: left;
  display: block;
  margin-right: 1.75rem;
}
header .header-right .top-menu ul li a {
  color: #fff;
}
header .header-right .top-menu ul li a:hover {
  opacity: 0.6;
}
header .header-right .search {
  position: relative;
  width: 18rem;
}
header .header-right .search i {
  margin-top: 0.5rem;
}
header .header-right .search .form-control {
  border: 0;
}
header .header-right .login .btn {
  background: #C60E1C;
}
header .header-right .login .btn:hover {
  background: #002C8F;
}

.sideconent-wrap {
  padding-right: 0;
  position: relative;
  padding-top: 5rem !important;
  transition: all 0.3s ease 0s;
}

.mapcontent-wrap {
  padding: 0;
  position: fixed;
  right: 0;
  transition: all 0.3s ease 0s;
}

/* expand */
.expand-contract {
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  top: 45%;
  cursor: pointer;
  width: 30px;
  height: 50px;
  text-align: center;
  color: #006332;
  border-radius: 0 10px 10px 0;
  line-height: 52px;
}

.sidebarhide {
  margin-left: -25%;
}

.themesidecontent.sidebarhide {
  margin-left: -50%;
}

.content-pd {
  padding: 1em 0;
}

.inner-content-pd {
  padding: 8rem 0 3rem 0;
  min-height: 50rem;
}

.theme h2 {
  color: #111;
}
.theme .theme-single {
  overflow: hidden;
  position: relative;
}
.theme .theme-single img {
  transition: all 0.3s ease 0s;
}
.theme .theme-single .desc {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 0.5rem;
  font-weight: 600;
  z-index: 1;
}
.theme .theme-single .desc h3 {
  margin-bottom: 0;
}
.theme .theme-single .desc h3 a {
  color: #fff;
  display: block;
}
.theme .theme-single:hover img {
  transition: all 0.3s ease 0s;
  transform: scale(1.1);
}

.map {
  height: 100vh;
}
.map iframe {
  height: 100% !important;
}

.desktopview {
  display: block;
}

.mobileview {
  display: none;
}

.scroll-wrap {
  height: 550px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 1rem;
  margin-bottom: 1rem;
}

.side-heritage-list ul {
  margin: 0;
  padding: 0;
}
.side-heritage-list ul li {
  display: block;
  border-top: 1px solid #ccc;
  padding: 1.5rem 0;
}
.side-heritage-list ul li a h3 {
  margin-bottom: 0;
  color: #111;
}
.side-heritage-list ul li a span {
  color: #666;
}
.side-heritage-list ul li a img {
  border-radius: 5px;
}
.side-heritage-list ul li:hover {
  background: #f0f0f0;
}

.detail-box-wrap {
  position: absolute;
  padding: 2rem 3rem;
  z-index: 2;
  width: 100%;
  margin-top: 4rem;
}
.detail-box-wrap .detail-box-content {
  background: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.detail-box-wrap .detail-box-content .close {
  position: absolute;
  right: -0.5rem;
  margin-top: -2.5rem;
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
  border-radius: 50%;
}
.detail-box-wrap .detail-box-content .close i {
  font-size: 2rem;
}
.detail-box-wrap .detail-box-content .heritage-description {
  padding-right: 1rem;
  height: 540px;
  overflow: scroll;
  overflow-x: hidden;
}

ul.cont-list {
  padding-left: 1.3rem;
}
ul.cont-list li {
  margin-bottom: 0.75rem;
  list-style-type: none;
  position: relative;
}
ul.cont-list li::after {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.6rem;
  background: #002C8F;
  position: absolute;
  top: 0.5rem;
  left: -1.2rem;
  border-radius: 0.1rem;
}

@media (min-width: 1920px) {
  .scroll-wrap {
    height: 780px;
  }
  .heritage-description {
    height: 760px !important;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
  h1 {
    font-size: 1.5rem;
  }
  .mob-br {
    margin-bottom: 1.5rem;
  }
  .sideconent-wrap {
    padding-top: 8rem !important;
  }
  .detail-box-wrap {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.35rem;
  }
  h2 {
    font-size: 1.1rem;
  }
  .pd-left {
    padding-left: 1rem;
  }
  .pd-right {
    padding-right: 1rem;
  }
  .mob-none {
    display: none;
  }
  .card-box {
    padding: 1rem;
  }
  header .header-left .logo img {
    width: auto;
    margin-bottom: 0.75rem;
    height: 2.75rem;
  }
  header .header-right {
    display: block;
    float: none;
  }
  header .header-right .top-menu {
    margin-bottom: 0.75rem;
  }
  header .header-right .search {
    margin-bottom: 0.75rem;
    width: 65%;
    float: left;
    margin-right: 1rem;
  }
  .sideconent-wrap {
    padding-right: 0.75rem;
    padding-top: 12rem !important;
  }
  .mapcontent-wrap {
    padding: 0.75rem;
    position: relative;
  }
  .map {
    height: 400px;
  }
  .desktopview {
    display: none;
  }
  .mobileview {
    display: block;
  }
  .detail-box-wrap {
    padding: 0;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .detail-box-wrap .detail-box-content {
    padding: 1rem;
  }
  .scroll-wrap,
  .heritage-description {
    height: auto !important;
    padding-right: 0 !important;
    overflow: auto !important;
    overflow-x: hidden !important;
  }
  .detail-box-wrap .detail-box-content .close {
    margin-top: -1.75rem;
  }
  .expand-contract {
    display: none;
  }
  .inner-content-pd {
    padding: 3rem 0;
    min-height: auto;
    padding-top: 12rem;
  }
}/*# sourceMappingURL=main.css.map */