body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #f9f9f9;
  color: #0c0c0c;
  /* padding-right:0px !important; */
}

a,
.nav-tabs .nav-link {
  color: #F8981D
}

#site-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

#top-bar {
  background: black;
  color: #dddddd;
  font-size: 16px;
  font-weight: 600;
}

#top-bar a {
  color: #dddddd;
}

#nav-logo-wrap {
  background: #f9f9f9;
  padding: 1em 0;
}

#nav-logo-wrap img {
  max-height: 72px;
  max-width: 90%;
}

#why-choose-us h2 {
  font-size: 3em;
}

#why-choose-us .intro-text {
  font-size: 1.7em;

}

.text-c4i {
  color: #F8981D;
}

#nav-bar-main {
  background-color: #efefef;
}

#default-page {
  margin-top: 15px;
}

.menu-col {
  background: white;
  padding-top: 12px;
  padding-bottom: 12px;
}

.wide-menu.nav-item {
  position: static;
}

.wide-menu.nav-item>.dropdown-menu {
  left: 0;
  right: 0;
  top: 54px;
  border: 0;
  border-radius: 0;
  z-index: -1;
  height: 100vh;
  background: #000000a8;
}

.wide-menu.nav-item>.dropdown-menu>.container {
  padding: 12px;
  border-radius: 12px;
}

#feature-menu {
  /* box-shadow: 0 0 12px black; */
  background: white;
  /* margin-top: 12px; */
}

.dropdown-wrap {
  background: white;
  border-bottom: 5px solid #F8981D;
}

.menu-col-1 {
  background: #f5f5f5;
  border-right: 1px solid #e7e7e7;
}

.main-body .card,
#feature-menu .card {
  height: 100%;
}

.main-body .card {
}

.main-body .card .btn,
#feature-menu .card .btn {
  display: block;
  border: 0;
}

#feature-menu .card-body, .product-block .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.main-body .card a {
  color: black;
  text-decoration: none;
}

.main-body .card a.btn-cover4 {
  color: white;
  font-size: 1.1em;
  line-height: 1.3em;
  padding: 0.8em 0px;
  border: 1px solid #71440a;
  font-weight: 600;
}

.main-body .card p.card-text {
  font-size: 14px;
}

#search-list-group {
  width:512px;
  max-width: 98vw;
}

.menu-list-group a.dropdown-item {
  font-size:1.1em;
  color: #F8981D;
  font-weight: 600;
}

.menu-list-group a.dropdown-item:hover {
  border-bottom: 2px solid #F8981D;
  margin-bottom: -2px;
}

.menu-list-group a.dropdown-item:active {
  background-color: transparent;
}

.menu-icon-link {
  background: #a3a3a3;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  text-align: center;
  color: white;
  border-radius: 25px;
  font-size: 20px;
  line-height: 20px;
  border: 2px solid grey;
  box-shadow: 0 5px 5px 0px #ababab;
}

.menu-icon-link:hover {
  color: white;
  text-shadow: 0 0 6px #ffffff91;
}


.dropdown-menu.show {
  animation: bounceIn 0.333s;
  /* Bounce animation */
}

.std-dropdown .dropdown-menu.show {
  animation: none;
}


.offcanvas-body .nav-link {
  padding-left: 12px;
}

#offcanvasNavbarLabel {
  max-width: 75%;
}

.wide-menu .dropdown-item {
  white-space: normal;
}

.product-page-title h1,
#default-page h1 {
  color: #5f5f5f;
  /* border-bottom: 2px solid #F8981D; */
  text-align: center;
  font-weight: 400;
  /* padding: 0 2.5rem 0.5rem 2.5rem; */
  padding: 1.5rem 2.5rem;
  /* margin: 0 auto 2rem auto; */
  display: inline-block;
  width: auto;
  background-color: #f9f9f9;
}

#default-page h2,
#default-page h3,
#default-page h4 {
  color: #595959;
  font-weight: 200;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}


