:root {
  --sidenav-width: 10rem;
  --sidenav-collapse-width: 5rem;
  --topnav-height: 7.5rem;
  --dropdown-height: 4rem;
  --table-background: #323232;
  /* --bg-brand: #eee0d0; */
/*   --bg-brand: #ddd6ce; */
	 --bg-brand: #ffffff;
  /* --main-color: #6c0018; */
  --main-color: #8d4614;
  --main-color2: #e08931;
  --active-color: #ffffff;
  --color-dark: #1d2231;
  --text-grey: #8390a2;
  --theme-color2: #dbedfb;
  --secondary: #6c757d;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #f3f3f3;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --dropdown-color: rgba(0, 0, 0, 0.9);
  --btn-search: #2185d0;
  --btn-search-hover: #1678c2;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  /* color: var(--white); */
  text-decoration: none;
}

a:hover {
  /* color: var(--bg-brand); */
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--bg-brand);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: var(--main-color);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--bg-brand);
  color: #fff;
}

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



/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-hero {
  background-color: var(--bg-brand);
  /* background-color: var(--main-color); */
  /* display: inline; */
  /* float: left; */
  width: 100%;
}


.mu-navbar .mu-logo {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
}

.mu-logo span {
  display: inline-block;
}

.mu-logo img {
  margin-top: -5px;
}

.mu-navbar .mu-logo:hover,
.mu-navbar .mu-logo:focus {
  color: #fff;
}



/*--------------------*/
/* MENUE */
/*--------------------*/

.mu-navbar {
  padding: 20px 0;
}

.mu-navbar-nav {
  display: block;
  text-align: right;
  width: 100%;
}

.mu-navbar-nav li {
  list-style: none;
  display: inline-block;
}

.mu-navbar-nav li a {
  color: var(--main-color);
  display: block;
  font-size: 12px;
  /* font-size: 0.6rem; */
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 10px;
  /* padding: 0.5rem 1.2rem;
  border-radius: 1.2rem; */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: var(--main-color);
}


.mu-navbar-nav li.active a,
.mu-navbar-nav li a:hover,
.mu-navbar-nav li.active a.dropdown-item.active,
.mu-navbar-nav li a:focus,
.list-group-flush>.current_page_item {
  background-color: var(--main-color);
  color: var(--bg-brand);
}

.default_sidebar .card-header {
  background-color: var(--main-color);
  color: var(--bg-brand);
}

.list-group-flush>.current_page_item>a {
  color: var(--bg-brand) !important;
  font-weight: bolder;
}

.mu-navbar-nav .dropdown-menu {
  /* left: auto; */
  /* right: 0; */
  background-color: var(--bg-brand);
}

.mu-navbar-nav li .dropdown-menu li {
  /* color: #444; */
  padding: 3px 15px;
  width: 100%;
}
.mu-navbar-nav li .dropdown-menu a {
  color: #444;
  padding: 6px auto;
  /* width: 100%; */
  background-color: var(--bg-brand);
}

.mu-navbar-nav li .dropdown-menu a:hover,
.mu-navbar-nav li .dropdown-menu a:focus {
  color: var(--bg-brand);
  background: var(--main-color);
}

/* END Navbar version 2 */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#hero .container {
  text-align: center;
  background: linear-gradient(rgba(39, 47, 36, 0.6), rgba(39, 47, 36, 0.6));
  /* padding-top: 30px; */
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid var(--main-color);
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 900;
}

#hero p {
  margin: 0 auto 30px auto;
  color: var(--white);
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--main-color);
}

.btn-go-to {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: var(--main-color);
}

.btn-go-to:hover {
  background: var(--bg-brand);
  color: var(--color-dark);
}

/* .row.modulo_row.odd_row {
  background-color: #f8f8f8;
}

.row.modulo_row.even_row {
  background-color: #ffffff;
} */

@media (max-width: 992px) {
  .mu-navbar-nav {
    display: flex;
    text-align: left;
    width: 100%;
    margin-top: 10px;
  }

  .mu-navbar-nav li {
    margin-bottom: 10px;
  }

  .mu-navbar .navbar-toggler {
    color: #fff;
    border-color: #fff;
    cursor: pointer;
    padding: 10px 15px;
  }

  #hero {
    height: 70vh;
  }

  /* #hero .container {
    margin-top: 100px;
    padding-top: 130px;
  } */
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

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

/* Top banner section/hero substitute for pages that need no carousels */

.bg-image {
  /* min-height: 400px; */
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-dark-mask {
  /* background-color: rgba(0, 0, 0, 0.6); */
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); */
  /* background: linear-gradient(to bottom, rgba(55, 47, 47, 0.5), transparent); */
  text-align: center;
  background: linear-gradient(rgba(39, 47, 36, 0.6), rgba(39, 47, 36, 0.6));
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid var(--main-color);
  height: 100%;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--main-color);
  bottom: 0;
  left: calc(50% - 25px);
}

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

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.about ul li {
  padding-bottom: 5px;
}

