html, body{
  overflow-x: hidden;
  font-family:var(--helvetica-light);
  scroll-behavior:smooth;
}
body.ovr{
    overflow: hidden;
    position: relative;
}
html.ovr{
    overflow: hidden;
    position: relative;
}
@font-face {
  font-family:helvetica-light;
  /*src: url(./fonts/HelveticaNeueLight.otf);*/
  src: url(./fonts/HelveticaNeueLTW1G-Lt.otf);
}
@font-face {
  font-family:helvetica-lightItalic;
  /*src: url(./fonts/HelveticaNeueLight.otf);*/
  src: url(./fonts/HelveticaNeueLTW1G-LtIt.otf);
}
@font-face {
  font-family:helvetica-roman;
  src: url(./fonts/HelveticaNeueLTW1G-Roman.otf);
}
@font-face {
  font-family:helvetica-medium;
  src: url(./fonts/HelveticaNeueLTW1G-Md.otf);
}
@font-face {
  font-family:helvetica-bold;
  src: url(./fonts/HelveticaNeueLTW1G-Bd.otf);
}
@font-face {
  font-family:milssky-regular;
  src: url(./fonts/milssky-regular.otf);
}

:root {
  /* ================= FONT FAMILY ================= */
  /*--helvetica-roman: "helvetica-regular";   */
  --helvetica-light:"helvetica-light"; 
  --helvetica-lightItalic:"helvetica-lightItalic"; 
  --helvetica-roman:"helvetica-roman";   
  --helvetica-medium:"helvetica-medium";   
  --helvetica-bold:"helvetica-bold";   
  --avenir-regular: "Avenir", Arial, sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  /* ================= FONT SIZES ================= */
  --font-12: 12px;
  --font-14: 14px;
  --font-15: 15px;
  --font-16: 16px;
  --font-17: 17px;
  --font-18: 18px;
  --font-19: 19px;
  --font-20: 20px;
  --font-21: 21px;
  --font-24: 24px;
  --font-28: 28px;
  --font-30: 30px;
  --font-32: 32px;
  --font-42: 42px;
  --font-48: 48px;
  --font-60: 60px;
  --font-90: 90px;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --yellow-color: #FFCC00;
  --dark-gray-color: #444444;
  --gray-color: #3E3E3E;
  --light-color-black: #191919;
  --text-color-icon-: #2B2B2B;
  --footer-text-color: #F2F2F2;
}
.headerMain{
    height: 115px;
    z-index: 9999999;
}
.banner.shadow{
    position: relative;
}
.banner.shadow::before{
    content: '';
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    bottom: 0;
    left: 0;
    /* inset: 0; */
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    z-index: 1;
    
}

::-webkit-scrollbar {
  width:0px;
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--yellow-color);
  border-radius: 10px;
}

/*font sizes*/
.font12 {
  font-size: var(--font-12);
}
.font14 {
  font-size: var(--font-14);
}
.font15 {
  font-size: var(--font-15);
}
.font16 {
  font-size: var(--font-16);
}
.font17 {
  font-size: var(--font-17);
}
.font18 {
  font-size: var(--font-18);
}
.font19 {
  font-size: var(--font-19);
}
.font20 {
  font-size: var(--font-20);
}
.font21 {
  font-size: var(--font-21);
}
.font24 {
  font-size: var(--font-24);
}
.font28 {
  font-size: var(--font-28);
}
.font30 {
  font-size: var(--font-30);
}
.font32 {
  font-size: var(--font-32);
}
.font42 {
  font-size: var(--font-42);
}
.font48 {
  font-size: var(--font-48);
}
.font90 {
  font-size: var(--font-90);
}
.font-semibold{
  font-family: var(--helvetica-medium)!important;
}
.font-bold{
  font-family: var(--helvetica-bold)!important;
}
.font-medium{
  font-family: var(--helvetica-medium)!important;
}
.font-regular{
  font-family: var(--helvetica-roman)!important;
}

/*font family*/
.font-helvetica-light {
  font-family: var(--helvetica-light);
}
.font-helvetica-regular {
  font-family: var(--helvetica-roman);
}
.font-helvetica-medium {
  font-family: var(--helvetica-medium);
}
.font-helvetica-semibold {
  font-family: var(--helvetica-medium);
}
.font-helvetica-bold {
  font-family: var(--helvetica-bold);
}
.font-helvetica-italic {
  font-family: var(--helvetica-light);
}
.font-helvetica-light-italic {
  font-family: var(--helvetica-lightItalic);
}

/* ================= AVENIR ================= */
.font-avenir-regular {
  font-family: var(--helvetica-roman);
}
/*colors*/
.white-color {
  color: var(--color-white);
}
.black-color {
  color: var(--color-black);
}
.yellow-color {
  color: var(--yellow-color);
}
.dark-grey-color{
  color:var(--dark-gray-color);
}
.grey-color {
  color: var(--gray-color);
}
.light-black-color {
  color: var(--light-color-black);
}
.icon-color {
  color: var(--text-color-icon-);
}
.footer-text {
  color: var(--footer-text-color);
}
/* end variables css */

.IndustriesCardsSec .service-cards img{
  height: 420px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}
.service-content .service-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid var(--dark-gray-color);
    background: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 9;
}
.service-content .service-arrow i{
  color: var(--dark-gray-color);
  font-size: 20px;
}
.service-content  .right-arrow {
    right: -32px!important;
}
.service-content  .left-arrow {
    left: -32px!important;
}
.caseStudyMainSec .slick-dots{
  bottom: -42px;
}
.service-card {
  position: relative;
  overflow: hidden;
}

.card-hover h3{
  font-family: var(--helvetica-bold)!Important;
  letter-spacing: 1.3px;
}
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /*height: 360px;*/
  height: 24vw;
}
.letsConnectForm input::placeholder{
  color: black;
  font-family: var(--helvetica-roman);
}
.card-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 24px;
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: var(--font-28);
  z-index: 2;
  transition: opacity 0.3s ease;
}
.card-hover {
  position: absolute;
  inset: 0;
  /*background:rgba(245, 196, 0, 0.75);*/
  background: #FFCC00;
  opacity:0.88;
  transform: translateY(-100%);
  transition: transform 0.45s ease;
  padding: 24px;
  z-index: 1;
  height: fit-content;
  text-align: center;
}
.service-card:hover .card-hover {
  transform: translateY(0);
}
.service-cards img{
  width:100%;
  height: 310px;
  object-fit: cover;
  object-position: center;
}
.service-card:hover .card-title {
  opacity: 0;
}
.card-hover h3 {
  font-size: var(--font-24);
  font-family: var(--helvetica-roman);
  margin-bottom: 3px;
  color: #000;
}
.card-hover p {
  font-size: var(--font-18)!important;
  font-family: var(--helvetica-roman)!important;
  line-height: 1.6;
  color: #000!important;
  margin-bottom: 0!important;
}
.service-tabs {
  position: relative;
}
.tab-btn {
  position: relative;
}
.tab-btn::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 25%;
  height: 50%;         
  width: 2px;
  background: #fff;
}
.service-content {
  display: none;
}
.service-content.active {
  display: block;
}
.service-tab.bg-black::before {
  display: none;
}
.service-tab.bg-black {
  background: #000 !important;
  color: #fff !important;
}
.service-tab:not(.bg-black)::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 21%;
    height: 66%;
    width: 1px;
    background: #fff;
}
.counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.counter-item h3 {
  font-size: var(--font-48);
  font-family: var(--helvetica-medium);
  color: #191919;
}
.counter-item p {
 font-family: var(--helvetica-light)!Important;
 font-size:var(--font-16)!important;
 color: #191919;
}
.counter-divider {
  width: 1px;
  height: 100px;
  background: #f5c400;
  transform: skewX(-25deg);
}
.testimonial-viewport {
  overflow: hidden;
  width: 100%;
}
.testimonial-track {
  display: flex;
  gap: 32px;
  transition: transform 0.6s ease;
  will-change: transform;
}
.testimonial-slide {
  flex: 0 0 calc(33.333% - 22px);
  padding-top: 6px;
}
.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
}
.left-arrow { left: -60px; }
.right-arrow { right: -60px; }

