@import "https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css"; 
@import "plugins.css";
@import "select2.min.css";
/*@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSansJP-Black.otf');
    src: url('location.eot#iefix') format('embedded-opentype'), url('../fonts/NotoSansJP-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
html {
  scroll-behavior: smooth;
}

.mb-4, .my-4 {
  margin-bottom: 1.875rem !important;
}

body {
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-size: 0.938rem;
}

@media (min-width: 1600px) {
  body {
    font-size: 1rem;
  }
}

@media (min-width: 1920px) {
  body {
    font-size: 1.1rem;
  }
}

a {
  color: inherit;
}

a:hover {
  color: #a6c635;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 992px) {
  .d-none-mlg {
    display: none !important;
  }
}

.primary-color {
  color: #a6c635;
}

.secondary-color {
  color: #465e24;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

.carousel-item {
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-disabled {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.owl-nav {
  text-align: center;
  margin: 2rem 0 0;
}

.owl-nav button.owl-prev, .owl-nav button.owl-next {
  outline: 0;
  -webkit-appearance: none;
}

.owl-nav button.owl-prev:focus, .owl-nav button.owl-next:focus {
  outline: 0;
  -webkit-appearance: none;
}

.owl-nav button.owl-prev:before, .owl-nav button.owl-next:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #eee;
  margin: 0 5px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.owl-nav button.owl-prev span, .owl-nav button.owl-next span {
  display: none;
}

.owl-nav button.owl-prev:before {
  background: rgba(255, 255, 255, 0.5) url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.854 4.646a.5.5 0 0 1 0 .708L5.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0z'/><path fill-rule='evenodd' d='M4.5 8a.5.5 0 0 1 .5-.5h6.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5z'/></svg>") center center no-repeat;
  background-size: 2rem;
}

.owl-nav button.owl-next:before {
  background: rgba(255, 255, 255, 0.5) url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.793 8 8.146 5.354a.5.5 0 0 1 0-.708z'/><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 8z'/></svg>") center center no-repeat;
  background-size: 2rem;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
}

header .top-bar {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
}

header .top-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  header .top-bar .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 15px;
    padding-left: 15px;
  }
}

header .top-bar .container .tb-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 576px) {
  header .top-bar .container .tb-left {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
  }
}

header .top-bar .container .tb-left li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 576px) {
  header .top-bar .container .tb-left li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

header .top-bar .container .tb-left li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .top-bar .container .tb-left li a:hover {
  color: #a6c635;
}

@media (min-width: 576px) {
  header .top-bar .container .tb-left li a {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: 40px;
  }
}

header .top-bar .container .tb-left li:last-child {
  border-right: 0;
}

header .top-bar .container .tb-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  header .top-bar .container .tb-right {
    margin-left: auto;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}

header .top-bar .container .tb-right li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  padding-right: 12px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

header .top-bar .container .tb-right li a:hover {
  color: #a6c635;
}

header .top-bar .container .tb-right li a h5 {
  margin: 0;
  margin-left: 10px;
  font-size: 0.875rem;
}

header .top-bar .container .tb-right li:last-child a {
  padding-right: 0;
}

header .navbar {
  background: transparent;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: .2rem 1rem;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
}

header .navbar-brand img {
  max-width: 170px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
}

@media (min-width: 576px) {
  header .navbar-brand img {
    max-width: 190px;
  }
}

@media (min-width: 1200px) {
  header .navbar-brand img {
    max-width: 250px;
  }
}

header .navbar-dark .navbar-nav .nav-link, header .navbar-dark .navbar-nav .nav-link {
  color: #585858;
}

@media (min-width: 992px) {
  header .navbar-dark .navbar-nav .nav-link, header .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
  }
}

header .navbar-dark .navbar-nav .nav-link:focus, header .navbar-dark .navbar-nav .nav-link:hover {
  color: #000;
}

@media (min-width: 992px) {
  header .navbar-dark .navbar-nav .nav-link:focus, header .navbar-dark .navbar-nav .nav-link:hover {
    color: #a6c635;
  }
}

header .nav-item.nav-btn a.nav-link {
  background: #465e24;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.9);
  padding: .3rem .7rem;
  margin-top: .7rem;
}

header .nav-item.nav-btn a.nav-link:hover, header .nav-item.nav-btn a.nav-link:focus {
  background: #a6c635;
  color: #ffffff;
}

@media (min-width: 992px) {
  header .nav-item.nav-btn a.nav-link {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 35px;
  }
}

header .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 0.875rem;
  padding: 0.5rem 0.7rem;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 992px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 1rem 0.4rem;
    border-bottom: 0;
  }
}

@media (min-width: 1200px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem 0.8rem;
    font-size: 1.1rem;
  }
}

@media (min-width: 1600px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.1rem;
    padding: 1rem 1rem;
  }
}

header .navbar-toggler, header .navbar-toggler:focus, header .navbar-toggler:active {
  border: 0;
  outline: 0;
}

header .close-menu {
  display: none;
  border: 0;
  margin-left: auto;
  width: 32px;
  height: 32px;
  padding: 0;
  outline: 0;
  background: #fff;
}

@media (max-width: 992px) {
  header .close-menu {
    display: block;
  }
  header .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    right: 100%;
    padding: 0;
    margin-right: 50%;
    width: 50%;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    display: block;
    background: #fff;
    overflow-y: auto;
    z-index: 10;
  }
  header .navbar-dark .navbar-nav .active > .nav-link, header .navbar-dark .navbar-nav .nav-link.active, header .navbar-dark .navbar-nav .nav-link.show, header .navbar-dark .navbar-nav .show > .nav-link {
    color: #585858;
  }
  header .navbar-collapse.collapsing {
    height: auto !important;
    margin-right: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
  }
  header .navbar-collapse.show {
    right: 0;
  }
}

@media (max-width: 576px) {
  header .navbar-collapse {
    margin-right: 10%;
    width: 90%;
  }
}

header .dropdown-menu {
  top: 90%;
  padding: 0;
  border: 0;
  border-radius: 0;
  min-width: 210px;
  opacity: 0;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  background: #e1e1e1;
}

@media (min-width: 992px) {
  header .dropdown-menu {
    background: #ffffff;
    border-top: 2px solid #a6c635;
  }
}

@media (min-width: 1600px) {
  header .dropdown-menu {
    min-width: 240px;
  }
}

@media (max-width: 992px) {
  header .dropdown-menu.dm-lv1, header .dropdown-menu.dm-lv1.show {
    background: #f2f2f2;
    margin: 0;
  }
  header .dropdown-menu.dm-lv1 li a, header .dropdown-menu.dm-lv1.show li a {
    border-bottom: 1px solid #e4e4e4;
  }
}

@media (max-width: 992px) {
  header .dropdown-menu.dm-lv2, header .dropdown-menu.dm-lv2.show {
    background: #333;
    margin: 0;
  }
  header .dropdown-menu.dm-lv2 li a, header .dropdown-menu.dm-lv2.show li a {
    color: #fff;
    border-bottom: 1px solid #4f4d4d;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .dropdown-menu.dm-lv2 li a:hover, header .dropdown-menu.dm-lv2 li a:focus, header .dropdown-menu.dm-lv2.show li a:hover, header .dropdown-menu.dm-lv2.show li a:focus {
    background-color: #333;
  }
}

header .dropdown-menu.show {
  opacity: 1;
  background: #fff;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
}

@media (min-width: 992px) {
  header .dropdown-menu.show {
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
}

header .dropdown-item {
  padding: 0.1rem .5rem 0.3rem;
  white-space: normal;
  font-size: 0.875rem;
  border-bottom: 1px solid #f2f2f2;
}

@media (min-width: 992px) {
  header .dropdown-item {
    padding: 0.4rem 1rem .5rem .5rem;
    white-space: nowrap;
    border-bottom: 0;
  }
}

@media (min-width: 1600px) {
  header .dropdown-item {
    font-size: 1.1rem;
  }
}

header .dropdown-item.active, header .dropdown-item:active {
  background-color: #a6c635;
}

header .dropdown-item:focus, header .dropdown-item:hover {
  color: #ffffff;
  background-color: #a6c635;
}

header .dropdown-submenu {
  position: relative;
}

header .dropdown-submenu .dropdown-toggle:after {
  background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>") center center no-repeat;
  content: '';
  border: 0;
  vertical-align: 0em;
  background-size: 0.7rem;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 11px;
}

@media (max-width: 992px) {
  header .dropdown-submenu .dropdown-toggle:after {
    background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>") center center no-repeat;
  }
}

header .dropdown-submenu .dropdown-menu {
  top: -4px;
  left: 100%;
  background: #f9f9f9;
}

@media (min-width: 992px) {
  header .dropdown-submenu .dropdown-menu {
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
    background: #ffffff;
  }
}

header .dropdown-toggle:after {
  background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") center center no-repeat;
  content: '';
  border: 0;
  vertical-align: 0em;
  background-size: 0.7rem;
  width: 12px;
  height: 12px;
  margin-top: 0.1rem;
}

@media (max-width: 992px) {
  header .dropdown-toggle:after {
    background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") center center no-repeat;
    float: right;
  }
}

header .overlay-menu {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
}

header .overlay-menu.active {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {
  header .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

header .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

header.scroll .top-bar {
  margin-top: -75px;
}

@media (min-width: 576px) {
  header.scroll .top-bar {
    margin-top: -40px;
  }
}

header.scroll .navbar {
  background: #232323;
  border-bottom: 0;
}

header.scroll .navbar-brand img {
  max-width: 180px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 29, 51, 0.8)), to(rgba(14, 29, 51, 0.2)));
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
}

.hero-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #232323;
}

.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-slider .carousel-cell .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  text-align: center;
  padding: 15px;
}

.hero-slider .carousel-cell .inner .subtitle {
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 200;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}

@media (min-width: 640px) {
  .hero-slider .carousel-cell .inner .subtitle {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .hero-slider .carousel-cell .inner .subtitle {
    font-size: 2.2rem;
  }
}

.hero-slider .carousel-cell .inner .title {
  font-size: 2rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
  font-weight: bold;
}

@media (min-width: 640px) {
  .hero-slider .carousel-cell .inner .title {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .hero-slider .carousel-cell .inner .title {
    font-size: 3.2rem;
  }
}

.hero-slider .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 24px;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 3px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.2);
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.hero-slider .carousel-cell .inner .btn:hover {
  background: #ffffff;
  color: #000;
}

.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}

.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}

.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}

.hero-slider .flickity-page-dots {
  bottom: 30px;
}

.hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}

.hero-slider .flickity-page-dots .dot.is-selected {
  background: #a6c635;
  border: 0 solid #a6c635;
}

.title-left {
  margin: 0 0 1rem;
}

.title-left h5 {
  margin: 0 0 0.5rem;
  font-weight: bold;
  color: #a6c635;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.title-left h5:after {
  content: '';
  border-bottom: 2px solid #a6c635;
  width: 40px;
  display: block;
  margin-top: 4px;
}

.title-left h3 {
  margin: 0;
  font-weight: 600;
}

@media (max-width: 992px) {
  .title-left h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 576px) {
  .title-left h3 {
    font-size: 1.5rem;
  }
}

.title-center {
  text-align: center;
  width: 100%;
  margin: 0 0 1rem;
  overflow: hidden;
}

@media (min-width: 576px) {
  .title-center {
    margin: 0 0 1.5rem;
  }
}

@media (min-width: 992px) {
  .title-center {
    margin: 0 0 2rem;
  }
}

.title-center h5 {
  color: #465e24;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.title-center h5:before {
  position: absolute;
  top: 52%;
  right: -60px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #465e24;
}

.title-center h5:after {
  position: absolute;
  top: 52%;
  left: -60px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #465e24;
}

.title-center h1, .title-center h2, .title-center h3 {
  font-weight: 600;
}

@media (max-width: 992px) {
  .title-center h1, .title-center h2, .title-center h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 576px) {
  .title-center h1, .title-center h2, .title-center h3 {
    font-size: 1.5rem;
  }
}

.title-center.light h5 {
  color: #ffffff;
}

.title-center.light h5:before {
  background: rgba(255, 255, 255, 0.8);
}

.title-center.light h5:after {
  background: rgba(255, 255, 255, 0.8);
}

.title-center.light h1, .title-center.light h2, .title-center.light h3 {
  color: #f2f2f2;
}

.info-section {
  padding: 0;
  background: #f8f9fd url(../images/shape-7.png) left center no-repeat;
  background-size: auto;
  padding-top: 1rem;
}

@media (min-width: 576px) {
  .info-section {
    padding-top: 3rem;
  }
}

@media (min-width: 992px) {
  .info-section {
    padding-top: 0;
  }
}

.info-section figure {
  padding-right: 0;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 200px;
}

@media (min-width: 576px) {
  .info-section figure {
    min-height: 300px;
  }
}

@media (min-width: 992px) {
  .info-section figure {
    background-position: right 3rem center;
  }
}

.info-section .info-content {
  padding: 2rem 0;
}

@media (min-width: 576px) {
  .info-section .info-content {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .info-section .info-content {
    padding: 5rem 0;
  }
}

.info-section p {
  color: #333;
  letter-spacing: 0.01rem;
}

.info-section .info-sec1 {
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .info-section .info-sec1 {
    margin: 0 0 30px;
  }
}

.info-section .info-sec2 ul.nav {
  border-bottom: 1px solid #e6e8f0;
  margin-top: -1px;
}

.info-section .info-sec2 ul.nav li.nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.info-section .info-sec2 ul.nav li.nav-item a {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
}

.info-section .info-sec2 ul.nav li.nav-item a.active {
  color: #000;
  background-color: #e6e8f0;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.info-section .info-sec2 .tab-content .tab-pane {
  padding: 1rem 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  min-height: 107px;
  color: #333;
  letter-spacing: 0.01rem;
}

.en-btn {
  border: 1px solid #212529;
  padding: 10px 24px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #212529;
  text-decoration: none;
  border-radius: 50px;
  background: #fff;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  outline: 0;
  -webkit-appearance: none;
}

.en-btn:focus {
  outline: 0;
  -webkit-appearance: none;
}

.en-btn:hover {
  background: #a6c635;
  color: #ffffff;
  border: 1px solid #a6c635;
}

.en-btn.light {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
}

.en-btn.light:hover {
  background: #a6c635;
  color: #ffffff;
  border: 1px solid #a6c635;
}

.btn-col {
  margin: 15px 0 0;
}

@media (min-width: 1200px) {
  .btn-col {
    margin: 25px 0 0;
  }
}

.btn-col.center {
  width: 100%;
  text-align: center;
}

.check-list li {
  width: 100%;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #585858;
  font-size: 0.875rem;
}

@media (min-width: 1200px) {
  .check-list li {
    margin-bottom: 15px;
  }
}

.check-list li:before {
  content: '';
  --size: 1em;
  display: inline-block;
  height: var(--size);
  -webkit-transform-origin: 75% 75%;
          transform-origin: 75% 75%;
  border: 0.08rem #465e24 solid;
  border-top: none;
  border-left: none;
  width: calc(var(--size)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 3px;
}

.products-sec {
  padding: 2rem 0;
}

@media (min-width: 576px) {
  .products-sec {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .products-sec {
    padding: 5rem 0;
  }
}

.products-sec .h-pro-item .col-12 {
  margin-bottom: 30px;
}

.products-sec .h-pro-item figure {
  position: relative;
  border: 1px solid #ccc;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 4px;
}

.products-sec .h-pro-item figure img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.products-sec .h-pro-item figure .hp-data {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.products-sec .h-pro-item figure .hp-data h4 {
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
  margin: 0;
}

.products-sec .h-pro-item figure .hp-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
  border-radius: 4px;
  font-size: 2rem;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.products-sec .h-pro-item figure .hp-link i {
  margin-top: 2rem;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  opacity: 0;
}

.products-sec .h-pro-item figure:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.products-sec .h-pro-item figure:hover .hp-data {
  background: rgba(0, 0, 0, 0.4);
}

.products-sec .h-pro-item figure:hover .hp-data h4 {
  color: #ffffff;
}

.products-sec .h-pro-item figure:hover .hp-link {
  opacity: 1;
  visibility: visible;
}

.products-sec .h-pro-item figure:hover .hp-link i {
  margin-top: 0;
  opacity: 1;
}

.partners-sec {
  background-position: center center;
  background-size: cover;
  background-repeat: repeat-y;
}

@media (max-width: 992px) {
  .partners-sec {
    background-position: center center !important;
    background-size: cover;
  }
}

.partners-sec .partners-over {
  background-image: url(../images/pattern-xs.png);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 12, 19, 0.7)), to(rgba(17, 35, 44, 0.4)));
  background: linear-gradient(to bottom, rgba(7, 12, 19, 0.7), rgba(17, 35, 44, 0.4));
  padding: 2rem 0;
}

@media (min-width: 576px) {
  .partners-sec .partners-over {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .partners-sec .partners-over {
    padding: 5rem 0;
  }
}

.partners-sec .list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners-sec .list-img li {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .partners-sec .list-img li {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .partners-sec .list-img li {
    width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .partners-sec .list-img li {
    width: 20%;
  }
}

.partners-sec .list-img li a {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 4px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  overflow: hidden;
}

.partners-sec .list-img li a img {
  max-width: 100%;
  margin: 0 auto;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.partners-sec .list-img li a:hover {
  background: white;
}

.partners-sec .list-img li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.projects-sec {
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
  background: url(../images/shape-14.png) right center no-repeat;
  background-size: auto;
}

@media (min-width: 576px) {
  .projects-sec {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .projects-sec {
    padding: 5rem 0;
  }
}

.projects-sec .col-12 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects-sec .col-12 a h1, .projects-sec .col-12 a h2, .projects-sec .col-12 a h3,
.projects-sec .col-12 a h4, .projects-sec .col-12 a h5, .projects-sec .col-12 a h6 {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 5%;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 1rem;
  padding: 0.875rem;
  margin: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pic-frame .modal-dialog {
  max-width: 800px;
}

.pic-frame .modal-dialog .modal-content {
  border-radius: 0;
}

.pic-frame .modal-dialog .modal-body {
  padding: 5px;
}

.pic-frame .modal-dialog .modal-body img {
  width: 100%;
}

.pic-frame .modal-dialog .modal-footer table {
  border: 1px solid #dee2e6;
}

.clients-sec {
  padding: 2rem 0;
}

@media (min-width: 576px) {
  .clients-sec {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .clients-sec {
    padding: 5rem 0;
  }
}

.clients-sec .clients-list {
  padding: 0;
  margin: 0;
  width: 100%;
}

.clients-sec .clients-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  padding: 1rem;
  border-radius: 4px;
}

.clients-sec .clients-list li a:hover {
  border: 1px solid #212529;
}

.clients-sec .clients-list li a img {
  width: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 1rem;
}

.owl-dots button.owl-dot {
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  margin: 0 4px;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
}

.owl-dots button.owl-dot.active {
  background: #a6c635;
}

.testimonials-sec {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
}

@media (min-width: 576px) {
  .testimonials-sec {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .testimonials-sec {
    padding: 5rem 0;
  }
}

.testimonials-sec .testimonials {
  width: 100%;
}

.testimonials-sec .testimonials .tes-col {
  padding-right: 15px;
  padding-left: 15px;
}

.testimonials-sec .testimonials .tes-col .tes-item {
  background: #ffffff;
  padding: 2rem;
}

.testimonials-sec .testimonials .tes-col .tes-item article {
  width: 100%;
  margin: 0 0 1rem;
  color: #585858;
}

.testimonials-sec .testimonials .tes-col .tes-item aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials-sec .testimonials .tes-col .tes-item aside figure {
  width: 20%;
  margin: 0;
}

.testimonials-sec .testimonials .tes-col .tes-item aside figure img {
  width: 100%;
  border-radius: 100%;
}

.testimonials-sec .testimonials .tes-col .tes-item aside .tes-by {
  width: 80%;
  padding-left: 1rem;
}

.testimonials-sec .testimonials .tes-col .tes-item aside .tes-by h1, .testimonials-sec .testimonials .tes-col .tes-item aside .tes-by h2, .testimonials-sec .testimonials .tes-col .tes-item aside .tes-by h3,
.testimonials-sec .testimonials .tes-col .tes-item aside .tes-by h4, .testimonials-sec .testimonials .tes-col .tes-item aside .tes-by h5, .testimonials-sec .testimonials .tes-col .tes-item aside .tes-by h6 {
  font-weight: bold;
  margin: 10px 0 5px;
  line-height: 0.8;
  font-size: 1rem;
}

.gallery-sec {
  padding: 2rem 0;
}

@media (min-width: 576px) {
  .gallery-sec {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .gallery-sec {
    padding: 5rem 0;
  }
}

.contact-sec {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-sec .contact-over {
  padding: 2rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 29, 51, 0.8)), to(rgba(14, 29, 51, 0.2)));
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
}

@media (min-width: 576px) {
  .contact-sec .contact-over {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .contact-sec .contact-over {
    padding: 5rem 0;
  }
}

/*FOOTER*/
.footer-social {
  width: 100%;
  background: #a6c635;
}

