/**
* Template Name: Amoeba - v4.0.1
* Template URL: https://bootstrapmade.com/free-one-page-bootstrap-template-amoeba/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Lato", sans-serif;
  color: #777;
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #833139;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: sans-serif;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
}

.section-bg {
  background-color: #fff;
}

.section-bg1 {
  padding: 30px 0;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000000;
  font-family: "Bebas Neue", sans-serif;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 150px;
  height: 3px;
  background: #FFF;
  bottom: 1px;
  left: calc(20% - 60px);
}

.section-title p {
  margin-bottom: 0;
}

.section-title3 h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #833139;
  font-family: "Bebas Neue", sans-serif;
}

.section-title1 {
  padding: 60px 0;
  text-align: center;
  padding-bottom: 30px;
}

.section-title1 h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #833139;
  font-family: "Bebas Neue", sans-serif;
}

.section-title4 {
  padding: 60px 0;
  text-align: center;
  padding-bottom: 30px;
}

.section-title4 h2 {
  font-size: 50px;
  font-weight: bold;
  color: #833139;
  font-family: "Bebas Neue", sans-serif;
}

.section-title1 p {
  margin-bottom: 0;
}

.section-title2 {
  text-align: center;
  padding-bottom: 30px;
}

.section-title2 h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #833139;
  font-family: "Bebas Neue", sans-serif;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f6fafa;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #833139;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #8bc6bf;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 130px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #833139;
}

#header.header-scrolled {
  background: #833139;
  height: 120px;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 120px;
}

#main {
  margin-top: 80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 220px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  color: #25564f;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #833139;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/logo.png") bottom right no-repeat;
  background-size: auto 82%;
  background-color: #833139;
  position: relative;
}

#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 170px 0 0 0;
  font-size: 54px;
  color: #fff;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
}

#hero h2 {
  color: #fff;
  margin: 20px 0 0 0;
  font-size: 25px;
}

#hero .btn-get-started {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: -30px;
  color: #fff;
  border: 2px solid #FFF;
}

#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

.digitalidenties {
  padding: 60px 0;
}

.digitalidenties .text p {
  font-weight: normal;
  font-size: 27px;
  font-family: sans-serif;
  color: #000;
}

.digitalidenties p {
  font-weight: normal;
  font-size: 20px;
  font-family: sans-serif;
  color: #000;
}

#sTermTxt {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

#sTerm_pc_btn,
#sTerm_gc_btn {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

#sTermGC,
#sTermPC,
#sTermSex,
#sTermEnslaved {
  display: none;
}

#searchBtn {
  padding: 15px 30px;
}

.sLabels {
  text-transform: uppercase;
  color: #833139;
}

.sLabelsGray {
  text-transform: uppercase;
  color: #707070;
  display: block;
}

#searchBanner {
  background: #a5978b;
  padding: 15px;
  margin: 0 32px;
  color: #1d1e18;
  border-radius: 5px;
}

#sResultsHdr {
  font-size: 1.75rem;
  margin-bottom: 0;
}

.card {
  background-color: rgba(161, 151, 139, 0.1) !important;
}

.checkbox-menu {
  max-height: 300px;
  overflow-y: auto;
}

.checkbox-menu li label {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin: 0;
  transition: background-color .4s ease;
}

.checkbox-menu li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}

.checkbox-menu li.active label {
  background-color: #cbcbff;
  font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
  background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
  background-color: #b8b8ff;
}

.modal-header {
  background-color: #833139;
  color: white !important;
}

.modal-title {
  font-family: 'Bebas Neue', sans-serif;
  margin-left: 15px;
}

hr.c-divider {
  border-top: 1px solid #a5978b;
}

.card-body p {
  font-family: "Lato", sans-serif;
}

.sLabels,
.sLabelsGray,
.card-text {
  font-size: 1rem !important;
  max-width: 90%;
  overflow:ellipse;
  white-space: nowrap;
}

p.c-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  color: #833139;
}

button.c-button {
  width: 100%;
}

ul.paginationLists {
  padding-left: 0px;
  display: flex;
}

ul.paginationLists li {
  list-style-type: none !important;
}

.input-group-append,
.input-group,
.input-group-prepend {
  height: 38px !important;
}

.search-btn {
  background-color: #1c1f23;
}

#searchBtnPgs {
  -webkit-appearance: none;
  padding: 12px 30px;
  color: #FFF;
}

.show-on-mobile {
  display: none;
}

p.page-link {
  color: #C4C4C4 !important;
  font-family: "Open-Sans", sans-serif;
  padding: 13px 15px;
}

a.page-link {
  color: #002329 !important;
  padding: 13px 15px;
}

.page-link {
  line-height: 1.25;
}

#pageCountBottom {
  font-family: "Lato", sans-serif;
}

/*--------------------------------------------------------------
# Teaching Resources
--------------------------------------------------------------*/
div#teachingresources {
  font-weight: normal;
  font-size: 27px;
  font-family: sans-serif;
}

