/*scroll*/
/* ::selection {
  background: #895ffc;
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dedede;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(#31b3c1, #31b3c1);
} */
/*body*/
body {
  overflow-x: hidden;
  font-family: "Poppins";
  /* background-color: #000; */
}
h5 {
  font-family: "Poppins";
}
.btn {
  font-family: "Montserrat";
}
*:hover,
*:focus,
* {
  outline: none !important;
}
.overflw {
  overflow: hidden;
}
[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover,
button:hover {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
}
/*padding*/
.pad {
  padding: 0;
}
.padL {
  padding-left: 0;
}
.padR {
  padding-right: 0;
}
.pad-top-80 {
  padding-top: 80px !important;
}
.pad-top {
  padding-top: 60px;
}
.pad-btm-30 {
  padding-bottom: 30px;
}
.pad-btm {
  padding-bottom: 50px;
}
.pad-btm-70 {
  padding-bottom: 70px;
}
.pad-tb {
  padding: 80px 0;
}
.pad-tbm {
  padding: 50px 0;
}
.padRt-60 {
  padding-right: 60px;
}
.pad-LR30 {
  padding: 0 30px;
}
.pad-80-240 {
  padding: 80px 0 240px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-35 {
  margin-top: 35px;
}
/*botton*/
.btn-a {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  color: #000 !important;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn-a:hover {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff;
}
.btn-b {
  background-color: #222222;
  border: 2px solid #222222;
  border-radius: 6px;
  color: #fff !important;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn-b:hover {
  background: transparent;
  color: #222222 !important;
  border: 2px solid #222222;
}
.btn-submit {
  border-radius: 5px !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  letter-spacing: 0.2px;
}
.btn-submit:hover {
  background: transparent;
  color: #fff;
}
/*heading*/
.m1-h h5 {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  position: relative;
  font-family: "Poppins";
}
.m1-h h5 span {
  font-weight: 400;
  font-size: 44px;
}
.m2-h h5 {
  font-size: 36px;
  text-transform: capitalize;
  color: #31b3c1;
  font-weight: 600;
  position: relative;
  font-family: "Poppins";
  text-transform: uppercase;
  padding-bottom: 20px;
}
.m2-h h5 span {
  border-bottom: 3px solid #31b3c1;
  text-transform: capitalize;
}
.m3-h h5 {
  margin-bottom: 35px;
  padding-bottom: 19px;
  color: #31b3c1;
  font-weight: 600;
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 18px;
}
.m4-h h5 {
  color: #000;
  font-family: "Poppins";
  text-transform: capitalize;
  font-size: 22px;
  margin: 25px 0 30px;
  font-weight: bold;
}
.m5-h h5 {
  font-weight: 600;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Poppins";
}
.m5-h h5 span {
  border-bottom: 3px solid #fff;
}
.m6-h h5 {
}
/*paragrape*/
.p1 p {
  font-size: 14px;
  color: #000;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.p2 p {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.p3 p {
  color: #fff;
  line-height: 32px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins";
}
.p4 p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins";
  line-height: 22px;
}
.p5 p {
}
/* Font size */
.font-16 {
  font-size: 16px !important;
}
/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 999999;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #31b3c1;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span {
  background: #000;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}
/*top-header*/
/*header*/
header {
  position: relative;
  z-index: 99;
  padding: 10px 0;
  background: #0000;
}
ul.menu {
  display: block;
}
ul.menu > li {
  display: inline-block;
  margin-right: 20px;
}
ul.menu > li:last-child {
  margin-right: 0;
  margin: 0 0 0 30px;
}
ul.menu > li > a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  border-bottom: 2px solid transparent;
}
ul.menu > li.active a {
  border-bottom: 2px solid #fff;
}
ul.menu > li > a:hover {
  border-bottom: 2px solid #fff;
}
/*main-banner*/
.mainBanner {
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 7;
  margin-top: -108px;
}
.mainBanner .container {
  z-index: 99;
  color: #fff;
}
.mainBanner h1 span {
  color: #31b3c1;
}
.mainBanner h1 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 12px;
}
.mainBanner h4 {
  font-size: 26px;
  padding: 12px 12px 12px 12px;
  background-color: #73448dc2;
  border-radius: 12px 12px 12px 12px;
  margin: 12px 0px;
}
.mainBanner p {
  font-size: 16px;
  margin: 12px 0px;
  line-height: 26px;
}
video#myVideo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 8;
}
.z-9 {
  z-index: 999;
  position: relative;
}
.mainBanner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #00000059;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
/*main-banner End*/
/* Social Icons */
.socialIcon li {
  display: inline-block;
}
.socialIcon li i {
  padding: 12px 10px;
  background-color: #0000;
  border: 1px solid #31b3c1;
  color: #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 5px 0 0;
  margin-top: 12px;
  transition: transform 0.2s;
}
.socialIcon li i:hover {
  border: 1px solid #31b3c1;
  background: transparent;
  color: #31b3c1;
  cursor: pointer;
  transform: scale(1.1);
}
/*footer start*/
footer {
  background-color: #f3f3f4;
  padding: 30px 0;
  color: #000;
}
.flogo {
  text-align: right;
}
.copyright.text-center {
  background-color: #f3f3f4;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
  border-top: 1px solid #36363e;
  /* background: #000; */
}
.copyright.text-center p {
  text-transform: capitalize;
}
.footerLinks a {
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 22px;
}
.footerLinks li {
  background: url("");
  margin: 12px 0px;
}
.contactDetail li {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
/*footer end*/
/*media-quries*/
@media (max-width: 1440px) {
}
@media (max-width: 1200px) {
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #31b3c1;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 9999;
    width: 100vw;
  }
  .menuWrap .menu li {
    display: block;
  }
  .menuWrap .menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    margin-bottom: 30px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 25px;
  }
  .container {
    position: relative;
  }
  header .header-top {
    display: none;
  }
  header .main-header ul.menu > li {
    display: block;
    padding: 0px;
  }
  header .main-header ul.menu > li a {
    color: #fff;
    padding: 0px;
    text-align: center;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
}
@media (max-width: 980px) {
  .btn-a {
    margin-bottom: 20px;
  }
  footer {
    padding-bottom: 60px;
  }
}
@media (max-width: 824px) {
}
@media (max-width: 767px) {
  header {
    padding: 0;
  }
  footer {
    text-align: center;
  }
  .m1-h h5 span {
    font-size: 26px;
  }
  .at-h {
    padding-bottom: 0;
  }
  .padRt-60 {
    padding-right: 0 !important;
  }
  .btn {
    border: 1px solid #000;
  }
  ul.menu > li:last-child {
    margin: 0;
  }
  a.logo img {
    width: 50%;
  }
  .m1-h h5 {
    font-size: 20px;
  }
  .mainBanner {
    height: 35vh;
  }
  .m2-h h5 {
    font-size: 20px;
  }
  .pad-tb {
    padding: 40px 0;
  }

  .p1 p {
    font-size: 16px;
    line-height: 20px;
  }
  .flogo img {
    width: 50%;
  }
  .flogo {
    text-align: left;
    margin-bottom: 20px;
  }
  .copyright.text-center {
    font-size: 16px;
  }
  footer {
    padding: 15px 0;
  }
  ul.menu > li.active a {
    border-bottom: 0;
  }
  ul.menu > li {
    margin-right: 0;
  }
  .menuWrap .menu li a {
    margin-bottom: 15px;
    font-size: 15px;
  }
  ul.menu > li > a {
    border-bottom: none;
  }
  ul.menu > li.active a {
    border-bottom: none;
  }
  ul.menu > li > a:hover {
    border-bottom: none;
  }
  .inner-ban .ban_hdn h5::after {
    width: 90px;
  }
  .inner-ban {
    height: 20vh;
  }
  .Tec-ctn h5::after {
    width: 270px;
  }
}
@media (min-width: 320px) and (max-width: 340px) {
}
@media (min-width: 341px) and (max-width: 365px) {
}
@media (min-width: 366px) and (max-width: 380px) {
}
@media (min-width: 381px) and (max-width: 415px) {
}
/* UL style */
.listStyle {
  list-style: disc;
  display: inline-block;
  list-style-position: inside;
}
.listStyle li {
  margin: 30px 0;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  /* position: relative;
   */
}

