*:focus {
  outline: 1px dotted red;
}

.tabs > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  font-size: 0;
}

/* .tabs > ul .indicator {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 20%;
  background: #ff0000;
  transform: translateZ(0) translateX(0);
  transition: all 0.3s ease;
} */
.tabs > ul li {
  display: inline-block;
  font-size: 14px;
  width: 20%;
}

.tabs > ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: black;
  transition: all 0.3s ease 0.4s;
}

.tabs > ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #ff0000;
  transform: translateZ(0) translateY(100%);
  transition: all 0.3s ease 0.3s;
  z-index: -1;
}

.tabs > ul li a[aria-selected] {
  color: white;
}

.tabs > ul li a[aria-selected]:before {
  transform: translateZ(0) translateY(0);
}

.tabs > section[aria-hidden=true] {
  display: none;
}

/* Auto scrolling tab */
logo-slider {
  --image-size: 50px;
  padding: 20px;
  overflow: hidden;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
}
logo-slider div {
  display: flex;
  position: relative;
  animation: marquee 50s linear infinite;
  justify-content: space-around;
}
logo-slider img {
  display: block;
  min-width: var(--image-size);
  height: var(--image-size);
  margin: 0 1vw;
}
logo-slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), white);
}
@media (max-width: 900px) {
  logo-slider {
    --image-size: 50px;
    --image-size: min(max(50px, 10vw), 50px);
  }
}

.logo-slider-hardware > div {
  animation: marquee 8s linear infinite;
}

.logo-slider-wireless > div {
  animation: marquee 20s linear infinite;
}

.logo-slider-cloud > div {
  animation: marquee 25s linear infinite;
}

.logo-slider-web > div {
  animation: marquee 25s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.mbox > h2 {
  font-size: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
}

.mbox > h5 {
  font-size: 25px;
}

.container-custom {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 800px) {
  .container-custom {
    flex-direction: column;
  }
}
.ied_img > img {
  height: 200px;
}

/* Case Studies CSS start */
/* // Styling */
.case-study {
  background: #F4F4F4;
  padding: 50px 0;
}

.container-case-study {
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 20px;
}

.carousel-case-study {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}
.carousel-case-study > input {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.carousel-case-study > input:nth-of-type(6):checked ~ .carousel__slides-case-study .carousel__slide-case-study:first-of-type {
  margin-left: -500%;
}
.carousel-case-study > input:nth-of-type(5):checked ~ .carousel__slides-case-study .carousel__slide-case-study:first-of-type {
  margin-left: -400%;
}
.carousel-case-study > input:nth-of-type(4):checked ~ .carousel__slides-case-study .carousel__slide-case-study:first-of-type {
  margin-left: -300%;
}
.carousel-case-study > input:nth-of-type(3):checked ~ .carousel__slides-case-study .carousel__slide-case-study:first-of-type {
  margin-left: -200%;
}
.carousel-case-study > input:nth-of-type(2):checked ~ .carousel__slides-case-study .carousel__slide-case-study:first-of-type {
  margin-left: -100%;
}
.carousel-case-study > input:nth-of-type(1):checked ~ .carousel__slides-case-study .carousel__slide-case-study:first-of-type {
  margin-left: 0%;
}
.carousel-case-study > input:nth-of-type(1):checked ~ .carousel__thumbnails-case-study li:nth-of-type(1) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel-case-study > input:nth-of-type(2):checked ~ .carousel__thumbnails-case-studyli:nth-of-type(2) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel-case-study > input:nth-of-type(3):checked ~ .carousel__thumbnails-case-study li:nth-of-type(3) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel-case-study > input:nth-of-type(4):checked ~ .carousel__thumbnails-case-study li:nth-of-type(4) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel-case-study > input:nth-of-type(5):checked ~ .carousel__thumbnails-case-study li:nth-of-type(5) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel-case-study > input:nth-of-type(6):checked ~ .carousel__thumbnails-case-study li:nth-of-type(6) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}

.carousel__slides-case-study {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
}

.carousel__slide-case-study {
  position: relative;
  display: block;
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 300ms ease-out;
  box-sizing: border-box;
  white-space: normal;
}
.carousel__slide-case-study figure {
  display: flex;
  margin: 0;
}
.carousel__slide-case-study div {
  position: relative;
  width: 100%;
}
.carousel__slide-case-study div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.carousel__slide-case-study div > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__slide-case-study img {
  display: block;
  flex: 1 1 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel__slide-case-study figcaption {
  align-self: flex-end;
  padding: 20px 20px 0 20px;
  flex: 0 0 auto;
  width: 25%;
  min-width: 150px;
}
.carousel__slide-case-study .credit {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.carousel__slide-case-study.scrollable {
  overflow-y: scroll;
}

.carousel__thumbnails-case-study {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.carousel__slides-case-study + .carousel__thumbnails-case-study {
  margin-top: 20px;
}
.carousel__thumbnails-case-study li {
  flex: 1 1 auto;
  max-width: calc(16.6666666667% - 20px);
  margin: 0 10px;
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails-case-study label {
  display: block;
  position: relative;
}
.carousel__thumbnails-case-study label:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.carousel__thumbnails-case-study label > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__thumbnails-case-study label:hover, .carousel__thumbnails-case-study label:focus {
  cursor: pointer;
}
.carousel__thumbnails-case-study label:hover img, .carousel__thumbnails-case-study label:focus img {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails-case-study img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Case studies CSS end */
.projectcontent > p {
  font-size: 14px;
}

.projectsgrid {
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  grid-template-columns: 49% 49%;
  grid-auto-rows: auto;
  grid-gap: 25px;
}

.project {
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  grid-template-columns: 35% 60%;
  grid-gap: 10px;
}

.projectcontent > img {
  height: 50px;
  width: 50px;
}

.project > img {
  height: 200px;
  width: 200px;
}

.textAnimation1, .textAnimation2, .textAnimation3 {
  color: #df2f4e;
}

@media (max-width: 1024px) {
  body {
    padding-top: 64px !important;
  }
  .tap-wrap {
    margin: 0 auto !important;
    width: 90%;
  }
  .tap-wrap .nav.nav-tabs li {
    margin: 10px auto;
  }
  .projectsgrid {
    grid-template-columns: 100%;
  }
  .project {
    text-align: center;
    grid-template-columns: 100%;
  }
}/*# sourceMappingURL=dashboard.css.map */