body {
  font-size: 1rem;
  color: #000;
  font-family: "Poppins";
  font-weight: 400;
}

@keyframes up-down {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
img {
  pointer-events: none;
}

.m-view {
  display: none;
}

.d-view {
  display: block;
}

.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #E3E3E3;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #E3E3E3;
}

.list-23 p {
  padding-left: 12px;
}
.list-23 span {
  display: block;
  margin-left: 60px;
  line-height: 28px;
}

.setion-padding-top {
  padding-top: 8rem;
}

.section-mt {
  margin-top: 6rem;
}

.main-title {
  font-size: 36px;
  font-weight: 600 !important;
}

.main-p {
  padding-bottom: 4rem;
}

.sub-title {
  font-size: 28px;
  font-weight: 500;
}

.lh-32 {
  line-height: 32px;
}

.btn-primary {
  background-color: #000;
  border-radius: 0rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  outline: none;
  border-color: #00000000;
  margin-top: 3rem;
}

.btn-primary:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #242424;
  border-color: #000;
  box-shadow: none;
}

.fl-right {
  float: right;
  display: block;
}

.float-left {
  float: left;
}

.hands img {
  position: absolute;
  left: 0;
  width: 241px;
  height: 126px;
}

.fix-hand {
  position: absolute;
  right: 0;
  top: 10rem;
  z-index: 99999;
  width: 601px;
  height: 309px;
}

.top-navbar {
  position: relative;
}
.top-navbar .navbar-expand-sm {
  padding-top: 1.875rem;
}
.top-navbar .navbar-expand-sm .nav-link {
  color: #9F9F9F;
  font-weight: 500;
}
.top-navbar .navbar-expand-sm .nav-link.active {
  color: #000;
}
.top-navbar .navbar-collapse {
  flex-grow: 0;
}

.portfolio-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.portfolio-section img {
  position: absolute;
  right: 0;
}
.portfolio-section h1 {
  color: #343030;
  font-size: 3rem;
  font-weight: 700;
  padding-top: 1.5rem;
}
.portfolio-section h3 {
  font-size: 1.75rem;
  font-weight: 300;
  padding-top: 1rem;
}
.portfolio-section .kp {
  position: relative;
  left: 0;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 18px;
}
.section-title h2 strong {
  font-weight: 500;
}
.section-title span {
  font-weight: 500;
  display: block;
}

.car_inspection_section h2 {
  margin-bottom: 20px;
}

footer {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000;
  margin-top: 10rem;
  color: #fff;
}
footer h3 {
  font-size: 32px;
  font-weight: 500;
}
footer p {
  font-weight: 300;
  line-height: 24px;
  padding-top: 2rem;
}
footer .contact-info p {
  font-weight: 400;
}
footer .contact-info p a {
  color: #fff;
  text-decoration: none;
}
footer .contact-info img {
  margin-right: 4px;
  width: 30px;
  vertical-align: text-bottom;
}

.about-me .sub-title {
  font-weight: 700;
}
.about-me .main-p {
  padding-top: 5rem;
}
.about-me h4 {
  padding-bottom: 1rem;
}
.about-me p {
  font-size: 28px;
}
.about-me p strong {
  font-weight: 700;
}
.about-me img {
  padding-right: 2.5rem;
  margin-right: 1rem;
}

.line img {
  position: absolute;
  right: -103px;
  width: 45%;
}

.career-section {
  padding: 45px 0;
  background-color: #000;
  color: #fff;
}
.career-section h2 {
  padding-bottom: 2rem;
}
.career-section .year-list {
  background: #242424;
  padding: 22px 15px;
  margin-top: 1.5rem;
  font-weight: 400;
}
.career-section .year-list span {
  font-size: 18px;
  display: block;
}
.career-section .year-list p {
  font-size: 14px;
  padding-top: 10px;
}
.career-section .year-list .col-sm-1 {
  width: 6%;
}
.career-section .year-list .col-sm-11 {
  padding-left: 4px;
}
.career-section h3 {
  padding-top: 4rem;
  font-weight: 400 !important;
  padding-bottom: 3rem;
}
.career-section .col-sm-1 {
  margin-bottom: 20px;
}