/* banner */

.main-counter {
  background-color: #23222b;
  color: #fff;
  padding: 50px 0px;
}
.counter-box {
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid #36363e;
}
.counter-box h4,
.counter-box span {
  margin-bottom: 3px;
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.contact-footer h5 {
  color: #000;
  font-family: "Poppins";
  text-transform: capitalize;
  font-size: 22px;
  margin: 25px 0 30px;
  font-weight: bold;
}

.lets-talk-point {
  background-image: url("../images/lets-talk-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
  color: #fff;
}

.lets-talk-point h2 {
  font-size: 40px;
  font-weight: bold;
}
.lets-talk-point p {
  margin: 40px 0px 30px 0px;
}

.footer-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-form form {
  background-color: #fff;
  color: #000;
  padding: 36px;
  border-radius: 26px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  width: 80%;
}
.footer-form form label {
  font-weight: 600;
  display: block;
  margin: 20px 0px 12px 0px;
}
.footer-form form input {
  font-size: 16px;
  padding: 12px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #000 !important;
  border: 0;
}
.footer-form form h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.footer-form form p {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 12px;
  color: #222;
}
.footer-form form button {
  background-color: #73448d;
  width: 100%;
  margin-top: 12px;
  border-radius: 6px;
  padding: 15px 30px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border: 1px solid #73448d;
  cursor: pointer;
}

/* Vertical Tabs */
.main-tabs {
  font-family: "Poppins", sans-serif;
  padding: 100px 0px;
  background-image: url("../images/tabs-img-bg.png");
  background-repeat: no-repeat;
  background-position: 54% 27%;
  background-size: 15%;
}
.main-tabs h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  position: relative;
}
.main-tabs h2 span {
  position: relative;
  z-index: 8;
}
.main-tabs h2::after {
  content: "Business Facing";
  display: block;
  color: #fafafa;
  font-family: "Poppins", Sans-serif;
  font-size: 120px;
  font-weight: 600;
  position: absolute;
  top: -50px;
  left: 100px;
  z-index: 6;
}
.tab-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 94%;
  height: 100%;
}
.tab-buttons button {
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  background: #efe9e9;
  color: #000;
  padding: 24px 28px;
  border: none;
  border-bottom: 1px solid #efe9e9;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s;
  outline: none;
  border-radius: 12px;
  display: flex;
  gap: 26px;
  align-items: center;
}
.tab-buttons button:hover,
.tab-buttons button.active {
  background: #222730;
  color: #fff;
}
.tab-content {
  display: none;
  padding: 20px;
  width: 100%;
  height: 100%;
}
.tab-content.active {
  display: block;
}
.tab-content img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* testimonials-hotspot */