div#teachingresources a,
a.viz {
  color: #000;
}

div#teachingresources a:hover,
a:hover.viz {
  color: #833139;
  text-decoration: none;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.aboutus .date p {
  font-weight: normal;
  font-size: 35px;
  font-family: sans-serif;
  color: #000;
}

.aboutus .main_text p {
  font-weight: normal;
  font-size: 25px;
  font-family: sans-serif;
  color: #000;
}

.aboutus {
  padding: 60px 0;
}

.aboutus .text p {
  font-weight: normal;
  font-size: 27px;
  font-family: sans-serif;
  color: #000;
}

.aboutus h4 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #833139;
  font-family: "Bebas Neue", sans-serif;
}

.aboutus ul {
  list-style: none;
  padding: 0;
}

.aboutus ul li {
  padding-bottom: 10px;
}

.aboutus ul i {
  font-size: 22px;
  padding-right: 4px;
  color: #70b9b0;
  line-height: 0;
}

.aboutus p:last-child {
  margin-bottom: 0;
}

.about p {
  padding-top: 30px;
  font-weight: normal;
  font-size: 25px;
  color: #000;
}

.about .bg {
  width: 862px;
  height: 110px;
  box-sizing: border-box;
  background: #833139;
  padding: 0 !important;
  margin: 0 !important;
}

.about .bg h2 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  white-space: normal;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
}

.copyright p {
  font-weight: normal;
  font-size: 23px;
  font-family: sans-serif;
  color: #000;
}

.copyright .bg {
  width: 855px;
  height: 110px;
  box-sizing: border-box;
  background: #833139;
  padding: 0 !important;
  margin: 0 !important;
}

.copyright .bg h2 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  white-space: normal;
  padding: 50px 50px;
  font-family: "Bebas Neue", sans-serif;
}

.credits h3 {
  font-weight: bold;
  font-size: 22px;
}

.credits .bg {
  width: 862px;
  height: 110px;
  box-sizing: border-box;
  background: #833139;
  padding: 0 !important;
  margin: 0 !important;
}

.credits .bg h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  white-space: normal;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
}

.bio {
  padding: 60px 0;
}

.bio p {
  font-weight: normal;
  font-size: 27px;
  font-family: sans-serif;
  color: #000;
}

.team {
  padding: 60px 0;
}

.team p {
  font-weight: normal;
  font-size: 27px;
  font-family: sans-serif;
  color: #000;
}

.team .bg {
  width: 899px;
  height: 110px;
  box-sizing: border-box;
  background: #833139;
}

.team .bg h2 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  white-space: normal;
  padding: 50px 50px;
  text-align: center;
}

.acknowledgement {
  padding: 60px 0;
}

.acknowledgement p {
  font-weight: normal;
  font-size: 27px;
  font-family: sans-serif;
  color: #000;
}

.acknowledgement .bg {
  width: 862px;
  height: 110px;
  box-sizing: border-box;
  background: #833139;
}