.footer-social ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer-social ul li a {
  color: #ffffff;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 1.5rem;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.footer-social ul li a:hover {
  background: #465e24;
}

footer {
  padding: 2rem 0;
  background: #f8f9fd;
  font-size: 0.938rem;
}

@media (min-width: 576px) {
  footer {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  footer {
    padding: 5rem 0;
  }
}

footer .f-logo {
  width: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  footer .f-logo {
    text-align: left;
  }
}

footer .f-logo img {
  width: 80%;
}

footer .f-txt {
  color: #585858;
  font-weight: 400;
  font-size: 0.875rem;
}

footer .f-link {
  color: #465e24;
}

footer .footer-heading {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

footer .text {
  color: #585858;
  line-height: 2.1;
}

footer .txt-link {
  color: inherit;
}

footer .list-unstyled li a {
  color: #212529;
  display: block;
  padding: 5px 0;
}

footer .list-unstyled li a:hover {
  text-decoration: none;
  color: #465e24;
}

.copyright {
  text-align: center;
  padding: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  color: #777;
}

.copyright p {
  margin: 0;
}

.copyright a {
  color: #465e24;
}

/*------------START Inner styles-------------*/
header.inner-header, header.inner-header.scroll {
  background: #ffffff;
}

header.inner-header .navbar, header.inner-header.scroll .navbar {
  background: #ffffff;
}

header.inner-header .navbar-light .navbar-nav .active > .nav-link, header.inner-header.scroll .navbar-light .navbar-nav .active > .nav-link {
  color: #333;
}

header.inner-header .dropdown-submenu, header.inner-header.scroll .dropdown-submenu {
  position: relative;
}

header.inner-header .dropdown-submenu .dropdown-toggle:after, header.inner-header.scroll .dropdown-submenu .dropdown-toggle:after {
  background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>") center center no-repeat;
  content: '';
  border: 0;
  vertical-align: 0em;
  background-size: 0.7rem;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 11px;
}

@media (max-width: 992px) {
  header.inner-header .dropdown-submenu .dropdown-toggle:after, header.inner-header.scroll .dropdown-submenu .dropdown-toggle:after {
    background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>") center center no-repeat;
  }
}

header.inner-header .dropdown-toggle:after, header.inner-header.scroll .dropdown-toggle:after {
  background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") center center no-repeat;
  content: '';
  border: 0;
  vertical-align: 0em;
  background-size: 0.7rem;
  width: 12px;
  height: 12px;
  margin-top: 0.1rem;
}

@media (max-width: 992px) {
  header.inner-header .dropdown-toggle:after, header.inner-header.scroll .dropdown-toggle:after {
    background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") center center no-repeat;
    float: right;
  }
}

@media (min-width: 992px) {
  header.inner-header .navbar-light .navbar-nav .nav-link, header.inner-header .navbar-light .navbar-nav .nav-link, header.inner-header.scroll .navbar-light .navbar-nav .nav-link, header.inner-header.scroll .navbar-light .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
  }
  header.inner-header .nav-item.nav-btn a.nav-link, header.inner-header.scroll .nav-item.nav-btn a.nav-link {
    background: #ffffff;
    border: 1px solid #212529;
    color: #212529;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
  }
  header.inner-header .nav-item.nav-btn a.nav-link:hover, header.inner-header.scroll .nav-item.nav-btn a.nav-link:hover {
    background: #a6c635;
    color: #ffffff;
    border: 1px solid #a6c635;
  }
}

header.inner-header.scroll .navbar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.inner-container {
  padding-top: 141px;
  width: 100%;
}

@media (min-width: 576px) {
  .inner-container {
    padding-top: 113px;
  }
}

@media (min-width: 1200px) {
  .inner-container {
    padding-top: 130px;
  }
}

.in-banner {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 125px;
}

@media (min-width: 576px) {
  .in-banner {
    height: 150px;
  }
}

@media (min-width: 1200px) {
  .in-banner {
    height: 180px;
  }
}

.in-banner .container {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}

.in-banner .container .title-b {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .in-banner .container .title-b {
    font-size: 2rem;
  }
}

.in-banner .container nav {
  background: transparent;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.in-banner .container nav .breadcrumb {
  background: rgba(0, 0, 0, 0.4);
  padding: .4rem 1rem;
}

.in-banner .container nav .breadcrumb li {
  color: #ffffff;
  font-weight: 600;
}

.in-banner .container nav .breadcrumb li a {
  color: #ffffff;
}

.in-banner .container nav .breadcrumb li a:hover {
  color: #a6c635;
}

.in-banner .container nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  font-family:"Font Awesome 5 Free";
  content: "\f105";
}

.items-list {
  padding: 2rem 0;
  background: url(../images/shape-14.png) right top 20% no-repeat;
}

@media (min-width: 576px) {
  .items-list {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .items-list {
    padding: 5rem 0;
  }
}

.items-list .item {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 25px;
  position: relative;
}

.items-list .item .item-card {
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  overflow: hidden;
}

.items-list .item .item-card:hover {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.08);
}

.items-list .item .item-card figure {
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}

.items-list .item .item-card figure a {
  display: block;
}

.items-list .item .item-card figure a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.items-list .item .item-card .i-text {
  width: 100%;
  padding: 1rem 0.5rem;
  margin-top: auto;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  position: relative;
}

.items-list .item .item-card .i-text h1, .items-list .item .item-card .i-text h2, .items-list .item .item-card .i-text h3,
.items-list .item .item-card .i-text h4, .items-list .item .item-card .i-text h5, .items-list .item .item-card .i-text h6 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}

