h1, h2, h3, h4, h5, h6 {
    color: #52752f;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    margin-bottom: 30px;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
}
h1 {
    font-size: 4.3em;
    font-family: 'Noto Serif', serif;
    line-height: 1.2;
}
h3 {
    font-size: 1.7rem;
}

.ls02 {
  letter-spacing: -2px !important;
}
.svg-separator {
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.sticky-header #header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F3F0E2;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.text-light {
  color: #F3F0E2 !important;
}
.bg-danger {
  background-color: #F3F0E2 !important;
}
.bg-danger-2 {
  background-color: #CB8B1D !important;
}
.bg-danger-3 {
  background-color: #52752f !important;
}
.bg-danger-4 {
  background-image: 'images/brush-green.png';
}
.bg-green {
  background-color: #52752f !important;
}
.dark .fbox-effect.fbox-dark .fbox-icon i:hover, .dark .fbox-effect.fbox-dark:hover .fbox-icon i {
  background-color: #CB8B1D;
}
.dark .fbox-effect.fbox-dark .fbox-icon i:after {
    box-shadow: 0 0 0 2px #CB8B1D;
}
.dark .fbox-bg.fbox-center .fbox-icon {
  background-color: rgba(46, 54, 79, 0.0);
}
.owl-carousel .owl-item img {
    display:block;
    width:70%;
    -webkit-transform-style:preserve-3d;
}
.dark label {
  color: #F3F0E2;
}
a:hover {
  color: #F3F0E2;
}
h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
  color: #CB8B1D;
}
.dark .shape-divider-fill {
  fill: #fff;
}
.dark .svg-trigger path {
  stroke: #F3F0E2;
}
.fbox-bg.fbox-center {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 2rem 2rem;
  border: 1px solid #52752f;
  border-radius: 5px;
}
.fbox-dark .fbox-icon i, .fbox-dark .fbox-icon img {
  background-color: #52752f;
}
.dark .fbox-effect .fbox-icon i:hover, .dark .fbox-effect:hover .fbox-icon i {
  background-color: #CB8B1D;
}
.fbox-icon i, .fbox-icon img {
  border-radius: 50%;
  background-color: #CB8B1D;
}
.dark .fbox-effect .fbox-icon i:after {
    box-shadow: 0 0 0 2px #CB8B1D;
}
.media-box.fbox-bg .fbox-content {
  padding: 1.5rem;
  background-color: #F3F0E2;
  border: 1px solid #E5E5E5;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.text-larger {
  font-size: 135% !important;
}
.lead {
  font-size: 1.35rem;
  font-weight: 300;
}
.dark .before-heading {
  color: rgba(203, 139, 29,0.9);
}
.border {
  border: 0px solid #dee2e6 !important;
}
.h-shadow-lg:hover {
  box-shadow: 0 1rem 3rem rgba(0, 86, 145, 0.180) !important;
}
#content p {
    line-height: 2.0;
}
.dark #header-wrap {
    background-color: #52752f;
}
.dark .fbox-content p {
    color: #F3F0E2;
}
.slider-caption.slider-caption-center {
    position: relative;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.slider-caption h2 {
    font-size: 2.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
}
.divider {
    opacity: 55%;
    color: #CB8B1D;
}
.cta h1 {
    font-size: 2.5rem;
}
a {
    text-decoration: none !important;
    color: #CB8B1D;
}
.before-heading {
  display: block;
  margin: 0 0 5px;
    margin-bottom: 5px;
  font-size: 1.3rem;
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-weight: 400;
  color: #999;
}
#footer {
  position: relative;
  background-color: #EEE;
  border-top: 0px solid rgba(0,0,0,0.2);
}
#gotoTop:hover {
  background-color: #CB8B1D;
}

.rounded-5 {
    border-radius: 0.5rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .3rem;
}
#modal-subscribe {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    max-width: 550px;
    height: auto;
}

#modal-subscribe .modal-dialog {
    margin: 0;
    border-radius: 0;
    max-width: 550px;
}

#modal-subscribe .modal-content {
    background-color: #F3F0E2;
    border: 8px solid #52752f;
    border-radius: 0;
}

body.modal-open { overflow-y: auto; }
.modal-backdrop { display: none; }