.text-bg-cover4, .bg-cover4 {
  color: white;
  background-color: #F8981D;
}

.btn-cover4 {
  color: white;
  background-color: #F8981D;
}

.btn-cover4:hover {
  color: white;
  background-color: #0d6efd;
}

#consent_modal, #cookie-policy {
  z-index: 999999;
}

#consent_modal.fade .modal-dialog {
  transform: inherit;
}

#consent_modal.modal-static .modal-dialog {
  transform: scale(1.1) translateY(-30px);
}

#consent_modal .modal-header {
  padding: 0.7rem 1rem;
}

#consent_modal .modal-header h3 {
  font-size:1.1rem;
}

#consent_modal .modal-body p {
  font-size:0.9rem;
}

#consent_modal .modal-dialog {
  display: flex;
  align-items: end;
  min-height: calc(100% - var(--bs-modal-margin)* 2);
}

#consent_modal .modal-footer {
  justify-content: center;
}

#our-products {
  background: #2c525b;
  color: white;
}

#our-products .feature {
  position: relative;
  padding-bottom: 50px;
}

#our-products a {
  display: block;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
}

.list-cover-image {
  max-width: 100%;
}

#our-products .feature,
#our-products h2,
#our-products h3 {
  color: white;
}

#featured-3 {
  /* background: #efefef;
    border-radius: 15px;
    box-shadow: 0px 6px 6px 0 #00000040; */
}

footer {
  background: #e1e1e1;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer a {
  color: black;
  text-decoration: none;
}

.heading-footer {
  font-weight: bold;
}

.product-page-title h1,
.heading-page {
  position: relative;
  margin: 0;
}

.product-page-title {
  position: relative;
}

.product-page-title::before,
.heading-page::before {
  content: "";
  border-bottom: 5px solid #F8981D;
  position: absolute;
  left: calc(var(--bs-gutter-x)* .5);
  right: calc(var(--bs-gutter-x)* .5);
  top: 50%;
}

#product-page .nav-item .nav-link {
  font-size: 1.15rem;
  font-weight: 600;
  background-color: #efefef;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #545454;
  margin-right: 0.3em;
  color: #545454
}

#product-page .nav-item .nav-link.active {
  background: #F8981D;
  color: white;
  border:none;
}

#our-products feature {
  background: red;
}

#our-product a {
  display: block;
}



/* Bounce animation keyframes */
@keyframes bounceIn {
  0% {
    transform: translateY(-10rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

}

.w-256 {
  width: 256px;
}

.w-312 {
  width: 312px;
}

.off-canvas-btn {
  border: 0;
  background: transparent;
}

.notif-badge {
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 8px;
  z-index: 1;
}

.notif-blue {
  background: blue;
}

.notif-gold {
  background: gold;
}

.animation-blink {
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
}

.alert-notif::after {
  content: " ";
  background: red;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 50%;
}

.alert-notif.alert-notif-offset::after {
  top:-5px;
  right: -12px;
}

.notif-blink::after {
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
}

.notif-blink-slow::after {
  -webkit-animation: blink 4s infinite;
  animation: blink 4s infinite;
}

.alert-notif-blue::after {
  background: blue;
}

.alert-notif-gold::after {
  background: gold;
}

.p-relative {
  position: relative;
}

.p-initial {
  position: initial;
}

.raf-sharing-links .bi {
  font-size: 3em;
  margin-right: 0.5em;
}

.alert-top {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  background: #0b6679;
  color:#fff;
  border-radius: 0;
  column-gap: 6px;
  margin:0;
  padding:12px;
}

.alert-top a {
  color: inherit;
  text-decoration: none;
}

#atw-1 {
  font-weight: 600;
  font-size: 1.1rem;
}

#atw-2 {
  font-size: 1rem;
}


#atw-btn-close {
  position: absolute;
  right:12px;
  top:12px;
}


@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#container-main-carousel {
  padding: 0;
}

#main-carousel {
  overflow: hidden;
}

