/* =========================
   COMMON ACCESSIBILITY CSS
   WCAG 2.1 / 2.2 Friendly
========================= */

/* Base */
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #212529;
  background-color: #ffffff;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

/* Links */
/* a {
  color: #0d6efd;
  text-decoration: underline;
} */

/* a:hover {
  color: #084298;
} */

/* a:focus {
  outline: 3px solid #0d6efd;
  outline-offset: 2px;
} */

/* Buttons */
button,
.btn {
  background: #0d6efd;
  color: #ffffff;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 4px;
}

button:hover,
.btn:hover {
  background: #084298;
}

button:focus,
.btn:focus {
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}

/* Forms */
input,
textarea,
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #6c757d;
  border-radius: 4px;
  color: #212529;
  background: #ffffff;
}

/* Form focus */
input:focus,
textarea:focus,
select:focus {
  border-color: #0d6efd;
  outline: 3px solid rgba(13, 110, 253, 0.25);
}

/* Labels */
label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

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

th {
  background: #212529;
  color: #ffffff;
  text-align: left;
}

th,
td {
  padding: 12px;
  border: 1px solid #dee2e6;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
}

/* Skip Link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 20px;
  top: 20px;
  background: #000000;
  color: #ffffff;
  padding: 10px 15px;
  z-index: 9999;
}

/* Accessibility Utility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

/* Navigation */
nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin-right: 15px;
}

/* Cards */
.card {
  background: #ffffff;
  border: 1px solid #dee2e6;
  padding: 20px;
  border-radius: 8px;
}

/* Footer */
footer {
  background: #212529;
  color: #ffffff;
  /* padding: 20px; */
  text-align: center;
}

/* Avoid low contrast */
.text-muted {
  color: #555555 !important;
}

/* Responsive */
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }

  button,
  .btn {
    width: 100%;
  }
}

.common-space1 {
  background-color: #f5f4f3 !important;
}
.mayor_box {
  background-color: #f5f4f3 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.header-style8 .navbar-nav li > ul {
  background: #fff !important;
  /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); */
}

/* Mega Menu Changes */
.megamenu {
  border-top: 6px solid #000;
}

.navbar-nav > li {
  padding: 5px 10px !important;
}

.navbar-nav > li:hover {
  background: #000;
  padding: 5px 10px !important;
  bottom: 1px solid;
}
.navbar-header-custom {
  padding: 0;
}

.navbar-nav > li.has-sub {
  padding-right: 0px;
}

/* .header-style8 .navbar-nav li > ul .sub-menu {
  background: #f2e9e93b !important;
} */
.header-style8 .navbar-nav li > ul .sub-menu {
  background: #fff !important;
}

.header-style8 .navbar-nav li > ul li {
  color: #000;
  /* opacity: 0.4; */
}

.header-style8 .navbar-nav li a {
  color: #000;
}

.header-style8 .navbar-nav li.current > a,
.header-style8 .navbar-nav li.active > a {
  color: #fff;
  font-size: 15px;
}

.header-style8 .navbar .sub-title {
  font-size: 18px !important;
}

.megamenu .sub-title a {
  color: #3e885a !important;
}

.header-style8 .navbar-nav li a {
  font-size: 16px !important;
  text-transform: capitalize;
}

.top-bar-info li i {
  color: #000;
}
.navbar-nav > li > a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
}

.services-block-two .icon-box {
  color: #6c9c7e;
}
footer h3:after {
  background: #fff;
}
.services-block-two .inner-box {
  background: #ffffff;
  border: 1px solid #6c9c7e !important;
  cursor: pointer;
}

.services-block-two .inner-box:hover {
  background: #6c9c7e;
  border: 1px solid #6c9c7e !important;
  cursor: pointer;
}

.services-block-two .inner-box:hover a {
  color: #fff;
}
.services-block-two .inner-box:hover .icon-box {
  color: #fff;
}

.fc-white {
  color: #fff !important;
}

.footer-list li a {
  color: #fff !important;
}

#top-bar {
  background: #d9d9d9;
}
.top-bar-info li {
  font-weight: 500;
  color: #000;
}

.footer-bar {
  background: #d9d9d9;
  color: #000;
}

.footer-bar p {
  color: #000 !important;
}

.text-light-gray .tp-bullet {
  display: none;
}

.navbar-default {
  background: #6c9c7e !important;
}

.bg-theme {
  background: #6c9c7e !important;
}

/* Responsive Css */