.section-passion h2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.section-passion p {
  font-size: 20px;
}
.section-passion a {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.bottom-nav ul {
  list-style: none;
  text-align: center;
}
.bottom-nav ul li a {
  color: #000;
  text-decoration: underline;
  font-size: 24px;
}
.bottom-nav ul li a img {
  margin-right: 8px;
  margin-left: 8px;
}

.healthcare-app {
  background-color: #000;
  color: #fff !important;
}
.healthcare-app h1 {
  font-size: 44px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-weight: 400;
}

.healthcare-solution .row-top {
  padding-top: 5rem;
}
.healthcare-solution h3 {
  padding-bottom: 2rem;
}
.healthcare-solution p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.healthcare-solution p strong {
  font-weight: 600;
}
.healthcare-solution .pr-6 {
  padding-right: 6rem;
}
.healthcare-solution .img-pt {
  padding-top: 1.5rem;
}

.core-section .core-areas .sub-title {
  font-size: 24px;
  padding-bottom: 1.5rem !important;
}
.core-section .core-areas p {
  margin-bottom: 3rem !important;
}
.core-section .core-areas p strong {
  font-weight: 600 !important;
}
.core-section .core-areas img {
  margin-bottom: 0.6rem;
}
.core-section .Wireframes-slider .carousel-control {
  opacity: 1;
}
.core-section .Wireframes-slider .carousel-control-next,
.core-section .Wireframes-slider .carousel-control-prev {
  background-image: none;
  right: -114px;
  opacity: 1;
  width: 10%;
}
.core-section .Wireframes-slider .carousel-control-prev {
  left: -114px;
  display: none;
}
.core-section .Wireframes-slider .carousel-control-next-icon {
  font-size: 0;
  background-image: url(../assets/icon/next.svg);
  background-repeat: no-repeat;
  width: 62px;
}

.inspection-kingdom {
  padding-top: 2rem;
}
.inspection-kingdom h5 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  bottom: 16px;
  padding-right: 7rem;
}
.inspection-kingdom .light-box {
  border-radius: 2px;
  padding: 15px;
  position: relative;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 1s;
  cursor: pointer;
}
.inspection-kingdom .light-box:hover { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}
.inspection-kingdom .light-box-one {
  background: #242424;
  height: 254px;
}
.inspection-kingdom .light-box-two {
  background: #565656;
  height: 140px;
}
.inspection-kingdom .light-box-three {
  background: #6B6B6B;
  height: 97px;
}
.inspection-kingdom .light-box-four {
  background: #000000;
  height: 297px;
}
.inspection-kingdom .light-box-five {
  background: #3C3C3C;
  height: 215px;
}
.inspection-kingdom .light-box-six {
  background: #484848;
  height: 179px;
}

.user-research h3 {
  padding-bottom: 3rem;
}
.user-research p {
  font-size: 18px;
  font-weight: 500;
}
.user-research ul {
  padding-left: 0;
  list-style: none;
  margin-top: 3rem;
}
.user-research ul li {
  display: inline-block;
  padding: 4px 6px;
  font-size: 16px;
  font-weight: 500;
}
.user-research ul li.female {
  background: #565656;
  width: 50px;
  height: 8px;
}
.user-research ul li.male {
  background: #000000;
}
.user-research .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  opacity: 1;
  cursor: pointer;
}
.user-research .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.user-research .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.user-research .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.ux-apporach p {
  margin-bottom: 0.1rem;
}
.ux-apporach p strong {
  font-weight: 600;
}
.ux-apporach ul {
  padding-left: 1.1rem;
  margin-bottom: 1.6rem;
}
.ux-apporach ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.h-418 {
  height: 418px;
}

.d-view-right {
  float: right;
}

.esg-container .text-center p {
  font-weight: 300;
  opacity: 0.8;
}

.esg-problem h2 {
  padding-bottom: 2rem;
}