.testimonialSec .slick-track{
  display: flex;
}
.image-grid.gridSec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 250px 250px;
  gap: 16px;
  width: 100%;
}
.gridSec .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gridSec .img-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.gridSec .img-2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.gridSec .img-3 {
  grid-column: 1 / 3; 
  grid-row: 2 / 3;
}
.gridSec .img-4 {
  grid-column: 3 / 4;
  grid-row: 1 / 3; 
}
.forMobileSlider .slick-track{
  display: flex;
}
.forMobileSlider .custom-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--dark-gray-color);
  color: #000;
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
}
.forMobileSlider .custom-arrow::before{
  display:none;
}
.forMobileSlider .slick-prev {
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 41px;
}
.forMobileSlider .slick-next {
  right: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
.testimonialIcon svg{
  fill: #c1c1c1;
  transform: rotate(180deg);
  width: 60px;
  height: 60px;
  margin: 0 auto 11px;
}
header nav a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28.5px 0;
  flex-direction: column;
  gap: 0;
  font-size: var(--font-14);
  font-family: var(--helvetica-medium);
  text-shadow: 1px 1px 10px #000;
  letter-spacing: 2.5px;
  transition:all .5s linear;
}
header nav a.hoverColorMenu{
    color:var(--yellow-color);
}
.megamenuContent ul li a:hover{
    color: var(--yellow-color);
}
.megamenuContent ul li a:hover span i{
    color: var(--yellow-color);
}
/*header nav a:not(:last-child) span{*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*}*/
header nav a:last-child{
  padding:7px 20px;
  text-shadow: none;
  letter-spacing: 1px;
  transition: all .3s linear;
}
header nav a:last-child:hover{
    background: #1a1a1a;
}
header nav a:last-child:hover span{
    color: #fff;
}
header nav a:last-child span{
    font-family: var(--helvetica-medium);
}
header nav a:last-child:focus-visible{
  outline: none;
}
.megaMenu{
  width: 100%;
  left: 0;
  position: absolute;
  top:100px;
  border-top: 7px solid var(--yellow-color);
  z-index: 9999;
}
.service-arrow {
  display: none;
}
.service-tab{
  cursor: pointer;
  background: var(--yellow-color);
  color: #000;
  font-size: var(--font-17);
  font-family: var(--helvetica-roman);
  padding: 15px 24px;
  transform: skewX(-20deg);
  border: none;
  font-weight: 500;
}
.card-title{
  font-family: var(--helvetica-medium);
  font-weight: 400;
  font-size: var(--font-21);
  color: #fff;
  text-align: center;
}
.service-tab span{
  display: inline-block;
  transform: skewX(20deg);
}
.service-tab.active-tab{
  background: #000;
  color: #fff;
 /*font-family: var(--helvetica-medium);*/
}
.mobile-tab{
  width: 100%;
  text-align: left;
  padding: 14px 24px;
  background: var(--yellow-color);
  color: #000;
  border-bottom: 1px solid #000;
  font-size: var(--font-18);
  cursor: pointer;
}
.service-tab,
.mobile-tab{
    transition: all .2s linear;
}
.service-tab:hover,
.mobile-tab:hover{
    background: #1a1a1a;
    color: #fff;
}

/*testimonail slider css*/
.testimonialSlider{
  position: relative;
}
.testimonialSlider:before{
  display: block;
  content: '';
  width: 20%;
  height: 390px;
  background: #fff;
  position: absolute;
  top: 16px;
  left: -180px;
  z-index: 1;
  transform: skew(-20deg, 0deg);
}
.testimonialSlider:after{
  display: block;
  content: '';
  width: 20%;
  height: 390px;
  background: #fff;
  position: absolute;
  top: 16px;
  right: -180px;
  z-index: 1;
  transform: skew(-20deg, 0deg);
}
.testimonialSlider {
  padding: 0 40px; 
}
.testimonialSlider .slick-prev, .testimonialSlider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  background: #fff!important; 
  width: 40px;
  height: 40px;
  display: flex !important; 
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
}
.testimonialSlider .slick-prev::before{
  display:none;
}
.testimonialSlider .slick-next::before{
  display:none;
}
.testimonialSlider .slick-prev { left:0; }
.testimonialSlider .slick-next { right:0; }

/* Icon ko center karne ke liye */
.testimonialSlider .slick-prev i, .testimonialSlider .slick-next i {
  font-size: 18px;
  line-height: 40px;
  color:#6c6d6c;
}
.testimonialSlider .slick-prev{
  width: 40px;
  height: 40px;
  border-radius:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  border:1px solid #6c6d6c;
}
.testimonialSlider .slick-next{
  width: 40px;
  height: 40px;
  border-radius:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  border:1px solid #6c6d6c;
}
.testimonialSlider .slick-arrow i{
  color:#6c6d6c;
}
#menuToggle{
  border: 2px solid var(--yellow-color);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
#menuToggle span{
  width: 3px;
  display: block;
  background: var(--yellow-color);
  height: 3px;
  margin: 2px 0;
  border-radius: 100%;
}
.testimonialSlider .testimonial-slide-wrap:focus-visible{
  outline: none;
}
#contactSec textarea::placeholder{
  color: #000;
}
.IndustriesCardsSec .service-cards p{
    font-family: var(--helvetica-roman)
    font-size: var(--font-21);
  }
.arrows{
  position: absolute;
  bottom: 10px;
}
.megaMenu {
  opacity: 0;
  visibility:hidden;
  /*opacity: 1;*/
  /*visibility:visible;*/
}
.megaMenu.drop {
  opacity: 1;
  visibility: visible;
}
/*dropdown for about us*/
.smallDropdownAbout.drop {
  opacity: 1;
  visibility: visible;
}
.smallDropdownAbout{
  opacity: 0;
  visibility:hidden;
  width:26%;
  left: 58%;
  position: absolute;
  top:100px;
  border-top: 7px solid var(--yellow-color);
}
/*dropdown for industry*/
.megaMenuIndustryDropHeader.drop {
  opacity: 1;
  visibility: visible;
}
.megaMenuIndustryDropHeader{
  opacity: 0;
  visibility:hidden;
  width:100%;
  left: 0;
  position: absolute;
  top:100px;
  border-top: 7px solid var(--yellow-color);
}
/*for small dropdown for insight*/
.smallDropdown.drop {
  opacity: 1;
  visibility: visible;
}
.smallDropdown{
  opacity: 0;
  visibility:hidden;
  width:20%;
  left: 60%;
  position: absolute;
  top:100px;
  border-top: 7px solid var(--yellow-color);
}

.megamenuContent ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.megamenuContent ul li{
    margin-bottom: 0!important;
}
.megamenuContent ul li:last-child a{
    /*border-bottom: 0;*/
}
.arrows svg{
  transition: all .5s linear;
  width: 15px;
}
.arrows.dropIcon svg {
  transform: rotate(180deg);
}
.arrows.dropIcon svg path{
    transition: all .5s linear;
}
.arrows.dropIcon svg path{
    stroke:var(--yellow-color);
}
.forMobile{
  display:none;
}
.footerSocailIcon span svg{
  width:20px;
  height: 20px;
}
.footerNavs{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 110px;
}
.footerNavs h4{
  text-align: left;
  font-family: var(--helvetica-medium);
  font-size:var(--font-21);
}
.footerNavs ul li{
  text-align: left;
  font-family:var(--helvetica-light);
  font-size: var(--font-16);
}
.timelineCard{
  position: relative;
}
.year-line::before{
  position: absolute;
  content: '';
  width: 4px;
  height: 100%;
  background: var(--yellow-color);
  left: 50%;
  top: 42% 
}
.timeline-item p{
    text-align: left;
}
.timeline-wrapper .timeline-item:nth-child(odd) .timeline-col.left p{
    display: none;
}
.timeline-wrapper .timeline-item:nth-child(odd) .timeline-col.right .image{
    display: none;
}
.timeline-wrapper .timeline-item:nth-child(even) .timeline-col.right p{
    display: none;
}
.timeline-wrapper .timeline-item:nth-child(even) .timeline-col.left .image{
    display: none;
}
.sectionContent .timelineCard:last-child .year-line::before {
  display: none;
}


/*.year-line{*/
    