.close {
    float: right;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.btn-primary {
    color: #F3F0E2;
    background-color: #52752f;
    border-color: #52752f;
}
.btn-primary:hover {
    color: #fff;
    background-color: #CB8B1D;
    border-color: #CB8B1D;
}
.button.button-dark {
    background-color: #52752f;
}

.alert-primary2 {
    color: #fff;
    background-color: #52752f;
    border-color: #b6d4fe;
}

.text-md-right {
    text-align: right !important;
}

.bg-dark {
    background-color: #404040 !important;
}
.lead2 {
    font-size: 1.12rem;
    font-weight: 300;
}
.text-smaller2 {
    font-size: 150% !important;
}
.btn-block {
    display: block;
    width: 100%;
}
.display-3 {
    font-size: 4.5rem;
}
.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}
.button.button-full strong {
    font-weight: 700;
    border-bottom: 2px solid #F3F0E2;
}
.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link {
    color: #F3F0E2;
}
.sub-menu-container .menu-item > .menu-link {
    font-size: 0.94rem;
    font-weight: 500;
    color: #52752f;
    letter-spacing: 1px;
    font-family: 'Noto Sans', sans-serif;
}
.menu-link {
    line-height: 22px;
    color: #52752f;
    font-weight: 600;
    font-size: 0.93rem;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
}
.heading-block h4 {
    font-size: 1.5rem;
    font-weight: 700;
}
.product-title h3 {
    font-size: 1.8rem;
}
body {
    line-height: 1.8;
    color: #52752f;
    font-size: 0.895rem;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
}
.font-2 {
    font-family: 'Lato', serif;
}

.stretched #gotoTop {
    bottom: 30px;
}

.iconlist li {
    position: relative;
    display: flex;
    align-items: baseline;
}
.si-email3:hover, .si-colored.si-email3 {
    background-color: #52752f !important;
}

.toggle-header, .accordion-header {
    cursor: pointer;
    color: #52752f;
    font-size: 1.2rem;
    letter-spacing: 1.3px;
    font-weight: 700;

}
.heading-block h1 {
    font-size: 4.9rem;
    color: #52752f;
    font-weight: 700;
}
.button.button-border {
    border: 2px solid #52752f;
        border-top-color: rgb(82, 117, 47);
        border-right-color: rgb(82, 117, 47);
        border-bottom-color: rgb(82, 117, 47);
        border-left-color: rgb(82, 117, 47);
    background-color: transparent;
    color: #52752f;
    font-weight: 700;
    text-shadow: none;
}
.button.button-border:not(.button-fill):hover {
    background-color: #CB8B1D;
    color: #F3F0E2;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.button.button-full {
    white-space: normal;
    line-height: 1.6;
    font-size: 40px;
    font-weight: 300;
    text-transform: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.button.button-dark:hover {
    background-color: #52752f;
}
.button.button-border.button-fill.button-light:hover {
  color: #52752f !important;
  text-shadow: none;
}
.dark .button.button-border:not(.button-light):not(.button-fill) {
  border-color: #F3F0E2;
  color: #F3F0E2;
}
.contact-properties [class^="col-"] > a, .product .product-image, .button, .feature-box.media-box.fbox-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 5px;
}
.heading-block h3 {
  font-size: 1.8rem;
}
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #52752f;
}
.heading-block h2 {
    font-size: 3.0rem;
}
.heading-block {
    margin-bottom: 20px;
}
.fbox-content h3 {
    font-size: 1.6rem;
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #52752f;
}
.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    color: #52752f;
    font-size: 0.95rem;
}
.heading-block::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #52752f;
}
#copyrights {
    font-size: 0.875rem;
    line-height: 2.1;
    padding: 20px 0;
}
.heading-block.center > span, .heading-block.text-center > span, .center .heading-block > span, .text-center .heading-block > span {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.team-title span {
    display: block;
    color: #52752f;
    font-weight: 400;
    font-family: 'Lato', serif;
    font-style: italic;
    font-size: 1.2rem;
    margin-top: 5px;
}
.accordion-bg .accordion-content {
    padding: 1.5rem 0.75rem 2.5rem;
}
.toggle-content, .accordion-content {
    display: none;
    position: relative;
    padding: 0.75rem 0;
    font-size: 1.20rem;
}
.svg-trigger path {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #52752f;
    stroke-width: 5;
    stroke-linecap: round;
}
.menu-item .sub-menu-trigger {
    color: #52752f;
}
.dark #header.transparent-header.full-header #header-wrap, #header.transparent-header.full-header.dark #header-wrap {
    border-bottom-color: transparent;
}
.dark #header.full-header, #header.full-header.dark {
    border-bottom-color: transparent;
}
#header.transparent-header.full-header.dark #logo {
    border-right-color: transparent;
}
.transparent-header.full-header.dark .primary-menu .menu-container {
    border-right-color: rgba(255,255,255,0.2);
}
.transparent-header.full-header.dark .primary-menu .menu-container {
    border-right-color: transparent;
}
.full-header #logo {
    padding-right: 30px;
    border-right: transparent;
        border-right-color: rgb(238, 238, 238);
}
.full-header .primary-menu .menu-container {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    border-right: transparent;
        border-right-color: rgb(238, 238, 238);
}