.ux-plan .img-scroll {
  width: 100%;
  overflow: auto;
}
.ux-plan .img-scroll img {
  width: 150%;
}

.low-fidelity h2 {
  padding-bottom: 2rem;
}
.low-fidelity h3 {
  font-size: 24px;
  font-weight: 400 !important;
}

.low-fidelity p {
  margin-bottom: 1.5rem;
}
.low-fidelity p strong {
  font-weight: 600;
}

.solution-area .link-top {
  padding-top: 18px;
}
.solution-area h2 {
  padding-bottom: 2rem;
}

.user-search h6 {
  font-size: 18px;
  padding-bottom: 10px;
}
.user-search p strong {
  font-weight: 500 !important;
}

.High-Fidelity h4 {
  font-size: 24px;
  padding-bottom: 2rem;
}

.success-matrics .col-sm-4 {
  padding-right: 40px;
}
.success-matrics h3 {
  padding-bottom: 2rem;
}
.success-matrics p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: justify;
}
.success-matrics p strong {
  font-weight: 600;
}

.p-22 {
  padding-right: 20px;
}

.pt-60 {
  padding-top: 60px;
}

.section-mt2 {
  margin-top: 3rem;
}

.rights {
  color: #bdb6b6;
}

.w-580 {
  width: 580px;
}

.w-1109 {
  width: 1109px;
}

.w-709 {
  width: 709px;
}

.w-557 {
  width: 557px;
}

.w-781 {
  width: 781px;
}

.w-586 {
  width: 586px;
}

.w-660 {
  width: 660px;
}

.w-779 {
  width: 779px;
}

.ui-widgets p {
  padding-bottom: 1rem;
}

