@charset "UTF-8";
.f-light {
  font-weight: 300;
}

.f-regular {
  font-weight: 400;
}

.f-medium {
  font-weight: 500;
}

.f-semibold {
  font-weight: 600;
}

.f-bold {
  font-weight: 700;
}

.font-barlow {
  font-family: "Barlow Condensed", sans-serif;
}

.f-700 {
  font-weight: 700;
}

.f-600 {
  font-weight: 600;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 15px;
}

.f-17 {
  font-size: 16px;
}

.f-18 {
  font-size: 17px;
}

.f-19 {
  font-size: 18px;
}

.f-20 {
  font-size: 19px;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

a {
  cursor: pointer;
  color: #5cc6d0;
}
a:hover {
  color: #38b5c1;
  text-decoration: none;
}
a:active {
  color: #38b5c1;
}
a:focus {
  color: #38b5c1;
}

input::-ms-clear {
  display: none;
}

button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

.btn.focus,
.btn:focus,
button:focus,
form:focus {
  outline: 0;
  box-shadow: none;
}

[dropdowntoggle] {
  cursor: pointer;
}

button,
input,
textarea {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #5cc6d0;
  border-color: #5cc6d0;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #5cc6d0;
  border-color: #5cc6d0;
  cursor: not-allowed;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #38b5c1;
  border-color: #38b5c1;
  box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #5cc6d0;
  border: 1px solid #5cc6d0;
}
.btn-primary:hover {
  background-color: #38b5c1;
  border-color: #38b5c1;
}
.btn-primary:focus {
  background-color: #38b5c1;
  border-color: #38b5c1;
  color: #fff;
}
.btn-primary:active {
  background-color: #38b5c1;
  border-color: #38b5c1;
}

.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #38b5c1;
  border-color: #38b5c1;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  background-color: #38b5c1;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #5cc6d0;
}

.btn-outline-primary {
  color: #5cc6d0;
  border-color: #5cc6d0;
}
.btn-outline-primary:hover {
  background-color: #5cc6d0;
  border-color: #5cc6d0;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #5cc6d0;
  border-color: #5cc6d0;
}

.btn-outline-primary,
.btn-outline-secondary,
.btn-primary,
.btn-secondary {
  padding: 0.75rem 65px;
}

.btn-outline-primary.text-black {
  color: #444444;
}
.btn-outline-primary.text-black:hover {
  color: #fff;
}

.btn-outline-secondary {
  color: #8c8c8c;
  border-color: #cdcdcd;
}
.btn-outline-secondary:hover {
  background-color: #292929;
  border-color: #292929;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #8c8c8c;
  border-color: #8c8c8c;
}

.btn-rounded {
  border-radius: 50px;
  padding: 15px 62px;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 13px;
}
.btn-rounded:hover {
  background-color: #5cc6d0;
  color: #fff;
}

.banner .btn-cta-banner:hover {
  background-color: #5cc6d0;
  color: #fff;
}

.text-green {
  color: #5cc6d0;
}

.text-orange {
  color: #ff9933;
}

.text-green-1 {
  color: #23bb15;
}

body,
html {
  height: 100%;
}

body {
  font-family: Poppins, sans-serif;
  color: #231f20;
  background-color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding-top: 100px;
}

h3 {
  font-size: 36px;
}

.shadow_allSide {
  box-shadow: 0px 6px 50px 0 rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 0px 6px 50px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 6px 50px 0 rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 0px 6px 50px 0 rgba(50, 50, 50, 0.1);
}

input::-ms-clear {
  display: none;
}

select::-ms-expand {
  display: none;
}

.bg-green {
  background-color: #5cc6d0;
}

.bg-light-gray {
  background-color: #f3f3f3;
}

.bg-dark-gray {
  background-color: #e8e7e7;
}

.bg-black {
  background-color: #292929;
}

.bg-transparent {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
}

.headbrderbtm > span {
  position: relative;
  z-index: 1;
}

.headbrderbtm:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: 7px;
  top: auto;
  left: 3px;
  background: #5cc6d0;
  z-index: 0;
}

.pady-80 {
  padding: 80px 0;
}

