.qualityBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/QualityPBanner.webp");
}

.aboutBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/aboutusBannerN.webp");
}

.GroupCompaniesBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/GroupCompaniesBanner.webp");
}

.plantserviceBg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/plantServiceBanner.webp");
}

.certificationBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/certificateBanner.webp");
}

.metallurgyLabBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/metallurgyLabBanner.webp");
}

.SCADAbG {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/SCADABanner.webp");
}

.careerBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/CareerBanner.webp");
}

.enquiryBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/EnquiryBanner.webp");
}

.punePlantBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/punePlantBanner.webp"), rgba(0, 0, 0, 0.55);
}

.contactBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/contactBanner.webp");
}

.bhiwadiPlantBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/bhiwadiplantBanner.webp");
}

.eventsBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/EventsBanner.webp");
}

.banglorePlantBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/banglorePlantBanner.webp");
}

.SQFBg {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 100%), url("../images/SQFBanner.webp");
}

.bgGray{
    background: #F8F8F8;
}
.marqText{
    font: 600 18px/28px "Outfit", sans-serif;
    color: #19268F;
}
.punePlantSec .plantInfo .contactPune{
    /*text-decoration: none;*/
    color: #313131;
    font: 400 16px/23px "Inter", sans-serif;
    color: #313131;
}
.carrerForm .mt_120{
   margin-top: 120px;
}
.ContactUs .nav-link:hover {
    color: #000;
}
.carrerForm select{
  padding: 15px 25px;
  outline: none;
  border: 1px solid #F2F2F2;
  border-radius: 0;
  font: 400 16px/23px "Inter", sans-serif;
  color: #848484;
  margin-bottom: 35px;
}
.carrerForm input, textarea{
  font: 400 16px/23px "Inter", sans-serif;
  color: #848484;
}
.carrerForm .form-select:focus {
  border-color: white;
  outline: 0;
  box-shadow: none;
  border-color: none;
}
.listSec {
  padding: 120px 0;
}
.listView .row {
  border-bottom: 1px solid #CFD8DC;
  border-left: 1px solid #CFD8DC;
}
.listView .col-3,.listView .col-4, .listView .col-9 {
  border-right: 1px solid #CFD8DC;
}  
.listView .tHead {
  font: 600 15px/18px "Inter", sans-serif;
  color: #000000;
  background: #F8F8F8;
  padding: 14px;
  border-top: 1px solid #CFD8DC;
}
.listView .trow, .p_16 {
  font: 400 16px/19px "Inter", sans-serif;
    color: #000000;
  padding: 12px;
}
@media (max-width: 768px){
  .carrerForm select{
      padding: 12px 20px;
      margin-bottom: 15px;
  }
  .listView .tHead, .trow{
    padding: 10px;
  }
  .listView, .listView .trow, .p_16{
    overflow-x: scroll;
  }
  .listView .trow, .p_16 {
    font: 400 14px/24px "Inter", sans-serif;
    padding: 10px 5px;
  }
}
.SubBanner {
  background-size: cover;
  height: 333px;
  position: relative;
}
.SubBanner .transl {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}
.SubBanner .headingS {
  font: 700 48px/58px "Outfit", sans-serif;
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
}
.SubBanner .breadCr {
  font: 500 16px/26px "Inter", sans-serif;
  color: #D4D4D4;
  text-transform: capitalize;
  text-align: center;
}
.SubBanner .breadCr span {
  color: #E7790C;
}
.commonHead {
  font: 700 42px/52px "Outfit", sans-serif;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  color: #000;
  padding-top: 18px;
}

.aboutSec {
  background: #F8F8F8;
  padding: 112px 0 114px;
}
.aboutSec .left .Uhead{
     font: 600 20px/30px "Inter", sans-serif;
}
.aboutSec .left .desc {
  font: 400 16px/23px "Inter", sans-serif;
  text-align: justify;
  padding-top: 40px;
}
.aboutSec .left span {
  color: #19268F;
}
.aboutSec .left .info1 {
  font: 400 16px/23px "Inter", sans-serif;
  margin: 23px 0;
  padding: 10px 17px;
  width: -moz-fit-content;
  width: fit-content;
}
.aboutSec .left .Oborder {
  border: 1px solid #E7790C;
}
.aboutSec .left .info2 {
  font: 400 16px/23px "Inter", sans-serif;
   text-align: justify;
  /*margin-bottom: 40px;*/
}
.aboutSec .left .btns .exploreService {
  font: 400 16px/23px "Inter", sans-serif;
  color: white;
  display: inline-block;
  width: 177px;
  padding: 13px 0;
  background: #19268F;
  text-decoration: none;
  text-align: center;
  transition: all .40s ease;
}
.aboutSec .left .btns .exploreService:hover{
    background: white;
    border: 1px solid #19268F;
    color: #19268F;
}
.aboutSec .right {
  position: relative;
  padding-left: 100px;
}
.aboutSec .right .img1 {
  position: relative;
  z-index: 1;
}
.aboutSec .right .img1 img {
  width: 410px;
  height: 490px;
}
.aboutSec .right .img2 {
  position: absolute;
  bottom: -16%;
  z-index: 1;
  left: 6%;
}
.aboutSec .right .img2 img {
  width: 216px;
  height: 224px;
  border: 10px solid white;
}
.aboutSec .right .borderBlue {
  position: absolute;
  width: 180px;
  height: 355px;
  background: #EBEDF4;
  right: 11%;
  bottom: -10%;
  z-index: 0;
}
.pb_111{
      padding-bottom: 111px;
  }
 .mission {
  background: #F8F8F8;
} 
.mission .Rtext {
  background: #F8F8F8;
 padding-left: 50px;
}
.mission .Rtext .borderText {
  font: 500 14px/10px "Outfit", sans-serif;
  color: white;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid #545454;
  /*border-bottom: 1px solid rgba(55, 55, 55, 0.4509803922);*/
}
.mission .Rtext .heading {
  font: 700 42px/52px "Outfit", sans-serif;
  color: #000;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  /*padding-top: 18px;*/
}
.mission .Rtext ul {
  padding-left: 1rem;
  margin-bottom: 0;
  padding-top: 37px;
}
.mission .Rtext ul li {
  font: 400 16px/23px "Inter", sans-serif;
  /*color: #E9E7E7;*/
  color: #000;
  padding-bottom: 15px;
}
.mission .Rtext .box1 {
  width: 60px;
  height: 128px;
  transform: rotate(-90deg);
  background: rgba(55, 55, 55, 0.4509803922);
  position: absolute;
  right: 34px;
  top: -4%;
}
.mission .Rtext .box2 {
  width: 60px;
  height: 76px;
  transform: rotate(-90deg);
  background: rgba(55, 55, 55, 0.4509803922);
  position: absolute;
  right: 8px;
  top: 13%;
}
.mission .Rtext .box3 {
  width: 60px;
  height: 128px;
  transform: rotate(-90deg);
  background: rgba(55, 55, 55, 0.4509803922);
  position: absolute;
  right: 34px;
  top: 21%;
}

.vision {
  background: #F8F8F8;
}
.vision .LvText {
    padding-right: 50px;
}
.vision .LvText .vdesc {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-top: 37px;
  text-align: justify;
}
.vision .LvText .vinfo {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-top: 23px;
  text-align: justify;
}