.row-mt {
  margin-top: 2rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

.health-mobile .navbar-light .navbar-nav .nav-link:focus, .health-mobile .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 900px) {
  .portfolio-section img {
    top: -41px !important;
  }
  .mobile-hand img {
    width: 15% !important;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .col-sm-12, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-5 {
    width: 100% !important;
  }
  .section-passion p {
    font-size: 16px;
  }
  .healthcare-solution h3 {
    padding-bottom: 1rem;
  }
  .mb-16 {
    margin-bottom: 16px;
  }
  .w-1109 {
    width: 600px;
  }
  .m-view {
    display: block;
  }
  .d-view {
    display: none;
  }
  .career-section .col-sm-1 {
    margin-bottom: 6px;
    width: 22%;
    padding-left: 5px;
  }
  .career-section .year-list span {
    font-size: 14px;
  }
  .career-section .year-list p {
    font-size: 12px;
  }
  .d-view-right {
    float: none;
  }
  .navbar-brand .home-img-hand {
    width: 142px;
  }
  .mobile-hand img {
    width: 18%;
  }
  .healthcare-section img {
    margin-bottom: 1rem;
  }
  .row {
    margin-right: 4px;
    margin-left: 4px;
  }
  .home-mobile .row {
    margin-right: 0;
    margin-left: 0;
  }
  .home-mobile .navbar-nav {
    padding-left: 18px;
  }
  .home-mobile .top-navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .home-mobile .top-navbar .container {
    padding-left: 0;
    padding-right: 0;
  }
  .home-mobile .top-navbar .navbar-expand-sm {
    padding-top: 10px;
  }
  .portfolio-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .main-p {
    padding-bottom: 2rem;
  }
  .section-title h2 {
    font-size: 24px;
    font-weight: 300;
  }
  .section-title a {
    display: block;
    text-align: center;
  }
  .portfolio-section h1 {
    font-size: 28px;
    padding-top: 18px;
  }
  .portfolio-section h3 {
    font-size: 21px;
    line-height: 30px;
  }
  .portfolio-section .kp {
    top: -5px;
    left: 0;
  }
  .btn-primary {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .setion-padding-top {
    padding-top: 5rem;
  }
  .car_inspection_section p {
    margin-bottom: 10px;
    margin-top: 8px;
  }
  .car_inspection_section img {
    margin-bottom: 1rem;
  }
  footer {
    margin-top: 2rem;
  }
  footer .fl-right {
    float: none;
  }
  footer .m-p-0 {
    padding-left: 0;
  }
  footer .pt-5 {
    padding-top: 1rem !important;
  }
  footer .contact-info p {
    margin-bottom: 0;
  }
  .line img {
    position: absolute;
    right: 56px;
    width: 36%;
  }
  .about-me .main-p {
    padding-top: 3rem;
  }
  .about-me p {
    font-size: 20px;
  }
  .about-me img {
    float: none;
    margin: 0 auto;
    margin-top: 1rem;
    padding-right: 0;
  }
  .career-section h2 {
    padding-bottom: 1rem;
  }
  .career-section h3 {
    padding-top: 3rem;
    padding-bottom: 1rem;
    font-size: 26px;
    text-align: center;
  }
  .career-section .year-list {
    padding: 15px 8px;
  }
  .career-section .year-list ul li {
    font-size: 14px;
  }
  .sub-title {
    font-size: 25px;
  }
  .main-title {
    font-size: 30px;
    font-weight: 600 !important;
  }
  .section-passion h2 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .section-passion img {
    float: none;
    margin: 0 auto;
    margin-bottom: 2rem;
    display: block;
  }
  .section-mt {
    margin-top: 3rem;
  }
  .core-section .carousel-item .col-sm-6,
  .core-section .carousel-item .col-sm-8 {
    margin-bottom: 1rem;
  }
  .core-section .carousel-control-next,
  .core-section .carousel-control-prev {
    display: none;
  }
  .healthcare-solution .pr-6 {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .healthcare-solution .row-top {
    padding-top: 2rem;
  }
  .healthcare-solution p {
    margin-bottom: 32px;
  }
  .healthcare-solution .img-pt {
    padding-top: 15px;
  }
  .bottom-nav ul {
    padding-left: 0;
  }
  .bottom-nav ul li .pl-14 {
    padding-left: 8px;
  }
  .bottom-nav ul li a {
    font-size: 16px;
  }
  .bottom-nav ul li a img {
    width: 19%;
  }
  .bottom-nav ul li a .w-10 {
    width: 10% !important;
    margin-right: 0;
  }
  .health-mobile .top-navbar .navbar-expand-sm .nav-link {
    color: #fff;
  }
  .health-mobile .navbar-light .navbar-toggler {
    border-color: #fff;
    background-color: #fff;
  }
  .healthcare-app h1 {
    font-size: 38px;
  }
  .inspection-kingdom .col-sm-4 .row {
    margin-right: 0;
    margin-left: 0;
  }
  .inspection-kingdom .col-sm-4 .row .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .inspection-kingdom h5 {
    padding-right: 10px;
  }
  .inspection-kingdom .ps-0 {
    padding-left: 0.5rem !important;
    padding-right: 9px !important;
  }
  .inspection-kingdom .pe-0 {
    padding-right: 0.5rem !important;
    padding-left: 9px !important;
  }
  .inspection-kingdom .light-box {
    border-right: 0;
    height: 215px !important;
  }
  .user-research p {
    margin-bottom: 8px;
  }
  .user-research ul {
    margin-top: 0;
  }
  .user-research h3 {
    padding-bottom: 1rem;
  }
  .ux-apporach p {
    margin-bottom: 6px;
  }
  .h-418 {
    height: 375px;
  }
  .market-search .img-center {
    display: block;
    margin: 0 auto;
  }
  .market-search img {
    margin-bottom: 20px;
  }
  .High-Fidelity p {
    margin-top: 20px;
  }
  .healthcare-solution .retail-container .m-00 {
    margin-top: 0 !important;
  }
  .portfolio-section img {
    position: absolute;
    right: -16px;
    top: -66px;
  }
  .low-fidelity h3 {
    padding-top: 1rem;
    font-size: 20px;
  }
  .warehouse-mana h2 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .warehouse-mana .healthcare-solution p {
    margin-bottom: 10px;
  }
  .warehouse-mana .solution-area .link-top {
    padding-top: 0px;
  }
  .warehouse-mana .success-matrics .col-sm-4 {
    padding-right: 8px;
    margin-bottom: 20px;
  }
  .warehouse-mana .success-matrics p {
    text-align: left;
  }
  .warehouse-mana .success-matrics h3 {
    padding-bottom: 1rem;
  }
  .warehouse-mana .row-mt {
    margin-top: 1rem;
  }
  .solution-list {
    margin-bottom: 54px;
  }
  .solution-list p {
    margin-bottom: 10px !important;
  }
  .m-m-0 {
    margin-bottom: 2px !important;
  }
  .pt-25 {
    padding-top: 25px;
  }
  .High-Fidelity h4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pt-60 {
    padding-top: 0px;
  }
}
@media (min-width: 1280px) and (max-width: 1500px) {
  .line img {
    right: -67px;
    width: 47%;
  }
  .about-me img {
    margin-right: 3rem;
  }
  .about-me p {
    font-size: 25px;
  }
  .portfolio-section h1 {
    font-size: 2rem;
  }
  .core-section .Wireframes-slider .carousel-control-next-icon {
    width: 36px;
  }
  .core-section .Wireframes-slider .carousel-control-next,
  .core-section .Wireframes-slider .core-section .Wireframes-slider .carousel-control-prev {
    width: 3%;
    right: -45px;
  }
  .w-660 {
    width: 610px;
  }
  .w-586 {
    width: 514px;
  }
  .w-557 {
    width: 520px;
  }
}/*# sourceMappingURL=main.css.map */



/* ################ */

.base {
 
  color: #fff;
  background-color: #000;
  
}
.base-back {
  background-image: url(../assets/images/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 174px!important;
}
.base-row .left-sec {
  background-image: url("../assets/images/bg2.png");
  background-size: cover;
  padding: 40px;
  min-height: 610px;
}

.base-row .right-sec {
  background-image: url("../assets/images/bg3.png");
  background-size: cover;
  padding: 40px;
  min-height: 610px;
}

.base .btn-primary {
  background-color: #fff;
  border-radius: 2rem;
  padding: 0.5rem 1.0rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  outline: none;
  border-color: #ffffff00;
  margin-top: 0rem;
  text-transform: uppercase;
}

.base .btn-primary img {
  width: 10%;
  margin-left: 7px;
  padding-bottom: 3px
}

.base h2.base-head {
  font-size: 75px;
    font-weight: 300;
    margin-bottom: 18px;
    padding-top: 50px;
}
.base-text {
  color: #bdb6b6;
  max-width: 830px;
  margin: auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.base footer img{
  width: 20px;
}
.base footer{
  color: #bdb6b6;
  font-size: 14px;
  margin: 0px;
  padding-top: 0px;
  background-color: #f0f8ff00;
}
.text-lighter {
  color: #bdb6b6;
  font-size: 14px;
  margin: 10px 0 20px;
}


@media (max-width: 768px) {
  .base-row .left-sec,
  .base-row .right-sec {
    text-align: center;
  }
  .text-lighter {
    margin-top: 8px;
  }
  .base-back {
    padding-top: 0px;
    padding-bottom: 94px !important;
  }
    .base h2.base-head {
      font-size: 60px;
      margin-bottom: 40px;
      padding-top: 20px;
  }
  .base-row .right-sec {
    margin-top: 30px;
  }
}


/* ############## */

.graph-menu {
  background-color: #fb055e;
  border: none;
  color: #ffffff !important;
  padding: 9px 0px;
  margin-left: 7px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0px;
  cursor: pointer;
  /* transition: all 0.3sease-in-out; */
  background: linear-gradient(45deg, #fc666e, #fa0457);
}

.graph-menu:hover {
  background: linear-gradient(45deg, #fc666e, #fa0457);
  /* transform: scale(1.05); */
}


@media (max-width: 576px) {
  .graph-menu {
    margin-left: 0px;
    width: 148px;
  }
  .graph-menu span {
    padding-left: 10px;
    
  }
}