.navAnaxee {
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.navAnaxee:not(.nav-inner) {
  background: #292929;
}

.navAnaxee > .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navAnaxee .navbar-nav .nav-link:not(.btn-header-user):not(.btn-header-search) {
  color: #fff;
  font-weight: 500;
  padding: 40px 1.3rem;
  font-size: 14px;
  position: relative;
}

.navAnaxee .navbar-nav .nav-link:not(.btn-header-user):not(.btn-header-search):before {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  bottom: 0;
  top: auto;
  left: 0;
  background: #5cc6d0;
  transition: width 0.2s ease;
}

.navAnaxee .navbar-nav .nav-link:not(.btn-header-user):not(.btn-header-search):hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  top: auto;
  left: 0;
}

.navAnaxee .navbar-nav .nav-link:not(.btn-header-user):not(.btn-header-search):focus,
.navAnaxee .navbar-nav .nav-link:not(.btn-header-user):not(.btn-header-search):hover {
  color: #5cc6d0;
}

.navAnaxee .navbar-nav .btn-header-search {
  background: url(../images/icon-search.png) no-repeat center center;
  background-size: 18px;
  width: 30px;
  height: 30px;
  margin-right: 1em;
  margin-left: 1.5em;
}

.navAnaxee .navbar-nav .btn-header-user {
  background: #5cc6d0 url(../images/icon-user.png) no-repeat center center;
  background-size: 10px;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-inner {
  border-bottom-color: #f1f1f1;
}

.navAnaxee.nav-inner .navbar-nav .nav-link:not(.btn-header-user):not(.btn-header-search) {
  color: #231f20;
}

.navAnaxee.nav-inner .navbar-nav .btn-header-search {
  background-image: url(../images/icon-search-black.png);
}

/*experience page styles*/
.experience-fluid {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
}

#exp-slider .item {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
}

#exp-slider .item h2 {
  font-size: 54px;
}

#exp-slider .item p {
  font-size: 30px;
}

#exp-slider .item .exp-content {
  max-width: 920px;
  color: #fff;
  width: 100%;
  margin: 20px;
}

#exp-slider .owl-controls {
  position: absolute;
  top: auto;
  z-index: 1;
  width: 100%;
  bottom: 50px;
}

#exp-slider .owl-buttons {
  text-align: center;
  position: relative;
  width: 100%;
}

.btn-scrollDown {
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  top: 100%;
  background: #fff url(../images/down-arrow.svg) no-repeat center center;
  width: 56px;
  height: 56px;
  background-size: 16px;
  box-shadow: 0px 6px 50px 0 rgba(50, 50, 50, 0.2);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-carousel {
  height: 100%;
}

#exp-slider.owl-carousel div:not(.owl-controls) {
  height: 100%;
}

.owl-theme .owl-controls .owl-page span {
  background: #51868b;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span .owl-theme .owl-controls .owl-page span {
  background: #fff;
}

.rw-wrapper {
  position: relative;
  overflow: hidden;
}

.rw-sentence {
  margin: 0;
  text-align: left;
  font-size: 48px;
}

.rw-sentence span {
  color: #fff;
  white-space: nowrap;
}

.rw-words {
  display: inline;
  text-indent: 10px;
}

.rw-words span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  color: #5cc6d0;
}

.rw-words-1 span {
  -webkit-animation: rotateWordsFirst 18s linear infinite 0s;
  -ms-animation: rotateWordsFirst 18s linear infinite 0s;
  animation: rotateWordsFirst 18s linear infinite 0s;
  left: -6px;
}

.rw-words-2 span {
  -webkit-animation: rotateWordsSecond 18s linear infinite 0s;
  -ms-animation: rotateWordsSecond 18s linear infinite 0s;
  animation: rotateWordsSecond 18s linear infinite 0s;
}

.rw-words span:nth-child(2) {
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
  color: #5cc6d0;
}

.rw-words span:nth-child(3) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
  color: #5cc6d0;
}

.rw-words span:nth-child(4) {
  -webkit-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
  color: #5cc6d0;
}

.rw-words span:nth-child(5) {
  -webkit-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
  color: #5cc6d0;
}

.rw-words span:nth-child(6) {
  -webkit-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
  color: #5cc6d0;
}

