body { font-family:'Open Sans'; 
	margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #67748e;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
header .navbar-nav .nav-item .nav-link { color:#fff; }
a {text-decoration:none; }
/* general style overrides */
.bg-gradient-primary {
    background-image: linear-gradient(
310deg,#4B6F44,#87A96B);
}
.btn { text-transform:uppercase; }
.bg-gradient-light {
	color: #fff; 
	background-image: linear-gradient(310deg,rgba(11,108,158,1),rgba(42,147,201,1));
}
.text-primary {
    color: #4B6F44!important;
}
.text-gradient.text-primary {
    background-image: linear-gradient(
310deg,#4B6F44,#87A96B);
}
.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}
.opacity-80 {
    opacity: 0.8!important;
}
.border-radius-lg {
    border-radius: 0.75rem;
}
h1  { font-size:3rem; font-weight:700; }

nav .nav-link, .navbar-nav>a:link, .navbar-nav>a:visited { color:#FFF; }
nav .icon {
  display: none;
}
/* footer tyles */
.footer { font-size:0.875rem; font-weight:400; }
.footer h6 { font-size:1rem;}
.footer a {
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0.25rem;
	padding-left:0;
	font-size:0.875rem;
}
.footer li i { left:-14px; top:5px; }
.footer li { list-style-type:none; }
.footer a.opacity-80:hover, .footer a.opacity-80:active { opacity:1 !important; }
hr.horizontal.light {
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff,hsla(0,0%,100%,0));
}
hr.horizontal.dark {
    background-image: linear-gradient(
90deg,hsla(0,0%,100%,0),#4B6F44,hsla(0,0%,100%,0));
}
hr.horizontal {
    background-color: transparent;
}
hr:not([size]) {
    height: 1px;
}
.card, .dropdown-menu {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}
@media (min-width: 992px) {
.mt-lg-8 {
    margin-top: 8rem!important;
}
}
.card { 
    background-image: linear-gradient(
0deg,#eee,#fff);border:1px solid #2a93c9;}

.carousel { padding-bottom:50px; }
.carousel-indicators { bottom:-25px; }
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #2a93c9;
}
.icon-move-right i {
    transition: all .2s cubic-bezier(.34,1.61,.7,1.3);
}
.icon-move-right:focus i,.icon-move-right:hover i{transform:translateX(5px)}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
@media screen and (max-width: 600px) {
  nav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  nav a.icon {
    float: right;
    display: block;
  }
  .contact .fs-2 { font-size:12pt !important; }
}

/* reviews */
.hash-list {
    display: block;
    padding: 0;
    margin: 0 auto;
}

@media (min-width: 768px){
    .hash-list.cols-3 > li:nth-last-child(-n+3) {
        border-bottom: none;
    }
}
@media (min-width: 768px){
    .hash-list.cols-3 > li {
        width: 33.3333%;
    }
}
.hash-list > li {
    display: block;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pad-30, .pad-30-all > * {
    padding: 30px;
}
.mgb-20, .mgb-20-all > * {
    margin-bottom: 20px;
}
.wpx-100, .wpx-100-after:after {
    width: 100px;
}
.img-round, .img-rel-round {
    border-radius: 50%;
}
.padb-30, .padb-30-all > * {
    padding-bottom: 30px;
}

.mgb-40, .mgb-40-all > * {
    margin-bottom: 40px;
}
.align-center {
    text-align: center;
}
[class*="line-b"] {
    position: relative;
    padding-bottom: 20px;
    border-color: #E6AF2A;
}
.fg-text-d, .fg-hov-text-d:hover, .fg-active-text-d.active {
    color: #222;
}
.font-cond-b {
    font-weight: 700 !important;
}

/* homepage cards */
.products .image:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.3));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.3));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.3));
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.3));
}
.products .image:hover:before {
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
}
.products .image .content {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 25px;
    text-align: center;text-shadow: 2px 2px 8px #000000;
}
.products .image .content h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 10;
}