@charset "UTF-8";
/**
 * Variables
 * =================================
 * - Typography
 * - Breakpoints
 * - Paths
 * - Layout & Grid
 * - App-specific
 */
/* stylelint-disable indentation */
/**
 * assignment reset
 * =================================
 * We use normalize.css for the bulk of our 'reset'
 */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


  /* 
  
  font-family: "Inter", sans-serif;
  font-family: "IBM Plex Sans", sans-serif;
  
  */
body{
  overflow-x: hidden;
}
html {
  box-sizing: border-box;
}
html * {
  box-sizing: inherit;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
nav,
select,
textarea,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

/*********
  hovers
 ********/
a,
button,
input[type=submit] {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover,
button:hover,
input[type=submit]:hover {
  cursor: pointer;
  color: #2494EA;
}

/**************
  decorations
 *************/
a,
button,
input,
select,
textarea {
  background: none;
  color: inherit;
  border: none;
  text-transform: none;
  text-decoration: none;
}
.mb-31 {
    margin-bottom: 31px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* stylelint-disable indentation */
/**
 * Paragraphs
 */
body {
  font-family: "Inter", sans-serif;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.5;
}

/**
 * Headings
 */

* + h1,
* + .h1,
* + .alpha,
* + h2,
* + .h2,
* + .beta,
* + h3,
* + .h3,
* + .gamma,
* + h4,
* + .h4,
* + .delta {
  margin-top: 0px;
}

/**
 * Variables
 * =================================
 * - Typography
 * - Breakpoints
 * - Paths
 * - Layout & Grid
 * - App-specific
 */
/* stylelint-disable indentation */
.section-heading {
  margin-bottom: 30px;
  text-align: center;
}
.section-heading h6 {
  font-size: 14px;
  color: #2494EA;
}
.section-heading h2 {
  color: #16213e;
}

.heading-h6 {
  color: #2494EA;
  font-size: 14px;
}

.heading-h2-bs {
  color: #16213e;
  margin-top: 10px;
  line-height: 64px;
}

.heading-h1-bs {
  color: #16213e;
}

.description-p {
  font-size: 17px !important;
  color: #41444b !important;
  line-height: 28px !important;
}

.widget-list-content {
  max-width: 250px;
}

.section-padding {
  padding: 80px 0px;
}

.custom-arrow {
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 18px;
  color: #242E6A;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  z-index: 999;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0%), 0 2px 3px rgba(0, 0, 0, 0.12);
}
.custom-arrow:hover {
  color: #a5278e;
}
.custom-arrow.next{
  right: -24px;
  left: auto;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  bottom: -45px;}
.slick-dots li {
  margin: 0 3px;
  display: flex;
  align-items: center;
}
.slick-dots li button {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  padding: 0;
  transition: all 0.3s ease;
}
.slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: #1992D0;
}
.slick-dots li:has(+ .slick-active) button {
  width: 6px;
  height: 6px;
  background: #bababa;
}
.slick-dots li:has(+ li + .slick-active) button {
  width: 4px;
  height: 4px;
  background: #bababa;
}
.slick-dots li.slick-active + li button {
  width: 6px;
  height: 6px;
  background: #bababa;
}
.slick-dots li.slick-active + li + li button {
  width: 4px;
  height: 4px;
  background: #bababa;
}
.gap-2-custom {
  gap: 12px;
}
.mt-3-custom {
  margin-top: 18px;
}
/**
 * Base button styles
 */
.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 11px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 12px 24px 12px 24px;
  overflow: visible;
  text-align: center;
  border-radius: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 9;
  color: #ffffff;
  transition: all 0.5s ease;
  background-color: #005ED2;
  height: 40px;
}

.btn:hover {
  color: #ffffff !important;
  background-color: #005ED2 !important;
}
.white-btn {
  color: #21081C;
  background-color: #ffffff;
}
.white-btn:hover {
  color: #ffffff;
  background-color: #005ED2;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}

input[type=submit].btn--block,
input[type=reset].btn--block,
input[type=button].btn--block {
  width: 100%;
}

/* START HEADER */
.js-header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 9999999;
  border-bottom: solid 1px #e6e6e6;
}
.js-header nav.navbar {
  padding: 6px 0px;
}
.js-header .navbar-brand {
  max-width: 182px;
}
.js-header .navbar .main-menu .nav-item .nav-link {
  color: #10142F;
  padding: 15px 30px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
.js-header .navbar .nav-item .nav-link.btn {
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  background-color: #00A9FF;
  font-size: 12px;
  font-family: "IBM Plex Sans", sans-serif;
  width: 106px;
  height: 29px;
  padding: 5px 0px;
  margin-right: 50px;
  letter-spacing: 0.05em;
}

/* END HEADER */


/* START FOOTER */
.main-footer {
 background-image: url(../images/footer-bg.jpg);
  position: relative;
  z-index: 9;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-footer::before {
  position: absolute;
  content: "";
  height: 100%;
  background-image: url("/assets/images/footer-bg.png");
  width: 100%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.2;
}
.main-footer .widget h4 {
  font-size: 15px;
  margin-bottom: 20px;
  color: #ffff;
}
.main-footer .widget p {
  max-width: 400px;
  font-weight: 300;
  font-size: 13px;
}
.main-footer .contact-social .social-icon li a {
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  padding-left: 0px;
}
.main-footer .widget ul li {
  margin-bottom: 15px;
}
.main-footer .widget ul li a {
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 300;
}
.main-footer .widget ul li a:hover {
  text-decoration: underline;
}
.main-footer .footer-btm {
  border-top: solid 1px white;
  padding: 30px 0px;
  margin-top: 60px;
}
.main-footer .footer-btm .copyrights {
  font-size: 16px;
}
.main-footer .footer-btm p {
  margin: 0;
  font-size: 14px;
}
.main-footer .widget a.btn {
  color: #21081C;
  background-color: #ffffff;
  width: 252px;
  height: 64px;
  padding: 24px 0px;
  font-weight: 700;
}
.main-footer .widget a.btn:hover {
  background-color: #a5278e;
  color: #ffffff;
}
.main-footer .footer-link li a {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
.main-footer .contact-social {
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding-bottom: 30px;
}
.main-footer .footer-content {
  border-bottom: solid 1px rgb(255 255 255 / 20%);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.main-footer .footer-link {
  margin-left: 50px;
}
.main-footer .gap-4-custom {
  gap: 65px;
}
.main-footer .footer-content p {
  font-size: 13px;
  font-weight: 300;
}
.main-footer .copyright-text {
  font-size: 12px;
  font-weight: 300;
  line-height: 26px;
}
.main-footer .go-to-top {
  background-color: rgb(255 255 255 / 20%);
  text-transform: uppercase;
  font-weight: 600;
}
.main-footer .contact-details li {
  display: flex;
  gap: 15px;
}
.main-footer .contact-details li .content h5 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}
.main-footer .contact-details li .icon i {
  color: #fff;
  font-size: 24px;
}
.main-footer .contact-details li .content a,
.main-footer .contact-details li .content p {
  color: rgb(255 255 255 / 80%);
}
.main-footer .widget .newsletter-widget .form-control {
  border-radius: 40px;
  height: 56px;
  background-color: transparent;
  border: solid 1px rgb(255 255 255 / 40%);
  color: #ffffff;
  font-size: 14px;
  padding: 0px 23px;
}
.main-footer .widget .newsletter-widget input::placeholder {
  color: rgb(255 255 255 / 60%);
  font-size: 14px;
}
.main-footer .widget .newsletter-widget button.btn {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  height: 40px;
  background-color: #ffffff;
  color: #3F4B45;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin-bottom: 20px;
}
.main-footer .widget p a {
  text-decoration: underline;
}
.main-footer .widget .newsletter-dic {
  font-size: 15px;
}
/* END FOOTER */

/* BANNER CSS */
.banner-wrapper{
  background-image: url('../images/banner-bg.png');
  background-size: cover;
  padding: 145px 0px;
  background-repeat: no-repeat;
}
.banner-wrapper .widget h1 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
}
.banner-wrapper .widget h2 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 15px;
}
.banner-wrapper .widget p {
  font-size: 18px;
  font-weight: 300;
}
.banner-wrapper .widget a.btn {
  background-color: #ffffff;
  color: #242E6A;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
/* END BANNER CSS */

/* ABOUT CSS */
.about-wrapper {
  padding: 90px 0px 50px 0px;
}
.about-wrapper .widget span {
  color: #00A9FF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.about-wrapper .widget span.color01 {
  color: #1992D0;
}
.about-wrapper .widget span.color02 {
  color: #283375;
}
.about-wrapper .widget h2 {
  font-size: 44px;
  font-weight: 700;
  background: linear-gradient(90deg, #005ED2 0%, #00A1F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-top: 10px;
  margin-bottom: 20px;
}
.about-wrapper .widget p {
  font-family: "IBM Plex Sans", sans-serif;
  color: #0C0F23;
  margin-bottom: 30px;
  font-weight: 300;
}
.about-wrapper .widget a.btn {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  width: 165px;
  font-weight: 600;
  margin-top: 30px;
}

/* END ABOUT */

.solutions-wrapper{
  background-image: url('../images/solutions-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 87px 0px 100px 0px;
}
.solutions-wrapper .section-heading{
  margin-bottom: 50px;
}
.solutions-wrapper .section-heading h4 {
  background: linear-gradient(90deg, #005ED2 0%, #00A1F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 44px;
  font-weight: 700;
}
.solutions-wrapper .solutions-widget{
  background-image: url('../images/solutions-tab-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 9px;
  background-position: center;
}
.solutions-wrapper .solutions-widget .solution-left {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 54px 40px 20px 40px;
}
.solutions-wrapper .solutions-widget .solution-left h3 {
  font-size: 32px;
  color: #242E6A;
  font-weight: 600;
}
.solutions-wrapper .solutions-widget .solution-left .nav-pills .nav-item button.nav-link {
  background-color: transparent;
  color: #333333;
  font-size: 17px;
  text-align: left;
  padding: 17px 0px;
  font-weight: 500;
  border-bottom: 1px solid;
  border-image: linear-gradient(270deg, rgba(25, 146, 208, 0) 0%, rgba(25, 146, 208, 1) 100%) 1;
  width: 100%;
}
.solutions-wrapper .solutions-widget .solution-left .nav-pills .nav-item button.nav-link.active {
  color: #0068E9;
  font-weight: 700;
  position: relative;
}
.solutions-wrapper .solutions-widget .solution-left .nav-pills .nav-item button.nav-link.active:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  right: -60px;
  background: #ffffff;
  clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
}
.solutions-wrapper .solutions-widget .solution-left .nav-pills .nav-item:last-child button.nav-link {
  border: 0;
}
.solutions-wrapper .solutions-widget .solution-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
  padding: 50px 40px;
}
.solutions-wrapper .solutions-widget .solution-content .tags span {
  background-color: #00A9FF;
  color: #ffffff;
  padding: 9px 16px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 40px;
  font-size: 13px;
}
.solutions-wrapper .solutions-widget .solution-content .learn-btn {
  background-color: #ffffff;
  color: #10142F;
  font-weight: 700;
  width: 115px;
  height: 35px;
  padding: 0px 0px;
}



.industry-wrapper {
  padding: 84px 0px 120px 0px;
}
.industry-wrapper .section-heading h4 {
  background: linear-gradient(90deg, #005ED2 0%, #00A1F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 44px;
  font-weight: 700;
}
.industry-wrapper .nav.nav-pills{
  gap: 22px;
}
.industry-wrapper .section-heading {
  margin-bottom: 50px;
}
.industry-wrapper .nav.nav-pills .nav-item button.nav-link {
  background-image: url(../images/solutions-bg.png);
  background-size: cover;
  border-radius: 80px;
  width: 273px;
  text-align: left;
  font-size: 15px;
  color: #183057;
  font-weight: 600;
  gap: 18px;
  display: flex;
  align-items: center;
  line-height: 18px;
  justify-content: flex-start;
  padding: 0px 15px;
  height: 95px;
}
.industry-wrapper .nav.nav-pills .nav-item button.nav-link.active {
  background-image: url(../images/btn-bg.png);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}
.industry-wrapper .tab-content{
  background-image: url('../images/industry-bg.png');
  border-radius: 40px;
  background-size: cover;
  margin-top: -70px;
  padding-top: 90px !important;
}
.industry-wrapper .tab-content h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 28px;
}
.industry-wrapper .tab-content p {
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 35px;
}
.industry-wrapper .tab-content p.get-more span.text-info {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff !important;
}
.industry-wrapper .tab-content a.btn.white-btn {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  color: #10142F;
  font-size: 9.55px;
  text-transform: uppercase;
  width: 135px;
  height: 35px;
}



.why-choose-wrapper {
  background-image: url('../images/why-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px 100px 0px;
}
.why-choose-wrapper .section-heading h4 {
  font-size: 44px;
  color: #ffffff;
  font-weight: 700;
}
.why-choose-wrapper .section-heading {
  text-align: left;
  margin-bottom: 50px;
}
.why-choose-wrapper .widget {
  border-radius: 0px 70px 20px 20px;
  overflow: hidden;
  background-color: #ffffff;
}
.why-choose-wrapper .widget h4 {
  background: linear-gradient(100deg, #005ED2 65%, #00A1F4 100%);
  font-family: "IBM Plex Sans", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 20px;
  height: 108px;
  display: flex;
  align-items: center;
}
.why-choose-wrapper .widget p {
  color: rgb(51 51 51 / 80%);
  font-size: 14px;
  padding: 30px;
  line-height: 23px;
}



.testimonials-wrapper{
  background-image: url('../images/solutions-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 87px 0px 100px 0px;
}
.testimonials-wrapper .testimonials-slider .item {
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #D9D9D9;
  padding: 56px 40px;
}
.testimonials-wrapper .testimonials-slider .item .user-details {
  display: flex;
  gap: 15px;
}
.testimonials-wrapper .testimonials-slider .item .user-details .icon img {
  border-radius: 50%;
}
.testimonials-wrapper .testimonials-slider .item .user-details .content h5 {
  font-size: 18px;
  color: #242E6A;
  font-weight: 400;
  margin-bottom: 5px;
}
.testimonials-wrapper .testimonials-slider .item .user-details .content {
  margin: 0;
}
.testimonials-wrapper .testimonials-slider .item .content p b {
  color: #000;
}
.testimonials-wrapper .testimonials-slider .item .user-details .content p {
  color: rgb(12 15 35 / 60%);
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.testimonials-wrapper .testimonials-slider .item .content-dis{
  padding-left: 88px;
  margin-top: 10px;
  position: relative;
}
.testimonials-wrapper .testimonials-slider .item .content-dis:before{
  position: absolute;
  content: '';
  background-image: url('../images/qut.svg');
  width: 34px;
  height: 24px;
  left: 20px;
  top: 10px;
}
.testimonials-wrapper .testimonials-slider .item .content-dis p {
  font-size: 20px;
  color: rgb(12 15 35 / 80%);
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
}
.testimonials-wrapper .testimonials-slider .item .content-dis p b{
  color: #000000;
}
.certification-wrapper .section-heading,
.testimonials-wrapper .section-heading {
  margin-bottom: 45px;
}
.certification-wrapper .section-heading h4,
.testimonials-wrapper .section-heading h4 {
  background: linear-gradient(90deg, #005ED2 0%, #00A1F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 44px;
  font-weight: 700;
}
.testimonials-slider .slick-list {
    margin: 0 -12px;
}
.testimonials-slider .slick-slide {
    margin: 0 12px;
    box-sizing: border-box;
}


.certification-wrapper {
  padding: 80px 0px 100px 0px;
}
.certification-wrapper .certification-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.certification-wrapper .certification-slider .item img {
  width: 115px;
}
.certification-wrapper .certification-slider .slick-track {
  display: flex;
  align-items: center;
}
/* Responsive CSS */

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1275px;
  }
}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {
 
}
@media (min-width: 992px) {

}
@media only screen and (max-width: 992px) {
  .js-header nav.navbar {
    display: flex;
    flex-wrap: initial;
    justify-content: space-between;
    padding: 18px 0px;
  }
  .js-header .navbar .main-menu {
    max-width: 320px;
    width: 100%;
    position: fixed;
    background-color: #ebf2ff;
    right: 0;
    height: 100dvh;
    transform: translateX(100%);
    transition: all 0.5s ease;
    z-index: 99;
    top: 0;
    padding-top: 60px;
  }
  .js-header .navbar.open .main-menu {
    transform: translateX(0);
  }
  .js-header .navbar .nav-item .nav-link.btn{
    display: none;
  }
  .js-header nav.navbar.open a.nav-link.menu-btn.on {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
    background-color: #0a4caf;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-wrapper .img-widget {
    justify-content: center !important;
    margin-top: 50px;
  }
  .banner-wrapper {
    padding: 85px 0px;
  }
  .about-wrapper .img-widget {
    margin-top: 30px;
  }
  .solutions-wrapper .solutions-widget .solution-left .nav-pills .nav-item button.nav-link.active:before{
    display: none;
  }
  .certification-wrapper .section-heading h4, 
  .testimonials-wrapper .section-heading h4,
  .why-choose-wrapper .section-heading h4,
  .solutions-wrapper .section-heading h4,
  .industry-wrapper .section-heading h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .custom-arrow{
    display: none !important;
  }
  .testimonials-wrapper .testimonials-slider .item .content-dis {
    padding-left: 0px;
    margin-top: 40px;
  }
  .testimonials-wrapper .testimonials-slider .item .content-dis:before {
    left: 0px;
    top: -20px;
  }
  .testimonials-wrapper {
    padding: 50px 0px 40px 0px;
  }
  .about-wrapper .widget h2,
  .certification-wrapper .section-heading h4, .testimonials-wrapper .section-heading h4, .why-choose-wrapper .section-heading h4, .solutions-wrapper .section-heading h4, .industry-wrapper .section-heading h4 {
    font-size: 24px;
  }
  .industry-wrapper .tab-content {
    padding: 15px !important;
    padding-top: 70px !important;
  }
  .why-choose-wrapper {
    padding: 40px 0px 40px 0px;
  }
  .testimonials-wrapper .testimonials-slider .item .content-dis p {
    font-size: 18px;
  }
  .solutions-wrapper .solutions-widget .solution-content {
    padding: 0px 0px;
  }
  .solutions-wrapper .solutions-widget .solution-left {
    padding: 20px;
  }
  .solutions-wrapper .solutions-widget .solution-left .nav-pills .nav-item button.nav-link {
    font-size: 14px;
  }
  .solutions-wrapper .solutions-widget .solution-left h3 {
    font-size: 22px;
  }
  .about-wrapper {
    padding: 40px 0px 40px 0px;
  }
  .banner-wrapper .widget h2,
  .banner-wrapper .widget h1 {
    font-size: 28px;
  }
  .js-header .navbar-brand {
    max-width: 120px;
  }
  .main-footer .footer-link{
    margin-top: 10px;
    margin-left: 0px;
  }
  .main-footer .gap-4-custom {
    gap: 25px;
  }
  .industry-wrapper .nav.nav-pills .nav-item button.nav-link img {
    width: 34px;
  }
  .industry-wrapper .nav.nav-pills .nav-item button.nav-link {
    width: 200px;
    height: 70px;
  }
  .industry-wrapper .nav.nav-pills .nav-item button.nav-link.active {
      font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {

}
@media only screen and (max-width: 400px) {

}

