@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir/Avenir-Roman.eot");
  src: url("fonts/avenir/Avenir-Roman.woff") format("woff"), url("fonts/avenir/Avenir-Roman.ttf") format("truetype"), url("fonts/avenir/Avenir-Roman.svg#Avenir-Roman") format("svg"), url("fonts/avenir/Avenir-Roman.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Nabla&display=swap');
html, body {
  font-size: 16px;
}


.border-bottom {
  border-bottom: 0px solid #dee2e6 !important;
}


.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #143F93;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

.industries-row-mobile {
  display: none;
}

.industries-row-mobile .industries-subhead {
  width: 90%;
  margin: auto;
}

.industries-row-mobile .tab {
  margin: auto;
}

.industries-row-mobile .industries-tabs-body-cont {
  background-color: #ffffff;
}

.industries-row-mobile .industries-tabs-body-cont .industries-tabs-body {
  flex-direction: column;
  gap: 30px;
}

@media only screen and (max-width: 1301px) {
  .industries-row-mobile .industries-tabs-body-cont .industries-tabs-body .industries-tabs-body-left {
    width: 100%;
  }
}

.industries-row-mobile .industries-tabs-body-cont .industries-tabs-body .industries-tabs-body-left img {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .industries-row-mobile .industries-tabs-body-cont .industries-tabs-body .industries-tabs-body-left img {
    width: 100%;
  }
}

.industries-row-mobile .industries-tabs-body-cont .industries-tabs-body .industries-empty-cont {
  width: 80%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .industries-row-mobile .industries-tabs-body-cont .industries-tabs-body .industries-empty-cont {
    width: 90%;
  }
}

@media only screen and (max-width: 425px) {
  .industries-row-mobile .industries-tabs-body-cont .industries-tabs-body .industries-empty-cont {
    width: 100%;
  }
  .industries-row-mobile .industries-tabs-body-cont .industries-tabs-body .industries-empty-cont .testi-userrole, .industries-row-mobile .industries-tabs-body-cont .industries-tabs-body .industries-empty-cont .testi-username {
    font-size: 14px;
    line-height: 14px;
  }
}

.industries-row-mobile .industries-tabs-body-cont .industries-tabs-body .industries-empty-cont .industries-fancy-border {
  margin: auto;
}

.industries-row-mobile .industries-tabs-body-cont .industries-tabs-body .industries-empty-cont .industries-tabs-body-right {
  margin: auto;
}

@media (max-width: 540px) {
  .industries-row-mobile {
    display: none;
  }
}

/* Industries */
.industries-row {
  display: block !important;
  background-color: #fff2e6;
}

.industries-row .sub-industries-content {
  width: 80%;
  margin: auto;
}

.industries-row .sub-industries-content .sub-row-header {
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #222222;
}

.industries-row .sub-industries-content .sub-row-images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .industries-row .sub-industries-content .sub-row-images {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}

.industries-row .sub-industries-content .sub-row-images .sub-row-image img {
  height: 50px;
}

@media (max-width: 540px) {
  .industries-row {
    display: block;
  }
}

.industries-content {
  position: relative;
}

.industries-head {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  .industries-head {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}

.industries-subhead {
   font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  .industries-subhead {
    font-size: 1rem;
    line-height: 1.1rem;
    padding: 0px 50px;
  }
}

.industries-tabs-wrapper {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.industries-tabs-wrapper .prev-arrow {
  cursor: pointer;
  transform: rotate(180deg);
  
}

.industries-tabs-wrapper .next-arrow {
  cursor: pointer;
}

.industries-tabs-wrapper .next-arrow-disabled {
  transform: rotate(180deg);
}

.industries-tabs {
  float: left;
  width: 90%;
  position: relative;
  z-index: 0;
}

.industries-tabs-cont {
  /* border-bottom: 1px solid #fff2e6; */
  width: 85%;
  margin: auto;
  position: relative;
}

.tab-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100%;
}

.tab-row .tab {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.005em;
  color: #6F6F8D;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid #959595;
}

.tab-row .tab img {
  height: 50px;
  opacity: 0.4;
  margin: auto;
}

.tab-row .tab .border-bottom {
  margin-top: 10px;
  height: 5px;
  width: 0%;
  background-color: #291e30;
  transition: width 0.5s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  #IndustryTabs .tab-row .tab .border-bottom {
    width: 100% !important;
    background-color: #291e30; !important;
  }
}

.tab-row .tab.active .border-bottom {
  transition: width 0.5s ease-in-out;
  width: 100%;
  background-color: #291e30;
}

.tab-row .tab.active {
  color: #291e30;
  cursor: default;
}

.tab-row .tab.active img {
  opacity: 0.9;
}

.tab-row .slick-track {
  padding: 0px;
}

.tab-row .slick-list {
  width: 100%;
}

.tab-row .slick-slide {
  padding: 0px;
  margin: 0px;
}

.industries-tabs-body-cont {
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .industries-tabs-body-cont {
    width: 100%;
  }
}

@media only screen and (min-width: 1325px) {
  .why-row-mobile {
    display: none;
  }
}

.why-row-mobile .why-content {
  width: 100%;
}

.why-row-mobile .why-content .why-head {
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 1325px) {
  .why-row-mobile .why-content .why-head {
    font-size: 32px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1325px) {
  .why-row-mobile .why-content .why-subheader {
    font-size: 26px;
    line-height: 32px;
  }
}

.why-row-mobile .why-content .why-main-rows {
  width: 90%;
  margin: auto;
}

.why-row-mobile .why-content .why-main-rows .w-m-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.why-row-mobile .why-content .why-main-rows .w-m-row .wmr-main-text {
  font-family: 'Work Sans';
  text-align: center;
  color: #291e30;
  font-size: 20px;
  font-weight: 800;
}

.why-row-mobile .why-content .why-main-rows .w-m-row .wmr-sub-text {
   font-family: 'Manrope', sans-serif;
  text-align: center;
  font-size: 16px;
}

.why-row-mobile .why-content .why-main-rows .w-m-row .wmr-sub-image img {
  width: 100%;
}

.why-row-mobile .why-content .industries-tabs {
  width: 100%;
}

.why-row-mobile .why-content .industries-tabs-body-cont-other {
  width: 100%;
  margin: auto;
}

.why-row-mobile .why-content .industries-tabs-body-cont-other .other-text-row {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

.why-row-mobile .why-content .industries-tabs-body-cont {
  width: 100%;
}

.why-row-mobile .why-content .industries-tabs-body-cont .benefit-background {
  width: 100%;
}

.industries-tabs-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

@media only screen and (max-width: 1024px) {
  .industries-tabs-body {
    flex-direction: column;
  }
}

.industries-tabs-body .industries-tabs-body-left {
  width: 55%;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .industries-tabs-body .industries-tabs-body-left {
  width: 80%;
  text-align: center;
}
}

.industries-tabs-body .industries-tabs-body-left img {
  width: 100%;
}




.industries-tabs-body .industries-empty-cont {
  width: 45%;
  height: 50%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .industries-tabs-body .industries-empty-cont {
    width: 100%;
  }
}

.industries-tabs-body-cont .slick-list {
  padding-bottom: 20px;
}

/*.industries-fancy-border {
  width: 90%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 18px 100px 18px 18px;
  top: 1rem;
  left: 1rem;
} */

@media only screen and (max-width: 1024px) {
  .industries-fancy-border {
    border-radius: 4px;
  }
}

@media only screen and (min-width: 1024px) {
.industries-tabs-body-right {
border-left: 2px solid #959595;
}

}

@media only screen and (max-width: 1024px) {
.industries-tabs-body-right {
border-top: 2px solid #959595;
}


.industries-tabs-body-right {
  width: 100%;
  height: 100%;
  padding: 40px 40px;
  position: relative;
 /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 18px 100px 18px 18px;
  background-color: #ffffff;
  */
  
} 

@media only screen and (min-width: 1024px) {
  .industries-tabs-body-right .industries-tabs-body-mobile-top {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .industries-tabs-body-right {
    width: 90%;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.absolute-quote, .absolute-quote-outer {
  background-image: url(https://netcorecloud.com/wp-content/uploads/2022/12/quote-sign.svg);
  background-repeat: no-repeat;
  color: transparent;
  line-height: 50px;
  width: 50px;
  /*font-family: 'Nabla', cursive;
  font-style: normal;
  font-weight: 600;
  font-size: 160px;
  line-height: 50px;
  color: #fc5e02;
  opacity: 100;
  position: absolute;
  top: 40px;
  left: 21px;*/
}

@media only screen and (max-width: 1024px) {
  .absolute-quote-outer {
    display: none;
  }
}

.testi-text {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #222222;
  padding-left: 24px;
}

.testi-usercompany img{

min-width: 130px;
}

@media only screen and (min-width: 1024px) {
  .testi-text .absolute-quote {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .testi-text {
    position: relative;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
  }
  .testi-text .absolute-quote {
    top: -40px;
    font-size: 100px;
    line-height: 100px;
  }
}

.testi-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .testi-user img {
    width: 90% !important;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .testi-user {
    display: block !important;
  }
}

.testi-username {
   font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #222222;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .testi-username {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}

.testi-userrole {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.005em;
  color: #291e30;
}

@media only screen and (max-width: 1024px) {
  .testi-userrole {
    font-size: 1rem;
  }
}

.testi-casestudy {
  margin-left: 0px;
}

@media only screen and (max-width: 1024px) {
  .testi-casestudy {
    font-size: 1rem;
    margin: auto !important;
  }
}
/*# sourceMappingURL=industries-tabs.css.map */