.ourValue {
  padding: 114px 0;
}
.ourValue .pt_50 {
  padding-top: 50px;
}
.ourValue .centerText {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourValue .elemImg .heading {
  font: 600 20px/22px "Outfit", sans-serif;
  color: #313131;
  padding-top: 18px;
}
.ourValue .elemImg .desc {
  font: 300 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-top: 15px;
  text-align: justify;
  padding-right: 25px;
}

.ostory {
  background: #F8F8F8;
  padding: 112px 0 145px;
}
.ostory .pt_90 {
  padding-top: 90px;
}
.ostory .pt_104 {
  padding-top: 102px;
}
.ostory .pt_70 {
  padding-top: 70px;
}
.ostory .mt_10 {
  margin-top: -10px;
}
.ostory .pt_85 {
  padding-top: 85px;
}
.ostory .number {
  font: 600 54px/25px "Outfit", sans-serif;
  color: #C3C5D0;
}
.ostory .info {
  font: 400 16px/23px "Inter", sans-serif;
  color: #19268F;
  padding-top: 20px;
}
.ostory .elem1 .number, .ostory .elem1 .info {
  text-align: right;
}
.ostory .elem2 {
  position: relative;
}
.ostory .arrowImage img {
  position: absolute;
  right: -12%;
}
.ostory .elem3 {
  position: relative;
}
.ostory .arrowImage2 img {
  position: absolute;
  left: -24px;
}

.commonText .heading {
  font: 700 41px/52px "Outfit", sans-serif;
  color: #000;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  padding-top: 20px;
}
.commonText .blueSubhead {
  font: 400 16px/19px "Inter", sans-serif;
  text-transform: capitalize;
  color: #19268F;
  padding-top: 10px;
}
.commonText .desc {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-top: 20px;
  text-align: justify;
}
.commonText .orgBorder {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  border: 1px solid var(--p-2, #E7790C);
  padding: 10px 17px;
  margin-top: 18px;
  width: -moz-fit-content;
  width: fit-content;
}
.commonText .orgBorder a {
  color: #313131;
}

.uniGroup {
  padding: 112px 0 106px;
  background: #F8F8F8;
}
.uniGroup .pt_56 {
  padding-top: 56px;
}
.uniGroup .Limage {
  position: relative;
}
.uniGroup .parent {
   overflow: hidden;
}
.uniGroup .Limage .blck {
            width: 360px;
            height: 46px;
            background: #1F1F1F;
            position: absolute;
            bottom: 0;
            right: 0;
            font: 400 16px/23px "Inter", sans-serif;
            color: white;
            padding: 11px 0;
            text-align: center;
}
.uniGroup .Limage .triangle {
            height: 0px;
            width: 0px;
            border: 20px solid #1F1F1F;
            border-top: 26px solid #ffffff00;
            border-left: 16px solid #3c3c3c00;
            position: absolute;
            bottom: 0;
            left: -10%;
}
.uniGroup .Limage .wrap {
    width: 96px;
    height: 46px;
    position: absolute;
    bottom: 0px;
    left: -17%;
    overflow: hidden;
}
.uniGroup .Limage .line {
    width: 100px;
    height: 5px;
    background: #17328a;
    rotate: 128deg;
    transform: translateX(37%);
}
.aboutIndo .indoimage .parent {
    overflow: hidden;
}
.aboutIndo .indoimage .blck2 {
            width: 360px;
            height: 46px;
            background: #1F1F1F;
            position: absolute;
            bottom: 0;
            color: white;
            padding: 11px 0;
            text-align: center;
            font: 400 16px/23px 'Inter', sans-serif;
}
.aboutIndo .indoimage .triangle2 {
            height: 0px;
            width: 0px;
            border: 20px solid #1f1f1f;
            border-top: 26px solid #ffffff00;
            border-right: 16px solid #ffffff00;
            position: absolute;
            bottom: 0;
            right: -10%;
}
.aboutIndo .indoimage .wrap2 {
            width: 96px;
            height: 46px;
            position: absolute;
            bottom: 0px;
            right: -16%;
            overflow: hidden;
}
.aboutIndo .indoimage .line2 {
            width: 100px;
            height: 5px;
            background: #17328a;
            rotate: 52deg;
            transform: translateX(37%);
}
/*.uniGroup .Limage .blackBox {*/
/*  position: absolute;*/
/*  font: 400 16px/66px "Inter", sans-serif;*/
/*  color: white;*/
/*  padding: 13px 0 10px;*/
/*  text-align: center;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  border-bottom: 46px solid #1F1F1F;*/
/*  border-left: 35px solid transparent;*/
/*  height: 46px;*/
/*  width: 398px;*/
/*}*/
.uniGroup .RText {
  padding-left: 35px;
}

.aboutIndo {
  background: #F8F8F8;
}
.aboutIndo .indoleft {
  padding-right: 35px;
}
.aboutIndo .indoimage {
  position: relative;
}
.aboutIndo .indoimage .blackBox2 {
  position: absolute;
  font: 400 16px/66px "Inter", sans-serif;
  color: white;
  padding: 13px 0 10px;
  text-align: center;
  left: 0;
  bottom: 0;
  border-bottom: 46px solid #1F1F1F;
  border-right: 35px solid transparent;
  height: 46px;
  width: 398px;
}

.heatTreatm {
  background: #F8F8F8;
}

.locationSec {
  padding: 91px 0 154px;
}
.locationSec .btn3 {
  background: #19268F;
  font: 500 18px/21px "Inter", sans-serif;
  color: var(--white, #FFF);
  text-align: center;
  text-transform: capitalize;
  width: 181px;
  padding: 12px 0;
}
.locationSec .btn4 {
  background: #FFB260;
  font: 500 18px/21px "Inter", sans-serif;
  color: var(--white, #FFF);
  text-align: center;
  text-transform: capitalize;
  width: 181px;
  padding: 12px 0;
}
.locationSec .btn5 {
  background: #73C266;
  font: 500 18px/21px "Inter", sans-serif;
  color: var(--white, #FFF);
  text-align: center;
  text-transform: capitalize;
  width: 181px;
  padding: 12px 0;
}
.locationSec .Lname {
  font: 500 16px/19px "Inter", sans-serif;
  color: #19268F;
  text-transform: capitalize;
  padding-top: 20px;
}
.locationSec .mt_66 {
  margin-top: 66px;
}
.locationSec .mt_51 {
  margin-top: 51px;
}
.locationSec .pt_28 {
  padding-top: 86px;
}
/*.locationSec .locationMap {*/
/*  padding-left: 50px;*/
/*}*/

.tabsMainSec {
  padding-top: 112px;
  padding-bottom: 112px;
}
.tabsMainSec .tabhead {
  font: 600 22px/25px "Outfit", sans-serif;
  color: #000;
  text-transform: capitalize;
  position: relative;
}
.tabsMainSec .tabhead::after {
  content: "";
  width: 39px;
  height: 4px;
  position: absolute;
  background-color: #19268F;
  bottom: -12px;
  left: 0;
}
.tabsMainSec .left {
  padding-right: 5px;
}
.tabsMainSec .left .inner {
  border: 1px solid rgba(231, 231, 231, 0.93);
  padding: 30px;
}
.tabsMainSec .left .inner .opts {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 58px;
}
.tabsMainSec .left .inner .opts li {
  margin-top: 10px;
}
.tabsMainSec .left .inner .opts li .serviceBtn {
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8;
  transition: all 0.3s;
  text-decoration: none;
}
.tabsMainSec .left .inner .opts li .serviceBtn.active {
  background: var(--p-2, #19268F);
}
.tabsMainSec .left .inner .opts li .serviceBtn .text {
  color: black;
  font: 500 17px/20px "Inter", sans-serif;
}
.tabsMainSec .left .inner .opts li .serviceBtn .text.active {
  background: var(--p-2, #19268F);
  color: white;
}
.tabsMainSec .left .inner .opts li .serviceBtn i {
  margin-left: 16px;
  color: #19268F;
  font-size: 20px;
}
.tabsMainSec .left .inner .opts li .serviceBtn i.active {
  color: white;
}
.tabsMainSec .left .inner .opts li .serviceBtn .borderLeft {
  border-left: 2px solid #19268F;
}
.tabsMainSec .left .inner .opts li .serviceBtn .borderLeft.active {
  border-left: 2px solid white;
}
.tabsMainSec .contactNo {
  border: 1px solid rgba(231, 231, 231, 0.93);
  padding: 56px 57px;
  /*margin-top: 42px;*/
}
.tabsMainSec .contactNo .contText {
  font: 600 22px/30px "Outfit", sans-serif;
  color: #313131;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.tabsMainSec .contactNo a {
  text-decoration: none;
}
.tabsMainSec .contactNo .contBtn {
  font: 500 19px/22px "Inter", sans-serif;
  background: #19268F;
  color: #FFF;
  padding: 16px 70px;
}
.tabsMainSec .contactNo .contBtn i {
  padding-right: 9px;
  color: #FFF;
}
.tabsMainSec .dowlBroc {
  border: 1px solid rgba(248, 248, 248, 0.97);
  background: #F8F8F8;
  padding: 46px 30px;
  margin-top: 42px;
}
.tabsMainSec .dowlBroc .dwnBtn {
  font: 500 19px/22px "Inter", sans-serif;
  color: #ffffff;
  background-color: #313131;
  width: 100%;
  padding: 12px 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 67px;
}
.tabsMainSec .dowlBroc .dwnBtn::after {
  content: url(../images/downloadP.svg);
}
.tabsMainSec .right {
  padding-left: 6px;
}
.tabsMainSec .right .serviceHeading {
  font: 600 42px/52px "Outfit", sans-serif;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  padding-top: 20px;
  color: #000;
}
.tabsMainSec .right .tabDesc {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-top: 15px;
 text-align: justify;
}
.tabsMainSec .right .tabSubHead {
  font: 600 20px/25px "Outfit", sans-serif;
  color: #000000;
  margin-top: 39px;
}
.tabsMainSec .right .info {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding: 10px 17px;
  margin-top: 19px;
  width: -moz-fit-content;
  width: fit-content;
}
.tabsMainSec .right .OrgBorder {
  border: 1px solid var(--p-2, #E7790C);
}
.tabsMainSec .right .mt_74 {
  margin-top: 58px;
}
.tabsMainSec .right .mt_24 {
  margin-top: 24px;
}
.tabsMainSec .right .mt_47 {
  margin-top: 47px;
}
.tabsMainSec .right .plantSer .row {
  border-right: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
}
.tabsMainSec .right .plantSer .tHead {
  font: 600 15px/18px "Inter", sans-serif;
  color: #000000;
  padding-top: 18px;
  padding-bottom: 14px;
  background: #F8F8F8;
}
.tabsMainSec .right .plantSer .pl_19 {
  padding-left: 12px;
}
.tabsMainSec .right .plantSer .pl_30 {
  padding-left: 30px;
}
.tabsMainSec .right .plantSer .trow {
  font: 400 16px/19px "Inter", sans-serif;
  color: #000000;
  padding: 15px 30px;
}
.tabsMainSec .right .plantSer .p_12 {
  padding: 11px;
}

.qualityPolicy {
  padding: 112px 0;
}
.qualityPolicy .tText {
  font: 500 14px/24px "Outfit", sans-serif;
  color: #19268F;
  padding-bottom: 18px;
}
.qualityPolicy .LText {
  font: 700 42px/52px "Outfit", sans-serif;
  color: #000;
  padding-bottom: 24px;
}
.qualityPolicy p {
  color: var(--body, #313131);
  margin: 0;
  text-align: justify;
}
.qualityPolicy .MT_50 {
  margin-top: 50px;
}
.qualityPolicy .SCPL {
  padding-top: 100px;
}
.qualityPolicy .SCPL .scope {
  margin-bottom: 63px;
}
.qualityPolicy .SCPL .policy ul {
  padding-left: 1rem;
}
.qualityPolicy .SCPL .policy ul li {
  color: #313131;
  padding-top: 15px;
   text-align: justify;
}
.qualityPolicy .SCPL .scope .head, .qualityPolicy .SCPL .policy .head {
  font: 700 38px/48px "Outfit", sans-serif;
  padding-bottom: 24px;
}
.qualityPolicy .SCPL .borderImage {
  border: 40px solid rgba(231, 231, 231, 0.93);
  border-bottom: 0;
}
.qualityPolicy .SCPL .blackB {
  padding: 26px 0;
  text-align: center;
  background-color: #000;
  font: 700 33px/44px "Outfit", sans-serif;
  letter-spacing: 0.66px;
  text-transform: capitalize;
  color: #FFF;
}
.qualityPolicy .SCPL .borderImage{
    position: relative;
}
.qualityPolicy .SCPL .viewImg{
   position: absolute;
   top: 46%;
   left: 45%;
}
@media (max-width: 1200px) {
  .qualityPolicy .SCPL {
    padding-top: 70px;
  }
  .qualityPolicy .SCPL .scope {
    margin-bottom: 20px;
  }
  .qualityPolicy .SCPL .scope .head, .qualityPolicy .SCPL .policy .head {
    font: 700 32px/48px "Outfit", sans-serif;
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .qualityPolicy {
    padding: 70px 0;
  }
  .qualityPolicy .flexDR {
    flex-direction: column-reverse;
  }
  .qualityPolicy .scope {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .qualityPolicy .LText {
    font: 700 35px/52px "Outfit", sans-serif;
    padding-bottom: 15px;
  }
  .qualityPolicy .tText {
    padding-bottom: 10px;
  }
  .qualityPolicy .MT_50 {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .qualityPolicy {
    padding: 60px 10px;
  }
  .qualityPolicy .SCPL {
    padding-top: 50px;
  }
  .qualityPolicy .SCPL .scope {
    margin-bottom: 20px;
  }
  .qualityPolicy .SCPL .scope .head, .qualityPolicy .SCPL .policy .head {
    font: 700 28px/38px "Outfit", sans-serif;
    padding-bottom: 5px;
  }
}
.certificate {
  padding: 151px 0 112px;
  background: #F8F8F8;
}
.certificate .CText .CDesc {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-top: 24px;
  text-align: justify;
}
.certificate .CImage {
  padding-left: 41px;
}

.certifiacteImg {
  padding-bottom: 208px;
  background: #F8F8F8;
}
.certifiacteImg .BorderImage {
  border: 27px solid rgba(231, 231, 231, 0.93);
  border-bottom: 0;
  position: relative;
}
.certifiacteImg .BorderImage .viewImg {
  position: absolute;
  top: 45%;
  left: 45%;
}
.certifiacteImg .bottomBtn {
  background: #000000;
  font: 700 24px/30px "Outfit", sans-serif;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  padding: 21px;
}

.metaLab {
  padding: 112px 0;
  background: #F8F8F8;
}
.metaLab .metaImage {
  padding-right: 22px;
}
.metaLab .metaText {
  padding-left: 22px;
  padding-top: 60px;
}
.metaLab .metaDesc {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-top: 24px;
  text-align: justify;
}
.metaLab .metaLabSec {
  padding-top: 100px;
}
.metaLab .metaLabSec .metaLeft {
  padding-right: 22px;
}
.metaLab .metaLabSec .metaRight {
  padding-left: 22px;
}

.equipment {
  padding: 98px 0 120px;
}
.equipment .equDesc {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-top: 24px;
  padding-left: 20px;
  text-align: justify;
}
.equipment .pl_15 {
  padding-left: 15px;
}
.equipment .equipTable {
  padding-top: 95px;
  padding-left: 90px;
}
.equipment .equipTable .bgV .sr, .equipment .equipTable .bgV .name, .equipment .equipTable .bgV .make, .equipment .equipTable .bgV .used {
  font: 500 15px/18px "Inter", sans-serif;
  color: #FFFFFF;
  background: #19268F;
  padding: 18px 48px 14px;
}
.equipment .equipTable .sr, .equipment .equipTable .name, .equipment .equipTable .make, .equipment .equipTable .used {
  font: 400 16px/23px "Inter", sans-serif;
  color: #000000;
  padding: 13px 48px;
  border-bottom: 1px solid #E7E7E7;
}
.equipment .equipTable .sr {
  width: 220px;
  border-left: 1px solid #E7E7E7;
}
.equipment .equipTable .name {
  width: 300px;
}
.equipment .equipTable .make {
  width: 285px;
}
.equipment .equipTable .used {
  width: 360px;
  border-right: 1px solid #E7E7E7;
}

.SCADA {
  padding: 112px 0;
}
.SCADA .para {
  padding-top: 24px;
}
.SCADA .para p {
  margin-bottom: 10px;
}
.SCADA .SCADAImage {
  margin-top: 40px;
}
.SCADA .advS {
  padding-top: 112px;
}
.SCADA .advS .hEAD {
  font: 700 28px/38px "Outfit", sans-serif;
  margin-bottom: 44px;
}
.SCADA .advS .text {
  font: 400 16px/26px "Inter", sans-serif;
  margin-bottom: 39px;
  padding-left: 19px;
  position: relative;
}
.SCADA .advS .text::before {
  content: url("../images/SCADALine.webp");
  position: absolute;
  left: 0;
}

@media (max-width: 992px) {
  .flexDR {
    flex-direction: column-reverse;
  }
  .SCADA {
    padding: 60px 0;
  }
  .SCADA .advS {
    padding-top: 60px;
  }
  .SCADA .SI {
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .SCADA {
    padding: 40px 0;
  }
  .SCADA .advS {
    padding-top: 40px;
  }
  .SCADA .advS .hEAD {
    margin-bottom: 25px;
  }
  .SCADA .advS .text {
    margin-bottom: 20px;
  }
  .SCADA .SI {
    margin-bottom: 25px;
  }
}
.career {
  padding: 122px 0 57px 0;
}
.career .imG {
  margin-right: 17px;
}
.career .tagl {
  font: 500 17px/27px "Inter", sans-serif;
  padding-bottom: 20px;
  padding-top: 24px;
}
.career p {
  color: var(--body, #313131);
  margin-bottom: 30px;
}
.career .lrps .d-flex {
  -moz-column-gap: 64px;
       column-gap: 64px;
}
.career .lrps .d-flex .title {
  font: 500 18px/28px "Outfit", sans-serif;
  padding: 18px 0;
}
.career .lrps .d-flex p {
  color: var(--body, #313131);
}
.career .desc{
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-bottom: 28px;
  text-align: justify;
}
.career .PT_24{
  padding-top: 24px;
}
.career .head{
  font: 500 18px/25px "Outfit", sans-serif;
  color: #313131;
}
.career .info{
  font: 300 16px/23px "Inter", sans-serif;
  color: #313131;
  padding: 18px 0;
  text-align: justify;
}
.empStory{
  padding: 112px 0 82px;
  background: #F8F8F8;
}
.empStory .empParent{
  padding-top: 57px;
}
.empStory .empParent .element .empDesc{
  background: #FFF;
  padding: 40px 30px;
  /*margin-left: 40px;*/
  height: 300px;
}
.empStory .empParent .element .empDesc .name{
  font: 500 16px/20px "Outfit", sans-serif;
  color: #19268F;
  text-transform: uppercase;
}
.empStory .empParent .element .empDesc .desgn{
  font: 400 14px/17px "Outfit", sans-serif;
  color: #525DB7;
  text-transform: capitalize;
  padding-top: 7px;
}
.empStory .empParent .element .empDesc .info{
  font: 400 15px/23px "Inter", sans-serif;
  color: #313131;
  padding-top: 22px;
  text-align: justify;
}
.empStory .empParent .element{
 position: relative;
}
.empStory .empParent .element .empImage{
  position: absolute;
  top: 26px;
}
.empStory .empParent .owl-carousel .owl-item img{
  width: auto;
}
.empStory .empParent .empSlider .owl-nav {
  position: absolute;
  right: 0;
  top: -12%;
}
.empStory .empSlider .owl-nav button.owl-prev{
 width: 35px;
 height: 35px;
 background: #EDEDED;
 border-radius: 35px;
}
.empStory .empSlider .item{
  margin-top: 22px;
}
.empStory .empSlider .owl-nav button.owl-next{
 width: 35px;
 height: 35px;
 background:#FFFFFF;
 border-radius: 35px;
}
.empStory .empSlider .owl-nav [class*=owl-]:hover {
  color:#000000;
}
.empStory .empParent .element .empImage2{
  display: none;
}
.commitment{
  padding-bottom: 90px;
  padding-top: 80px;
  background: #F8F8F8;
}
.commitment .left{
  padding-right: 22px;
  
}
.commitment .right{
  padding-left: 22px;
  padding-top: 26px
}
.commitment .left .desc{
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding: 24px 0;
  text-align: justify;
}
.commitment .left .element{
  padding-bottom: 17px;
  padding-right: 17px;
}
.commitment .left .element .info{
  font: 300 16px/23px "Inter", sans-serif;
  padding-left: 16px;
}
.commitment .left .element .info span{
  font: 600 16px/23px "Inter", sans-serif;
}
.development{
  padding: 71px 0 74px;
}
.development .right{
 
  padding-left: 22px;
}
.development .left{
  padding-right: 22px;
}
.development .desc{
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding: 24px 0 36px;
  text-align: justify;
}
.development .content .title{
  font: 500 18px/28px "Outfit", sans-serif;
  color: #313131;
  padding-top: 18px;
}
.development .content .info{
  font: 300 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-top: 18px;
  padding-right: 20px;
  text-align: justify;
}
.hiring {
  padding: 112px 0 101px 0;
  background: #F8F8F8;
}
.hiring .DESC{
     font: 300 22px/32px "Inter", sans-serif;
  color: #313131;
  padding-top: 20px;
}
.hiring .MT_45 {
  margin-top: 45px;
}
.hiring .pbg {
  padding: 30px 58px;
  border: 1px solid rgba(231, 231, 231, 0.93);
  margin-bottom: 30px;
}
.hiring .pbg .plus i {
  color: #19268F;
}
.hiring .pbg .design {
  font: 600 20px/30px "Outfit", sans-serif;
  padding-bottom: 13px;
}
.hiring .pbg .design span {
  font: 500 18px/28px "Outfit", sans-serif;
  color: #E7790C;
  padding-left: 10px;
}
.hiring .pbg .opening {
  font: 500 16px/23px "Inter", sans-serif;
  color: #E7790C;
  padding-bottom: 32px;
}
.hiring .exploreService {
  font: 400 16px/23px "Inter", sans-serif;
  color: white;
  display: inline-block;
  width: 177px;
  padding: 13px 0;
  background: #19268F;
  text-decoration: none;
  text-align: center;
}
.hiring .flx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: end;
} 
.hiring  .MT_57{
  margin-top: 57px;
}
.hiring .toggleButton{
  background: none;
  border: medium none;
  font-size: 28px;
  color: #19268f;
  transition: .3s;
}
.hiring .description{
  transition: max-height 0.5s ease;
}
.hiring .pbg .fBtn .applyWidth{
  width: 140px;
}

.benefits{
  padding: 61px 0 83px;
}
.benefits .desc{
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding: 24px 180px 15px;
}
.benefits .element .head{
  font: 500 18px/25px "Outfit", sans-serif;
  color: #313131;
  padding-top: 18px;
}
.benefits .element .info{
  font: 300 16px/23px "Inter", sans-serif;
  color: #313131;
  padding: 18px 20px 0px;
}
.university{
  padding: 90px 0 35px;
  background: #F8F8F8;
}
.university .left .desc{
  font: 400 15px/23px "Inter", sans-serif;
  color: #313131;
  padding-bottom: 22px;
  text-align: justify;
}
.university .left .desc span{
  font: 600 15px/23px "Inter", sans-serif;
}
.university .left .PT_24{
  padding-top: 24px;
}
.university .PT_67{
  padding-top: 67px;
}
.team {
  padding: 64px 0;
}
.team .text {
  font: 600 24px/34px "Outfit", sans-serif;
  color: #000;
  padding-bottom: 17px;
}
.team p {
  font: 500 17px/28px "Outfit", sans-serif;
  margin: 0;
}
.team .cont_end{
    display: grid;
    justify-content: end;
}
.team .eMail {
  border: 1px solid var(--p-2, #E7790C);
  padding: 10px 17px;
  color: #313131;
  width: -moz-fit-content;
  width: fit-content;
}
.team .eMail a {
 text-decoration: none;
    color: black;
}
@media (max-width: 1400px) {
  .empStory .empParent .element .empDesc {
    height: 320px;
  }
  .career .desc {
    padding-bottom: 20px;
}
/*.commitment .left{*/
/*  padding-left: 55px;*/
/*}*/
.development .right {
  
  padding-left: 15px;
}
.development .left {
  padding-right: 15px;
}
.development .content .info {
  padding-right: 18px;
}
}
@media (max-width: 1200px) {
  .empStory .empParent .element .empDesc {
    height: 340px;
  }
  .career .info {
    padding: 15px 0;
  }
  .career .desc {
    padding-bottom: 15px;
  }
  .career .PT_24 {
    padding-top: 15px;
  }
  .commitment .left {
    padding-right: 18px;
  }
  .commitment .right {
    padding-left: 18px;
 }
 .benefits .desc {
  padding: 20px 40px 15px;
}
.hiring .pbg .fBtn{
  text-align: start !important;
  margin-top: 10px;
}
}
@media (max-width: 992px) {
  .hiring {
    padding: 70px 0;
  }
  .career {
    padding: 90px 0 57px 0;
  }
  .empStory {
    padding: 80px 0 70px;
    background: #F8F8F8;
  }
  .empStory .empParent .element .empDesc {
    height: 430px;
  }
  .career .CareerR{
    margin-top: 20px;
  }
  .commitment .left .desc {
    padding: 18px 0;
}
.commitment {
  padding-bottom: 60px;
}
/*.commitment .left {*/
/*  padding-left: 35px;*/
/*}*/
.development .left {
  padding-right: 50px;
}
.development .right {
    padding-left: 0px;
}
.commitment .right {
    padding-left: 0px;
}
.university .left .PT_24 {
  padding-top: 20px;
}
/*.desc {*/
/*  padding-bottom: 20px;*/
/*}*/
.university {
  padding: 80px 0 35px;
}
.university .PT_67 {
  padding-top: 0px;
}
.team .cont_end {
  display: grid;
  justify-content: start;
  padding-top: 20px;
}
}
@media (max-width: 768px) {
  .empStory .empParent .element .empDesc {
    height: 540px;
}
.development .content .info {
  padding-right: 7px;
}
.hiring .pbg .opening {
  padding-bottom: 20px;
}
.hiring .pbg {
    padding: 30px 35px;
}
}
@media (max-width: 575px) {
  .hiring {
    padding: 40px 0;
  }
  .hiring .pbg {
    padding: 30px 20px;
  }
  .team {
    padding: 45px 0;
  }
  .career {
    padding: 50px 0 40px 0;
  }
  .career .lrps .d-flex {
    flex-wrap: wrap;
  }
  .empStory .empParent .element .empImage{
    display: none;
  }
  .empStory .empParent .element .empImage2{
    display: block;
    position: absolute;
    right: 33%;
    top: -20px;
  }
  .empStory .empParent .element .empDesc {
    padding: 20px;
    margin-left: 0px;
    /*height: 750px;*/
  }
  .empStory .empParent .element .empDesc .info {
    padding-top: 16px;
  }
  .empStory {
    padding: 50px 0 40px;
  }
  .commitment {
    padding-top: 30px;
}
.commitment .left .element {
  padding-bottom: 15px;
  padding-right: 0px;
}
.development .left {
  padding-right: 20px;
}
.development .right {
  
  padding-left: 0;
}
.development .desc {  
  padding: 15px 0 30px;
}
.development .content .info {
  padding-right: 0px;
}
.development .content .title {
  padding-top: 14px;
}
.development .content .info {
  padding-top: 14px;
}
.development {
  padding: 40px 0 40px;
}
.commitment {
  padding-bottom: 40px;
}
.benefits {
  padding: 40px 0 40px;
}
.benefits .desc {
  padding: 15px 0px 15px;
}
.benefits .element .info {
  padding: 14px 0px 0px;
}
.benefits .element .head {
  padding-top: 14px;
}
.university {
  padding: 40px 0 35px;
}
.university .left .PT_24 {
  padding-top: 15px;
}
.university .left .desc {
  padding-bottom: 15px;
}
.hiring .MT_45 {
  margin-top: 30px;
}
.hiring .pbg .design {
  font: 600 18px/28px "Outfit", sans-serif;
}
.hiring .pbg .design span {
  font: 500 16px/26px "Outfit", sans-serif;
  padding-left: 8px;
}
.team .eMail {
  padding: 10px 3px;
}
}
.enquire {
  padding-bottom: 38px;
}
.enquire input {
  padding: 15px 34px;
  margin-bottom: 25px;
  width: 100%;
  border: 1px solid #E9E9E9;
  outline: none;
  color: #848484;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.enquire .exploreService {
  font: 400 16px/23px "Inter", sans-serif;
  color: white;
  display: inline-block;
  width: 177px;
  padding: 13px 0;
  background: #19268F;
  text-decoration: none;
  text-align: center;
}

.punePlantSec {
  padding: 112px 0 118px;
  background: #F8F8F8;
}
.punePlantSec .left .opts {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 69px;
}
.punePlantSec .left .opts li a {
  font: 500 17px/20px "Inter", sans-serif;
  padding: 16px 18px;
  display: block;
  color: #000000;
  letter-spacing: -0.36px;
  background: #F0F0F0;
  transition: all 0.3s;
  text-decoration: none;
  width: 180px;
  text-align: center;
}
.punePlantSec .left .opts li a.active {
  background: #19268F;
  color: #FFFFFF;
}
.punePlantSec .punePlantSlider .owl-nav {
  position: absolute;
  right: 21px;
  bottom: 9px;
}
.punePlantSec .punePlantSlider .owl-nav button.owl-prev, .punePlantSec .punePlantSlider .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: rgba(244, 244, 244, 0.56);
}
.punePlantSec .plantInfo{
  height: 100%;
}
.punePlantSec .plantInfo .inner {
  border: 1px solid var(--stroke, rgba(231, 231, 231, 0.93));
  padding: 23px;
}
.punePlantSec .plantInfo .inner .Plantheading {
  font: 600 22px/25px "Outfit", sans-serif;
  color: #000;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 30px;
}
.punePlantSec .plantInfo .inner .Plantheading::after {
  content: "";
  width: 39px;
  height: 4px;
  position: absolute;
  background-color: #19268F;
  bottom: -12px;
  left: 0;
}
.punePlantSec .plantInfo .inner .plantDesc {
  font: 400 16px/23px "Inter", sans-serif;
  color: #555151;
  padding-bottom: 13px;
}
.punePlantSec .plantInfo .inner .plantText {
  font: 400 16px/23px "Inter", sans-serif;
  color: #5D5A5A;
  border-bottom: 1px solid #C7C7C7;
  padding: 20px 0;
}
.punePlantSec .plantInfo .inner span {
  color: #000000;
  margin-right: 8px;
}
.punePlantSec .plantInfo .inner .pt_20 {
  padding-top: 20px;
}
.punePlantSec .aboutPlant .pt_45 {
  padding-top: 45px;
}

.commonDesc {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-top: 23px;
  /*padding-right: 50px;*/
  text-align: justify;
  /*padding-right: 115px;*/
}

.sealed {
  padding: 114px 0;
}
.sealed .MB_80 {
    margin-bottom: 80px;
}
/*.sealed .LeftImage {*/
/*  padding-right: 17px;*/
/*}*/
/*.sealed .RightText {*/
/*  padding-left: 17px;*/
/*}*/

.commonSec .Cbrd {
  margin-top: 30px;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
}
.commonSec .Cbrd .row {
  border-bottom: 1px solid #E7E7E7;
}
.commonSec .Cbrd .Rbg {
  background: #F8F8F8;
}
.commonSec .SHeading {
  font: 700 30px/37px "Outfit", sans-serif;
  color: #000;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  padding-top: 30px;
}
.commonSec .itext {
  font: 500 15px/18px "Inter", sans-serif;
  color: #000000;
  padding: 18px 30px 14px;
}
.commonSec .smD {
  font: 400 16px/19px "Inter", sans-serif;
  color: #000000;
  padding: 12px 30px;
}
.commonSec .blueBg {
  background: #EFEEEE;
}

.gasNitriding {
  padding: 80px 0;
  background: #F8F8F8;
}
.gasNitriding .GText {
  padding-right: 17px;
}
.gasNitriding .GImage {
  padding-left: 17px;
}
.gasNitriding .mt_17 {
  margin-top: 17px;
}

.ContactUs .PL-109PX {
  padding-left: 109px;
  padding-right: 15px;
}
.ContactUs .pl_15{
    padding-left: 15px;
}
.bgGray{
    background: #F8F8F8;
}
@media (max-width: 1200px) {
  .ContactUs .PL-109PX {
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .ContactUs .PL-109PX {
    padding-left: 50px;
  }
}
.ContactUs .clDirection {
  flex-direction: column;
  border: 0;
}
.ContactUs .mapBtn {
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8 !important;
  color: #000;
  transition: all 0.3s;
  text-decoration: none;
  width: 100%;
  border-radius: 0 !important;
  margin-bottom: 8px !important;
}
.ContactUs .nav-tabs .nav-link {
    border: none !important;
}
.ContactUs .mapBtn i {
  border-left: 2px solid #19268F;
  padding-left: 15px;
  color: #19268F;
}
.ContactUs .mapBtn:hover {
  border: none;
}
.ContactUs .mapBtn.active {
  background: #19268F !important;
  color: #FFF !important;
}
/*.ContactUs .nav-link:focus, .nav-link:hover {*/
/*    color: black !important;*/
/*}*/
.ContactUs .mapBtn.active i {
  border-left: 2px solid #FFF;
  color: #FFF;
}
.ContactUs .nav-link:focus-visible {
  box-shadow: none;
}

@media (max-width: 992px) {
  .ContactUs .PL-109PX {
    padding: 30px 80px;
  }
}
.addressC {
  padding: 112px 141px 184px 141px;
  background: #000;
}
.addressC .hrBox {
  padding: 25px;
  border: 1px solid #FFF;
  height: 100%;
}
.addressC .hrBox .headA {
  font: 600 18px/28px "Inter", sans-serif;
  color: #FFF;
  padding-bottom: 31px;
}
.addressC .hrBox .call, .addressC .hrBox .email {
  font: 500 16px/26px "Inter", sans-serif;
  color: #FFF;
  padding-bottom: 18px;
}

.infoQ {
  padding: 0 127px 200px 127px;
  margin-top: -100px;
}
.infoQ .infoParent {
  padding: 57px 36px;
  padding-bottom: 29px;
  border: 1px solid rgba(231, 231, 231, 0.93);
  background-color: #FFF;
}
.infoQ .infoHead {
  font: 700 36px/46px "Outfit", sans-serif;
  color: #000;
  padding-bottom: 16px;
}
.infoQ p {
  margin-bottom: 34px;
}
.infoQ .info .name {
  font: 600 18px/28px "Outfit", sans-serif;
  color: #000;
}
.infoQ .info .post {
  font: 400 13px/23px "Outfit", sans-serif;
  color: #313131;
}
.infoQ .imP {
  -moz-column-gap: 21px;
       column-gap: 21px;
  margin-bottom: 29px;
}
.infoQ .imP img {
  padding: 11px;
  background: #EDF4FF;
}
.infoQ .requestQ {
  padding: 40px 60px;
  border: 1px solid #E6E6E6;
  background: #F2F2F2;
}
.infoQ .requestQ input, .infoQ .requestQ textarea {
  padding: 15px 25px;
  width: 100%;
  margin-bottom: 35px;
  outline: none;
  border: 1px solid #F2F2F2;
}
.infoQ .requestQ .exploreService {
  font: 400 14px/16px "Inter", sans-serif;
  color: white;
  display: inline-block;
  width: 177px;
  padding: 13px 0;
  background: #19268F;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.pb_111{
      padding-bottom: 90px;
  }
@media (max-width: 1200px) {
  .infoParent {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .sqfDesc .sqfInfo {
    width: 807px;
  }
 
}
@media (max-width: 992px) {
  .infoQ {
    padding: 0 0 150px 0;
  }
  .addressC {
    padding: 90px 0px 170px 0px;
  }
}
@media (max-width: 575px) {
  .ContactUs .PL-109PX {
    padding: 30px;
  }
  .infoQ {
    padding: 0 0 90px 0;
  }
  .infoQ .requestQ {
    padding: 40px 20px;
  }
  .infoQ .requestQ input, .infoQ .requestQ textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
  }
  .infoQ .infoParent {
    padding: 40px 10px 10px 10px;
  }
  .infoQ .infoHead {
    font: 700 32px/40px "Outfit", sans-serif;
  }
  .infoQ .imP img {
    padding: 8px;
  }
  .addressC {
    padding-bottom: 140px;
  }
  .addressC .hrBox {
    padding: 20px;
  }
}
.events {
  padding: 112px 0;
}
.events .subE .BLUEBox {
  font: 700 24px "Outfit", sans-serif;
  color: #FFF;
  background-color: #19268F;
  padding: 11px 16px;
  text-align: center;
  width: 95px;
  height: 80px;
}
.events .DEScription {
  margin-bottom: 100px;
}
.events .DEScription .head {
  font: 700 30px/40px "Outfit", sans-serif;
  color: #000;
  padding-bottom: 15px;
}
.events .DEScription .address {
  font: 500 16px/26px "Inter", sans-serif;
  color: #19268F;
  padding-bottom: 29px;
}
.events .DEScription p {
  margin-bottom: 36px;
}
.events .DEScription .BTNE a {
  font: 500 14px/24px "Inter", sans-serif;
  color: #E7790C;
  text-decoration: none;
}

@media (min-width: 1400px) {
  .events .DEScription {
    padding-right: 80px;
  }
  .sqfDesc .sqfInfo {
    padding-bottom: 42px;
  }
}
@media (max-width: 992px) {
  .events .DEScription {
    margin-top: 55px;
  }
}
@media (max-width: 768px) {
  .events {
    padding: 55px 0;
  }
  .events .subE .BLUEBox {
    font-size: 18px;
    padding: 10px;
    width: 70px;
    height: 70px;
  }
  .events .DEScription {
    margin-top: 35px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
    .ostory .mt_10 {
    margin-top: 0px;
}
  .events .DEScription {
    margin-top: 25px;
  }
  .events .DEScription .head {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .events .DEScription .address {
    padding-bottom: 12px;
  }
  .events .DEScription p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 400px) {
  .events .subE .BLUEBox {
    font-size: 14px;
    padding: 5px;
    width: 45px;
    height: 45px;
  }
}
.SQF {
  background: #F8F8F8;
  padding: 112px 0;
}
.SQF .sqfImage {
  padding-right: 5px;
}
.SQF .sqfText {
  padding-left: 5px;
}
.SQF .pr_26 {
  padding-right: 0px;
}

.sqfDesc {
  padding: 61px 0;
}
.sqfDesc .sqfInfo {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-bottom: 42px;
}
.sqfDesc .list .dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #E7790C;
  position: absolute;
  margin-top: 5px;
}
.sqfDesc .list .desc {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-left: 27px;
  padding-right: 22px;
  margin-bottom: 24px;
}

.Ceventheading {
  font: 600 22px/25px "Outfit", sans-serif;
  color: #000;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 30px;
}

.Ceventheading::after {
  content: "";
  width: 39px;
  height: 4px;
  position: absolute;
  background-color: #19268F;
  bottom: -12px;
  left: 0;
}

.eventDetail {
  padding-top: 112px;
  padding-bottom: 56px;
  background: #F8F8F8;
}
.eventDetail .title {
  font: 700 42px/52px "Outfit", sans-serif;
  color: #000;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  padding-bottom: 39px;
}
.eventDetail .eventDetailSlider .owl-nav button.owl-prev, .eventDetail .eventDetailSlider .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: rgba(244, 244, 244, 0.56);
}
.eventDetail .eventDetailSlider .owl-nav {
  position: absolute;
  right: 21px;
  bottom: 9px;
}
.eventDetail .eventDetailSlider .owl-nav [class*=owl-]:hover {
    color: #000000;
}
.eventDetail .eventInfo .inner {
  border: 1px solid var(--stroke, rgba(231, 231, 231, 0.93));
  padding: 29px;
}
.eventDetail .eventInfo .inner .pt_20 {
  padding-top: 20px;
}
.eventDetail .eventInfo .inner span {
  color: #000000;
  margin-right: 8px;
}
.eventDetail .eventInfo .inner .eventDesc {
  font: 400 16px/23px "Inter", sans-serif;
  color: #555151;
  padding-bottom: 13px;
}
.eventDetail .eventInfo .inner .eventText {
  font: 400 16px/23px "Inter", sans-serif;
  color: #5D5A5A;
  border-bottom: 1px solid #C7C7C7;
  padding: 20px 0;
}
.eventDetail .para p {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
}
.eventDetail .parent {
  padding-top: 36px;
}
.eventDetail .parent .DEScription {
  margin-bottom: 40px;
}
.eventDetail .parent .DEScription .head {
  font: 600 22px/28px "Outfit", sans-serif;
  color: #000;
  padding-bottom: 10px;
}
.eventDetail .parent .DEScription .address {
  font: 400 14px/24px "Inter", sans-serif;
  color: #5D5A5A;
  padding-bottom: 10px;
}
.eventDetail .parent .DEScription .BTNE a {
  font: 500 14px/24px "Inter", sans-serif;
  color: #E7790C;
  text-decoration: none;
}

.aboutEvent {
  background: #F8F8F8;
  padding-bottom: 112px;
}
.aboutEvent .EDesc {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-bottom: 20px;
}

.aboutEventLeftRight .smT {
  font: 400 16px/23px "Inter", sans-serif;
  color: #555151;
}

.downArrow {
  display: none;
}

.tabsMainSec .dlgNone {
  display: none;
}
.tabsMainSec .right .main {
  font: 600 20px/25px "Outfit", sans-serif;
  color: #000000;
  margin-top: 25px;
  padding-bottom: 9px;
}
.tabsMainSec .right .points {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-bottom: 4px;
  position: relative;
  padding-left: 15px;
}
.tabsMainSec .right .points::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: black;
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 10px;
}
.vision .LvText .heading{
    font: 700 42px/52px "Outfit", sans-serif;
    color: #000;
    letter-spacing: 0.84px;
    text-transform: capitalize;
}
/*@media (min-width: 1400px) {*/
  
/*}*/
@media (max-width: 1400px) {
 /* .punePlantSec .plantInfo .commonDesc{*/
 /*   font-size: 15px;*/
 /*   padding-top: 10px;*/
 /*}*/
  .aboutSec .right .borderBlue {
    right: 0%;
    bottom: -6%;
  }
 
  .mission .Rtext .box1 {
    top: -5%;
  }
  .mission .Rtext .box2 {
    top: 15%;
  }
  .mission .Rtext .box3 {
    top: 24%;
  }
 
  .ostory .arrowImage img {
    right: -14%;
  }
  .uniGroup .RText {
    padding-left: 10px;
  }
  .aboutIndo .indoleft {
    padding-right: 10px;
  }
  .commonText .heading {
    font-size: 36px;
    line-height: 48px;
    padding-top: 10px;
  }
  .commonText .blueSubhead {
    font-size: 15px;
  }
  .commonText .desc {
    font-size: 15px;
    padding-top: 10px;
  }
  .commonText .orgBorder {
    font-size: 15px;
    padding: 10px 15px;
    margin-top: 10px;
  }
  .uniGroup .Limage .blackBox {
    width: 349px;
  }
  .aboutIndo .indoimage .blackBox2 {
    width: 349px;
  }
  .tabsMainSec .contactNo .contBtn {
    font-size: 18px;
    padding: 13px 50px;
  }
  .tabsMainSec .contactNo .contBtns {
    text-align: center;
  }
  .metaLab .metaText {
    padding-top: 35px;
  }
  .equipment .equipTable .sr, .equipment .equipTable .name, .equipment .equipTable .make, .equipment .equipTable .used {
    padding: 10px 30px;
  }
  .equipment .equipTable .bgV .sr, .equipment .equipTable .bgV .name, .equipment .equipTable .bgV .make, .equipment .equipTable .bgV .used {
    padding: 18px 30px 14px;
  }
  .punePlantSec .left .opts li a {
    width: 160px;
  }
  .punePlantSec .plantInfo .inner {
    padding: 15px;
  }
  .punePlantSec .plantInfo .inner .plantText {
    padding: 16px 0;
  }
  .eventDetail .eventInfo .inner {
    padding: 15px;
  }
  .eventDetail .eventInfo .inner .eventText {
    padding: 16px 0;
  }
  .commonSec .itext {
    padding: 14px 20px 14px;
  }
  .commonDesc {
    padding-top: 20px;
    /*padding-right: 0px;*/
  }
  /*.sealed .LeftImage {*/
  /*  padding-right: 10px;*/
  /*}*/
  /*.sealed .RightText {*/
  /*  padding-left: 10px;*/
  /*}*/
  .gasNitriding .GText {
    padding-right: 10px;
  }
  .gasNitriding .GImage {
    padding-left: 10px;
  }
  .commonSec .Cbrd {
    margin-top: 30px;
  }
  .SQF .sqfText .pt_10 {
    padding-top: 10px;
  }
  .eventDetail .title {
    font-size: 36px;
    line-height: 47px;
  }
  .uniGroup .Limage .blck {
    width: 315px;
}
.uniGroup .Limage .triangle {
    border: 19px solid #1F1F1F;
    border-top: 27px solid #ffffff00;
    border-left: 13px solid #3c3c3c00;
    left: -10%;
}
.uniGroup .Limage .wrap {
    left: -19%;
}
.uniGroup .Limage .line {
    rotate: 126deg;
}
.aboutIndo .indoimage .blck2 {
    width: 315px;
}
.aboutIndo .indoimage .triangle2 {
    border: 19px solid #1f1f1f;
    border-top: 28px solid #ffffff00;
    border-right: 11px solid #ffffff00;
    right: -9%;
}
.aboutIndo .indoimage .wrap2 {
    right: -18%;
}
.aboutIndo .indoimage .line2 {
    rotate: 59deg;
}
}
@media (max-width: 1200px) and (min-width: 992px) {
     .commonDesc {
    padding-top: 10px;
  }
  .aboutSec .right .borderBlue {
    display: none;
  }
  .uniGroup .Limage .blck {
    width: 266px;
}
.uniGroup .Limage .triangle {
    border: 18px solid #1F1F1F;
    border-top: 28px solid #ffffff00;
    border-left: 12px solid #3c3c3c00;
    left: -11%;
}
.uniGroup .Limage .wrap {
    left: -22%;
}
.uniGroup .Limage .line {
    rotate: 124deg;
}
.aboutIndo .indoimage .blck2 {
   width: 266px;
}
.aboutIndo .indoimage .triangle2 {
    border: 19px solid #1f1f1f;
    border-top: 28px solid #ffffff00;
    border-right: 11px solid #ffffff00;
    right: -11%;
}
.aboutIndo .indoimage .wrap2 {
    right: -21%;
}
.aboutIndo .indoimage .line2 {
    rotate: 59deg;
}
}
@media (max-width: 1200px) {
      .vision .LvText {
    padding-right: 35px;
   padding-bottom: 26px;
}
.mission .Rtext {
    padding-left: 35px;
}
.tabsMainSec .contactNo .contBtn {
    
    padding: 13px 38px;
}
  .aboutSec .right .img2 {
    left: 6%;
  }
  .aboutSec .left .desc {
    padding-top: 20px;
  }
  .aboutSec .right {
    padding-left: 60px;
  }
  .aboutSec .right .img1 img {
    width: 360px;
    height: 450px;
  }
  .aboutSec .right .img2 img {
    width: 200px;
    height: 211px;
  }
  .aboutSec .left .info1 {
    margin: 15px 0;
  }
  /*.aboutSec .left .info2 {*/
  /*  margin-bottom: 20px;*/
  /*}*/
 
  .mission .Rtext .heading {
    /*padding-top: 10px;*/
    font: 700 36px/46px "Outfit", sans-serif;
  }
  .vision .LvText .heading{
      font: 700 36px/46px "Outfit", sans-serif;
  }
  .mission .Rtext ul li {
    padding-bottom: 10px;
  }
  .mission .Rtext ul {
    padding-top: 10px;
  }
  .mission .Rtext .box1, .mission .Rtext .box3 {
    width: 40px;
    height: 100px;
  }
  .mission .Rtext .box1 {
    top: -5%;
    right: 30px;
  }
  .mission .Rtext .box2 {
    top: 12%;
    right: 10px;
    width: 40px;
    height: 60px;
  }
  .mission .Rtext .box3 {
    top: 19%;
    right: 30px;
  }
  .vision .LvText .vdesc {
    padding-top: 20px;
  }
  
  .vision .LvText .vinfo {
    padding-top: 10px;
  }
  .commonHead {
    padding-top: 10px;
  }
  .ostory .pt_104 {
    padding-top: 70px;
  }
  .ostory .pt_70 {
    padding-top: 36px;
  }
  .pt_66 {
    padding-top: 66px !important;
  }
  .ostory .number {
    font: 600 40px/25px "Outfit", sans-serif;
  }
  .ostory .info {
    font: 400 14px/23px "Inter", sans-serif;
  }
  .ostory .arrowImage img {
    right: -18%;
  }
  .ostory .pt_85 {
    padding-top: 54px;
  }
  .ostory .info {
    padding-top: 10px;
  }
  .ostory .arrowImage img, .ostory .arrowImage2 img {
    width: 90px;
  }
  .uniGroup .RText {
    padding-left: 2px;
  }
  .commonText .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .uniGroup .Limage .blackBox {
    font: 400 16px/76px "Inter", sans-serif;
    padding: 5px 0 11px;
    height: 10px;
    width: 292px;
  }
  .aboutIndo .indoimage .blackBox2 {
    font: 400 16px/76px "Inter", sans-serif;
    padding: 5px 0 11px;
    height: 10px;
    width: 292px;
  }
  .tabsMainSec .left .inner .opts li .serviceBtn {
    padding: 14px 12px;
  }
  .tabsMainSec .contactNo {
    padding: 47px 35px;
  }
  .certifiacteImg .BorderImage {
    border: 20px solid rgba(231, 231, 231, 0.93);
    border-bottom: 0;
  }
  .certificate .CImage {
    padding-left: 10px;
  }
  .certificate .CText .CDesc {
    padding-top: 15px;
  }
  .metaLab .metaImage {
    padding-right: 10px;
  }
  .metaLab .metaText {
    padding-top: 0px;
    padding-left: 10px;
  }
  .metaLab .metaDesc {
    padding-top: 15px;
  }
  .metaLab .metaLabSec .metaLeft {
    padding-right: 10px;
  }
  .metaLab .metaLabSec .metaRight {
    padding-left: 10px;
  }
  .equipment .equipTable .sr, .equipment .equipTable .name, .equipment .equipTable .make, .equipment .equipTable .used {
    padding: 10px;
  }
  .equipment .equipTable {
    padding-left: 0px;
  }
  .equipment .equipTable .sr {
    width: 101px;
  }
  .equipment .equipTable .name {
    width: 400px;
  }
  .equipment .equipTable .make {
    width: 250px;
  }
  .equipment .equipTable .used {
    width: 400px;
  }
  .equipment .equipTable .bgV .sr, .equipment .equipTable .bgV .name, .equipment .equipTable .bgV .make, .equipment .equipTable .bgV .used {
    padding: 18px 10px 14px;
  }
  .punePlantSec .left .opts li a {
    width: 140px;
    font: 500 16px/20px "Inter", sans-serif;
    padding: 14px 7px;
  }
  .punePlantSec .plantInfo .inner {
    padding: 12px;
  }
  .punePlantSec .plantInfo .inner .pt_20 {
    padding-top: 10px;
  }
  .punePlantSec .plantInfo .inner .Plantheading {
    margin-bottom: 24px;
  }
  .punePlantSec .plantInfo .inner .plantDesc {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .punePlantSec .plantInfo .inner .plantText {
    padding: 10px 0;
    font-size: 15px;
  }
  .commonSec .SHeading {
    padding-top: 25px;
  }
  
  /*.sealed .LeftImage {*/
  /*  padding-right: 0px;*/
  /*}*/
  /*.sealed .RightText {*/
  /*  padding-left: 0px;*/
  /*}*/
  .commonSec .Cbrd {
    margin-top: 25px;
  }
  .commonSec .smD {
    padding: 10px;
    font-size: 15px;
  }
  .commonSec .itext {
    padding: 10px;
  }
  .gasNitriding .GText {
    padding-right: 0px;
  }
  .gasNitriding .GImage {
    padding-left: 0px;
  }
  .SQF .pr_26 {
    padding-right: 0px;
  }
  .commonHead {
    font-size: 25px;
    line-height: 35px;
  }
  .eventDetail .eventInfo .inner {
    padding: 12px;
  }
  .Ceventheading {
    margin-bottom: 24px;
  }
  .eventDetail .eventInfo .inner .eventDesc {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .eventDetail .eventInfo .inner .eventText {
    padding: 10px 0;
    font-size: 15px;
  }
  .eventDetail .title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 992px) {
  
    .sealed {
    padding: 80px 0;
  }
  .sealed .MB_80 {
    margin-bottom: 60px;
}
.sealed .MB_60 {
    margin-bottom: 60px;
}
    .uniGroup .Limage .triangle {
    border: 19px solid #1F1F1F;
    border-top: 28px solid #ffffff00;
    border-left: 11px solid #3c3c3c00;
    left: -9%;
}
.uniGroup .Limage .wrap {
    left: -19%;
}
.uniGroup .Limage .line {
    rotate: 122deg;
}
  .commonHead {
    font-size: 32px;
    line-height: 42px;
    padding-top: 15px;
  }
  .aboutSec .left .desc {
    padding-top: 15px;
  }
  .mission .Rtext {
    padding-left: 0;
    padding-bottom: 40px;
}
  .aboutSec .right .img2 {
    left: 3%;
  }
  .aboutSec .right .borderBlue {
    width: 150px;
    height: 320px;
    right: 35%;
  }
  .mission .Rtext .box2 {
    top: 16%;
  }
  .mission .Rtext .box3 {
    top: 25%;
  }
  .vision .LvText {
    padding-bottom: 30px;
    padding-right: 0;
  }
  .aboutSec {
    padding: 80px 0 160px;
  }
  .ourValue .pt_50 {
    padding-top: 30px;
  }
  .ourValue .md_pt_30 {
    padding-top: 30px;
  }
  .ourValue {
    padding: 80px 0;
  }
  .ostory .number {
    font-size: 35px;
  }
  .ostory .info {
    font-size: 14px;
    padding-top: 10px;
  }
  .ostory .pt_85 {
    padding-top: 60px;
  }
  .mt_30 {
    margin-top: -34px;
  }
  .ostory .pt_70 {
    padding-top: 26px;
  }
  .pt_66 {
    padding-top: 36px !important;
  }
  .uniGroup {
    padding: 80px 0 80px;
    background: #F8F8F8;
  }
  .uniGroup .pt_56 {
    padding-top: 30px;
  }
  .locationSec {
    padding: 80px 0 80px;
  }
  .colRevr992 {
    flex-direction: column-reverse;
  }
  .tabsMainSec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tabsMainSec .contactNo, .tabsMainSec .dowlBroc {
    margin-left: 80px;
    margin-right: 80px;
  }
  .disNone {
    display: none;
  }
  .tabsMainSec .dlgNone {
    display: block;
  }
  .tabsMainSec .right .serviceHeading {
    font-size: 32px;
    line-height: 42px;
    padding-top: 20px;
  }
  .tabsMainSec .right .mt_74 {
    margin-top: 50px;
  }
  .tabsMainSec .right .tabDesc {
    padding-top: 18px;
  }
  .tabsMainSec .right .plantSer .trow {
    font: 400 15px/19px "Inter", sans-serif;
  }
  .certificate {
    padding: 90px 0 90px;
  }
  .certificate .CImage {
    padding-right: 10px;
  }
  .certifiacteImg {
    padding-bottom: 90px;
  }
  .metaLab .metaLabSec {
    padding-top: 50px;
  }
  .metaLab .metaImage, .metaLab .metaText {
    padding-right: 10px;
    padding-left: 10px;
  }
  .metaLab .metaLabSec .metaRight, .metaLab .metaLabSec .metaLeft {
    padding-left: 10px;
    padding-right: 10px;
  }
  .metaLab {
    padding: 90px 0;
  }
  .equipment .equipTable {
    padding-top: 50px;
  }
  .equipment {
    padding: 90px 0 90px;
  }
  .punePlantSec {
    padding: 90px 0;
  }
  .punePlantSec .left .opts li a {
    width: 150px;
  }
  .punePlantSec .plantInfo .inner {
    padding: 30px;
  }
  .punePlantSec .plantInfo .inner .pt_20 {
    padding-top: 20px;
  }
  .punePlantSec .plantInfo .inner .Plantheading {
    margin-bottom: 30px;
  }
  .punePlantSec .plantInfo .inner .plantDesc {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .punePlantSec .plantInfo .inner .plantText {
    padding: 15px 0;
    font-size: 16px;
  }
  .SQF {
    padding: 80px 0;
  }
  .sqfDesc .sqfInfo {
    padding-bottom: 30px;
  }
  .eventDetail {
    padding-top: 90px;
  }
  .eventDetail .eventInfo .inner {
    padding: 30px;
  }
  .Ceventheading {
    margin-bottom: 30px;
  }
  .eventDetail .eventInfo .inner .eventDesc {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .eventDetail .eventInfo .inner .eventText {
    padding: 15px 0;
    font-size: 16px;
  }
  .eventDetail {
    padding-top: 70px;
  }
}
@media (max-width: 770px) {
    .uniGroup .Limage .blck {
    width: 298px;
}
  .uniGroup .Limage .triangle {
    border: 18px solid #1F1F1F;
    border-top: 28px solid #ffffff00;
    border-left: 10px solid #3c3c3c00;
    left: -9%;
}
.uniGroup .Limage .wrap {
    left: -20%;
}
.uniGroup .Limage .line {
    rotate: 121deg;
}
.aboutIndo .indoimage .blck2 {
    width: 298px;
}
.aboutIndo .indoimage .triangle2 {
    border: 17px solid #1f1f1f;
    border-top: 30px solid #ffffff00;
    border-right: 10px solid #ffffff00;
    right: -9%;
}
.aboutIndo .indoimage .wrap2 {
    right: -18%;
}
.aboutIndo .indoimage .line2 {
    rotate: 60deg;
}
  .aboutSec .right {
    padding-left: 50px;
    padding-right: 50px;
  }
  .aboutSec .right .img2 {
    left: 3%;
  }
  .aboutSec .right .borderBlue {
    right: 15%;
    bottom: -6%;
  }
  .mission .Rtext .box2 {
    top: 13%;
  }
  .mission .Rtext .box3 {
    top: 21%;
  }
  .ourValue .elemImg .desc {
    padding-right: 0px;
  }
  .ostory .elem2 .boxImage img, .ostory .elem3 img {
    width: auto !important;
  }
  .ostory .arrowImage img {
    display: none;
  }
  .ostory .arrowImage2 img {
    display: none;
  }
  .ostory .elem2, .ostory .elem3 {
    text-align: center;
  }
  .ostory .elem1 .number, .ostory .elem1 .info {
    text-align: center;
  }
  .ostory .number, .ostory .info {
    text-align: center;
  }
  .downArrow {
    display: block;
  }
  .ostory .pt_104 {
    padding-top: 0px;
  }
  .ostory {
    padding: 50px 0 50px;
  }
  .ostory .pt_90 {
    padding-top: 50px;
  }
  .ostory .pt_70 {
    padding-top: 5px;
  }
  .mt_30 {
    margin-top: 8px;
  }
  .colReverse {
    flex-direction: column-reverse;
  }
  .pt_10 {
    padding-top: 5px;
  }
  .ostory .pt_85 {
    padding-top: 5px;
  }
  .pt_66 {
    padding-top: 5px !important;
  }
  .locationSec .mt_66 {
    margin-top: 40px;
  }
  .tabsMainSec .right .plantSer .tHead {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
  }
  .tabsMainSec .right .plantSer .trow {
    font: 400 15px/19px "Inter", sans-serif;
  }
  .tabsMainSec .contactNo, .tabsMainSec .dowlBroc {
    margin-left: 40px;
    margin-right: 40px;
  }
  .tabsMainSec .left .inner .opts {
    margin-top: 40px;
  }
  .tabsMainSec .right .tabDesc {
    padding-top: 10px;
  }
  .tabsMainSec .right .serviceHeading {
    font-size: 28px;
    line-height: 38px;
  }
  .tabsMainSec .right .mt_74 {
    margin-top: 30px;
  }
  .tabsMainSec .contactNo {
    padding: 30px 30px;
  }
  .tabsMainSec .dowlBroc {
    padding: 30px 30px;
    margin-top: 30px;
  }
  .tabsMainSec .contactNo .contText {
    font-size: 20px;
  }
  .tabsMainSec .contactNo .contBtn {
    font-size: 17px;
    padding: 14px 60px;
  }
  .tabsMainSec .dowlBroc .dwnBtn {
    margin-top: 45px;
  }
  .tabsMainSec .right .tabSubHead {
    margin-top: 25px;
  }
  .tabsMainSec .right .mt_47 {
    margin-top: 30px;
  }
  .tabsMainSec .right .info {
    font: 400 15px/23px "Inter", sans-serif;
    padding: 10px 10px;
    margin-top: 19px;
  }
  .equipment .equipTable .sr, .equipment .equipTable .name, .equipment .equipTable .make, .equipment .equipTable .used {
    font-size: 14px;
    line-height: 20px;
  }
  .equipment .equipTable .bgV .sr, .equipment .equipTable .bgV .name, .equipment .equipTable .bgV .make, .equipment .equipTable .bgV .used {
    padding: 10px;
    line-height: 25px;
  }
  .punePlantSec .left .opts {
    padding-bottom: 50px;
  }
  .punePlantSec .left .opts li a {
    width: 120px;
    font-size: 15px;
    padding: 10px 6px;
  }
  .punePlantSec .plantInfo .inner {
    padding: 30px;
  }
  .punePlantSec .plantInfo .inner .pt_20 {
    padding-top: 20px;
  }
  .punePlantSec .plantInfo .inner .Plantheading {
    margin-bottom: 30px;
  }
  .punePlantSec .plantInfo .inner .plantDesc {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .punePlantSec .plantInfo .inner .plantText {
    padding: 15px 0;
    font-size: 16px;
  }
  .sqfDesc .list .desc {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .eventDetail .title {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
    .sealed .MB_80, .MB_60 {
    margin-bottom: 35px;
}

    .tabsMainSec {
    padding-top: 50px;
    padding-bottom: 50px;
}
    .tabsMainSec .contactNo .contBtn {
    font-size: 17px;
    padding: 14px 40px;
}
    .uniGroup .Limage .blck {
    width: 193px;
    height: 40px;
    font: 400 14px/22px "Inter", sans-serif;
    padding: 10px 0;
}
.uniGroup .Limage .triangle {
    border: 16px solid #1F1F1F;
    border-top: 24px solid #ffffff00;
    border-left: 10px solid #3c3c3c00;
    left: -13%;
}
.uniGroup .Limage .wrap {
    left: -30%;
    height: 40px;
}
.uniGroup .Limage .line {
    rotate: 123deg;
}
.aboutIndo .indoimage .blck2 {
     width: 193px;
    height: 40px;
    font: 400 14px/22px "Inter", sans-serif;
    padding: 10px 0;
}
.aboutIndo .indoimage .triangle2 {
    border: 16px solid #1f1f1f;
    border-top: 24px solid #ffffff00;
    border-right: 10px solid #ffffff00;
    right: -13%;
}
.aboutIndo .indoimage .wrap2 {
    right: -28%;
    height: 40px;
}
.aboutIndo .indoimage .line2 {
    rotate: 57deg;
}
  .SubBanner .headingS {
    font: 700 28px/38px "Outfit", sans-serif;
  }
  .aboutSec {
    padding: 25px 0 110px;
  }
  .commonHead {
    font-size: 26px;
    line-height: 36px;
  }
  .aboutSec .left .info1 {
    padding: 10px 12px;
  }
  .aboutSec .left .btns .exploreService {
    font: 400 14px/20px "Inter", sans-serif;
    width: 150px;
  }
  .mission .Rtext .heading {
    font: 700 32px/42px "Outfit", sans-serif;
    padding-top: 0px;
  }
  .mission .Rtext ul {
    padding-top: 10px;
  }
  .mission .Rtext ul li {
    font: 400 15px/23px "Inter", sans-serif;
  }
  .mission .Rtext .box1, .mission .Rtext .box3 {
    width: 30px;
    height: 70px;
  }
  .mission .Rtext .box2 {
    width: 30px;
    height: 40px;
  }
  .mission .Rtext .box1 {
    top: -2%;
    right: 20px;
  }
  .mission .Rtext .box2 {
    top: 14%;
    right: 5px;
  }
  .mission .Rtext .box3 {
    top: 22%;
    right: 20px;
  }
  .aboutSec .left .desc {
    font-size: 15px;
  }
  .aboutSec .left .info1 {
    font-size: 15px;
  }
  /*.aboutSec .left .info2 {*/
  /*  font-size: 15px;*/
  /*}*/
  .vision .LvText .vdesc {
    font-size: 15px;
    padding-top: 10px;
  }
  .vision .LvText .vinfo {
    font-size: 15px;
    padding-top: 10px;
  }
  .ourValue .md_pt_30 {
    padding-top: 10px;
  }
  .ourValue .pt_50 {
    padding-top: 10px;
  }
  .ourValue .sm_pt_10 {
    padding-top: 10px;
  }
  .ourValue {
    padding: 50px 0;
  }
  .aboutSec .right {
    padding-left: 35px;
    padding-right: 35px;
  }
  .SubBanner {
    height: 200px;
  }
 
  .SubBanner .transl {
    top: 33%;
  }
  .uniGroup {
    padding: 50px 0 50px;
  }
  .uniGroup .Limage .blackBox {
    font: 400 13px/39px "Inter", sans-serif;
    padding: 1px 0 1px;
    height: 4px;
    width: 204px;
    border-bottom: 37px solid #1F1F1F;
    border-left: 27px solid transparent;
  }
  .aboutIndo .indoimage .blackBox2 {
    font: 400 13px/39px "Inter", sans-serif;
    padding: 1px 0 1px;
    height: 4px;
    width: 204px;
    border-bottom: 37px solid #1F1F1F;
    border-right: 27px solid transparent;
  }
  .commonText .heading {
    font-size: 22px;
    line-height: 32px;
  }
  .commonText .blueSubhead {
    line-height: 23px;
  }
  .commonText .orgBorder {
    padding: 5px 10px;
  }
  .aboutIndo .indoleft {
    padding-right: 2px;
  }
  .locationSec {
    padding: 50px 0 50px;
  }
  .locationSec .mt_66 {
    margin-top: 30px;
  }
  /*.locationSec .locationMap {*/
  /*  padding-left: 0px;*/
  /*}*/
  .locationSec .btn3, .locationSec .btn4, .locationSec .btn5 {
    width: 120px;
    padding: 10px 0;
  }
  .locationSec .mt_51 {
    margin-top: 30px;
  }
  footer .mlSpan span {
    margin-left: 16px;
  }
  .tabsMainSec .right .plantSer .tHead {
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    overflow-x: scroll;
  }
  .tabsMainSec .right .plantSer .trow {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 10px;
  }
  .tabsMainSec .right .plantSer .p_12 {
    padding: 9px;
  }
  .tabsMainSec .left .inner {
    padding: 25px;
  }
  .tabsMainSec .left .inner .opts li .serviceBtn .text {
    font: 500 16px/20px "Inter", sans-serif;
  }
  .tabsMainSec .left .inner .opts li .serviceBtn {
    padding: 10px 10px;
  }
  .tabsMainSec .right .serviceHeading {
    font-size: 24px;
    line-height: 34px;
  }
  .tabsMainSec .right .tabDesc {
    font-size: 15px;
  }
  .tabsMainSec .contactNo, .tabsMainSec .dowlBroc {
    margin-left: 10px;
    margin-right: 10px;
  }
  /*.tabsMainSec .contactNo {*/
  /*  margin-top: 25px;*/
  /*}*/
 .tabsMainSec .dowlBroc {
    padding: 25px 25px;
  }
   .tabsMainSec .contactNo{
        padding: 40px 25px;
   }
  .tabsMainSec .contactNo .contText {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .tabsMainSec .tabhead {
    font-size: 20px;
  }
  .tabsMainSec .dowlBroc .dwnBtn {
    margin-top: 35px;
  }
  .tabsMainSec .dowlBroc .dwnBtn {
    font: 500 17px/14px "Inter", sans-serif;
    padding: 7px 15px;
    margin-top: 35px;
  }
  .tabsMainSec .dowlBroc {
    margin-top: 25px;
  }
  .SubBanner .breadCr {
    font-size: 15px;
  }
  .certificate {
    padding: 50px 0 50px;
  }
  .certifiacteImg {
    padding-bottom: 50px;
  }
  .metaLab {
    padding: 50px 0;
  }
  .metaLab .metaDesc {
    font-size: 15px;
  }
  .metaLab .metaLabSec {
    padding-top: 30px;
  }
  .equipment {
    padding: 50px 0 50px;
    /*overflow-x: scroll;*/
  }
  .equipment .equipTabParent {
    overflow-x: scroll;
  }
  .equipment .equipTable {
    width: 514px;
  }
  .equipment .pl_15 {
    padding-left: 0px;
  }
  .equipment .equDesc {
    font-size: 15px;
    padding-top: 15px;
    padding-left: 0px;
  }
  .punePlantSec {
    padding: 50px 0;
  }
  .punePlantSec .left .opts {
    display: grid;
    justify-content: center;
    padding-bottom: 20px;
  }
  .punePlantSec .left .opts li {
    margin-bottom: 15px;
  }
  .punePlantSec .left .opts li a {
    width: 130px;
    font-size: 15px;
    padding: 10px;
  }
  .punePlantSec .plantInfo .inner {
    padding: 20px;
  }
  .punePlantSec .plantInfo .inner .pt_20 {
    padding-top: 10px;
  }
  .punePlantSec .plantInfo .inner .Plantheading {
    margin-bottom: 30px;
  }
  .punePlantSec .plantInfo .inner .plantDesc {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .punePlantSec .plantInfo .inner .plantText {
    padding: 12px 0;
    font-size: 15px;
  }
  .commonSec .SHeading {
    font-size: 22px;
    line-height: 32px;
    padding-top: 10px;
  }

  .punePlantSec .aboutPlant .pt_45 {
    padding-top: 25px;
  }
  .commonDesc {
    font-size: 15px;
    padding-top: 10px;
  }
  .sealed {
    padding: 50px 0;
  }
  .commonSec .itext {
    line-height: 20px;
  }
  .gasNitriding {
    padding: 50px 0;
  }
  .SQF {
    padding: 50px 0;
  }
  .sqfDesc {
    padding: 50px 0;
  }
  .sqfDesc .list .desc {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 12px;
  }
  .eventDetail .eventInfo .inner {
    padding: 20px;
  }
  .eventDetail .eventInfo .inner .eventDesc {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .eventDetail .eventInfo .inner .eventText {
    padding: 12px 0;
    font-size: 15px;
  }
  .eventDetail .eventInfo .inner .pt_20 {
    padding-top: 10px;
  }
  .eventDetail .title {
    font-size: 23px;
    line-height: 33px;
  }
  .eventDetail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .eventDetail .para p {
    font-size: 15px;
  }
  .eventDetail .parent .DEScription .head {
    font-size: 20px;
    line-height: 26px;
  }
  .pb_111{
      padding-bottom: 50px;
  }
  .vision .LvText .heading {
      font: 700 32px/42px "Outfit", sans-serif;
  }
}
@media (max-width: 577px) and (min-width: 480px) {
  .aboutSec .right .img1 img {
    width: 100%;
    height: auto;
  }
  .aboutSec .right .borderBlue {
    right: 3%;
    bottom: -3%;
  }
  .aboutSec .right .img2 {
    left: 1%;
    bottom: -8%;
  }
  .aboutSec .right .img2 img {
    width: 234px;
    height: 236px;
    border: 8px solid white;
  }
}
@media (max-width: 480px) and (min-width: 390px) {
  .aboutSec .right .img1 img {
    width: 100%;
    height: auto;
  }
  .aboutSec .right .borderBlue {
    right: 5%;
    bottom: -3%;
  }
  .aboutSec .right .img2 img {
    width: 190px;
    height: 200px;
  }
  .aboutSec .right .borderBlue {
    right: 5%;
    bottom: -3%;
  }
}
@media (max-width: 390px) and (min-width: 300px) {
  .aboutSec .right .img1 img {
    width: 100%;
    height: auto;
  }
  .aboutSec .right .img2 img {
    width: 155px;
    height: 160px;
  }
  .aboutSec .right .img2 {
    left: 3%;
    bottom: -15%;
  }
  .aboutSec .right .borderBlue {
    right: 6%;
    bottom: -4%;
    width: 86px;
    height: 191px;
  }

  
}
#timepicker:before {
  content: 'Start Time:';
  margin-right: .6em;
  font: 400 16px/23px "Inter", sans-serif;
  color: #848484;
}
#time:before {
  content: 'End Time:';
  margin-right: .6em;
  font: 400 16px/23px "Inter", sans-serif;
  color: #848484;
}
.carrerForm .adminSubmit{
    font: 400 14px/16px "Inter", sans-serif;
    background: #19268F;
    color: #FFF;
    text-decoration: none;
    padding: 12px 24px;
    width: 130px;
    text-align: center;
    border: none;
}
.hiringPopup button, input, optgroup, select, textarea, label {
  display: inline-block;
  font: 400 16px/26px "Inter", sans-serif;
  color: #222;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 100%;
  padding: 10px;
  outline: none;
}
.hiringPopup label {
  padding-left: 0;
}
.hiringPopup input[type="file"] {
  padding-left: 0;
}
.hiringPopup .SubmitBtn {
  font: 400 16px/16px "Inter", sans-serif;
  background: #19268F;
  color: #FFF;
  text-decoration: none;
  padding: 15px 0;
  margin-top: 15px;
  border: none;
  transition: all .5s;
}
.btn-close, .btn-close:focus {
  outline: 0;
  box-shadow: none;
}
@media (max-width: 575px){
    .punePWidth{
    width: 514px;
    
  }
  .puneScroll{
    overflow-x: scroll;
  }
.hiringPopup button, input, optgroup, select, textarea, label {
    padding: 8px;
}
.certifiacteImg .bottomBtn {
    font: 700 22px/28px "Outfit", sans-serif;
    padding: 15px;
}
.qualityPolicy .SCPL .blackB {
    padding: 15px 0;
    font: 700 22px/28px "Outfit", sans-serif;
}
.empStory .empParent .empSlider .owl-nav {
    top: -7%;
}
.career .imG {
    margin-right: 0px;
   
}
}
/*# sourceMappingURL=subPage.css.map */

.custom-alert-z-index {
  z-index: 1000 !important;/* Adjust the value as needed */
}

.sealed .Cbrd .row {
  border-bottom: none;
}
/*.sealed .Cbrd .infraborder {*/
/*  border: 1px solid #E7E7E7;*/
/*}*/
/*.sealed .Cbrd .borderL {*/
/*  border-right: 1px solid #E7E7E7;*/
/*}*/
.sealed .Cbrd .bordBo {
  border-bottom: 1px solid #E7E7E7;
  
}
.sealed .Cbrd .blueBg{
    background: #19268F !important;

}
.sealed .Cbrd .blueBg .itext{
        color:  #FFF;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
}
.sealed .Cbrd .bordBo .smD{
    color:#000;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.sealed .Cbrd .bordBo:nth-child(even){
    /*border:2px solid red;*/
    background:#e3e5fb;
}
.sealed .Cbrd .bordBo:nth-child(odd){
    /*border:2px solid red;*/
    background:#d4d7f1;
}
.EventImgResponsive{
    aspect-ratio:1.71;
    object-fit:cover;
    object-position:center;
    
}
@media (max-width: 575px) and (min-width: 420px) {
    .empStory .empParent .element .empDesc {
    height: 630px;
    }
}
@media (max-width: 420px) and (min-width: 300px) {
    .empStory .empParent .element .empDesc {
    height: 750px;
    }
}
.sealed .LeftImage .metaLocImg {
  border: 1px solid gray;
}
.blog{
  padding-bottom: 90px;
  background: #F8F8F8;
}
.blog-header-text{
  font-size: 40px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #17365D;
  margin-top: 70px;
  padding: 20px 0px;
  /* margin-bottom: 20px; */

  @media screen and (max-width:992px) {
    font-size: 30px;
  }
  @media screen and (max-width:768px) {
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
.blog-img{
  margin-bottom: 30px;
}
.blog-text{
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #313131;
  line-height: 23px;
}
.blog-text a{
  text-decoration: none;
}
.blog-text-gap{
  padding-bottom: 10px;
}
.blog-sub-title{
font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #365F91;
  line-height: 23px;
}
.blog-title{
font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #365F91;
  line-height: 23px;
}
.sub-container{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-table {
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  font-family: "Inter",sans-serif;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  
}

.blog-table thead tr {
  background-color: #009879;
  text-align: left;
}

.blog-table th{
  background-color: #403152;
  color: #ffffff;
}

.blog-table th,
.blog-table td {
  padding: 12px 15px;
  border: 1px solid #000000;

  @media screen and (max-width:768px) {
    padding: 6px ;
  }
}

.bloglist-header-text{
  font-size: 36px;
  font-weight: 700;
   font-family: "Outfit",sans-serif;
   line-height: 40px;
   margin-bottom: 30px;

   @media screen and (max-width:768px) {
    font-size: 28px;
   }

}

.blog-list{
margin-top: 90px;
margin-bottom: 90px;
}
.read-more-section{
 margin-top: 10px;
color: #e33557;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 23px;
  
}
.readmore-bloglist{
text-decoration: none;
color: #e33557;
}

/* shePolicy page */

.shePolicy {
  padding: 112px 0;
}
.shePolicy .tText {
  font: 700 42px/50px "Outfit", sans-serif;
  color: #000000;
}
.shePolicy .SCPL {
  padding-top: 60px;
}


@media (max-width: 1200px) {
  .shePolicy .SCPL {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .shePolicy {
    padding: 70px 0px;
  }
   
}
@media (max-width: 768px) {
  .shePolicy .tText {
    font: 700 35px/40px "Outfit", sans-serif;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .shePolicy {
    padding: 60px 10px;
  }
  .shePolicy .SCPL {
    padding-top: 30px;
  }
   .shePolicy .tText {
    font: 700 30px/30px "Outfit", sans-serif;
    padding-bottom: 10px;
  }

}

