
@font-face {
  font-family: 'FuturaBQ';
  src: url(../fonts/FuturaBQ-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'FuturaBQ';
  src: url(../fonts/FuturaBQ-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none !important;
  font-family: 'FuturaBQ', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
  font-family: 'FuturaBQ', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

/* Top Navbar */

.top-nav {
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.item-flex {
  display: flex;
  align-items: center;
  justify-content: end;
}

.item-flex li {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.item-flex li a {
  color: #fff;
  transition: 0.3s ease;
  /* font-weight: 300; */
  font-size: 16px;
}

.item-flex li a:hover {
  color: #FFEC3E;
}

.item-flex li a img {
  width: 22px;
  margin-right: 10px;
}

.item-flex li:first-child {
  margin: 0;
}

.social ul {
  display: flex;
  justify-content: flex-end;
}

.social li {
  margin-left: 30px;
}

.social li:first-child {
  margin-left: 0;
}

.social li a {
  color: #fff;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  z-index: 9;
}

/* Navbar */

.header-main {
  width: 100%;
  display: flex;
  /* padding: 8px 0 0 0; */
  /* position: relative; */
}

.header-top-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0px;
}

.logo a img {
  width: 100%;
}

.invisi-logo {
  background-color: rgb(240, 240, 240);
  text-align: center;
  padding: 10px 0;
  display: none;
}

.invisi-logo img {
  border-radius: 10px 10px 0 0;
  width: 180px;
}

header {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 99; */
  /* background-color: #0A0A0A; */
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

/* New Drop-down Menu */

nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-toggle {
  position: absolute;
  right: 0px;
  top: 35px;
  font-size: 24px;
  color: #912524;
  cursor: pointer;
  display: none;
  z-index: 1100;
}

.menu-toggle.active::before {
  content: "\2715";
}

.menu-toggle::before {
  content: "\2630";
}

ul.menus {
  list-style: none;
  display: flex;
  align-items: center;
}

ul.menus li {
  position: relative;
}

ul.menus li a {
  color: #1a1a1a;
  padding: 20px 12px 20px 12px;
  display: block;
  font-size: 19px;
  transition: 0.4s all ease;
  position: relative;
  /* font-weight: 300; */
}

.menu-chev {
  width: 21px;
  fill: #242424;
  position: relative;
  top: -1px;
}

ul.menus li a:hover {
  transition: 0.3s;
  color: #A60838;
}

ul.menus ul {
  display: none;
  position: absolute;
  background: #444;
  top: 100%;
  left: 0;
  min-width: 260px;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

ul.menus ul ul {
  left: 100%;
  top: 0;
}

ul.menus li:hover>ul {
  display: block;
}

.submenu-toggle {
  display: none;
  position: absolute;
  right: 16px;
  top: 10px;
  cursor: pointer;
  color: #000;
  font-size: 14px;
}

ul.menus ul li a:hover {
  background-color: #A60838;
  color: #fff !important;
}

ul.menus ul ul li a {
  width: 260px;
}

.in-pro {
  background-color: #fff !important;
  /* border-top: 2px solid #008541; */
  transition: 0.4s ease all;
}

.in-pro li a {
  color: #1a1a1a !important;
  padding: 7px 16px !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  font-size: 17px !important;
  font-weight: 400 !important;
}

.in-pro li {
  border-bottom: 1px solid #e9e9e9;
}

.in-pro li:last-child {
  border-bottom: none;
}

.in-pro li a svg {
  width: 17px;
  height: 17px;
  fill: #000;
  position: relative;
  left: 6px;
}

.in-pro li a:hover svg {
  fill: #fff !important;
}

ul.menus li:last-child a {
  padding-right: 0;
}

ul.menus li:first-child a {
  padding-left: 0;
}

/* New Drop-down Menu End */

/* Banner Css */

#banner {
  position: relative;
  overflow: hidden;
}

/* Swiper height */
.heroSwiper,
.swiper-slide {
  height: 90vh;
  max-height: 750px;
  min-height: 420px;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s ease;
}

/* Zoom ONLY on active slide */
.swiper-slide-active .hero-img {
  transform: scale(1.08);
}

/* ❌ First slide (LCP) no zoom */
.swiper-slide:first-child .hero-img {
  transform: scale(1) !important;
}

/* Overlay */
.swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 1;
}

/* Content */
.hero-content {
  position: absolute;
  z-index: 2;
  left: 23%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/* Text initial state */

.hero-content .welto {
  opacity: 0;
  transform: translateX(50px);
}

.hero-content .ferro-c,
.hero-content p {
  opacity: 0;
  transform: translateY(30px);
}

/* ONE BY ONE animation */
.swiper-slide-active .welto {
  animation: fadeUp .8s ease .3s forwards;
}

.swiper-slide-active .ferro-c {
  animation: fadeUp .8s ease .7s forwards;
}

.swiper-slide-active p {
  animation: fadeUp .8s ease 1.1s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Text size */
.hero-content .welto {
  font-size: 30px;
  /* padding-bottom: 10px; */
  font-weight: 500;
}

.hero-content .ferro-c {
  font-size: 52px;
  padding-bottom: 5px;
  font-weight: 500;
}

.hero-content p {
  font-size: 22px;
  max-width: 500px;
  font-weight: 300;
}

/* Mobile */
@media(max-width:768px) {

  .heroSwiper,
  .swiper-slide {
    height: 420px;
  }

  .hero-content .ferro-c {
    font-size: 32px
  }

  .hero-content .welto {
    font-size: 20px
  }

  .hero-content p {
    font-size: 16px
  }
}

/* About Us */

.about-us {
  position: relative;
  padding-bottom: 60px;
  background-color: #FFEC3E;
  overflow-x: hidden;
}

.abo-img img {
  width: 80%;
}

/* Button Animation */

.abo-detail h1 {
  text-transform: uppercase;
  /* font-weight: 700; */
  font-size: 55px;
}

.abo-btn {
  text-align: left;
}

.nich-abt {
  display: none;
}

.abo-btn a {
  color: #000;
  border: 2px solid #000;
  padding: 10px 20px;
  margin-top: 40px;
  display: inline-block;
  font-size: 18px;
  transition: 0.3s ease;
}

.abo-btn a:hover {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}

.abo-btn a svg {
  width: 18px;
  fill: #000;
  transition: 0.3s ease;
  top: -1px;
  position: relative;
}

.abo-btns {
  text-align: left;
}

.abo-btns a {
  color: #000;
  border: 2px solid #000;
  padding: 10px 20px;
  margin-top: 40px;
  display: inline-block;
  font-size: 18px;
  transition: 0.3s ease;
}

.abo-btns a:hover {
  background-color: #FFEC3E;
  border: 2px solid #000;
  color: #000;
}

.abo-btns a svg {
  width: 18px;
  fill: #000;
  transition: 0.3s ease;
  top: -1px;
  position: relative;
}

.abo-detail {
  margin-top: 90px;
}

.abo-cont p {
  /* text-align: justify; */
  line-height: 26px;
  font-size: 19px;
  font-weight: 300;
}

.abo-cont {
  margin-top: 90px;
}

.abo-cont h2 {
  font-size: 32px;
  /* font-weight: 600; */
  padding-bottom: 18px;
  line-height: 40px;
}

/* Vector Design */

.vector-design {
  padding: 0px 0 60px 0;
  overflow-x: hidden;
}

.found {
  padding-top: 11.5em;
  text-align: center;
  position: relative;
  padding-bottom: 1em;
}

.found .found-year {
  display: inline-block;
  line-height: 0;
  position: relative;
}

.found::before {
  position: absolute;
  content: "";
  background-image: url(../images/hook.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 74px;
  height: 220px;
  left: 2em;
  top: -30px;
}

.found .found-year .since {
  color: #000;
  font-size: 2.5em;
  text-transform: uppercase;
  /* font-weight: 600; */
  padding-right: 10px;
}

.found .found-year .year {
  font-size: 4.5em;
  line-height: 1;
  color: #fff;
  /* font-weight: 600; */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e5a300;
}

.vector-img {
  padding-top: 6em;
}

.our-genics {
  border-top: 1px solid #e5a300;
  padding-top: 1em;
  border-bottom: 1px solid #e5a300;
  padding-bottom: 1.2em;
}

.our-genics h2 {
  padding-bottom: 10px;
  font-size: 28px;
}

.our-genics p {
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
}

/* Products */

/* .products-part .container {
  max-width: 1340px;
} */

.products-part {
  padding: 60px 0;
  background-image: url(../images/pro-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}

.products-part h2 {
  font-size: 50px;
  line-height: 40px;
  color: #000;
  padding-bottom: 25px;
  text-align: center;
}

.elementor-divider {
  border-bottom: 1px solid #a3a3a3;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.elementor-divider::before {
  content: "";
  width: 10%;
  height: 4px;
  position: absolute;
  margin-top: -1px;
  /* margin-left: -7%; */
  background-color: #A60838;
  transform: translateX(-50%);
}

/* Product Animation */

.our-team {
  border: 2px solid #A60838;
  border-radius: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.our-team:before,
.our-team:after {
  content: "";
  width: 100%;
  height: 104%;
  background: #A60838;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%) scaleX(0.3);
  transition: all 0.3s ease 0s;
}

.our-team:after {
  width: 104%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(0.25);
}

.our-team:hover:before {
  transform: translateY(-50%) scaleX(0.7);
}

.our-team:hover:after {
  transform: translate(-50%, -50%) scaleY(0.7);
}

.our-team img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}

.our-team .team-content {
  width: 93%;
  padding: 8px 0 8px;
  background: #A60838;
  position: absolute;
  bottom: 50px;
  left: 50%;
  opacity: 0;
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.5, 0.2, 0.1, 0.9);
}

.our-team .team-content {
  bottom: 10px;
  opacity: 1;
}

.our-team .title {
  font-size: 19px;
  /* font-weight: 600; */
  margin: 0;
}

.our-team .title a {
  color: #fff;
}

.products-part .swiper-slide::before {
  background: transparent;
}

.products-part .swiper-slide {
  height: auto;
  max-height: fit-content;
  min-height: auto;
}

.products-part .swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background-color: #A60838;
}

.products-part .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 26px;
}

.products-part .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 26px;
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}

/* Why Choose Us */

.new-why {
  padding: 50px 0;
  position: relative;
  background-image: url(../images/banner-6.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.new-why::before{
  position: absolute;
  content: "";
  background-color: #A60838;
  opacity: 0.85;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-why h2 {
  font-size: 45px;
  line-height: 40px;
  color: #fff;
  padding-bottom: 25px;
  text-align: center;
  position: relative;
}

.spel-point {
  font-size: 24px;
  padding-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.icon-bx-wraper {
  padding: 20px 25px;
  background: #fff;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
  position: relative;
  height: 200px;
}
.icon-bx-wraper::before{
  position: absolute;
  content: attr(data-name);
  right: 30px;
  font-size: 65px;
  line-height: 80px;
  color: #000;
  font-weight: 500;
  opacity: 0.2;
  transition: all 0.5s;
}
.icon-bx-wraper::after{
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #8d022c;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform-origin: left;
  transition: 0.8s all;
}
.icon-lg {
  margin-bottom: 20px;
  width: 65px;
  display: inline-block;
  text-align: center;
}
.icon-content{
    overflow: hidden;
}
.icon-content p{
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}
.icon-bx-wraper:hover{
  color: #fff;
}
.icon-lg img{
  transition: 0.4s ease;
}
.icon-bx-wraper:hover .icon-lg img{
  filter: brightness(0) invert(1);
}
.icon-bx-wraper:hover:before{
    opacity: 0.9;
    color: #fff;
}
.icon-bx-wraper:hover h2{
  color: #fff;
}
.icon-bx-wraper:hover:after{
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
}

/* Industry We Served */

.industry {
  background-color: #F0F1F3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.industry h2 {
  font-size: 50px;
  line-height: 40px;
  color: #000;
  padding-bottom: 25px;
  text-align: center;
}

.bucket {
  margin-bottom: 20px;
  height: 344px;
  background-image: url(../images/oil.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.bucket a {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 9px 21px -5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.bucket::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #A60838;
  opacity: 0.7;
  display: block;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.bucket:hover::after {
  background-color: transparent;
  cursor: pointer;
}

.bucket:hover h3 {
  display: none;
}

.content-part h3 {
  color: #fff;
  position: relative;
  z-index: 9;
  font-size: 22px;
  padding: 0 10px;
  line-height: 32px;
  /* font-weight: 700; */
  text-transform: uppercase;
  text-align: center;
}

.bucket-1 {
  background-image: url(../images/petro-chemical.webp);
}

.bucket-2 {
  background-image: url(../images/petrolium.webp);

}

.bucket-3 {
  background-image: url(../images/railway.webp);
}

.bucket-4 {
  background-image: url(../images/indus-1.webp);
}

.bucket-5 {
  background-image: url(../images/indus-2.webp);
}

.bucket-6 {
  background-image: url(../images/indus-3.webp);
}

.bucket-7 {
  background-image: url(../images/indus-4.webp);
}

.bucket-8 {
  background-image: url(../images/indus-5.webp);
}

.bucket-9 {
  background-image: url(../images/indus-6.webp);
}

.bucket-10 {
  background-image: url(../images/indus-7.webp);
}

.bucket-11 {
  background-image: url(../images/indus-8.webp);
}

.bucket-12 {
  background-image: url(../images/indus-9.webp);
}

.bucket-13 {
  background-image: url(../images/indus-10.webp);
}

.bucket-14 {
  background-image: url(../images/indus-11.webp);
}

.bucket-15 {
  background-image: url(../images/indus-12.webp);
}

.bucket-16 {
  background-image: url(../images/indus-13.webp);
}

.bucket-17 {
  background-image: url(../images/indus-14.webp);
}


.bucketSwiper {
  padding-bottom: 50px;
}

.bucketSwiper .swiper-pagination-bullet {
  background: #A60838;
  opacity: 0.4;
}

.bucketSwiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.industry .swiper-slide::before {
  display: none;
}

.heroSwiper,
.swiper-slide {
  height: auto;
  max-height: fit-content;
  min-height: auto;
}

/* Clients */

.client-head h2 {
  font-size: 57px;
  /* font-weight: 700; */
  letter-spacing: 2px;
  text-shadow: 3px 1px 6px rgb(0 0 0 / 30%);
  color: #000;
  text-transform: uppercase;
}

.clients {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: hidden;
}

.client-box {
  padding: 15px;
  border: 1px solid rgb(34 34 34 / 12%);
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.8s all;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-box:hover {
  box-shadow: -2px 2px 20px 7px #0000001c;
  transform: translate(0px, -10px);
}



/* Footer */

.new-enq {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 66px 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #FFEC3E;
  overflow-x: hidden;
}

.footer {
  /* background-color: #2a2a2a; */
  background-image: url(../images/foot-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  padding: 10px 0 0;
  position: relative;
}

.footer-social-address {
  border-radius: 5px;
}

.footer-social-address-content p {
  font-size: 17px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 15px;
  font-weight: 400;
  display: block;
}

.footer-social-address-content h2 {
  font-size: 32px;
  color: #2a2a2a;
  font-weight: 500;
  line-height: 44px;
}

.why-contacts {
  text-align: right;
}

.why-contacts a {
  color: #000;
  border: 2px solid #000;
  padding: 12px 22px;
  display: inline-block;
  font-size: 18px;
  transition: 0.3s ease;
  font-weight: normal;
}

.why-contacts a svg {
  width: 18px;
  fill: #000;
  transition: 0.3s ease;
  top: -1px;
  position: relative;
}

.why-contacts:hover a {
  background-color: #fff;
  color: #000;
}

.why-contacts:hover .two {
  filter: brightness(0) invert(1);
}

.add-footer-class {
  padding-top: 45px;
}

.foot-logo {
  width: 90%;
  /* width: 145px; */
  margin: auto;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
}

.foot-logo img {
  width: 100%;
  border-radius: 6px;
}

.foot-first p {
  width: 90%;
  margin: auto;
  color: #fff;
  text-align: justify;
  padding-top: 20px;
  line-height: 28px;
  font-size: 16px;
  hyphens: auto;
}

.foot-second h2 {
  color: #FFEC3E;
  font-weight: 500;
  padding-bottom: 15px;
  font-size: 21px;
}

.foot-second {
  padding-left: 20px;
}

.qui a {
  color: #fff;
  display: inline-block;
  transition: 0.5s all ease;
  font-size: 16px;
  padding-bottom: 3px;
  line-height: 28px;
  position: relative;
  font-weight: 300;
  /* padding-left: 23px; */
}

.qui a:hover {
  color: #FFEC3E;
}

.foot-third h2 {
  color: #FFEC3E;
  font-weight: 300;
  padding-bottom: 15px;
  font-size: 24px;
}

.foot-last h2 {
  color: #FFEC3E;
  font-weight: 300;
  padding-bottom: 15px;
  font-size: 24px;
}

.cont-us{
  visibility: hidden;
}

/* .corp-off{
  color: #FFEC3E !important;
} */

.follow{
  font-size: 22px;
  font-weight: 300;
  color: #FFEC3E;
  padding-top: 5px;
}
.socials{
  display: flex;
  margin-top: 18px;
  position: relative;
}
.facebook{
    width: 37px;
    height: 37px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.4s all ease;
    cursor: pointer;
}
.facebook a {
  color: #AD000F;
  line-height: 0;
  transition: 0.4s all ease;
}
.facebook a svg {
  fill: #2a2a2a;
  width: 20px;
  transition: 0.4s all ease;
}
.facebook:hover {
  background-color: #FFEC3E;
  transform: translateY(-5px);
}

.foot-contact {
  display: flex;
}

.foot-contact address {
  margin-bottom: 0;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-weight: 300;
}

.foot-contact svg {
  fill: #fff;
  position: relative;
  width: 18px;
  top: -2px;
}

.foot-contact address {
  padding-left: 10px;
}

.foot-contact p {
  color: #fff;
  font-size: 16px;
}

.foot-contact {
  margin-bottom: 8px;
}

.foot-contact a {
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
  font-weight: 300;
}

.footer-bottom-area {
  padding: 20px 0 15px 0;
}

.footer-bottom {
  border-top: 1px solid #ffffff79;
  padding-top: 18px;
  text-align: center;
  color: #fff;
}

.footer-bottom p {
  /* padding-top: 6px; */
  font-size: 16px;
  font-weight: 300;
}

.footer-bottom p span {
  color: #FFEC3E;
}

.footer-bottom p a {
  color: #fff;
  transition: 0.5s all ease;
  line-height: 28px;
}

.footer-bottom p a:hover {
  color: #FFEC3E;
}

.unit {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  font-weight: 300;
}

/* Single Girder Page */

.single-time {
  padding: 50px 0;
}

.sin-grider h2 {
  color: #A60838;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.sin-grider p {
  font-size: 19px;
  line-height: 26px;
  text-align: justify;
  padding-bottom: 10px;
  font-weight: 300;
}

.bread-img img {
  width: 100%;
}

.value {
  padding: 0 0 30px 0;
}

.value h2 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  padding-bottom: 25px;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.first-value {
  position: relative;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* .first-value:hover .qual-icon {
  transform: rotateY(180deg)
} */

.first-value::before {
  position: absolute;
  left: 4px;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background-color: #fff
}

.first-value::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background-color: #fff
}

.first-value h3 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 15px;
  position: relative;
}

.first-value p {
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.value-box {
  background-color: #A60838;
  background-image: url(../images/banner-7.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  border-radius: 15px;
  padding: 50px 100px
}

.value-box::before {
  position: absolute;
  content: "";
  background-color: #A60838;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  border-radius: 15px;
}

.new-de::before {
  background-color: #fff !important
}

.qual-icon {
  /* width: 60px;
  height: 60px; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out all
}

.qual-icon img {
  width: 120px;
}

/* Box Effect */

.box {
  background: #A60838;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}

.box:before {
  content: '';
  background: #fff;
  width: 200px;
  opacity: 0.8;
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  box-shadow: 0 0 100px #fff;
  transition: all 0.6s ease;
}

.box:hover:before {
  opacity: 1;
  left: 200%;
}

.box img {
  width: 100%;
  height: auto;
  transition: all 0.6s ease;
}

.box:hover img {
  opacity: 0.4;
  filter: grayscale(100%);
}

.box .box-content {
  color: #fff;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
}

.box .title {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  transform: rotateX(90deg);
  transform-origin: bottom center;
  transition: all 0.6s ease;
}

.box:hover .title {
  transform: rotateX(0);
}

.tech-time {
  padding: 0 0 50px 0;
}

.material h2 {
  color: #fff;
  font-size: 24px;
  background-color: #A60838;
  padding: 5px 0 8px 10px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  display: inline-block;
  padding-right: 150px;
  /* font-weight: 600; */
}

.tech-time table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.tech-time table th {
  background-color: #FFEC3E;
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

.tech-time table th,
td {
  text-align: left;
  padding: 12px 12px 12px 20px;
  border: 1px solid #e5e5e5;
  font-weight: 300;
  font-size: 19px;
}

.tech-time table tr:nth-child(even) {
  background-color: #ededed;
}

.app-cont {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.tool {
  padding-right: 10px;
}

.app-cont p {
  line-height: 34px;
  font-size: 18px;
  color: #2c2c2c;
}

.key-high {
  padding-bottom: 50px;
}

/* Accordian */

.faq-time {
  padding: 50px 0 50px 0;
  background-image: url(../images/pro-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.accordion-button:not(.collapsed) {
  background-color: #A60838;
  color: #fff;
  font-size: 24px;
  /* font-weight: 600 */
}

.accordion-button {
  font-size: 24px;
  /* font-weight: 600 */
}

.accordion-button:focus {
  box-shadow: none;
  outline: none
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1)
}

.accordion-body {
  font-size: 18px
}

/* Breadcrumb */

.breadcrum {
  position: relative;
}
.breadcrum img {
  width: 100%;
}

.bread-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bread-cont h1 {
  position: relative;
  color: #fff;
  font-size: 42px;
  /* font-weight: 600; */
  padding: 0 10px;
  text-align: center;
}

.bread-last {
  position: relative;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
}

.bread-last a {
  color: #fff;
  transition: 0.3s ease;
  font-weight: 500;
}

.bread-last svg {
  fill: #fff;
  width: 22px;
  position: relative;
  top: -2px;
}

.bread-last svg path {
  stroke-width: 10;
  stroke: #fff;
}

/* Contact Us Page Css */


.contact-bg h3 {
  color: #dc7d1e;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.contact-bg h3::before {
  position: absolute;
  content: "";
  top: 70%;
  width: 40px;
  left: 41%;
  height: 2px;
  background-color: #dc7d1e;
}

.contact-bg h3::after {
  position: absolute;
  content: "";
  top: 70%;
  width: 40px;
  right: 41%;
  height: 2px;
  background-color: #dc7d1e;
}

.contact-bg h2 {
  line-height: 34px;
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  /* font-weight: 700; */
  color: #A60838;
}

.contact-info-section {
  background-color: #111111;
  border: 8px solid #fff;
  padding: 25px;
  color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  background-image: url(../images/bg-map2.webp);
}

.number-info {
  margin-bottom: 22px;
}

.contact-info-section .number-info h4 {
  color: #FFEC3E;
  font-size: 23px;
  margin-bottom: 6px;
  /* font-weight: 700; */
  line-height: 1.1;
}
.unit-corp{
  color: #FFEC3E;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  padding-top: 10px;
}

.contact-info-section .number-info p {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
}

.contact-info-section .number-info a {
  color: #fff;
  transition: 0.3s ease;
  font-size: 18px;
  font-weight: 300;
}

.contact-info-section .number-info:last-child {
  margin-bottom: 0;
}

.contact-info-section .number-info address {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 300;
}

.contact-info-sections {
  border: 8px solid #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.contact-info-sections iframe {
  width: 100%;
  /* height: -webkit-fill-available; */
  display: block;
}

/* Enquiry Form Css */

.enq-bg{
  background-color: #FFEC3E;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.en-cont{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #A60838 !important;
  border-radius: 0 !important;
  padding: 15px !important;
}
.en-cont::placeholder{
  color: #000000 !important;
}
.en-cont:focus{
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #A60838 !important;
}
.en-cont:disabled{
  background-color: transparent;
}
.submit-yel{
  padding: 7px 12px !important;
  font-size: 16px !important;
}
.fill-yel{
  font-weight: 300 !important;
  font-size: 23px !important;
}
.get-times{
  font-weight: 300 !important;
  font-size: 38px !important;
}

.page-part {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-control-feedback {
  display: none;
}

.has-feedback label~.form-control-feedback {
  top: 0 !important;
}

.error {
  text-align: left !important;
  display: table !important;
}

.thnak4 {
  margin-top: 50px;
}

.has-feedback .form-control {
  font-size: 16px !important;
  padding: 18px;
}

.form-group {
  margin: 15px 0 !important;
}

.form-group input {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #A60838;
}

.form-group textarea {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #A60838;
}

.form-group select {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #A60838;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  width: 100% !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  width: 100% !important;
  border-bottom: 2px solid #31aad6;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 20px 0;
  width: 100% !important;
}

.Submit-box {
  background-color: #A60838;
  color: #fff;
  padding: 9px 14px;
  border: 1px solid #A60838;
  font-size: 17px;
  border-radius: 2px;
  transition: 0.3s ease;
}

.Submit-box:hover {
  background-color: #000;
  border: 1px solid #000;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #A60838;
  border-bottom: 2px solid #A60838;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.get {
  color: #A60838;
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
  padding-bottom: 15px;
  text-align: center;
}

.fill {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px !important;
}

.Submit-box {
  font-weight: 600;
}

::placeholder {
  color: #333333 !important;
  font-weight: 500;
  font-size: 16px;
}

/* Enquiry Form Css End*/


.second-foot h3 {
  position: relative;
  color: #FFEC3E;
  font-weight: 300;
  padding-bottom: 18px;
  font-size: 24px;
}

/* .second-foot{
  padding-left: 30px;
} */
.brand-foot {
  padding-left: 10px;
}

.second-foot ul>li>a {
  color: #fff;
  transition: 0.3s all ease;
  font-size: 14px;
}

.second-foot ul>li {
  padding-bottom: 10px;
  position: relative;
}

.second-foot ul>li>a>i {
  color: #fff;
  font-size: 14px;
  transition: 0.3s all ease;
}

.second-foot ul>li:hover>a {
  color: #A60838;
  padding-left: 3px;
}

.second-foot ul>li:hover>a>i {
  color: #A60838;
}

/* .post-det h6 {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
} */

.about-page-cont {
  padding: 70px 0 0 0;
}

.about-page-cont p {
  font-size: 19px;
  color: #06163a;
  /* text-align: justify; */
  line-height: 26px;
  font-weight: 300;
}

.rada {
  padding-bottom: 10px;
}

.abo {
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: 500;
}

.rad-head {
  padding-left: 15px;
}

.rad-head h2 {
  font-size: 32px;
  padding-bottom: 15px;
  color: #A60838;
  /* font-weight: 600; */
  line-height: 40px;
}

.mission-time {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 70px;
}

.mis-vis-d {
  display: flex;
}

.mauris-quis {
  padding: 40px 50px 50px;
}

.approch {
  background-color: #A60838;
  position: relative;
  overflow: hidden;
  border-right: 4px solid #fff;
}

.mission-bg {
  background: #FFEC3E;
  position: relative;
  overflow: hidden;
}

.mission-bg p {
  color: #000;
}

.mission-bg h3 {
  color: #000;
}

.mauris-quis {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
}

.mis-vis img {
  width: 64px;
}

.mauris-quis h3 {
  font-size: 30px;
  padding-top: 15px;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 20px;
}

.mauris-quis h3 span {
  font-weight: 500;
}

.mauris-quis h3::before {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 2px;
  width: 100px;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}

.mission-bg h3::before {
  background-color: #000000;
}

.mauris-quis p {
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
}

.directors-time {
  padding-top: 70px;
}

.directors-time h2 {
  font-size: 34px;
  text-align: center;
  color: #A60838;
  padding-bottom: 5px;
  position: relative;
}

/* .directors-time h2::before{
  position: absolute;
  content: "";
  background-color: #A60838;
  width: 130px;
  height: 2px;
  top: 90%;
} */
.directors-time h2 span {
  font-weight: 500;
}

.mess-time {
  background-color: #A60838;
  border-radius: 10px;
  padding: 35px 35px;
  margin-top: 30px;
}

.message-vinod h4 {
  color: #fff;
  font-size: 35px;
  padding-bottom: 15px;
}

.message-vinod h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}

.message-vinod p {
  color: #fff;
  font-weight: 300;
  font-size: 19px;
  line-height: 26px;
  /* text-align: justify; */
}

.malik img {
  border-radius: 10px;
  transition: 0.3s;
}

.malik {
  overflow: hidden;
  transition: 0.3s;
  border-radius: 10px;
}

.malik:hover img {
  transform: scale(1.1);
}


.infra {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.infra-in {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  color: #000000;
  text-align: center;
  overflow: hidden;
  background-color: #FFEC3E;
}

.infra-in img {
  transition: 0.5s;
  transform: scale(1.12)
    /* height: 100%; */
}

.infra-in:hover img {
  transform: scale(1.15);
}

.infra-in p {
  color: #000000;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
}

.infra-in p span {
  font-weight: 500;
  font-size: 17px;
}

.secon-infra-in {
  padding: 30px 30px 0 30px;
}

.infra h2 {
  padding-bottom: 15px;
}

.infra h2 span {
  font-weight: 500;
}

.what-we {
  padding: 70px 0;
}

.what-we h2 {
  font-size: 36px;
  color: #FFEC3E;
  padding-bottom: 15px;
}


.what-we-sec ul li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  padding-bottom: 10px;
}

.lift-sec {
  padding-top: 20px;
  text-align: left !important;
}

.lift-sec ul li {
  position: relative;
}

.lift-sec ul li::before {
  position: absolute;
  color: #000000 !important;
}

.what-we-sec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM438 209.7C427.3 201.9 412.3 204.3 404.5 215L285.1 379.2L233 327.1C223.6 317.7 208.4 317.7 199.1 327.1C189.8 336.5 189.7 351.7 199.1 361L271.1 433C276.1 438 282.9 440.5 289.9 440C296.9 439.5 303.3 435.9 307.4 430.2L443.3 243.2C451.1 232.5 448.7 217.5 438 209.7z' fill='%23000'/%3E%3C/svg%3E");
  background-size: contain;
}

.whywe {
  background-color: rgba(5, 0, 0, 0.03);
  padding: 70px 0;
}

.whywe h2 {
  font-size: 36px;
  color: #FFEC3E;
  padding-bottom: 15px;
  padding-left: 35px;
}

.by-hire h5 {
  color: #000;
  font-size: 19px;
  line-height: 28px;
  padding-top: 0;
}

.by-hire {
  padding-left: 35px;
}

/* product-page */

.product-page{
  padding: 50px 0;
}

/* Careers Page */


#opening-time {
  scroll-margin-top: 240px;
}

#career-form {
  scroll-margin-top: 240px;
}

.career-page {
  padding: 60px 0;
}

.career-page h2 {
  font-size: 34px;
  /* font-weight: 600; */
  text-align: center;
  padding-bottom: 50px;
  color: #A60838;
}

.openings {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 32px;
  text-align: center;
  transition: 0.3s ease all;
}

.openings h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
  transition: 0.3s ease all;
}

.openings p {
  font-size: 19px;
  color: #000000;
  line-height: 26px;
  padding-bottom: 22px;
  padding-top: 20px;
  font-weight: 300;
  transition: 0.3s ease all;
}

.car-btn a {
  background-color: #000000;
  padding: 8px 15px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
  transition: 0.3s ease all;
}

.car-btn:hover a {
  background-color: #fff;
  color: #000;
}

.open-img img {
  width: 100%;
  transition: 0.3s ease all;
}

.open-img {
  width: 60px;
  margin: 0 auto;
  transition: 0.3s ease all;
}

.openings:hover {
  background-color: #A60838;
}

.openings:hover h3 {
  color: #fff;
}

.openings:hover p {
  color: #fff;
}

.openings:hover img {
  filter: brightness(0) invert(1);
}

.get {
  font-size: 28px;
  color: #A60838;
}

.fill {
  font-size: 18px;
  font-weight: 500;
}

/* Career Form */

.input-group-1 {
  margin-bottom: 30px;
}

.text-box {
  padding: 15px 10px;
  border: 1px solid #ddd;
  background-color: #f7f7f7 !important;
  width: 100%;
  outline: none;
  border-radius: 5px;
  font-size: 15px;
}

.text-box::placeholder {
  font-size: 15px;
}

.state_cl {
  padding: 10px;
}

.has-feedback .form-control {
  font-size: 15px !important;
  padding: 16px;
}

.Submit-box {
  background-color: #A60838;
  color: #fff;
  padding: 8px 13px;
  border: 1px solid #A60838;
  font-size: 15px;
  border-radius: 2px;
  transition: 0.3s ease;
}

.Submit-box:hover {
  background-color: #000;
  border: 1px solid #000;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #A60838;
}

.home-bg-page {
  background-color: #f7f7f7;
}

.home-bg-page h2 {
  font-size: 34px;
  /* font-weight: 600; */
  text-align: center;
  padding-bottom: 20px;
  color: #A60838;
}

.home-bg-page p {
  color: #000000;
  font-size: 18px;
  text-align: center;
  padding-bottom: 50px;
}

/* Enquiry Form Css */

.page-part {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-control-feedback {
  display: none;
}

.has-feedback label~.form-control-feedback {
  top: 0 !important;
}

.error {
  text-align: left !important;
  display: table !important;
}

.thnak4 {
  margin-top: 50px;
}

.has-feedback .form-control {
  font-size: 16px !important;
  padding: 20px;
}

.form-group {
  margin: 15px 0 !important;
}

.form-group input {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #A60838;
}

.form-group textarea {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #A60838;
}

.form-group select {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #A60838;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  width: 100% !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  width: 100% !important;
  border-bottom: 2px solid #31aad6;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 20px 0;
  width: 100% !important;
}

.Submit-box {
  background-color: #A60838;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #A60838;
  font-size: 17px;
  border-radius: 2px;
  transition: 0.3s ease;
  font-weight: 500;
}

.Submit-box:hover {
  background-color: #000;
  border: 1px solid #000;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #A60838;
  border-bottom: 2px solid #A60838;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.get {
  color: #A60838;
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  padding-bottom: 10px;
  text-align: center;
}

.fill {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

/* Fixed Social Icon */

.sticky-icon {
  z-index: 9;
  position: fixed;
  top: 45%;
  right: 0%;
  width: 160px;
  display: flex;
  flex-direction: column;
}

.sticky-icon a {
  /* transform: translate(160px, 0px); */
  transform: translate(0px, 0px);
  border-radius: 5px 0px 0px 5px;
  text-align: left;
  margin: 2px 0 2px 2px;
  text-decoration: none;
  padding: 6px;
  font-size: 15px;
  transition: all 0.8s;
  font-weight: 500;
  display: flex;
}

.sticky-icon a:hover {
  color: #FFF;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}

/*.search_icon a:hover i  {
    transform:rotate(360deg);}*/

.Twitter {
  background-color: #8d022c;
  color: #FFF;
  transition: 0.3s;
}

.Google {
  background-color: #8d022c;
  color: #FFF;
  transition: 0.2s;
}

.Google:hover {
  background-color: #760124;
}

.Twitter:hover {
  background-color: #760124;
}

.sticky-icon a i {
  background-color: #FFF;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.5s;
}

.sticky-icon a i.fa-magnifying-glass {
  background-color: #FFF;
  color: #760124;
}

.sticky-icon a i.fa-phone {
  background-color: #FFF;
  color: #000;
}

.serc {
  padding-top: 3px;
  padding-left: 2px;
}

.alred {
  padding-left: 5px;
}

/* Fixed Whatsapp Button */

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 9;
}

.btn-whatsapp-pulse svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0px !important;
}

.goog-te-gadget .goog-te-combo {
  padding: 4px;
  margin: 0 !important;
  background-color: #A60838;
  color: #fff;
  border: none;
}

:focus-visible {
  outline: none !important;
}



/* Careers Detail Pages */

.career-contact-page {
  padding: 60px 0;
}

.full-detail h2 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 15px;
  color: #A60838;
}

.jagah {
  text-align: center;
  font-size: 21px;
  font-weight: 300;
}

.jagah svg {
  fill: #000;
  position: relative;
  width: 22px;
  top: -2px;
}

.full-detail h4 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 30px;
}

.full-detail p {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
}

.full-detail ul>li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 19px;
  line-height: 26px;
}

.full-detail ul>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM438 209.7C427.3 201.9 412.3 204.3 404.5 215L285.1 379.2L233 327.1C223.6 317.7 208.4 317.7 199.1 327.1C189.8 336.5 189.7 351.7 199.1 361L271.1 433C276.1 438 282.9 440.5 289.9 440C296.9 439.5 303.3 435.9 307.4 430.2L443.3 243.2C451.1 232.5 448.7 217.5 438 209.7z' fill='%23A60838'/%3E%3C/svg%3E");
  background-size: contain;
}

.cv-btn a {
  background-color: #000000;
  padding: 8px 15px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
  transition: 0.3s ease all;
  margin-top: 35px;
}

.cv-btn a:hover {
  background-color: #A60838;
}

/* Fix Enquiry */

.fix-enq {
  position: fixed;
  top: 45%;
  left: 1%;
  z-index: 9
}

.modal {
  z-index: 999999;
  background-color: #000000bf;
}

.modal-content {
  background-color: #A60838;
}

.modal-header {
  background-color: #373435;
  padding: 0;
  display: flex;
  justify-content: space-between
}

.modal-title {
  font-size: 20px;
  color: #fff;
  padding-left: 15px
}

.modal-header .btn-close {
  background-color: red;
  color: #fff !important
}

.pop-img {
  width: 271px;
  margin-top: 30px;
  margin-bottom: 14px;
  height: auto
}

.cross-btn {
  background-color: #A60838;
  border: none;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 5px 15px
}

.modal-lg,
.modal-xl {
  --bs-modal-width: 390px;
}

.attr {
  padding: 12px !important;
  background-color: transparent !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}

.attr::placeholder {
  color: #fff !important;
}

.attr-sub {
  background-color: #000;
}

.attr-sub:hover {
  background-color: #000;
}

.last-btn {
  margin-bottom: 0 !important;
}


/* Media Query Start */

@media only screen and (min-width: 1400px) {

  .logo {
    width: 330px;
  }
  .contact-info-section{
    height: 87.5%;
  }
  .sin-grider p{
    font-size: 20px;
  }
  .tech-time table th, td{
    font-size: 20px;
  }
  .qui a{
    font-size: 17px;
  }
  .foot-contact address{
    font-size: 17px;
  }
  .foot-contact a{
    font-size: 17px;
  }
  .footer-bottom p{
    font-size: 17px;
  }
  .foot-third h2{
    font-size: 26px;
  }
  .foot-last h2{
    font-size: 26px;
  }
  .follow{
    font-size: 24px;
  }
  .app-cont p{
    font-size: 19px;
  }
  .first-value p{
    font-size: 18px;
  }
  .openings p{
    font-size: 20px;
  }
  .openings h3{
    font-size: 27px;
  }
  .contact-info-section .number-info address{
    font-size: 18px;
  }
  .contact-info-section .number-info a{
    font-size: 20px;
  }
  .contact-info-section .number-info h4{
    font-size: 24px;
  }
  .unit-corp{
    font-size: 19px;
  }
  .full-detail ul>li{
    font-size: 20px;
  }
  .full-detail p{
    font-size: 21px;
  }
  .full-detail h4{
    font-size: 26px;
  }
  .full-detail h2{
    font-size: 38px;
  }
  .jagah{
    font-size: 23px;
  }
  .about-page-cont p{
    font-size: 20px;
    line-height: 28px;
  }
  .mauris-quis p{
    font-size: 20px;
    line-height: 28px;
  }
  .message-vinod p{
    font-size: 20px;
    line-height: 28px;
  }
  .infra-in p{
    line-height: 28px;
    font-size: 20px;
  }
  .what-we-sec ul li{
    font-size: 19px;
  }
  .infra-in p span{
    font-size: 19px;
  }
  .abo-cont p{
    font-size: 20px;
    line-height: 28px;
  }
  .our-genics p{
    font-size: 20px;
    line-height: 28px;
  }
  .icon-content p{
    font-size: 21px;
    line-height: 28px;
  }
  .icon-bx-wraper{
    height: 208px;
  }
  .why-contacts a{
    font-size: 19px;
  }

}

@media only screen and (max-width: 1199px) {

  .menu-toggle {
    display: block;
  }

  nav {
    justify-content: flex-start;
  }

  ul.menus {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #A60838;
  }

  ul.menus.active {
    display: flex;
    position: relative;
    top: 20px;
    z-index: 99;
  }

  ul.menus li a {
    color: #fff;
  }

  ul.menus li {
    width: 100%;
  }

  ul.menus ul,
  ul.menus ul ul {
    position: static;
    width: 100%;
  }

  ul.menus li:hover>ul {
    display: none;
  }

  ul.menus li.show>ul {
    display: block;
  }

  .submenu-toggle {
    display: block;
  }

  ul.menus li a i {
    display: none;
  }

  ul.menus ul ul li a {
    width: 100%;
  }

  ul.menus li a {
    padding: 8px 16px;
  }

  .t-white {
    color: #fff;
  }

  .menu-toggle {
    top: -20px;
    font-size: 24px;
    background-color: #A60838;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  nav {
    padding: 0;
  }

  ul.menus.active {
    top: 35px;
  }

  .submenu-toggle i {
    color: #fff;
    padding: 4px;
    background-color: #0e0e0e;
  }

  ul.menus li a {
    font-size: 17px;
    font-weight: 500;
  }

  .header-top-main {
    display: block;
  }

  .header-main {
    padding: 35px 0;
  }

  ul.menus li:first-child a {
    padding-left: 16px;
  }

  .menu-chev {
    display: none;
  }

  .submenu-toggle svg {
    fill: #fff;
    padding: 2px;
    background-color: #0e0e0e;
    width: 22px;
  }

  .logo {
    width: 280px;
    z-index: 999;
  }

  .in-pro li a svg{
    display: none;
  }

  /* ****************** */

  .abo-img img {
    width: 100%;
  }

  .abo-detail h1 {
    font-size: 50px;
  }

  .abo-cont h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .found {
    padding-top: 4.5em;
  }

  .found::before {
    left: 0;
    top: -70px;
  }

  .our-genics {
    border-bottom: none;
    padding-bottom: 0;
  }

  .vector-img {
    padding-top: 0;
  }

  .why-cont {
    padding-left: 0;
  }

  .why-icon {
    width: 34px;
  }

  .uniq {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .why-cont h2 {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .new-row {
    align-items: end !important;
  }

  .bucket {
    height: 280px;
  }

  .content-part h3 {
    line-height: 30px;
    font-size: 20px;
  }

  .foot-second {
    padding-left: 35px;
  }

  .footer-bottom {
    padding-top: 10px;
  }

  .footer-bottom-area {
    padding: 20px 0 15px 0;
  }

  .rad-head h2 {
    padding-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
  }

  .directors-time {
    padding-top: 50px;
  }

  .car-bread h1 {
    font-size: 38px;
  }

  .career-contact-page {
    padding: 40px 0;
  }

  .full-detail h2 {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .icon-bx-wraper{
    height: 227px;
  }
  .client-head h2{
    font-size: 50px;
  }
  .hero-content{
    left: 27%;
  }
  .abo-cont {
    margin-top: 50px;
  }
  .abo-detail {
    margin-top: 50px;
  }
  .products-part{
    padding: 40px 0;
  }
  .elementor-divider{
    margin-bottom: 40px;
  }
  .message-vinod h4{
    font-size: 30px;
    padding-bottom: 7px;
  }
  .get-times{
    font-size: 34px !important;
    padding-bottom: 5px;
  }

}

@media only screen and (max-width: 991px) {

  .abo-cont {
    margin-top: 25px;
  }

  .abo-detail h1 br {
    display: none;
  }

  .abo-detail {
    text-align: center;
  }

  .abo-btn {
    text-align: center;
  }

  .abo-btn a {
    margin-top: 30px;
  }

  .abo-cont h2 {
    padding-bottom: 10px;
  }

  .vector-img {
    padding-top: 15px;
    text-align: center;
  }

  .found {
    padding-top: 3.5em;
    text-align: end;
  }

  .found::before {
    top: -90px;
  }

  .found .found-year .year {
    font-size: 4.5em;
  }

  .our-genics {
    padding-top: 2em;
  }

  .products-part {
    padding: 40px 0;
  }

  .products-part h2 {
    font-size: 42px;
    padding-bottom: 20px;
  }

  .elementor-divider {
    margin-bottom: 40px;
  }

  .abo-btns a {
    margin-top: 20px;
  }

  .why-img {
    padding-top: 25px;
  }

  .why-des {
    padding-bottom: 10px;
  }

  .why-cont h2 {
    font-size: 36px;
  }

  .industry h2 {
    font-size: 42px;
    padding-bottom: 20px;
  }

  .industry {
    background-color: #F0F1F3;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .footer-social-address-content h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .foot-second {
    padding-left: 10px;
  }

  .foot-third {
    padding-left: 0px;
  }

  .abo-detail {
    margin-top: 40px;
  }

  .item-flex li:first-child {
    display: none;
  }

  .palat {
    display: flex;
    flex-direction: column-reverse;
  }

  .inner-about {
    padding-top: 25px;
  }

  .about-page-cont {
    padding: 50px 0 0 0;
  }

  .directors-time {
    padding-top: 50px;
  }

  .mauris-quis {
    padding: 40px 20px 40px;
  }

  .message-vinod p {
    padding-bottom: 25px;
  }

  .infra-in {
    width: 100%;
  }

  .rad-head h2 {
    font-size: 30px;
  }

  .single-time {
    padding: 35px 0;
  }

  .box .title {
    font-size: 21px;
  }

  .box .box-content {
    bottom: 20px;
  }

  .career-page {
    padding: 40px 0;
  }

  .career-page h2 {
    padding-bottom: 35px;
    font-size: 30px;
  }

  .openings {
    padding: 15px;
  }

  .openings h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .openings p {
    padding: 18px 0;
  }

  .home-bg-page h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }

  .home-bg-page p {
    padding-bottom: 35px;
  }

  .home-bg-page {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .car-bread h1 {
    font-size: 30px;
  }

  .bread-cont {
    gap: 10px;
  }

  .career-contact-page {
    padding: 30px 0;
  }

  .full-detail h2 {
    font-size: 28px;
    padding-bottom: 5px;
  }
  .jagah{
    font-size: 22px;
  }

  .full-detail h4 {
    padding-top: 10px;
  }

  .cv-btn a {
    margin-top: 20px;
  }

  .page-part {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .get {
    font-size: 32px;
    padding-bottom: 5px;
  }

  .fill {
    font-size: 18px;
  }

  .icon-bx-wraper {
    height: 200px;
  }
  .new-why h2{
    font-size: 40px;
    padding-bottom: 15px;
  }
  .spel-point{
    font-size: 20px;
  }
  .new-why{
    padding: 35px;
  }
  .client-head h2 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 25px;
  }
  .sticky-icon{
    width: 140px;
  }
  .fix-enq img{
    width: 35px;
    height: auto;
  }
  .tech-time table th, td{
    padding: 10px 12px 10px 20px;
    font-size: 18px;
  }
  .cont-us{
    display: none;
  }
  .get-times{
    font-size: 30px !important;
  }
  .fill-yel{
    font-size: 21px !important;
  }
  .btn-whatsapp-pulse{
    left: 10px;
    bottom: 10px;
  }

}

@media only screen and (max-width: 767px) {

  .abo-detail h1 {
    font-size: 48px;
  }

  .abo-btn a {
    margin-top: 25px;
  }

  .abo-cont h2 {
    font-size: 26px;
  }

  .abo-cont p {
    font-size: 18px;
  }

  .about-us {
    padding-bottom: 30px;
  }

  /* .item-flex li:nth-child(2) {
    display: none;
  } */

  .found .found-year .since {
    font-size: 3em;
  }

  .found .found-year .year {
    font-size: 3.5em;
  }

  .found::before {
    width: 70px;
    height: 210px;
  }

  .vector-design {
    padding-bottom: 40px;
  }

  .products-part {
    padding: 30px 0;
  }

  .abo-btns a {
    margin-top: 5px;
  }

  .why-bg {
    padding-top: 35px;
  }

  .why-cont h2 {
    font-size: 32px;
  }

  .uniq {
    font-size: 18px;
  }

  .why-des {
    padding-bottom: 5px;
  }

  .industry {
    padding-bottom: 35px;
  }

  .footer-social-address-content h2 br {
    display: none;
  }

  .new-enq {
    padding: 25px;
  }

  .footer-social-address-content h2 {
    text-align: center;
  }

  .why-contacts {
    text-align: center;
    padding-top: 25px;
  }

  .foot-logo {
    width: 80%;
    margin: inherit;
  }

  .foot-first p {
    width: 84%;
    margin: inherit;
  }

  .foot-third {
    padding-left: 0;
  }

  .foot-second {
    padding-left: 0px;
  }

  .content-part h3 {
    font-size: 18px;
  }

  .item-flex li:nth-child(2) {
    display: none;
  }

  .item-flex li:nth-child(3) {
    display: none;
  }

  .item-flex li:first-child {
    display: block;
  }

  .mis-vis-d {
    display: block;
  }

  .mauris-quis {
    width: 100%;
    padding: 30px 20px 30px;
  }

  .abo {
    display: none;
  }

  .rad-head h2 {
    font-size: 28px;
  }

  .approch {
    border-right: none;
  }

  .mob-bread img {
    display: none;
  }

  .mob-bread {
    background-color: #A60838;
    padding: 80px 0;
  }

  .bread-cont {
    gap: 5px;
  }

  .bread-cont h1 {
    font-size: 36px;
  }

  .bread-last {
    font-size: 17px;
  }

  .about-page-cont {
    padding: 35px 0 0 0;
  }

  .rad-head h2 {
    line-height: 36px;
    font-size: 23px;
  }

  .mission-time {
    padding-top: 50px;
  }

  .sin-grider h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .material h2 {
    font-size: 22px;
  }

  .tech-time {
    padding: 0 0 35px 0;
  }

  .alred {
    padding-left: 0px;
    font-size: 15px;
  }

  .app-cont p {
    line-height: 28px;
    font-size: 17px;
  }

  .key-high {
    padding-bottom: 35px;
  }

  .faq-time {
    padding: 35px 0;
  }

  .accordion-button {
    font-size: 20px;
  }

  .input-group-1 {
    margin-bottom: 20px;
  }

  .car-bread h1 {
    font-size: 30px;
  }

  .full-detail h2 {
    font-size: 26px;
    padding-bottom: 5px;
  }

  .jagah {
    font-size: 20px;
  }

  .full-detail h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .full-detail ul>li {
    padding-bottom: 10px;
  }

  .get {
    font-size: 28px;
    line-height: 30px;
  }

  .fill {
    font-size: 17px;
  }

  .our-genics p{
    font-size: 18px;
  }

  .products-part .swiper-button-next, .swiper-button-prev{
    display: none;
  }

  .icon-bx-wraper{
    height: auto;
  }
  .our-team .title{
    font-size: 18px;
  }
  .hero-content{
    left: 33%;
  }
  .tech-time table th, td{
    padding-left: 15px;
  }
  .value-box{
    padding: 50px 25px;
  }
  .add-footer-class{
    padding-top: 20px;
  }
  .foot-last h2{
    padding-top: 15px;
  }
  .get-times {
    font-size: 28px !important;
  }
  .fill-yel {
    font-size: 19px !important;
    line-height: 24px;
  }
  .sticky-icon {
    display: none !important;
  }

}

@media only screen and (max-width: 576px) {

  .logo {
    width: 220px;
  }

  .header-main {
    padding: 26px 0;
  }

  .menu-toggle {
    width: 37px;
    height: 37px;
  }

  .abo-img {
    display: none;
  }

  .oop-abt {
    display: none;
  }

  .nich-abt {
    display: block;
  }

  .abo-detail {
    margin-top: 25px;
  }

  .abo-detail h1 {
    font-size: 30px;
  }

  .abo-cont {
    margin-top: 10px;
  }

  .abo-cont p{
    text-align: center;
  }

  .products-part h2{
      font-size: 36px;
      padding-bottom: 10px;
  }

  .elementor-divider {
    margin-bottom: 35px;
  }

  .new-why h2{
    font-size: 36px;
  }

  .spel-point {
    font-size: 17px;
    padding-bottom: 20px;
  }

  .abo-cont h2 {
    font-size: 21px;
    line-height: 30px;
    text-align: center;
  }

  .found {
    padding-top: 2.5em;
    text-align: center;
  }

  .found .found-year .since {
    font-size: 2.5em;
  }

  .found .found-year .year {
    font-size: 3em;
  }

  .found::before {
    width: 50px;
    height: 148px;
    top: -65px;
  }

  .our-genics {
    padding-top: 1.5em;
  }

  .add-footer-class {
    padding-top: 25px;
  }

  .foot-second h2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .foot-third h2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .foot-last h2 {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .bread-cont h1 {
    font-size: 32px;
  }

  .bread-last {
    font-size: 16px;
  }

  .rad-head h2 {
    line-height: 32px;
  }

  .mauris-quis {
    padding: 25px 16px 25px;
  }

  .mauris-quis h3 {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .directors-time h2 {
    font-size: 30px;
  }

  .directors-time {
    padding-top: 30px;
  }

  .mess-time {
    margin-top: 25px;
  }

  .message-vinod h4 {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .message-vinod h5 {
    padding-bottom: 10px;
  }

  .mess-time {
    padding: 20px;
  }

  .secon-infra-in {
    padding: 20px 20px 10px 20px;
  }

  .rad-head {
    padding-left: 0px;
  }

  .sin-grider h2 {
    font-size: 22px;
  }

  .sin-grider p {
    font-size: 18px;
  }

  .material h2 {
    font-size: 20px;
  }

  .tech-time table {
    margin-top: 20px;
  }

  .construction {
    padding: 10px;
  }

  .accordion-body {
    padding: 10px;
  }

  .accordion-button:not(.collapsed) {
    font-size: 20px;
  }

  .career-page {
    padding: 25px 0;
  }

  .career-page h2 {
    padding-bottom: 25px;
    font-size: 26px;
  }

  .open-img {
    width: 50px;
  }

  .openings h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 0;
  }

  .openings p {
    padding: 15px 0;
  }

  .home-bg-page h2 {
    font-size: 26px;
  }

  .car-bread h1 {
    font-size: 22px;
  }

  .full-detail h2 {
    font-size: 24px;
  }
  .full-detail p{
    font-size: 19px;
  }

  .get {
    font-size: 23px;
    line-height: 26px;
  }

  .fill {
    font-size: 16px;
  }

  .page-part {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .has-feedback .form-control {
    padding: 15px;
  }

  .contact-bg h2 {
    display: none;
  }

  .contact-bg {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .btn-whatsapp-pulse {
    bottom: 10px;
    left: 10px;
    width: 55px;
    height: 55px;
  }

  ul.menus.active{
    top: 26px;
  }
  .fix-enq img{
    display: none;
  }
  .new-why{
    padding: 35px 10px;
  }

  .industry h2{
    font-size: 36px;
    padding-bottom: 15px;
  }
  .bucketSwiper {
    padding-bottom: 30px;
  }
  .industry {
    padding-bottom: 20px;
  }
  .client-head h2{
    font-size: 34px;
    text-transform: capitalize;
  }
  .clients{
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .footer-social-address-content h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .bucket{
    margin: 0 10px;
  }
  .hero-content{
    left: 50%;
    width: 100%;
  }
  .hero-content .welto{
    text-align: center;
  }
  .hero-content .ferro-c{
    text-align: center;
  }
  .hero-content p{
    text-align: center;
  }
  .heroSwiper, .swiper-slide{
    height: 280px;
  }
  .value h2{
    font-size: 32px;
    padding-bottom: 15px;
  }
  .value-box{
    padding: 30px 25px;
  }
  .socials{
    margin-top: 10px;
  }
  .get-times {
    font-size: 26px !important;
  }
  .fill-yel{
    font-size: 18px !important;
  }
  .en-cont{
    padding: 10px !important;
  }
  .industry .swiper-pagination-bullets{
    display: none;
  }
  .swiper-slide::before{
    background: rgba(0, 0, 0, .75);
  }

}

@media only screen and (max-width: 450px) {

  .top-nav {
    display: none;
  }

  .logo {
    position: relative;
    width: 205px;
    left: -12px;
  }

  .header-main {
    padding: 0;
  }

  .menu-toggle {
    top: -65px;
  }

  ul.menus.active {
    top: 0px;
  }

  .abo-detail h1 {
    display: none;
  }

  .abo-cont {
    margin-top: 0;
  }

  .found .found-year .since {
    font-size: 2.3em;
  }

  .found .found-year .year {
    font-size: 3em;
  }

  .our-genics h2 {
    text-align: center;
  }

  .products-part h2 {
    font-size: 36px;
    padding-bottom: 15px;
  }

  .elementor-divider {
    margin-bottom: 30px;
  }

  .abo-btns a {
    padding: 8px 10px;
    font-size: 16px;
  }

  .new-why h2 {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .spel-point{
    font-size: 16px;
  }
  .new-why {
    padding: 25px 10px;
  }
  .icon-bx-wraper{
    padding: 15px 15px;
  }
  .icon-bx-wraper::before{
    right: 15px;
    font-size: 60px;
    line-height: 60px;
  }
  .bucket{
    margin-left: 10px;
    margin-right: 10px;
  }

  .products-part {
    padding: 20px 0 30px 0;
  }

  .why-cont h2 {
    font-size: 28px;
    text-align: center;
  }

  .uniq {
    text-align: center;
    font-size: 17px;
  }

  .why-cont p {
    line-height: 1.5;
  }

  .industry h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .industry {
    padding-top: 30px;
    padding-bottom: 5px;
  }

  .bucket {
    height: 230px;
  }

  .footer-social-address-content h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .why-contacts a {
    font-size: 16px;
    padding: 7px 15px;
  }

  .add-footer-class {
    padding-top: 10px;
  }

  .foot-first p {
    width: 100%;
  }

  .foot-logo {
    margin: auto;
  }

  .foot-second h2 {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .qui a {
    padding-bottom: 5px;
  }

  .foot-third h2 {
    padding-top: 15px;
    padding-bottom: 17px;
  }

  .foot-last h2 {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .bread-cont h1 {
    font-size: 30px;
  }

  .about-page-cont {
    padding: 25px 0 0 0;
  }

  .rad-head h2 {
    font-size: 21px;
    line-height: 30px;
    text-align: center;
  }

  .about-page-cont p {
    line-height: 26px;
    padding-bottom: 8px;
    text-align: center;
  }

  .mission-time {
    padding-top: 30px;
  }

  .mauris-quis p {
    font-size: 18px;
    line-height: 26px;
  }

  .mauris-quis h3 {
    font-size: 24px;
    padding-top: 10px;
  }

  .mauris-quis {
    padding: 20px 10px 20px;
  }

  .mis-vis img {
    width: 55px;
    height: 55px;
  }

  .directors-time h2 {
    font-size: 26px;
    padding-bottom: 0;
  }

  .message-vinod h4 {
    font-size: 26px;
    text-align: center;
  }

  .message-vinod h5 {
    text-align: center;
  }
  .infra-in p{
    font-size: 18px;
  }
  .infra-in p span{
    font-size: 18px;
  }

  .message-vinod p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .what-we-sec ul li{
    font-size: 17px;
  }

  .sin-grider h2 {
    font-size: 20px;
    text-align: center;
  }

  .box .title {
    font-size: 20px;
  }

  .tech-time table th {
    font-size: 18px;
  }
  .value h2{
    font-size: 28px;
    padding-bottom: 10px;
  }
  .first-value{
    padding-left: 20px;
  }

  .tech-time table th,
  td {
    padding: 10px;
  }

  .app-cont p {
    line-height: 26px;
    font-size: 16px;
  }

  .accordion-button {
    font-size: 21px;
  }
  .accordion-button:not(.collapsed){
    font-size: 21px;
  }

  .material h2 {
    padding-right: 110px;
  }

  .home-bg-page p {
    padding-bottom: 25px;
    font-size: 20px;
  }

  .text-box {
    padding: 10px 10px;
  }

  .input-group-1 {
    margin-bottom: 15px;
  }

  .car-bread h1 {
    font-size: 20px;
  }

  .jagah {
    padding-bottom: 10px;
  }

  .full-detail h4 {
    font-size: 19px;
  }

  .full-detail p {
    font-size: 18px;
  }

  .get {
    font-size: 21px;
  }

  .fill {
    font-weight: 500;
  }

  .contact-info-section {
    padding: 20px;
  }

  .contact-info-section .number-info h4 {
    font-size: 21px;
    margin-bottom: 5px;
  }

  .contact-info-section .number-info address {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-info-section .number-info a {
    font-size: 17px;
  }

  .number-info {
    margin-bottom: 15px;
  }
  .our-genics p{
    text-align: center;
  }
  .abo-btn a{
    padding: 7px 15px;
    font-size: 17px;
  }
  .qual-icon{
    margin-bottom: 15px;
  }
  .get-times {
    font-size: 24px !important;
  }
  .en-cont::placeholder{
    color: #212121 !important;
  }
  .full-detail ul>li{
    font-size: 18px;
  }
  .product-page{
    padding: 30px 0;
  }
  .in-oure-team{
    margin-bottom: 0;
  }

}

@media only screen and (max-width: 400px) {

  .logo {
    width: 190px;
  }

  .menu-toggle {
    top: -62px;
  }

  .abo-cont h2 {
    font-size: 23px;
  }

  .abo-btn a {
    padding: 7px 15px;
    font-size: 16px;
  }

  .found {
    padding-top: 2em;
  }

  .found .found-year .since {
    font-size: 2em;
  }

  .found .found-year .year {
    font-size: 2.7em;
  }

  .found::before {
    width: 45px;
    height: 133px;
  }

  .our-genics p {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
  }

  .why-cont p {
    font-size: 16px;
  }

  .new-enq {
    padding: 20px 10px;
  }

  .why-contacts {
    padding-top: 20px;
  }

  .footer-social-address-content h2 {
    /* font-weight: 600; */
    line-height: 30px;
    font-size: 21px;
  }

  .footer-bottom p {
    font-size: 15px;
  }

  .message-vinod h4 {
    font-size: 24px;
    padding-bottom: 5px;
  }

  .message-vinod h5 {
    font-size: 17px;
  }

  .infra-in p span {
    font-size: 16px;
  }

  .infra h2 {
    padding-bottom: 10px;
  }

  .career-contact-page {
    padding: 25px 0;
  }

  .cv-btn a {
    margin-top: 10px;
  }

  .get {
    font-size: 19px;
  }

  .contact-info-section {
    padding: 15px;
  }
  .our-genics {
    padding-top: 1em;
  }
  .our-genics h2{
    font-size: 26px;
  }
  .icon-content p{
    font-size: 19px;
  }
  .rad-head h2{
    font-size: 22px;
  }
  .inner-about{
    padding-top: 10px;
  }
  .message-vinod p{
    font-size: 18px;
  }
  .secon-infra-in{
    padding: 20px 10px 10px 10px;
  }
  .full-detail h2{
    font-size: 22px;
  }
  .jagah {
    font-size: 19px;
  }


}