

:root {
    --primary-color: #072f04;
    --primary-color-light: rgb(13, 126, 5);
    font-size: 16px;
}
body {
    overflow: hidden;
}
#logo img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tabs-folder ul li {
    width: 50%;
}
.txt-xs {font-size: 0.6em !important;}
.txt-s {font-size: 0.8em !important;}
.txt-md {font-size: 1em !important;}
.txt-lg {font-size: 1.2em !important;}
.txt-xlg {font-size: 1.4em !important;}
.txt-white {
   color: #fff;
}
img {
    border-radius: 15px 50px;
}
.img-page {
    float: left;
    margin: 1em;
}
.mm-icon {
    position: relative;
    float: left;
    top: 13px;
    margin-right: .8rem;
    font-size: 1.4rem;
}
.header-box {
    background-color: rgb(255, 255, 255, 0.4);
    padding: 1em;
}
#mainMenu nav > ul > li > a,
#mainMenu nav > ul > li .dropdown-menu > li > a,
#mainMenu nav > ul > li .dropdown-menu > li > span,
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a
{
  font-size: 1rem;
}
#mainMenu nav > ul > li {
  border-bottom: 1px solid rgb(131, 124, 124, .22) !important;
  border-width: 100px;
}
.label {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
h2.hp-section-title::after {
  content:"";
  position: relative;
  display: block;
  width: 10rem;
  height: 5px;
  background-color: var(--primary-color);
  margin: 0 0 1rem 0;
}
#scrollTop {
  background-color: rgba(13, 126, 5, 0.25) !important;
}
#scrollTop:after, #scrollTop:before {
  background-color: var(--primary-color);
}
#header {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}
.form-holder {
  position: absolute;
  top: 7rem;
  z-index: 3;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.card {
  box-shadow: 0 0 1.25rem rgba(247, 2, 145, 0.05);
}
button.btn.btn-dark.btn-outline, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
button.btn.btn-dark.btn-outline:hover, button.btn.btn-dark.btn-outline:focus, button.btn.btn-dark.btn-outline:active, button.btn.btn-dark.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:active, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline.active, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:active, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
#header .header-inner #logo a > img,
#header .header-inner #logo a [class*="logo-"],
#header #header-wrap #logo a > img,
#header #header-wrap #logo a [class*="logo-"] {
    display: inline;
}
#header .header-inner #logo a > img,
#header #header-wrap #logo a > img {
    height: 120px;
}
.bg-video {
    position: relative;
    left: 0;
    top: 0;
    background-size: cover;
    background: no-repeat center;
    margin-left: 0;
    user-select: none;
    pointer-events: none;
    aspect-ratio: 16/9;

    /*custom styles, for example grayscale appearance
    filter: grayscale(0.8);*/

    /*additional tweaks for positioning, read more in the link above*/
    /* height: 100%; */
    /* width: 177.77777778vh; */ /* 100 * 16 / 9 */
    /* min-width: 100%; */
    /* min-height: 56.25vw; */ /* 100 * 9 / 16 */
}
#topbar {
    background-color: var(--primary-color);
}
#topbar .social-icons li a {
    color: #fff;
}
.home {
    height: 70vh;
    position: relative;
    margin-top: 1px;
}
video {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
}
.home-content {
    /* width: 600px; */
    margin: 0 auto;
    position: relative;
    top: 150px;
    color: #fff;
    z-index: 3;
}
.home-content h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.1;
    color: #fff;
}
.middle-line {
    height: 150px;
    width: 2px;
    background: #fff;
    margin: 40px auto;
}
.home-content button {
    display: block;
    font-size: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;    
    margin: 50px auto 0;
    padding: 16px 30px;
    cursor: pointer;
}
.home-content button a,
.home-content button a:hover {
    color: #fff !important;
}
.home-content button:hover {
    background-color: rgb(7, 47, 4, .5);
}

#topbar .top-menu > li > a {
    color: #fff;
}
#topbar .top-menu > li > a:hover {
    text-decoration: underline;
}
.hp_counter {
    display: grid;
    grid-template-columns: 40% auto;
    font-size: 3rem;
    font-weight: 700;
}
.currency_container {
    text-align: right;
    padding-right: 1rem;
}
.post-item-description a {
    color: var(--primary-color);
}
.post-item-description a:hover {
    color: var(--primary-color-light) !important;
}
.post-image img {
    width: 100%;
    object-fit: cover;
    max-height: 350px;
    border-radius: 0;
}
.portfolio-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.post-item {
    margin-bottom: 1rem;
}
.hp-gal {
    width: 260px;
    height: 150px;
}
.hp-gal img,
.portfolio-image img {
    object-fit: cover;
    border-radius: 0;
}
.faq-img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.primary-background {
    background-color: var(--primary-color);
}
.card-body .form-select,
.card-body .form-control {
    font-size: .8rem;
}
.page-gal-img {
    height: 180px !important;
}
.page-gal-img img {
    object-fit: cover;
    height: 100% !important;
}
#page-title {
    padding: 40px 0;
}
.post-item .post-image .post-meta-category, .post-item .post-slider .post-meta-category, .post-item .post-video .post-meta-category, .post-item .post-audio .post-meta-category, .post-item .post-quote-img .post-meta-category {
    background-color: var(--primary-color);
}
@media (max-width: 576px) {
  #mainMenu {
    padding-left: 20px;
  }
  #mainMenu:not(.menu-overlay) nav > ul > li.dropdown:before {
    right: auto;
    left: -20px;
    color: #000;
  }
  #mainMenu nav > ul > li .dropdown-arrow {
    right: auto;
    left: -24px;
  }
  .home-content {
    top: 240px;
  }
  .hp_counter {
    font-size: 2rem;
  }
  #topbar .social-icons li a {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
  .form-control,
  .form-select {
    margin-bottom: .4rem;
  }
  .hp-gal {
    width: auto;
  }
  .img-page {
    float: none;
    margin: 0;
}
}