body {
  /*background-image: url("./fixedBg.jpg");*/
  /*background-attachment: fixed;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  background-color:white;
}

.sectionHeading {
  font-size: 40px;
  font-family: "Montserrat";
  text-align: center;
  padding-bottom: 20px;
}

/* HeaderSection */
.headerSection {
  padding: 10px 0;
  background-color: #010d14;
  font-family: "Montserrat";
  font-size: 13px;
}

.userData .headerDataStyle {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 10px;
}

.userData .headerDataStyle i {
  color: #00a832;
}

.userData .headerDataStyle a {
  color: #fff;
  text-decoration: none;
  padding: 0px 10px;
  border-right: 1px solid #514d4d;
}

.userData .headerDataStyle {
  display: inline;
}

.socialMediaHeader .headerDataStyle {
  display: inline;
}

.socialMediaHeader .headerDataStyle i {
  color: #ffffff;
  padding-right: 10px;
}

/* HeaderSection */
/* Navbar */
.navContainer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
}

.logo-area .logo {
  width: 90px;
  height: 90px;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  z-index: 2;
  left: calc(-100% - 100%);
  top: 100%;
  margin-bottom: 0;
  padding: 10px;
  background-color: #fff;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-item-has-children .sub-menu li a {
  font-size: 14px;
}