@-webkit-keyframes rotateWordsFirst {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    height: 0px;
  }
  8% {
    opacity: 1;
    height: 60px;
  }
  19% {
    opacity: 1;
    height: 60px;
  }
  25% {
    opacity: 0;
    height: 60px;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes rotateWordsFirst {
  0% {
    opacity: 1;
    -ms-animation-timing-function: ease-in;
    height: 0px;
  }
  8% {
    opacity: 1;
    height: 60px;
  }
  19% {
    opacity: 1;
    height: 60px;
  }
  25% {
    opacity: 0;
    height: 60px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWordsFirst {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    height: 0px;
  }
  8% {
    opacity: 1;
    height: 60px;
  }
  19% {
    opacity: 1;
    height: 60px;
  }
  25% {
    opacity: 0;
    height: 60px;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rotateWordsSecond {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    width: 0px;
  }
  10% {
    opacity: 0.3;
    width: 0px;
  }
  20% {
    opacity: 1;
    width: 100%;
  }
  27% {
    opacity: 0;
    width: 100%;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes rotateWordsSecond {
  0% {
    opacity: 1;
    -ms-animation-timing-function: ease-in;
    width: 0px;
  }
  10% {
    opacity: 0.3;
    width: 0px;
  }
  20% {
    opacity: 1;
    width: 100%;
  }
  27% {
    opacity: 0;
    width: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWordsSecond {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    width: 0px;
  }
  10% {
    opacity: 0.3;
    width: 0px;
  }
  20% {
    opacity: 1;
    width: 100%;
  }
  27% {
    opacity: 0;
    width: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cf4FadeInOut {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#cf4a > div:nth-of-type(1) {
  animation-delay: 15s;
}

#cf4a > div:nth-of-type(2) {
  animation-delay: 12s;
}

#cf4a > div:nth-of-type(3) {
  animation-delay: 9s;
}

#cf4a > div:nth-of-type(4) {
  animation-delay: 6s;
}

#cf4a > div:nth-of-type(5) {
  animation-delay: 3s;
}

#cf4a > div:nth-of-type(6) {
  animation-delay: 0;
}

#cf4a {
  height: 350px;
  width: 350px;
  border: 10px solid #5cc6d0;
}

#cf4a > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #292929;
  background-size: 175px;
  position: absolute;
  left: 0;
  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 18s;
}

.heading-lined {
  position: relative;
  padding-top: 50px;
}
.heading-lined:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 2px;
  background: #5cc6d0;
  left: 0;
  top: 0px;
}
.heading-lined.heading-lined-right:before {
  right: 0;
  left: auto;
}

.k25-home {
  font-size: 120px;
  line-height: 0.7;
}

.digiRunner-home {
  font-size: 28px;
  display: inline-block;
  position: relative;
}
.digiRunner-home:before {
  position: absolute;
  content: "";
  width: 99%;
  height: 10px;
  bottom: 7px;
  top: auto;
  left: 2px;
  background: #5cc6d0;
  z-index: 0;
}
.digiRunner-home > span {
  position: relative;
  z-index: 1;
}

.of {
  font-size: 47px;
  margin: -10px 0 45px 0;
}

.covering-head {
  border-bottom: 1px solid #e9e8e8;
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 20px 0;
}

.box-our-reach {
  padding: 80px 0;
}
.box-our-reach h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
}
.box-our-reach p {
  color: #231f20;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.box-our-reach > .container > .row {
  align-items: center;
}

.w--50 {
  width: 50%;
}

.w--70 {
  width: 70%;
}

.mapBlack {
  max-width: 76%;
  height: auto;
}

.ourreachbox > div {
  max-width: 620px;
  margin: 0 auto 80px auto;
}
.ourreachbox p {
  color: #231f20;
  line-height: 1.7;
}

.standout {
  font-size: 22px;
  font-weight: 600;
  color: #666464;
}

.networkbox {
  margin: 80px 0 0 0;
}
.networkbox p {
  font-size: 14px;
  width: 80%;
}

.networkhead > span {
  position: absolute;
  content: "";
  bottom: -20px;
  top: auto;
  left: 0;
  color: #fff;
  font-size: 67px;
  font-weight: 700;
  z-index: 0;
  text-shadow: 3px 2px 30px rgba(4, 1, 1, 0.1803921569);
}