/* @media (min-width: 1200px)
{
.container {
    width: 1170px;
} */
.cust-height-up {
  height: 500px !important;
}
.cust-height {
  height: 170px !important;
}

.rev_slider .max-style {
  font-size: 32px !important;
  line-height: 70px !important;
}
.navbar-nav .megamenu {
  max-height: 500px;
  overflow: auto;
}
@media only screen and (max-width: 1599px) {
  .cust-height-up {
    height: 420px !important;
  }
  .cust-height {
    height: 150px !important;
  }

  .rev_slider .max-style {
    line-height: 80px !important;
  }
}

@media only screen and (max-width: 1399px) {
  .cust-height-up {
    height: 300px !important;
  }
  .cust-height {
    height: 150px !important;
  }

  .rev_slider .max-style {
    line-height: 80px !important;
  }
  .header-style8 .navbar-nav li a {
    font-size: 14px !important;
  }
}

/* @media only screen and (max-width: 991px) {
    .cust-height-up{height: 350px !important;}
    .cust-height{height: 200px !important;}
  
  } */
/* .res-hide{display: none;} */
.res-show {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .res-show {
    display: block !important;
  }
  .res-hide {
    display: none !important;
  }

  .top-bar-info li i {
    color: #000;
  }
  .navbar-nav > li > a {
    color: #000 !important;
  }
  .tp-parallax-wrap {
    top: 20px !important;
  }
  .contact-box {
    margin-bottom: 30px;
  }
  .main-wrapper .section-heading1 h6 {
    font-size: 20px !important;
  }

  .navbar-nav > li:hover {
    background: #fff;
  }
  .megamenu {
    border-top: 2px solid #000;
  }
  .navbar-nav .megamenu {
    max-height: auto;
    overflow: auto;
  }
  .navbar-nav {
    top: 81px;
  }
}

.hide-faq {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hide-faq {
    display: block;
  }
  .border-edge {
    margin: 0px !important;
    border-radius: 7px;
  }
  .rotate-banner .tp-splitted {
    font-size: 16px;
  }
  .rotate-banner .tp-mask-wrap {
    left: 0px;
  }
  .main-slider {
    display: none;
  }

  .staff-modal .modal-dialog-scrollable .modal-body {
    overflow-x: scroll;
    height: 470px;
  }
  .rev_slider .max-style {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 600px) {
  .cust-height-up {
    height: 250px !important;
  }
  .cust-height {
    height: 100px !important;
  }

  .rev_slider .max-style {
    font-size: 20px !important;
    line-height: 55px !important;
  }
  .res-w100 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .tp-parallax-wrap {
    top: 10px !important;
  }
  .page-title-section2 h1 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }
  .page-title-section2 ul li a {
    font-size: 13px;
  }
  .main-wrapper .page-title-section2 {
    padding: 60px 0 60px 0px !important;
  }
}
@media only screen and (max-width: 360px) {
  .rev_slider .max-style {
    font-size: 18px !important;
  }
}
.header-style8 .navbar > ul > li.has-sub > a:after {
  border-color: transparent #fff #fff transparent;
}

.header-style8 .navbar > ul > li.has-sub > a:hover:after {
  border-color: transparent #fff #fff transparent;
}

/* New DEV CSS 17 JAN 23 */
.page-title-section2 {
  padding: 100px 0 100px 0px !important;
}
.margin-50px-bottom {
  margin-bottom: 70px;
}
.contact-box i {
  background: #6c9c7e;
  color: #fff;
  font-size: 35px;
  margin: 10px 0 20px;
  height: 75px;
  width: 75px;
  line-height: 75px;
  border-radius: 50%;
}
.butn:after {
  background: #6c9c7e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #6c9c7e !important;
  border-color: #6c9c7e !important;
}
.page-title-section2 ul li:last-child a {
  color: #6c9c7e;
}
.control-label {
  color: #000;
  font-weight: bold;
}
.contact-box {
  min-height: 250px;
}
.yellow-box {
  background: #fff;
  border-top: 6px solid #6c9c7e;
  font-family: 'Tiempos', serif;
  margin-bottom: 30px;
  padding: 25px;
}
.top-yellow {
  border-top: 6px solid #6c9c7e !important;
}

.sub-page-bg {
  background-color: #f5f4f3;
}

