:root {
  --greenColor:#139487;
  --blackColor: #212121;
}

body {
  overflow-x: hidden !important;
}

img {
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}

ul {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.bg-grey {
  background-color: #EBEBEB;
}

.bg-green {
  background-color: var(--greenColor);
}

.bg-dark {
  background-color: var(--blackColor) !important;
}

.btn-green {
  color: #ffffff;
  background-color: var(--greenColor);
  border-color: var(--greenColor);
}

.btn-green:hover {
  color: #ffffff;
  background-color: #14ad9d;
}

.text-green {
  color: var(--greenColor) !important;
}

.text-dark {
  color: var(--blackColor) !important;
}

.bg-darkgrey {
  background-color: #2A2A2A;
}

.p-40 {
  padding: 40px;
}

.border-green {
  border-color: var(--greenColor) !important;
}

.z-9 {
  z-index: 999;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--blackColor);
}

.home-banner .card-img-overlay h5 {
  background-color: #ffffffd6;
  display: inline-flex;
  align-items: center;
  color: #000;
}

.home-banner .card-img-overlay {
  top: 18%;
  left: 17%;
}

.home-banner {
  overflow-x: hidden;
}

.mySwiper-1 {
  position: relative;
  width: 100%;
  height: 100%;
}

.mySwiper-1 .swiper-slide img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.mySwiper-1 .swiper-pagination-bullet {
  width: 122px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: 0.2;
}

.mySwiper-1 .swiper-pagination-bullet-active {
  background: var(--greenColor) !important;
}

.mySwiper-1 .swiper-pagination-bullet {
  width: 7%;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}

.mySwiper-1 .swiper-pagination {
  transform: translate3d(-8%, 0, 0);
  text-align: right;
}

.slider_title {
  background: #ffffffc4;
  color: #000;
  padding: 20px;
  margin: 0px;
}

.box {
  width: 270px;
  height: 270px;
  background: var(--blackColor);
  position: absolute;
  right: -10px;
  bottom: -20px;
  z-index: -1;
}

.animation-content {
  position: relative;
}

.animation-content .item:hover {
  background: transparent;
  transform: translateX(-16px);
  transition: transform 0.2s, background-color 0.2s;
}

.animation-content .item:hover img {
  opacity: 1 !important;
}

.image-hover ul li {
  display: inline;
}

.mydiv {
  display: none;
  text-align: center;
}

.mydiv img {
  min-height: 1930px;
  opacity: 0.1;
}

footer ul li a, footer ul li a:hover {
  color: #fff;
}

footer .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

footer .form-control::-webkit-input-placeholder {
  color: #fff;
}

footer .form-control:-ms-input-placeholder {
  color: #fff;
}

.min-250 {
  min-height: 250px;
}

.navbar-light .navbar-toggler {
  color: transparent;
}

.product-pills .nav-link {
  color: #cccc;
  font-size: 16px;
  width: 75%;
  text-align: left;
}

.product-pills .nav-pills .nav-link.active, .product-pills .nav-pills .show > .nav-link {
  color: #152447;
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.sidebar ul li a {
  color: #212121;
}

.sidebar ul li a:hover {
  color: #139487;
  text-decoration: underline !important;
}

.img-gradient {
  position: relative;
}

.img-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #000000de;
}

.img-gradient img {
  display: block;
}

/* -------- Mause  -------*/
.cursor {
  position: fixed;
  width: 0;
  height: 0;
  border-radius: 50%;
}

.mouse-area ul li:hover ~ .cursor {
  width: 60px;
  height: 60px;
  border: 2px solid #dddddd;
  transform: translate(15%, 25%);
  pointer-events: none;
  transition: width 0.2s, height 0.2s;
  background: #ffd;
}

@media screen and (max-width: 567px) {
  .home-banner .card-img-overlay h5 {
    flex-wrap: wrap;
    padding: 5px;
    font-size: 12px;
  }

  .home-banner .card-img-overlay {
    top: 5%;
    left: 0;
  }

  .home-banner .card-img-overlay h2 {
    font-size: 15px;
    width: 100% !important;
  }

  .banner h4 {
    font-size: 16px;
  }

  .product-pills .nav-pills {
    display: flex;
    flex-wrap: nowrap;
  }

  .navbar-brand img {
    width: 160px;
  }
}
.mouse-area .image-hover {
  overflow-y: hidden;
  height: 1200px;
}

/* ---------------------- */
*, *::before, *::after {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: 0;
  text-rendering: optimizeLegibility;
}

blockquote {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main, header, aside, img {
  display: block;
}

input:not([type=checkbox]):not([type=radio]), textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  z-index: -100;
  opacity: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

hr {
  flex-basis: 100%;
  height: 0;
}

.type08 {
  background-color: #3c3e42;
  padding: 0 0 200px 0;
}

.type08 .sectionImgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.2s;
  filter: grayscale(100%);
}

.type08 .sectionImgContainer.on {
  opacity: 0.05;
}

.type08 .grid-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.type08 .leftSide {
  width: calc(100% - 692px);
  padding: 260px 0 0 0;
}

.type08 .leftSide > h3 {
  width: 350px;
  margin-bottom: 45px;
}

.type08 .leftSide > p {
  width: 460px;
  margin-bottom: 80px;
}

.type08 .leftSide .relatedLinks .f-header {
  display: inline-flex;
  line-height: 11px;
}

.type08 .leftSide .relatedLinks ul {
  margin-top: 28px;
}

.type08 .leftSide .relatedLinks ul li {
  display: table;
  margin-top: 16px;
  line-height: 13px;
  transition: transform 0.2s;
}

.type08 .leftSide .relatedLinks ul li:hover {
  transform: translateX(5px);
}

.type08 .leftSide .relatedLinks ul li:first-child {
  margin-top: 0;
}

.type08 .rightSide {
  width: 692px;
  padding: 200px 0 0 0;
}

.type08 .rightSide .f-item {
  z-index: 2;
  display: block;
  margin: 0 0 32px 0;
  border: 1px solid #5b5c61;
  /*
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: red;
  */
  text-decoration: none;
  transition: transform 0.2s, background-color 0.2s;
}

.type08 .rightSide .f-item:last-child {
  margin: 0 0 0 0;
}

.type08 .rightSide .f-item .itemImgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  opacity: 0.2;
  transition: opacity 0.3s;
}

.type08 .rightSide .f-item .f-mouseMover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.type08 .rightSide .f-item .f-mouseMover .f-moreInfo {
  position: absolute;
  display: flex;
  width: 120px;
  height: 120px;
  padding: 0 20px 0 20px;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  opacity: 0;
}

.product-pills .card:hover {
  background: var(--greenColor);
}

.product-pills .card:hover i, .product-pills .card:hover h5 {
  color: #fff !important;
}

.product-pills .card:hover path {
  fill: #fff !important;
}

@media all and (min-width: 1250px) and (max-width: 1679px) {
  .type08.onScreen .leftSide {
    position: fixed;
    top: 0;
  }

  .type08.onScreen .rightSide {
    left: calc(100% - 692px);
  }

  .type08.onBottomOfScreen .leftSide {
    position: absolute;
    top: auto;
    bottom: 20px;
  }

  .type08.onScreen .rightSide {
    left: calc(100% - 594px);
  }
}
@media all and (min-width: 1680px) {
  .type08.onScreen .leftSide {
    position: fixed;
    top: 0;
  }

  .type08.onScreen .rightSide {
    left: calc(100% - 692px);
  }

  .type08.onBottomOfScreen .leftSide {
    position: absolute;
    top: auto;
    bottom: 20px;
  }
}