/* Compact Header Toggle - SCSS Version */
.softwareConsulting {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 90px);
  background-image: url("../images/gas-software-consulting/banner.png");
  position: relative;
}
@media (max-width: 1200px) {
  .softwareConsulting {
    background-position: center;
    padding: 80px 0;
  }
}
.softwareConsulting .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1100px) {
  .softwareConsulting .rightImg {
    display: none;
  }
}
@media (min-width: 991px) {
  .softwareConsulting .subHead {
    max-width: 570px;
  }
}
.softwareConsulting .subHead h1 {
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 991px) {
  .softwareConsulting .subHead h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .softwareConsulting .subHead h1 {
    font-size: 24px;
  }
}
.softwareConsulting .subHead p {
  color: #fff;
}
.softwareConsulting .subHead .bannerHeadingMain {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 610px) {
  .softwareConsulting .subHead .bannerHeadingMain {
    flex-direction: column;
    align-items: self-start;
  }
}
.softwareConsulting .subHead .bannerHeadingMain .bannerHeadingContent {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 48%;
}
@media (max-width: 576px) {
  .softwareConsulting .subHead .bannerHeadingMain .bannerHeadingContent {
    flex: 100%;
  }
}
.softwareConsulting .subHead .bannerHeadingMain .bannerHeadingContent p {
  color: #fff;
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .softwareConsulting .subHead .bannerHeadingMain .bannerHeadingContent p {
    text-wrap: wrap;
  }
}
.softwareConsulting .subHead .customBtn {
  padding: 18px 50px;
}
@media (max-width: 400px) {
  .softwareConsulting .subHead .customBtn {
    padding: 18px 30px;
  }
}

.awardRecoginitions {
  background-color: #000000;
  padding: 60px 0;
}
.awardRecoginitions h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.awardRecoginitions .awardItem {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  position: relative;
  border-right: 1px solid #625656;
}
.awardRecoginitions .awardItem img {
  max-width: 50%;
}
@media (max-width: 991px) {
  .awardRecoginitions .awardItem img {
    max-width: 40%;
  }
}
.awardRecoginitions .awardItem:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .awardRecoginitions .awardItem {
    border-right: none;
    height: auto;
  }
}
.awardRecoginitions:last-child {
  border-right: none;
}

