/* @import url('https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css'); */

body {
  background-color: #f2f3f5 !important;
  font-family: Yantramanav, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  text-transform: none;
  font-style: normal;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

h1 {
  font-family: Yantramanav, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0;
  color: #04080d;
  font-style: normal;
}

a {
  color: #19232b;
  text-decoration: none;
  outline: none;
  background-color: transparent;
}

.logo {
  height: 100%;
  width: 100%;
  max-height: 100px;
}

.logo-h1 {
  height: 125px;
}

.info-header-box-1 {
  margin-right: 40px;
  padding: 10px 0 10px 60px;
}

.navigation-top-menu::before {
  content: '';
  position: absolute;
  right: 0;
  height: 70px;
  width: 2000px;
  background-color: #a88052;
}

.navigation-right-menu::after {
  position: absolute;
  content: "";
  left: 0;
  height: 70px;
  width: 2000px;
  z-index: -1;
  background-color: #19232b;
  line-height: 70px;
}

.subtitle-h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #a88052;

}

.styled-title {
  color: #04080D;
  font-family: "Herr Von Muellerhoff", Sans-serif;
  font-size: 46px;
  font-weight: 500;
  font-style: normal;
  line-height: 46px;
  letter-spacing: 1.2px;
  word-spacing: 0px;
  margin-bottom: 0;
}


.expertise-sectio::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  /* z-index: 1; */

}

.expertise-section-left-div::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  /* z-index: 1; */
}


.stretched-div::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  /* z-index: 1; */
}

.stretched-left::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #a88052;
  width: 80px;
  height: 100%;
}

.div-before::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  /* z-index: 1; */
}

.steps-title::before {
  content: "0" counter(dsvybox1) ".";
  counter-increment: dsvybox1;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  font-weight: 700;
  color: #a88052;
}

.steps-content-div-odd::after {
  background: url("/assets/images/go-down.webp") no-repeat;
  position: absolute;
  content: "";
  top: 20%;
  right: 15%;
  display: block;
  width: 86px;
  height: 15px;
  /* z-index: 1; */
}

.steps-content-div-even::after {
  background: url("/assets/images/go-up.webp") no-repeat;
  position: absolute;
  content: "";
  top: 20%;
  right: 15%;
  display: block;
  width: 86px;
  height: 15px;
  /* z-index: 1; */
}

@media (max-width: 1024px) {
  .steps-content-div-odd::after {
    background: none;
  }

  .steps-content-div-even::after {
    background: none;
  }
}

.engineer-count-div::after {
  position: absolute;
  content: '';
  top: -16px;
  left: 46px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 17px solid #a88052;
}

.site-footer::before {
  background-color: #19232b;
}