.items-list .item .item-card .i-text .btn {
  padding: 5px 24px;
  margin-top: 12px;
}

.items-list .item .item-card .i-text .btn:before {
  position: absolute;
  top: 67%;
  right: 38px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #e5e5e5;
}

@media (max-width: 1200px) {
  .items-list .item .item-card .i-text .btn:before {
    display: none;
  }
}

.items-list .item .item-card .i-text .btn:after {
  position: absolute;
  top: 67%;
  left: 38px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #e5e5e5;
}

@media (max-width: 1200px) {
  .items-list .item .item-card .i-text .btn:after {
    display: none;
  }
}

.items-list.list-4 .item {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 1200px) {
  .items-list.list-4 .item {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 992px) {
  .items-list.list-4 .item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .items-list.list-4 .item {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.items-list.list-5 .item {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 1200px) {
  .items-list.list-5 .item {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 992px) {
  .items-list.list-5 .item {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 576px) {
  .items-list.list-5 .item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.list-logo .item .item-card figure a {
  padding: 1rem;
}

.list-logo .item .item-card .i-text .p-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-logo .item .item-card .i-text .p-social li {
  padding: 0 4px;
}

.list-logo .item .item-card .i-text .p-social li a {
  width: 32px;
  height: 32px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  color: #777;
  border-radius: 100%;
  font-size: 1.1rem;
}

.list-logo .item .item-card .i-text .p-social li a:hover {
  background: #a6c635;
  color: #ffffff;
  border: 1px solid #a6c635;
}

.bc-top {
  background: #eee;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

.bc-top .breadcrumb {
  background-color: transparent;
}

.bc-top .breadcrumb .breadcrumb-item {
  font-weight: 600;
  font-size: 0.938rem;
}

.bc-top .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family:"Font Awesome 5 Free";
  content: "\f105";
}

.detail-sec {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.detail-sec .nav-tabs {
  border-bottom: 1px solid #a6c635;
}

.detail-sec .nav-tabs .nav-link {
  color: #465e24;
  font-weight: 500;
}

.detail-sec .nav-tabs .nav-link:hover {
  background: #eee;
  border-color: #e9ecef #e9ecef #a6c635;
}

.detail-sec .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #a6c635;
  border: 1px solid #a6c635;
  border-bottom: 0;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.detail-sec .tab-pane {
  border-top: 0;
  padding-top: 2rem;
}

.product-image {
  border: 1px solid #ddd;
}

.product-image .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-image .owl-stage li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}

.product-image .owl-stage li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

.product-image .owl-stage li aside {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  bottom: 0;
  text-align: center;
  padding: 8px;
  margin: 0;
  border-top: 1px solid #ddd;
}

.product-image .owl-nav {
  margin: 0;
}

.product-image .owl-nav button.owl-prev, .product-image .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
}

.product-image .owl-nav button.owl-prev {
  left: 0;
}

.product-image .owl-nav button.owl-next {
  right: 0;
}

@media all and (max-width:991px){
  .accordion-body__contents .product-image{margin-bottom:15px}
}

.product-description {
  padding-left: 1rem;
}

.product-description h1, .product-description h2, .product-description h3,
.product-description h4, .product-description h5, .product-description h6 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #465e24;
}

.list-item {
  margin-bottom: 25px;
}

.list-item li {
  margin-bottom: 5px;
  border: 1px solid #ddd;
  padding: 5px 10px 5px 33px;
  position: relative;
}

.list-item li:hover {
  background: #eee;
}

.list-item li:before {
  background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>") center center no-repeat;
  content: '';
  font-size: 0.9rem;
  margin-right: 10px;
  color: #465e24;
  position: absolute;
  left: 10px;
  top: 10px;
  background-size: 0.9rem;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

.list-item.sub-list li {
  margin-bottom: 0;
  border: 0;
  padding: 5px 10px 5px 20px;
}

.list-item.sub-list li:before {
  left: 0;
}

.txt-block {
  margin-bottom: 25px;
}
/*# sourceMappingURL=energia.css.map */






.pt-30{ padding-top:50px;}
.section-pad-tb70{ padding:70px 0;}
.mb30{ margin-bottom:30px;}
.section-title {text-align: center;padding-bottom: 22px;position: relative;top: 0;padding-left: 15px;padding-right: 15px;}
.section-title .section-title__01 {font-size: 16px;line-height: 26px;color: #f47629;font-weight: 600;font-family: Poppins, sans-serif;}
.section-title .section-title__01 a {display: inline-block;position: relative;color: #f47629;}
.section-title .section-title__01 a:before {content: "";display: block;position: absolute;bottom: 2px;width: 0%;height: 2px;margin: auto;left: 0;right: 0;background-color: #f47629;-webkit-transition: width 0.2s linear;transition: width 0.2s linear;}
.section-title .section-title__01 a:hover:before {width: 100%;}
.section-title .section-title__02 {font-size: 36px;line-height: 46px;color: #303442;font-weight: 600;font-family: Poppins, sans-serif;margin: 7px auto 0;}
.section-title .section-title__03 {font-size: 16px;line-height: 27px;max-width: 800px;margin-left: auto;margin-right: auto;margin-top: 22px;padding-bottom: 9px;}
.section-title.max-width-01 .section-title__02 {max-width: 800px;}

/*------------------------------------------*/
/*  About Page
/*------------------------------------------*/

.layout01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.layout01 .layout01__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.5%;
    flex: 0 0 57.5%;
    max-width: 57.5%;
    position: relative;
}
.layout01 .layout01__img .tt-img-main img {
    width: 100%;
    height: auto;
}
.layout01 .layout01__img .tt-img-more {
    position: absolute;
}
.layout01 .layout01__img .tt-img-more img {
    max-width: 436px;
    -webkit-box-shadow: 0 0 50px rgba(48, 52, 66, 0.2);
    box-shadow: 0 0 50px rgba(48, 52, 66, 0.2);
}
.layout01 .layout01__img .tt-img-more.left-bottom {
    left: -98px;
    bottom: -63px;
}
.layout01 .layout01__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.5%;
    flex: 0 0 42.5%;
    max-width: 42.5%;
}
@media (min-width: 1025px) {
    .layout01.layout01__img-more .layout01__img {
        margin-bottom: 61px;
    }
}
.layout01 .layout01__content-wrapper {
    background-color: #fff;
    position: relative;
    margin: 0 0 0 -85px;
    padding: 62px 0 0 75px;
}
@media (max-width: 1024.98px) {
    .layout01.layout01__img-more .layout01__img {
        margin-bottom: 129px;
    }
    .layout01.layout01__small-layout .layout01__content-wrapper {
        padding-bottom: 22px !important;
    }
}


.layout01.layout01__revers .layout01__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
    left: inherit;
    right: -98px;
}
.layout01.layout01__revers .layout01__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.layout01.layout01__revers .layout01__content-wrapper {
    margin-left: 0;
    margin-right: -85px;
    padding: 30px 75px 85px 0;
}


@media (max-width: 1500px) {
 
    .layout01 .layout01__img .tt-img-more img {
        max-width: 370px;
    }
    .layout01 .layout01__img .tt-img-more.left-bottom {
        left: -27px;
        bottom: -63px;
    }
    .layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
        left: auto;
        right: -27px;
    }
}
@media (max-width: 1229px) {
    .layout01.layout01__revers .layout01__content-wrapper {
        padding-bottom: 20px;
    }
}
@media (max-width: 1250px) {
    .layout01 .layout01__img .tt-img-more img {
        max-width: 370px;
    }
    .layout01 .layout01__img .tt-img-more.left-bottom {
        left: -15px;
    }
    .layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
        left: auto;
        right: -15px;
    }
}
@media (max-width: 1024.98px) {
    .layout01 .layout01__img .tt-img-more img {
        max-width: 232px;
        -webkit-box-shadow: 0 0 30px rgba(48, 52, 66, 0.2);
        box-shadow: 0 0 30px rgba(48, 52, 66, 0.2);
    }
    .layout01 .layout01__img .tt-img-more.left-bottom {
        left: -15px;
        bottom: -109px;
    }
    .layout01 .layout01__content-wrapper {
        margin: 0 0 0 -85px;
        padding: 20px 0 0 35px;
    }
    .layout01.layout01__revers .layout01__img .tt-mg-more.left-bottom {
        right: -15px;
        left: auto;
    }
    .layout01.layout01__revers .layout01__content-wrapper {
        padding: 25px 35px 0 0;
    }

}
@media (max-width: 766.98px) {
    .layout01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .layout01.layout01__img-more .layout01__img {
        margin-bottom: 0;
    }
    .layout01 .layout01__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 458px;
        padding-bottom: 21px;
        padding-left: 35px;
    }
    .layout01 .layout01__img .tt-img-more img {
        max-width: 53%;
        min-width: 146px;
        -webkit-box-shadow: 0 0 20px rgba(48, 52, 66, 0.2);
        box-shadow: 0 0 20px rgba(48, 52, 66, 0.2);
    }
    .layout01 .layout01__img .tt-img-more.left-bottom {
        left: 0;
        bottom: 0;
    }
    .layout01 .layout01__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .layout01 .layout01__content-wrapper,
    .layout01.layout01__revers .layout01__content-wrapper {
        margin: 33px 0 0;
        padding: 0;
    }
    .layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
        right: inherit;
        left: 0;
    }
    .layout01.layout01__revers .layout01__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .layout01.layout01__single-img .layout01__img {
        padding-left: 0;
        padding-bottom: 0;
    }
}



/*------------------------------------------*/
/*  Gallery Page
/*------------------------------------------*/

.ph_gallery{position: relative;display: block;}
.ph_gallery .img-holder{position: relative;display: block;overflow: hidden; border-radius:6px}
.ph_gallery .img-holder img{width: 100%;transform: scale(1.01);-webkit-transition-delay: .3s;transition-delay: .3s;-webkit-transition-timing-function: ease-in-out;transition-timing-function: ease-in-out;-webkit-transition-duration: .6s;transition-duration: .6s;-webkit-transition-property: all;
transition-property: all;}
.ph_gallery:hover .img-holder img {transform:scale(1.2) rotate(0deg);	}
.ph_gallery:hover .overlay-style-one{opacity: 1;}
.ph_gallery .overlay-style-one .inner span{font-family:"Font Awesome 5 Free";position: relative;display: block;color: #fff;font-size: 30px;font-weight: 400;
text-transform: uppercase;transform: translateY(50px);transition: all .4s ease-in-out .3s;}
.ph_gallery:hover .overlay-style-one .inner span{transform: translateY(0px);    }
.overlay-style-one.bg1{background-color: rgba(166, 198, 53, 0.90);    }
.overlay-style-one{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition-delay: .1s;transition-timing-function: ease-in-out;transition-duration: .7s;transition-property: all;opacity: 0;z-index: 1;}
.overlay-style-one.bg2{background-color: rgba(0, 0, 0, 0.80);    }
.overlay-style-one .box{display: table;height: 100%;width: 100%;    }
.overlay-style-one .box .inner{display: table-cell;text-align: center;vertical-align: middle;    }


/*------------------------------------------*/
/*  Contact Page
/*------------------------------------------*/

.cnt_box{ border:1px solid #ddd; padding:20px; border-top-left-radius:25px; border-bottom-right-radius:25px}
.cnt_box p{ padding-left:30px; position:relative}
.cnt_box p i{ color:#a6c635; position:absolute; top:5px; left:5px;}

@media (max-width: 991px) {
  .cnt_box{margin-bottom: 30px;}

}
@media (max-width: 991px) {
  .cnt_box{width: 100%;}

}


::-webkit-input-placeholder {
    color: #7b7b7b;
}
::-moz-placeholder {
    color: #7b7b7b;
}
:-moz-placeholder {
    color: #7b7b7b;
}
:-ms-input-placeholder {
    color: #7b7b7b;
}
:-moz-placeholder,
::-moz-placeholder {
    opacity: 1;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus:-moz-placeholder {
    color: transparent;
}
textarea:focus::-moz-placeholder {
    color: transparent;
}
textarea:focus:-ms-input-placeholder {
    color: transparent;
}
.form-default .form-group {
    position: relative;
    margin-bottom: 12px;
}
.form-default .form-control {
    background: 0 0;
    font-size: 16px;
    line-height: 25px;
    border: 2px solid #d0d0d0;
    color: #7b7b7b;
    padding: 14px 12px 12px 18px;
    outline: 0;
   
    -webkit-transition: 0.3s;
    transition: 0.3s;
   /* -webkit-box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13);
    box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13);*/
    border-radius: 4px;
}
.form-default input.form-control,
.form-default textarea.form-control {
    -webkit-appearance: none;
}
.form-default textarea.form-control {
    padding-top: 13px;
}

.form-default .form-control:focus {
    border-color: #a6c635;
    -webkit-box-shadow: 0 2px 4px rgba(244, 118, 41, 0.13);
    box-shadow: 0 2px 4px rgba(244, 118, 41, 0.13);
    background: 0 0;
}
.form-default button[type="submit"] {
    margin-top: 27px;
}
@media (max-width: 1024.98px) {
    .form-default button[type="submit"] {
        margin-top: 17px;
    }
}
.tt-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 23px;
    height: 48px;
    color: #fff;
    cursor: pointer;
    position: relative;
   
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    white-space: nowrap;
}
.tt-btn.btn__color01 {
    background-color: #a6c635;
    color: #fff;
}


.tt-btn [class^="fas"] {
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-size: 14px;
}

.tt-btn:hover {
    border-color: #a6c635;
    background-color: #fff;
    color: #a6c635;
}
.tt-btn:hover [class^="fas"] {
    color: #a6c635;
}
.tt-btn:active,
.tt-btn:focus,
.tt-btn:visited {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Location Map */

/*.animate {-webkit-animation: 0;}*/
ul.tabs_loc {margin: 0;padding: 0;list-style: none;width: 100%; display: flex;align-items: center;justify-content: center;}
ul.tabs_loc li {margin: 0;cursor: pointer;padding: 5px 21px;background-color: #666;font-size:18px; line-height:24px;color: #ccc; text-align:center;position: relative; margin-right:15px; float:left;}
ul.tabs_loc li:last-child { margin-right:0;}
ul.tabs_loc li:hover {background-color: #465e24;color: #fff;}
ul.tabs_loc li.active {background-color: #a6c635;color: #fff;display: block; position:relative;  }
ul.tabs_loc li.active:after {content: "";position: absolute;bottom: -10px;left: 50%; transform:translateX(-50%);border-width: 10px 10px 0;border-style: solid;border-color: #a6c635 transparent;width: 0; }
.tab_container {clear: both;float: left;width: 100%;height:450px;background: #fff;position: relative; margin-top:25px;}
.tab_container h3 { font-size:18px;}
.tab_content {position: absolute;top: 0;opacity: 0;width: 100%; -webkit-transition: opacity 0.5s;-moz-transition: opacity 0.5s;transition: opacity 0.5s;}
.tab_content.active {opacity: 1;}
.tab_drawer_heading { display: none; }

@media screen and (max-width: 575px) {
.tabs_loc {display: none !important;}
.tab_drawer_heading {background-color: #ccc;color: #333;border-top: 1px solid #8a8a8a;margin: 0;padding: 10px 20px;display: block;cursor: pointer;
-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.d_active {background-color: #666;color: #fff;}
.tab_container {border-top: none; height:auto;}
.tab_content {position: static;border: none;overflow: hidden;height: auto;max-height: 0em;padding: 0;display: block;-webkit-transition: max-height 0.3s ease-in-out;-moz-transition: max-height 0.3s ease-in-out;transition: max-height 0.3s ease-in-out;}
.tab_content.active {max-height: 20em;-webkit-transition: max-height 0.3s ease-in-out;-moz-transition: max-height 0.3s ease-in-out;transition: max-height 0.3s ease-in-out;}
}



/*------------------------------------------*/
/*  Clients Page
/*------------------------------------------*/

.b-top { border-top: 1px solid #ddd; }
.b-bottom { border-bottom: 1px solid #ddd; }
.b-left { border-left: 1px solid #ddd; }
.b-right { border-right: 1px solid #ddd; }
.brands-holder {padding-left: 60px;padding-right: 60px;}
.clients-in .brand-logo {text-align: center;padding: 25px 15px;} 
.brands-holder .item {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 1200px) {
.brands-holder .item {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
 #bl-04, #bl-08, #bl-12, #bl-16, #bl-24 { border-right: none;  }
 #bl-05, #bl-06, #bl-07, #bl-08, #bl-11, #bl-12 { border-bottom: 1px solid #ddd; } 
  #bl-05, #bl-10, #bl-15, #bl-25 { border-right: 1px solid #ddd; } 
  #bl-25{ border-bottom: none;  }
}

@media (max-width: 992px) {
.brands-holder .item {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
   #bl-03, #bl-06, #bl-09, #bl-15, #bl-18, #bl-21 { border-right: none;  }
     #bl-04, #bl-08, #bl-16, #bl-20 { border-right: 1px solid #ddd; } 
	 #bl-09 { border-bottom: 1px solid #ddd; } 
}

@media (max-width: 576px) {
	.brands-holder {
  padding-left: 15px;
  padding-right: 15px;
}
.brands-holder .item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  #bl-02, #bl-04, #bl-08, #bl-10, #bl-14, #bl-16, #bl-20, #bl-22, #bl-26 { border-right: none;  }
  #bl-03, #bl-09, #bl-15, #bl-21 { border-right: 1px solid #ddd; }
   #bl-09 { border-bottom: none;  } 
   #bl-09 { border-bottom: 1px solid #ddd; }
}


/*------------------------------------------*/
/*  Products Page
/*------------------------------------------*/


.accordion {
  font-size: 20px;
  width: 100%;
  margin: 0 auto 25px auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: .5em 1.5em;
  background: #a6c635;
  color: white;
  cursor: pointer;
  font-size: .7em;
  letter-spacing: .1em;
  transition: all .3s;
  text-transform: uppercase;
}

.accordion__item {
    border-bottom: 1px solid rgba(70,94,36,.5);
}

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
  background: #465e24;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #353535;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  font-family:"Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  
  font-size: 1.2em; 
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #465e24;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

.project-list .col-12 a {
  border: 1px solid #ccc;
}
.sec-video {
  padding: 2rem 0;
  background: url(../images/video-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sec-video .embed-responsive {
  border: 2px solid #465e24;
}
@media (min-width: 576px) {
  .sec-video {
    padding: 3rem 0;
  }  
}
@media (min-width: 992px) {
  .sec-video {
    padding: 5rem 0;
  } 
}

/* ## Inner Section title
-----------------------------*/

.in-section-title {margin-top: 50px;}
.in-section-title>h2 {font-size: 32px;font-weight: 700;color: #282828;margin: 0px;}
.in-section-title>span,
.in-section-title>h2>span {color: #a6c635;}
.in-section-title>span {position: relative;display: inline-block;padding: 0 60px;
margin-bottom: 10px;}
.in-section-title>span::before,
.in-section-title>span::after {position: absolute;content: '';width: 50px;height: 2px;background: #a6c635;border-radius: 2.5px;top: 50%;transform: translateY(-50%);}
.in-section-title>span::before {left: 0;}
.in-section-title>span::after {right: 0;}

@media screen and(max-width: 1024px) {
  .in-section-title>span {margin-bottom: 15px;}
  }
@media screen and (max-width: 425px) {
.in-section-title>h2 {font-size: 28px;font-weight: 600;}
}

/* ## Inner Section title
-----------------------------*/

.subsidiary-in{margin-top: 80px;}

/* Subsidiary Content */
.subsidiary-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e8e8e8;
  padding: 45px 30px;
  margin-top: 15px;
  /* box-shadow: 7px 7px 0 #f9f9f9; */
  position: relative; }
  .subsidiary-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #a6c635;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 30px 30px #eee; }
  .subsidiary-content:hover {
    border-color: #a6c635; }
  
  .subsidiary-content:hover:before {
    transform: scale(1.05);
    opacity: 1; }
  .subsidiary-content figure {
    width: 100%;
    display: block;
    margin-bottom: 30px; }
    .subsidiary-content figure img {
      height: 50px; }
  .subsidiary-content h5 {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  .subsidiary-content p {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 16px; }

    .prodBrands .in-section-title{margin-top: -30px !important;}
    .prodBrands .in-section-title>h2 {font-size: 24px;font-weight: 600;}
    .prodBrands .list-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    
    .prodBrands .list-img li {
      width: 100%;
      padding: 0 15px;
      margin-bottom: 15px;
    }
    
    @media (min-width: 576px) {
      .prodBrands .list-img li {
        width: 50%;
        margin-bottom: 30px;
      }
    }
    
    @media (min-width: 992px) {
      .prodBrands .list-img li {
        width: 33.3333%;
      }
    }
    
    @media (min-width: 1200px) {
      .prodBrands .list-img li {
        width: 20%;
      }
    }
    
    .prodBrands .list-img li a {
      background: white;
      border: 1px solid rgba(255, 255, 255, 0.1);
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      border-radius: 4px;
      transition: all .2s ease;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
      overflow: hidden;
    }
    
    .prodBrands .list-img li a img {
      max-width: 100%;
      margin: 0 auto;
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
    }
    
    .prodBrands .list-img li a:hover {
      background: white;
    }
    
    .prodBrands .list-img li a:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
   }

.tick-listStyle{
 margin-top: 15px;
}
.tick-listStyle li{
  line-height: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.tick-listStyle li:before{
  content: "\f0da";
  font-family:"Font Awesome 5 Free";
  font-size: 18px;
  font-style:normal;font-weight:900;
  position: absolute;
  top: 0px;
  left: 5px;

}



/*----------  SHOP ONLINE  ----------*/  


/*----------  Sharp border tippyjs theme  ----------*/
/* If `animateFill: true` (default) */
.tippy-tooltip.sharpborder-theme .tippy-backdrop {
  background-color: #333333;
  font-weight: 400;
  color: #fff;
}

/* If `animateFill: false` */
.tippy-tooltip.sharpborder-theme {
  font-weight: 400;
  border-radius: 0;
  font-size: 12px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  background: #383838;
  color: #fff;
  line-height: 12px;
  white-space: nowrap;
  padding: 8px 10px;
}

.single-product a {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.single-product {margin-bottom: 15px;}

.single-product__image {
  position: relative;
}
.single-product__image > a {
  display: block;
}
.single-product__image > a img {
  width: 100%;
  transition: 0.9s;
}
.single-product__image > a img:nth-child(1) {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.single-product__image > a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.single-product__floating-icons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.single-product__floating-icons span {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.single-product__floating-icons span:nth-child(1) {
  transition: 0.3s;
  margin-top: 5px;
}
.single-product__floating-icons span:nth-child(2) {
  transition: 0.6s;
  margin-top: 5px;
}
.single-product__floating-icons span:nth-child(3) {
  transition: 0.9s;
  margin-top: 5px;
}
.single-product__floating-icons span a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
  color: #7e7e7e;
}
.single-product__floating-icons span a:hover {
  color: #333;
}
.single-product__floating-icons span a i {
  font-size: 20px; line-height: 40px;
}
.single-product__content {
  position: relative;
  padding: 5px;
}
.single-product__content .title {
  position: relative;
}
.single-product__content .title h3 {
  margin-bottom: 0;
}
.single-product__content .title h3 a {
  display: block;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 400;
  color: #333;
 }
.single-product__content > a {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #a6c635;
  color: #fff;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.6s;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product__content > a {
    font-size: 16px;
  }
}
.single-product__content > a.active:before {
  content: "";
  font-family: Ionicons;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}
.single-product__content > a:before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
}
.single-product__content .price {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-duration: 0.6s;
}
.single-product__content .price .discounted-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
}
.single-product__content .price .main-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
  margin-right: 5px;
}
.single-product__content .price .main-price.discounted {
  color: #aaaaaa;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-decoration: line-through;
}

.single-product:hover .single-product__image a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
}
.single-product:hover .single-product__content > a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.single-product:hover .single-product__floating-icons span {
  visibility: visible;
  opacity: 1;
}
.single-product:hover .single-product__floating-icons span:nth-child(1) {
  margin-top: 0;
}
.single-product:hover .single-product__floating-icons span:nth-child(2) {
  margin-top: 0;
}
.single-product:hover .single-product__floating-icons span:nth-child(3) {
  margin-top: 0;
}
.single-product:hover .single-product__content .price {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-60%);
}


/*****************************
Product Detail Page Styles
*****************************/





a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer; 
}
a, a:hover, a:focus, a:active, button, button:focus,.slick-slide, .slick-slide:focus, .slick-slide:active {
  outline: none; 
}
.slick-btn, .slick-arrow, .product-gallery__thumb--single {
  cursor: pointer;
}
.product-image02,.product-gallery, .product-gallery__thumb, .product-gallery__wrapper {
  position: relative; border: none; 
}
.slick-btn, .slick-btn, .product-gallery__thumb .slick-btn, .product-gallery__actions {
  position: absolute; 
}

a, button, img, span, .slick-btn, .custom-close i, .product-gallery.vertical-slide-nav .nav-slider .slick-disabled, .product-gallery__thumb .slick-btn {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out; 
}

.action-btn i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; 
}
.action-btn.btn-zoom-popup {
  border: none; 
}
.custom-close i.mfp-close {
  padding: 0;
  text-align: center; 
}
.custom-close i {
    display: inline-block; 
}
.product-image02 img {
  width: 100%; height: 100%; 
}
.product-gallery__thumb, .product-gallery__wrapper {
  max-width: 100%; 
}
.action-btn i, .custom-close,  .product-image02 img {
  display: block; 
}
.product-rating, .product-gallery, .product-gallery__actions{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; 
}
.product-rating {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; 
}
.product-gallery__actions {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; 
}
.product-gallery {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; 
}



/*-- 22.05 - Action Button --*/
.action-btn {
  z-index: 1; 
}
.action-btn.btn-zoom-popup {
  background-color: transparent; 
}
.action-btn i {
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
  background-color: #fff;
  font-size: 1.2rem; 
}
.custom-close {
  background-color: #292929 !important;
  left: 100%;
  top: 0 !important;
  text-align: center !important;
  font-size: 2.4rem;
  padding: 1.8rem !important;
  color: #fff !important;
  text-shadow: 0 0 0 #fff;
  opacity: 1 !important;
  width: 6rem !important;
  height: 6rem !important; 
}
@media (max-width: 61.94em) {
  .custom-close {
    left: auto;
    top: 0 !important;
    bottom: 100% !important;
    right: 0 !important; 
  } 
}
.custom-close i {
  vertical-align: middle; 
}
.custom-close i.mfp-close {
  width: auto !important;
  height: auto;
  line-height: 140px;
  position: absolute;
  right: 50%;
  margin-right: -6px;
  opacity: 1;
  font-style: normal;
  font-size: inherit;
  font-family:"Font Awesome 5 Free" !important;
}
.custom-close:hover i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #a5c535; 
}



/*****************************
Product CSS
*****************************/

.product-image02 img {
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -ms-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18); 
}
.product-rating i {
  color: #545454;
  font-size: 1.4rem; 
}
.product-rating i.rated {
  color: #f5b223; 
}
.product-rating .review-link {
  font-size: 1.2rem;
  padding-left: .5rem; 
}

.product-descriptions {
  color: #282828; 
}
.product-descriptions p {
    color: inherit; 
}
.product-descriptions p:not(:last-child) {
  margin-bottom: 2rem; 
}
@media (max-width: 47.94em) {
  .product-descriptions p:not(:last-child) {
    margin-bottom: 1.5rem; 
  } 
}
.product-descriptions ul {
  margin-bottom: 2rem;
  padding-left: 4.5rem;
  list-style: disc; 
}
.product-descriptions ul li:not(:last-child) {
  margin-bottom: 1rem; 
}



/*-- Product Summary --*/


.product-summary .product-title {
  font-size: 26px;
  margin: 10px 0 20px;
  line-height: 1.2; 
}
@media (max-width: 61.94em) {
  .product-summary .product-title {
      margin: 20px 0  20px; 
  } 
}

.product-summary .product-price-wrapper > span {
  font-size: 1.5rem;
  color: #282828;
  font-weight: 400;
  margin-right: 5px; 
}
.product-summary .product-price-wrapper > span.old-price {
 text-decoration: line-through;
 color: #8a8a8a; 
}

.product-summary .product-short-description {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #5D5D5D;
  line-height: 1.7; 
}
  .product-summary .product-action button{border: none;
    outline: none;
  }
.product-summary .product-action button.add-to-cart {
  margin-left: 1.2rem; float: left;
  background-color: #000;
  color: #ffffff;
  padding: 8px 30px;
}
@media (max-width: 47.94em) {
  .product-summary .product-action button.add-to-cart {
    padding: 8px 30px;
  } 
}
@media (max-width: 35.94em) {
  .product-summary .product-action button.add-to-cart {
    margin-left: 1rem;
    padding: 8px 30px;
     
  } 
}

.quantity{float: left;}
 .quantity input {
   margin: 0;
   padding: 0;
   border: none;}
  .quantity input:focus {
   border: none;
   outline: none;}
  .quantity input {
   display: inline-block;
   width: 40px;
   height: 40px;
   padding: 0;
   margin: 0;
   text-align:center;
   background: #fff;
   border: 1px solid #ccc;
   border-right: none;}
  .quantity input:last-child {
   border-right: 1px solid #ccc;}
  .quantity input.plus, .quantity input.minus {
   width: 25px;
   height: 40px;
   background-color: #ccc;}
  .quantity input[type="button"] {
   cursor: pointer
}


:root {
  --star-size: 24px;
  --star-color: #999;
  --star-background: #fc0;
}
  
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  line-height: 1; margin-bottom: 10px;
}
.Stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Stars span{font-size: 14px;
}






/*-- Product Gallery --*/
.product-gallery.vertical-slide-nav {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; 
}
@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; 
  } 
}
.product-gallery.vertical-slide-nav .product-gallery__thumb {
  -webkit-flex-basis: 5rem;
  -moz-flex-basis: 5rem;
  -ms-flex-preferred-size: 5rem;
  flex-basis: 5rem;
  max-width: 5rem;
  margin-right: 1rem; 
}
@media (max-width: 87.4375em) {
  .product-gallery.vertical-slide-nav .product-gallery__thumb {
    -webkit-flex-basis: 5rem;
    -moz-flex-basis: 5rem;
    -ms-flex-preferred-size: 5rem;
    flex-basis: 5rem;
    max-width: 5rem;
    margin-right: 1rem;margin-left: 0; 
  } 
}
@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__thumb {
   -webkit-flex-basis: 100%;
   -moz-flex-basis: 100%;
   -ms-flex-preferred-size: 100%;
   flex-basis: 100%;
   max-width: 100%;
   width: 45rem;
   margin-right: auto;
   margin-left: auto; 
  } 
}
@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__thumb .slick-list {
    margin-left: -5px;
    margin-right: -5px; 
  }
}
@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__thumb .slick-btn .fa-angle-down:before {
    content: "\f054"; 
  } 
}
@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__thumb .slick-btn .fa-angle-up:before {
    content: "\f053"; 
  } 
}
.product-gallery.vertical-slide-nav .product-gallery__thumb--single {
  margin-bottom: 3rem; 
}
@media (max-width: 87.4375em) {
  .product-gallery.vertical-slide-nav .product-gallery__thumb--single {
    margin-bottom: 1rem; 
  } 
}
@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__thumb--single {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px; 
  } 
}
.product-gallery.vertical-slide-nav .product-gallery__large-image {
  -webkit-flex-basis: calc(100% - 8.5rem);
  -moz-flex-basis: calc(100% - 8.5rem);
  -ms-flex-preferred-size: calc(100% - 8.5rem);
  flex-basis: calc(100% - 8.5rem);
  max-width: calc(100% - 8.5rem);
  margin-bottom: 0rem; 
}
@media (max-width: 87.4375em) {
  .product-gallery.vertical-slide-nav .product-gallery__large-image {
    -webkit-flex-basis: calc(100% - 6.5rem);
    -moz-flex-basis: calc(100% - 6.5rem);
    -ms-flex-preferred-size: calc(100% - 6.5rem);
    flex-basis: calc(100% - 6.5rem);
    max-width: calc(100% - 6.5rem); 
  } 
}
@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__large-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0rem; 
  } 
}
.product-gallery.vertical-slide-nav .nav-slider .slick-btn {
  font-size: 18px; 
  left: 50%;
  bottom: -2rem; 
}
@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .nav-slider .slick-btn {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .6;
  } 
}
.product-gallery.vertical-slide-nav .nav-slider .slick-prev {
    margin-left: -2.5rem; 
}
@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .nav-slider .slick-prev {
    margin-left: 0;
    left: 2rem;z-index: 50; 
  } 
}
.product-gallery.vertical-slide-nav .nav-slider .slick-next {
  margin-right: -2.5rem; 
}
@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .nav-slider .slick-next {
    margin-right: 0;
    right: 2rem;
    left: auto; 
  } 
}
.product-gallery.vertical-slide-nav .nav-slider .slick-disabled {
  opacity: 1; 
}
@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .nav-slider .slick-disabled {
    opacity: 0; 
  } 
}

.product-gallery__thumb {
  width: 450px;
  margin-left: auto;
  margin-right: auto; 
}
.product-gallery__thumb--single:not(.slick-current) {
    opacity: .4; 
}
.product-gallery__thumb .slick-btn {
  font-size: 2rem;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  color: #282828; 
}
.product-gallery__thumb .slick-btn:hover {
  color: #a5c535; 
}

.product-gallery__wrapper {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; 
}

.product-gallery__actions {
  right: 2rem;
  bottom: 5rem; 
}
.product-gallery__actions a, .product-gallery__actions button {
  margin: .5rem 1rem; }
.product-gallery__actions a i, .product-gallery__actions button i {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;text-decoration: none; 
}
.product-gallery__actions a:hover i, .product-gallery__actions button:hover i {
  color: #a5c535; 
}
.product-gallery__actions button {
    width: 3rem;
    height: 3rem; 
}

.product-gallery .nav-slider .slick-prev {
  left: -2rem; 
}
@media (max-width: 93.6875em) {
  .product-gallery .nav-slider .slick-prev {
    left: 2rem; 
  } 
}

.product-gallery .nav-slider .slick-next {
  right: -2rem; }
@media (max-width: 93.6875em) {
  .product-gallery .nav-slider .slick-next {
    right: 2rem; 
  }
}

.product-gallery .nav-slider .slick-disabled {
  opacity: 0; 
}



/*****************************
Tabs CSS
*****************************/

.product-data-tab{margin-top: 30px;}
/*-- tab style 5 --*/
 .tab-style-5 .nav-tabs {
  border-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
 .tab-style-5 .nav-link {
  margin: 0 10px;
  padding: 0;
  border: 0px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
   @media (max-width: 61.94em) {
    .tab-style-5 .nav-link {
      margin: 0 5px; } }
   @media (max-width: 47.94em) {
    .tab-style-5 .nav-link {
      margin: 10px; } }
   @media (max-width: 35.94em) {
    .tab-style-5 .nav-link {
      margin: 5px; } }
    .tab-style-5 .nav-link span {
    display: block;
    padding: 10px 30px;
    border: 1px solid #D8D8D8;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase; }
  @media (max-width: 74.9375em) {
      .tab-style-5 .nav-link span {
        padding: 15px 20px; } }
  @media (max-width: 61.94em) {
      .tab-style-5 .nav-link span {
        padding: 14px; } }
  @media (max-width: 35.94em) {
      .tab-style-5 .nav-link span {
        padding: 10px; } }
  .tab-style-5 .nav-link.active span {
    border: 1px solid #a5c535;
    color: #fff;
    background-color: #a5c535; 
}
.tab-style-5 .tab-content {
  padding-top: 20px;
}



.spec-table .table {
      margin: 0 0 40px 0;
      width: 100%;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      display: table;
      
    }
    @media screen and (max-width: 580px) {
      .spec-table .table {
        display: block;
      }
    }
    
    .spec-table .row {
      display: table-row;
      background: #f6f6f6;
      
    }
    .spec-table .row:nth-of-type(odd) {
      background: #e9e9e9;
    }
    .spec-table .row.header {
      font-weight: 400;
      line-height: 18px;
      color: #ffffff;
      background: #777;
    }
    .spec-table .row.green {
      background: #27ae60;
    }
    .spec-table .row.blue {
      background: #2980b9;
    }
    @media screen and (max-width: 580px) {
      .spec-table .row {
        padding: 14px 0 7px;
        display: block;
      }
      .spec-table .row.header {
        padding: 0;
        height: 6px;
      }
      .spec-table .row.header .cell {
        display: none;
      }
      .spec-table .row .cell {
        margin-bottom: 10px; text-align: left;border-right: none;
        
      }
      .spec-table .row .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1f1f1f;
        display: block;
      }
    }
    
    .spec-table .cell {
      padding: 6px 12px;
      display: table-cell;
      border-right: 1px solid #ccc; text-align: center;
    }
    .spec-table .cell:last-child {
      
      border-right: 0px solid #ccc;
    }
    @media screen and (max-width: 580px) {
      .spec-table .cell {
        padding: 2px 16px;
        display: block;
      }
    }

/*****************************
Shopping Cart CSS
*****************************/
    
.shopcart {
  background-color: #eee;
  
}

@media(min-width:992px) {
  .shopcart {
     
  }
}

@media(max-width:767px) {
  .shopcart {
      padding-left: 15px;
      padding-right: 15px
  }
}



.shopcart .cart-wrapper {
 
}

@media print {
  .shopcart .cart-wrapper {
      border-top: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0
  }
  .shopcart .cart-wrapper+.cart-wrapper {
      border-top: 0
  }
}



.shopcart .title {
  margin: 0
}

.shopcart .cart-block {
  position: relative;
  /*margin-bottom: 15px*/
}

.shopcart .cart-block:last-child {
  margin-bottom: 0
}

.shopcart .cart-block.cart-block-header {
  display: none;
  background-color: #fbfbfb;
  /*border-top-right-radius: 10px;
  border-top-left-radius: 10px*/
}

.shopcart .cart-block.cart-block-item {
  background-color: #fff
}

.shopcart .cart-block.cart-block-footer {
  color: #000;
  margin-top: 1px;
  background-color: #fff;
  padding: 15px 30px
}

.shopcart .cart-block.cart-block-footer.cart-block-footer-price {
  padding: 30px 30px;
  background-color: #fff
}

.shopcart .cart-block.cart-block-footer>div {
  padding: 0
}

.shopcart .cart-block.cart-block-footer>div:nth-child(1),
.shopcart .cart-block.cart-block-footer>div:nth-child(2) {
  width: 50%
}

.shopcart .cart-block.cart-block-footer>div:nth-child(2) {
  text-align: right;
 
}



.shopcart .cart-block>div {
  padding: 0 30px;
  
}

.shopcart .cart-block>div img {
  width: 100%;
  vertical-align: middle
}

.shopcart .cart-block>div.image {
  padding: 0;
  
}

.shopcart .cart-block>div.quantity,
.shopcart .cart-block>div.price {
  width: 50%;
  float: left
}
.shopcart .cart-block>div.quantity {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  
  
}



.shopcart .cart-block .title>* {
  margin: 0
}

.shopcart .cart-block .price>span {
  display: block;
  text-align: right
}

.shopcart .cart-block .price .final {
  margin: 0
}



.shopcart .cart-block .icon-delete {
  font-family: "Font Awesome 5 Free";
  
  position: absolute;
  cursor: pointer;
  padding: 5px;
  right: 10px;
  top: 0;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}

.shopcart .cart-block .icon-delete:hover {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.shopcart .cart-block .title .h4 {
  font-size: 18px;
}
.shopcart .cart-block .h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  
}
.cart-btn{margin-top: 15px;}
.cart-btn .btn {
  font-size: 16px;
  text-transform: uppercase;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px
}

@media(max-width:767px) {
  .cart-btn .btn {
      padding: 8px 16px
  }
}

.cart-btn .btn.btn-main {
  background-color: #465e24;
  float: right;
  
  
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.cart-btn .btn.btn-main:hover {
  background-color: #3a3d45
}

.cart-btn .btn.btn-main,
.cart-btn .btn.btn-main:hover,
.cart-btn .btn.btn-main:focus,
.cart-btn .btn.btn-main:active {
  color: #fff
}



.cart-btn .btn.btn-clean-dark {
  background-color: transparent;
  border-color: rgba(58, 61, 69, .5);
  color: #3a3d45 !important
}

.cart-btn .btn.btn-clean-dark:hover {
  background-color: #3a3d45;
  border-color: #3a3d45;
  color: #fff !important
}

@media(min-width:768px) {
  
  .shopcart .cart-block {
      display: table;
      width: 100%;
      margin-bottom: 1px
  }
  .shopcart .cart-block.cart-block-header {
      display: table;
      padding: 15px
  }
  .shopcart .cart-block.cart-block-header>div {
      padding: 0
  }
  
  .shopcart .cart-block>div {
      display: table-cell;
      vertical-align: middle
  }
  .shopcart .cart-block>div img {
      width: 100%;
      vertical-align: middle
  }
  .shopcart .cart-block>div:nth-child(1) {
      width: 15%
  }
  .shopcart .cart-block>div:nth-child(2) {
      width: 40%
  }
  .shopcart .cart-block>div:nth-child(3) {
      width: 15%;
      text-align: center;
  }
  .shopcart .cart-block>div:nth-child(4) {
      width: 30%
  }
  .shopcart .cart-block>div.quantity,
  .shopcart .cart-block>div.price {
      float: none
  }
  .shopcart .cart-block>div.quantity {
      text-align: center
  }
  .shopcart .cart-block .title {
      padding: 0 0 0 0px
  }
  .shopcart .cart-block .title>* {
      margin: 0
  }



  .shopcart .cart-block .price {
      padding-right: 30px
  }
  .shopcart .cart-block .price>span {
      display: block;
      text-align: right
  }
  .shopcart .cart-block .price .final {
      margin: 0;
  }
  .shopcart .cart-block .price .final {
    font-size: 24px;
    }
 
 
}
@media(max-width:1199px) {
  .shopcart .cart-block>div:nth-child(3) {
    width: 20%;
    
}
.shopcart .cart-block>div:nth-child(4) {
    width: 25%
}
}
@media(max-width:991px) {
  .shopcart .cart-block>div:nth-child(3) {
    width: 23%;
    
}
.shopcart .cart-block>div:nth-child(4) {
    width: 22%
}
.shopcart .cart-block .price .final {
  font-size: 20px;
  }
}
@media(max-width:767px) {
  .shopcart .cart-block {
      padding-bottom: 15px
  }
  .shopcart .cart-block>div {
      padding: 0 30px
  }
  .shopcart .cart-block>div img {
    text-align: center;
    
}
  .shopcart .cart-block .title {
      margin-bottom: 15px
  }
  
  .shopcart .cart-block.cart-block-footer {
      color: #000
  }
  .shopcart .cart-block.cart-block-footer>div {
      float: left
  }
  .shopcart .cart-block>div:nth-child(3) {
    width: 50%;
    
}
.shopcart .cart-block>div:nth-child(4) {
    width: 50%
}
.shopcart .cart-block .price .final {
  font-size: 24px;
  }
  .cart-btn .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}


/*****************************
Checkout Page CSS
*****************************/
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    text-decoration: none
}



span {
    display: inline-block
}














.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 30px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    background-color: #232324;
    text-transform: uppercase
}

@media (max-width:767px) {
    .main-btn {
        font-size: 13px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .main-btn {
        font-size: 14px
    }
}

.main-btn:hover {
    background-color: #a6c635;
    color: #fff
}
.single-form {
  margin-top: 25px
}

.single-form label {
  font-size: 13px;
  color: #232324;
  text-transform: uppercase;
  margin-bottom: 8px
}

.single-form input,
.single-form textarea {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  border: 1px solid #ebebeb;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 14px;
  color: #232324
}

.single-form input:focus,
.single-form textarea:focus {
  border-color: #232324
}

.single-form input+input,
.single-form textarea+input {
  margin-top: 15px
}

.single-form textarea {
  height: 120px;
  resize: none;
  padding: 10px 15px
}

.single-form .main-btn-2 {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #232324;
  line-height: 48px
}

.single-form .main-btn-2:hover {
  border-color: #232324;
  background-color: #232324;
  color: #fff
}

.single-select2 {
  margin-top: 25px
}

.single-select2 label {
  font-size: 13px;
  color: #232324;
  text-transform: uppercase;
  margin-bottom: 8px
}

.single-select2 .form-select2 {
  height: 50px;
  border-radius: 3px;
  border: 1px solid #ebebeb
}

.single-select2 .form-select2 .select2-container {
  display: block;
  width: 100% !important
}

.single-select2 .form-select2 .select2-container .selection {
  display: block;
  width: 100%
}

.single-select2 .form-select2 .select2-container .selection .select2-selection {
  width: 100%;
  border-radius: 0;
  border: 0
}

.single-select2 .form-select2 .select2-container .selection .select2-selection:focus {
  outline: 0
}

.single-select2 .form-select2 .select2-container .selection .select2-selection .select2-selection__rendered {
  line-height: 48px;
  padding-left: 15px;
  font-size: 14px;
  color: #232324
}

.single-select2 .form-select2 .select2-container .selection .select2-selection .select2-selection__arrow {
  height: 48px;
  right: 10px
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: 14px
}

.checkbox input[type=checkbox] {
  display: none
}

.checkbox input[type=checkbox]+label {
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #8a8a8a
}

.checkbox input[type=checkbox]+label span {
  width: 16px;
  height: 16px;
  border: 1px solid #8a8a8a;
  position: relative;
  border-radius: 3px;
  top: 5px;
  margin-right: 5px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.checkbox input[type=checkbox]+label span::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 12px;
  color: #232324;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  top: -5px;
  left: 2px;
  opacity: 0;
  visibility: hidden
}

.checkbox input[type=checkbox]:checked+label span {
  background-color: #ef5619;
  border-color: #ef5619
}

.checkbox input[type=checkbox]:checked+label span::before {
  color: #fff;
  opacity: 1;
  visibility: visible
}

.radio input[type=radio] {
  display: none
}

.radio input[type=radio]+label {
  margin-bottom: 0;
  font-size: 14px;
  color: #232324;
  text-transform: uppercase
}

.radio input[type=radio]+label span {
  width: 13px;
  height: 13px;
  border: 1px solid #232324;
  border-radius: 50%;
  position: relative;
  margin-right: 5px
}

.radio input[type=radio]+label span::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #232324;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  -o-transform: scale(.7);
  transform: scale(.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.radio input[type=radio]:checked+label span::before {
  opacity: 1;
  visibility: visible
}

.approvalBx{
  width: 100%;
  display: flex;
  justify-content: center;
}
.approvalBx li{
  
  float: left;
  padding: 15px 25px 0 25px;
}










.checkout-page{
  background-color: #eee;}
  .checkout-title .title {
   font-size: 20px;
   color: #232324;
   position: relative}
  .checkout-title .title::after {
   content: "";
   width: 50px;
   display: block;
   margin-top: 10px;
   border-bottom-width: 2px;
   border-bottom-style: solid;
   border-color: inherit}
   .checkout-form{background-color: #fff;padding: 30px;}
  .checkout-form .checkbox {
   margin-top: 25px}
  .checkout-form .checkbox input[type=checkbox]+label {
   color: #232324}
  .checkout-form .checkbox input[type=checkbox]+label span {
   border: 1px solid #232324;
   border-radius: 0;}
  .checkout-form .checkbox input[type=checkbox]:checked+label span {
   background-color: #a6c635;
   border-color: #a6c635}
  .checkout-form .checkbox input[type=checkbox]:checked+label span::before {
   color: #fff;
   opacity: 1;
   visibility: visible}
  .checkout-form .checkout-account {
   display: none}
  .checkout-form .checkout-shipping {
   display: none}
  .checkout-form .checkout-note textarea {
   background-color: #f7f7f7;
   border-color: #ebebeb;
   height: 120px}
  .checkout-review-order {
   /*border: 2px solid #ebebeb;*/
   padding: 30px;
   background-color: #fff;}

 @media (max-width:767px) {
   .checkout-review-order {
     padding: 20px;
    margin-top: 20px;}
 }
@media only screen and (min-width:576px) and (max-width:767px) {
  .checkout-review-order {
      padding: 40px}
 }
.checkout-review-order .table {
     margin-bottom: 0}
.checkout-review-order .table thead tr th {
     padding: 10px 0;
     border-top: 0;
     border-bottom: 1px solid #ebebeb;
     font-weight: 400;
     font-size: 14px;
     color: #232324;
     vertical-align: middle}
.checkout-review-order .table thead tr th.Product-price {
  text-align: right}
.checkout-review-order .table tbody tr td {
  padding: 5px 0;
  border-top: 0;
  vertical-align: middle}
.checkout-review-order .table tbody tr td p {
  font-weight: 400;
  font-size: 14px;
  color: #232324}
.checkout-review-order .table tbody tr td.Product-price {
  text-align: right}
.checkout-review-order .table tbody tr:first-child td {
  padding-top: 20px}
.checkout-review-order .table tbody tr:last-child td {
  padding-bottom: 20px}
.checkout-review-order .table tfoot tr td {
  padding: 10px 0;
  vertical-align: middle}
.checkout-review-order .table tfoot tr td p {
  font-weight: 400;
  font-size: 14px;
  color: #232324}
.checkout-review-order .table tfoot tr td.Product-price {
  text-align: right}
.checkout-review-order .table tfoot tr td.total-price {
  text-align: right}
.checkout-review-order .table tfoot tr td.total-price p {
  font-size: 18px}
.checkout-payment {
  margin-top: 30px}
.checkout-payment .single-payment .payment-radio label .payment {
  width: 140px;
  padding: 0 2px}
.checkout-payment .single-payment .payment-radio label a {
  color: #232324;
  text-decoration: underline;
  text-transform: capitalize}
.checkout-payment .single-payment .payment-radio .payment-details {
  display: none;
  padding: 5px 0}
.checkout-payment .single-payment .payment-radio .payment-details p {
  font-size: 14px;
  color: #8a8a8a;
  margin: 0;}
.checkout-payment .checkout-btn {
  margin-top: 20px}

  