.acknowledgement .bg h2 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  white-space: normal;
  padding: 50px 50px;
}

.blogs {
  padding: 60px 0;
}

.blogs p {
  font-weight: normal;
  font-size: 27px;
  font-family: sans-serif;
  color: #000;
}

.narrative {
  padding: 60px 0;
}

.narrative .text p {
  font-weight: normal;
  font-size: 27px;
  font-family: sans-serif;
  color: #000;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.services .icon i {
  color: #70b9b0;
  font-size: 42px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
  transition: 0.3s;
}

.services .icon-box:hover .title a {
  color: #70b9b0;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/call-to-action-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: #70b9b0;
  border: 2px solid #70b9b0;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  border-radius: 4px;
  text-transform: uppercase;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #70b9b0;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  background: #833139;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

.portfolio .portfolio-wrap img {
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all .3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-wrap .portfolio-info h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: unset;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio .portfolio-wrap .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}

.portfolio .portfolio-wrap .portfolio-info a i {
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  margin: 4px;
}

.portfolio .portfolio-wrap .portfolio-info a i:hover {
  color: #833139;
}

.portfolio .portfolio-wrap:hover img {
  opacity: 0.4;
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

#portfolio .btn-get-started {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  border: 2px solid #FFF;
}

#portfolio .btn-get-started:hover {
  border-color: #833139;
  border: 2px solid #833139;
  color: 833139;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #70b9b0;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #70b9b0;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(7, 56, 57, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #deefed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #70b9b0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #51a59b;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #343a40;
}

.faq .faq-list .collapsed:hover {
  color: #70b9b0;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #92cac3;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #3c8b81;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #70b9b0;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #fff;
  color: #833139;
  line-height: 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #70b9b0;
}

.contact {
  padding: 40px 0;
}

.contact .social-links a:hover {
  background: #833139;
  color: #fff;
}

.contact .info {
  color: #777;
}

.contact .info i {
  font-size: 22px;
  color: #fff;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
}

.contact {
  background: #833139;
}

.contact a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.contact .info h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.contact .info h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 150px;
  height: 4px;
  background: #Fff;
  bottom: 1px;
  left: calc(24% - 60px);
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -10px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Person_details - Redesigned
--------------------------------------------------------------*/
#Person_details {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#Person_details .section-title1 .page-heading {
  line-height: 2.7rem;
  position: relative;
}

#Person_details .section-title1 {
  margin-bottom: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#Person_details .section-title1 span {
  font-size: 2.5rem;
  padding-bottom: 0;
  color: #833139;
  font-family: "Bebas Neue", sans-serif;
  white-space: nowrap;
  position: relative;
}

#Person_details .section-title1 p {
  font-size: 3.5rem;
  padding-bottom: 0;
  color: #833139;
  font-family: "Bebas Neue", sans-serif;
  white-space: nowrap;
}

#Person_details .sidebar-border {
  border-bottom: 2px solid black;
}

#Person_details .go-back-btn {
  width: fit-content;
  border: 1px solid #833139;
  background: whitesmoke;
  color: #833139;
  padding: .6rem 1.5rem;
  transition: all ease-in-out .3s;
  border-radius: 5px;
}

#Person_details .go-back-btn:hover {
  background: #833139;
  color: whitesmoke;
  filter: drop-shadow(0px 4px 4px #8331396e);
}

/* Navigation Buttons */
#Person_details .btn-dark {
  border: none;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

#Person_details .btn-dark:hover {
  opacity: 0.8 !important;
}

#Person_details .btn-dark.active {
  opacity: 1 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Content Sections */
#Person_details .content-section {
  background: rgba(219, 217, 217, 0.621);
  border-radius: 5px;
  height: fit-content;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Tables */
#Person_details table {
  width: 100%;
  border-collapse: collapse;
}

#Person_details .table {
  margin-bottom: 0 !important;
}