.networkhead > div {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
}

.videotext {
  padding: 60px 40px;
  height: calc(100% - 7px);
  background: #292929 url(../images/mapbg.jpg) no-repeat center bottom;
}
.videotext p {
  font-size: 14px;
  font-family: 300;
}
.videotext figure {
  margin: 40px 0 0 50px;
}

.partnertxt {
  margin: auto;
  max-width: 790px;
}

.our-reach-list {
  margin: 10px 0 0 0;
  max-width: 360px;
  display: grid;
  grid-template-columns: 100px 90px 130px;
  grid-row-gap: 25px;
}
.our-reach-list p {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
.our-reach-list strong {
  font-size: 30px;
  font-weight: 700;
  color: #5cc6d0;
}

.box-partners {
  padding: 80px 0;
}
.box-partners h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
}
.box-partners p {
  color: #231f20;
  font-size: 13px;
  line-height: 1.4;
}
.box-partners > .container > .row {
  align-items: center;
}

.box-our-services {
  padding: 80px 0;
}
.box-our-services p {
  width: 65%;
}

.weprovide {
  padding: 80px 0;
}

.servicesSlider {
  width: 350px;
  height: 456px;
}

.serviceSlide {
  background: url(../images/services-1.jpg) no-repeat center center;
  background-size: cover;
  width: 350px;
  height: 456px;
}

.card-achiver {
  width: 350px;
  padding: 60px 30px 45px 30px;
}
.card-achiver > img {
  width: 156px;
  height: 156px;
  border: 5px solid #fff;
}
.card-achiver .card-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 2px;
}
.card-achiver .card-text {
  font-size: 13px;
  font-weight: 600;
}

.modal-backdrop.show {
  opacity: 0.87;
}

.serviceModal {
  border-top: 6px solid #5cc6d0;
}

.serviceModal .modal-lg {
  max-width: 100%;
  margin: 0;
}
.serviceModal .modal-lg .close {
  text-shadow: none;
  color: #fff;
  font-weight: 100;
  font-size: 50px;
  opacity: 1;
  margin: 40px 40px 0 0;
}
.serviceModal .modal-lg .close:hover {
  color: #5cc6d0;
}
.serviceModal .modal-lg .modal-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
}
.serviceModal .modal-lg .modal-content hr {
  border-bottom: 1px solid #5cc6d0;
}
.serviceModal .modal-lg h4 {
  font-size: 26px;
}
.serviceModal .modal-lg p {
  font-weight: 300;
  line-height: 1.5;
}

.teamModal .modal-lg {
  max-width: 100%;
  margin: 0;
}
.teamModal .modal-lg .close {
  text-shadow: none;
  width: 44px;
  height: 44px;
  font-weight: 100;
  font-size: 26px;
  opacity: 1;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.teamModal .modal-lg .close:hover {
  background: #5cc6d0 !important;
  color: #fff !important;
}
.teamModal .modal-lg p {
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}

.link-linkedin {
  color: #0077b5;
}

.box-runners {
  padding: 80px 0;
}

.runnerSlide {
  background: url(../images/runner.jpg) no-repeat center center;
  background-size: cover;
  width: 260px;
  height: 376px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-50%, -25%, 0);
}

.runnerText {
  background: #5cc6d0;
  padding: 100px 100px 100px 200px;
  font-size: 14px;
  max-width: 800px;
  margin: 188px 99px 0 229px;
}
.runnerText h5 {
  font-size: 22px;
}
.runnerText span {
  font-size: 12px;
}

.box-blog {
  padding: 80px 0;
}

.blogSlide {
  padding: 15px;
}

.blogDate {
  color: #555;
}

.blogLink {
  color: #222;
}

.box-blog-left p {
  width: 50%;
}

#runnerSlider .owl-controls,
#craftmanslider .owl-controls,
#blogSlider .owl-controls {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 0;
}

#blogSlider .owl-controls {
  top: calc(50% - 90px);
}

#craftmanslider .owl-controls {
  top: 50%;
  transform: translateY(-50%);
}

#runnerSlider .owl-controls {
  top: 59%;
}