.testimonials-hotspot {
  padding: 100px 0px;
  background-color: #f3f3f4;
}
.testimonials-hotspot h2 {
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}
.testimonials-hotspot h2 span {
  position: relative;
  z-index: 8;
}
.testimonials-hotspot h2::after {
  content: "Testimonials";
  display: block;
  color: #fafafa;
  font-family: "Poppins", Sans-serif;
  font-size: 120px;
  font-weight: 600;
  position: absolute;
  top: -50px;
  left: 210px;
  z-index: 6;
}

/* hotspot styling */
.hotspot-section {
  position: relative;
  display: inline-block;
}
.hotspot-section img {
  width: 100%;
  display: block;
}
.hotspot {
  position: absolute;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s;
}
.hotspot:hover {
  transform: scale(1.2);
}
.tooltip {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
  width: 120px;
  text-align: center;
  z-index: 10;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* FAQs section */
.faqs-sec {
  padding: 100px 0px;
}
.faqs-sec h2 {
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}
.faqs-sec h2 span {
  position: relative;
  z-index: 8;
}
.faqs-sec h2::after {
  content: "Frequently Asked Questions";
  display: block;
  color: #fafafa;
  font-family: "Poppins", Sans-serif;
  font-size: 75px;
  font-weight: 600;
  position: absolute;
  top: 70px;
  left: 60px;
  z-index: 6;
}

/* Accordion */
.accordion {
  border: 1px solid #0000;
  border-radius: 5px;
  font-family: "Poppins", Sans-serif;
}
.accordion-item {
  margin-bottom: 20px;
}
.accordion-header {
  background-color: #f1f1f1;
  padding: 16px 20px;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #ececec;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", Sans-serif;
}
.accordion-header:hover {
  background-color: #fcfcfc;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
}
.accordion-content p {
  padding: 15px 10px;
  margin: 0;
  line-height: 22px;
  font-size: 14px;
}

/* Our Work Tabs */
.OurWorkTabs {
  padding: 100px 0px;
}
.OurWorkTabs h2 {
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}
.OurWorkTabs h2 span {
  position: relative;
  z-index: 8;
}
.OurWorkTabs h2::after {
  content: "Our Work";
  display: block;
  color: #fafafa;
  font-family: "Poppins", Sans-serif;
  font-size: 120px;
  font-weight: 600;
  position: absolute;
  top: 40px;
  left: 310px;
  z-index: 6;
}
.OurWorkTabs p {
  text-align: center;
  margin-top: 20px;
  line-height: 26px;
}
.OurWorkTabs .tabs {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 26px;
  gap: 10px;
}
.OurWorkTabs .workTabLink {
  background-color: #0000;
  color: #000;
  padding: 14px 20px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background-color 0.3s ease;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 12px;
}
.OurWorkTabs .workTabLink:hover {
  background-color: #333333;
  color: #fff;
}
.OurWorkTabs .active {
  background-color: #333333;
  color: #fff;
}
.OurWorkTabs .workTabContent {
  display: none;
  padding: 28px 0px;
  animation: fadeEffect 0.5s;
}
.OurWorkTabs .gallery {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}
.OurWorkTabs .gallery img {
  width: 23.5%;
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 12px;
  height: 260px;
  object-fit: cover;
}
.OurWorkTabs .gallery img:hover {
  transform: scale(1.05);
  opacity: 0.6;
}
.OurWorkTabs .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.OurWorkTabs .modal-content {
  width: 80%;
  max-width: 700px;
  height: 100%;
  object-fit: contain;
  background-color: #0000;
  border: 0px !important;
}
.OurWorkTabs .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white !important;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.OurWorkTabs .close:hover {
  color: #bbb;
}
.OurWorkTabs .prev,
.OurWorkTabs .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s;
  user-select: none;
}
.OurWorkTabs .prev {
  left: 0;
}
.OurWorkTabs .next {
  right: 0;
}
.OurWorkTabs .prev:hover,
.OurWorkTabs .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#galleryModal {
  display: none;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ReasonsToChoose {
  background-color: #f3f3f4;
  padding: 100px 0px;
}
.ReasonsToChoose h2 {
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}
.ReasonsToChoose h2 span {
  position: relative;
  z-index: 8;
}
.ReasonsToChoose h2::after {
  content: "Our Work";
  display: block;
  color: #fafafa;
  font-family: "Poppins", Sans-serif;
  font-size: 120px;
  font-weight: 600;
  position: absolute;
  top: -60px;
  left: 310px;
  z-index: 6;
}
.ReasonsToChoose p {
  margin-top: 20px;
  line-height: 26px;
}
.ReasonsToChoose .chooseOne {
  margin: 28px 6px 6px 6px;
  padding: 58px 40px;
  background-color: #ffffff;
  border-style: none;
  border-radius: 26px 26px 26px 26px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
}
.ReasonsToChoose .chooseOne i {
  font-size: 40px;
  color: #31b3c1;
  margin-bottom: 26px;
}
.ReasonsToChoose .chooseOne h3 {
  font-size: 28px;
  font-weight: bold;
  color: #31b3c1;
}

