@import url("https://fonts.googleapis.com/css2?family=Hind&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-height: 999999px;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  font-family: "Hind", sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

section h2 > span {
  padding: 0 20px;
  position: relative;
}
section h2 > span::before {
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  transform: skew(20deg);
  content: "";
  z-index: 9;
  border-left: 10px solid #f6de5c;
  border-right: 10px solid #f6de5c;
  right: 100%;
  left: -25px;
}
section h2 > span::after {
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  transform: skew(20deg);
  content: "";
  z-index: 9;
  border-left: 10px solid #f6de5c;
  border-right: 10px solid #f6de5c;
  right: -25px;
  left: 100%;
}

section.secondary h2 > span::before {
  border-left: 10px solid #07af46;
  border-right: 10px solid #07af46;
  right: 100%;
  left: -25px;
}
section.secondary h2 > span::after {
  border-left: 10px solid #07af46;
  border-right: 10px solid #07af46;
  right: -25px;
  left: 100%;
}

.slider:not(.customer-logos) {
  background-color: #efefef;
  height: 750px;
  position: relative;
}
.slider:not(.customer-logos) .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
  background-position: center;
  background-size: cover;
}
.slider:not(.customer-logos) .slide.active {
  opacity: 1;
}
.slider:not(.customer-logos) .arrow {
  position: absolute;
  background: rgba(246, 222, 92, 0.866666667);
  color: #fff;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  display: flex;
  width: 40px;
  height: 40px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.4s ease;
}
.slider:not(.customer-logos) .arrow.arrow-right {
  left: auto;
  right: 20px;
}
.slider:not(.customer-logos) .arrow:hover {
  background: #f6de5c;
}
.slider:not(.customer-logos) .card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px;
}
.slider:not(.customer-logos) .card h1 {
  font-size: 2.7rem;
  font-weight: bold;
  text-transform: uppercase;
}
.slider:not(.customer-logos) .card p {
  font-size: 22px;
  color: #ccc;
}
.slider:not(.customer-logos).secondary .arrow {
  background: rgba(7, 175, 70, 0.866666667);
}
.slider:not(.customer-logos).secondary .arrow:hover {
  background: #07af46;
}

@media (max-width: 767.98px) {
  .slider .arrow {
    left: 5px;
  }
  .slider .arrow.arrow-right {
    left: auto;
    right: 5px;
  }
  .slider:not(.customer-logos) {
    height: 550px;
  }
}
.only-mobile-nav-item {
  display: none;
}

nav {
  background: rgba(0, 0, 0, 0.8);
  height: 80px;
  width: 100%;
  z-index: 9999;
  user-select: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
nav .nav > a {
  float: left;
}
nav .logo-container {
  display: flex;
  flex-direction: row;
}
nav .logo-container img.logo {
  max-height: 40px;
  margin-top: 20px;
  border-radius: 5px;
}
nav .logo-container .text {
  margin-top: 20px;
  margin-left: 10px;
  line-height: 1;
}
nav .logo-container .text h2 {
  text-transform: uppercase;
  color: #FFF;
}
nav .logo-container .text h3 {
  color: rgb(175.3197674419, 149.5058139535, 9.6802325581);
}
nav ul {
  float: right;
  touch-action: none;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
  position: relative;
}
nav ul li .fa-chevron-down {
  font-size: 0.6em;
}
nav ul li a {
  color: #f6de5c;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
nav ul li a.active, nav ul li a:hover {
  background: #000;
  color: #fff;
  transition: 0.5s;
}
nav ul li:hover .dropdown {
  display: block;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  color: #000;
}
nav ul li:hover .dropdown li a {
  text-transform: capitalize;
}
nav .checkbtn {
  font-size: 30px;
  color: #f6de5c;
  float: right;
  margin-left: 40px;
  cursor: pointer;
  display: none;
  margin-top: 20px;
}
nav #check {
  display: none;
}
nav .dropdown {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 15px 0;
  left: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  animation: dropdown-animation 0.4s ease forwards;
}
nav .dropdown ul {
  float: none;
}
nav .dropdown ul li {
  display: block;
  line-height: 1;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
nav .dropdown ul li a {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 10px 25px;
}

nav.secondary .text {
  color: #07af46;
}
nav.secondary .logo-container .text h3 {
  color: rgb(4.45, 111.25, 44.5);
}
nav.secondary .checkbtn {
  color: #07af46;
}
nav.secondary ul li a {
  color: #07af46;
}
nav.secondary ul li a.active, nav.secondary ul li a:hover {
  color: #fff;
}

@keyframes dropdown-animation {
  0% {
    margin-top: 10px;
    opacity: 0;
  }
  100% {
    margin-top: -10px;
    opacity: 1;
  }
}
@media (max-width: 952px) {
  nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 858px) {
  nav .checkbtn {
    display: block;
    float: right;
  }
  nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    top: 80px;
    right: -100%;
    text-align: center;
    transition: all 0.5s;
    touch-action: none;
    z-index: 9999;
  }
  nav ul li {
    display: block;
    line-height: 30px;
  }
  nav ul li a {
    display: block;
    padding: 40px 0;
    font-size: 20px;
  }
  nav ul li a:hover, nav ul li a.active {
    background: #000;
    color: #fff;
  }
  nav #check:checked ~ ul {
    right: 0;
  }
  nav #nav-items {
    background-color: rgba(0, 0, 0, 0.8);
  }
  nav #nav-items li {
    margin: 0;
  }
  nav #nav-items li a.active {
    background-color: #000;
    display: block;
  }
  .dropdown-item {
    display: none;
  }
  .only-mobile-nav-item {
    display: block;
  }
}
section {
  background: #000;
  color: #fff;
}

.equipment-section {
  padding: 50px 0;
  text-align: center;
}
.equipment-section:nth-child(2n) {
  background: #111;
}
.equipment-section h2 {
  margin-bottom: 30px;
}

footer {
  background-color: #11110f;
}
footer .contacts {
  text-align: center;
  padding: 10px 0;
  background-color: #0e0e0c;
}
footer .contacts a {
  color: #fff;
}
footer .contacts a i {
  color: #f6de5c;
  margin-right: 5px;
}
footer .copyright {
  padding: 20px 0;
}
footer .copyright img {
  max-height: 30px;
  margin-top: 10px;
}
footer .copyright h4 {
  color: #eee;
  text-align: right;
  font-weight: normal;
  margin-top: 13px;
}
footer .copyright h4 a {
  color: #f6de5c;
}
footer .credit {
  background: #000;
  text-align: center;
  padding: 10px 0;
}
footer .credit span {
  color: #fff;
}
footer .credit span a {
  color: #07af46;
  font-weight: bold;
}

footer.secondary .contacts a i {
  color: #07af46 !important;
}
footer.secondary .copyright h4 a {
  color: #07af46 !important;
}

@media (max-width: 575.98px) {
  footer {
    text-align: center;
  }
  footer h4 {
    text-align: center !important;
    margin-top: 5px;
  }
}
@media (max-width: 767.98px) {
  .about-us p {
    font-size: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .about-us .text p {
    font-size: 1rem !important;
  }
  .about-us .text h3 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 991.98px) {
  section.about-us {
    padding-bottom: 10px;
  }
}
section {
  padding: 200px 0;
}
section .construction {
  font-size: 40px;
  text-align: center;
  color: #f6de5c;
}

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