.eliteAiTalent {
  background-image: url(../images/ai/elite-ai-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 70px 0px 70px;
}
@media (max-width: 767px) {
  .eliteAiTalent {
    padding: 36px 0px 36px;
    background-position: right;
  }
}
.eliteAiTalent .eliteAiWrapper {
  padding: 41px 85px;
  backdrop-filter: blur(10px);
  background: linear-gradient(93.08deg, rgba(39, 105, 191, 0.2) 0%, rgba(123, 180, 255, 0.2) 97.45%);
  border-radius: 8px;
  border: 1px solid #88b4f5;
}
.eliteAiTalent .eliteAiWrapper h2 {
  color: #fff !important;
}
@media (max-width: 576px) {
  .eliteAiTalent .eliteAiWrapper h2 {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  .eliteAiTalent .eliteAiWrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper {
    padding: 25px 0;
  }
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteIcons {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteIcons img {
  width: 29px;
  height: 28px;
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent {
  gap: 3px;
  padding: 21px 0 15px;
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent .counters {
  font-size: 30px;
  font-family: "RedHatDisplay-Light";
  color: #fff;
  line-height: 1;
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox img {
  width: 20px;
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.4px;
  max-width: 153px;
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox p {
    margin: auto;
  }
}

.developmentServices {
  background: linear-gradient(360deg, #007bff 0.21%, #007bff 10.53%, #000000 99.78%);
  background-size: cover;
  padding: 61px 0;
}
.developmentServices .heading {
  padding-bottom: 50px;
  max-width: 610px;
}
.developmentServices .heading.subHeading {
  max-width: 670px;
}
.developmentServices .heading h2,
.developmentServices .heading p {
  color: #fff;
}
.developmentServices .heading a {
  color: #fff;
  text-decoration: underline;
}
.developmentServices .offerItem {
  border: 1px solid #fff;
  padding: 17px;
  border-radius: 12px;
  height: 100%;
}
@media (max-width: 767px) {
  .developmentServices .offerItem {
    padding: 15px;
  }
}
.developmentServices .offerItem h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
.developmentServices .offerItem p {
  color: #fff;
  margin-top: 10px;
}

.artificialIntelligenceCta {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .artificialIntelligenceCta {
    padding: 40px 0;
  }
}
.artificialIntelligenceCta .regardTechnology {
  padding: 50px 190px;
  background: url("../images/about/regard-bg.webp"), #193370;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 18px;
}
@media (max-width: 1200px) {
  .artificialIntelligenceCta .regardTechnology {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .artificialIntelligenceCta .regardTechnology {
    text-align: left;
    padding: 40px 25px;
  }
}
.artificialIntelligenceCta .regardTechnology h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  font-family: "RedHatDisplay-Semibold";
}
@media (max-width: 767px) {
  .artificialIntelligenceCta .regardTechnology h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .artificialIntelligenceCta .regardTechnology h2 {
    text-align: left;
  }
}
.artificialIntelligenceCta .regardTechnology p {
  color: #fff;
}
@media (max-width: 576px) {
  .artificialIntelligenceCta .regardTechnology .customBtn {
    padding: 15px 25px !important;
  }
}

.industrySpecific {
  background: linear-gradient(360deg, #007bff 0.21%, #007bff 10.53%, #000000 99.78%);
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .industrySpecific {
    padding: 40px 0px;
  }
}
.industrySpecific .headingText {
  max-width: 786px;
}
.industrySpecific .servicesBox {
  background: #f1f1f9;
  padding: 18px;
  height: 100%;
  border-radius: 10px;
}
.industrySpecific .servicesBox ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1.3;
  margin-bottom: 13px;
}
.industrySpecific .servicesBox ul li:last-child {
  margin-bottom: 0;
}
.industrySpecific .servicesBox h3 {
  color: #1b1b1b !important;
  font-size: 20px;
  line-height: 1.3;
}
.industrySpecific .servicesBox .customBtn {
  padding: 15px 10px;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  border: 1px solid #155a9f;
  text-decoration: none;
  font-size: 14px;
}
.industrySpecific .servicesBox .customBtn:hover {
  background-color: #155a9f;
  color: #fff !important;
  border: 1px solid #155a9f;
}

.recentWork {
  padding: 90px 0;
  background-color: #F4F9FD;
}
@media (max-width: 767px) {
  .recentWork {
    padding: 50px 0;
  }
}
.recentWork .nav-pills {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  overflow: auto;
  flex-wrap: wrap;
}
.recentWork .nav-pills .nav-item {
  width: calc(25% - 20px);
}
@media (max-width: 991px) {
  .recentWork .nav-pills .nav-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .recentWork .nav-pills .nav-item {
    width: calc(100% - 0px);
  }
}
.recentWork .nav-pills .nav-item .nav-link {
  border-radius: 8px;
  background: #fff;
  color: #1b1b1b;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "RedHatDisplay-Bold";
  padding: 14px 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recentWork .nav-pills .nav-item .nav-link.active {
  background: #3095fb;
  color: #fff;
}
.recentWork .portfolio-wrapper {
  border-radius: 16px;
  background: #fff;
  padding: 8px;
  display: block;
}
.recentWork .portfolio-wrapper img {
  border-radius: 16px;
  height: 260px;
  object-fit: cover;
  width: 100%;
}
.recentWork .portfolio-wrapper .content {
  padding: 16px 16px 8px;
}
.recentWork .portfolio-wrapper .content h4 {
  color: #217cb0;
  font-size: 20px;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 8px;
  min-height: 48px;
}
.recentWork .portfolio-wrapper .content p {
  color: rgba(28, 28, 30, 0.72);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.recentWork .portfolio-wrapper .content .content-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.recentWork .portfolio-wrapper .content .content-foot ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  flex-wrap: wrap;
}
.recentWork .portfolio-wrapper .content .content-foot ul li {
  padding: 3px 10px;
  color: #1b1b1b;
  font-size: 12px;
  font-family: "RedHatDisplay-Regular";
  line-height: 18px;
  background-color: #e5e5ea;
  border-radius: 16px;
  width: max-content;
}
.recentWork .portfolio-wrapper .content .content-foot span {
  color: #217CB0;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  cursor: pointer;
}
.recentWork .viewAll {
  color: #217CB0;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
}

.transportationSoftware {
  padding: 70px 0;
  background: linear-gradient(360deg, #000000 0.21%, #007bff 10.53%, #000000 71.78%);
  position: relative;
}
@media (max-width: 767px) {
  .transportationSoftware {
    padding: 50px 0;
  }
}
.transportationSoftware .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 450px;
  opacity: 0.1;
}
.transportationSoftware h2,
.transportationSoftware p {
  color: #fff;
  max-width: 910px;
}
.transportationSoftware .softwareDevelopBorder {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  position: relative;
  border-width: 1px;
}
.transportationSoftware .softwareDevelopBorder::after, .transportationSoftware .softwareDevelopBorder::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3294117647);
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.transportationSoftware .softwareDevelopBorder::before {
  width: 50px;
  height: 1px;
  top: unset;
  left: 0;
  right: 0;
}
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent {
  height: 100%;
  padding: 34px 17px;
}
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent h3 {
  font-size: 20px;
  line-height: 1.3;
}
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent h3,
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent p {
  color: #fff;
}

.technologyWrapper {
  padding: 90px 0;
  background-color: #1b1b1b;
  position: relative;
  overflow: hidden;
}
.technologyWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 25%, rgba(0, 123, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(34, 123, 219, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .technologyWrapper {
    padding: 70px 0;
  }
}
@media (max-width: 540px) {
  .technologyWrapper {
    padding: 0 0 50px;
  }
}
.technologyWrapper h2,
.technologyWrapper p {
  color: #fff;
}
.technologyWrapper .heading {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}
.technologyWrapper .technologyCard {
  background: #222222;
  padding: 40px 20px;
  border-radius: 18px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s ease;
  border-top: 1px solid #007bff;
  opacity: 0;
  transform: translateY(20px);
  animation: slideInCard 0.6s ease-out forwards;
}
.technologyWrapper .technologyCard:nth-child(1) {
  animation-delay: 0s;
}
.technologyWrapper .technologyCard:nth-child(2) {
  animation-delay: 0.1s;
}
.technologyWrapper .technologyCard:nth-child(3) {
  animation-delay: 0.2s;
}
.technologyWrapper .technologyCard:nth-child(4) {
  animation-delay: 0.3s;
}
.technologyWrapper .technologyCard:nth-child(5) {
  animation-delay: 0.4s;
}
.technologyWrapper .technologyCard:nth-child(6) {
  animation-delay: 0.5s;
}
.technologyWrapper .technologyCard:nth-child(7) {
  animation-delay: 0.6s;
}
.technologyWrapper .technologyCard:nth-child(8) {
  animation-delay: 0.7s;
}
.technologyWrapper .technologyCard:nth-child(9) {
  animation-delay: 0.8s;
}
.technologyWrapper .technologyCard:nth-child(10) {
  animation-delay: 0.9s;
}
.technologyWrapper .technologyCard:nth-child(11) {
  animation-delay: 1s;
}
.technologyWrapper .technologyCard:nth-child(12) {
  animation-delay: 1.1s;
}
.technologyWrapper .technologyCard:nth-child(13) {
  animation-delay: 1.2s;
}
.technologyWrapper .technologyCard:nth-child(14) {
  animation-delay: 1.3s;
}
.technologyWrapper .technologyCard:nth-child(15) {
  animation-delay: 1.4s;
}
.technologyWrapper .technologyCard:hover {
  transform: translateY(-5px);
  background: #2a2a2a;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .technologyWrapper .technologyCard {
    padding: 20px;
  }
}
.technologyWrapper .technologyCard:last-child {
  margin: 0;
}
.technologyWrapper .technologyCard .cardContent {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .technologyWrapper .technologyCard .cardContent {
    flex-direction: column;
    align-items: start;
  }
}
.technologyWrapper .technologyCard .cardContent h3 {
  color: #fff;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  width: 100%;
  max-width: 320px;
  position: relative;
}
.technologyWrapper .technologyCard .cardContent h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #007bff, #227bdb);
  transition: width 0.3s ease;
}
.technologyWrapper .technologyCard .cardContent .technologiesNames {
  padding: 10px 0 10px 16px;
  flex: 1;
  border-left: 1px solid #696969;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}
.technologyWrapper .technologyCard .cardContent .technologiesNames span {
  border: 1px solid #737373;
  padding: 6px 12px;
  border-radius: 50px;
  color: #fff;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.technologyWrapper .technologyCard .cardContent .technologiesNames span:hover {
  border-color: #007bff;
  color: #007bff;
  transform: scale(1.05);
}
.technologyWrapper .technologyCard:hover .cardContent h3::after {
  width: 60px;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInCard {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.customSoftwareDevelopemnt {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .customSoftwareDevelopemnt {
    padding: 50px 0;
  }
}
.customSoftwareDevelopemnt .heading {
  max-width: 790px;
}
.customSoftwareDevelopemnt .heading h2 {
  color: #363636;
  font-family: "RedHatDisplay-Bold";
  margin: 0 0 11px;
  line-height: 35px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .customSoftwareDevelopemnt .heading h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .customSoftwareDevelopemnt .heading h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.customSoftwareDevelopemnt .thumbSection {
  border: 1px solid #3e8bb8;
  transition: all 0.7s ease;
  padding: 20px 30px;
  border-radius: 22px;
  height: 100%;
}
@media (max-width: 991px) {
  .customSoftwareDevelopemnt .thumbSection {
    padding: 20px;
  }
}
.customSoftwareDevelopemnt .thumbSection img {
  padding-bottom: 15px;
  width: 35px;
}
.customSoftwareDevelopemnt .thumbSection:hover {
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.12);
  transition: all 0.7s ease;
  background: #217cb0;
}
.customSoftwareDevelopemnt .thumbSection:hover h3,
.customSoftwareDevelopemnt .thumbSection:hover p {
  color: #fff;
}
.customSoftwareDevelopemnt .thumbSection:hover img {
  filter: invert(1) brightness(2);
}
.customSoftwareDevelopemnt .thumbSection h3 {
  font-size: 20px;
  color: #1b1b1b;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}

.businessSolutions {
  padding: 0px 0px 125px;
}
@media (max-width: 540px) {
  .businessSolutions {
    padding: 0px 0px 100px;
  }
}
.businessSolutions h3 {
  color: #007bff;
}
.businessSolutions .businesSlider {
  position: relative;
  cursor: grab;
}
.businessSolutions .businesSlider .owl-stage-outer .owl-stage {
  display: flex;
}
.businessSolutions .businesSlider .owl-stage-outer .owl-stage .owl-item .item {
  clear: both;
  height: 100%;
  padding: 64px 19px;
  border-radius: 13px;
  background-image: url("../images/gas-software-consulting/slider-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .businessSolutions .businesSlider .owl-stage-outer .owl-stage .owl-item .item {
    padding: 18px 10px !important;
  }
}
.businessSolutions .businesSlider .owl-stage-outer .owl-stage .owl-item .item .stepContent h4 {
  color: #fff;
  margin: 10px 0px;
}
.businessSolutions .businesSlider .owl-stage-outer .owl-stage .owl-item .item .stepContent p {
  color: #fff;
}
.businessSolutions .businesSlider .owl-nav {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 16px;
  bottom: -78px;
}
@media (max-width: 767px) {
  .businessSolutions .businesSlider .owl-nav {
    bottom: -75px;
  }
}
.businessSolutions .businesSlider .owl-nav .owl-prev,
.businessSolutions .businesSlider .owl-nav .owl-next {
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #007bff;
}
.businessSolutions .businesSlider .owl-nav .owl-prev span,
.businessSolutions .businesSlider .owl-nav .owl-next span {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

/*# sourceMappingURL=oil-software-consulting.css.map */