/* Industries Slider */
.IndustriesSlider {
  padding: 100px 0px;
}
.IndustriesSlider h2 {
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}
.IndustriesSlider h2 span {
  position: relative;
  z-index: 8;
}
.IndustriesSlider h2::after {
  content: "Industries We Serve";
  display: block;
  color: #fafafa;
  font-family: "Poppins", Sans-serif;
  font-size: 94px;
  font-weight: 600;
  position: absolute;
  top: -60px;
  left: 140px;
  z-index: 6;
}
.slider-container {
  width: 100% !important;
  padding-top: 20px;
  margin: 10px auto;
}
.swiper-slide {
  background: #0000;
  border: 1px solid #dde2ee;
  text-align: center;
  font-size: 18px;
  height: 120px !important;
  padding: 26px;
  border-radius: 26px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.swiper-slide h4 {
  font-size: 18px;
  font-weight: bold;
}
.swiper-button-prev,
.swiper-button-next {
  color: #fff !important;
  background-color: #31b3c1;
  padding: 22px !important;
  border-radius: 100px;
}
.swiper-button-prev,
.swiper-button-next {
  top: -22px !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

/* Pricing Tabs */

.PricingTabs {
  background-color: #f3f3f4;
  padding: 100px 0px;
}
.PricingTabs h2 {
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}
.PricingTabs p {
  margin-top: 20px;
  line-height: 26px;
}
.PricingTabButtons {
  width: 100%;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.PricingTabLink {
  padding: 14px 22px;
  background-color: #23222b;
  color: #fff;
  font-family: "Poppins", Sans-serif;
  border: 0px;
  border-radius: 10px;
  cursor: pointer;
}
.PricingTabLink.active {
  background-color: transparent;
  background-image: linear-gradient(90deg, #31b3c1 0%, #73448d 100%);
  color: #fff;
}
.PricingTabLink:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #31b3c1 0%, #73448d 100%);
  color: #fff;
}
.PricingTabContent {
  display: none;
  padding: 20px;
  width: 100%;
  height: 100%;
  margin-top: 26px;
}
.PricingTabContent.active {
  display: block;
}
.PricingTabs .pricing-card {
  background-color: #fff;
  border: 1px solid #dedfe0;
  border-radius: 16px;
  cursor: pointer;
}
.PricingTabs .pricing-card:hover {
  border: 1px solid #31b3c1;
}
.PricingTabs .pricing-card h4 {
  padding: 26px;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.PricingTabs .pricing-card h3 {
  width: 100%;
  background-color: #222222;
  color: #fcfcfc;
  font-weight: bold;
  font-size: 55px;
  text-align: center;
  padding: 11px 0px 2px 0px;
}
.PricingTabs .pricing-card h3 sup {
  font-size: 40px;
}
.PricingTabs .pricing-list {
  padding: 26px 26px 12px 26px;
  height: 300px;
  overflow: auto;
}
.PricingTabs .pricing-list li {
  margin: 12px 0px;
  font-size: 14px;
  background-image: url("../images/8045321.png");
  background-position: center left;
  background-size: 12px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 20px;
  line-height: 20px;
}
.PricingTabs .pricing-ctas {
  padding: 26px;
  display: flex;
  justify-content: space-around;
}
.PricingTabs .pricing-card button {
  background-color: #222222;
  /* width: 100%; */
  color: #fff;
  border: 0;
  font-family: "Poppins", Sans-serif;
  padding: 16px 32px;
  margin: 12px 0px 18px 0px;
  border-radius: 10px;
}
