/* @import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap');

:root {
  --main-theme-color: #d24253;
  --main-theme-color-secondary: #f67790;
  --main-theme-color-tablebg: #d24253 !important;
}

* {
  font-family: 'Bitter', serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body::-webkit-scrollbar {
  width: .5em;
}

body::-webkit-scrollbar-track {
  background-color: lightgrey;
  border-radius: 20px;
  ;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--main-theme-color) !important;
  border-radius: 5px;
}

table img {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

table thead tr th,
table thead tr td {
  background-color: var(--main-theme-color-tablebg) !important;
  color: #fff !important;
}

th,
td {
  vertical-align: middle !important;
}

th p,
td p {
  margin-bottom: 0 !important;
}

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

.card-header-custom {
  background-color: var(--main-theme-color-secondary);
  border-bottom: 0;
}

.more-link {
  bottom: 0;
  right: 0;
  position: absolute;
}

.long-text-ellipse {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-gallery-thumbnail {
  height: 300px !important;
  width: auto !important;
}

/* Start: Header */
#topdiv {
  background-color: #efefef !important;
}

/* header social icon */
.sicon a {
  font-size: 20px;
}

.sicon .facebook {
  color: #1877F2;
}

.sicon .instagram {
  color: #8a3ab9;
}

.sicon .twitter {
  color: #000;
}

.sicon .whatsapp {
  color: #25d366;
}

.site-title #site-name,
.site-title #site-address {
  color: var(--main-theme-color) !important;
  font-family: 'Josefin Slab', serif, system-ui;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.site-title #site-name {
  font-size: 2.5rem;
}

.site-title #site-address {
  font-size: 1.5rem;
}

#main-navigation,
#main-navigation ul {
  background-color: var(--main-theme-color) !important;
  text-transform: uppercase;
}

#main-navigation ul li {
  padding: 4px !important;
}

#main-navigation a,
#main-navigation span {
  color: #fff !important;
  font-family: 'Josefin Slab', serif, system-ui;
}

#main-navigation a.active {
  background-color: #8c5935 !important;
}

#main-navigation a:hover,
#main-navigation span:hover {
  background-color: #8c5935 !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#main-navigation .dropdown:hover .dropdown-menu {
  display: block;
}

header .block-title,
main .block-title {
  padding: 10px;
  margin-bottom: 0;
  background-color: var(--main-theme-color-secondary);
}

/* End: Header */

/* Start: footer */
footer .block-title {
  background: initial;
  color: #000;
  text-decoration: underline;
  font-size: 1.5rem;
}

#contact-info-footer p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#social-links-footer .sicon a {
  padding: 5px 6px;
  overflow: hidden;
  background: #F9F9F9;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  justify-content: center;
}

/* End: footer */

/* Start: Main Section (front) */
#banner img {
  width: 100% !important;
  max-height: 350px !important;
  /* height: 350px !important; */
}

#main-front .front-region h5 {
  background: var(--main-theme-color);
  text-align: center;
  color: #fff;
  padding: 8px;
  margin-bottom: 0px;
  border-radius: 5px 5px 0 0;
}


/* End: Main Section (front) */

/* Start: Main Section */
#breadcrumb .breadcrumb {
  list-style: none;
  display: flex;
  margin: 0 !important;
  ;
}

#breadcrumb .breadcrumb .breadcrumb-item {
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  background-color: #01579b !important;
  position: relative;
  height: 50px;
  line-height: 50px;
  margin-right: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}

#breadcrumb .breadcrumb .breadcrumb-item>a,
#breadcrumb .breadcrumb .breadcrumb-item>span {
  text-decoration: none;
  color: white;
}

#breadcrumb .breadcrumb .breadcrumb-item:last-child {
  margin-right: 0;
}

#breadcrumb .breadcrumb .breadcrumb-item::before {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #01579b !important;
  border-bottom: 25px solid #01579b !important;
}

#breadcrumb .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}

#breadcrumb .breadcrumb .breadcrumb-item::after {
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: -25px;
  border-left: 25px solid #01579b !important;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  content: "";
}

#breadcrumb .breadcrumb .breadcrumb-item:last-child::after {
  display: none;
}

#breadcrumb .breadcrumb .breadcrumb-item:hover {
  background: #757575 !important;
}

#breadcrumb .breadcrumb .breadcrumb-item:hover::before {
  border-top-color: #757575 !important;
  border-bottom-color: #757575 !important;
}

#breadcrumb .breadcrumb .breadcrumb-item:hover::after {
  border-left-color: #757575 !important;
}

#breadcrumb .breadcrumb .breadcrumb-item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#breadcrumb .breadcrumb .breadcrumb-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#page-title {
  margin: 1rem 0;
}

#page-title h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #000 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#main-content .block {
  /* padding-top:3rem !important; */
  padding-bottom: 3rem !important;
}

/* End: Main Section */


/* Start: Footer */


/* End: Footer */


/* Start: Back to top */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  background: var(--main-theme-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.back-to-top i {
  font-size: 25px;
  color: #fff;
}

/* End: Back to top */


/* Extras */
/* start: info box */
.info-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: .5rem;
  position: relative;
  width: 100%;
}

.info-box .info-box-icon {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}

.info-box .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}

.info-box .info-box-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-box .info-box-number {
  display: block;
  margin-top: .25rem;
  font-weight: 700;
}

.info-box-number a {
  text-decoration: none;
}

/* end: info box */



/* Start: Custom document list */
.doc-list ul li {
  position: relative;
  color: #fce4ec;
  list-style: none;
  margin: 10px 0;
  border: 1px solid #004d40;
  border-left: 10px solid #004d40;
  transition: 1s;
  cursor: pointer;
}

.doc-list ul li:hover {
  left: 10px;
}

.doc-list ul li a {
  color: #000;
  letter-spacing: 1px;
}

.doc-list ul li a {
  position: relative;
  padding: 8px;
  padding-left: 12px;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

.doc-list ul li:hover a {
  color: #fff;
}

.doc-list ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #43a2ed;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}

.doc-list ul li:hover:before {
  transform: scaleX(1);
}

/* End: Custom document list */