/*}*/
.yearBtn{
    font-size:var(--font-28);
    padding: 7px 14px;
}
.yearBtn.fourth{
  position:relative;
}
.yearBtn.fourth::before{
  position: absolute;
  content: '';
  width: 4px;
  height: 10px;
  background:#fff;
  left: 120px;
  transform: skewX(25deg);
}
.ArrowDownIcon{
  display:block;
  text-align: center;
}
.ArrowDownIcon i{
  font-size: 22px;
}
.fixed.right-5{
  z-index: 999999;
}
.bannerBtn{
  border: 1.5px solid #fff;
  background: transparent;
  transform: skewX(-25deg);
  color: #fff;
  padding: 2px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.bannerBtn span{
  transform: skewX(25deg);
  display: inline-block;
}
.sultionSec{
  margin-bottom:20px;
  transition: all .5s linear;
  padding: 12px;
  border-bottom: 2px solid #dedede;
}
.sultionSec:hover{
  background: var(--yellow-color);
  border-bottom: 2px solid var(--yellow-color);
}
.sultionSec i{
  font-size:12px;
}
.searchIcon i {
  color: white;
  font-size: 25px;
  cursor: pointer;
}
.searchInput{
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 12px;
  color: #000;
  position:absolute;
  right:32px;
  bottom: -23px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}
.searchInput::placeholder{
  color: #000;
}
.searchInput:focus{
  outline: none;
}
.searchIconMain.active .searchInput{
  opacity: 1;
  visibility: visible;
}

/* globally css */
.sectionContent h2{
  font-family: var(--helvetica-medium);
  font-size: var(--font-42);
  text-transform: uppercase;
  line-height: normal;
}
.sectionContent .blogDetailGrid h3{
  font-family: var(--helvetica-medium);
  font-size: var(--font-32);
  text-transform: uppercase;
  line-height: normal;
   margin-top:1.5rem;
}
.sectionContent .blogDetailGrid h4{
  font-family: var(--helvetica-medium);
  font-size: 23px;
  line-height: normal;
  margin-top:1rem;
  margin-bottom: 10px;
}

.blogDetailGrid a strong{
  text-transform: uppercase;
  padding: 12px 24px;
  background: var(--yellow-color);
  text-decoration: none;
  margin-top: 16px;
  margin-bottom: 8px;
  display: inline-block;
  transition: all .5s linear;
}
.blogDetailGrid a strong:hover{
    background: #1a1a1a;
    color: #fff;
}
.blogDetailGrid table{
    font-family: var(--helvetica-light);
    color: #444444;
}
.blogDetailGrid table th{
    text-align: left;
    border: 1px solid #4444;
    padding: 4px 12px;
}
.blogDetailGrid table td{
    text-align: left;
    border: 1px solid #4444;
    padding: 4px 12px;
}
.sectionContent p{
  font-family: var(--helvetica-light);
  color: #444444;
  margin-bottom: calc(var(--spacing) * 4);
  /*font-size:var(--font-17);*/
  font-size:var(--font-21);
  line-height: 1.6;
}
.accordianContGrid{
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  flex-wrap: wrap;
  column-gap:5%;
  row-gap: 4px;
}
/*.accordianContGridBox{*/
/*    width: 30%;*/
/*}*/
.accordianContGrid p{
  margin-bottom: 0;
}
/*.accordianContGrid p:not(:first-child){*/
/*    text-align: center;*/
/*}*/
.accordianContGrid p:last-child{
    text-align: left;
}
.sectionContent p strong{
  font-family: var(--helvetica-light);
  font-size: 14px;
  color: #000;
  letter-spacing: 1.2px;
}
.whatMakesSecCont span{
  font-family: var(--helvetica-roman);
  color: #444444;
  font-size:var(--font-16);
}
.homeBanner h2{
  font-size: var(--font-90)!important;
  margin: 10px 0!important;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}
.homeBanner p:nth-child(1){
   margin-bottom: 0;
}
.homeBanner p{
  font-size: var(--font-19)!important;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}
.homeBanner p:nth-child(1){
  font-family: var(--helvetica-medium)!Important;
  font-size: var(--font-24)!important;
}
.banner h2{
  font-size: var(--font-48);
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}
.banner h1{
  font-size: 58px;
  font-family: var(--helvetica-bold);
  color: #fff;
  margin-bottom:6px;
   text-transform: uppercase;
   text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}
.banner p{
  color: #fff;
  font-size: var(--font-24);
  /*font-family: var(--helvetica-roman);*/
  font-family: var(--helvetica-medium);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}
.testimonialSec h6{
  font-style: italic;
  font-family: var(--helvetica-lightItalic);
  min-height:126px;
  color: #787878;
}
.testimonialSec h5{
  font-family:var(--helvetica-medium);
  margin-right: 11%;
  font-size:var(--font-18);
  /*margin-left: 12%;*/
  margin-left: 0;
}
.testimonialSec h5 br{
    display: none;
}
.testimonialSec .second-active .testimonial-slide{
  background: var(--yellow-color);
}
.testimonialSec .second-active .testimonial-slide h6{
    color: #000!important;
}
.testimonialSec .slick-current.slick-active + .slick-slide img{
    filter: brightness(0) saturate(100%) 
          invert(89%) sepia(27%) 
          saturate(564%) hue-rotate(5deg) 
          brightness(95%) contrast(90%);
    width: 80px;
    height: 80px;
}
/*.testimonialSec .second-active .testimonial-slide .testimonialIcon svg{*/
/*    width:90px;*/
/*    height:90px;*/
/*}*/
.testimonialSec .second-active .testimonial-slide svg{
  fill: #ececc1;
}
.sectionContent form input:not([type="submit"]){
  background: transparent;
  border-bottom: 1.5px solid black;
  outline: none;
  font-size: var(--font-18);
  color: black;
  font-family: var(--helvetica-light);
  padding-bottom: 12px;
}
.sectionContent form select{
  background: transparent;
  border-bottom: 1.8px solid black;
}
.sectionContent form input::placeholder{
  font-family: var(--helvetica-light);
}
.sectionContent form textarea{
  background: transparent;
  border-bottom: 1.8px solid black;
  outline: none;
  font-size: var(--font-18);
  color: black;
  font-family: var(--helvetica-roman);
  padding-bottom: 12px;
}
.sectionContent form textarea::placeholder{
  font-family: var(--helvetica-light);
}
.reachUsBtn{
    padding: 9px 27px;
    transition: all .3s linear;
}
.reachUsBtn:hover{
    background: var(--yellow-color);
}
.reachUsBtn:hover span{
    color: #000;
}
.reachUsBtn span{
  color: #fff;
  font-family:var(--helvetica-medium);
  font-size: var(--font-18);
}
.connect-btn {
  display: inline-block;
  background: var(--yellow-color);
  padding:8px 22px;
  font-family: var(--helvetica-roman);
  font-size: var(--font-18);
  color: #000000;
  text-transform: uppercase;
  /*transform: skewX(-35deg);*/
  transition: all .3s linear;
}
.connect-btn:hover{
    background:#1a1a1a;
}
.connect-btn:hover span{
    color: #fff!important;
}
.connect-btn span {
  display: inline-block;
  /*transform: skewX(35deg);*/
  font-size: var(--font-18);
  font-family: var(--helvetica-medium);
  color: #000;
}
.blackBtn{
    background: #000;
    border: 1px solid #000;
    padding:10px 30px 10px;
    /*transform: skewX(-25deg);*/
    color: #fff;
    font-family: var(--helvetica-medium);
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: fit-content;
    transition: all .3s linear;
    cursor: pointer;
}
#contactSec .blackBtn:hover{
    background: #1a1a1a!important;
    border: 1px solid #1a1a1a;
}
#contactSec .blackBtn:hover span{
    color: #fff!important;
}
.blackBtn:hover{
    background: var(--yellow-color);
    border: 1px solid var(--yellow-color);
}
.blackBtn:hover span{
   color: #000!important;
}
.blackBtn:hover span{
    color: #fff;
}
.sectionContent .blackBtn span{
    /*font-size: var(--font-18);*/
}
.blackBtn span{
  /*transform: skewX(25deg);*/
  font-size: var(--font-21);
  display: inline-block;
}
.yellowBtn{
  background:var(--yellow-color);
  border: 1px solid var(--yellow-color);
  padding: 8px 30px 7px;
  /*transform: skewX(-25deg);*/
  color: #000;
  font-family: var(--helvetica-roman);
  display: block;
  text-transform: uppercase;
}
.yellowBtn span{
  /*transform: skewX(25deg);*/
  font-size: var(--font-21);
  display: inline-block;
}
.table-wrapper button{
  font-family: var(--helvetica-bold);
  width: 85px;
  padding: 3px 0;
}
.table-wrapper button span{
  font-size: var(--font-15);
}
.megamenuContent h4{
    font-family: var(--helvetica-medium);
    /*font-size: var(--font-24);*/
    font-size: var(--font-24);
    letter-spacing: 1px;
}
.megamenuContent ul li a{
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: var(--font-21);
    font-family: var(--helvetica-roman);
    color: #000;
    border-bottom: 1px solid #E5E5E5;
    line-height: normal;
    padding-bottom: 16px;
    letter-spacing: 1.5px;
    transition: all .3s linear;
}

