/* GENERAL STYLES */
html {scroll-behavior: smooth;}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  text-rendering: optimizelegibility;
  background-color: #fff;
  color: #383f49;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 400;
}
.cursive {
  font-style: italic;
  font-family: Georgia, serif;
}
img {max-width: 100%;}

a {color: #cdb06d;}

a:hover, a:focus {text-decoration: none; color: #204869;}

.main-color {color: #cdb06d;}

p {line-height: 1.5;}

.breadcrumb {
  background-color: transparent;
  padding: .5rem 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 90%;
}
.no-padding-bottom {padding-bottom: 0 !important;}

.no-padding-top {padding-top: 0 !important;}

.no-padding-left {padding-left: 0 !important;}

.no-padding-right {padding-right: 0 !important;}

.no-padding {padding: 0 !important;}

.link {
  position: relative;
  letter-spacing: .1em;
  font-size: 75%;
  text-transform: uppercase;
}
.link:after {
  content: '›';
  padding: 0 .5em;
}
.btn {
  font-family: 'Montserrat', sans-serif; 
  letter-spacing: normal; 
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  letter-spacing: .025em;
  border-radius: 0;
}
.btn-primary {
  background-color: #cdb06d;
  border-color: #cdb06d;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #204869;
  border-color: #204869;
}
.btn-outline-light, .btn-outline-primary {border-width: 2px;}

.btn-outline-primary {
  border-color: #cdb06d;
  color: #cdb06d;
}
.btn-outline-primary:hover, .btn-outline-primary:focus,
.btn-outline-light:hover, .btn-outline-light:focus {
  background-color: #cdb06d;
  border-color: #cdb06d;
  color: #fff;
}
.border-2 {border-width: 2px !important;}

.border-3 {border-width: 3px !important;}

.border-4 {border-width: 4px !important;}

.border-5 {border-width: 5px !important;}

.list-bullet {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
  font-size: 110%;
}
.list-bullet>li {
  position: relative;
  padding-left: 2rem;
}
.list-bullet>li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  background-color: #cdb06d;
  opacity: .5;
  height: 17px;
  width: 17px;
  display: block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.hr-divider {border-color: #333 !important;}

.hr-2 {border-top: 2px solid;}

.hr-3 {border-top: 3px solid;}

.hr-4 {border-top: 4px solid;}

.hr-5 {border-top: 5px solid;}

.hr-sm {width: 50px;}

.hr-md {width: 100px;}

.hr-lg {width: 150px;}

.w-20px {width: 20px !important;}

.w-30px {width: 30px !important;}

.w-40px {width: 40px !important;}

.w-50px {width: 50px !important;}

.w-60px {width: 60px !important;}

.w-70px {width: 70px !important;}

.w-80px {width: 80px !important;}

.w-90px {width: 90px !important;}

.w-100px {width: 100px !important;}

cite {
  display: block;
  font-size: .8125rem;
  margin: 5px 0;
  font-family: 'Montserrat', Arial, sans-serif;
}
cite:before {content: "— ";}

.form-control {
  background-color: #efefef;
  border: 0;
}
.wrap-content {
  min-height: 500px;
}
/* Header */
.logo {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 140%;
}
/* Banner */
.bcg-banner {
  height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
  text-align: center;
}
.bcg-banner img {
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-bottom: -50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.page-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
}
.page-title .rounded-pill {
  background-color: rgba(255,255,255,.9);
}
/******* Sections ******/
section {
  position: relative;
  width: 100%;
}
.section-title, .section-content {position: relative;}

.new-way h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 100%;
  font-weight: 700;
}
.new-way p {font-size: 90%;}

.border-right {border-right: 1px solid #cdb06d !important;}

/******* Post ******/
.post p, .post li, .post>div {
  margin-bottom: 1em;
  line-height: 1.64;
  font-size: 107%;
}
.post p, .post>div {
  text-align: justify;
}
.gradient-bd {
  background: rgb(0,0,0);
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
  color: #fff;
}
/******* Boostrap Card ******/

.card-prod.card {
  height: 100%;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.card-img {
  background-color: #111;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-img small {
  position: absolute;
  color: #fff;
  bottom: .8rem;
  left: 1rem;
}
.card-img-top {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.card:hover .card-img-top {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.card-body {padding: 1.65rem 1.3rem 1.5rem;}

h5.card-title {color:#222; font-size: 137%;}

.card-body p {line-height: 1.4; font-size: 90%;}

.card:hover h5.card-title {color: #174887;}

.card-cta {font-weight: 600;}

.card.supplier {height: 140px;}

.card.supplier img, .card-over {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.card.supplier img {max-height: 80%; max-width: 95%;}

.card-over {width: 90%;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,.2);
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.card-over h5.card-title {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,.2);
  font-size: 170%;
}
.card:hover .card-over h5.card-title {color: #fff;}

.card:hover .card-over {
  opacity: 0;
  filter: alpha(opacity=0);
}
.card-blog, .card-blog .card-img, .card-blog .card-img-top {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.card-blog .card-img-top {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.card.card-blog:hover .card-img-top {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card-h .card-img {
  height: 100%;
  border-radius: .25rem 0 0 .25rem;
  overflow: hidden;
  display: block;
}
.card-h .card-img-top {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 150%;
  max-width: none;
  min-width: auto;
  border-top-right-radius: 0;
}
.card-h h5.card-title {font-size: 150%;}

.card-h .card-body {padding: 1rem 0.85rem 1rem 1rem;}

.card-detail {
  letter-spacing: .1em;
  font-size: 75%;
  font-family: 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
}
.card-detail .svg-inline--fa {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .15em;
  font-size: 350%;
}
/******* CTAs ******/
.cta {
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cta:before {
  content:'';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
.cta .container {position: relative; z-index: 2;}

/******* Footer ******/
#footer {
  background-color: #222;
  color: #fff;
  font-size: 90%;
}
#footer a {color: #fff; text-decoration: underline;}

#footer a:hover {text-decoration: none;}

#footer address {font-size: 90%;}

.footer-logos {background-color: #fff;}

.footer-logos img {
  max-height: 70px;
  margin: 0 10px 10px 0;
}
#footer .rounded-circle {
  margin: 0 .5em .5em;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background-color: #fff;
  color: #222;
  text-align: center;
}
#footer .rounded-circle:hover, #footer .rounded-circle:focus {
  background-color: #cdb06d;
}
.credits {
  font-size: 80%;
  color: rgba(255,255,255,.5);
}
#footer .credits a {color: rgba(255,255,255,.5);}

/*******************************
          Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (max-width: 576px) {
	
}
@media (max-width: 767px) {
	.index-caption h1 {
    font-size: 270%;
  }
}
@media (min-width: 577px) and (max-width:767px) {
  
}
/*** Medium devices (tablets, 768px and up)***/
@media (min-width: 768px) {
	
}
@media (max-width:991px) {
  .border-right {
    border-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  .index-caption h1 {
    font-size: 300%;
  }
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	.index-caption h1 {
    font-size: 350%;
  }
}