.bussiness-dir .card {
  margin-bottom: 30px;
}
.bussiness-dir .card-header {
  background: #6c9c7e !important;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.bussiness-dir .card-body {
  border: 1px solid #6c9c7e !important;
}
.bussiness-dir a,
.bussiness-dir a:hover,
.bussiness-dir a:active {
  color: #6c9c7e;
  text-decoration: none;
}
.bussiness-dir .pull-left {
  float: left !important;
}
.bussiness-dir .pull-right {
  float: right !important;
}
.bussiness-dir .card-body table td {
  border-bottom: #fff;
  font-family: 'Poppins', sans-serif;
}
.directory .pagination {
  margin-bottom: 20px;
}
.directory .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.85rem !important;
  margin-left: -1px;
  line-height: 1.25;
  color: #6c9c7e !important;
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  font-family: 'Poppins', sans-serif;
}
.inner-list ul {
  list-style-type: none;
  padding-left: 0;
}
.inner-list ul li a {
  color: #000;
  word-break: break-word;
}

.inner-list ul li {
  padding: 15px;
  border-bottom: 2px solid #eee;
}
.inner-list ul li:hover a {
  color: #fff !important;
  text-decoration: none;
}
.inner-list ul li:hover {
  background: #6c9c7e !important;
  text-decoration: none;
}

.inner-list ul li {
  padding: 10px;
  border-bottom: 2px solid #eee;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.header-style8.scrollHeader .navbar > ul > li.has-sub > a:after {
  border-color: transparent #fff #fff transparent !important;
}

.yellow-box p {
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  color: #112233;
}

.faq-acc .btn-link {
  background: #6c9c7e !important;
  font-family: 'Poppins', sans-serif;
  font-size: 18px !important;
}
.accordion-style .btn-link:hover {
  background: #6c9c7e !important;
}
.accordion-style .card {
  border: 1px solid #6c9c7e;
  margin-bottom: 15px;
}

.accordion-style .card-body {
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  color: #112233;
  background: #fff;
}
/* .title-head{text-align: center;} */
.top-social-icon a {
  color: #000 !important;
}

.inner-list .active {
  background: #6c9c7e !important;
}
.inner-list .active a {
  color: #fff;
}

.services-block-two .icon-box {
  position: unset !important;
}

.services-block-two .inner-box {
  text-align: center;
  padding: 8px;
}