.sectionContent form select, .sectionContent form input{
 /*width:100%; */
}
.sectionContent form em{
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    font-family: var(--helvetica-light);
    font-size: 14px;
}
/*.aboutExpertiseSec p{*/
/*    font-family: var(--helvetica-roman);*/
/*}*/
.aboutExpertiseSec ul li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--helvetica-light);
    color:#444444;
    /*font-size: var(--font-15);*/
}
.keyCardSec .card-titles{
    font-size: var(--font-24);
    text-transform: uppercase;
}
.keyCardSec .card-titles p{
    font-family: var(--helvetica-roman);
}
.aboutExpertiseSec ul li i{
    font-size: 14px;
}
.bold{
    font-family:var(--helvetica-bold)!important;
}
.tmark{
    margin-bottom: 1rem;
    width: 32px;
    display: block;
  transform: scale(0.99);
  transform-origin: left center;
}
.breadcrumb p{
    font-family: var(--helvetica-light);
    font-size: var(--font-15);
    color: #000;
}
.breadcrumb a{
    font-family: var(--helvetica-light);
    font-size: var(--font-15);
    color: #b7b7b7;
}
.breadcrumb p.active{
    font-family: var(--helvetica-light);
}
.contentWidth{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.formCheckLabel p{
    margin-bottom: 10px;
}
.formCheckLabel p{
    /*font-family: var(--helvetica-roman);*/
    margin-bottom:0px;
}

.caseStudyTabBtn{
    background: var(--yellow-color);
    transform: skewX(-25deg);
    padding: 11px 20px;
    display: inline-block;
    margin-left:-4px;
    position: relative;
}
.caseStudyTabBtn:before{
    position: absolute;
    content: '';
    width: 86vw;
    height: 2px;
    left: 0;
    bottom: 0;
    background: var(--yellow-color);
}
.caseStudyTabBtn span{
    font-size:var(--font-28);
    color: #000;
    transform: skewX(25deg);
    text-transform: uppercase;
    font-family: var(--helvetica-bold);
    display: inline-block;
}
.productCardsSec .card-titles{
    font-family: var(--helvetica-medium);
    text-align: center;
    margin-top: 20px;
    font-size:var(--font-21);
    line-height: 1.4;
}
.caseStudtWhatMakesec p i{
    font-size: var(--font-14);
    margin-right:4px;
}
.powerSec p{
    /*font-family: var(--helvetica-roman);*/
}
.productsGridSecWp .service-cards h2{
    text-align: left;
    font-size: var(--font-24);
}
.productsGridSecWp .service-cards p{
    /*font-family: var(--helvetica-roman);*/
}
.headerBtn{
    font-size:var(--font-18);
}
.plus-cnt{
    display: flex;
    justify-content: center;
    gap: 8px;
}
.plus-cnt span{
    font-size: var(--font-48);
    /*display: inline-block;*/
    /*margin-left: 10px;*/
    margin-top: -5px;
    height: 100%;
    font-family: var(--helvetica-medium);
}
 .aboutPara p strong{
    font-size: var(--font-21);
} 
 .megamenuContent ul li a span i{
    font-size: 13px;
    color: #444;
    transition: all .3s linear;
}
.megamenuContent ul li{
    margin-bottom: 18px;
}
.controlledBoltingTabSec .service-cards h2{
    font-size: var(--font-21);
    font-family: var(--helvetica-bold);
    line-height:1;
    color: #000;
    margin-top: 16px;
}
.controlledBoltingTabSec .service-cards p{
    font-size: var(--font-16);
    color:#000;
}
.keyCardContent p{
    font-family: var(--helvetica-roman);
}
.boltDetailPara ul p{
    margin-bottom: 0;
    font-family: var(--helvetica-medium);
    color: #000;
}
.boltingWhyChoose p{
    font-family: var(--helvetica-roman);
    font-size: var(--font-16);
}
.contentWidth{
    width: 80%;
    margin: auto;
}
.testimonialSec .w-\[90\%\].mx-auto.px-0 {
  width: 100% !important;
}
.flangeFacingCont h2{
    margin-bottom: 16px;
}
.detailIndustrySec .service-cards p{
    font-family: var(--helvetica-medium)!important;
    font-size: var(--font-24);
    color: #000;
    margin-bottom: 0!important;
    margin-top: 13px!important;
}
.headingMarginBottom h2{
    margin-bottom: 15px;
}
.headingMarginBottom .blogDetailGrid h3{
    margin-bottom: 15px;
}
.locationCardHover .contactCard{
    /*cursor: pointer;*/
    transition: all .5s linear;
}
.locationCardHover .contactCard:hover{
    background: var(--yellow-color);
}
.mobileLiParent a{
    margin-bottom: 12px;
}
/* overlay */
.search-overlay {
    flex-direction:column;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: scaleX(0);
    /* transform-origin: right; */
    transition: transform 0.5s ease;
    z-index:99999999;
    gap: 3%;
    padding-top: 5%;
    
}

/* active state */
.search-overlay.is-active {
  transform: scaleX(1);
}
.searchMainSec {
    display: flex;
    gap: 20px;
    width: 80%;
}
/* box */
.search-box {
    width: 100%;
    /* max-width: 900px; */
    border: 1px solid #fff;
    padding: 0;
    align-items: center;
    border-radius: 6px;
    /* margin: 4% auto; */
    display: flex;
    gap: 14px;
    padding-right: 16px;
}

.search-box input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 22px;
    height: 60px;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
}

/* autofill suggestion select hone ke baad */
.search-box input:-webkit-autofill,
.search-box input:-webkit-autofill:hover,
.search-box input:-webkit-autofill:focus,
.search-box input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}


.search-box input::placeholder {
  color: #aaa;
}

.search-btn {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

/* close */
.close-btn {
    /*position: absolute;*/
    margin-top: 10px;
    top: 56px;
    right: 11%;
    font-size: 26px;
    color: red;
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}
#mobileMenu{
   height: 92vh;
   overflow-y: auto;
}
.pointSec p{
    /*font-size: 15.8px;*/
    font-size: var(--font-18);
}
.pointSec h3{
    /*font-size: 18px;*/
    font-size: var(--font-21);
}
.verificationformTopCont p{
  font-family: var(--helvetica-light)!important;
}

