img {
  border: none; }

ul li, ol li {
  list-style: none; }

html {
  scroll-behavior: smooth; }

a:hover {
  transition: all .3s ease-in-out; }

body, h5 {
  font-family: 'Roboto', sans-serif; }

.caveat {
  font-family: 'Caveat', cursive;
  font-weight: 700; }

.btn-primary {
  background-color: #AEC836;
  border: solid 1px #AEC836;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase; }

.btn-secondary {
  background-color: #0078A6;
  border: solid 1px #0078A6;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase; }
  .btn-secondary:hover {
    background-color: #AEC836;
    color: #fff;
    border-color: #AEC836; }

.btn-border-white {
  color: #fff !important;
  border: solid 1px #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase; }
  .btn-border-white:hover {
    background-color: #fff;
    color: #000 !important; }

.btn-border-gray {
  color: #272727 !important;
  border: solid 1px #272727;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px; }
  .btn-border-gray:hover {
    background-color: #AEC836;
    color: #fff !important;
    border: solid 1px #AEC836; }

.btn-green {
  background-color: #AEC836;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 5px 20px;
  color: white; }
  .btn-green:hover {
    background-color: #0078A6;
    color: #fff !important; }

[data-theme="dark"] body {
  color: #fff;
  background-color: #000; }
[data-theme="dark"] .navbar {
  background-color: rgba(0, 0, 0, 0) !important; }
[data-theme="dark"] .navbar-light .navbar-nav .nav-link {
  color: #fff; }
[data-theme="dark"] .bg-lite, [data-theme="dark"] .bg-lite-white, [data-theme="dark"] .idea-holder {
  background-color: #171717; }
[data-theme="dark"] .mode-switch {
  background-image: url("../images/icon_nite_mode.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block; }
[data-theme="dark"] .icon-web {
  background-image: url("../images/icon_web_dark.svg"); }
[data-theme="dark"] .icon-cloud {
  background-image: url("../images/icon_cloud_dark.svg"); }
[data-theme="dark"] .icon-enterprise {
  background-image: url("../images/icon_enterprise_dark.svg"); }
[data-theme="dark"] .idea-form, [data-theme="dark"] footer {
  background-color: #000; }
[data-theme="dark"] .close {
  color: #fff; }
[data-theme="dark"] footer {
  color: #fff; }
  [data-theme="dark"] footer a {
    color: #fff; }
  [data-theme="dark"] footer p {
    color: #fff; }
[data-theme="dark"] .testimonial {
  color: #171717; }
[data-theme="dark"] .industries {
  background: #0E0D0D; }
  [data-theme="dark"] .industries:hover {
    background-color: #000;
    color: #fff; }
[data-theme="dark"] .numbers, [data-theme="dark"] .numbers .number-green, [data-theme="dark"] .numbers .number-blue, [data-theme="dark"] .testimonial {
  background: #1A1A1A; }
[data-theme="dark"] .testimonial {
  color: #fff; }
[data-theme="dark"] .blog-bg {
  background: #151515; }
[data-theme="dark"] .box {
  background-color: #1A1A1A;
  color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 2, 46, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 2, 46, 0.5);
  -moz-box-shadow: 0px 0px 20px rgba(0, 2, 46, 0.5); }
  [data-theme="dark"] .box:hover {
    background-color: #000;
    color: #fff; }
[data-theme="dark"] .bg-cookies {
  background-color: #171717;
  color: #fff; }
[data-theme="dark"] .globalNav .colorize {
  color: #fff; }
[data-theme="dark"] .footer-bg {
  background-color: #000; }
[data-theme="dark"] .footer-bottom {
  background-color: #171717;
  color: #fff;
  padding-top: 1%; }
[data-theme="dark"] .number-green p {
  color: #fff; }
[data-theme="dark"] .number-blue p {
  color: #fff; }
[data-theme="dark"] .key_solutions {
  background: #1A1A1A; }
  [data-theme="dark"] .key_solutions .box {
    background: #fff;
    color: #000; }
    [data-theme="dark"] .key_solutions .box h5 {
      text-transform: unset; }
    [data-theme="dark"] .key_solutions .box a {
      color: #AEC836; }
      [data-theme="dark"] .key_solutions .box a:hover {
        color: #0078A6 !important;
        text-decoration: none; }
[data-theme="dark"] .advantages {
  background: #1A1A1A; }
[data-theme="dark"] .footer-get-started {
  background: #0D0D0D; }
[data-theme="dark"] .footer-pre-next a {
  background: #171717;
  color: #fff; }
  [data-theme="dark"] .footer-pre-next a:hover {
    color: #000; }
[data-theme="dark"] .footer-pre-next a + a {
  background: #272727;
  color: #fff; }
[data-theme="dark"] .flow {
  background: #171717; }
[data-theme="dark"] .technology-tab .nav-pills .nav-link {
  color: #fff; }
[data-theme="dark"] .bg-reseller {
  background: #1A1A1A; }
[data-theme="dark"] .partner-benefits .card, [data-theme="dark"] .bg-green-half-curve, [data-theme="dark"] .bg-blue-half-curve, [data-theme="dark"] .business-opportunities .card, [data-theme="dark"] .bg-parner-form {
  color: #000; }
[data-theme="dark"] .methodology .card, [data-theme="dark"] .scrum .card, [data-theme="dark"] .agile-method .card, [data-theme="dark"] .career_b .card {
  color: #000; }
[data-theme="dark"] #how-we-work .carousel-caption {
  color: #fff; }
[data-theme="dark"] #Wizard .nav-justified .nav-item a, [data-theme="dark"] #Wizard .nav-justified .nav-item a.active {
  color: #fff; }
[data-theme="dark"] .about-content .card {
  color: #171717; }
[data-theme="dark"] .about-partnership, [data-theme="dark"] .bg-our-number {
  background: #1A1A1A; }
[data-theme="dark"] .culture-img-left, [data-theme="dark"] .culture-img-right {
  display: none; }
[data-theme="dark"] .blog-tabs .nav-pills .nav-item .nav-link {
  color: #fff; }
[data-theme="dark"] #how-we-work .card p, [data-theme="dark"] .why-hash-tag .card p, [data-theme="dark"] .key-differentiators {
  color: #000; }
[data-theme="dark"] .hire-get-started {
  background-color: #0D0D0D; }

.globalNav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: inherit;
  left: 0;
  top: 10px;
  right: 0;
  z-index: 500;
  -webkit-perspective: 2000px;
  perspective: 2000px; }

.globalNav ul {
  padding: 0;
  margin: 0; }

.globalNav li {
  list-style: none; }

.globalNav a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #000;
  -webkit-transition: color .1s;
  transition: color .1s;
  transition: all .3s ease-in-out; }

.globalNav a:hover {
  color: #0078A6; }

.globalNav > .container-lg {
  padding: 0; }

.globalNav .navRoot {
  position: relative; }

.globalNav .navSection.logo {
  position: absolute;
  top: -100% !important;
  left: 0; }

.globalNav .navSection.logo a h1 img {
  width: 173px;
  height: 100px; }

.globalNav .navSection.primary,
.globalNav .navSection.secondary {
  display: none; }

@media (min-width: 670px) {
  .globalNav .navSection.primary,
  .globalNav .navSection.secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
.globalNav .navSection.primary {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5%;
  margin-left: 15%; }

.globalNav .navSection.secondary {
  position: absolute;
  top: 0;
  right: 0; }

.globalNav .navSection.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media (min-width: 670px) {
  .globalNav .navSection.mobile {
    display: none; } }
.globalNav.compact .navRoot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.globalNav.compact .navSection.logo {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.globalNav.compact .navSection.secondary {
  position: static; }

.globalNav .rootLink {
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 35px;
  text-transform: uppercase; }

@media (min-width: 670px) {
  .globalNav .rootLink {
    padding: 0 calc(5px + (100vw - 570px) * .040541); } }
@media (min-width: 1401px) and (max-width: 2500px) {
  .globalNav .rootLink {
    padding: 0 calc(5px + (100vw - 1140px) * .040541); } }
.globalNav .navSection.logo .rootLink {
  padding-left: 20px !important; }

.globalNav .navSection.primary .rootLink {
  font-weight: 400; }

.globalNav .colorize {
  color: #000;
  -webkit-transition: color .1s ease;
  transition: color 0.1s ease; }

.globalNav .colorize.active,
.globalNav .colorize:hover {
  color: #0078A6; }

.globalNav .hasDropdown {
  cursor: default; }

.globalNav .dropdownRoot {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 40px;
  pointer-events: none;
  -webkit-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
  -webkit-transform-origin: 50% -50px;
  transform-origin: 50% -50px;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  display: none; }

@media (min-width: 670px) {
  .globalNav .dropdownRoot {
    display: block; } }
.globalNav.dropdownActive .dropdownRoot {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none; }

.globalNav .dropdownBackground {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 520px;
  height: 400px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.globalNav .alternateBackground,
.globalNav .dropdownBackground {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: 0.25s; }

.globalNav .alternateBackground {
  right: 0;
  height: 1000px;
  background: #f6f9fc; }

.globalNav .dropdownArrow {
  top: -6px;
  margin: 0 0 0 -20px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 4px 0 0 0;
  background: #fff;
  box-shadow: -3px -3px 5px rgba(82, 95, 127, 0.04);
  will-change: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.globalNav .dropdownArrow,
.globalNav .dropdownContainer {
  position: absolute;
  left: 0;
  -webkit-transition-duration: .25s;
  transition-duration: 0.25s; }

.globalNav .dropdownContainer {
  overflow: hidden;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform, width, height;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, -webkit-transform;
  transition-property: transform, width, height;
  transition-property: transform, width, height, -webkit-transform; }

.globalNav .dropdownSection {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: .25s; }

.globalNav .dropdownSection.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.globalNav .dropdownSection.left {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px); }

.globalNav .dropdownSection.right {
  -webkit-transform: translateX(150px);
  transform: translateX(150px); }

.globalNav.dropdownActive .dropdownSection.active {
  pointer-events: auto; }

.globalNav.noDropdownTransition .alternateBackground,
.globalNav.noDropdownTransition .dropdownArrow,
.globalNav.noDropdownTransition .dropdownBackground,
.globalNav.noDropdownTransition .dropdownContainer,
.globalNav.noDropdownTransition .dropdownSection {
  -webkit-transition: none;
  transition: none; }

.globalNav .dropdownContent {
  position: absolute;
  top: 0;
  left: 0; }

.globalNav .linkGroup {
  padding: 20px 35px; }

.globalNav .linkContainer {
  display: block;
  padding: 9px 0; }

.globalNav .linkTitle {
  margin: 0;
  color: #0078A6;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .025em;
  margin-bottom: 10px; }

.globalNav .linkTitle .icon {
  vertical-align: text-bottom; }

.globalNav .linkSub {
  font-size: 15px;
  line-height: 22px;
  color: #6b7c93;
  margin: 5px 0 0;
  display: block; }

.globalNav .linkSub,
.globalNav .linkTitle {
  -webkit-transition: color .1s;
  transition: color 0.1s; }

.globalNav .linkContainer:hover .linkTitle {
  color: #0078A6; }

.globalNav .linkContainer {
  line-height: 35px;
  display: inline;
  transition: all .3s ease-in-out;
  position: relative;
  font-size: 16px; }

.globalNav .linkContainer:hover .linkSub {
  color: #0078A6; }

.linkContainer {
  display: inline;
  position: relative;
  overflow: hidden; }

.linkContainer:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: 0;
  background: #0078A6;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out; }

.linkContainer:hover:after {
  left: 0;
  right: auto;
  width: 100%; }

.globalNav .navSection.mobile .rootLink {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative; }

.globalNav .navSection.mobile .rootLink h2 {
  color: inherit; }

.globalNav .navSection.mobile .rootLink h2,
.globalNav .navSection.mobile .rootLink h2:after,
.globalNav .navSection.mobile .rootLink h2:before {
  position: absolute;
  width: 24px;
  height: 3px;
  border-radius: 1px;
  background: currentColor; }

.globalNav .navSection.mobile .rootLink h2 {
  font-size: 0;
  left: 13px;
  top: 23px; }

.globalNav .navSection.mobile .rootLink h2:after,
.globalNav .navSection.mobile .rootLink h2:before {
  content: '';
  left: 0; }

.globalNav .navSection.mobile .rootLink h2:before {
  top: -9px; }

.globalNav .navSection.mobile .rootLink h2:after {
  top: 9px; }

.globalNav .popup {
  position: absolute;
  left: 10px;
  top: 5px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
  -webkit-perspective: 2000px;
  perspective: 2000px; }

.globalNav .popupContainer {
  background: #fff;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  font-size: 17px;
  line-height: 40px;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transform: rotate3d(1, 1, 0, -15deg);
  transform: rotate3d(1, 1, 0, -15deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: 0.25s; }

.globalNav .navSection.mobile.globalPopupActive .popupContainer {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto; }

.globalNav .popup a {
  display: block; }

.globalNav .popupCloseButton {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  font-size: 0;
  cursor: pointer; }

.globalNav .popupCloseButton:after,
.globalNav .popupCloseButton:before {
  content: '';
  position: absolute;
  background: #0078A6;
  border-radius: 1px;
  left: 14px;
  right: 14px;
  top: 24px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background .1s;
  transition: background 0.1s; }

.globalNav .popupCloseButton:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.globalNav .popupCloseButton:hover:after,
.globalNav .popupCloseButton:hover:before {
  background: #0078A6; }

.globalNav .mobileProducts {
  padding: 20px 0 15px 20px; }

.globalNav .mobileProducts h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .025em;
  color: #8898aa;
  text-transform: uppercase;
  margin: -5px 0 0 30px; }

.globalNav .mobileProductsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.globalNav .mobileProductsList > ul {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.globalNav .mobileProductsList > ul:last-child {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3; }

.globalNav .mobileProductsList a {
  padding: 0 30px;
  font-size: 20px;
  font-weight: 500;
  text-align: left; }

.globalNav .mobileProductsList a:hover {
  color: #0078A6; }

.menu-holder {
  width: calc(100vw - 570px); }

.menu-holder .linkGroup {
  width: 100%; }

.service-holder {
  width: calc(100vw - 400px); }

.service-holder .linkGroup {
  width: 100%; }

.bg-grdiant-primary {
  background: #abbc21;
  background: -moz-linear-gradient(45deg, #abbc21 0%, #90b829 100%);
  background: -webkit-linear-gradient(45deg, #abbc21 0%, #90b829 100%);
  background: linear-gradient(45deg, #abbc21 0%, #90b829 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbc21', endColorstr='#90b829',GradientType=1 );
  color: #fff;
  border-radius: 0px 0px 4px 4px; }

@media (max-width: 575.98px) {
  .globalNav .navSection.logo {
    top: 100% !important; }

  .mobileProducts h3 {
    text-align: left; } }
@media (max-width: 575.98px) {
  .nav-item:after {
    display: none; }

  .nav-item::before {
    position: absolute;
    display: block;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    margin-top: 20px;
    vertical-align: 0; }

  .dropdown-toggle::after {
    position: absolute;
    display: block;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    margin-top: -25px;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
    left: 44px; }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0; }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear; }

  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important; }

  .dropdown-menu.show {
    display: contents; }

  .dropdown-menu .dropdown-item {
    font-size: 1rem !important;
    font-weight: normal !important; } }
@media (max-width: 575.98px) {
  body {
    text-align: center; }

  .bg-cookies {
    z-index: 999; }

  .globalNav .navSection.logo a h1 img {
    width: auto;
    height: 100px;
    margin-top: -35%;
    margin-left: 44%; }

  .index-banner-three-col p i {
    text-align: center;
    margin: 0 auto; }

  .index-banner-img {
    float: left !important;
    margin-right: 0px !important;
    width: 100% !important; }

  .box {
    margin-bottom: 1rem; }

  .blog .blog-content-primary, .blog .blog-content-secondary {
    width: 92% !important; }

  .blog-content-primary p, .blog .blog-content-secondary p {
    display: none !important; }

  .comment-like ul li {
    margin-right: 2% !important; }

  .footer-bottom .social li {
    display: contents; }

  .footer-bottom .copy-right {
    text-align: center !important;
    margin-left: 0; }

  .bg-cookies p span {
    width: 100%;
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 2%; }

  .bg-cookies p span a.close {
    width: 100%; }

  .footer-bottom .social li a i {
    font-size: 1.3rem; }

  .inner-banner {
    margin-top: 10%; }

  .what-we-do .card {
    margin-top: 5%;
    margin-bottom: 5%; }

  .advantages-left ul {
    padding-left: 0; }

  .footer-get-started a {
    text-align: center;
    margin: 0 auto; }

  .footer-pre-next a i, .footer-pre-next a + a i {
    padding-top: 15px !important; }

  .decrease {
    margin-top: 0 !important; }

  .bg-green-half-curve h4 {
    margin-top: 25% !important; }

  .business-opportunities .card h5 {
    text-align: left;
    font-size: 1rem; }

  #career .carousel-caption {
    display: inline-block;
    top: 10%;
    left: 0;
    right: 0; }

  #career .carousel-item img {
    top: 0;
    min-height: 200px; }

  #career .carousel-caption h2 {
    font-size: 100%; }

  .nav-item::before {
    background-color: transparent; }

  #career_b .carousel-caption {
    left: 1%;
    right: 1%; }

  #career_b .carousel-caption h2 {
    font-size: 1rem; }

  #career_b .carousel-caption p {
    font-size: .8rem; }

  #career_b .carousel-inner {
    height: 220px; }

  #bar.progress {
    display: none; }

  .operational-excellence .card i {
    width: auto !important; }

  #how-we-work .carousel-caption {
    top: 0;
    text-align: center !important; }

  #how-we-work .carousel-item.active {
    height: 740px; }

  .timeline::before {
    left: 4%; }

  .timeline > li > .timeline-badge {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: -15px; }

  .timeline > li {
    margin-bottom: 60px; } }
@media (max-width: 1024px) {
  .culture-img-left, .culture-img-right {
    display: none; } }
/* 
 *  Core Owl Carousel SCSS
 *  v1.3.3
 */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .owl-carousel .owl-wrapper-outer.autoHeight {
      -webkit-transition: height 500ms ease-in-out;
      -moz-transition: height 500ms ease-in-out;
      -ms-transition: height 500ms ease-in-out;
      -o-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out; }
  .owl-carousel .owl-item {
    float: left; }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .owl-controls .owl-page,
  .owl-controls .owl-buttons div {
    cursor: pointer; }

.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move; }

/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }
  .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5; }
  .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none; }
  .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 5px 7px;
      filter: Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: #869791; }
  .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1; }
  .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }

.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center; }

body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Toggle switch styling */
.dark_mode_container {
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
  margin-top: .2rem; }
  .dark_mode_container .dark_mode_switch {
    display: inline-block;
    height: 30px;
    width: 50px;
    max-width: 35px; }
    .dark_mode_container .dark_mode_switch input {
      display: none; }

/* navigation*/
.dropdown:hover > .dropdown-menu {
  display: block;
  left: 22%;
  top: 68%;
  right: 10%;
  text-transform: uppercase; }
  .dropdown:hover > .dropdown-menu .sub-title {
    margin-left: 10px;
    color: #AEC836;
    font-size: .9rem;
    font-weight: 600; }

.navbar-light .navbar-nav .nav-link {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  padding: 0.3rem 1rem;
  font-weight: 600; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #AEC836; }

.dropdown-item:hover, .dropdown-item:focus {
  color: #0078A6; }

.has-mega-menu {
  position: static; }

.has-mega-menu .dropdown-menu {
  margin-top: 0px; }

.has-mega-menu .dropdown-menu .dropdown-item {
  white-space: unset;
  padding-right: 2px;
  margin-left: -15px;
  font-size: .7rem; }

.min-height-310 {
  min-height: 310px; }

.min-height-245 {
  min-height: 245px; }

/* Index*/
.close {
  font-size: 1rem;
  margin-top: 10px;
  float: left; }

.mode-switch {
  background-image: url("../images/icon_day_mode.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: 20%; }

.index-banner-img {
  float: right;
  margin-right: -15px;
  width: 75%; }

.box {
  background-color: #fff;
  box-shadow: 0px 10px 40px rgba(2, 46, 19, 0.2);
  -webkit-box-shadow: 0px 10px 40px rgba(2, 46, 19, 0.2);
  -moz-box-shadow: 0px 10px 40px rgba(2, 46, 19, 0.2);
  color: #000;
  padding: 1rem .8rem;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem; }
  .box:hover {
    background-color: #EDF8FF;
    color: #000; }

.box h5 {
  text-transform: uppercase; }

.bg-lite {
  background-color: #EDF8FF; }

.navbar {
  background-color: #fff !important; }

.navbar-light .navbar-nav .nav-link {
  color: #171717;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  text-transform: uppercase; }

.navbar-light .navbar-nav .nav-link.btn {
  color: #fff; }

.navbar-light .navbar-nav .nav-link.btn:hover {
  border: solid 1px #0078A6; }

.index-banner-three-col h5 {
  font-size: 1rem;
  font-weight: 600; }

.index-banner-three-col p i {
  background-repeat: no-repeat;
  width: 80px;
  height: 60px;
  display: block; }

.icon-web {
  background-image: url("../images/icon_web.svg"); }

.icon-cloud {
  background-image: url("../images/icon_cloud.svg"); }

.icon-enterprise {
  background-image: url("../images/icon_enterprise.svg"); }

.bg-curve-left img {
  width: auto;
  position: absolute;
  float: left; }

.industries-holder {
  margin-top: -10%; }

.bg-lite-white {
  background-color: #fafafa; }

#owl-industries .item {
  margin: 10px; }

.industries {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.1);
  padding: 1rem .8rem;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem; 
  min-height: 400px;
  }
  .industries:hover {
    background-color: #EDF8FF;
    color: #000; }
  .industries img {
    min-height: 165px; }

.industries h5 {
  text-transform: uppercase; }

.numbers {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.1);
  padding: 1rem .8rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem; }

.number-green {
  background-color: rgba(255, 255, 255, 0.39); }

.number-green h2 {
  color: #AEC836;
  font-size: 3rem; }

.number-green p {
  color: #000; }

.number-blue {
  background-color: rgba(255, 255, 255, 0.39); }

.number-blue h2 {
  color: #0078A6;
  font-size: 3rem; }

.number-blue p {
  color: #000; }

.idea-holder {
  background: #EDF8FF;
  width: 100%; }

.testimonial {
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  z-index: 9;
  margin-top: 0%; }

.quote {
  float: right;
  margin-top: 0%; }

.yoga {
  z-index: 99;
  position: inherit; }

.idea-form {
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4rem 2rem; }

.idea-form input {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  border-bottom: solid 1px #DEE2E6;
  background: none; }

.arrow {
  width: 16px;
  height: 16px;
  display: inline-block; }

.blog {
  cursor: pointer; }

.blog .blog-content-primary {
  background-color: #AEC836;
  padding: 2% 5%;
  width: 80%;
  position: absolute;
  bottom: 0;
  color: #fff; }
.blog .blog-content-secondary {
  background-color: #0078A6;
  padding: 2% 5%;
  width: 80%;
  position: absolute;
  bottom: 0;
  color: #fff; }

.blog h5 {
  position: absolute;
  float: right;
  top: 1rem;
  background: #171717;
  padding: 2% 5%;
  color: #fff;
  right: 20px; }

.comment-like {
  display: block; }

.comment-like ul {
  padding-left: 0; }

.comment-like ul li {
  float: left;
  margin-right: 5%; }

.blog p {
  display: block;
  width: 100%;
  float: left;
  margin-top: 3%; }

.blog .blog-hover, .blog-small .blog-hover {
  display: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 95%;
  text-align: center;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  position: absolute; }

.blog-small .blog-hover {
  width: 92.5%; }

.blog-hover a {
  text-align: center;
  vertical-align: middle;
  margin-top: calc(33%); }

.blog:hover .blog-hover, .blog-small:hover .blog-hover {
  display: block; }

.blog-small .blog-content-primary {
  background-color: #AEC836;
  padding: 2% 5%;
  width: 92.5%;
  position: absolute;
  bottom: 0;
  color: #fff; }
.blog-small .blog-content-secondary {
  background-color: #0078A6;
  padding: 2% 5%;
  width: 92.5%;
  position: absolute;
  bottom: 0;
  color: #fff; }

.blog-small h6 {
  position: absolute;
  float: right;
  top: 1rem;
  background: #171717;
  padding: 2% 5%;
  color: #fff;
  right: 20px; }

.blog-small .comment-like ul li {
  float: left;
  margin-right: 2%; }

.footer-bg {
  background-color: #fafafa; }

footer {
  color: #171717;
  padding-top: 3%; }

footer h6 {
  font-weight: 600; }

footer ul {
  padding-left: 0; }

footer a, footer p {
  font-size: .9rem;
  color: #000;
  transition: all .3s ease-in-out; }
  footer a:hover, footer p:hover {
    color: #0078A6;
    text-decoration: none; }

footer li {
  margin-bottom: .5rem; }

.bg-cookies {
  background-color: #0078A6;
  color: #fff; }

.bg-cookies a {
  color: #fff; }

.index-banner-holder {
  position: relative;
  z-index: -1; }

.text-white {
  color: #fff; }

.footer-bottom {
  background-color: #0078A6;
  color: #fff;
  padding-top: 1%; }

.footer-bottom .social li {
  float: left;
  margin-right: 20px; }

.footer-bottom .social li a, .footer-bottom a {
  font-size: .9rem;
  color: #fff;
  transition: all .3s ease-in-out; }
  .footer-bottom .social li a:hover, .footer-bottom a:hover {
    color: #AEC836;
    text-decoration: none; }

.footer-bottom .copy-right {
  display: block;
  text-align: right; }

.footer-bottom .font-small {
  font-size: .8rem; }

.footer-bottom a i img {
  width: 12px;
  height: 12px; }

.nav-holder {
  position: relative;
  margin: 0 auto;
  display: block; }

.text-arrow {
  color: #AEC836 !important;
  font-size: .9rem; }
  .text-arrow:hover {
    color: #0078A6 !important; }
  .text-arrow i {
    padding-top: 15px; }

.text-arrow:hover i {
  animation: arrowMove 1s ease-in-out infinite;
  margin-left: 5px; }

@keyframes arrowMove {
  0%,    100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(5px, 0); } }
.key_solutions {
  background: #EDF8FF; }
  .key_solutions .box h5 {
    text-transform: unset; }
  .key_solutions .box a {
    color: #AEC836; }
    .key_solutions .box a:hover {
      color: #0078A6 !important;
      text-decoration: none; }

.advantages-left ul {
  margin-left: 2.3rem; }
  .advantages-left ul li:before {
    content: url("../images/icon_tick.svg");
    color: #AEC836;
    line-height: 2.5rem;
    margin-right: 1rem;
    margin-left: -2.3rem; }

.advantages-left .card-header {
  background: none;
  border: none;
  padding: 0; }

.advantages-left h5 .btn {
  color: #000;
  font-weight: bold; }
.advantages-left h5:before {
  content: url("../images/icon_tick.svg");
  color: #AEC836;
  line-height: 2.5rem;
  margin-right: .5rem; }

.footer-get-started {
  background: #0078A6; }

.footer-pre-next a {
  background: #F3FFED;
  color: #000; }
  .footer-pre-next a:hover {
    text-decoration: none;
    background: #c9f0ff; }
  .footer-pre-next a i {
    color: #fff;
    background: #AEC836;
    padding: 5px 7px;
    border-radius: 25px;
    margin-right: 10px; }

.footer-pre-next a + a {
  background: #EDF8FF; }
  .footer-pre-next a + a:hover {
    text-decoration: none;
    background: #fbffd8; }
  .footer-pre-next a + a i {
    color: #fff;
    background: #0078A6;
    padding: 5px 7px;
    border-radius: 25px;
    margin-left: 10px; }

.technology-tab .nav-pills .nav-link {
  background: none;
  color: #000;
  border-left: solid 2px #e7f4f0;
  border-radius: 0; }
  .technology-tab .nav-pills .nav-link:hover {
    color: #AEC836;
    border-left: solid 2px #AEC836; }

.technology-tab .nav-pills .nav-link.active {
  color: #AEC836;
  border-left: solid 2px #AEC836; }

.decrease {
  margin-top: 15%; }

.bg-reseller {
  background: #F3FFED; }

.bg-parner-form {
  background: #e7f4f0; }

.green-line {
  background-color: #AEC836;
  height: 8px;
  width: 50%;
  position: absolute;
  right: 0;
  top: 20%; }

.bg-green-half-curve {
  background: #fff;
  background-image: url("../images/bg_green_half_curve.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 1px rgba(0, 0, 0, 0.125);
  border-width: 0px 1px 1px 1px;
  border-radius: 10px; }
  .bg-green-half-curve h4 {
    margin-top: 20%; }

.bg-blue-half-curve {
  background: #fff;
  background-image: url("../images/bg_blue_half_curve.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 1px rgba(0, 0, 0, 0.125);
  border-width: 0px 1px 1px 1px;
  border-radius: 10px; }
  .bg-blue-half-curve h4 {
    margin-top: 20%; }

.business-opportunities .card .icon-right {
  position: absolute;
  right: 0; }

.business-opportunities .card h5 i img {
  background: #AEC836;
  padding: 3%;
  border-radius: 25px;
  margin: 0 auto;
  width: 50px;
  height: 50px; }

.parner-form input {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  border-bottom: solid 1px #151515;
  background: none; }

.parner-form textarea {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  border-bottom: solid 1px #151515;
  background: none; }

.parner-form input[type="file"] {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  background: none;
  margin: 0 auto; }

.pop-up input {
  border-radius: 20px; }

.pop-up .input-group > .input-group-prepend > .input-group-text {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #fff; }

.connect-btn {
  position: absolute;
  position: relative;
  margin: 0 auto;
  margin-top: -12%; }

.key-skills {
  border-bottom: solid 2px #AEC836;
  display: inline-block;
  padding-bottom: 1%; }

.name {
  font-weight: 400;
  border-bottom: solid 2px #AEC836;
  display: inline-block;
  padding-bottom: 1%; }

#career .carousel-caption {
  color: #171717; }

#career .carousel-caption .text-link {
  color: #171717; }

.about-client-holder h5 {
  color: #AEC836; }

.about-client-holder h4 {
  color: #0078A6;
  text-transform: uppercase; }

.career-scoial {
  margin: 0 auto;
  padding-left: 0;
  display: inline-block; }

.career-scoial li {
  float: left;
  margin-right: 10px; }

.career-scoial li a {
  color: #fff;
  padding: 5px 7px;
  border-radius: 25px;
  background: #151515; }

.career-scoial li a i {
  width: 15px;
  height: 15px; }

#career_b .carousel-caption {
  color: #171717;
  top: 10%; }

#career_b .carousel-caption input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }

#how-we-work .carousel-caption {
  color: #171717;
  text-align: left;
  left: 9%;
  right: 9%; }

.operational-excellence .card i {
  background-color: #AEC836;
  width: 48px;
  text-align: center;
  display: inline-block;
  padding: 5px; }

.operational-excellence .card {
  color: #171717; }

.excellence i {
  background-color: #0078A6;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  padding: 10px;
  border-radius: 5px; }

#Wizard .nav-tabs {
  border: solid 1px transparent;
  margin-top: -15px; }

#Wizard .nav-justified .nav-item i {
  font-style: normal;
  font-weight: bold;
  color: #fff;
  background-color: #AEC836;
  border-radius: 20px;
  padding: 5px 10px; }

#Wizard .nav-justified .nav-item a {
  color: #000;
  font-weight: bold; }

#Wizard .nav-justified .nav-item a.active {
  color: #000;
  background-color: transparent;
  border: solid 1px transparent; }

#Wizard .nav-justified .nav-item a:hover {
  border: solid 1px transparent; }

#bar.progress {
  height: 3px; }

#bar .progress-bar {
  background-color: #AEC836; }

.different i, .different1 i {
  padding: 3px 10px;
  border-radius: 25px;
  font-style: normal;
  margin-right: 10px;
  color: #fff; }

.different i {
  background: #AEC836; }

.different1 i {
  background: #0078A6; }

.about-partnership {
  background: #F3FFED; }

.vision-mission-holder .card {
  min-height: 100%; }

.vision-mission-holder h3.primary {
  color: #AEC836; }

.vision-mission-holder h3.primary::after {
  border: solid 1px #AEC836;
  content: '';
  display: block;
  position: relative;
  width: 70%;
  float: right;
  margin-top: 8%; }

.vision-mission-holder h3.secondary {
  color: #0078A6; }

.vision-mission-holder h3.secondary::after {
  border: solid 1px #0078A6;
  content: '';
  display: block;
  position: relative;
  width: 70%;
  float: right;
  margin-top: 8%; }

.bg-our-number {
  background: #fafafa; }

.culture-img-left {
  position: relative;
  margin-top: -23%;
  float: left;
  z-index: -1;
  width: 12%; }

.culture-img-right {
  position: relative;
  margin-top: -23%;
  float: right;
  z-index: -1;
  width: 12%; }

.personal-data li {
  list-style: disc;
  line-height: 30px;
  padding-left: 1%; }

.blog-share {
  text-align: center; }

.replay li {
  float: left;
  margin-right: 2%; }

.replay li a {
  color: #0D0D0D;
  font-weight: bold; }

.replay li a:hover {
  color: #0078A6;
  text-decoration: none; }

.blog-tabs .nav-pills .nav-item .nav-link {
  color: #0D0D0D; }

.blog-tabs .nav-pills .nav-item .nav-link.active {
  color: #fff;
  background: #AEC836;
  border-radius: 25px; }

.key-differentiators {
  background: #EDF8FF; }

.success-holder h5 {
  border-bottom: solid 2px #AEC836;
  display: inline; }

.contact-form .form-control {
  border-radius: 20px; }

.contact-form textarea {
  border-radius: 7px !important; }

.contact-form .input-group > .input-group-prepend > .input-group-text {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #fff; }

.custom-file-label {
  border-radius: 20px; }

.contact-form .custom-file-label::after {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

.client-box {
  border: solid 1px #C6C6C6;
  border-radius: 8px;
  margin-bottom: 5%; }
  .client-box:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 30px #77777729;
    border: 1px solid #E5E5E5;
    border-radius: 8px; }
    .client-box:hover .client-box-hover {
      display: block; }

.client-box-hover {
  display: none; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #A0A0A0;
  left: 3%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 25px;
  position: relative; }

.timeline > li:before {
  content: " ";
  display: table; }

.timeline > li > .timeline-panel {
  width: 90%;
  float: right;
  padding: 10px;
  position: absolute;
  top: 10%;
  left: 10%; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  left: 1%;
  margin-left: -19px;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline > li:nth-child(odd) > .timeline-badge {
  background-color: #AEC836; }

.timeline > li:nth-child(even) > .timeline-badge {
  background-color: #0078A6; }

.experience .box1 {
  background-color: #0089FF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 20px;
  vertical-align: middle;
  position: relative;
  line-height: 20px;
  color: white; }

.experience .box2 {
  background-color: #FF7777;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 40px;
  vertical-align: middle;
  position: relative;
  line-height: 40px;
  color: white; }

.experience .box3 {
  background-color: #FFBA00;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 80px;
  vertical-align: middle;
  position: relative;
  line-height: 80px;
  color: white; }

.experience .box4 {
  background-color: #AEC836;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 100px;
  vertical-align: middle;
  position: relative;
  line-height: 100px;
  color: white; }

.team-strengths .strengths {
  border: solid 1px #E5E5E5;
  padding: 2%;
  margin: 2%; }
  .team-strengths .strengths img {
    margin-bottom: 3%; }

.bg-hiring {
  background-color: #EDF8FF; }

.hiring {
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: url("../images/icon_oval.svg");
  background-repeat: no-repeat;
  padding: 3% 3% 1%;
  background-position: 3px 15px;
  margin-bottom: 5%; }
  .hiring p span {
    font-size: 2rem; }

.team-list {
  border: #E5E5E5 solid 1px; }

.client-roi {
  background: #fff;
  box-shadow: 0px 3px 20px #91919129;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2%;
  margin-bottom: 3%; }

#accordion .panel-title a, #accordion2 .panel-title a, #accordion3 .panel-title a, #accordion4 .panel-title a {
  color: #000;
  font-weight: bold; }

.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px; }

.panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067"; }

.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
  text-decoration: none; }

.hire-get-started {
  background-color: #EDF8FF; }

.ios-box-holder {
  box-shadow: 0px 20px 30px #CCCCCC29;
  border: 1px solid #E5E5E5;
  border-radius: 9px;
  padding: 3%;
  margin-bottom: 3%; }

.ios-box-holder .icon {
  background: #AEC836;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 3%;
  display: inline-block; }

.service-box-green {
  padding: 5%;
  box-shadow: 0px 20px 30px #CCCCCC29;
  border: 5px solid #AEC836;
  border-radius: 9px;
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
  margin-bottom: 5%; }

.spectrum {
  box-shadow: 0px 20px 30px #CCCCCC29;
  border: 1px solid #E5E5E5;
  border-radius: 9px;
  text-align: center;
  padding: 3%; }

.app-dev ul li a {
  color: #171717; }
  .app-dev ul li a:hover {
    color: #0078A6;
    text-decoration: none; }

[hidden] {
  display: none !important; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.card .btn:focus, .card .btn.focus, .card-header .btn:focus, .card-header .btn.focus {
  outline: 0;
  box-shadow: none; }

/*# sourceMappingURL=custom.css.map */