#runnerSlider .owl-buttons,
#craftmanslider .owl-buttons,
#blogSlider .owl-buttons {
  text-align: center;
  position: relative;
  width: 100%;
}

#runnerSlider .owl-prev,
#runnerSlider .owl-next,
#craftmanslider .owl-prev,
#craftmanslider .owl-next,
#blogSlider .owl-prev,
#blogSlider .owl-next {
  height: 44px;
  width: 44px;
  font-size: 0;
  cursor: pointer;
  opacity: 1;
  background-color: #5cc6d0;
  border-radius: 0;
  position: relative;
}

#runnerSlider .owl-prev:hover,
#runnerSlider .owl-next:hover,
#craftmanslider .owl-prev:hover,
#craftmanslider .owl-next:hover,
#blogSlider .owl-prev:hover,
#blogSlider .owl-next:hover {
  opacity: 1;
}

#runnerSlider .owl-prev,
#craftmanslider .owl-prev,
#blogSlider .owl-prev {
  float: left;
  margin-left: 15px;
}

#runnerSlider .owl-next,
#craftmanslider .owl-next,
#blogSlider .owl-next {
  float: right;
  margin-right: 15px;
}

#runnerSlider .owl-prev:before,
#runnerSlider .owl-next:before,
#craftmanslider .owl-prev:before,
#craftmanslider .owl-next:before,
#blogSlider .owl-prev:before,
#blogSlider .owl-next:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#runnerSlider .owl-prev:before,
#craftmanslider .owl-prev:before,
#blogSlider .owl-prev:before {
  content: "";
}

#runnerSlider .owl-next:before,
#craftmanslider .owl-next:before,
#blogSlider .owl-next:before {
  content: "";
}

#craftmanslider .owl-prev {
  float: left;
  margin-left: 0;
}

#craftmanslider .owl-next {
  float: right;
  margin-right: 0;
}

.ourTeamBox {
  background: url(../images/pho.jpg) no-repeat center center;
  padding: 380px 0 0 0;
}
.ourTeamBox h2 {
  font-weight: 700;
  font-size: 108px;
  line-height: 0.5;
}

.contactDetails {
  padding: 80px 0;
}

.contactVcols h3 {
  font-size: 26px;
  position: relative;
}
.contactVcols h3:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #5cc6d0;
  left: 0;
  bottom: 0;
  top: auto;
}

.contactDetails .form-group {
  z-index: 1;
  margin-bottom: 45px;
}

.contactDetails textarea {
  height: 170px;
  resize: none;
  padding: 10px;
  border: 1px solid #cdcdcd;
  width: 100%;
  background-color: transparent;
}

.contactDetails textarea::-webkit-input-placeholder {
  color: #373435;
  font-size: 14px;
  font-weight: 500;
}

.contactDetails textarea::-moz-placeholder {
  color: #373435;
  font-size: 14px;
  font-weight: 500;
}

.contactDetails textarea:-ms-input-placeholder {
  color: #373435;
  font-size: 14px;
  font-weight: 500;
}

.contactDetails textarea:-moz-placeholder {
  color: #373435;
  font-size: 14px;
  font-weight: 500;
}

