.hero {
  /* padding: 6% 15% 105px 15%; */
  background-size: cover;
  background-position-y: bottom;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.digi-logo {
  height: 45px;
}

/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.hero-content {
  height: fit-content;
  padding: 100px 40px 0 40px;
}

#bg-tie {
  position: absolute;
  top: 266px;
  left: 225px;
  height: 41px;
}

#bg-tie {
  transform-origin: top right;
  -webkit-animation: NAME-YOUR-ANIMATION 4s infinite ease-in-out;
  /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 4s infinite ease-in-out;
  /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 4s infinite ease-in-out;
  /* Opera 12+ */
  animation: NAME-YOUR-ANIMATION 4s infinite ease-in-out;
  /* IE 10+, Fx 29+ */
}

@keyframes NAME-YOUR-ANIMATION {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.splash-container {
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed !important;
}

.splash {
  /* absolute center .splash within .splash-container */
  width: 60%;
  height: 65%;
  margin: auto;
  position: absolute;
  top: -150px;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
}

/* This is the main heading that appears on the blue section */

.splash-head {
  font-size: 55px;
  font-weight: 700;
  color: #272727;
  line-height: 1.3em;
  margin: 0;
}

/* This is the subheading that appears on the blue section */

.splash-subhead {
  color: #272727;
  letter-spacing: 0.05em;
  font-size: 18px;
  margin-bottom: 30px;
}

.splash-text-div {
  margin-top: 100px;
}

.scroll-div {
  position: absolute;
  bottom: 0;
  left: 46%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 20px;
}

.scroll-div {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.scroll-div {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/* Header Button CSS */

#header-button {
  width: fit-content;
  display: block;
  background: #00acb500;
  padding: 10px;
  border: #00adb5 solid 1px;
  text-align: center;
  color: #00adb5;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

#header-button:hover {
  color: #fff !important;
  background-color: #00adb5;
}

/* Header Button CSS - END */

/* Mission - Start */

.mission-home-wrapper {
  background-color: aliceblue;
}

.mission-home .img-wrap {
  text-align: center;
}


.mission-home {
  padding: 100px 0;
}

.mission-home .solution {
  margin-top:30px
}

.mission-home #emp-solution{
  font-weight: bolder;
  color: #4b78ff;
}

.mission-home img {
  width: 65%;
  margin: 0 10%;
}

.mission-home #heading {
  font-weight: bolder;
}

.mission-home p {
  font-size: 18px;
}

.mission-home #header-button {
  color: #4b78ff;
  border-color: #4b78ff;
  margin: 0 auto;
}

.mission-home #header-button:hover {
  color: #fff !important;
  background-color: #4b78ff;
}

/* Mission - end */

/* Services Card */

.services-home {
  background: #222831;
  padding: 100px 0 50px 0;
  height: 100%;
}

.services-home #title {
  color: #00adb5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  font-size: 25px;
}

.services-home .service-box {
  transition: 0.3s;
  padding: 15px;
  text-align: center;
  color: white;
  transition: 0.3s;
}

.services-home .service-box h2 {
  font-weight: 400;
  transition: 0.3s;
}

.services-home .service-box p {
  transition: 0.3s;
}

.services-home .service-box:hover>#inner {
  color: #01c8d3;
}

.services-home i {
  font-size: 50px;
  transition: 0.3s;
}

.skew-c-home {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  background: linear-gradient(to right bottom, aliceblue 49%, #222831 50%);
}

.skew-cc-home {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  background: linear-gradient(to right bottom, #222831 49%, #fff 50%), linear-gradient(-50deg, #fff 16px, #000 0);
}

/* Services End */

/* Ethics Section */

.our-ethics {
  padding: 200px 0 100px 0;
}

.our-ethics #main-title {
  font-size: 25px;
  font-weight: 700;
  color: #6639a6;
}

.our-ethics #header-button {
  color: #6639a6;
  border-color: #6639a6;
}

.our-ethics #header-button:hover {
  color: #fff !important;
  background-color: #6639a6;
}

.our-ethics #service-icon {
  font-size: 50px;
}

.our-ethics #service-icon {
  font-size: 50px;
}

.our-ethics #mini-title {
  font-size: 25px;
}

.our-ethics #ethics-item {
  padding: 20px;
  margin-bottom: 50px;
  transition: 0.2s;
  cursor: default;
  border-radius: 10px;
}

.our-ethics #ethics-item:hover {
  background-color: #eeeeee;
}

.our-ethics #ethics-main {
  padding-right: 50px;
  margin: 50px 0;
}

.our-ethics #ethics-item i {
  color: #6639a6;
}



.bullet-list{
  font-size: 18px;
} 

.bullet-list li{
  margin: 10px 0;
}


/* Ethics Section - END */

@media only screen and (max-width: 333px) {
  .splash-head {
    font-size: 31px !important;
  }
}

@media only screen and (max-width: 992px) {
  .hero {
    height: fit-content;
  }
  .hero-content {
    padding: 42px 10px 110px 10px;
  }
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  .digi-logo {
    height: 40px;
    margin-left: 23%;
  }
  .mission-home {
    padding: 100px 25px;
  }
  .our-ethics {
    text-align: center
  }
  #header-button {
    font-size: 17px;
    margin: 0 auto;
  }
  .splash-head {
    font-size: 35px;
    font-weight: 700;
    color: #272727;
    line-height: 1.3em;
    margin: 0;
    text-align: center;
  }
  /* This is the subheading that appears on the blue section */
  .splash-subhead {
    color: #272727;
    letter-spacing: 0.05em;
    line-height: normal;
    font-size: 17px;
    margin-bottom: 30px;
    text-align: center;
  }
  #subhead-div {
    width: 100%;
  }
  .splash-text-div {
    margin-top: 10px;
  }
  .our-ethics #ethics-main {
    padding-right: 15px;
  }
}

#man-mobile {
  width: 100%;
}

.mobile-man-wrapper {
  text-align: center;
  position: relative;
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
  #subhead-div {
    width: 60%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) and (max-width: 1380px) {
  #subhead-div {
    width: 60%;
  }
  .hero-content {
    padding: 65px 40px 0 40px !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
  .mobile-view-service {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .large-view-service {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  #bg-tie {
    /* position: absolute;
    top: 237px;
    left: 190px;
    height: 30px; */
    position: absolute;
    top: 29.5%;
    left: 40%;
    height: 7.5%;
  }
}

@media only screen and (max-width: 1200px) and (min-width:992px) {
  #bg-tie {
    /* position: absolute;
   top: 237px;
   left: 190px;
   height: 30px; */
    position: absolute;
    top: 237px;
    left: 181px;
    height: 36px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1380px) {
  .hero-content {
    padding: 100px 40px 0 40px;
  }
}