.verificationform input{
  padding:44px 0 10px;
  border-bottom:1px solid #707070;
}
.verificationform p{
  font-size: var(--font-18);
  color: #707070;
}
.yesNoBtn div{
  height: fit-content;
  background: gainsboro;
  border: 1px solid gainsboro;
  color:#000;
  font-family: var(--helvetica-light);
  font-size: var(--font-18);
  padding: 3px 30px;
  width: auto;
  display: inline-block;
  text-align: center;
}
.yesNoBtn{
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.yesNoBtn .active{
  background: var(--yellow-color);
  border: 1px solid var(--yellow-color);
}
.verificationform input::placeholder{
  color: #707070;
}
.boxImg{
  width: 280px;
  margin: auto;
}
.coursSecInner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.coursSecInner.tcourses{
  grid-template-columns: 1fr 1fr 1fr;
}
.coursSecInner h3{
  font-size: var(--font-21);
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin:10px 0px 20px 0;
  font-family: var(--helvetica-medium);
}
.coursSecInner a{
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 20px;
  display: inline-flex;
  width: fit-content;
  font-family: var(--helvetica-roman);
  font-size:var(--font-18);
}
.certificateGrid{
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 26px;
  justify-content: center;
  column-gap: 48px;
}
.tcourses img{
  width: 140px;
}
.whytrainingSec .rows{
  padding: 20px 25px;
  display: flex;
  gap: 44px;
  align-items: center;
}
.whytrainingSec .rows:nth-child(odd){
  background: #F8F8F8;
}
.whytrainingSec .rows p{
  margin-bottom: 0;
  font-size:var(--font-18);
}
.whytrainingSec .rows h3{
  font-family: var(--helvetica-medium);
  font-size: var(--font-21);
}
.whytrainingSec .rows img{
  width: 30px;
}
.whytrainingSecInner{
  position: relative;
}
.whytrainingSecInner::before{
  content: '';
  width: 1.5px;
  background:#D6D6D6;
  height: 100%;
  left: 74px;
  top: 0;
  position: absolute;
  z-index: 999;
}

/* table sec css */
.table-wrapper{
  background:#fff;
  border:1px solid #ddd;
}

.table-head{
  display:grid;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
  background:var(--yellow-color);
  font-weight:bold;
  padding:15px 43px 15px 62px;
}
.table-head div{
  text-align:center;
  font-family: var(--helvetica-light);
  font-size: var(--font-18);
  letter-spacing: 1px;
}
.accordion-header .yellowBtn{
  margin-left: auto;
}
.table-head div:first-child{
  text-align:left;
}
.accordianMain{
  background: #F2F2F2;
}
.accordianMain .accordion-item:nth-child(odd){
  background: #fff;
}
.accordion-item.active .title{
    font-family: var(--helvetica-medium);
} 
.accordion-body p{
    font-size:14px;
    color: #1a1a1a;
    margin-top: 10px;
}
.accordion-item{
  border-top:1px solid #eee;
  background: #fff;
}
.accordion-item .title{
  font-family: var(--helvetica-light);
  font-size: var(--font-21);
  align-items: center;
  transition: all .5s linear;
}

.accordion-header{
  display:grid;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
  align-items:center;
  padding:12px 20px 12px 15px;
  cursor:pointer;
}

.title{
  display: grid;
  align-items: start;
  gap: 10px;
  grid-template-columns: 23px auto;
}

.icon{
  width:22px;
  height:22px;
  border:1px solid #000;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top: 2px;
}
.icon span{
   height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -1.2px;
}

.check{
  text-align:center;
  font-size:18px;
}

.book{
  background:#ffd200;
  border:none;
  padding:8px 16px;
  font-weight:bold;
  cursor:pointer;
}

.book.black{
  background:#000;
  color:#fff;
}

/*.accordion-body{*/
/*  max-height:0;*/
/*  overflow:hidden;*/
/*  opacity:0;*/
/*  transition: max-height 0.45s ease, opacity 0.3s ease;*/
/*  padding:0 15px;*/
/*  background:#fafafa;*/
/*}*/
.accordion-body {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 15px;
  /*background: #fafafa;*/
  transition: height 0.45s ease, opacity 0.3s ease;
}

.accordion-item.active .accordion-body {
  opacity: 1;
}
.accordion-item.active .accordion-body{
  opacity:1;
  padding:9px 38px;
  /*background: #fff;*/
}
.accordion-body hr{
    color: #C2C2C2;
}
.accordion-item.active .blackBtn{
    background: var(--yellow-color)!important;
    color: #000!important;
    border: 1px solid var(--yellow-color);
}
.accordion-header .tmark{
  width:20px;
  margin-bottom: 0;
}
#servicesMobileMenu,
#industriesMobileMenu,
#aboutMobileMenu,
#insightsMobileMenu {
  transition: height 0.3s ease;
  overflow: hidden;
}
#servicesMobileMenu a,
#industriesMobileMenu a,
#aboutMobileMenu a,
#insightsMobileMenu a{
    display: block;
}
.searchIcon img{
    display: block;
    width: 24px;
    cursor: pointer;
    object-fit: content;
}