.input_animated {
  font-size: 17px;
  height: 54px;
  padding-left: 10px;
  padding-right: 10px;
  border: 0;
  border: 1px solid #cdcdcd;
  width: 100%;
  background-color: transparent;
  background: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.input_animated + label {
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 0px solid #dae2e3;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  height: 0px;
}

.input_animated:focus + label > span,
.input_animated.input-autofill + label span {
  top: -74px;
  font-size: 12px;
  left: 0;
}

.input_animated:focus,
.contactDetails textarea:focus {
  border-color: #5cc6d0;
  background-color: #fff;
}

.input_animated + label > span {
  margin: 0;
  position: absolute;
  color: #373435;
  font-weight: 500;
  font-size: 14px;
  top: -38px;
  left: 10px;
  z-index: -1;
  -webkit-transition: top 0.2s ease, font-size 0.2s ease;
  transition: top 0.2s ease, font-size 0.2s ease;
}

.input_animated:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.btn-submit {
  background-color: #fff;
  color: #373435;
}

.box-newsletter {
  padding: 60px 0 0 0;
}
.box-newsletter h3 {
  font-size: 30px;
}

.officeAddress p {
  font-size: 16px;
  font-weight: 500;
}

.box-newsletter.bg-black {
  background-color: #363435;
}

.input-outline-primary {
  border-color: #5cc6d0;
  background-color: transparent;
  height: 54px;
  color: #5cc6d0;
}

.input-outline-primary::-webkit-input-placeholder {
  color: #5cc6d0;
  font-size: 13px;
}

.input-outline-primary::-moz-placeholder {
  color: #5cc6d0;
  font-size: 13px;
}

.input-outline-primary:-ms-input-placeholder {
  color: #5cc6d0;
  font-size: 13px;
}

.input-outline-primary:-moz-placeholder {
  color: #5cc6d0;
  font-size: 13px;
}

.btn-newsletter {
  background: url(../images/newsletter-arrow.png) no-repeat center center;
  background-size: 28px;
  padding-left: 42px;
  padding-right: 42px;
}
.btn-newsletter:hover {
  background-color: #fff;
}
.btn-newsletter.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  background-image: url(../images/newsletter-arrow.png);
}

.breadcrumb-item.active {
  color: #5cc6d0;
}
.breadcrumb-item > a {
  color: #c1c1c1;
}

.story-fluid,
.career-fluid,
.climate-fluid,
.runner-fluid,
.box-registration,
.box-extraincome,
.services-fluid,
.box-app-detail {
  padding: 100px 15px;
}

.about-fluid {
  padding-top: 79px;
  padding-bottom: 78px;
}

.footer {
  background: #212121;
  padding: 10px 0;
  font-size: 12px;
  color: #231f20;
}
.footer .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #5cc6d0;
}

.connect-social li a {
  font-size: 14px;
  background: #5cc6d0;
  color: #fff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28px;
  height: 28px;
}
.connect-social li a:hover {
  background: #38b5c1;
}

.address-list li {
  margin: 5px 0;
}
.address-list li i {
  font-size: 19px;
  margin: 0 10px 0 0;
  width: 20px;
}
.address-list li a.text-dark:hover {
  color: #5cc6d0;
}

.k25-home-lg {
  font-size: 192px;
  line-height: 1;
}

.digiRunner-home-lg {
  font-size: 45px;
}

.about-fluid {
  background: url(../images/aboutbannerbg.jpg) no-repeat center center;
}

.digirunleft {
  background: url(../images/ploygon.jpg) no-repeat 15px center;
  padding: 100px 0 0 400px;
}

.k25 {
  font-size: 240px;
  line-height: 0.7;
}

.heading-believe {
  font-size: 70px;
}

.digiRunner {
  font-size: 44px;
  display: inline-block;
  position: relative;
}
.digiRunner:before {
  position: absolute;
  content: "";
  width: 99%;
  height: 24px;
  bottom: 7px;
  top: auto;
  left: 3px;
  background: #5cc6d0;
  z-index: 0;
}
.digiRunner > span {
  position: relative;
  z-index: 1;
}

.digiStates {
  margin: 12px 0 0 0;
  grid-template-columns: 100px 80px 130px;
}

.ourProcess {
  margin-top: 100px;
}

.box-our-staff {
  padding-top: 80px;
  padding-bottom: 80px;
}

.founderPic {
  background: #d7d7d7;
}

.staffinfo {
  padding: 90px;
}

.processSlider {
  width: 100%;
}
.processSlider .item {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  border-left: 1px solid white;
  padding: 52.1% 0 0 0;
}
.processSlider .item > article {
  line-height: 1.4;
  text-shadow: 3px 0px 9px #000000a3;
  font-weight: 600;
  color: #fff;
  font-size: 28px;
  text-align: center;
  width: 100%;
  padding: 0 10px 25px 10px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#e6000000",GradientType=0 );
}

.processSlider .owl-controls .owl-page.active span,
.processSlider .owl-controls.clickable .owl-page:hover span .processSlider .owl-controls .owl-page span {
  background: #5cc6d0;
}

.processSlider .owl-controls .owl-page span {
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: #999;
}

.achivementPic > img,
.bharatPic > img {
  width: 100%;
}

.founderPic > img {
  width: 50%;
}