#main-carousel > #site-header {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
}

#main-carousel > #site-header > #nav-logo-wrap {
  background-color: #00000060;
}

#main-carousel > #site-header > #nav-bar-main {
  background-color: #00000060;
}

#main-carousel > #site-header > #nav-bar-main .menu-link-sm {
  color: #fff;
}

#main-carousel > #site-header .menu-icon-link {
  box-shadow: none;
}

.carousel-item {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.carousel-item img {
  width: 100%;
  filter: brightness(0.7);
}

.bg-text-wrap {
  /* padding: 15px; */
}

.carousel-control-next {
  justify-content: flex-end;
}

.carousel-control-prev {
  justify-content: flex-start;
}

.menu-highlight {
  background: #F8981D;
  color: white;
  border-radius: 32px;
  font-weight: 600;
  /* box-shadow: 0 5px 5px 0px #ababab; */
}

.menu-highlight:hover,
.menu-highlight:focus,
.navbar-nav a.menu-highlight.show {
  color: white;
  /* text-shadow: 0 0 6px #ffffff91; */
}

.menu-link-sm {
  font-size: 1em;
  font-weight: 600;
}

#svg-curve-1 {
  position: absolute;
  bottom: 0;
  fill: #f9f9f9;
  height: 150px;
}

.lead {
  font-weight: 400;
}

.header2 {
  font-size: 3.5rem;
  line-height: 1em;
}

.carousel-indicators button[data-bs-target] {
  border-top: 10px solid black;
}

.dropdown-menu.keep-right {
  right: 0;
  left: auto;
}

#account-header {
  background: #8d382a;
  height: 192px;
}

#account-header-bg {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: url(04.png) no-repeat center center;
  background-size: cover;
}

.avatar {
  border: 3px solid #858585;
  width: 96px;
  background: #a3a3a3;
  height: 96px;
  border-radius: 48px;
  text-align: center;
  font-size: 64px;
  line-height: 75px;
  color: white;
}

#profile-row-header {
  margin-top: -2.3em;
}

#profile-header-name {
  color: #202020;
}

#profile-header-name small {
  font-size: 0.6em;
  font-weight: 400;
}

#account-menu {
  background: black;
}

#main-menu .list-group {
  column-count: 2;
  column-gap: 0px;

}

#account-menu .list-group-item {
  background: #24292d;
  color: white;
  border: 1px solid #494949;
}

#account-menu .list-group-item:hover {
  background: #393939;
}

#createAccountForm input::placeholder {

}

#create-account-terms-checkbox {
  position: absolute;
  left: -10000px;
}

.alert-danger {
  background: #770f0f;
  color: #fff;
  border: none;
  border-radius: 2px;
}

.alert-success {
  color: #ffffff;
  background-color: #0f7721;
  border: none;
  border-radius: 2px;
}

.alert-info {
  color: #ffffff;
  background-color: #0088c5;
  border: none;
  border-radius: 2px;
}

.alert-info a {
  color: #ffffff;

}

.notif-alert-badge {
  font-size: 0.6em;
  margin-left: 6px;
}

.card-block-top {
  width: 100%;
  height: 212px;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
  background-color: #f9f9f9;
}

.policy-title {
  font-size: 1.4em;
}

.navbar-brand {
  --logo-width: 100%;
}

#main-product-blocks .card {
  height:100%;
}

#main-product-blocks .card-img-wrap {
  position: relative;
}

#main-product-blocks .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.5rem 0;
  background-color: rgba(0, 0, 0, 0.819);
  color: white;
  font-size: 1rem;
}

#main-product-blocks .card-body, .top-product-card .card-body  {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}

.main-product-btn-group {
  margin-top: auto;
}