.navList .nav-menu {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.navList .nav-menu li {
  padding: 10px 20px;
  list-style-type: none;
}

.navList .nav-menu li a {
  text-decoration: none;
  color: #3b4052;
  font-family: "Montserrat";
  font-weight: 600;
}

.navList .nav-menu li .talkButton {
  color: #fff;
  background-color: #00a832;
  padding: 10px 20px;
  color: 14px;
  font-weight: 500;
}

.navList .nav-menu li .talkButton:hover {
  background-color: #010d14;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.navList {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.toggleIconOpen {
  display: none;
  color: #00a832;
}

.toggleIconClose {
  display: none;
  color: rgb(255, 54, 54);
}

.mobileNavBar .navContainer {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.mobileNavBar {
  position: absolute;
  top: 0;
  left: -100%;
  top: 12%;
  width: 50%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 1000;
  transition: left 0.3s ease;
}

.mobileNavBar.active {
  left: 0;
}

.mobileNavBar .navContainer .navList .nav-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.mobileNavBar .address-list {
  font-family: "montserrat";
}

/* Navbar */
/* carousalImage */
.carousalImg {
  position: relative;
  width: 100%;
  object-fit: cover;
}

.dataContainer {
  position: absolute;
  z-index: 5;
  top: 15%;
  left: 0%;
}

.dataContainer .content {
  padding-left: 250px;
}

.content h6 {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  padding-bottom: 5px;
}

.content .Header {
  font-size: 80px;
  color: #fff;
  font-family: "Montserrat";
  padding-bottom: 20px;
}

.content .Tag {
  color: #fff;
  font-family: "Montserrat";
  padding-bottom: 20px;
}

.content .readon {
  background-color: #fff;
  color: #010d14;
  text-decoration: none;
  padding: 15px 30px;
  font-family: "Montserrat";
  font-weight: 600;
}

.content .readon:hover {
  color: #fff;
  background-color: #010d14;
  transition: 0.5s ease-in-out;
}

/* carousalImage */
/* welcomeSection */
.intro {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "Montserrat";
  font-weight: 500;
}

.introFlex ul {
  margin-bottom: 0;
}

.introFlex ul li {
  padding-left: 0;
  list-style-type: none;
  font-weight: 600;
}

.abtImg {
  width: 400px;
  border-radius: 10px;
  background-color: #e2a600;
  padding: 15px 5px;
  box-shadow: 0px 0px 20px 2px #00000042;
}

.megaBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.abtBg {
  background-color: #fff;
  box-shadow: 0px 0px 20px 2px #010d1488;
  border-radius: 5px;
}

.megaBox .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 2px #00000042;
  margin: 15px 0;
  border-radius: 10px;
  width: 400px;
  height: 350px;
}

.megaBox .box .iconName {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 25px;
}

.megaBox .box p {
  color: #010d14;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 500;
}

.padding {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.visionMisionbg {
  background-image: url("./images/visionMissionBg.jpg");
  background-size: cover;
}

/* welcomeSection */
/* Services Section */
.MegaServiceBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.serviceBox {
  margin: 15px 0;
  height: 250px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 2px #00000060;
  position: relative;
}

.serviceBg1 {
  background-image: url("./images/secondmentServices.png");
  background-size: cover;
  overflow: hidden;
  padding: 0;
}

.serviceBg2 {
  background-image: url("./images/blastingService.png");
  background-size: cover;
  overflow: hidden;
  padding: 0;
}

.serviceBg3 {
  background-image: url("./images/refractoryServices.png");
  background-size: cover;
  overflow: hidden;
  padding: 0;
}

.serviceBg4 {
  background-image: url("./images/projectProcurement.png");
  background-size: cover;
  overflow: hidden;
  padding: 0;
}

.serviceBg5 {
  background-image: url("./images/NDT.png");
  background-size: cover;
  overflow: hidden;
  padding: 0;
}

.serviceBg6 {
  background-image: url("./images/Renewable.png");
  background-size: cover;
  overflow: hidden;
  padding: 0;
}

.serviceBg7 {
  background-image: url("./images/AgencyRepresentation.png");
  background-size: cover;
  overflow: hidden;
  padding: 0;
}

.serviceBg8 {
  background-image: url("./images/AMC.png");
  background-size: cover;
  overflow: hidden;
  padding: 0;
}

.serviceBg1 .container,
.serviceBg2 .container,
.serviceBg3 .container,
.serviceBg4 .container,
.serviceBg5 .container,
.serviceBg6 .container,
.serviceBg7 .container,
.serviceBg8 .container {
  background-color: #01b1f140;
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  overflow: hidden;
}

.serviceTitle {
  position: absolute;
  /* Add this line */
  bottom: -20px;
  /* Adjust as needed */
  left: 50%;
  /* Center horizontally */
  transform: translateX(-50%);
  /* Center horizontally */

  background-color: #fff;
  padding: 10px;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.serviceTitle a {
  text-decoration: none;
  color: #010d14;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  transition: 0.5s ease-in-out;
  font-size: 13px;
}

.serviceTitle a:hover {
  text-decoration: underline;
  color: #001d2e;
}

/* Services Section */
/* Footer */
.subFooterBg {
  background-color: #000000c7;
}

.footer-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  gap: 15px;
}

.footer-social li {
  list-style-type: none;
}

footer li {
  list-style-type: none;
}

footer .copy-right-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-left: 0;
}

footer {
  background-image: url("./images/footerBg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Montserrat";
}

.bgFooter {
  background-color: #010d14b6;
}

.site-map li a {
  color: #ffffff;
  transition: 0.5s ease-in-out;
  text-decoration: none;
  font-size: 15px;
}

.site-map li a:hover {
  color: #00a832;
}

/* Footer */
/* InternalSection */
.innerPageHead {
  height: 30vh;
  background-image: url("./images/innerPageDataImg.jpg");
  overflow: hidden;
  background-size: cover;
}

.innerPageHead .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  width: 100%;
}

.innerPageHead .container h1 {
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
}

.internalPage p {
  padding-top: 20px;
  color: #001d2e;
  font-family: "Montserrat";
  font-weight: 500;
  text-align: justify;
  margin-bottom: 0;
}

.internalPageList {
  background-image: url("./images/aktiness-bg.jpg");
}

.internalPageList h4 {
  color: #000000;
  font-family: "montserrat";
  font-weight: 900;
}

.internalPageList .listFlex {
  padding-left: 0;
  margin-bottom: 0;
}

.internalPageList .listFlex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.subList {
  margin-right: 10px;
}

.smallList .listFlex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.smallList .listFlex li {
  background-color: #001d2e;
  color: white;
  height: 100px;
  width: 250px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(
    20% 0%,
    100% 0,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0 100%,
    0% 20%
  );
  font-family: "Montserrat";
  font-weight: 600;
  border-bottom: 4px solid #00a832;
  border-right: 4px solid #00a832;
}

.internalPageList .listFlex1 li {
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 500;
  /* text-align: justify; */
  list-style-type: none;
  margin: 10px 0;
}

.internalPageList .listFlex li {
  color: #001d2e;
  font-family: "Montserrat";
  font-weight: 500;
  text-align: justify;
  list-style-type: none;
  margin: 10px 0;
}

.imgDiv {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.imgDiv img {
  width: 400px;
  /* background-color: #010d14;
  padding-bottom: 5px; */
  height: 25vh;
  border-radius: 10px;
  margin: 10px 0;
}
.imgDiver {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  color: #001d2e;
  font-family: "Montserrat";
  font-weight: 500;
}
.ProductImgDiv {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.ProductImgDiv img {
  margin-top: 20px;
  margin-bottom: 20px;
  /* background-color: #010d14;
  padding-bottom: 5px; */
}

/* InternalSection */
/* contactus */
.contactForm {
  width: 600px;
  margin: 0 auto;
}

.contactForm .formField {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.contactForm .formField input,
.contactForm .formField textarea {
  border: none;
  border-bottom: 2px solid #00a832;
  margin-bottom: 50px;
  height: 50px;
  background-color: transparent;
}

.contactForm .formField input:focus,
.contactForm .formField textarea:focus {
  padding-top: 10px;
  outline: 2px solid #00a832;
  border-radius: 10px;
}

.contactForm .formField label {
  color: #00a832;
  font-family: "poppins";
  /* margin-top: 25px; */
}

.contactPageCon h5 {
  text-align: center;
  color: #333;
  text-align-last: center;
  font-family: "lilita one";
  margin-bottom: 30px;
}

.contactflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.svg img {
  width: 500px;
  padding-bottom: 10px;
  border-radius: 30px;
  background-color: #00a832;
}

.contactConBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactPageCon h5 {
  font-family: "montserrat";
}

.contactConBtn button {
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "lilita one";
  font-size: 25px;
  border-radius: 30px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #00a832;
  padding: 10px 30px;
  box-shadow: 0px 0px 20px 2px #00000035;
  border-bottom: 5px solid #00a832;
}

/* contactus */
.servicesProvide ul li {
  list-style-type: none;
  color: #001d2e;
  font-family: "Montserrat";
  font-weight: 500;
  margin: 20px 0;
}
.servicesProvide ul li span {
  color: #001d2e;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: underline 2px solid #00a832;
  text-underline-offset: 10px;
}
.matter {
  color: #001d2e;
  font-family: "Montserrat";
  font-weight: 600;
  margin: 10px 0;
}
.float1 {
  position: fixed;
  z-index: 10000;
  bottom: 25%;
  right: 1%;
  height: 40px;
  width: 40px;
}
.my-float1{
  background-color: #e2a600;
  padding: 10px;
  border-radius: 50%;
}
.float {
  position: fixed;
  z-index: 10000;
  bottom: 15%;
  right: 1%;
  height: 40px;
  width: 40px;
}
.my-float{
  background-color: #00a832;
  padding: 10px;
  border-radius: 50%;
}
.arrowUp{
  position: fixed;
  z-index: 10000;
  bottom: 5%;
  right: 1%;
  height: 40px;
  width: 40px;
}
.fa-chevron-up{
  background-color: #001d2e;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
}
/* Media Query */
@media (max-width: 1920px) {
  .carousalImg {
    height: 90vh;
  }
}

@media (max-width: 1280px) {
  .megaBox .box {
    width: 350px;
    padding: 15px;
  }

  .abtImg {
    width: 400px;
  }

  .content .Header {
    font-size: 60px;
  }

  .svg img {
    width: 400px;
  }
}

@media (max-width: 1118px) {
  .dataContainer {
    top: 10%;
  }

  .dataContainer .content {
    padding: 100px;
  }

  .megaBox .box {
    width: 80%;
    padding: 20px;
    height: 300px;
  }

  .megaBox {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    z-index: 2;
    left: -100%;
    top: -170%;
    margin-bottom: 0;
    padding: 10px;
    background-color: #fff;
    width: 250%;
    height: 80vh;
  }

  .svg img {
    width: 100%;
    margin-bottom: 20px;
  }
  .imgDiver img {
    width: 100%;
  }
  .contactForm {
    width: 100%;
  }

  .contactflex {
    flex-direction: column-reverse;
  }

  .content .Header {
    font-size: 48px;
  }

  .dataContainer {
    top: 5%;
  }

  .dataContainer .content {
    padding: 80px;
  }

  .carousalImg {
    height: 75vh;
  }

  .imgDiv {
    flex-direction: column;
  }

  .internalPageFlex {
    height: 100%;
    flex-direction: column;
  }

  .abtBg {
    background-color: #ffffff30;
  }

  .headerSection {
    display: none;
  }

  .toggleIconOpen {
    display: block;
  }

  .homeNavbar .navContainer .navList .nav-menu li {
    display: none;
  }

  .intro {
    flex-direction: column;
    transition: 0.5s ease-in-out;
  }
}

@media (max-width: 768px) {
  .innerPageHead .container h1 {
    font-size: 30px;
  }
  .carousalImg {
    height: 60vh;
  }

  .content .Header {
    font-size: 35px;
  }

  .dataContainer .content {
    padding: 30px;
  }

  .serviceBox {
    width: 500px;
  }

  .ProductImgDiv img {
    width: 100%;
  }
  .address-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .address-list em {
    text-align: center;
  }
  .address-list .title {
    text-align: center;
  }
}

@media (max-width: 569px) {
  .myImg img {
    width: 100%;
  }
  .imgDiv img {
    width: 100%;
  }
  .innerPageHead .container h1 {
    font-size: 20px;
  }
  .carousalImg {
    height: 90vh;
  }

  .serviceBox {
    width: 100%;
  }

  .mobileNavBar {
    width: 100%;
  }

  .abtImg {
    width: 100%;
  }

  .megaBox .box {
    width: 100%;
  }

  .serviceBox {
    width: 100%;
  }
}

/* Media Query */
.services-image img {
  width: 100%;
}