.investorsLogo > ul {
  display: flex;
  margin: 10px 0 0 0;
}
.investorsLogo > ul > li {
  border: 3px solid #f5f5f5;
  margin: 0 10px 0 0;
  padding: 8px 0 0 0;
  width: calc(20% - 10px);
}
.investorsLogo > ul > li:last-child {
  margin-right: 0;
}
.investorsLogo > ul > li > div {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.investorsLogo > ul > li > p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 8px;
  text-align: center;
}

.career-fluid {
  background: url(../images/careerbannerbg.jpg) no-repeat center center;
}
.climate-fluid {
  background: url(../images/careerbannerbg.jpg) no-repeat center center;
}

.drs-fluid {
  padding: 60px 15px 72px 15px;
}

.drs-subhead {
  font-size: 30px;
}

.drs-head {
  font-size: 46px;
}

.CultureTheory {
  max-width: 800px;
  margin: 20px auto 0 auto;
}

#freshteam-widget,
#freshteam-widget .content {
  width: 100% !important;
}

.jobs-fluid {
  padding: 0 15px 70px 15px;
}

.jobs-head {
  font-size: 18px;
  border-bottom: 1px solid #f1eff0;
  padding-bottom: 15px;
  margin: 15px 0;
}

.craftmanCover {
  margin-bottom: 60px;
}

.craftmantext p {
  font-size: 13px;
}

.card-jobs {
  border: 0;
  border-left: 5px solid #5cc6d0;
  margin-bottom: 25px;
  min-height: 126px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.card-jobs:hover:not(.btn) {
  background-color: #292929;
  color: #fff;
}
.card-jobs .card-title {
  font-size: 17px;
}
.card-jobs .card-text {
  color: #a9a8a8;
  font-size: 14px;
}
.card-jobs .btn {
  font-size: 14px;
}

.hr-centered {
  border-color: #def4f6;
}

.careerSubhead {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 15px 0;
}

.runner-fluid {
  background: url(../images/runner-banner-bg.jpg) no-repeat center center;
}

.runnerdata p {
  max-width: 90%;
}
.runnerdata p:last-child {
  margin-bottom: 0;
}

.runner-pic > img {
  border-radius: 30px;
}

.box-extraincome .btn-primary {
  padding-left: 35px;
  padding-right: 35px;
}

.Registration-form .form-group {
  z-index: 1;
  margin-bottom: 50px;
}
.Registration-form .input_animated,
.Registration-form .input_animated + label > span,
.Registration-form textarea,
.Registration-form select {
  color: #fff;
  background-color: transparent;
}
.Registration-form select {
  font-size: 15px;
  height: 54px;
}
.Registration-form select:focus {
  border-color: #5cc6d0;
  box-shadow: none;
}
.Registration-form textarea {
  height: 170px;
  resize: none;
  padding: 10px;
  border: 1px solid #cdcdcd;
}
.Registration-form textarea:focus {
  border-color: #5cc6d0;
}
.Registration-form textarea::-webkit-input-placeholder {
  color: #fff;
}
.Registration-form textarea::-moz-placeholder {
  color: #fff;
}
.Registration-form textarea:-ms-input-placeholder {
  color: #fff;
}
.Registration-form textarea:-moz-placeholder {
  color: #fff;
}

.box-app-detail .hr-centered {
  border-top-width: 3px;
}

.row-download-app {
  margin-bottom: 100px;
}

.app-subhead {
  font-size: 24px;
}

.app-download-btns {
  margin: 0px 0 0 0;
  max-width: 432px;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
}

.services-fluid {
  background: url(../images/servicesbannerbg.jpg) no-repeat center center;
}

.services-box > figure > img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.services-box:hover > figure > img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.services-overlay {
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#e6000000",GradientType=0 );
}
.services-overlay h5 {
  font-size: 26px;
}
.services-overlay p {
  font-size: 15px;
}
.services-overlay span {
  border-bottom: 1px solid #5cc6d0;
  bottom: -30px;
  font-size: 15px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  color: #5cc6d0;
  opacity: 0;
}
.services-overlay:hover span {
  bottom: 30px;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
span.overlay.overlay-dark {
    background: 
    #000;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1024;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0.5;
}