@font-face {
  font-family: "Univers";
  src: url("fonts/Univers-Bold.woff2") format("woff2"), url("fonts/Univers-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers";
  src: url("fonts/Univers-Light.woff2") format("woff2"), url("fonts/Univers-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers";
  src: url("fonts/Univers.woff2") format("woff2"), url("fonts/Univers.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers Condensed";
  src: url("fonts/Univers-BoldCondensed.woff2") format("woff2"), url("fonts/Univers-BoldCondensed.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers Condensed";
  src: url("fonts/Univers-Condensed.woff2") format("woff2"), url("fonts/Univers-Condensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Univers Condensed";
  margin: 0;
  font-size: 17px;
}

a {
  text-decoration: none;
  color: #000;
}

.site-header {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1em;
  display: flex;
  justify-content: space-between;
}

.site-identity h1 {
  font-size: 1.5em;
  margin: 0.6em 0;
  display: inline-block;
}

.site-navigation ul,
.site-navigation li {
  margin: 0;
  padding: 0;
}

.site-navigation li {
  display: inline-block;
  margin: 1.4em 1em 1em 1em;
}

.icon-box1 {
  background: #f4f6fc;
  border-radius: 10px;
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 15px;
}

.description-data p {
  text-align: justify;
  font-size: 17px;
  color: black;
  line-height: 1.8;
}

.features-sec {
  border-top: 3px solid #000;
  padding: 40px 0 20px;
}

.features-sec ul {
  list-style: none;
  display: flex;
  gap: 10px;
  padding-left: 0;
}

.features-sec ul li {
  text-align: center;
  padding: 10px;
  width: -webkit-fill-available;
  border: 1px solid #eee;
}

.features-sec ul li img {
  width: 80px;
  margin-bottom: 15px;
}

.features-sec ul li p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0;
}

.features-sec ul li:first-child h2 {
  font-size: 84px;
  color: #7ed957;
  font-family: impact;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 25px;
}

.features-sec ul li.exp p:first-child {
  font-weight: bold !important;
}

.quality-matters {
  background: #f1f1f1;
  padding: 80px 0;
  text-align: center;
}

.quality-matters p {
  font-size: 17px;
  line-height: 1.6;
  text-align: left;
}

.quality-matters .flag-points {
  list-style: none;
  padding-left: 0;
}

.quality-matters .flag-points ul {
  padding-left: 0;
  margin-top: 40px;
}

.quality-matters .flag-points ul li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.quality-matters .flag-points li img {
  width: 50px;
  height: 50px;
}

.quality-matters .flag-points li p {
  font-weight: normal;
  line-height: 1.3;
}

.quality-matters .qm-heading h2 {
  color: #7ed957;
  font-size: 50px;
  text-align: center;
  margin-bottom: 30px;
}

.quality-matters .qm-heading h2:nth-child(2) {
  color: #000000;
  font-size: 44px;
}

.quality-matters .qm-heading img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.know-your-product {
  padding: 80px 0;
  background: #f1f1f1;
  border-top: 10px solid #fff;
  text-align: center;
}

.know-your-product h2 {
  font-size: 40px;
  text-align: center;
  color: #000000;
}

.kyp-content p:first-child {
  text-align: left;
  margin-bottom: 17px;
}

.kyp-content {
  margin: 20px 0;
  position: relative;
  padding: 15px;
}

.kyp-content:before {
  content: "";
  background: url(../images/green-line1.png);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  background-size: cover;
}

.kyp-content::after {
  content: "";
  background: url(../images/green-line2.png);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 34px;
  background-size: cover;
}

.kyp-content p {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}

.kyp-cpntent p:nth-child(2) {
  text-align: right !important;
  margin-bottom: 0;
}

.kyp-content p:last-child {
  text-align: right;
}

.client-engagment {
  padding: 80px 0;
}

.client-engagment h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}

.client-engagment p {
  text-align: center;
  margin-bottom: 40px;
}

.img-content-box {
  position: relative;
  margin-bottom: 30px;
}

.img-content-box .img-cont {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 30px 0;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}

.img-content-box .img-cont div {
  background: rgba(255, 255, 255, 0.862745098);
  width: 200px;
  padding: 12px;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  color: black;
  margin: 0 auto;
  margin-bottom: 10px;
}

.img-content-box img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.bg-brown {
  background: #2c291d;
}

.project-carousel .title_sections h2 {
  font-size: 40px !important;
  text-align: left;
}

.project-carousel .title_sections img {
  width: 300px;
  float: left;
  margin-top: -10px;
}

.footer_area {
  background: url(../images/footer-bg-new.png);
  background-size: cover;
}

.top a {
  color: #4a4e56;
}

.volume-btn {
  position: absolute;
  bottom: 50px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 3px solid #ccc;
  box-shadow: 0 0 0 3px #999999;
}

#videoElement {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
}

.download-btn {
  position: relative;
  top: -6px;
  right: 10px;
  font-size: 15px;
}

.mobile-btn {
  display: block;
  background: transparent;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99;
  font-weight: 700;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
}

.mobile-btn .col-6 {
  padding: 0px !important;
}

.mobile-btn a.ph-btn {
  font-weight: 100;
  text-align: center;
  font-size: 16px;
  float: left;
  padding: 8px 0px;
  width: 100%;
  display: block;
  text-decoration: none;
  background: #3165b3 !important;
  color: #ffffff;
  font-family: "Source Sans Pro";
}

.mobile-btn a.ph-btn i {
  margin-right: 7px;
}

.mobile-btn a.ph-btn.ph-btn2 {
  background: #22a234 !important;
}

.mobile-btn a.ph-btn.ph-btn3 {
  background: #000 !important;
}

.btnicon-whatsapp {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #2ac902;
  right: 20px;
  position: fixed;
  bottom: 190px;
  margin-left: 10px;
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  z-index: 9999;
}

.btnicon-whatsapp i {
  color: #fff;
}

.btnicon-call {
  width: 40px;
  height: 40px;
  right: 20px;
  border-radius: 100%;
  background-color: #326694;
  position: fixed;
  bottom: 120px;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  z-index: 9999;
}

.btnicon-call i {
  color: #fff;
}

.download-btn {
  color: #2ac902;
  background: transparent;
  border: 1px solid #2ac902;
}

.icon {
  width: 100%;
}

.icon.clr-blue img {
  width: 100%;
}

.icon.clr-red img {
  width: 100%;
}

.product-content ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  -moz-column-count: 4;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.product-content ul li {
  background: transparent;
  border: 1px solid #eeeeee;
  padding: 15px;
  width: 22%;
}

.text-green {
  color: #61af3f !important;;
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */