.services-section .top-services {
  padding: 30px 30px 15px 43px;
}

.services-section .top-services h3 {
  font-family: ProximaNova-Extrabld, Arial, Helvetica, sans-serif;
  color: #DBB57F;
  font-size: 37px;
  line-height: 41px;
}

.services-section .top-services h3 span {
  color: #000000;
  display: block;
}

@media (max-width: 767px) {
  .services-section .top-services h3 {
    font-size: 26px;
    line-height: 31px;
  }
}

.services-section .top-services p strong {
  font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
  .services-section .top-services {
    font-size: 26px;
    line-height: 31px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1240px) {
  .services-section {
    padding-bottom: 20px;
  }
}

.products-section {
  background: #1E1E1E;
  padding-top: 20px;
  padding-bottom: 10px;
}

.products-section .home-products {
  width: 80%;
  position: relative;
  margin: 0 auto 30px;
}

.products-section .home-products a {
  display: block;
  text-align: center;
  color: #fff;
  font-family: BebasNeue-Regular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
}

.products-section .home-products a:hover {
  color: #DBB57F;
}

.products-section .home-products .owl-nav button {
  position: absolute;
  top: 1px;
  transition: all .3s;
}

.products-section .home-products .owl-nav button.owl-prev {
  left: -30px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-right: 18px solid #fff;
  border-bottom: 11px solid transparent;
}

.products-section .home-products .owl-nav button.owl-next {
  right: -30px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 18px solid #fff;
  border-bottom: 11px solid transparent;
}

.products-section .home-products .owl-nav button span {
  display: none;
}

.products-section .home-products .owl-nav button:focus {
  outline: 0;
}

.products-section .home-products .owl-nav button:hover {
  outline: 0;
}

.products-section .home-products .owl-nav button:hover.owl-prev {
  border-right: 18px solid #DBB57F;
}

.products-section .home-products .owl-nav button:hover.owl-next {
  border-left: 18px solid #DBB57F;
}

.products-section .item.current a {
  color: #DBB57F !important;
}

.products-section .tab-content {
  display: none;
}

.products-section .tab-content.current {
  display: inherit;
}

.products-section .tab-content .tab-inner {
  display: flex;
  align-items: flex-start;
  min-height: 378px;
  position: relative;
}

.products-section .tab-content .tab-inner .left {
  width: 55%;
}

.products-section .tab-content .tab-inner .left img {
  max-width: 100%;
  display: block;
  height: auto;
  border: 1px solid #707070;
}

.products-section .tab-content .tab-inner .right {
  width: 45%;
  padding-left: 40px;
  padding-right: 20px;
}

.products-section .tab-content .tab-inner .right .main-btn {
  width: 110px;
}

@media (max-width: 1240px) {
  .products-section .tab-content .tab-inner {
    min-height: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .products-section .tab-content .tab-inner .title-2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .products-section .inner {
    height: auto;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 27px;
  }
  .products-section .tab-content .tab-inner {
    flex-direction: column;
    padding: 20px 20px 0;
  }
  .products-section .tab-content .tab-inner :is(.left, .right) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=services.css.map */

/*# sourceMappingURL=services.css.map */