/*blog css*/
.blogDetailGrid ol,
.blogDetailGrid ul{
    font-family: var(--helvetica-light);
    color: #444444;
    line-height: 1.6;
    list-style: disc;
    padding-left: 20px;
}
.BlogGridSec{
    display: grid;
    grid-template-columns: 20% 75%;
    gap: 5%;
    margin-bottom: 4%;
}
.blogGridCardContent{
    padding: 14px;
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*.headingMarginBottom h2{*/
/*    font-size:var(--font-28);*/
/*}*/
.blogGridCard{
    box-shadow:2px 2px 7px 0px #ccc;
    /*height: fit-content;*/
    transition: all .5s linear;
    display: flex;
    flex-direction: column;
}
.blogGridCard:hover{
    transform: scale(1.02);
}
.blogGridCard img{
    width: 100%;
    height: 175px;
    object-fit: cover;
    object-position: center;
}
.BlogLeftSec ul li{
    margin-bottom:10px;
    font-size:var(--font-15);
    color: #444;
    font-family: var(--helvetica-light);
}
.BlogLeftSec ul li a{
    transition:all .5s linear;
}
.BlogLeftSec ul li a:hover{
    color: var(--yellow-color);
}
.BlogLeftSec h2{
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    color:var(--yellow-color);
}
.BlogLeftSec ul{
    padding-left: 18px;
    list-style: disc;
}
.BlogRightSec{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}
.BlogRightSec p{
    color: var(--yellow-color);
    font-family: var(--helvetica-roman);
    font-size:14px;
    margin-bottom: 5px!important;
}
.BlogRightSec h3{
    color: #444;
    font-family: var(--helvetica-medium);
    font-size:19px;
    margin: 3px 0 12px;
    line-height: 1.2;
    min-height: 68px;
}
.BlogLeftSec select{
    padding: 14px 8px;
    width: 100%;
    border: 1px solid #444;
    border-radius: 6px;
    color: #444;
}
.blogDetailGrid{
    display: grid;
    grid-template-columns: 73% 25%;
    gap:2%;
}
.recentPost{
    margin-top: 100px;
}
.recentPostCard p{
    margin-bottom: 0;
    font-family: var(--helvetica-roman);
    font-size: 14px;
}
.recentPostCard span{
    font-family: var(--helvetica-light);
    font-size: 12px;
    display: inline-block;
}
.active-cat{
    color:var(--yellow-color)!important;
}
.homeNewTestyTop{
    width: 92%;
    margin: auto;
}
.homeNewTestyTop .slick-list{
    /*transform: skewX(-12deg)!important;*/
}
.homeNewTestyTop svg{
    margin: auto;
    fill: #ccc;
    width: 75px;
    height: 75px;
    /*transform: rotate(180deg) skewX(12deg);*/
}
/*.homeNewTestyTop .slick-current + .slick-active .bgcolors{*/
/*    background: var(--yellow-color);*/
/*}*/
/*.homeNewTestyTop .slick-current + .slick-active h6{*/
/*    color: #000;*/
/*}*/
/*.homeNewTestyTop .slick-current + .slick-active svg{*/
/*    fill: #FFE680;*/
/*    width: 110px;*/
/*    height: 110px;*/
/*}*/
/*.homeNewTestyTop .slick-current + .slick-active .testiQuoateIcon h2{*/
/*    color: #FFE680;*/
/*    font-size: 500px;*/
/*    top: -34px;*/
/*}*/

.homeNewTestyTop .slick-slide .bgcolors{
    background: #f3f3f3;
    transition: background 0.4s ease;
    position: relative;
}
/*.homeNewTestyTop .slick-slide .bgcolors:before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 90%;*/
/*    height: 100%;*/
/*    background: #f3f3f3;*/
/*    left: 30px;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*    transform: skewX(-12deg);*/
/*}*/

.homeNewTestyTop .slick-slide h6{
    color: #666;
    transition: color 0.4s ease;
}

.homeNewTestyTop .slick-slide svg{
    fill: #ccc;
    width: 90px;
    height: 90px;
    transition: all 0.4s ease;
}


/* CENTER SLIDE — smooth and no jerk */
.homeNewTestyTop .slick-center .bgcolors{
    background: var(--yellow-color);
}
/*.homeNewTestyTop .slick-center .bgcolors:before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 90%;*/
/*    height: 100%;*/
/*    background: var(--yellow-color);*/
/*    left: 30px;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*    transform: skewX(-12deg);*/
/*}*/

.homeNewTestyTop .slick-center h6{
    color: #000;
}

.homeNewTestyTop .slick-center h2{
    color: #FFE680;
    font-size: 500px;
    top: -34px;
}

.homeNewTestyTop .slick-center svg{
    fill: #FFE680;
    width: 110px;
    height: 110px;
}




.homeNewTestyTop .slick-slide{
    height: unset;
}
.homeNewTestyTop h5{
    margin-right: 0!important;
    /*transform:skewX(12deg);*/
}
.homeNewTestyTop h6{
    /*transform: skewX(17deg)!important;*/
}
.caseStudySliders{
    padding-left: 78px;
}
.caseStudySliders p{
    margin-left: 5%;
    font-size: var(--font-20);
    width: 61%;
    margin-right: 5%;
}
.homeNewTesty .slick-arrow {
    position: absolute;
    top: 50%;
    /*transform: translateY(-50%);*/
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--dark-gray-color);
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeNewTesty .slick-prev{
    left: -5%;
}
.homeNewTesty .slick-next{
    right: -5%;
}
.homeNewTesty .slick-arrow::before{
    display: none;
}
.homeNewTesty .slick-arrow i {
    color: var(--dark-gray-color);
    font-size: 14px;
}
.footerSocailIcon a svg{
    width: 14px;
}
.footerCopyright p{
    font-size: 14px;
    font-family: var(--avenir-regular);
}
#contactSec h2{
    color: #000!important;
}
#contactSec p{
    /*color: #000!important;*/
}
#contactSec .blackBtn span{
    font-size: var(--font-18);
}
.enarpacNav .flex{
    gap: 30px;
}
.enarpacNav .flex a{
    position: relative;
}
.enarpacNav .flex li:not(:last-child) a::after {
    position:absolute;
    right: -15px;
    content: '|';
    top: 0;
    height: 100%;
}
.testimonialSec .slick-slide img{
    transform: skewX(10deg);
    width: 40px;
    height: 42px;
}
.mobileSearchs{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.testiQuoateIcon .quote{
    position: relative;
    height: 100px;
}
.testiQuoateIcon h2{
    font-family: "milssky-regular";
    font-size: 360px;
    position: absolute;
    top: -54px;
    line-height: 370px;
    left: 52%;
    /*transform:translate(-50%, 0) skewX(10deg);*/
    transform:translate(-50%, 0);
    color: #D5D5D5;
}
.solutionMain .sultionSec:last-child{
    border-bottom: 0;
}
.aboutMrgLeft p{
    margin-left: 4.7%;
    width: 60%;
}
.forMobileSlider.pointSec  .slick-prev,
.forMobileSlider.pointSec  .slick-next{
    top: 50%;
}
.forMobileSlider .slick-slide{
    height: auto;
}
.forMobileSlider .slick-prev{
    position: absolute;
    top: 34%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--dark-gray-color);
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -13px!important;
}
.forMobileSlider .slick-next{
    position: absolute;
    right: -13px!important;
    top: 34%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--dark-gray-color);
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.forMobileSlider .slick-arrow i{
    color:var(--dark-gray-color)!important;
}
.forMobileSlider .slick-arrow:before{
    display: none;
}
.onsiteTabSec h2{
    font-size: var(--font-24);
    font-family: var(--helvetica-bold);
}
.onsiteTabSec p{
    font-size: var(--font-18);
}
.onsiteTabSec .whytrainingSecInner{
    padding: 20px;
}
.onsiteTabSec .whytrainingSecInner h4{
    font-family: var(--helvetica-bold);
    font-size: var(--font-24);
    margin-bottom:25px;
    text-transform: uppercase;
}
.onsiteTabSec .whytrainingSecInner .rows{
    gap:12px;
    display: grid;
    grid-template-columns:42px auto;
    margin-bottom: 20px;
    align-items: center;
}
.onsiteTabSec .whytrainingSecInner::before{
    display: none;
}
.onsiteTabSec .whytrainingSecInner .rows .rowsSecond{
 border-bottom: 2px solid #eae9e9;   
 padding-bottom: 16px;
}
.onsiteTabSec .whytrainingSecInner .tgridSec .rows .rowsSecond{
    padding-bottom: 0;
}
.traininSecRight .rows{
    display:unset!important;
}
.traininSecRight .rows:last-child .rowsSecond div{
    border-bottom: 0!important;
}
.traininSecRight .rowsSecond{
    padding: 18px 18px 0 40px;
    transition: all .5s linear;
    cursor: pointer;
    border-bottom: 0!important;
    padding-bottom: 0!important;
}
.traininSecRight .rowsSecond div{
    border-bottom: 2px solid #eae9e9;
    padding-bottom: 20px;
}
.traininSecRight .rowsSecond:hover div{
      border-color: var(--yellow-color)!important;
}
.traininSecRight .rowsSecond p{
    margin-bottom: 0!important;
}
.bottomTSec .whytrainingSecInner h4{
    margin-bottom: 30px!important;
}
.traininSecRight{
    padding-right: 0!important;
    padding-left: 0!important;
}
.traininSecRight .rowsSecond:hover{
    background: var(--yellow-color);
}
.onsiteTabSec .whytrainingSecInner .rows .rowsSecond h3{
    text-align: left;
    font-family: var(--helvetica-medium);
    font-size: var(--font-21);
    /*margin-bottom: 4px;*/
}
.onsiteTabSec .whytrainingSecInner .rows:last-child .rowsSecond{
    border-bottom: 0!important;
}
.onsiteTabSec .whytrainingSecInner .rows .rowsSecond p{
    text-align: left;
    font-family: var(--helvetica-light);
    font-size: var(--font-18);
    margin-bottom: 0;
}
.onsiteTabSec .whytrainingSecInner .rowsFirst img{
    width: 30px;
    margin-top: -16px;
}
.bottomTSec .rowsFirst img{
    margin-top: 0!important;
}
.bottomTSec .rowsSecond{
    border-bottom: 0!important;
}
.tgridSec{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.onSitetabSecMain .service-tab{
    text-transform: uppercase;
}
.tbCcontent{
    margin-bottom: 3%;
}
.searchContentSection{
    text-align: left;
    color: #fff;
    width: 100%;
    padding: 0 10%;
    margin-top: 2%;
    height: 400px;
    overflow-y: auto;
}
.searchContentSection::-webkit-scrollbar {
  width: 4px;
}

/* Track (background) */
.searchContentSection::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

/* Handle (thumb) */
.searchContentSection::-webkit-scrollbar-thumb {
  background: var(--yellow-color);
  border-radius: 10px;
}
.trCard .coursSecInner a{
    flex-direction: column;
    margin: auto;
    display: block;
    border-bottom: none;
}
.trCard .coursSecInner a h3{
    margin-bottom: 0;
    margin-top: 12px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    background:#fff!important;
    border:1.5px solid var(--dark-gray-color)!important;
}

/*header sticky js*/
.headerMain.stickyHeader {
  background: #000;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
/*.headerMain.stickyHeader a {*/
/*  color: #000;*/
/*}*/
/*.headerMain.stickyHeader svg path {*/
/*  fill: #000;*/
/*  stroke: #000;*/
/*}*/
.mobileSearchs a{
    color: #fff!important;
}
.yellowBottomLineEdge{
    position: relative;
}
.yellowBottomLineEdge:before{
    content: '';
    background: var(--yellow-color);
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.accordion-item.active .accordion-header{
    padding-bottom: 0;
    /*background: #fff;*/
}
.accordion-item .blackBtn{
    margin-left: auto;
}
.accordianMain .accordion-item:nth-child(even){
    background:#F8F8F8;
}
.trainingDetailTableSec .forCont h2 strong{
    font-weight: 500;
}

/* start media */
@media(min-width: 1600px){
    #industryCardSec{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media(min-width: 1800px){
  .testimonialSlider .testimonial-slide-wrap{
    width: 500px!important;
  }
}
@media (max-width: 1024px) {
  .testimonial-slide {
    flex: 0 0 calc(50% - 16px);
  }
  #menuToggle{
    display: flex;
  }
}
@media (max-width:1600px){
   :root {
    --font-28: 20px;   
    --font-90: 75px;   
    --font-24: 20px;
    --font-28: 24px;
    --font-42: 36px;
    --font-21: 18px;
    --font-20: 18px;
    --font-19: 17px;
    --font-17: 15px;
    --font-18: 16px;
    /*--font-16: 16px;*/
    --font-48: 38px;
    --font-60: 56px;
    --font-32: 32px;
  }
  .arrows svg{
      width: 11px;
  }
  .testimonialSlider .testimonial-slide-wrap{
    width: 400px!important;
  }
  .testimonialSlider:before{
    left: -148px;
  }
  .testimonialSlider:after{
    right: -132px;
  }
  .footerSocailIcon .w-7{
    width: 35px;
    height: 35px;
  }
}
@media(max-width: 1800px){
  .testimonialSlider .testimonial-slide-wrap{
    width: 480px!important;
  }
}
@media(max-width: 1440px){
    .megaMenu{
        top: 99px;
    }
    .megamenuContent ul li a{
        /*font-size: 15px;*/
        padding-bottom: 15px;
    }
    .megamenuContent ul li a span{
        font-size: 12px;
    }
    .testimonialSec h5{
        font-size: 14px;
    }
    .testimonialSec h6{
        font-size: 14px;
    }
    .caseStudyTabBtn {
        padding: 7px 20px;
    }

   :root {
    /*--font-90: 68px;   */
    /*--font-24: 19px;*/
    /*--font-42: 35px;*/
    /*--font-21: 17px;*/
    /*--font-20: 17px;*/
    /*--font-19: 17px;*/
    /*--font-17: 13px;*/
    /*--font-18: 16px;*/
    /*--font-16: 14px;*/
    /*--font-48: 38px;*/
    /*--font-60: 40px;*/
    /*--font-32: 32px;*/
  }
  .testimonialSlider:before{
    left: -205px;
  }
  .testimonialSlider:after{
    right: -190px;
  }
}

@media(max-width: 1400px){
  .testimonialSlider .testimonial-slide-wrap{
    width: 550px!important;
  }
  .blackBtn {
      padding: 7px 25px 8px;
  }
  :root {
      --font-16:14px;
      --font-15:14px;
      --font-14:12px;
      --font-20: 16px;
      --font-18: 15px;
      --font-17: 14px;
      --font-21: 16px;
      --font-18: 14px;
  }
}

@media(max-width: 1700px){
  .testimonialSlider .testimonial-slide-wrap{
    width: 460px!important;
  }
  .testimonialSlider:before{
    height: 396px;
  }
  .testimonialSlider:after{
    height: 390px;
  }
}
@media (max-width:991px){
    .searchIcon img{
        display: none;
    }
    .testimonialSec h5 {
        margin-left: 26%;
    }
    #servicesMobileMenu,
    #industriesMobileMenu,
    #aboutMobileMenu,
    #insightsMobileMenu{
        margin-bottom: 20px;
    }
}
@media (max-width: 767.99px) {
    :root {
    --font-28: 16px;   
    --font-90: 36px;   
    --font-24: 19px;
    --font-42: 30px;
    --font-21: 16px;
    --font-20: 16px;
    --font-19: 17px;
    --font-18: 14px;
    --font-16: 15px;
    --font-48: 32px;
    --font-42: 28px;
    --font-32: 32px;
  }
  .service-card {
      opacity: 1!important;
      transform: unset!important;
    }
    .counter-item {
      opacity: 1!important;
    }
     /*Default hidden */
    .service-cards {
      opacity: 1!important;
      transform: unset!important;
    }
    .counter-item {
      opacity: 1!important;
    }
  .verificationform p{
      margin: 20px 0;
  }
  .caseStudySliders p{
      width: 85%;
  }
  .headerMain{
      /*height: 95px;*/
      height: auto;
  }
  .certificateGrid a{
      margin: auto;
  }
  .caseStudyTabBtn{
      margin-left: -7px;
  }
  .testimonialSec h5{
      margin-left: 0;
  }
  .certificateGrid {
      grid-template-columns:1fr;
  }
  .boxImg{
      width: 210px;;
  }
  .machinPSec .slick-prev{
      top: 33%;
  }
  .machinPSec .slick-next{
      top: 33%;
  }
  .service-cards img{
      height: 220px;
  }
  #serDetailFlangeSec .slick-prev{
      left: -23px!important;
      top: 42%;
  }
   #serDetailFlangeSec .slick-next{
      right: -23px!important;
      top: 42%;
  }
  .hover-scale{
      text-align: center;
      display: block;
      margin: auto;
  }
  .detailIndustrySec .service-cards p{
      text-align: center;
  }
  .boltingPageJoinSec .ylwBtn{
      margin:auto;
      display: block!important;
  }
  .aboutExpertiseSec ul li{
      text-align: left;
  }
  .blackBtn{
     margin-right:auto;
     margin-left: auto;
     padding: 8px 25px 8px;
  }
  .rightGridSec ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    margin-top: 37px;
    justify-content: center;
  }
  .homeNewTestyTop .slick-center h2{
      top: -18px;
  }
    .whatMakesSec p{
        text-align: center;
    }
    .counter-item p{
        min-height: 45px;
        width: 88%;
        margin: auto;
    }
    .timeline-viewports{
        width: 90%;
        margin: auto;
    }
    .aboutTimelineForMob{
        text-align: center;
    }
    .aboutTimelineForMob .slick-prev{
        left: -42px!important;
        top: 43%;
    }
    .aboutTimelineForMob .slick-next{
        right: -42px!important;
        top: 43%;
    }
    .timeline-wrapper{
        margin-top:40px;
        padding-top: 40px!important;
    }
    .traininSecRight .rowsSecond{
        padding: 18px 18px 18px 18px;
    }
    .onsiteTabSec .whytrainingSecInner h4{
        margin-bottom: 5px;
    }
    .bottomTSec .rows{
        gap: 2px!important;
    }
    .tgridSec{
        grid-template-columns: 1fr;
    }
    .bottomTSec .rowsFirst img {
        width: 28px!important;
    }
    .mouse-scroll {
        bottom: 5px!important;
    }
    .homeWho .counter-item p{
        height: 48px;
        width: 87%;
        margin: auto;
    }
    .homePageStudySec .slick-prev{
        left: 5px!important;
    }
    .homePageStudySec .slick-next{
        right: 5px!important;
    }
    .aboutARlft .slick-prev{
        left: -26px!important;
    }
    .aboutARlft .slick-next{    
        right: -26px!important;
    }
    .indusRentalSec p{
        text-align: center;
    }
    .twoToolsSec .slick-prev{
        left: -45px!important;
    }
    .twoToolsSec .slick-next{    
        right: -45px!important;
    }
    .twoToolsSecSecond .slick-prev{
        left: -27px!important;
    }
    .twoToolsSecSecond .slick-next{    
        right: -27px!important;
    }
    .indusGasPage p{
        text-align: center;
    }
    .gasGridMob .slick-prev{
        left: -15px!important;
    }
    .gasGridMob .slick-next{    
        right: -15px!important;
    }
    .productGridSec .slick-prev{
        left: -16px!important;
    }
    .productGridSec .slick-next{    
        right: -16px!important;
    }
    .torGrid .slick-prev{
        left: -26px!important;
    }
    .torGrid .slick-next{    
        right: -26px!important;
    }
    .locationListingPage .slick-prev{
        top: 47%!important;
        left: -28px!important;
    }
    .locationListingPage .slick-next{
        top: 47%!important;
        right: -28px!important;
    }
    .caseStudyDetResulSec .slick-prev{
        left: -29px!important;
    }
    .caseStudyDetResulSec .slick-next{
        right: -29px!important;
    }
    .caseStudyListingCards .slick-prev{
        left: -23px!important;
        top: 37%!important;
    }
    .caseStudyListingCards .slick-next{
        right: -23px!important;
        top: 37%!important;
    }
    .search-overlay input{
        font-size: 17px;
    }
  .boltingPageJoinSec .slick-prev{
    left: -14px!important;
    top: 29%;
  }
  .boltingPageJoinSec .slick-next{
    right: -14px!important;
    top: 29%;
  }
  .serviceKeySec .slick-prev{
    left: -15px!important;
  }
  .serviceKeySec .slick-next{
    right: -19px!important;
    top: 51%;
  }
  .flangeKeySec .slick-prev{
    left: -19px!important;
  }
  .flangeKeySec .slick-next{
    right: -19px!important;
  }
  /*.caseStudyMainSec .slick-prev{*/
  /*  left: -19px!important;*/
  /*}*/
  /*.caseStudyMainSec .slick-next{*/
  /*  right: -19px!important;*/
  /*}*/
    .search-overlay .search-btn img{
        width: 20px;
    }
    .homeNewTesty .slick-prev{
        left: -9%;
    }
    .homeNewTesty .slick-next{
        right: -9%;
    }
    .caseStudySliders {
        padding-left: 20px;
    }
    .forHomeServiceSlider{
        height: auto;
    }
    .service-card img{
        height: 100%;
    }
    .footerCopyright p{
        margin-bottom: 0;
    }
    .BlogLeftSec select{
        padding: 12px 8px;
    }
    .searchIcon img{
        display: block;
        margin-top: 20px;
    }
    .blogDetailGrid{
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .recentPost{
        margin-top: 40px;
    }
    .BlogLeftSec h2{
        border-bottom: 1px solid #ccc;
        padding-bottom: 16px;
        color: var(--yellow-color);
        margin-bottom: 28px;
    }
    .BlogRightSec{
        grid-template-columns: 1fr;
        margin-bottom: 120px;
    }
    .BlogGridSec{
        grid-template-columns: 1fr;
        gap: 4%;
    }
    .footerNavs .space-y-2 .flex{
        justify-content: center;
    }
    .year-line::before{
        display: none;
    }
    .testimonialSec{
        padding: 0 26px 20px;
    }
    .tableMainSec{
      overflow: auto;
    }
    .table-wrapper{
      width: 1000px;
      margin-top: 50px;
    }
    .coursSecInner{
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .coursSecInner.tcourses{
        grid-template-columns: 1fr;
    }
    .rowsFirst img{
      width: 34px!important;
    }
    .whytrainingSec .rows{
      display: grid;
      grid-template-columns: auto auto;
      gap:32px;
      padding: 16px 13px;
    }
    .whytrainingSecInner::before{
      left: 16%;
    }
    .yesBtn{
      width: fit-content;
    }
    .verificationform input{
      padding: 20px 0 10px;
    }
    .noBtn{
      width: fit-content;
    }
    .yesNoBtn{
      justify-content:normal;
      margin-top: 20px;
    }
    .banner h1{
        font-size:27px;
    }
    .contentWidth{
        width: 90%;
        margin: auto;
    }
    .js-search-open  i{
        font-size:20px;
        margin-top: 20px;
    }
    .searchIcon{
        margin-top: 20px;
    }
    .close-btn{
        top: 26px;
        right: 1%;
    }
    .search-box{
        width: 72%;
    }
  
  .contentWidth{
        width: 100%;
    }
  .caseStudtWhatMakesec p{
    margin-bottom: 10px!important;
  }
  .forDirection{
    order: 2;
  }
  .mobileBtnCenter{
    margin: auto;
    display: block;
  }
  .relative.h-screen p br{
    display: none;
  } 
  .whatMakesSec h2 br{
    display: none;
  }
  .productCardsSec .service-cards h2{
    text-align: center;
  }
  .productCardsSec .service-cards p{
    text-align: center;
  }
  
  #controlledTabSec .service-cards h2{
    text-align: center;
  }
   #controlledTabSec .service-cards p{
    text-align: center;
  }
  #industryCardSec .custom-arrow{
    top: 42%;
  }
  .flangeKeySec p br{
    display:none;
  }
  .whatMakesSec p{
    margin-bottom: 20px;
  }
  .whatMakesSec p br{
    display: none;
  }
  .forCardsHeight img{
    height: 260px;
  }
  .forCardsHeight .custom-arrow{
    top: 31%;
  }
  .gridSec .img-1{
    grid-column:unset;
    grid-row:unset;
  }
  .gridSec .img-2{
    grid-column:unset;
    grid-row:unset;
  }
  .gridSec .img-3{
    grid-column:unset;
    grid-row:unset;
  }
  .gridSec .img-4{
    grid-column:unset;
    grid-row:unset;
  }
  #industryCardSec .service-cards img{
    height: 220px;
  }
  #fingeBanner h1 br{
    display:none;
  }
  .trackDesc{
    margin-bottom:10px;
  }
  #fingeBanner p br{
    display:none;
  }
  .rightGridSec ul li{
    align-items:flex-start;
  }
  .rightGridSec ul li svg{
    width: 15px;
    height: 15px;
    margin-top: 6px;
  }
  .testimonial-slide.forMobileSlider{
    padding: 0 24px;
  }
  .boltingWhyChoose{
      column-gap: 1rem!important;
      row-gap: 1.5rem!Important;
  }
  #controlledTabSec .forMobileSlider .custom-arrow{
    top: 29%;
  }
  .footerNavs{
    grid-template-columns:1fr;
    gap: 30px;
  }
  .footerNavs h4{
    text-align: center;
  }
  .footerNavs ul li{
    text-align: center;
    font-weight: 400!important;
    font-size: 16px;
    font-size: var(--font-16);
  }
  .forDesktop{
    display:none;
  }
  .forMobile{
    display: block;
  }
  #mobileTabs{
    width: 100%;
    margin: 20px auto 0;
  }
  .image-grid.gridSec {
    grid-template-columns: 1fr;
    grid-template-rows:unset;
  }
  .gridSec .img img{
    height: 155px;
  }
 .breadcrumb{
  flex-wrap: wrap;
 }
  h2 br{
    display: none;
  }
  .service-cards a{
    margin-left: auto;
    margin-right: auto;
  }
  .productCardsSec .service-cards a{
      margin-left: 20px;
  }
  .forMobileSlider .slick-slide{
    margin: 0;
  }
  .forMobileSlider .slick-prev {
    left:7px;
    /*top: 34%;*/
  }
  .forMobileSlider.forHomeServiceSlider .slick-prev{
      top: 50%;
  }
  .forMobileSlider.forHomeServiceSlider .slick-next{
      top: 50%;
  }
  .banner::after{
      width: 156px!important;
  }
  .forMobileSlider .slick-next {
    right:7px;
    /*top: 34%;*/
  }
  #mobileTabToggle{
    transform: skewX(-25deg);
  }
  #mobileTabToggle span{
    transform: skewX(25deg);
  }
  .service-content .mobile-slick{
    padding: 0 25px;
  }
  #mobileTabToggle button{
    transform: skewX(25deg);
  }
   #mobileTabToggle button span svg{
    transform: skewX(25deg);
  }
  .expertise{
    margin-top: 45px;
  }
  .service-arrow {
    display: none;
  }
  .testimonialSlider{
    padding: 0;
  }
  .testimonialSlider:before{
    width: 35%;
  }
  .testimonialSlider:after{
    width: 35%;
    height: 375px;
  }
  .testimonialSlider .slick-prev {
      left: -12px !important;
  }
  .custom-arrow i{
    font-size: 20px;
    color: var(--dark-gray-color);
  }
  .testimonialSlider .slick-next {
      right: -12px !important;
  }
  .service-tab{
    padding:8px 24px!important;
  }
  .caseStudyMainSec p{
    text-align: center;
  }
  .footerSocailIcon svg{
    width: 13px!important;
  }
  .counter-divider {
    display: none;
  }
  /*.mobile-slick{*/
  /*  padding: 0 0px;*/
  /*}*/
  .counter-wrapper{
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
    row-gap:0;
  }
  .counter-item.one{
    border-right: 1px dashed var(--dark-gray-color);
    border-bottom: 1px dashed var(--dark-gray-color);
    padding-bottom: 20px;
  }
  .testimonialSec p br{
    display:none;
  }
  .counter-item.two{
    border-bottom: 1px dashed var(--dark-gray-color);
    padding-bottom: 20px;
  }
  .counter-item.three{
    border-right: 1px dashed var(--dark-gray-color);
    padding-top:20px;
  }
  .counter-item.fourth{
      padding-top: 20px;
  }
  .counter-wrapper .counter-item:nth-child(2){
    border-top: 0;
    border-right: 0;
  }
  .footerNavs h4{
    font-size: 22px!Important;
  }
  #mobileActiveText{
    font-family: var(--helvetica-roman)
  }
  .service-content .right-arrow{
    right:-20px!important;
  }
  .service-content .left-arrow{
    left:-20px!important;
  }
  .card-title{
    font-size: 17px;
    padding: 14px 14px;
  }
  .service-tabs {
    display: none;
  }
  .service-select {
    display: none;
  }
  .service-select {
    display: block;
  }
  .service-grid {
    display: block !important; 
  }
  .banner p:last-child {
     display: none;
    }
    .productsGridSec {
        padding: 0 20px;
    }
}
@media (max-width: 640px) {
  .testimonial-slide {
    flex: 0 0 100%;
  }
  .testimonialSlider:after {
    height: 378px;
  }
}