.product-image-wrap {
  display: block;
  position: relative;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.top-product-wrap {
    /* background: #88510c; */
    /* padding: 12px 0 4px 0;
    border-radius: 9px; */
    /* margin-bottom: 1em; */
}

.top-product-card {

}

.top-product-card .card-header {
  text-align: center;
  background-color: #3d3d3d;
  color: white;
  height: 68px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.top-product-card .card-header h2{
  font-size: 1.2em;
  margin:0;
  font-weight: 600;
}

.top-product-card .card-text {
  margin-bottom: 1em;
}

.top-product-card .btn-cover4 {
  margin-top: auto;
}

.top-product-card .btn-cover4::before {
    content: "\F1C5 ";
    font-family: bootstrap-icons !important;
    padding-left: 0rem;
    padding-right: 0rem;
}


.product-block .card-block-top {
  position: relative;
}

.product-block .card-block-top .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  background: #000000df;
  text-align: center;
  padding: 0.5rem;
}

.card-title.block-title-dark {
  margin: 0;
  color: #fff;
  background: #000000aa;
  text-align: center;
  padding: 0.5rem;
  font-size:1.5em;
}

.card.feature-block {
  height: auto;
}

.card.feature-block .card-header {
  background: #f8981d;
  color: #fff;
  text-align: center;
}

.block-halls-award-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}

.block-halls-award-list li ul {
  list-style: none;
  padding: 0 0 0 20px;
}

.block-halls-award-list .bi-star-fill {
  color: gold;
}

.block-halls-award-list .bi-star-fill {
  color: gold;
}

.block-halls-award-list .bi-check-lg {
  color: green;
  font-weight: 800;
}

.product-block .card-block-top .card-title a, .card-title.block-title-dark a {
  color: #fff;
}

.product-button::before {
  content: "\F1C5 ";
  font-family: bootstrap-icons !important;
  padding-left: 0rem;
  padding-right: 0.5rem;
}

.product-button.image-overlay-button {
  position: absolute;
  left: 30px;
  right:30px;
  bottom: 15px;
  width: auto;
  font-size:1.2rem;
  background-color: #f78600;
}

.product-button.image-overlay-button:hover {
  background-color: #ff900b;
}

.product-button {
  align-items: center;
  background-clip: padding-box;
  background-color: #F8981D;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: 0.5rem 2.5rem;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 100%;
}

.product-button:hover {
  background-color: #0d6efd;
}

.btn-contact {
  border-radius: 0.25rem;
}

.related-products h3 {
  font-weight: 200;
}

.related-products a {
  text-decoration: none;
  font-weight: 600;
}

.accordion-header a::before, #accordion .panel-title a::before {
  content: " \F138 ";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  margin-right: 8px;
}

.accordion-header a {
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
}

#accordion .panel-title {
  font-size:1.2em;
  font-weight: 600;
}

#accordion .panel-title a {
  text-decoration: none;
}

.accordion-item {
  margin-bottom: 1em;
  background-color: inherit;
  border: none;
}

.accordion-body, .accordian-body, #accordion .panel-body {
  background: #f9f9f9;
  margin-left:28px;
}

.contact-map {
  width: 100%;
  height: 325px;
}

#news-pagination-wrap {
  max-width: 100%;
  overflow: hidden;
}

#news-pagination {
  overflow: scroll;
}

.news-entry img {
  max-width: 100%;
}

.medium-insert-images img {
  max-width: 100%;
}

.js-cm-form {
  background: white;
  padding: 12px;
  border: 1px solid gray;
  border-radius: 4px;
  margin: 2em 0;
  clear:both;
}

.contact-strap {
  font-weight: 200;
  text-align: center;
}

.bh-title-2 {
  text-align: center;
  font-weight: 300;
}

.bh-title-3 {
  text-align: center;
  font-weight: 200;
}

.bh-p-1 {
  text-align: center;
}

.modal-bh .modal-header {
  color:white;
  background: #ff9500;
}

.btn-bh1 {

}