#Person_details table thead th {
  background-color: #f8f9fa;
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
  color: #495057;
  border-bottom: 2px solid #dee2e6;
}

#Person_details table tbody td {
  padding: 12px 15px;
  border-bottom: 1px solid #dee2e6;
  vertical-align: top;
}

#Person_details table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

/* Detail View */
#Person_details .view-details-link {
  color: #833139;
  text-decoration: none;
  font-weight: 500;
}

#Person_details .view-details-link:hover {
  text-decoration: underline;
}

#Person_details .details-row td {
  padding: 0 !important;
}

#Person_details .details-container {
  padding: 15px;
  background-color: #f8f9fa;
  max-height: 300px;
  overflow-y: auto;
  border-left: 3px solid #833139;
}

#Person_details .detail-item {
  margin-bottom: 8px;
}

#Person_details .detail-label {
  width: 40%;
  font-weight: 500;
  color: #495057;
}

#Person_details .detail-value {
  width: 60%;
  color: #6c757d;
}

/*--------------------------------------------------------------
Dataset Visualization
--------------------------------------------------------------*/
#visualization .card {
  margin-bottom: 20px;
}

#visualization canvas {
  width: 100% !important;
}

/* Data container styling */
#visualization .data-container {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 0.3rem;
  margin-top: 0.7rem;
}

/* Data row styling */
#visualization .data-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.5rem;
  margin: 0.25rem 0;
  border-radius: 4px;
  transition: all 0.2s ease;
}

#visualization .data-row:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Map container styling */
#visualization .map-container {
  width: 100%;
  height: 400px;
  border-radius: 4px;
}

/* Custom scrollbar styling */
#visualization .data-container {
  overflow: auto;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: transparent transparent; /* Initial hidden scrollbar for Firefox */
  transition: scrollbar-color 0.3s ease;
}

/* Show scrollbar only on hover for Firefox */
#visualization .data-container:hover {
  scrollbar-color: #88888893 #f1f1f1;
}

/* For Chrome, Edge, Safari */
#visualization .data-container::-webkit-scrollbar {
  width: 4px;
  transition: background 0.3s ease;
}

/* Hide scrollbar initially */
#visualization .data-container::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}

#visualization .data-container::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}

/* Show scrollbar on hover */
#visualization .data-container:hover::-webkit-scrollbar-thumb {
  background: #88888893;
}

#visualization .data-container:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#visualization .data-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* Clickable row styling */
#visualization .clickable-row {
  cursor: pointer;
}

.leaflet-container {
        z-index: 0 !important;
    }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #073839;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.news {
  padding: 60px 0;
}

#news .btn-get-started {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  border: 2px solid #FFF;
}

#news .btn-get-started:hover {
  background: transparent;
  border-color: #833139;
  border: 2px solid #833139;
}

#map {
  width: 100%;
  height: 500px;
}

.leaflet-top,
.leaflet-bottom {
  z-index: 800;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(7, 56, 57, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  z-index: 10000;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #073839;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #833139;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #833139;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar-mobile ul {
    display: block ;
  }

  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

@media (max-width: 500px) {
  .section-title1 h2 {
    font-size: 35px;
  }

  .about .bg h2 {
    font-size: 30px;
  }

  .copyright .bg h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .credits .bg h2 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  #Person_details .section-title1 {
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  #Person_details .section-title1 {
    padding-left: 2.5rem;
  }
}

@media (min-width: 992px) {
  #Person_details .section-title1 span {
    right: 35%;
  }
}

@media (min-width: 1200px) {
  #Person_details .section-title1 span {
    right: 50%;
  }
}

@media (min-width: 768px) {
  #Person_details .sidebar-border {
    border-bottom: none;
    border-right: 2px solid black;
  }
}

@media (max-width: 991.98px) {
  #Person_details .col-md-2 {
    padding-bottom: 0;
  }

  #Person_details .col-md-8 {
    padding-top: 1rem;
  }

  #Person_details .border-end {
    display: none;
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}