/*--------------------------------------------------------------
# Font Face
--------------------------------------------------------------*/
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Medium.eot');
  src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Regular.eot');
  src: url('../fonts/HelveticaNeue-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Regular.woff2') format('woff2'), url('../fonts/HelveticaNeue-Regular.woff') format('woff'), url('../fonts/HelveticaNeue-Regular.ttf') format('truetype'), url('../fonts/HelveticaNeue-Regular.svg#HelveticaNeue-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Light.eot');
  src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Light.woff2') format('woff2'), url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf') format('truetype'), url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Bold.eot');
  src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #4a4a4a;
  font-family: 'Helvetica Neue';
  font-weight: 400;
}
* {
  outline: none;
}
a {
  color: #003763;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: normal;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
  color: #82bc00;
}
p {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.pr {
  position: relative;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top-bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-border {
  border: none !important;
}
.auto-height {
  min-height: auto !important;
}
.padding-40 {
  padding: 40px 0 !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-60-0 {
  margin-top: 60px;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-30 {
  padding-right: 30px !important
}
.pl-30 {
  padding-left: 30px !important
}
/* Navigation Bar
--------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: auto;
  padding: 0;
  -webkit-transition: top 0.35s;
  -o-transition: top 0.35s;
  transition: top 0.35s;
  z-index: 997;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
#header.header-scrolled, #header.header-pages {
  background-color: #fff;
  /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    border-bottom: none;*/
  top: -31px;
}
.main-pages {
  margin-top: 60px;
}
.topbar-m {
  display: none;
}
#topbar {
  padding: 0;
  font-size: 14px;
  background-color: #003763;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#topbar .sub-menu {
  padding: 0;
  margin: 0;
}
#topbar .sub-menu li {
  list-style: none;
  display: inline-block;
}
#topbar .sub-menu a {
  color: #fff;
  padding: 0 30px 0 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
#topbar .social-links {
  display: inline-block;
}
#topbar .social-links ul {
  padding: 0;
  margin: 2px 0 0;
}
#topbar .social-links li {
  list-style: none;
  display: inline-block;
}
#topbar .social-links a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-left: 5px;
}
#topbar .social-links a i {
  display: inline-block;
}
#topbar .social-links a:hover {
  background: #fff;
  color: #003763;
}
.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.nav-content .contents:hover h5 a {
  color: #003763;
}
.nav-content .contents:hover h5:before {
  background: url(../images/icon-mega-menu-hover.png);
}
.navbar-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #f5f5f5;
  height: 84px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-outer .logo-dmp a {
  width: 235px;
  height: 45px;
  line-height: 45px;
  padding: 0px 0px 0px 55px;
  display: inline-block;
  background: url(../images/logo-dmp.png) no-repeat left center;
  font-size: 28px;
  font-weight: 500;
  text-indent: -99999px;
}
.navbar-outer .logo a {
  height: 45px;
  line-height: 45px;
  padding: 0px 0px 0px 55px;
  display: inline-block;
  background: url(../images/logo-thumb.png) no-repeat left center;
  font-size: 28px;
  font-weight: 500;
}
.navbar-outer .logo a span {
  font-weight: 700;
}
.navbar-outer .logo img {
  padding: 0;
  margin: 0;
}
.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav a {
  display: inline-block;
  position: relative;
  color: #9b9b9b;
  padding: 32px 0;
  margin: 0 0 0 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 400;
}
.main-nav li:first-child a {
  margin: 0;
}
.main-nav li:last-child a {
  padding-right: 0;
}
.main-nav a:hover, .main-nav .active > a {
  color: #003763;
}
.main-nav a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden
}
.main-nav a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #003763;
  height: 5px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.main-nav a:active:before, .main-nav a:focus:before, .main-nav a:hover:before, .main-nav .active a:before, .main-nav .focused a:before {
  left: 0;
  right: 0
}
.main-nav li ul a:before {
  display: none;
}
.main-nav .drop-down > ul {
  position: absolute;
  left: 0;
  top: 84px;
  z-index: 99;
  display: block;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: 0;
  border: none;
  padding: 10px 0;
  background: transparent;
  -webkit-transition: opacity .35s;
  -o-transition: opacity .35s;
  transition: opacity .35s;
}
.main-nav .drop-down:hover > ul, .main-nav .drop-down.active:hover > ul {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.main-nav .drop-down ul a {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #6b6b6b;
  border-top: none;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
  color: #003763;
  border-top: none;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
  content: '';
  background: url(../images/menu-dropdown-icon.png) no-repeat 0 -9px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: 11px;
  height: 9px;
  position: absolute;
  top: 16px;
  right: 15px;
  z-index: 1;
}
.main-nav .drop-down .active.drop-down > a:after, .main-nav .drop-down .drop-down:hover > a:after {
  background: url(../images/menu-dropdown-icon.png) no-repeat 0 0;
}
.main-nav span.dropdown-arrow {
  display: none;
}
/* Search Box
--------------------------------*/
.box {
  margin: 0 4px 0 0;
  width: 300px;
  height: 24px;
}
.container-2 {
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-2 input#search {
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  font-size: 10pt;
  line-height: 1;
  float: right;
  color: #262626;
  padding-right: 9px;
  padding-left: 9px;
  margin-top: 2px;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-weight: 300;
  -webkit-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}
.container-2 input#search::-webkit-input-placeholder {
  color: #fff;
}
.container-2 input#search:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.container-2 input#search::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.container-2 input#search:-ms-input-placeholder {
  color: #fff;
}
.container-2 .icon {
  position: absolute;
  top: 2px;
  right: 5px;
  margin-left: 0px;
  margin-top: 0;
  z-index: 1;
  color: #4f5b66;
}
.container-2 .icon .fa {
  color: #fff;
  font-size: 10px;
  cursor: pointer;
}
.container-2 input#search:focus, .container-2 input#search:active {
  outline: none;
  width: 300px;
}
.container-2:hover input#search {
  width: 300px;
}
.container-2:hover .icon {
  color: #93a2ad;
}
.mobile-search {
  display: none;
}
/* Banner Animations
--------------------------------*/
@-webkit-keyframes fadeInUpsmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpsmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpsmall {
  -webkit-animation-name: fadeInUpsmall;
  animation-name: fadeInUpsmall;
}
@-webkit-keyframes fadeInRightLittle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightLittle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightLittle {
  -webkit-animation-name: fadeInRightLittle;
  animation-name: fadeInRightLittle;
}
@-webkit-keyframes fadeInLeftLittle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftLittle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftLittle {
  -webkit-animation-name: fadeInLeftLittle;
  animation-name: fadeInLeftLittle;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-05s {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.delay-0_5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-1_5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-2_5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
/* Top Banner
--------------------------------*/
.banner {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
  margin: 114px auto 0;
  line-height: 0;
}
.banner-bg {
  max-width: 1920px;
  width: 100%
}
.banner-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}
.banner-content {
  width: 50%;
  height: 100%;
  float: right;
  -webkit-transition: all 0.65s;
  -o-transition: all 0.65s;
  transition: all 0.65s;
  opacity: 0;
  filter: alpha(opacity=0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-content h1 {
  color: #003763;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
/*.banner-content h1 span {
	display: block;
}*/
.banner-content hr {
  border-top: 0px solid transparent;
  margin: 0;
  position: relative;
  height: 3px;
  opacity: 1;
  filter: Alpha(opacity=100)
}
.banner-content p {
  font-size: 18px;
  font-weight: 500;
  color: #003763;
  margin-top: 20px;
  padding-right: 0;
  line-height: 1.25;
}
.banner-content p span {
  display: block;
}
.hero-content-blue h1, .hero-content-blue p {
  color: #003763 !important;
}
.hero-content-blue .banner-content hr:before {
  background: #003763 !important;
}
.hero-content-blue .arrow a {
  color: #003763;
}
.hero-content-white h1, .hero-content-white p {
  color: #fff !important;
}
.hero-content-white .banner-content hr:before {
  background: #fff !important;
}
.hero-content-white .arrow a {
  color: #fff;
}
.banner-content.text-color h1, .banner-content.text-color p {
  color: #fff;
}
.banner-content.text-color hr:before {
  background: #fff !important;
}
.banner-content.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-content h1 {
  position: relative;
}
.banner-content hr:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: #003763;
  left: 0;
  top: 0px;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transition: -webkit-transform 1s ease 1.5s;
  transition: -webkit-transform 1s ease 1.5s;
  -o-transition: transform 1s ease 1.5s;
  transition: transform 1s ease 1.5s;
  transition: transform 1s ease 1.5s, -webkit-transform 1s ease 1.5s;
  -webkit-transition: -webkit-transform 1s ease 1.2s;
  -ms-transition: -ms-transform 1s ease 1.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -ms-transform-origin: 0;
}
.consulting .banner-content hr:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  right: 0;
  top: 0px;
  left: auto;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transition: -webkit-transform 1s ease 1.2s;
  transition: -webkit-transform 1s ease 1.2s;
  -o-transition: transform 1s ease 1.2s;
  transition: transform 1s ease 1.2s;
  transition: transform 1s ease 1.2s, -webkit-transform 1s ease 1.2s;
  -webkit-transition: -webkit-transform 1s ease 1s;
  -ms-transition: -ms-transform 1s ease 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -ms-transform-origin: 0;
}
.banner-content.active hr:before {
  content: '';
  position: absolute;
  height: 3px;
  width: calc(2050px / 2);
  background: #003763;
  left: 0;
  top: 0px;
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.consulting .banner-content.active hr:before {
  content: '';
  position: absolute;
  height: 3px;
  width: calc(2050px / 2);
  background: #fff;
  right: 0;
  top: 0px;
  left: auto;
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.arrow {
  text-align: center;
  margin: 0;
  width: 150px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -75px;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.arrow a {
  font-size: 22px;
  color: #fff;
}
.arrow a img {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}
.century-text .banner-content {
  width: 50%;
}
.century-text h1, .century-text p {
  color: #fff;
}
.century-text hr:before {
  background: #fff !important;
}
.century-text .banner-content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 70px;
}
.business-text .banner-content {
  width: 50%;
}
.business-text .banner-content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 100px;
}
.careers-text .banner-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 60px;
}
.play-btn {
  display: none;
}
.pause-btn i, .play-btn i {
  display: inline-block;
}
.video-actions {
  position: absolute;
  bottom: 30px;
  right: 0;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.padding-20 {
  padding: 20px 0px
}
/* Call To Action Section
--------------------------------*/
.call-to-action {
  background: url(../images/pattern.jpg) repeat-x top center;
  padding: 0;
  position: relative;
  max-width: 100%;
}
.cta-green {
  background: #82bc00;
  max-width: 100%;
}
.cta-grey {
  background: #d8d8d8;
  max-width: 100%;
}
.cta-blue {
  background: #003763;
  max-width: 100%;
}
/*.call-to-action:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 28px 0 28px;
    border-color: #456c99 transparent transparent transparent;
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -28px;
}
.call-to-action .cta-wrapper:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 28px 0 28px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -28px;
}*/
.cta-wrapper {
  display: table;
  padding: 40px 15px;
}
.cta-green .cta-wrapper {
  padding: 20px 0;
}
.cta-box {
  display: table-cell;
  vertical-align: middle;
}
.call-to-action .cta-title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
.call-to-action.cta-grey .cta-title, .call-to-action.cta-grey .cta-text {
  color: #003763;
}
.call-to-action .cta-title span {
  display: block;
}
.call-to-action .cta-text {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  padding-top: 5px;
}
.call-to-action .cta-text span {
  display: block;
}
.cta-green p.cta-text {
  font-size: 18px;
  font-weight: 400;
  padding-top: 20px;
}
/* Content Section
--------------------------------*/
.content {
  padding: 60px 0;
}
/*.content-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
.content-box .content-header, .content-box .content-body, .content-box .content-footer {
	flex: 1;
}*/
.content-box h2, .content-box h3, .content-box h4, .content-box h5 {
  color: #003763;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eaeaea;
  font-weight: 500;
}
.content-box h2 {
  font-size: 40px;
}
.content-box h3 {
  font-size: 24px;
}
.content-box h4 {
  font-size: 18px;
}
.content-box h2 span, .content-box h3 span, .content-box h4 span, .content-box h5 span, .content-box p span {
  display: block;
}
.content-box p {
  font-size: 18px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.3;
  padding: 20px 0; /*margin: 0;*/
}
.content-box p.blue-box {
  padding: 20px;
}
.content-box p + p {
  padding: 0px 0 20px 0
}
.content-box p.blue-text {
  color: #003763;
}
.content-box ul li {
  font-size: 18px;
  line-height: 1.3;
}
.mh-165 {
  min-height: 165px;
}
.delay-1 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.delay-2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.delay-3 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.delay-4 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.delay-5 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.delay-6 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.delay-7 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.delay-8 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.delay-9 {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.delay-10 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.delay-11 {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.content-footer {
  border-top: 1px solid #eaeaea;
  display: block;
}
.discover-more {
  font-size: 22px;
  font-weight: 400;
  background: -webkit-linear-gradient(#fad961, #f76b1c);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 20px 20px 0px 25px;
  margin: 0;
  position: relative;
  display: inline-block;
  color: #f9ac45;
}
.discover-more:hover, .discover-more:focus {
  color: #f9ac45;
}
.discover-more:before {
  content: '';
  background: url(../images/discover-more-icon.png) no-repeat -16px 0;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: 16px;
  height: 21px;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 1;
}
.download {
  padding: 15px 15px 15px 27px;
}
.download:before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  left: 2px;
  top: 18px;
}
.arrow-left {
  border: none !important;
  margin: 0 !important;
}
.arrow-left:before {
  content: '';
  background: url(../images/left-arrow.png) no-repeat 0 0;
  width: 32px;
  height: 41px;
  position: absolute;
  top: 3px;
  left: -25px;
  z-index: 1;
}
.content-arrow {
  padding-left: 55px;
}
.content-arrow .arrow-left:before {
  left: 15px;
}
.discover-more:hover:before, .discover-more:focus:before {
  background: url(../images/discover-more-icon.png) no-repeat 0 0;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.transformation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.transformation .content-box:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.transformation .content-box:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.transformation-content h2 {
  border-bottom: none !important;
  margin: 0;
}
.transformation-content h3 {
  color: #4a4a4a;
  border-bottom: none !important;
  margin: 0;
  font-size: 28px;
}
.transformation-content p {
  padding: 0 0 20px;
}
/* Equal Height of Content Box
--------------------------------*/
.flex-row.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row.row > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row.row:after, .flex-row.row:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row.row > [class*='col-'] > .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* Grow thumbnails to fill columns height */
.flex-row .content-box, .flex-row .content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* Flex Grow Text Container */
.flex-row .content-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.management-team .flex-row .content-body {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.mh-100 {
  min-height: 100px;
}
.mh-140 {
  min-height: 155px;
}
.mh-135 {
  min-height: 135px;
}
.mh-175 p {
  min-height: 180px;
}
.mh-300 img {
  margin: 20px auto;
}
.mh-300 p {
  min-height: 320px;
}
.mh-340 p {
  min-height: 365px;
}
.mh-120 {
  min-height: 120px;
}
/* Reinvent Your Business
--------------------------------*/
.reInvent {
  height: 760px;
  background: url(../images/reinvent-your-business.jpg) center no-repeat;
  background-size: contain;
}
.reInvent > div, .reInvent > div > div, .reInvent > div > div > div {
  height: 100%;
}
.reInvent > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.leftSide, .rightSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.leftSide {
  -ms-flex-item-align: start;
  align-self: flex-start
}
.rightSide {
  -ms-flex-item-align: end;
  align-self: flex-end
}
.reInvent .arrow-left {
  position: relative;
}
.reInvent .arrow-left::before {
  left: -20px;
  top: 4px;
  background-size: 50%;
}
.reInvent-img {
  display: none !important;
}
.reInvent p {
  padding: 0px 0 20px;
}
.century {
  background: url(../images/century-img.png) no-repeat center center;
  background-size: contain;
}
.century ul li {
  font-size: 18px;
}
.century-crm {
  background: url(../images/century-crm-img.png) no-repeat center center;
  background-size: contain;
  margin: 60px 0;
}
.reusable-objects {
  background: url('../images/reusable-objects.png') no-repeat center center;
  background-size: auto;
  height: 402px;
  display: table !important;
  margin-top: 60px;
}
.reusable-objects h4 {
  display: table-cell;
  vertical-align: middle;
  border: none;
  font-weight: 700;
}
.galaxy .grey-box {
  height: 48px;
}
.galaxy h4 {
  text-transform: uppercase;
}
.galaxy .grey-box h4 {
  font-size: 12px;
}
/* Careers Page
--------------------------------*/
.careers-content {
  margin: 60px 0 0;
}
.careers-content .grey-box {
  height: auto;
  display: block;
  padding: 15px;
  background-color: #eaeaea;
}
.careers-content .grey-box p {
  font-size: 14px;
  padding-top: 0;
}
.careers-content .grey-box p span {
  display: block;
}
.careers-content .careers-list {
  margin: 0;
  padding: 0 0 0 15px;
}
.careers-content .careers-list li {
  font-size: 14px;
}
.careers-content .discover-more:before {
  top: 2px;
}
.career-box {
  display: block !important;
  padding: 20px !important;
  height: auto !important;
}
.career-box h4 {
  font-weight: 400;
  color: #4a4a4a !important;
  padding-top: 20px !important;
}
.career-title {
  margin-bottom: 30px;
}
.career-reasons .blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 30px);
}
.blue-box {
  background-color: #003763;
  padding: 15px;
  min-height: 170px;
  margin-bottom: 30px;
}
.blue-box p {
  color: #fff;
  padding: 0;
}
.mh-65 {
  min-height: 65px;
}
/* Map - About Us
--------------------------------*/
.map {
  height: 600px;
  background: url(../images/map.png) center center no-repeat;
  margin-top: 60px;
  position: relative
}
.map__location, .map .tooltip, .tooltip:before {
  position: absolute;
  content: ''
}
.map .tooltip {
  color: #003763;
  font-weight: 700;
  white-space: nowrap;
  min-width: 88px;
  padding: 10px 14px;
  font-size: 16px;
  z-index: 10;
  content: '';
  line-height: 1;
  opacity: 1
}
.map__location {
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.map .tooltip:before {
  width: 161px;
  height: 4px;
  z-index: -1;
}
.map__location:before {
  background-color: #003763;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  content: '';
  left: 0%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
.map__location:hover:before {
  -webkit-transform: scale(1.75);
  -ms-transform: scale(1.75);
  transform: scale(1.75);
}
.tooltip {
  border-bottom: 2px dashed #003763;
}
.map__location.is-location-1 {
  top: 226px;
  margin-left: -260px;
}
.map__location.is-location-2 {
  top: 220px;
  margin-left: -240px;
}
.map__location.is-location-3 {
  top: 204px;
  margin-left: -245px;
}
.map__location.is-location-4 {
  top: 232px;
  margin-left: -386px;
}
.map__location.is-location-5 {
  top: 320px;
  margin-left: -238px;
}
.map__location.is-location-6 {
  top: 190px;
  margin-left: -31px;
}
.map__location.is-location-7 {
  top: 190px;
  margin-left: -13px;
}
.map__location.is-location-8 {
  top: 195px;
  margin-left: 18px;
}
.map__location.is-location-9 {
  top: 329px;
  margin-left: 223px;
}
.map__location.is-location-11 {
  top: 300px;
  margin-left: -342px;
}
.map__location.is-location-12 {
  top: 202px;
  margin-left: 2px;
}
.map__location.is-location-13 {
  top: 220px;
  margin-left: -350px;
}
.map .tooltip--top-right {
  top: 128px;
  right: 46px;
}
.tooltip--top-right:before {
  top: 33px;
  right: -160px;
  border-bottom: dashed 2px #003763;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-75deg);
  -ms-transform: rotate(-75deg);
  transform: rotate(-75deg);
}
.map .tooltip {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  visibility: hidden;
}
.map__location:hover > .tooltip {
  opacity: 1;
  visibility: visible;
}
.map__location.active > .tooltip {
  opacity: 1;
  visibility: visible;
}
.map__location.active:before {
  -webkit-transform: scale(1.75);
  -ms-transform: scale(1.75);
  transform: scale(1.75);
}
.map__location.active > .tooltip--top-right {
  top: 255px;
  right: 81px;
}
.map__location.active > .tooltip--top-right:before {
  top: 34px;
  right: -300px;
}
.map__location.active > .tooltip:before {
  width: 300px;
  height: 4px;
  z-index: -1;
}
/* Project Management Page
--------------------------------*/
.project-box {
  text-align: center;
  padding: 15px;
  height: calc(100% - 20px) !important;
}
.analytics-box {
  text-align: center;
  padding: 15px;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  height: calc(100% - 30px) !important;
}
.analytics-box p {
  padding-top: 0;
}
.analytics-content p.blue-box {
  min-height: auto;
  color: #fff;
  text-align: center;
  margin: 0;
}
.analytics-content p.grey-box {
  padding: 20px;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: calc(100% - 90px);
  margin-bottom: 30px;
}
.project-list li {
  list-style: none;
}
.project-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.project-content .project-box {
  display: block;
  height: auto !important;
  position: relative;
  margin-bottom: 40px;
}
.project-content .project-box.last {
  margin-bottom: 0;
}
.project-content .project-box:before {
  content: '';
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  z-index: 9;
  background: url(../images/down-arrow-bg.png) no-repeat center bottom;
  width: 100%;
  height: 70px;
}
.project-content .project-box.last:before {
  display: none;
}
.project-content .project-box ul {
  margin: 15px 0 0;
  padding: 0;
}
.project-content .project-box h4 {
  border-bottom: 1px solid #d0d0d0 !important;
  padding: 0 0 15px
}
table.project-gov {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
table.project-gov thead th {
  padding: 10px 15px;
  font-size: 16px;
  color: #003763;
  font-weight: 500;
}
table.project-gov tbody td {
  height: 135px;
  padding: 15px;
  font-size: 14px;
  background: #eaeaea;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  vertical-align: top;
}
table.project-gov tbody td ul {
  margin: 0 0 0 15px;
  padding: 0;
}
table.project-gov tbody td ul li {
  line-height: 1.25;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
}
table.project-gov tbody td.blue, table.project-gov tbody td.green, table.project-gov tbody td.grey {
  text-align: center;
  color: #fff;
}
table.project-gov tbody td.blue {
  background: #003763;
}
table.project-gov tbody td.green {
  background: #82bc00;
}
table.project-gov tbody td.grey {
  background: #9b9b9b;
}
table.report-schedule {
  border-right: 0px solid #eaeaea;
}
table.report-schedule thead th.blue {
  background: #003763;
  color: #fff;
  text-transform: uppercase;
}
table.report-schedule thead th, table.report-schedule tbody td {
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
table.report-schedule thead th:first-child, table.report-schedule tbody td:first-child {
  border-left: 0px solid #eaeaea;
  text-align: center;
}
table.report-schedule thead th {
  padding: 10px 15px;
  font-size: 14px;
  color: #003763;
  font-weight: 500;
  text-align: center;
}
table.report-schedule tbody td {
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
}
.testing-content .blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  height: calc(100% - 30px);
}
.testing-content .grey-box {
  text-align: center;
  padding: 0 20px;
}
.about-box .blue-box {
  min-height: calc(100% - 0px);
  margin: 0;
  height: calc(100% - 20px);
  display: flex;
  justify-content: center;
}
.mission-box .blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100% - 30px);
  min-height: 110px;
}
.management-team {
  padding: 0 20px;
  margin-bottom: 40px;
}
.management-team h2 {
  padding: 0 0 5px;
  margin: 0;
  border: none;
}
.management-team h4 {
  font-size: 24px;
  padding: 20px 0 5px;
  margin: 0;
  border: none;
}
.management-team h5 {
  font-size: 18px;
  margin: 0;
  border: none;
  color: #4a4a4a;
  font-weight: 400;
}
.management-team a.team-icon {
  display: flex;
  margin-top: 25px;
  justify-content: flex-end;
}
.management-team i {
  padding: 0;
  border: 2px solid #003763;
  border-radius: 50%;
  color: #003763;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.management-team i:hover {
  background: #003e75;
  color: #fff;
}
.management-team .content-body img {
  width: 100%;
  border-radius: 50%;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.management-team:active .img-holder img, .management-team:focus .img-holder img, .management-team:hover .img-holder img {
  border-radius: 0;
}
.management-box {
  background-color: #f5f5f5;
}
/* Project Management Page
--------------------------------*/
.architecture-box {
  text-align: center;
}
.architecture-box .blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 90px;
  height: calc(100% - 225px);
  color: #fff;
  padding: 20px;
  margin: 0;
}
.architecture-box div.blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.architecture-box .grey-box {
  height: calc(100% - 120px);
  padding: 20px 10px;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* Analytics and AI
--------------------------------*/
.ai-content h4 {
  min-height: 65px;
  margin: 0;
}
.ai-content .grey-box {
  min-height: 132px !important;
  margin: 0 !important;
}
.ai-benefits .grey-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left !important;
}
.data-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}
.data-box .grey-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: calc(100% - 30px) !important;
  margin: 0 !important;
}
.grey-box .content-list {
  margin: 0;
  padding-left: 20px;
}
.grey-box .data-list {
  padding: 20px 20px 20px 40px;
}
.cloud-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cloud-box .grey-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px;
  height: auto;
  display: block;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.cloud-box .blue-box {
  padding: 0 20px;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cloud-content h4 {
  min-height: 65px;
}
/* Footer
--------------------------------*/
footer {
  padding: 50px 0 0;
  position: relative;
}
footer:before {
  content: '';
  background: url(../images/pattern.jpg) repeat-x top center;
  height: 15px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  max-width: 100%;
  margin: 0 auto;
}
footer .footer-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
}
.footer-content ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-content:last-child {
  padding: 0px 0px 0px 20px;
  border-left: 2px solid #f4f4f4
}
.footer-content li h5 {
  font-size: 18px;
  padding: 0px 0px 10px 0px;
  color: #4a4a4a;
  font-weight: 700;
  white-space: nowrap;
}
.footer-content li h6 {
  margin: 6px 0px;
}
.footer-content li h6 a {
  font-size: 14px;
  padding: 0;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
}
.footer-content li p {
  font-size: 14px;
  color: #4a4a4a;
  margin: 0 0 8px;
}
.footer-content li a {
  display: inline-block;
  font-size: 14px;
  color: #4a4a4a;
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.footer-content li a:hover, .footer-content li a:focus {
  color: #003763;
  transform: translateX(5px);
  -moz-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
}
.footer-icons {
  border-top: 2px solid #f4f4f4
}
.footer-icons .footer-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0px;
  color: #9B9B9B;
}
.footer-box a:hover {
  color: #003763
}
.footer-icons i {
  color: #9b9b9b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-icons a.fb-link i:hover, .footer-icons a.fb-link i:focus {
  color: #fff;
  background: #3A559F;
  border: 1px solid #3A559F;
}
.footer-icons a.in-link i:hover, .footer-icons a.in-link i:focus {
  color: #fff;
  background: #0073B1;
  border: 1px solid #0073B1;
}
.footer-icons a.tw-link i:hover, .footer-icons a.tw-link i:focus {
  color: #fff;
  background: #55ACEE;
  border: 1px solid #55ACEE;
}
.footer-icons i:hover, .footer-icons i:focus {
  color: #003763;
  border: 1px solid #003763;
}
footer .text-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.copycat + .copycat:before {
  padding: 8px;
  color: #9b9b9b;
  content: "|";
}
.copycat {
  color: #9b9b9b
}
/* Schedule Free Consulting
--------------------------------*/
.scheduleFreeConsulting {
  border-top: 0px solid #013763;
  padding: 60px 0;
}
.scheduleFreeConsulting > div.schedule-header {
  max-width: 1920px;
}
.scheduleFreeConsulting .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.scheduleFreeConsulting .content-box h2 {
  padding: 30px 20px;
  margin: 0px 0px 0px;
  border-bottom: 0px solid #013763;
  color: #fff;
}
.scheduleFreeConsulting .content-box h3 {
  padding: 0px;
  margin-bottom: 25px;
  font-size: 40px;
  border: 0;
  color: #4a4a4a
}
.scheduleFreeConsulting .content-box p {
  margin-bottom: 45px;
  border: 0
}
.scheduleFreeConsulting .schedule-content {
  padding: 60px 0px
}
.scheduleFreeConsulting .form-group {
  margin-bottom: 30px
}
.scheduleFreeConsulting textarea.form-control {
  height: 240px
}
.scheduleFreeConsulting .form-control {
  border-radius: 0;
  border: 1px solid transparent;
  padding: 1em .75rem;
}
.scheduleFreeConsulting .schedule-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 10px;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 20px;
  margin-left: 50px
}
.scheduleFreeConsulting .schedule-box:last-child {
  border-bottom: none;
}
.schedule-box i {
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  padding: 7px 0px 0px 0px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.schedule-box ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.schedule-box ul h5 {
  margin: 0px 0px 15px;
  color: #4a4a4a;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
}
.schedule-box ul a, .schedule-box ul p {
  color: #4a4a4a;
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  padding: 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s
}
.schedule-box ul a:hover, .schedule-box ul a:focus {
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  color: #003763
}
.schedule-box ul a.social-links:hover, .schedule-box ul a.social-links:focus {
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}
.schedule-box i:hover, .schedule-box i:focus {
  color: #003763;
  border: 1px solid #003763;
}
/* Image Zoom Effect
--------------------------------*/
.img-holder {
  overflow: hidden;
  width: 100%;
  display: block;
}
.img-holder.img-100 div {
  min-width: 100%;
}
.img-holder.img-100 img {
  min-width: 100%;
  width: 100%;
}
.image-zoom:active .hvr-grow, .image-zoom:focus .hvr-grow, .image-zoom:hover .hvr-grow {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
/* Consulting page Css
--------------------------------*/
/*.consulting .banner {
	background: url(../images/consulting-banner.jpg) center no-repeat;
}*/
.consulting .banner-content {
  width: 55%;
  float: left;
  padding: 100px 0;
}
.inner-banner {
  background-color: #003763;
}
.inner-banner .banner-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.consulting .banner-content h1, .consulting .banner-content p {
  color: #fff;
  padding: 0
}
.consulting .banner-content h1 {
  margin-bottom: 18px
}
.consulting .banner-content p {
  margin-top: 15px
}
.consulting .banner-content hr {
  border-top: 3px solid transparent;
  margin: 0;
}
.consulting .banner-content h1 span {
  clear: both;
  display: block
}
.digital-transformations .content-box p.text-left {
  padding-top: 20px;
  padding-bottom: 20px;
}
.consulting.reInvent {
  margin: 60px auto;
  background: url(../images/consulting-digital-transform.png) no-repeat center center;
  background-size: contain;
}
.consulting .leftSide, .consulting .rightSide {
  padding: 0px 30px
}
.consulting.reInvent p {
  border: 0
}
.consulting.reInvent p + p {
  padding-bottom: 0
}
.consultingpracticearea {
  padding: 0 0;
  border-top: 8px solid #003763;
}
.consulting-area-header {
  background: #eaeaea
}
.consulting-area-header h2 {
  padding: 40px 20px;
  margin: 0px
}
.practice-icons {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
.icon1 {
  background: url(../images/agile-requirement-management.jpg) no-repeat 0 0;
}
.practice-box:hover .icon1 {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background: url(../images/agile-requirement-management.jpg) no-repeat 0 -160px;
}
.icon2 {
  background: url(../images/agile-software-engineering.jpg) no-repeat 0 0;
}
.practice-box:hover .icon2 {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background: url(../images/agile-software-engineering.jpg) no-repeat 0 -160px;
}
.consulting .content-wrapper {
  padding: 40px 30px 0px
}
.mh-120 {
  min-height: 120px
}
.cloud-virtualzation .img-holder {
  margin-bottom: 20px
}
.consultingpracticearea .content-box h3 {
  min-height: 65px;
  margin-bottom: 0;
  font-size: 18px
}
.consulting-area-header .content-box h2 {
  border-bottom: 8px solid #013763;
  display: inline-block;
}
.learn-more::before {
  left: -2px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  top: 23px;
}
.fuels-future h2 {
  position: relative
}
.fuels-future h2::before {
  left: -40px;
}
.testing-with-ai {
  padding-top: 0px
}
.testing-with-ai .content-box h2 {
  min-height: 120px
}
.testing-grey {
  padding: 40px 0;
  position: relative;
}
.testing-box {
  padding: 0 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testing-box div:last-child p {
  padding: 0;
}
.testing-grey:before {
  content: '';
  background-color: #9b9b9b;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.testing-grey:after {
  content: '';
  background-color: #eaeaea;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.testing-grey .content-box h4 {
  border: none;
  margin: 0;
  padding: 0;
}
.testing-grey .content-box p {
  padding-top: 0;
}
.mh-200 p {
  min-height: 150px
}
.grey-box {
  background-color: #eaeaea;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  margin-bottom: 20px;
}
.grey-box h4 {
  color: #003763;
  padding: 0;
  margin: 0;
  border: none;
}
.consulting-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.consulting-box {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: center;
  padding: 0 15px;
  margin: 0;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.consulting-box .content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px 20px 0 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.consulting-box .consult-footer {
  border: none;
  text-align: left;
  width: 100%;
  padding-left: 20px;
}
.consulting-box .consult-footer .discover-more {
  padding-top: 0;
  padding-bottom: 30px;
}
.consulting-box .consult-footer .discover-more:before {
  top: 3px;
}
.consulting-box h2 {
  padding: 30px 0 0;
  margin: 0;
}
.submit {
  padding: 0 20px 20px 25px
}
.submit::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  top: 5px;
}
.col-lg-2to5 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-lg-2to5 img {
  margin-bottom: 40px;
}
.excel-method .content-box p, .excel-methodology .content-box p {
  border: 0;
  padding: 0px 20px;
}
.excel-method .content-box p.padding-20, .excel-methodology .content-box p.padding-20 {
  border: 0;
  padding: 20px 20px;
}
.excel-method h2, .excel-methodology h2 {
  border-bottom: 8px solid #013763;
  display: inline-block;
  padding: 0 20px 40px;
}
.excel-method h3, .excel-methodology h3 {
  font-size: 28px;
  margin: 0;
  padding: 0 0 10px;
}
.excel-method .content-box h4 {
  min-height: 85px
}
.excel-methodology-header {
  background: #013763;
  color: #fff;
  text-align: center
}
.excel-methodology-header h2 {
  padding: 30px 20px;
  font-size: 40px;
  border: 0
}
.excel-methodology h3 {
  padding: 40px
}
.excel-methodology p {
  padding: 0px 30px
}
.portfolio-backlog h2 {
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  border: none;
  display: block;
}
.portfolio-backlog h2.bg-arrow {
  position: relative;
}
.portfolio-backlog h2.bg-arrow:before {
  width: 30px;
  height: 70px;
  content: '';
  position: absolute;
  right: 0;
  top: -23px;
  background: url(../images/portfolio-backlog-arrow.png) no-repeat center center;
}
.portfolio-backlog .label {
  height: 35px;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.portfolio-backlog .blue {
  background: #003763;
}
.portfolio-backlog .amber {
  background: #f5a623;
}
.portfolio-backlog .green {
  background: #82bc00;
}
.schedule-btn {
  background: url(../images/pattern1.jpg) repeat-x center;
  padding: 30px 90px;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
a.schedule-btn span {
  font-size: 18px;
  display: block;
  border-top: 1px solid #fff;
  padding-top: 5px;
  margin-top: 5px;
}
.schedule-btn:hover {
  color: #fff
}
.idea-content {
  margin: 60px 0;
}
.idea-content h5 {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.idea-content p span, .text-content p span {
  display: block;
}
.text-content p {
  font-size: 28px;
}
.text-content p + p {
  padding-top: 10px;
}
.text-content p.bordered {
  border-bottom: 1px solid #a5a5a5;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-30 {
  opacity: 0.3;
}
.col-lg-2todo5 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
}
.col-lg-1todo8 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.crm-text p {
  font-size: 28px;
}
/* Agile Requirement Management
--------------------------------*/
.section-first .content-box h2 {
  margin-bottom: 40px
}
.excel-method-agile h3 {
  position: relative;
  font-size: 24px;
  padding-left: 20px;
  color: #003763;
}
.excel-method-agile h3.arrow-left:before {
  content: '';
  background: url(../images/left-arrow.png) no-repeat 0 0;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 2px;
  left: -4px;
  z-index: 1;
}
.content-box h3.exclamation {
  padding-left: 40px
}
.excel-method-agile h3.arrow-left.exclamation:before {
  content: '';
  background: url(../images/exclamation.png) no-repeat 0 0;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
}
.plan-box h3 {
  margin-top: 20px;
  margin-bottom: 15px !important
}
.plan-box .table td, .table th {
  padding: 20px;
  font-size: 18px;
  margin: 0;
  color: #fff;
  background: #003763;
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff
}
.plan-box p span {
  display: block;
}
.text-color {
  color: #4a4a4a
}
.agile-transform {
  background: url('../images/bg-agile-transformation.png') no-repeat center center;
  background-size: 100%;
  height: 370px;
  display: table;
}
.agile-transform h4 {
  display: table-cell;
  vertical-align: middle;
  border: none;
  font-weight: 700;
}
.agility-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 80px
}
.excel-method .content-box p.padding-top-20 {
  padding-top: 20px
}
.excel-method .content-box.agility-top p {
  padding: 0px 20px 0px 0px
}
.mh-120 {
  min-height: 120px
}
/* Agile DevOps
--------------------------------*/
.agile-approach {
  height: 46px;
  background: none;
  position: relative;
  display: block;
  text-align: center;
}
.agile-approach span {
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 5px;
}
.agile-approach::before, .agile-approach::after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  height: 24px;
}
.agile-approach::before {
  -webkit-transform: skew(45deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
  top: 0;
}
.agile-approach::after {
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  bottom: 0;
}
.automated-build::before, .automated-build::after {
  background: #013763;
}
.continuous-integration::before, .continuous-integration::after {
  background: #00afef;
}
.continuous-delivery::before, .continuous-delivery::after {
  background: #89c240;
}
ul.content-list li {
  padding-bottom: 5px;
  font-size: 18px;
}
.transform-box .content-body h4 {
  color: #4a4a4a;
  border: none;
  margin: 20px 0;
  font-weight: 700;
  padding: 0;
}
.test-list {
  text-align: left;
  margin: 0;
  padding: 20px 0 0 20px;
}
.century-content h3 {
  font-size: 24px;
  color: #003763;
  padding: 20px 0;
}
.cta-grey.mb-60 {
  margin-bottom: 0 !important;
}
/* Automation and Robotics
--------------------------------*/
.rpa-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}
.rpa-box .blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 125px;
  width: 100%;
}
.consult-box .row {
  margin: 0 auto;
  width: 100%;
}
.consult-box .grey-box, .consult-box .blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px !important;
}
.consult-header {
  min-height: 89px;
  color: #ffffff;
}
.consult-description {
  height: 89px !important;
}
/* AI and Machine Learning
--------------------------------*/
.content-align .blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100% - 30px);
}
.content-align .grey-box {
  padding: 15px;
  min-height: 170px;
  font-size: 18px;
}
.methodology-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.methodology-box .grey-box {
  min-height: 120px;
  padding: 15px;
  font-size: 28px;
  margin-bottom: 30px;
}
.methodology-box .blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 120px;
  color: #fff;
  width: 100%;
}
/* Digital Transformation
--------------------------------*/
.circle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.circle-wrapper .circle {
  width: 200px;
  height: 200px;
  background: #003763;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.circle-wrapper .title {
  background: #eaeaea;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 65px;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.circle-wrapper .description {
  margin-top: 35px;
  width: 80%;
  color: #ffffff;
}
/* Managed Service
--------------------------------*/
.mso-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.mso-box .blue-box {
  min-height: 125px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* Digital
--------------------------------*/
.digital-box .blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
}
.digital-benefits-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.digital-benefits-box .grey-box {
  min-height: initial;
  padding: 15px;
  font-size: 28px;
  margin-bottom: 30px;
}
.digital-benefits-box .blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: auto;
  color: #fff;
  width: 100%;
}
.benefits-box-arrow {
  position: relative;
  text-align: center;
}
.benefits-box-arrow .blue-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.benefits-box-arrow:before {
  content: "";
  position: absolute;
  top: -20px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #003763;
  border-bottom: 10px solid transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
}
.content-box .benefits-box-arrow {
  position: relative;
  padding-right: 2px;
  padding-left: 2px;
}
.content-box .benefits-box-arrow:first-child {
  padding-left: 15px;
}
.content-box .benefits-box-arrow:last-child {
  padding-right: 15px;
}
/* Automation and Robotics
--------------------------------*/
.feature-content p.blue-box {
  min-height: auto;
  color: #fff;
  text-align: center;
  margin: 0;
}
.feature-content p.grey-box {
  padding: 20px;
  height: calc(100% - 30px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 135px;
  margin-bottom: 30px;
}
/* Agile Capacity
--------------------------------*/
.bps-title {
  min-height: 64px;
  text-align: center;
}
/* Solution
--------------------------------*/
.technology-solution-box h4 {
  min-height: 70px;
}
/* Menu - Small
--------------------------------*/
ul.menu-small {
  left: initial;
}
ul.menu-small > li > .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* DevOps
--------------------------------*/
.stepper-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.stepper-row span {
  position: relative;
  background: #003763;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff;
  margin: 0px 30px 15px 0px;
  max-width: 23%;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.stepper-row span:after {
  content: url(../images/right-arrow.png);
  position: absolute;
  right: -22px;
  top: 4px;
  width: 14px;
  height: 17px;
}
.tool-box .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.plugins-top, .plugins-bottom {
  position: relative;
  height: 107px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  padding: 15px;
  background: #003763;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plugins-top {
  border-radius: 15px 15px 0px 0px;
}
.plugins-bottom {
  border-radius: 0px 0px 15px 15px;
}
.plugins-top:before, .plugins-top:after, .plugins-bottom:before, .plugins-bottom:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 11px;
  background: #003763;
}
.plugins-top:before {
  left: 30px;
  bottom: -11px;
}
.plugins-top:after {
  right: 30px;
  bottom: -11px;
}
.plugins-bottom:before {
  left: 30px;
  top: -11px;
}
.plugins-bottom:after {
  right: 30px;
  top: -11px;
}
/* EC - Icons
--------------------------------*/
[class*="ec-icon-"]::before {
  content: "";
  background-repeat: no-repeat;
}
.ec-icon-facebook-white.icon-small::before {
  background-image: url(../images/ec-icons/icon-sprite-small.png);
  background-position: -7px -5px;
  width: 6px;
}
.ec-icon-twitter-white.icon-small::before {
  background-image: url(../images/ec-icons/icon-sprite-small.png);
  background-position: -85px -5px;
  width: 10px;
}
.ec-icon-linkedin-white.icon-small::before {
  background-image: url(../images/ec-icons/icon-sprite-small.png);
  background-position: -45px -5px;
  width: 10px;
}
.ec-icon-mail-white.icon-small::before {
  background-image: url(../images/ec-icons/icon-sprite-small.png);
  background-position: -124px -5px;
  width: 12px;
}
.ec-icon-search-white.icon-small::before {
  background-image: url(../images/ec-icons/icon-sprite-small.png);
  background-position: -165px -3px;
  width: 10px;
}
.social-links a.facebook:hover i::before {
  background-image: url(../images/ec-icons/icon-sprite-small.png);
  background-position: -27px -5px;
}
.social-links a.linkedin:hover i::before {
  background-image: url(../images/ec-icons/icon-sprite-small.png);
  background-position: -65px -5px;
}
.social-links a.twitter:hover i::before {
  background-image: url(../images/ec-icons/icon-sprite-small.png);
  background-position: -105px -5px;
}
.social-links a.mail:hover i::before {
  background-image: url(../images/ec-icons/icon-sprite-small.png);
  background-position: -144px -5px;
}
.ec-icon-facebook-grey.icon-medium::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -44px -8px;
  width: 10px;
}
.ec-icon-facebook-blue.icon-medium::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -76px -8px;
  width: 10px;
}
.ec-icon-linkedin-grey.icon-medium::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -135px -8px;
  width: 20px;
}
.ec-icon-linkedin-blue.icon-medium::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -167px -8px;
  width: 20px;
}
.ec-icon-twitter-grey.icon-medium::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -231px -8px;
  width: 20px;
}
.ec-icon-twitter-blue.icon-medium::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -263px -8px;
  width: 20px;
}
.ec-icon-mail-grey.icon-medium::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -327px -8px;
  width: 20px;
}
.ec-icon-mail-blue.icon-medium::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -359px -8px;
  width: 20px;
}
.fb-link i:hover::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -12px -8px;
}
.in-link i:hover::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -103px -8px;
}
.tw-link i:hover::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -199px -8px;
}
.em-link i:hover::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -295px -9px;
}
.team-icon i:hover::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -103px -8px;
}
.ec-icon-pause-blue.medium::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -417px 0;
  width: 32px;
}
.ec-icon-play-blue.medium::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -385px 0;
  width: 32px;
}
.ec-icon-search-black::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -520px -8px;
  width: 18px;
}
.ec-icon-menu-blue::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -449px -6px;
  width: 30px;
}
.ec-icon-close-white::before {
  background-image: url(../images/ec-icons/icon-sprite-medium.png);
  background-position: -486px -6px;
  width: 20px;
}
.mobile-nav-toggle i, .search-box i {
  display: inline-block;
}
.search-box i:before {
  display: inline-block;
  height: 10px;
}
.btn-search i:before {
  position: relative;
  height: 16px;
  top: 2px;
}
.team-icon i:before {
  display: inline-block;
  height: 18px;
}
.mobile-nav-toggle i:before {
  display: inline-block;
  height: 20px;
}
.pause-btn i:before, .play-btn i:before {
  display: inline-block;
  height: 32px;
}
.contact-icons i:before, .footer-icons i:before {
  display: inline-block;
  height: 16px;
}
.social-links i:before {
  display: inline-block;
  height: 10px;
}
/* Preloader */
/* Loader2 CSS */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  background-color: #fff
}
.page-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  background-color: #fff;
}
.page-loader-spinner {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 100%
}
.page-loader-spinner span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  -webkit-animation: 3s infinite linear;
  -moz-animation: 3s infinite linear;
  -o-animation: 3s infinite linear;
  -ms-animation: 3s infinite linear;
}
.page-loader-spinner span:nth-child(1) {
  opacity: .4;
  -webkit-animation: kiri 1.2s infinite linear;
  -moz-animation: kiri 1.2s infinite linear;
  -o-animation: kiri 1.2s infinite linear;
  -ms-animation: kiri 1.2s infinite linear
}
.page-loader-spinner span:nth-child(2) {
  opacity: .7;
  z-index: 100
}
.page-loader-spinner span:nth-child(3) {
  opacity: 1;
  -webkit-animation: kanan 1.2s infinite linear;
  -moz-animation: kanan 1.2s infinite linear;
  -o-animation: kanan 1.2s infinite linear;
  -ms-animation: kanan 1.2s infinite linear
}
@-webkit-keyframes kanan {
  0% {
    -webkit-transform: translateX(20px)
  }
  50% {
    -webkit-transform: translateX(-20px)
  }
  100% {
    -webkit-transform: translateX(20px);
    z-index: 200
  }
}
@keyframes kanan {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    z-index: 200
  }
}
@-webkit-keyframes kiri {
  0% {
    -webkit-transform: translateX(-20px);
    z-index: 200
  }
  50% {
    -webkit-transform: translateX(20px)
  }
  100% {
    -webkit-transform: translateX(-20px)
  }
}
@keyframes kiri {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    z-index: 200
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}
.page-loader-spinner span {
  background-color: #0eb1eb
}
/* mega menu css*/
.megamenu-content.megamenu-content-new h5 {
  line-height: 1.5;
  margin: 0 0 5px 0;
  position: relative;
  font-size: 18px;
  padding: 0 0 0 37px;
  color: #4a4a4a;
}
.megamenu-content.megamenu-content-new h5 a {
  line-height: 1.5;
  margin: 0 0 5px !important;
  position: relative;
  font-size: 18px;
  padding: 0 !important;
  color: #4a4a4a;
}
#header ul.dropdown-menu.megamenu-content .col-menu:last-child {
  border-right: none;
}
#header ul.dropdown-menu.megamenu-content.megamenu-content-new .col-menu {
  padding: 30px
}
#header ul.dropdown-menu.megamenu-content.megamenu-content-new .contents ul.menu-col li a.hvr-forward {
  background: transparent;
  padding: 0 0 5px;
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
  display: block;
}
#header ul.dropdown-menu.megamenu-content.megamenu-content-new .contents ul.menu-col li a.hvr-team {
  background: transparent;
  padding: 0 0 5px;
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
  display: block;
}
#header ul.dropdown-menu.megamenu-content.megamenu-content-new .contents ul.menu-col li a.hvr-contact {
  background: transparent;
  padding: 0 0 5px;
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
  display: block;
}
.megamenu-content.megamenu-content-new h5:before {
  content: '';
  background: url(../images/icon-mega-menu.png);
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0
}
.megamenu-content.megamenu-content-new h5:hover:before {
  background: url(../images/icon-mega-menu-hover.png);
}
.megamenu-content.megamenu-content-new .technology-consulting h5:before {
  background-position: 0 0;
}
.megamenu-content.megamenu-content-new .agile-consulting h5:before {
  background-position: 0px -32px;
}
.megamenu-content.megamenu-content-new .transformation-consulting h5:before {
  background-position: 0px -64px;
}
.megamenu-content.megamenu-content-new .services-consulting h5:before {
  background-position: 0px -96px;
}
.megamenu-content.megamenu-content-new .digital h5:before {
  background-position: 0 -128px;
}
.megamenu-content.megamenu-content-new .technology h5:before {
  background-position: 0px -160px;
}
.megamenu-content.megamenu-content-new .business h5:before {
  background-position: 0px -192px;
}
.megamenu-content.megamenu-content-new .century-platform h5:before {
  background-position: 0px -224px;
}
#header ul.dropdown-menu.megamenu-content.megamenu-content-new .contents .menu-col {
  margin: 0 0 0 37px;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.cta-banner {
  margin: 114px auto 0;
}
.form-control {
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  border-radius: 0;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #9b9b9b;
  outline: none;
}
.contact-form .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.contact-form .contact-box:last-child {
  border-bottom: none;
}
.contact-box i {
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  padding: 7px 0px 0px 0px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-box ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-box ul h5 {
  margin: 0 0 10px;
  color: #4a4a4a;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
}
.contact-box ul a, .contact-box ul p {
  color: #4a4a4a;
  padding: 0 0 8px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  margin-right: 6px;
}
.contact-box ul a:hover, .contact-box ul a:focus {
  color: #003763
}
.contact-box .contact-icons {
  padding: 0;
  color: #9b9b9b;
}
.contact-icons i {
  color: #003763;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #003763;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-icons a.em-link i:hover, .contact-icons a.em-link i:focus {
  color: #fff;
  background: #737373;
  border: 1px solid #737373;
}
.contact-icons a.fb-link i:hover, .contact-icons a.fb-link i:focus {
  color: #fff;
  background: #3A559F;
  border: 1px solid #3A559F;
}
.contact-icons a.in-link i:hover, .contact-icons a.in-link i:focus {
  color: #fff;
  background: #0073B1;
  border: 1px solid #0073B1;
}
.contact-icons a.tw-link i:hover, .contact-icons a.tw-link i:focus {
  color: #fff;
  background: #55ACEE;
  border: 1px solid #55ACEE;
}
.contact-icons i:hover, .contact-icons i:focus {
  color: #003763;
  border: 1px solid #003763;
}
.contact-btn {
  margin: 0;
}
.contact-btn .download {
  padding: 0 15px 0 27px;
  top: 3px;
}
.contact-btn .download:before {
  top: 3px;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  .navbar-outer {
    height: 70px;
  }
  .navbar-outer .logo img {
    max-width: 260px;
  }
  .main-nav .drop-down > ul {
    top: 70px;
  }
  .banner {
    margin: 100px auto 0;
  }
  .banner-content {
    padding: 50px 0;
  }
  .century-text .banner-content {
    margin-top: 0;
  }
  .consulting .banner-content {
    width: 75%;
    padding: 50px 40px;
  }
  .banner-content h1 {
    line-height: 1;
  }
  .banner-content p {
    padding: 0;
  }
  .content-box h2 span, .content-box h3 span, .content-box h4 span, .content-box h5 span {
    display: inline-block;
  }
  .content-box h2 {
    font-size: 35px;
  }
  .consulting-box h2 {
    font-size: 32px;
  }
  .excel-method .content-box h4 {
    min-height: 105px
  }
  .main-nav a {
    padding: 25px 0px;
    margin: 0 0 0 50px;
    font-size: 17px;
  }
  .agile-transform h4 {
    padding: 0 15px;
    margin: 0;
  }
  .excel-methodology .content-box .discover-more {
    margin-bottom: 30px;
  }
  .footer-content {
    padding-right: 20px;
  }
  .footer-content:last-child {
    padding: inherit;
    border: none;
  }
  .text-content p {
    font-size: 20px;
  }
  .digital-transformations h4 {
    margin: 0;
    min-height: 65px;
  }
  .grey-box h4 {
    min-height: auto;
  }
  .hero-testing-content .banner-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 70px;
  }
  .hero-testing-content .banner-content h1, .hero-testing-content .banner-content p {
    color: #fff;
  }
  .hero-testing-content .banner-content hr:before {
    background-color: #fff;
  }
  .idea-content p span, .text-content p span {
    display: inline;
  }
  .about-box .blue-box {
    min-height: 150px;
  }
  .container-fluid.footer-icons {
    padding: 0;
  }
  .mh-175 p {
    min-height: 202px;
  }
  .mh-300 h2 {
    font-size: 30px;
    display: -ms-grid;
    display: grid;
  }
  .mh-300 p {
    min-height: 435px;
  }
  .mh-340 p {
    min-height: 435px;
  }
  h2.no-border {
    display: -ms-grid;
    display: grid;
  }
  .mh-100 {
    min-height: 90px;
  }
  .cta-banner {
    margin: 100px auto 0;
  }
  .management-team h3 {
    min-height: 65px;
  }
  .methodology-box .blue-box {
    min-height: 130px;
  }
  .methodology-box .grey-box {
    min-height: 130px;
  }
}
@media only screen and (max-width: 992px) {
  .testing-grey:before {
    background: #eaeaea;
  }
}
@media (min-width: 992px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  #header .logo {
    text-align: left;
  }
  #header .container {
    margin: 0 auto;
    padding: 0;
  }
  .mobile-nav-toggle {
    padding: 0;
  }
  .mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -50%;
    width: 50%;
    background: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-nav a {
    display: block;
    position: relative;
    color: #6b6b6b;
    padding: 15px;
    font-weight: 500;
    border-bottom: 1px solid #eaeaea;
  }
  .mobile-nav h5 a {
    border-bottom: none;
  }
  #header .dropdown.megamenu-fw, #header .contact {
    display: inline-block;
    width: 100%;
    position: relative
  }
  .topbar-m {
    display: block;
  }
  #header .topbar-m ul.contact-icons > li > a {
    display: inline-block;
    padding: 15px 0px 15px 15px !important;
  }
  #topbar {
    display: none;
  }
  #topbar .sub-menu a {
    padding: 0 32px 0 0
  }
  .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #fff;
    text-decoration: none;
    background: #003763;
  }
  .mobile-nav .drop-down > span.drop-down-arrow {
    position: absolute;
    right: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    z-index: 999;
    display: block;
    cursor: pointer;
  }
  .mobile-nav .drop-down > span.dropdown-arrow:before {
    content: "";
    background-image: url(../images/ec-icons/icon-sprite-medium.png);
    background-position: -538px 10px;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
  }
  .mobile-nav .active.drop-down > span.dropdown-arrow:before {
    content: "";
    background-image: url(../images/ec-icons/icon-sprite-medium.png);
    background-position: -570px 10px;
  }
  .megamenu-content.megamenu-content-new h5 {
    padding: 0;
  }
  .megamenu-content.megamenu-content-new h5:before {
    display: none;
  }
  #header ul.dropdown-menu.megamenu-content.megamenu-content-new .col-menu {
    padding: 0;
  }
  #header ul.dropdown-menu.megamenu-content.megamenu-content-new .contents .menu-col {
    margin: 0;
  }
  .dropdown-menu {
    border: none;
    background: #f5f5f5 !important;
    border-radius: 0;
    padding: 0 !important;
  }
  .dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .mobile-nav .drop-down:hover > span.dropdown-arrow:before, .mobile-nav .drop-down:focus > span.dropdown-arrow:before {
    color: #fff;
  }
  .mobile-nav .drop-down ul {
    overflow: hidden;
  }
  .mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }
  .mobile-nav-toggle i {
    margin: 20px 24px 0 0;
    color: #003763;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
  }
  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
  }
  .mobile-nav-overlay {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: none;
  }
  .mobile-nav-active .mobile-nav-overlay {
    display: block
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav {
    left: 0;
  }
  .navbar-outer {
    height: 60px;
  }
  .top-menu-right .search-box {
    display: none;
  }
  .mobile-search {
    display: block;
    background: #003763;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-search .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .mobile-search .btn-search {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mobile-search .btn {
    /* font-size: 0rem; */
    top: 0;
    padding: 0 5px !important;
  }
  .banner {
    margin: 60px auto 0;
  }
  .banner-container {
    position: relative;
    max-width: 100%;
  }
  .video-actions {
    position: absolute;
    top: -45px;
    right: 15px;
  }
  .banner-content, .business-text .banner-content {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
  }
  .banner-container h1, .banner-container p {
    color: #003763;
  }
  .consulting .banner-content h1, .consulting .banner-content p {
    color: #003763;
  }
  .consulting .banner-content hr {
    border-top: 3px solid #003763;
  }
  .banner-content {
    padding: 100px 0px
  }
  .banner-content p {
    padding-right: 0;
  }
  .banner-content {
    padding: 30px 15px;
    max-width: 720px;
    margin: 0 auto;
    float: none;
  }
  .century-text .banner-content, .careers-text .banner-content {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .careers-content {
    margin: 30px 0 0;
  }
  .century-text hr:before {
    background: #003763 !important;
  }
  ul li {
    text-align: left;
  }
  .grey-box {
    padding: 0 15px;
  }
  .analytics-box {
    padding: 15px;
  }
  .career-box {
    min-height: 175px;
  }
  .cloud-content .content-box {
    margin-bottom: 30px;
  }
  .cloud-content .content-box:last-child {
    margin-bottom: 0;
  }
  .cta-grey.mb-60 {
    margin-bottom: 60px !important;
  }
  .banner-content.active hr:before, .consulting .banner-content.active hr:before {
    width: 100%;
  }
  .arrow {
    display: none;
  }
  .scheduleFreeConsulting {
    margin: 0;
  }
  .consulting .banner-content {
    width: 100%;
    padding: 30px 15px;
    float: none;
  }
  .content-box .text-left {
    text-align: center !important;
  }
  .content-box {
    padding: 0 15px !important;
  }
  .project .col-lg-2todo5 {
    padding: 0 !important;
  }
  .project .project-box {
    height: auto;
  }
  .careers-content .discover-more {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title-img {
    margin-bottom: 30px;
  }
  .mh-100, .mh-140, .mh-175 p, .mh-300 p, .mh-340 p {
    min-height: auto;
  }
  .mh-340 {
    text-align: center;
  }
  .mh-300 h2, h2.no-border {
    display: block;
  }
  .call-to-action .cta-title {
    font-size: 30px;
  }
  .call-to-action .cta-text {
    font-size: 18px;
  }
  .transformation .content-box:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .transformation .content-box:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .transformation-content {
    display: block;
    text-align: center;
  }
  .transformation-content h2 {
    margin: 30px 0 0;
  }
  .reInvent, .consulting.reInvent {
    height: auto;
    background: transparent;
  }
  .reInvent .arrow-left {
    position: relative;
    padding: 0 0 20px;
    margin: 0;
    display: inline-block;
  }
  .reInvent > div > div > div {
    display: block;
    width: auto;
    text-align: center;
  }
  .reInvent-img {
    display: block !important;
    margin: 30px auto;
    padding: 0 !important;
  }
  .reInvent-img .reInvent-inner {
    padding: 0;
    float: left;
  }
  .reInvent-img .image02 img {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .reInvent-img .image03 img {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .reInvent .content-box .discover-more {
    margin-bottom: 0;
  }
  .consulting .leftSide, .consulting .rightSide {
    padding: 0;
  }
  .consulting .learn-more {
    margin-bottom: 40px;
  }
  .consulting .content-wrapper {
    padding: 0;
  }
  .discover-more {
    font-size: 20px;
  }
  .consulting .content-box .discover-more {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .testing-with-ai .content-box .discover-more {
    margin-bottom: 0;
  }
  .digital-transformations .content-box .discover-more {
    margin-bottom: 40px;
  }
  .getting-ready .content-box .discover-more {
    margin-bottom: 20px;
  }
  .mh-120 {
    min-height: auto;
  }
  .scheduleFreeConsulting {
    padding: 0px 0px 60px;
  }
  .discover-more:before {
    top: 21px;
  }
  .discover-more.download:before {
    top: 17px;
  }
  .discover-more.case-study:before {
    top: 2px;
  }
  .contact-btn .download:before {
    top: 3px;
  }
  .case-study {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .learn-more::before {
    top: 22px
  }
  .cloud-virtualzation .content-box .discover-more {
    margin-bottom: 40px;
  }
  .testing-with-ai .content-box h2, .mh-200 p {
    min-height: auto;
  }
  .flow-way-chart {
    padding-bottom: 30px;
  }
  .consultingpracticearea .content-box h3 {
    min-height: auto;
    font-size: 16px;
    margin-top: 15px;
  }
  .excel-method-agile h3 {
    display: inline-block;
    padding: 40px 25px 20px;
  }
  .excel-method-agile h3.arrow-left:before {
    top: 42px;
  }
  .excel-method-agile h3.arrow-left.exclamation:before {
    top: 38px;
  }
  .consultingpracticearea .mb-30 {
    margin: 0 !important;
  }
  .content-box h2.arrow-left {
    display: inline-block;
    position: relative;
  }
  .agility-top {
    padding: 0px 0 20px 0;
  }
  .agile-transform {
    min-height: 220px;
  }
  .agile-transform h4 {
    padding: 30px;
  }
  .agility-top p {
    font-size: 16px;
  }
  .arrow-left:before {
    left: -35px;
  }
  .content-arrow .arrow-left {
    padding-top: 30px;
  }
  .content-arrow .arrow-left:before {
    display: none;
  }
  .testing-with-ai .content-box {
    margin-bottom: 40px;
  }
  .testing-with-ai .content-box:last-child {
    margin-bottom: 0;
  }
  .cta-wrapper {
    padding: 35px 15px 40px;
  }
  .cta-green .cta-wrapper {
    padding: 20px 15px;
  }
  footer .footer-box {
    display: table
  }
  .footer-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 33%;
  }
  .footer-icons .footer-box {
    width: 50%;
  }
  .text-left, .text-right {
    text-align: center !important
  }
  .footer-content:last-child {
    padding: 0;
    border: none;
  }
  .footer-icons .text-right {
    text-align: right !important
  }
  .footer-box {
    padding: 0
  }
  .job {
    margin-top: 60px !important;
    margin-bottom: 60px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #header ul.dropdown-menu.megamenu-content .col-menu {
    padding: 0
  }
  #header ul.dropdown-menu.megamenu-content .col-menu .menu-col li {
    display: inline-block;
    width: 100%;
    padding: 0px;
  }
  .excel-method .content-box p, .excel-methodology .content-box p, .excel-method .content-box p.padding-20, .excel-methodology .content-box p.padding-20 {
    padding-left: 0;
    padding-right: 0;
  }
  .search-box input[type="text"], .search-box.active input[type="text"] {
    padding-left: 8px;
    height: 28px;
  }
  .search-box .btn-search {
    padding: 0 0 0 5px;
    background: #fff;
  }
  .search-box.active input[type="text"] {
    width: auto;
  }
  .col-lg-2todo5 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .col-lg-1todo8 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .digital-transformations h4 {
    margin: 0;
    min-height: auto;
  }
  .logo-icons {
    margin: 30px 0;
  }
  .logo-icons .mt-60 {
    margin: 30px 0 !important
  }
  .logo-icons .col-lg-2 {
    width: 33.33%;
  }
  .agile-approach {
    width: 60%;
    margin: 0 auto 20px;
  }
  .content.mt0 {
    padding-top: 0
  }
  .mh-165 {
    min-height: auto;
  }
  .mh-210 {
    min-height: auto !important;
  }
  .project-list li {
    text-align: center;
  }
  .project-content .project-box {
    padding: 15px !important
  }
  .table-blue tr td {
    width: 100%;
    display: block;
  }
  .consulting-box {
    margin-bottom: 40px;
  }
  .content-wrapper .row.mb-30 {
    margin-bottom: 0 !important;
  }
  .about-box {
    margin-bottom: 20px;
  }
  .about-box .blue-box {
    min-height: auto;
    margin-bottom: 20px;
  }
  .business-box .content-footer {
    margin-bottom: 40px;
  }
  .content-box h2 span, .content-box h3 span, .content-box h4 span, .content-box h5 span, .content-box p span {
    display: inline;
  }
  .cloud-content h2 span {
    display: block;
  }
  .career-title {
    margin-bottom: 0;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .cta-banner {
    margin: 90px auto 0;
  }
  .management-team h3 {
    min-height: auto;
  }
  .ai-content .col-sm-12.content-box {
    margin-bottom: 40px;
  }
  .content-box .benefits-box-arrow:first-child {
    padding-left: 0;
  }
  .content-box .benefits-box-arrow:last-child {
    padding-right: 0;
  }
  .technology-solution-box h4 {
    min-height: auto;
  }
  .contact-btn {
    margin: 20px 0;
  }
  .content {
    padding-bottom: 30px !important;
  }
  .rp-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .rp-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .rpb-20 {
    padding-bottom: 20px;
  }
  .rpb-40 {
    padding-bottom: 40px;
  }
  .hero-content-white h1, .hero-content-white p {
    color: #003763 !important;
  }
  .hero-content-white .banner-content hr:before {
    background: #003763 !important;
  }
  /* .transform-box h2 span {
	display: block;
} */
  .mt-60-0 {
    margin-top: 0 !important;
  }
  .consulting-box .consult-footer {
    text-align: center;
  }
  .content-box-wrapper .content-box {
    margin-bottom: 40px;
  }
  .content-box-wrapper .content-box:last-child {
    margin-bottom: 0;
  }
  .footer-icons {
    margin-top: 20px;
  }
  .footer-icons .footer-box:first-child {
    padding: 30px 0 15px 0;
  }
  .footer-icons .footer-box:last-child {
    padding: 15px 0 5px 0;
  }
  .search-box {
    margin-right: 0 !important;
  }
  .btn-search, .input-group > .custom-select.input-search:not(:last-child), .input-group > .form-control.input-search:not(:last-child) {
    height: auto !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width:640px) {
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .consulting .content-wrapper {
    padding: 0 15px;
  }
  #header .container {
    padding: 0 15px;
  }
  .agile-transform {
    min-height: 370px;
    max-width: 370px;
    margin: 0 auto;
  }
  .banner {
    margin: 60px auto 0;
  }
  .banner-content h1 {
    font-size: 38px;
  }
  .banner-content p {
    padding-right: 0;
  }
  .footer-icons .footer-box {
    width: 100%;
    text-align: center !important;
  }
  .reInvent > div > div > div {
    display: block;
    width: 100%;
    text-align: center;
  }
  .banner-content {
    width: 100%;
    text-align: center;
    padding: 30px 15px;
  }
  .banner-content hr {
    margin: 0;
  }
  .leftSide, .rightSide {
    display: block;
  }
  .reInvent .arrow-left {
    padding-left: 0;
    display: -ms-inline-grid;
    display: inline-grid;
  }
  .reInvent .arrow-left::before {
    left: auto;
  }
  .reInvent {
    background: transparent;
    height: auto;
  }
  .footer-icons .text-right {
    text-align: center !important
  }
  h2.arrow-left:before, h3.arrow-left:before {
    display: none;
  }
  .content-box p {
    text-align: center;
  }
  .idea-content {
    padding-bottom: 30px !important;
  }
  .text-content {
    padding: 30px 0 10px;
  }
  .text-content p.bordered {
    padding-bottom: 20px;
  }
  .agile-approach {
    width: 100%;
  }
  .cta-banner {
    margin: 90px auto 0;
  }
  .testing-box p {
    text-align: left;
  }
  .rp-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .rp-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 574px) {
  .job {
    margin-top: 30px !important;
    margin-bottom: 30px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .career-reasons .blue-box {
    height: calc(100% - 0px);
  }
  .banner-content h1 {
    font-size: 30px;
  }
  .footer-content {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .schedule-btn {
    font-size: 30px;
    padding: 15px;
  }
  .col-lg-2todo5 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center
  }
  .col-lg-1todo8 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center
  }
  .tool-box .col-lg-2todo5 {
    max-width: 50%;
  }
  .idea-content {
    margin: 60px 0 0;
    text-align: center;
  }
  .blue-box {
    min-height: auto;
    margin-bottom: 30px;
  }
  .mobile-nav-toggle i {
    margin: 20px 15px 0 0;
  }
  .careers-content .grey-box p {
    text-align: left;
  }
  .stepper-row span {
    max-width: 35%;
  }
}
@media only screen and (max-width: 414px) {
  #topbar .sub-menu a {
    padding: 0 10px 0 0;
  }
  .top-menu {
    padding: 4px 0;
  }
  .mobile-nav {
    left: -78%;
    width: 75%;
  }
  /* .banner-content {
	padding: 15px 0 0;
 } 
.banner-bg {
	height: 225px;
} */
  .career-box {
    min-height: auto;
  }
  .consulting-box {
    margin-bottom: 0;
  }
  .consulting-box .consult-footer {
    text-align: center;
  }
  .content-box {
    padding: 0 15px 15px 15px !important;
  }
  .content-box.pb-zero {
    padding-bottom: 0 !important;
  }
  .methodology-box .blue-box {
    min-height: 90px;
  }
  .methodology-box .grey-box {
    min-height: 90px;
  }
  .rpa-box .blue-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .indv-page .team-icon {
    position: absolute;
    right: 25px;
    z-index: 1;
  }
  .cloud-content h4 {
    min-height: auto;
  }
  .rp-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rp-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .rpb-0 {
    padding-bottom: 0 !important;
  }
  .mb-30 {
    margin-bottom: 0 !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .digital-transformations .content-box .discover-more {
    margin-bottom: 20px;
  }
  .row .data-box:last-child {
    margin-bottom: 0;
  }
  .ai-content .col-sm-12.content-box:not(:last-child) {
    margin-bottom: 40px;
  }
  .mission-box .blue-box {
    height: calc(100% - 0px);
    min-height: auto;
  }
  .content-align .blue-box {
    height: calc(100% - 20px);
  }
}
canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0px;
}
.text {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #e34234;
  max-width: 90%;
  padding: 2em 3em;
  background: rgba(0, 0, 0, 0.4);
  text-shadow: 0px 0px 2px #131415;
  font-family: 'Open Sans', sans-serif;
}
/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
.vertical-centered-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  z-index: 9999;
}
.vertical-centered-box:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.vertical-centered-box .vertical-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 55, 99, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 55, 99, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #003763, rgba(0, 55, 99, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}
.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 55, 99, 0.75);
  box-shadow: inset 0 0 0 1px rgba(0, 55, 99, 0.75);
}
lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[not-existing] {
  zoom: 1;
}
/*--------------------------------------------------------------
# Blogs & News
--------------------------------------------------------------*/
.resources {
  margin-top: 150px;
}
.blog-item {
  margin-bottom: 30px;
}
.news-list {
  margin-bottom: 60px;
}
.bg-blog, .bg-news {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #eaeaea;
}
.blog-item h2, .blog-item h3, .blog-item h4, .news-list h2, .news-list h3, .news-list h4 {
  font-size: 40px;
  color: #003763;
  font-weight: 500;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1.1;
}
.blog-item h3, .blog-item h4, .news-list h3, .news-list h4 {
  margin-bottom: 15px;
}
.blog-item ul li, .news-list ul li {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.blog-item h4, .news-list h4 {
  font-size: 18px;
}
.blog-item .page-meta {
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-item .blog-thumb h4 {
  color: #003763;
  font-size: 18px;
  margin: 15px 0 30px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-item .blog-thumb a.social {
  width: 30px;
  height: 30px;
  background: #cdcdcd;
  display: inline-block;
  text-align: center
}
.blog-item .blog-thumb a.social i {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.blog-item .blog-thumb a:hover.social {
  background: #1a84bc;
}
.blog-item .blog-thumb h4 small {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.blog-item .blog-thumb p {
  font-size: 16px;
  text-align: left
}
.blog-item p, .news-list p {
  font-size: 18px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.3;
  margin: 0 0 15px 0;
  padding: 0;
}
.blog-item .img-round {
  border-radius: 50%;
}
.blog-item .blog-date, .news-list .news-date {
  color: #4a4a4a;
  font-size: 18px;
  padding: 0;
  margin: 0 0 15px 0;
}
.news-list .news-item {
  background: #003763;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-item .news-month, .news-day, .news-year {
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
}
.news-item .news-month {
  margin-bottom: 0px;
  font-size: 18px;
  letter-spacing: 5px;
  margin-right: -5px;
}
.news-day {
  font-size: 60px;
}
.news-year {
  margin-top: 0px;
  font-size: 16px;
  letter-spacing: 5px;
  margin-right: -5px;
}
.blog-item .blog-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-item .btn-primary, .news-list .btn-primary {
  border-color: #8ac53e;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  min-width: 150px;
  background: #8ac53e;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  border: 0;
}
.blog-item .btn-primary:hover, .blog-item .btn-primary:not(:disabled):not(.disabled):active {
  background: #7db436;
  border: 0;
}
.news-list .btn-primary:hover, .news-list .btn-primary:not(:disabled):not(.disabled):active {
  background: #7db436;
  border: 0;
}
.blog-item i, .news-list a.btn-primary i {
  margin-left: 5px;
}
.blog-nav {
  margin-bottom: 30px;
}
.blog-nav h2 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 40px;
  color: #003763;
}
.news-nav .btn-lg {
  margin: 0;
  padding: 0;
  font-size: 40px;
  color: #003763;
  font-weight: 500;
  background: none;
  border: 0;
}
.news-nav .btn-lg:hover, .news-nav .btn-group.show .dropdown-toggle {
  opacity: 0.8
}
.news-nav .dropdown-toggle::after {
  display: inline-block;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  height: 24px;
  width: 24px;
  border-style: solid;
  border-width: 0px 3px 3px 0px;
  transform: rotate(45deg);
  top: 2px;
  position: relative;
}
.news-nav .btn-group > .btn:focus {
  box-shadow: none;
}
.news-nav .dropdown-menu {
  width: 100%;
}
.news-nav .dropdown-item {
  font-weight: 400;
  font-size: 18px;
  color: #9b9b9b;
}
.news-nav .dropdown-item:focus, .news-nav .dropdown-item:hover, .news-nav .dropdown-item.active, .news-nav .dropdown-item:active {
  color: #003763;
  background: none;
}
.news-nav h2 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  color: #003763;
  font-weight: 500;
}
.news-nav ul {
  margin: 0;
  padding: 0;
}
.news-nav ul li {
  margin-left: 30px;
  display: inline-block;
  list-style-type: none;
}
.news-nav ul li a {
  font-size: 16px;
  color: #9b9b9b;
}
.news-nav ul li a:hover {
  color: #003e75;
}
.blog-entries {
  overflow: hidden
}
.blog-nav .btn-primary, .blog-page .btn-primary {
  font-size: 14px;
  padding: 6px 15px;
  border: 1px solid #003e75;
  background: #003e75;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
}
.blog-nav .btn-primary i {
  margin-left: 2px;
}
.blog-nav .dropdown-toggle::after {
  display: none;
}
.blog-nav .show > .btn-primary.dropdown-toggle, .blog-nav .btn-primary:not(:disabled):not(.disabled):active {
  color: #003e75;
  background-color: #fff;
  border-color: #003e75;
}
.blog-nav .btn-primary:focus, .blog-nav .show > .btn-primary.dropdown-toggle:focus, .blog-nav .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-nav .dropdown-menu {
  overflow: auto;
  max-height: 295px;
}
.blog-nav .dropdown-item:focus, .blog-nav .dropdown-item:hover {
  color: #ffffff;
  background-color: #003763;
}
.blog-nav .dropdown-menu > .dropdown-item {
  padding: 6px 15px;
  font-size: 14px;
}
.blog-page {
  margin: 30px 0 0px 0;
}
.blog-page .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-page ul.pagination {
  margin: 0;
  padding: 0;
}
.blog-page .pagination li {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.blog-page .pagination li.active a, .blog-page .pagination li.active a:hover {
  color: #ffffff;
  background-color: #003763;
  border-color: #003763;
}
.blog-page .pagination li a {
  padding: 6px 14px;
  margin: 0 7px;
  border-radius: 0px !important;
  border: 2px solid #fff;
  color: #003763;
  cursor: pointer;
}
.blog-page .pagination li a:hover {
  border: 2px solid #8ac53e;
  color: #8ac53e;
  background: none;
}
#HCB_comment_box {
  width: 100%;
}
.blog-item .blog-thumb ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.blog-item .blog-thumb ul li {
  padding: 1rem !important;
  border-bottom: 1px solid #fff;
}
.blog-item .blog-thumb ul li:last-child {
  border-bottom: 0px solid #fff;
}
.blog-item .blog-thumb ul li h4 {
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: capitalize;
  font-weight: 500;
}
.blog-item .blog-thumb ul li p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.blog-item .blog-thumb ul li .label {
  padding: .2em .6em;
  border-radius: 10rem;
  background: #4a4a4a;
  color: #fff;
  font-size: 14px;
}
.blog-item .discover-more, .news-list .discover-more {
  margin-top: -15px;
}
.blog-item .blog-thumb.flex-0 {
  display: block;
}
.small-news h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.blog-item .blog-thumb .discover-more {
  margin-top: 0px;
  margin-bottom: 15px;
}
.small-news ul {
  margin: 0;
  padding: 0;
}
.small-news ul li {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.small-news ul li:last-child {
  margin-bottom: 0;
}
.small-news ul li a h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.small-news ul li a p {
  color: #707070;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}
.img-pull-left {
  width: 570px;
  margin: 0 30px 30px 0;
  float: left;
}
.blog-item h3, .news-list h3 {
  font-size: 28px;
}
/*.ai-approach .row:not(:last-child) .col-lg-2 {
    border-top-width: 0;
}
.ai-approach .col-lg-2:not(:last-child) {
    border-right-width: 0;
}*/
@media only screen and (min-width: 992px) {
  .ai-approach h4 {
    padding: 0;
    min-height: 50px;
  }
  .ai-approach .row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .ai-approach .row:last-child {
    border-bottom-width: 0px;
  }
  .ai-approach .col-lg-2:first-child {
    border-left-width: 0px;
  }
  .ai-approach .col-lg-2 {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 375px) {
  #topbar .sub-menu a {
    padding: 0 5px 0 0;
  }
  #topbar .social-links ul {
    margin: 0;
  }
  #topbar .social-links a {
    margin-left: 0px;
  }
  .blog-page .pagination li a {
    padding: 6px 6px;
  }
  .blog-page {
    margin: 20px 0 30px 0;
  }
  .scheduleFreeConsulting {
    padding: 0px 0px 30px;
  }
  .resources {
    margin-top: 115px;
  }
  .blog-item .blog-thumb {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-page .pagination li a {
    padding: 6px 6px;
  }
  .blog-page {
    margin: 20px 0 30px 0;
  }
  .scheduleFreeConsulting {
    padding: 0px 15px 30px;
  }
  .resources {
    margin-top: 115px;
  }
  .blog-item .blog-thumb {
    margin-bottom: 15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #topbar .social-links ul {
    margin: 5px 0 0;
  }
  .box {
    margin: 3px 4px 0 0;
  }
}
.blue-box a {
  color: #fff;
}
.blue-box a:hover {
  outline: none;
  text-decoration: none;
  color: #82bc00;
}
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-box {
  margin-right: 4px;
  margin-top: 1px;
}
.btn-search, .input-group > .custom-select.input-search:not(:last-child) {
  height: 18px;
  font-size: 12px;
  padding: 0 4px 0 4px;
  background: transparent;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
  top: 4px;
}
.input-group > .form-control.input-search:not(:last-child) {
  height: 18px;
  font-size: 14px;
  padding: 0 5px 0 8px;
  background: transparent;
  border: 0px solid #fff;
  color: #fff;
  border-radius: 10px;
  width: 18px;
}
.input-group > .form-control.input-search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.input-group > .form-control.input-search:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.75);
}
.input-group > .form-control.input-search::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.75);
}
.input-group > .form-control.input-search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.searchDropdown {
  position: relative;
}
.searchDropdown input[type=text] {
  width: 20px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.searchDropdown input[type=text]:focus {
  width: 400px;
}
#form-search {
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
}
#search-results {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  max-height: 490px;
  overflow: auto;
}
#search-results h4 {
  font-size: 14px;
  color: #fff;
  background: #003763;
  padding: 10px;
}
#search-results p {
  padding: 10px;
  color: #4a4a4a;
}
#search-results div > h5 {
  font-size: 18px;
}
#search-results div {
  padding: 15px 0px;
  margin: 0 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#search-results div:nth-child(2) {
  border-top: 0px solid rgba(0, 0, 0, 0.25);
}
#search-results div > a {
  font-size: 14px;
  color: #9b9b9b;
  margin-top: 8px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#search-results div > a:hover {
  color: #003763;
  padding-left: 5px;
}
.searchDropdown input[type=text] {
  visibility: hidden;
}
.page-found {
  margin-bottom: 15px;
}
#search-results div > a.link-block.active {
  color: #003763;
  padding-left: 5px;
}
/*--------------------------------------------------------------
# Microsites
--------------------------------------------------------------*/
.microsite-cta .schedule-btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 40px;
  padding: 30px;
}
.microsite-cta .schedule-btn.purple {
  background: url(../images/pattern3.jpg) repeat-x bottom;
}
.microsite-banner-text {
  padding: 60px 0;
}
.bss-box p.blue-box {
  display: flex;
  align-items: center;
  min-height: 130px !important;
  justify-content: center;
}
.bss-box p.grey-box {
  height: calc(100% - 135px);
}
.galaxy-component {
  background: #d8d8d8;
  padding: 30px;
  margin-bottom: 40px;
}
.galaxy-component .blue-box {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  height: calc(100% - 90px);
}
.navbar-outer .logo.galaxy a {
  height: 45px;
  line-height: 45px;
  padding: 0px 0px 0px 55px;
  display: inline-block;
  background: url(../images/galaxy-logo-thumb.png) no-repeat left center;
  font-size: 28px;
  font-weight: 500;
}
.galaxy-logo {
  height: 45px;
  line-height: 45px;
  padding: 0px 0px 0px 55px;
  display: inline-block;
  background: url(../images/galaxy-logo-thumb.png) no-repeat left center;
  font-size: 28px;
  color: #003763;
  font-weight: 500;
  margin-bottom: 20px;
}
.galaxy-logo span {
  font-weight: 700;
}
.scheduleFreeConsulting a:hover, .scheduleFreeConsulting a:active, .scheduleFreeConsulting a:focus {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .microsite-banner .banner-content h1 img {
    display: none;
  }
  .microsite-cta .schedule-btn {
    font-size: 24px;
  }
  .microsite-cta .content-box {
    padding-bottom: 15px !important;
  }
  .microsite-banner .banner-content hr:before {
    background: #003763 !important;
  }
  .microsite-cta .schedule-btn {
    padding: 20px;
  }
  .microsite-cta .schedule-btn span {
    font-size: 16px;
  }
  .microsite-box-wrapper .grey-box {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .microsite-box-wrapper.box-small .grey-box {
    height: calc(100% - 20px);
    min-height: 350px;
  }
  .microsite-banner-text {
    padding: 0 0 30px 0;
  }
  .galaxy-component .row:last-child .content-box {
    margin-bottom: 20px;
  }
  .galaxy-component .row:last-child .content-box:last-child {
    margin-bottom: 0;
  }
  .copycat {
    padding: 15px 0;
  }
  .footer-box .fb-link, .footer-box .in-link, .footer-box .tw-link {
    padding: 15px 5px;
  }
}
.galaxy-hero h1 {
  color: #2ef7fd !important;
}
.galaxy-hero .banner-content.active hr:before {
  background: #2ef7fd !important;
}
.galaxy-hero p {
  color: #f12c9a !important
}
.search-url {
  word-break: break-all;
}
.results {
  padding: 30px 0;
}
/* DIGITAL MARKETPLACE */
.banner.banner-g7, .banner.banner-5g, .banner.banner-digital-portal {
  margin: 0 auto;
}
.banner.banner-g7 .banner-content {
  width: 35%;
  padding-top: 100px;
}
.banner.banner-5g .banner-content {
  width: 100%;
  align-items: center;
}
.banner.banner-digital-portal .banner-content {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}
.banner.banner-5g .banner-content h1 {
  color: #fff;
}
.banner.banner-g7 .banner-content h2 {
  color: #003763;
  margin-bottom: 5px;
  font-size: 24px;
  text-transform: uppercase;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  font-weight: 500;
}
.banner.banner-g7 .banner-content h1 {
  color: #0BFFFF;
  font-size: 42px;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.intro-text-blue p {
  font-size: 28px;
  font-weight: 500;
  color: #003763;
  text-align: center;
  line-height: 1.35em;
}
.dm-card .content-box h2 {
  font-size: 24px;
}
.dm-card .green-text {
  color: #80BC41;
}
.dm-content-box.content-box.green h2 {
  color: #80BC41;
}
.onboard-video-section {
  background-color: #EAEAEA;
  max-width: 1920px;
  padding-top: 60px;
}
.icon-box {
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  width: 95%;
  padding: 10px 20px;
  margin: 0 auto;
  min-height: 125px;
}
.icon-box p {
  margin-top: 5px;
  font-size: 14px;
  color: #003763;
}
.call-to-action.cta-grey.cta-dmp .cta-text {
  color: #4a494a;
}
.logo-btn {
  width: 284px;
  margin: 0 auto;
}
.onboard-video-section iframe {
  border-radius: 35px;
}
.dmp-lifecycle-section img {
  margin: 0 auto;
}
.headerBackground {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 174px;
  width: 1040px;
  margin: 0 auto;
  border-radius: 50px;
  background: url('../images/header-bg.png');
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.headerBackground span {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
}
@media only screen and (max-width: 768px) {
  .banner.banner-digital-portal {
    padding-top: 0 !important;
    margin-top: -1px;
  }
  .banner.banner-g7 {
    display: flex;
    flex-direction: column;
  }
  .banner.banner-g7 .banner-container{
    order: -1;
  }
  .banner.banner-5g .banner-container {
    position: absolute;
  }
  .banner.banner-g7 .banner-content {
    width: 100%;
    padding-top: 0;
  }
  .content.intro-text-blue {
    padding: 0 0 30px;
  }
  .intro-text-blue p {
    font-size: 18px;
  }
  .cta-dmp {
    margin-bottom: 40px;
  }
  .icon-box {
    margin-bottom: 10px;
  }
  .headerBackground {
    width: 100%;
    border-radius: 20px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .headerBackground span {
    font-size: 30px;
    line-height: 1.25em;
    margin-top: 5px;
  }
  .dm-video {
    width: 100%;
  }
}

#header .dropdown.megamenu-fw.min-menu {
	position: relative;
}

#header .dropdown.megamenu-fw.min-menu:first-child .dropdown-menu {
	left: 0;
	right: initial;
}

#header .dropdown.megamenu-fw.min-menu .dropdown-menu {
	left: 50px;
	right: initial;
}

.blue-block h2 {
    background-color: #003763;
    display: inline-block;
    color: #fff;
    padding: 1rem 1.5rem;
}