@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

body {
   color: #5e5e5e;
}

:root {
  --pc: #209934;
  --shar: #fbe10e;
  --blue: #043c7b;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--pc);
  height: auto;
  max-height: 50px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
}

a {
  text-decoration: none;
}

.nav-link {
  color: var(--pc);
}

.top-head {
  background-color: white;
  background-image: url("/images/back.svg");
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
}

body {
  font-family: "Rubik", Tahoma, Geneva, Verdana, sans-serif;
}

.topbar {
  background-color: var(--pc);
  height: 40px;
  display: flex;
  align-items: center;
  font-family: "Rubik", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
}

.topbar-right {
  display: flex;
  justify-content: end;
  align-items: center;
}

.topbar-item, .topbar-item a {
  margin-left: 0.6rem;
  color: white;
}

.brand-logo {
  height: 80px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.brand-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin-left: 0.3rem;
  color: var(--pc);
}

.has-search .form-control {
  padding: 0.5rem 0.5rem 0.5rem 2.375rem;
  border-radius: 50px;
  color: var(--pc);
  width: 30rem;
}

.has-search .form-control:hover {
  border-color: var(--pc);
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.7rem;
  text-align: center;
  pointer-events: none;
  color: var(--pc);
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.carousel .carousel-item {
  max-height: 500px;
}

.carousel-item img {
  object-fit: cover;
  max-height: 500px;
  border-radius: 10px;
}

.listTitle {
  font-weight: 300;
  font-size: 0.9rem;
}

.listTitle span {
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: var(--pc);
}

.imageList {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 10px;
}

.items {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ababac;
}

.listItem {
  flex: 1;
  margin: 0.1rem;
}

.right {
  max-height: 500px;
  overflow-y: scroll;
}

.title {
  font-weight: 500;
  font-size: 20px;
  border-bottom: 3px solid var(--shar);
  color: var(--blue);
}

.titleBox {
  margin: 30px 0px 20px 0px;
  border-bottom: 1px solid var(--shar);
}

.salbar {
  min-width: 132px;
  height: 132px;
  border: 3px solid var(--shar);
  border-radius: 10px;
  padding: 0px;
  text-align: center;
  margin: 10px 10px 20px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
}

.salbar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 5px;
}

.service {
  border-radius: 10px;
  border: 2px solid var(--blue);
  padding: 5px 5px 5px 10px;
  color: var(--blue);
  font-weight: 300;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  height: 70px;
}

.service:hover {
  background-color: var(--blue);
  color: white;
}

.iconservice {
  font-size: 30px;
  margin-right: 10px;
}

.servicetext {
  font-size: 14px;
}

.footer {
  background-color: var(--pc);
  color: white;
  padding: 10px;
  margin-top: 15px;
}

.footertop {
  border-top: 3px solid var(--pc);
  margin-top: 20px;
}

.nav-link:hover {
  border-bottom: 3px solid var(--shar) !important;
}

.nav-link.active {
  color: var(--pc) !important;
  border-bottom: 3px solid var(--pc) !important;
}

.nav-link {
  border-bottom: 3px solid white !important;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--blue);
}

.carousel-indicators {
  bottom: -40px;
}

.carousel-caption {
  background-color: #ffffffb3;
  color: var(--blue);
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 1.25rem;
}

.footerTitle {
  font-size: 20px;
  color: var(--pc);
  font-weight: 600;
  margin: 20px 0px;
}

.formBox {
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 10px;
}

.button {
  background-color: var(--pc);
  color: white;
  border: 0px;
  border-radius: 20px;
  padding: 5px 20px;
  margin-top: 10px;
  text-align: center;
}

.footericon {
  font-size: 1.3rem;
  color: var(--pc);
  margin-right: 10px;
}

.footer-item {
  margin-bottom: 25px;
  font-size: 15px;
  display: flex;
}

.list-group-header {
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.list-active {
  border-left: var(--blue) solid 2px !important;
  color: var(--blue);
}

.list-group {
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}

.list-group-item {
  border: 0px;
  border-right: 1px solid #d3d3d3;
}

.ptitle {
  font-weight: 500;
  font-size: 20px;
  border-bottom: 3px solid var(--shar);
  color: var(--blue);
  display: inline-block;
}

.ptitleBox {
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid var(--shar);
}

.linkimg {
  object-fit: fill;
}

.linktext {
  color: #ababac;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
}

.linkbox {
  margin: 5px;
  flex: 1 0 100px;
  display: inline-block;
  width: 180px;
  height: 150px;
  text-align: center;
  padding: 5px;
  border: 1px solid #dddddd;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.linkbox:hover {
  background-color: #eaeaea;
}

.imagezoom:hover {
  width: 100%;
  transform: scale(1.1);
}

.imagezoom {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.imageoverlay:hover {
  opacity: 0.5;
}

.ctitle {
  font-size: 14px;
  font-weight: 500;
  min-height: 80px;
}

.ctitlebox {
  padding: 8px;
}

a {
  color: #414141;
  text-decoration: none !important;
}

a:hover {
  color: #202020;
}

.single {
  border: 1px solid #ddd;
  border-radius: 10px;
}

.single:hover {
  background-color: #e9e9e9;
}

.single img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.single small {
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: var(--pc);
}

.postmeta {
  font-weight: 100;
  color: var(--blue);
}

.partimg {
  width: 30px;
}

.partimg img {
  width: 100%;
  object-fit: contain;
}

.footer-part {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
}

.footer-part:hover {
  color: var(--pc);
}
.flex-container {
  overflow-x: hidden;
  height: calc(100% + 17px);
  padding-bottom: 17px;
  display: flex;
  flex-wrap: nowrap;
  scrollbar-width: 0;
  flex: 1;
}