#feature-badge {
  width: 256px;
  height: 256px;
  border-radius: 128px;
  margin: 16px auto 28px auto;
  box-shadow: 0px 0px 9px #00000082;
  background-color: #ff9500;
  color:#fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#feature-badge h1 {
  font-size: 6rem;
  font-weight: bold;
  background: transparent;
  color: #fff;
  margin:0;
  padding: 0;
}

#feature-badge h2 {
  font-size: 1rem;
  margin: 0;
  color: #fff;
}

.feature-badge-sub-icon {
  background-color: #ff9500;
  color: #fff;
}

@media(max-width:768px) {

  #atw-1 {
    font-weight: 600;
    font-size: 1rem;
  }

  #atw-2 {
    font-size: 0.8rem;
  }



  #why-choose-us h2 {
    font-size: 2em;
  }

  #why-choose-us .intro-text {
    font-size: 1.2em;
  }

  .product-image-wrap {
    max-height: 256px;
  }

  .product-button.image-overlay-button {
    left: 15px;
    right: 15px;
    bottom: 0px;
    font-size:16px
  }
}

@media(max-width:991px) {

  #offcanvasNavbar .nav-item {
    font-size: 1.2em;
    margin-bottom: 0.8em;
  }

  #feature-menu {
    margin-top: 12px;
    padding: 0;
    box-shadow: none;
    ;
  }

  #feature-menu .card .btn {
    position: inherit;
  }

  #main-carousel {
    background-color: #e8e5e5;
    padding: 0.5em;
    border-radius: 0.5em;
    box-shadow: -1px 3px 6px 1px #00000052;
    margin-top: 0.5em;
  }

  .carousel-item img {
    border-radius: 0.5em;
    filter:none;
  }

  #svg-curve-1 {
    height: 0px;
  }

  .bg-text-wrap {
    margin-top: 0;
    padding: 0 0 0.2em 0;
  }

  .header2 {
    font-size: 2em;
    margin-top: 0.5em;
    color: black;
  }

  .bg-text-wrap p {
    font-size: 1em;
    color: black;
  }

  .carousel-indicators {
    margin-bottom: -6px;
  }

  .carousel-indicators button[data-bs-target] {
    border-top: 10px solid transparent;
  }

  .carousel-caption {
    justify-content: flex-end;
    position: relative;
    margin-top:0px;
  }

  #offcanvasNavbar {
    background: linear-gradient(-12deg, #ffeabf, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff)
  }


  .menu-icon-link {
    width: 32px;
    height: 32px;
    padding: 0 !important;
    font-size: 17px;
    line-height: 27px;
    margin-right: 6px;
  }

  .menu-col {
    padding-top: 0;
  }

  .notif-badge {
    right: 4px;
  }

  .wide-menu.nav-item>.dropdown-menu {
    height: auto;
    background: transparent;
  }

  .dropdown-menu.show {
    animation: none;
  }

  #main-menu .menu-list-group .list-group-item {
    border:0;
    margin:0 0 4px 8px;
    padding:0;
  }

  #feature-menu .card {
    border-radius: 8px;
    overflow: hidden;
  }

  #feature-menu .card-block-top {
    background-image:none !important;
    height: auto;
  }

  #feature-menu .product-block .card-block-top .card-title {
    position: relative;
    font-size: 1.7em;
  }



}

@media(min-width:992px) {
  .nav-item.dropdown:hover>.dropdown-menu {
    /* display: block;
      animation: bounceIn 0.333s; */
  }

  #main-menu .list-group {
    column-gap: 0px;
    column-count: 2;
    display: block;
    background-color: white;
  }

  #main-menu .list-group-item {
    border: 0;
  }

  #main-carousel {
    height: 620px;
  }
}

@media(min-width:992px) and (max-width:1200px) {
  .menu-link-sm {
    font-size: 0.9rem;
  }
}

@media(min-width:1200px) {
  #main-carousel {
    height: 750px;
  }
}

@media(min-width:1400px) {
  #main-carousel {
    height: 875px;
  }
}

@media(min-width:1600px) {
  #main-carousel {
    height: 1000px;
  }
}