/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
@media (max-width: 767.98px) {


.modal-backdrop { display: block; }

.heading-block h1 {
    font-size: 2.7rem;
    color: #52752f;
    font-weight: 700;
}

.contact-properties [class^="col-"] > a, .product .product-image, .button, .feature-box.media-box.fbox-bg {
    margin: 15px;
}

.heading-block h2 {
    font-size: 1.9rem;
    letter-spacing: 2px;
    white-space: break-spaces;
    line-height: 2.6rem;
}
.heading-block h3 {
  font-size: 1.9rem;
  letter-spacing: 2px;
  white-space: break-spaces;
  line-height: 2.6rem;
}

.slider-caption h1 {
    font-size: 3.7rem;
    line-height: 3.6rem;
}

.slider-caption h2 {
    font-size: 2.3rem;
}    

.slider-caption.slider-caption-center {
    position: relative;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
}   

}

/* Forms
-----------------------------------------------------------------*/

.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark) {
    color: #CB8B1D;
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.15);
}
label {
    display: inline-block;
    font-size: 1.03rem;
    font-weight: 700;
    font-family: 'Lato', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}
/* Style-1 + Style-2 */
.checkbox-style,
.radio-style {
    opacity: 0;
    position: absolute;
}

.checkbox-style, .radio-style,
.checkbox-style-1-label, .radio-style-1-label,
.checkbox-style-2-label, .radio-style-2-label,
.checkbox-style-3-label, .radio-style-3-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-style-1-label, .radio-style-1-label,
.checkbox-style-2-label, .radio-style-2-label,
.checkbox-style-3-label, .radio-style-3-label { position: relative; }

.checkbox-style-1-label:before, .radio-style-1-label:before,
.checkbox-style-2-label:before, .radio-style-2-label:before,
.checkbox-style-3-label:before, .radio-style-3-label:before {
    content: '';
    background: #FFF;
    border: 2px solid #DDD;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 10px;
    line-height: 1;
    text-align: center;
}

.radio-style-1-label:before,
.radio-style-2-label:before,
.radio-style-3-label:before { border-radius: 50%; }

.checkbox-style:checked + .checkbox-style-1-label:before { background: #52752f; }
.radio-style:checked + .radio-style-1-label:before { background: #CCC; }

/* Checkbox-small + Radio-small */
.checkbox-style-1-label.checkbox-small:before,
.radio-style-1-label.radio-small:before,
.checkbox-style-2-label.checkbox-small:before,
.radio-style-2-label.radio-small:before,
.checkbox-style-3-label.checkbox-small:before,
.radio-style-3-label.radio-small:before {
    border: 2px solid #DDD;
    width: 16px;
    height: 16px;
    margin: 0 8px 1px 0;
}

/* Style-2 */
.checkbox-style:checked + .checkbox-style-2-label:before {
    background: #CB8B1D;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-style:checked + .radio-style-2-label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-style:checked + .checkbox-style-2-label.checkbox-small:before { box-shadow: inset 0px 0px 0px 2px #fff; }
.radio-style:checked + .radio-style-2-label.radio-small:before { box-shadow: inset 0px 0px 0px 2px #fff; }


/* Problem Files?
-----------------------------------------------------------------*/

.contact-properties [class^=col-] > a,
.product .product-image,
.button,
.feature-box.media-box.fbox-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 5px;
}

.contact-properties [class^=col-] > a:hover,
.product:hover .product-image,
.button:hover,
.feature-box.media-box.fbox-bg:hover {
    box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@media (min-width: 992px) {
.sub-menu-container .menu-item:hover > .menu-link {
  background-color: #ede8d0;
  padding-left: 18px;
  color: #52752f;
  font-family: 'Noto Serif', serif;
}
}