.about ul i {
  font-size: 12px;
  padding-right: 4px;
  color: var(--main-color);
}

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

/*
*
* ==========================================
* Breadcrumb Tabs
* ==========================================
*
*/

.breadcrumb {
  background-color: var(--main-color);
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 0.8rem;
  color: var(--bg-brand);
  content: "/";
}

.breadcrumb-item a {
  color: var(--bg-brand) !important;
}

.breadcrumb-item.active span {
  background-color: var(--bg-brand);
  color: var(--main-color);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

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

.services .favicon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  /* color: var(--main-color); */
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .favicon i {
  font-size: 36px;
  line-height: 0;
  color: var(--main-color);
}

.services .icon-box:hover .favicon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

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

.services .title a:hover {
  color: var(--main-color);
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: var(--main-color);
  bottom: 0;
  left: calc(50% - 25px);
}

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

/*--------------------------------------------------------------
# Blog Articles/servies cards preview
--------------------------------------------------------------*/
.card-img-top {
  max-height: 400px;
  min-height: 350px;
  object-fit: cover;
}
/* .card-img {
  max-height: 250px;
  min-height: 200px;
  object-fit: cover;
} */
.card-text {
  max-height: 4.5rem;
  padding-right: 1rem;
  overflow: hidden;
}

.articles-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.article-preview {
  width: 250px;
}

.article-preview img.card-img-top {
  height: 150px;
  object-fit: cover;
}

.article-preview .card-text {
  max-height: 4.5rem;
  padding-right: 1rem;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.count-box-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.counts .count-box i {
  display: block;
  font-size: 25px;
  /* color: var(--main-color); */
  color: var(--success);
}

.counts .count-box span {
  font-size: 20px;
  line-height: 20px;
  display: block;
  font-weight: 700;
  color: var(--success);
  margin-left: 10px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: var(--main-color);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: var(--main-color);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .contact-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}


.contact .contact-form input:focus,
.contact .contact-form textarea:focus {
  border-color: var(--main-color);
}




/* content */

#btn1 button {
  width: 150px;
  height: 32px;
  background: transparent;
  border: 1px solid black;
  letter-spacing: 3px;
  font-weight: bold;
  transition: 0.5s ease;
  cursor: pointer;
}

#btn1 button:hover {
  background-color: green;
}

/* content */

/* main content */

/* card1 */
#btn2 button {
  width: 100px;
  height: 30px;
  background: transparent;
  border: 1px solid black;
  transition: 0.5s ease;
  cursor: pointer;
}

#btn2 button:hover {
  background-color: var(--bg-brand);
}

/* card1 */

/* card2 */
#tpc {
  box-shadow: 0 0 5px black;
  transition: 0.5s ease;
  cursor: pointer;
}

#tpc:hover {
  transform: translateY(-10px);
}

/* card2 */

/* card3 */
#c p {
  font-weight: bold;
}

#btn3 {
  text-align: center;
}

#btn3 button {
  width: 150px;
  height: 30px;
  background: transparent;
  border: 1px solid black;
  transition: 0.5s ease;
  cursor: pointer;
}

#btn3 button:hover {
  background-color: var(--bg-brand);
}

@media screen and (max-width: 895px) {
  #btn3 button {
    width: 100px;
  }
}

/* card3 */
#btn4 button {
  width: 150px;
  height: 30px;
  background: transparent;
  border: 1px solid black;
  transition: 0.5s ease;
  cursor: pointer;
}

#btn4 button:hover {
  background-color: var(--bg-brand);
}

small a {
  color: var(--dark);
  /* color: var(--white); */
  /* background:var(--main-color); */
  text-decoration: none;
  margin: 0 3px;
  border-radius: 5px;
  padding: 2px;
}

small a:hover {
  color: var(--white);
  background-color: var(--dark);
  text-decoration: none;
}

/* footer */
#footer {
  min-width: 100%;
  background-color: var(--main-color);
  /* margin-top: 100px; */
}

#footer h1 {
  color: white;
  padding-top: 30px;
}

#footer p {
  color: white;
}

.icons i {
  color: var(--bg-brand);
  font-size: 30px;
  cursor: pointer;
}

.copyright {
  color: white;
  margin-top: 20px;
}

.credite {
  color: white;
}

/* footer */
.bg-main {
  background-color: var(--main-color);
}
.color-main {
  color: var(--main-color)!important;
}

.bg-brand {
  background-color: var(--bg-brand);
}

.bg-blendbg {
  background-color: #46444d;
}
/* Change pagination background & color CSS */
.page-link {
  color: var(--main-color)
}

.page-item.active .page-link {
  background-color: var(--main-color)
}

.row.modulo_row.odd_row {
  background-color: #f8f8f8;
}
.row.modulo_row.even_row {
  background-color: var(--bg-brand);
}