/*    --------------------------------------------------
	:: Common
	-------------------------------------------------- */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400
}
@media (max-width: 1199.98px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 15px;
  }
}
a {
  color: #01262c;
  text-decoration: none;
}
/* PDF document links */
a[href$='.pdf']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c1";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* Word Document Links */
a[href$='.doc']:before, a[href$='.docx']:before, a[href$='.rtf']:before, a[href$='.wps']:before, a[href$='.txt']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c2";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* Excel Document Links */
a[href$='.xls']:before, a[href$='.odt']:before, a[href$='.xlsx']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c3";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* PowerPoint Document Links */
a[href$='.ppt']:before, a[href$='.pot']:before, a[href$='.pps']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c4";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
a[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
span[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
iframe {
  width: 100%;
  display: block;
}
.dropdown-menu {
  z-index: 1030;
}
.modal-backdrop.show {
  opacity: .7;
  background-color: #6689A2
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6689A2;
  border: 1px solid #6689A2
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6689A2;
  border: 1px solid #6689A2
}
.breadcrumb {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.breadcrumb .breadcrumb-item {
  display: inline;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: none;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #6689A2 !important;
}
.btn {
  font-size: 16px;
  text-transform: uppercase;
}
.form-control {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .btn {
    font-size: 16px;
  }
  .form-control {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .btn {
    font-size: 16px;
  }
  .form-control {
    font-size: 15px;
  }
}
@media(max-width:1799px) {
  .h3, h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .h2, h2 {
    font-size: 1.75rem;
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
  legend {
    font-size: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .h1, h1 {
    font-size: 1.5rem;
  }
  .h2, h2 {
    font-size: 1.3rem;
  }
  .h3, h3 {
    font-size: 1.2rem;
  }
  .h4, h4 {
    font-size: 1.1rem;
  }
  .h5, h5 {
    font-size: 1rem;
  }
  .h6, h6 {
    font-size: .9rem;
  }
  .small, small {
    font-size: 90%;
  }
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6689a2;
}
.smartphoto {
  z-index: 1030 !important;
}
/*    --------------------------------------------------
	:: header
	-------------------------------------------------- */
.social img {
  height: 32px;
  margin: 0 .2rem
}
.navbar-brand img {
  width: 130px;
}

.navbar-brand  {
    font-size:  .7em;
    font-weight: bold;
}

.nav-web {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.nav-web * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-web li {
  display: inline-block;
  list-style: outside none none;
  margin: .5em .25em;
  padding: 0;
}
.nav-web a {
  padding: .3em 0;
  color: #727272;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
}
.nav-web a:before, .nav-web a:after {
  height: 2px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #834802;
  width: 0;
}
.nav-web a:before {
  top: 0;
  left: 0;
}
.nav-web a:after {
  bottom: 0;
  right: 0;
}
.nav-web a:hover, .nav-web .current a {
  color: #834802;
}
.nav-web a:hover:before, .nav-web .current a:before, .nav-web a:hover:after, .nav-web .current a:after {
  width: 100%;
}
.nav-web .dropdown-menu li {
  display: block;
  width: 90% !important;
  font-size: .9em;
}
.nav-web .dropdown-menu li a {
  padding: .5rem;
}
/*    --------------------------------------------------
	:: Home
	-------------------------------------------------- */
/* HomeCarousel */
#HomeCarousel .carousel-item {
  height: 70vh;
  background: #000000
}
@media (max-width: 1199.98px) {
  #HomeCarousel .carousel-item {
    height: 60vh;
  }
}
#HomeCarousel .carousel-item img {
  opacity: .5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
#HomeCarousel .carousel-indicators {
  right: 1.5em;
  top: 40%;
  bottom: auto;
  left: auto;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
  display: block
}
#HomeCarousel .carousel-indicators li {
  display: block;
  opacity: 1;
  background: rgba(0, 0, 0, .8);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-top: 0;
  border-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .5rem;
}
#HomeCarousel .carousel-indicators .active {
  background: #6689A2;
  width: 16px;
  height: 16px;
}
#HomeCarousel .carousel-caption {
  bottom: 3rem;
}
@media (max-width: 575.98px) {
  #HomeCarousel .carousel-caption {
    bottom: 1.5rem;
  }
  #HomeCarousel .carousel-caption .fs-1 {
    font-size: 1.1em !important;
  }
  #HomeCarousel .carousel-caption .fs-6 {
    font-size: 1em !important;
  }
}
.btn-1 {
  color: #395112;
  cursor: pointer;
  font-size: 1.5em;
  padding: 1.5rem 0;
  border: 0;
  transition: all 0.5s;
  width: auto;
  position: relative;
  font-weight: bold;
}
.btn-1::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  left: 105%;
  top: 31%;
  right: 5%;
  bottom: 0;
  opacity: 0;
}
.btn-1:hover {
  transition: all 0.5s;
  color: #fff;
}
.btn-1:hover::after {
  opacity: 1;
  transition: all 0.5s;
}
.hero {
  display: block;
  position: relative
}
.hero img {
  box-shadow: 1rem 1rem 0px 0px #834802;
}
.home-product .card-img-top {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.home-product:hover {
  background-color: #834802;
  color: #fff !important
}
.home-product:hover img {
  opacity: .5;
}
.home-product .title {
  color: #834802 ;
}
.home-product:hover .title {
  color: #fff !important
}
.product-image {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
}

.product-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

/*    --------------------------------------------------
	:: Pages
	-------------------------------------------------- */
.row-gallery .card .card-img-top {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  object-position: center;
}
.textcontent iframe {
  display: block;
  margin: .5rem auto;
  width: 90%;
  height: 420px
}
@media (max-width: 1199.98px) {
  .textcontent iframe {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  .textcontent iframe {
    height: 300px
  }
}
@media (max-width: 575.98px) {
  .textcontent iframe {
    width: 100%;
    height: 250px;
    margin: .5rem auto;
  }
}
.textcontent img {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto
}
@media (max-width: 575.98px) {
  .textcontent img {
    margin: .5rem auto;
  }
}
.textcontent ul {
  margin: 1rem 0;
}
.textcontent li {
  padding-left: 0;
  list-style: none;
}
.textcontent li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  margin-left: -1em;
  width: 1em;
}
/*    --------------------------------------------------
	:: NEWS 
	-------------------------------------------------- */
.newscontent iframe {
  display: block;
  margin: 1.5rem auto;
  width: 100%;
  height: 400px
}
@media (max-width: 991.98px) {
  .newscontent iframe {
    height: 300px
  }
}
@media (max-width: 575.98px) {
  .newscontent iframe {
    height: 250px;
    margin: .5rem auto;
  }
}
.newscontent img {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto
}
@media (max-width: 575.98px) {
  .newscontent img {
    margin: .5rem auto;
  }
}
.newscontent ul {
  margin: 1rem 0;
}
.newscontent li {
  padding-left: 0;
  list-style: none;
}
.newscontent li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  margin-left: -1em;
  width: 1em;
}
.news-card {
  position: relative;
  height: 12rem;
  overflow: hidden;
  flex: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (min-width: 900px) {
  .news-card {
    height: 20rem
  }
}
.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  ;
  z-index: 0;
}
.news-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}
.news-card__text-wrapper {
  position: absolute;
  bottom: 0rem;
  padding: 1rem;
  color: white;
  /*     background-color: rgba(0, 0, 0, 0.4); */
  transition: background-color 1.5s ease;
}
.news-card__title {
  transition: color 1s ease;
  margin-bottom: .5rem;
}
.news-card__post-date {
  font-size: .7rem;
  margin-bottom: .5rem;
  color: #CCC;
}
.news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}
@media (min-width: 900px) {
  .news-card:hover .news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }
  .news-card:hover .news-card__text-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .news-card:hover .news-card__title {
    color: #869ba0;
  }
  .news-card:hover .news-card__image {
    transform: scale(1.2);
    z-index: -1;
  }
}
.news-card__excerpt {
  font-weight: 300;
}
/*    --------------------------------------------------
	:: footer
	-------------------------------------------------- */
footer {
  margin-top: auto;
  font-size: .9em;
}