@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-paper-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 239 247/var(--tw-bg-opacity));
}

.min-h-screen {
  min-height: 100vh;
}

.text-paper-800 {
  --tw-text-opacity: 1;
  color: rgb(18 30 63/var(--tw-text-opacity));
}

.w-140 {
  width: 140%;
}

.w-100 {
  width: 100%;
}

.hero-section {
  height: 98vh;
  background-image: url(../../static/images/hero.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.relative {
  position: relative;
}

font-bold {
  font-weight: 700;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.pcb-desgin {
  background-image: url(https://nextgeninventors.com/images/pcb.webp);
  background-size: cover;
}
.pcb-desgin-text {
  padding: 150px 48px;
  background-color: rgba(0, 0, 0, 0.5);
}

.pcb-fabric {
  background-image: url(https://nextgeninventors.com/images/pcb-fab.webp);
  background-size: cover;
}
.pcb-fabric-text {
  padding: 100px 48px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

footer {
  background-color: #363636;
  color: #fff;
}
footer .copyright {
  background-color: #d8b109;
}

.w-300px {
  width: 300px;
}

.border-t {
  border-top: 1px solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 102 102/var(--tw-border-opacity));
}

.w-36 {
  width: 9rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.w-auto {
  width: auto;
}

.social-media-list {
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  font-family: Ember, sans-serif;
  font-size: 10px;
  justify-content: space-between;
  line-height: 11.5px;
  list-style: none outside none;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin: 0;
  max-width: 276px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding: 20px 0;
  text-rendering: optimizelegibility;
  visibility: visible;
  width: 276px;
  -webkit-box-pack: justify;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.social-media-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 11.5px;
  list-style: none outside none;
  margin: 0;
  max-width: 276px;
  padding: 20px 0;
  visibility: visible;
  width: 276px;
}

.social-media-list {
  padding: 24px 0;
  justify-content: normal;
}

.social-media-list-item {
  color: rgb(255, 255, 255);
  display: block;
  flex-shrink: 0;
  font-family: Ember, sans-serif;
  font-size: 10px;
  height: 40px;
  line-height: 11.5px;
  list-style: none outside none;
  text-align: left;
  text-rendering: optimizelegibility;
  visibility: visible;
  width: 40px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.social-media-list-item {
  display: block;
  flex-shrink: 0;
  height: 40px;
  list-style: none outside none;
  text-align: left;
  visibility: visible;
  width: 40px;
}

.social-media-list-item {
  padding-right: 8px;
  margin-right: 10px;
}

.social-media-list-item {
  width: 42px;
  height: 42px;
}

.social-link {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 40px;
  line-height: 10px;
  list-style: none outside none;
  padding: 10px;
  position: relative;
  width: 40px;
}

.social-link {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid white;
}
.social-link:hover {
  color: #07839B;
  text-decoration: none;
}

.social-icon {
  fill: #FFF;
}

.w-400 {
  width: 250px !important;
}

.iot-nav .nav-link {
  background-color: rgba(182, 165, 165, 0.5) !important;
  margin-bottom: 10px;
  color: #cdcdcd !important;
}
.iot-nav .nav-link.active {
  background-color: #0d6efd !important;
  color: #fff !important;
}

@media (min-width: 640px) {
  .sm\:text-3xl {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .md\:text-5xl {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .w-tab-content {
    width: 100%;
  }
}
.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */
.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #8e8e8e;
  transition: color 0.15s ease-in-out;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */
.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Extra utilities
 */
.flex-equal > * {
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* rtl:end:ignore */
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -0.05rem;
}

/* rtl:end:remove */
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
.parav-nav-container .dropdown-menu {
  border: 0px !important;
  background-color: #fff;
}

header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
header .navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
header .navbar-brand img {
  width: 150px;
}
header .logo-section {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .logo-section .logo {
  padding: 5px;
}
header .logo-section .logo img {
  max-width: 100%;
}

.ourservices-title {
  padding-top: 50px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  header .logo-section {
    position: static;
  }
  .parav-nav-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .drop-right .dropdown-menu[data-bs-popper] {
    right: 0px !important;
    left: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .parav-nav-container .nav-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 1rem !important;
  }
}
.grid {
  display: grid;
}

.gap-2 {
  gap: 0.5rem;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.p-4 {
  padding: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.mt-16 {
  margin-top: 4rem;
}

.flex-col {
  flex-direction: column;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.flex {
  display: flex;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.relative {
  position: relative;
}

.z-30 {
  z-index: 30;
}

.right-\[-10px\] {
  right: -10px;
}

.top-\[-20px\] {
  top: -20px;
}

.absolute {
  position: absolute;
}

.w-\[143px\] {
  width: 143px;
}

.h-\[120px\] {
  height: 120px;
}

.right-\[-26px\] {
  right: -26px;
}

.top-\[106px\] {
  top: 106px;
}

.right-\[95px\] {
  right: 95px;
}

.top-\[228px\] {
  top: 228px;
}

.text-paper-300\/20 {
  color: rgba(188, 215, 237, 0.2);
}

.w-\[88px\] {
  width: 88px;
}

.h-\[88px\] {
  height: 88px;
}

@media (min-width: 768px) {
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:w-\[348px\] {
    width: 348px;
  }
  .md\:h-\[292px\] {
    height: 292px;
  }
  .md\:w-\[348px\] {
    width: 348px;
  }
  .md\:h-\[292px\] {
    height: 292px;
  }
  .md\:right-\[-137px\] {
    right: -137px;
  }
  .md\:top-\[13px\] {
    top: 13px;
  }
  .md\:w-\[370px\] {
    width: 370px;
  }
  .md\:h-\[583px\] {
    height: 583px;
  }
  .md\:right-\[200px\] {
    right: 200px;
  }
  .md\:top-\[352px\] {
    top: 352px;
  }
  .md\:w-\[244px\] {
    width: 244px;
  }
  .md\:h-\[244px\] {
    height: 244px;
  }
  .md\:mt-40 {
    margin-top: 10rem;
  }
}
@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:right-\[-28px\] {
    right: -28px;
  }
  .md\:top-\[-32px\] {
    top: -32px;
  }
}
@media (min-width: 1280px) {
  .xl\:p-10 {
    padding: 2.5rem;
  }
  .xl\:right-\[-32px\] {
    right: -32px;
  }
  .xl\:top-\[-2px\] {
    top: -2px;
  }
  .xl\:right-\[-181px\] {
    right: -181px;
  }
  .xl\:top-\[-64px\] {
    top: -64px;
  }
  .xl\:w-\[467px\] {
    width: 467px;
  }
  .xl\:h-\[737px\] {
    height: 737px;
  }
  .xl\:right-\[244px\] {
    right: 244px;
  }
  .xl\:top-\[365px\] {
    top: 365px;
  }
  .xl\:w-\[308px\] {
    width: 308px;
  }
  .xl\:h-\[308px\] {
    height: 308px;
  }
  .xl\:mt-36 {
    margin-top: 9rem;
  }
}
.hero-bg {
  background-color: #219dff;
  color: #fff !important;
  background-image: url(../../static/images/hero.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.hero-bg.hero-iot {
  background-image: url(../../static/images/iot.jpg) !important;
}

.hero-bg-overlay {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}

.card-container {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem 0px;
  margin: 0 auto;
  font-family: var(--font-sans);
  padding-bottom: 150px;
}

.parav-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

.parav-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.parav-card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.parav-card:nth-child(1):before {
  background-image: url(https://images.unsplash.com/photo-1613500428454-70dcc9e23a80?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTZ8fHBjYiUyMGJvYXJkfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=400&q=60);
}

.parav-card:nth-child(2):before {
  background-image: url(https://images.unsplash.com/photo-1621959613462-1b0a162d41a6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nnx8cGNiJTIwZmFicmljYXRpb258ZW58MHx8MHx8&auto=format&fit=crop&w=400&q=60);
}

.parav-card:nth-child(3):before {
  background-image: url(https://images.unsplash.com/photo-1545243424-0ce743321e11?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}

.parav-card:nth-child(4):before {
  background-image: url(https://images.unsplash.com/photo-1560165143-fa7e2d9e594c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTd8fGNpcmN1aXQlMjBkZXNpZ258ZW58MHx8MHx8&auto=format&fit=crop&w=400&q=60);
}

.parav-card:nth-child(5):before {
  background-image: url(https://images.unsplash.com/photo-1562575214-da9fcf59b907?ixlib=rb-1.2.1&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8aW50ZXJuZXQlMjBvZiUyMHRoaW5nc3xlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;w=400&amp);
}

.parav-card:nth-child(6):before {
  background-image: url(https://images.unsplash.com/photo-1489389944381-3471b5b30f04?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTR8fGludGVybmV0JTIwb2YlMjB0aGluZ3N8ZW58MHx8MHx8&auto=format&fit=crop&w=400);
}

.parav-card:nth-child(7):before {
  background-image: url(https://images.unsplash.com/photo-1519389950473-47ba0277781c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTZ8fGVsZWN0cm9uaWNzfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=400);
}

.parav-card:nth-child(8):before {
  background-image: url(https://images.unsplash.com/photo-1532186773960-85649e5cb70b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGVsZWN0cm9uaWNzfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=400);
}

.parav-card--content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.parav-card--content ul, .parav-card--content li {
  font-family: var(--font-serif) !important;
}

.parav-card--content > * + * {
  margin-top: 1rem;
}

.parav-card--title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

.parav-card--copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

.parav-card--btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
  text-decoration: none;
}

.parav-card--btn:hover {
  background-color: #0d0d0d;
}

.parav-card--btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

@media (min-width: 600px) {
  .parav-card {
    height: 350px;
  }
}
@media (hover: hover) and (min-width: 600px) {
  .parav-card:after {
    transform: translateY(0);
  }
  .parav-card--content:hover .parav-card--title {
    background-color: transparent;
  }
  .parav-card--content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .parav-card--content > *:not(.parav-card--title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
  .parav-card:hover,
.parav-card:focus-within {
    align-items: center;
  }
  .parav-card:hover:before,
.parav-card:focus-within:before {
    transform: translateY(-4%);
  }
  .parav-card:hover:after,
.parav-card:focus-within:after {
    transform: translateY(-50%);
  }
  .parav-card:hover .parav-card--content,
.parav-card:focus-within .parav-card--content {
    transform: translateY(0);
  }
  .parav-card:hover .parav-card--content > *:not(.parav-card--title),
.parav-card:focus-within .parav-card--content > *:not(.parav-card--title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
  .parav-card:focus-within:before,
.parav-card:focus-within:after,
.parav-card:focus-within .parav-card--content,
.parav-card:focus-within .parav-card--content > *:not(.parav-card--title) {
    transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .card-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bg-image {
  background-image: url(../../static/images/bg-4.jpg);
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  display: flex;
  color: #fff;
}
.bg-image.bg-1 {
  background-image: url(../../static/images/bg-1.jpg) !important;
}
.bg-image.bg-3 {
  background-image: url(../../static/images/bg-3.jpg) !important;
}
.bg-image.bg-5 {
  background-image: url(../../static/images/bg-5.jpg) !important;
}
.bg-image--overlay {
  display: flex;
  min-height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.new-design .mb-50 {
  margin-bottom: 50px;
}
.new-design .icon-642f86fb {
  width: 18px;
  height: 18px;
}
.new-design .nav-item a {
  text-decoration: none;
}
.new-design .contact-btn a {
  color: #fff;
  text-decoration: none;
}
.new-design .navbar-toggler {
  border-color: #fff;
}
.new-design a {
  cursor: pointer;
}
.new-design .icon-1945445e {
  width: 18px;
  height: 18px;
}
.new-design .hero-header {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
}
.new-design .hero-header.home {
  position: relative;
}
.new-design .hero-header.iot {
  background-image: url(../../static/images/hero-2.jpg) !important;
}
.new-design .hero-header.staff {
  background-image: url(../../static/images/staff.jpeg) !important;
}
.new-design .hero-header.signal-integrity {
  background-image: url(../../static/images/hero.jpg);
}
.new-design .hero-header.iot, .new-design .hero-header.staff, .new-design .hero-header.signal-integrity {
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  position: relative;
}
.new-design .hero-header.iot::before, .new-design .hero-header.staff::before, .new-design .hero-header.signal-integrity::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.new-design .hero-header.iot .intro p, .new-design .hero-header.staff .intro p, .new-design .hero-header.signal-integrity .intro p {
  letter-spacing: 0.32px;
  font-size: 1rem;
  margin-bottom: 20px;
  color: #D2D0D0;
}
.new-design .hero-header.iot .intro a, .new-design .hero-header.staff .intro a, .new-design .hero-header.signal-integrity .intro a {
  border: 1px solid #fff;
  color: #fff;
}
.new-design .hero-header.home {
  min-height: 600px;
}
.new-design .hero-header .intro {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 150px;
  padding-bottom: 150px;
}
.new-design .hero-header .intro h1 {
  font-weight: 500;
  letter-spacing: 0.32px;
  font-size: 2rem;
  margin-bottom: 20px;
}
.new-design .hero-header .intro p {
  letter-spacing: 0.32px;
  font-size: 1rem;
  margin-bottom: 20px;
  color: #7F7F7F;
}
.new-design .hero-header .intro a {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 16px 8px 24px;
  border: 1px solid #000;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
}
.new-design .hero-header .intro a span {
  padding-right: 8px;
}
.new-design .hero-header .intro a svg {
  height: 18px;
  width: 18px;
}
.new-design header .navbar-brand img {
  height: 40px;
  width: auto !important;
}
.new-design header .navbar {
  background-color: transparent !important;
}
.new-design header .navbar-nav .nav-link.active, .new-design header .navbar-nav .show > .nav-link {
  color: #62A541;
  border-bottom: 4px solid #62A541;
}
.new-design header .nav-link {
  color: rgba(9, 9, 9, 0.55);
  font-size: 1rem;
  letter-spacing: 0.32px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-weight: 500;
}
.new-design header .nav-item {
  padding-left: 20px !important;
  padding-right: 20px !important;
  transition: all 0.5s;
}
.new-design header .nav-item:hover .navbar-nav .nav-link, .new-design header .nav-item:hover .navbar-nav .show > .nav-link {
  color: #62A541;
  border-bottom: 4px solid #62A541;
}
.new-design header .navbar-nav .nav-link {
  transition: all 0.5s;
}
.new-design header .navbar-nav .nav-link:hover {
  color: #62A541;
  border-bottom: 4px solid #62A541;
}
.new-design .who-we-are {
  padding-top: 110px;
  padding-bottom: 110px;
}
.new-design .who-we-are--conatiner h2, .new-design .who-we-are--conatiner p, .new-design .who-we-are--conatiner div {
  margin-bottom: 24px;
}
.new-design .who-we-are--conatiner svg {
  height: 18px;
  width: 18px;
}
.new-design .filled-white-btn {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 8px 24px !important;
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.new-design .filled-white-btn span {
  padding-right: 8px;
  color: #000;
}
.new-design .filled-white-btn svg {
  fill: #000;
}
.new-design .filled-white-hollow-btn {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  padding: 7px 24px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #fff;
}
.new-design .filled-white-hollow-btn span {
  padding-right: 8px;
  color: #fff;
}
.new-design .filled-white-hollow-btn svg {
  fill: #000;
}
.new-design .filled-btn {
  background: #8AC749;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 8px 24px;
  text-decoration: none;
  color: #fff;
}
.new-design .filled-btn span {
  padding-right: 8px;
  color: #fff;
}
.new-design .filled-icon-btn {
  background: #8AC749;
  padding: 10px 24px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.new-design .filled-icon-btn i {
  color: #fff !important;
}
.new-design .filled-icon-btn .icon-1945445e {
  height: 18px;
  width: 18px;
}
.new-design .services {
  background-image: url(../../static/images/services-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.new-design .service-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.new-design .service-card {
  background: #FFFFFF;
  box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 24px;
  border-radius: 20px;
  width: 100%;
}
.new-design .service-card .icon-a8007960 {
  width: 60px;
  height: 60px;
}
.new-design .idea-section {
  min-height: 346px;
  background: #62A541;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 100px 0px;
}
.new-design .idea-section h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.32px;
  color: #fff;
  margin-bottom: 24px;
}
.new-design .idea-section .action-buttons {
  text-align: center;
}
.new-design .idea-section .action-buttons a {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}
.new-design .footer-links {
  padding-top: 24px;
}
.new-design .footer-links svg {
  height: 24px;
  width: 24px;
}
.new-design .footer-links h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0.32px;
  padding-bottom: 24px;
  color: #000;
}
.new-design .footer-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.new-design .footer-links ul li {
  padding-bottom: 5px;
}
.new-design .footer-links a {
  color: #7F7F7F;
  text-decoration: none;
}
.new-design .footer-links li, .new-design .footer-links p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #7F7F7F;
}
.new-design .footer-links .social-links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.new-design footer {
  background-color: #fff;
}
.new-design .copyright {
  background-color: #202020;
}
.new-design .bg-image--overlay {
  display: flex;
  min-height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.contact-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  background: #8AC749;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  color: #fff;
}

.card-img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.light {
  background-color: #c5def3;
}

.software-services h3 {
  font-size: 1.25rem;
  font-weight: 300;
}
.software-services .service {
  background-color: #99B7FF;
  min-height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
}
.software-services .service:hover {
  background-color: rgba(20, 118, 242, 0.8);
  transition: background-color 0.3s ease-in-out;
}
.software-services .service:hover .title {
  opacity: 0;
  -webkit-animation: shrink 0.35s ease-in;
  animation: shrink 0.35s ease-in;
}
.software-services .service:hover .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: visible;
  bottom: 0;
  opacity: 1;
  -webkit-animation: grow 0.5s ease;
  animation: grow 0.5s ease;
}
.software-services .service .description {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #fff;
}
.software-services .service .description h3 {
  font-weight: 400;
}

@-webkit-keyframes shrink {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.7);
  }
}
@keyframes shrink {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.7);
  }
}
ul.list {
  position: relative;
  overflow: hidden;
  padding: 0px;
}
ul.list.bg-img li {
  color: #676666;
}
ul.list:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
}
ul.list li {
  background: rgba(255, 255, 255, 0.93);
  font-weight: 500;
  list-style: none;
  margin-bottom: 10px;
  padding: 4px 10px 6px;
  position: relative;
  float: left;
  clear: both;
}
ul.list li i {
  background: #62A541;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 30px;
  line-height: 1.6;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 30px;
}
ul.list li:before {
  content: "";
  height: 40px;
  border: 20px solid transparent;
  border-left-color: rgba(255, 255, 255, 0.94);
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
}

.message-box {
  min-height: 159px !important;
}

div.loader {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

body.loader {
  overflow: hidden;
}
body.loader .loader {
  display: flex !important;
}

@-webkit-keyframes grow {
  0% {
    visibility: hidden;
    bottom: -100%;
    opacity: 0;
  }
  50% {
    visibility: visible;
    bottom: -30%;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes grow {
  0% {
    visibility: hidden;
    bottom: -100%;
    opacity: 0;
  }
  50% {
    visibility: visible;
    bottom: -30%;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.new-design header .navbar.nav-bg {
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.2);
}

.has-error .invalid-feedback {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .new-design header .navbar {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.2);
  }
}
.hero-bg-image {
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -1;
}

.w-100 {
  width: 100% !important;
}

.img-fluid, .img-thumbnail {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  border: 0;
}

.d-wrap {
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .new-design .service-card {
    width: calc(50% - 24px) !important;
  }
  .services-page header .nav-link {
    color: rgba(255, 255, 255, 0.55);
  }
  .services-page header .nav-bg .nav-link {
    color: rgba(9, 9, 9, 0.55) !important;
  }
}
@media screen and (min-width: 1024px) {
  .new-design .hero-header .intro h1 {
    font-size: 3rem;
  }
  .new-design .service-card {
    width: calc(33.3% - 24px) !important;
  }
}/*# sourceMappingURL=style.css.map */