.top-yellow h2 {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}
.top-yellow p {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
.top-yellow p a {
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif !important;
}

.top-yellow h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}
.top-yellow strong {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
.top-yellow div {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #112233;
}

.sub-menu li a {
  text-transform: uppercase;
}

.hamp-tab .listtable th {
  border: 1px solid #000;
  font-weight: normal;
  padding: 6px 9px;
  background: #000 !important;
  color: #fff !important;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
  /* text-align: center; */
}

.hamp-tab td {
  border: 1px solid #dee2e6;
  word-break: break-all !important;
}

.hamp-tab td img {
  vertical-align: baseline;
  padding: 0 5px;
}

.bussiness-dir .pagination a:hover {
  color: #fff !important;
  text-decoration: none;
}

.content_area ul {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  margin-top: 8px;
  margin-bottom: 18px;
  padding-left: 0 !important;
  list-style-type: none;
}
.content_area .current {
  color: #000 !important;
}
.alpha-filter li,
.toggle_filter li {
  float: left;
  padding: 0;
}

.alpha-filter li:first-child:before,
.toggle_filter li:first-child:before {
  content: '';
}
.alpha-filter li:before,
.toggle_filter li:before {
  color: gray;
  content: '|';
}

.alpha-filter a,
.toggle_filter a {
  padding: 0 3px;
}
.list-pager a,
.alpha-filter a,
.list-pager a.pg-button.pg-normal,
.toggle_filter a,
.search .paging span a {
  display: inline-block;
  min-height: 18px;
  padding: 0 5px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  opacity: 1;
}

.viewers {
  clear: both;
  text-align: center;
  width: 85%;
  margin: 20px auto;
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 10px;
}

.announcement_box .viewers-card {
  clear: both;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 20px 10px;
}

.announcement_box .viewers-card p {
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  color: #112233;
}
.team-member-img img {
  border-radius: 50%;
}

.staff-modal .small,
.staff-modal small {
  font-size: 0.775em;
  font-weight: 400;
}

.staff-modal .modal-body p {
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  color: #112233;
}

.partner-box p {
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  color: #112233;
  margin-bottom: 10px;
}

.partner-box p a {
  color: #6c9c7e !important;
  cursor: pointer;
}

.team-member .fs-16 {
  font-size: 15px !important;
}

.mayor_box .partner-box {
  border: 1px solid #ececec;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  background: #fff;
}

/* .partner-text small{font-size: 16px !important;   font-family: "Poppins", sans-serif; 
  font-weight: 400 !important;} */
.header-style8 .navbar-nav .pl-25 {
  padding-left: 25px;
}
.header-style8 .navbar-nav .right-arr {
  padding-right: 7px;
  color: #6f6f6f;
}

.header-style8 .navbar-nav .pl-10 {
  padding-left: 10px;
}
.link-c {
  color: #6c9c7e;
}
.dir-page .pagination a:hover {
  color: #000 !important;
  text-decoration: none;
}
.rotate-banner .tp-loader.spinner4 {
  display: none;
}
.rotate-banner .tparrows {
  display: none;
}

.main-slider .tp-loader.spinner4 {
  display: none;
}

/* .testi__img {
  width: 250px !important;
  height: 230px;
  border: 10px solid #f9f9f9;
} */
.mayor_box .team-member-img img {
  width: auto;
}
.gallery-view .filtering .active {
  border-color: #6c9c7e;
  padding: 5px 15px;
  background: #6c9c7e;
  color: #fff;
  border-radius: 5px;
}

.filtering span {
  font-family: 'Poppins', sans-serif;
  color: #112233;
}

.announcement_box .list-style-5 li:before {
  color: #6c9c7e;
}

.announcement_box a,
.announcement_box a:hover,
.announcement_box a:active {
  color: #6c9c7e;
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
}

.announcement_box .services-block-three > a,
.announcement_box .services-block-three > a:hover,
.announcement_box .services-block-three > a:active {
  color: #6c9c7e;
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif;
}

.announcement_box .services-block-three h5 {
  color: #6c9c7e;
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
.announcement_box .services-block-three > a {
  border: 3px solid #d5d5d5;
  text-align: left;
  padding: 15px;
}

.announcement_box .services-block-three > a:before {
  border-bottom: 3px solid #6c9c7e;
  border-right: 3px solid #6c9c7e;
}
.announcement_box .services-block-three > a:after {
  border-top: 3px solid #6c9c7e;
  border-left: 3px solid #6c9c7e;
}

.announcement_box .services-block-three i {
  font-size: 18px;
  margin-right: 10px;
}

.megamenu li ul li:last-child a {
  margin-bottom: 20px;
}

.lg-toolbar {
  display: none !important;
}

.cal-events .card .btn-link {
  background: #000 !important;
  color: #fff;
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
}
.cal-events .card-body {
  padding: 10px 15px;
  line-height: 24px;
  text-align: left;
  background: #fff !important;
}
.cal-events .accordion-style2 .btn-link:after {
  color: #fff !important;
}
.cal-events .list-style-5 li a {
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
}
.cal-events .list-style-5 li:before {
  font-size: 18px !important;
  color: #6c9c7e;
}
.cal-page .inner-list ul li {
  border: 1px solid #6c9c7e !important;
  margin-bottom: 10px !important;
  border-radius: 5px;
  background: #fff;
}
section {
  padding: 100px 0;
}
.fl-right {
  float: right;
}
.butn.primary {
  background: #6c9c7e;
  color: #fff;
}

.ann-view .card-header {
  padding: 0.8rem 1rem;
  background-color: rgb(108 156 126);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.ann-view .card-header h5 {
  color: #fff;
}

.ann-view .inner-title h5 {
  padding-bottom: 0;
}

.ann-view .inner-title h5:after {
  background: none;
}
.pr-10 {
  padding-right: 10px;
}
.ann-view .card p {
  color: #000;
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
}

/* .border-edge {
  margin: 0 10px;
  border-radius: 10px;
} */

.border-edge {
  margin: 20px;
  border-radius: 7px;
}
.partner-text {
  /* padding: 25px 40px 25px 10px; */
  padding: 20px;
}

.page-view li a {
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}
.page-view .pade-view-center {
  margin: 0 auto;
  display: block;
}
.page-view .pagination .active a {
  background-color: #000;
  color: #fff;
  cursor: default;
}

.page-view .pagination a:hover,
.page-view .pagination a:active {
  color: #fff;
}

/* 14 FEB 2024 Logo */
.navbar-brand img {
  max-height: 65px;
}

.scrollHeader .navbar-brand img {
  max-height: 50px !important;
}
.scroll-to-top {
  bottom: 70px;
  right: 24px;
}

.top-yellow p a {
  line-break: anywhere;
}
.permit-img img {
  vertical-align: middle !important;
  padding-left: 5px;
}
.footer-bar p {
  color: #000 !important;
}
