body {
  background-color: #384952;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #42555f;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

h4 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #42555f;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(56, 73, 82, .9);
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #919090;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

a {
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.button {
  display: inline-block;
  margin-top: 40px;
  padding: 20px 60px;
  background-color: #ef7330;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #ed641a;
}

.button.learn-more {
  margin-top: 28px;
  padding: 14px 40px;
  font-size: 12px;
  font-weight: 700;
}

.new-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
  background-color: rgba(56, 73, 82, .9);
}

.nav-item {
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.nav-item:hover {
  color: #ef7330;
}

.nav-item:focus {
  color: #ef7330;
}

.nav-item.w--current {
  color: #ef7330;
}

.nav-item.services {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.nav-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero-slider {
  padding: 0px;
  border-left: 1px solid #000;
  background-image: url('../images/home_banner.jpg');
  background-size: cover;
}

.main-slide {
  height: 960px;
  padding-bottom: 0px;
}

.hero-copy {
  height: 200px;
  margin-top: 201px;
}

.hero-heading {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 161px;
  padding-left: 161px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

.hero-heading.onwhite {
  color: #384952;
  line-height: 42px;
}

.first-slide {
  margin-top: 320px;
}

.text-and-button {
  margin-top: 0px;
  text-align: center;
}

.brainpower {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #384952;
  background-image: url('../images/brainpower.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.brainpower.software {
  background-image: url('../images/mobile_dev.jpg');
}

.brainpower._15years {
  background-image: url('../images/about_us.jpg');
  background-position: 50% 50%;
}

.phrase {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 81px;
  padding-left: 81px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.top-message {
  text-align: center;
}

.client-logos {
  padding: 120px 80px;
  background-color: #fff;
}

.here-slide-2 {
  background-image: url('../images/hollywood.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.second-slide {
  margin-top: 370px;
}

.services {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #fff;
}

.service-offer {
  padding: 60px 0px;
  text-align: center;
}

.second-service-row {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.services-third-row {
  padding-top: 0px;
  padding-bottom: 0px;
}

.services-first-row {
  padding-top: 0px;
  padding-bottom: 0px;
}

.blog-section {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fafafa;
}

.blog-entry {
  padding-right: 24px;
  padding-left: 24px;
}

.date-and-author {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
}

.blog {
  color: #666;
  text-align: left;
}

._3-blog-entries {
  padding-top: 180px;
  padding-bottom: 180px;
}

.blog-entries-section {
  margin: 60px 0px 0px;
}

.orange-quote {
  background-color: rgba(239, 115, 48, .9);
}

.on-white {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(56, 73, 82, .9);
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

.services-contained {
  padding-top: 180px;
  padding-bottom: 180px;
}

.contact-details {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url('../images/home_contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.contact-form {
  padding: 0px 161px;
}

.the-css-contact-form {
  padding-top: 0px;
  padding-bottom: 0px;
}

.form-field-name {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
}

.form-field {
  padding-top: 24px;
  padding-bottom: 24px;
  border-width: 0px;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, .8);
  font-family: 'Open Sans', sans-serif;
}

.form-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: rgba(239, 115, 48, .9);
  background-color: #fff;
}

.address {
  margin-bottom: 18px;
  color: #999;
  line-height: 30px;
  text-align: left;
}

.footer-one {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fff;
}

.footer-links {
  color: #ccc;
  line-height: 30px;
  text-align: left;
}

.footer-links:hover {
  text-decoration: none;
}

.footer-link {
  color: #999;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(239, 115, 48, .9);
}

.third-slide {
  margin-top: 370px;
}

.hero-slide-3 {
  background-image: url('../images/girlscouts.jpg');
  background-size: cover;
}

.posted {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.post-and-comment {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
}

.posted-link {
  color: #ef7330;
}

.posted-link:hover {
  color: #ef7330;
}

.contact-us-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}

.footer-bottom {
  background-color: #384952;
}

.copyright {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 6px;
  font-family: 'Open Sans', sans-serif;
  color: #ccc;
  font-size: 12px;
  text-align: left;
}

.bottom-footer-container {
  padding-top: 90px;
  padding-bottom: 90px;
}

.social-icon {
  text-align: center;
}

.microsoft-partner-logo {
  margin-left: -4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.phone-and-email {
  padding-top: 0px;
  padding-bottom: 0px;
}

.email-icon {
  display: block;
  margin-top: 0px;
}

.phone {
  padding-top: 16px;
}

.email {
  margin-top: 40px;
}

.phone-email-social-and-badge {
  margin-top: 120px;
}

.microsoft {
  text-align: right;
}

.footer-email {
  display: block;
  margin-top: -35px;
  margin-bottom: -32px;
  padding-left: 67px;
  color: #999;
}

.footer-email:hover {
  color: rgba(239, 115, 48, .9);
}

.footer-phone {
  padding-top: 0px;
  padding-left: 18px;
  color: #999;
}

.footer-phone:hover {
  color: rgba(239, 115, 48, .9);
}

.footer-email-icon {
  margin-top: 0px;
}

.dropdown-arrow {
  color: #fff;
}

.dropdown-arrow:hover {
  color: #ef7330;
}

.services-dropdown {
  padding-right: 14px;
  padding-left: 14px;
  text-align: center;
}

.services-dropdown.w--open {
  padding-left: 14px;
}

.dropdown-link {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.dropdown-link:hover {
  color: #ef7330;
}

.dropdown-link.w--current {
  color: #ef7330;
}

.dropdown-menu.w--open {
  margin-top: 30px;
  padding: 6px 14px 14px;
  background-color: rgba(56, 73, 82, .9);
  color: #fff;
}

.orange-strip {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #ef7330;
}

.howweengagehero {
  height: auto;
  margin-top: 120px;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: none;
}

.inner-page-hero-paragraph {
  margin-top: 24px;
  padding-right: 137px;
  padding-left: 137px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.inner-page-hero-paragraph.casestudytop {
  margin-top: 10px;
}

.howweengageheroblock {
  text-align: center;
}

.engagement-columns {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #f7f7f7;
}

.technologiesherosection {
  height: auto;
  margin-top: 120px;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url('../images/prototyping.jpg');
  background-position: 0% 25%;
  background-size: cover;
}

.technologiesheroblock {
  text-align: center;
}

.technologieslist {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fff;
  color: #fff;
}

.technologyrow {
  margin-bottom: 90px;
}

.technologytitle {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(56, 73, 82, .9);
  font-size: 30px;
  font-weight: 300;
  text-align: left;
}

.technologydescription {
  padding-right: 81px;
  padding-left: 0px;
  text-align: left;
  color: #42555f;
}

.technologylogocolumn {
  padding-top: 10px;
  padding-right: 91px;
  padding-left: 12px;
  text-align: left;
}

.bigtechlogo {
  padding-right: 12px;
  padding-left: 12px;
}

.aboutusherosection {
  height: auto;
  margin-top: 120px;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url('../images/office.jpg');
  background-position: 0% 39%;
  background-size: cover;
}

.aboutusheroblock {
  text-align: center;
}

.aboutusherocontainer {
  margin-top: 0px;
}

.aboutustext {
  margin-top: 120px;
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: rgba(56, 73, 82, .49);
  background-image: url('../images/about_us.jpg');
  background-position: 43% 0%;
  background-size: cover;
}

.aboutusparagraph {
  margin-top: 42px;
  padding-right: 140px;
  padding-left: 140px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.aboutusbulletpoints {
  margin-top: 43px;
  padding: 0px 140px 0px 160px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  list-style-type: square;
}

.aboutuslistitem {
  margin-top: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.cssname {
  color: #ef7330;
  font-weight: 700;
}

.contactussection {
  height: 700px;
  padding-top: 250px;
  background-image: url('../images/office.jpg');
  background-size: cover;
}

.contactusheroblock {
  text-align: center;
}

.contactuspagehero {
  height: auto;
  margin-top: 120px;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url('../images/contactus.jpg');
  background-position: 0% 99%;
  background-size: cover;
}

.engagementitem {
  margin-bottom: 120px;
  padding-right: 160px;
  padding-bottom: 0px;
  padding-left: 160px;
  text-align: center;
}

.engagementitem.last {
  margin-bottom: 0px;
}

.services-hero-section {
  margin-top: 120px;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url('../images/native_apps.jpg');
  background-position: -82% 13%;
  background-size: cover;
}

.process-hero-section {
  margin-top: 120px;
  padding-top: 180px;
  padding-bottom: 180px;
/*  background-image: url('../images/native_apps.jpg');*/
  background-position: -82% 13%;
  background-size: cover;
}


.services-hero-section.csd {
  background-image: url('../images/soft_dev.jpg');
}

.services-hero-section.dd {
  background-image: url('../images/database_dev.jpg');
  background-position: -82% 70%;
}

.services-hero-section.wd {
  background-image: url('../images/web_dev.jpg');
  background-position: -82% 53%;
}

.services-hero-section.vs {
  background-image: url('../images/WowzaVideoStreaming.jpg');
  background-size: cover;
}

.servicesherodivblock {
  text-align: center;
}

.nativeapps {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #f7f7f7;
}

.responsivedesign {
  padding-top: 180px;
  padding-bottom: 180px;
}

.services-page-item-description {
  margin-top: 30px;
  padding-right: 141px;
  padding-left: 141px;
  color: white; /*#919090; #ccc;*/
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.team-augmentation {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url('../images/team_agumentation.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.projectdevelopment {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url('../images/project_dev.jpg');
  background-size: cover;
}

.technologysoftwareconsulting {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url('../images/technology_consulting_3.jpg');
  background-position: 50% 86%;
  background-size: cover;
}

.csd-herodivblock {
  text-align: center;
}

.strategic-consultation {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #f5f5f5;
  color: #fff;
}

.enterprise-development {
  padding-top: 180px;
  padding-bottom: 180px;
}

.ux-design {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: none;
}

.development {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fff;
}

.development.video {
  background-color: transparent;
}

.launch-and-support {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: none;
}

.roll-out {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: none;
}

.wowza-video-streaming {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fff;
  background-image: none;
}

.servicespagedescriptiononwhite {
  margin-top: 30px;
  padding-right: 141px;
  padding-left: 141px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #42555f;
}

.processpagedescriptiononwhite {
  margin-top: 30px;
  padding-right: 141px;
  padding-left: 141px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: white;
}


.databasedevelopment {
  padding-top: 180px;
  padding-bottom: 180px;
}

.caseheader {
  margin-top: 120px;
  margin-bottom: 0px;
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #384952;
  background-image: url('../images/mobile_dev.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.casestudyintro {
  text-align: center;
}

.casestudysubtitle {
  padding-top: 180px;
  padding-bottom: 180px;
}

.casestudyscreenshot1 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #384952;
}

.rightscreenshotparagraph {
  margin-top: 30px;
  padding-right: 0px;
  color: #ccc;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.casestudydescription {
  margin-top: 40px;
  padding-right: 128px;
  padding-left: 128px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.screenshotheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-align: left;
}

.screenshotdescription {
  padding: 0px;
}

.casestudy {
  margin-top: 0px;
  text-align: center;
}

.productlink {
  color: #ef7330;
}

.roi {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url('../images/mobile_dev.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.metrics {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ef7330;
}

.metric {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 72px;
  font-weight: 300;
  text-align: center;
}

.metricdescription {
  margin-top: 30px;
  padding-top: 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.studycasescreenshot2 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #f5f5f5;
}

.exsummary {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #384952;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-align: left;
}

.summary {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fff;
  color: #fff;
}

.leftcolumn {
  padding-right: 30px;
}

.rightcolumn {
  padding-left: 30px;
}

.summarylist {
  margin-top: 30px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.roidescription {
  margin-top: 30px;
  padding-right: 160px;
  padding-left: 160px;
  color: #ccc;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.roiheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 160px;
  padding-left: 160px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

.clientquote {
  padding-top: 120px;
  padding-bottom: 120px;
}

.clientcomment {
  padding-right: 143px;
  padding-left: 143px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.clientnameandtitle {
  margin-top: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.companyname {
  font-weight: 300;
}

.summarytext {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.projectscreenshot {
  display: block;
  float: left;
}

.centeredscreenshot {
  padding-top: 180px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.centeredscreenshotsection {
  text-align: center;
}

.centeredscreenshotheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #384952;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

.centeredscreenshotparagraph {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-right: 160px;
  padding-bottom: 0px;
  padding-left: 160px;
  color: #666;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.centeredscreenshotbig {
  padding-right: 40px;
  padding-left: 40px;
}

.windowsphonescreenshot {
  margin-left: 60px;
  padding-right: 0px;
  padding-left: 0px;
}

.quoteandaction {
  text-align: center;
}

.servicescasestudy {
  background-color: #ef7330;
}

.servicesforclient {
  text-align: center;
}

.serviceiconssection {
  padding-top: 120px;
  padding-bottom: 120px;
}

.paragraphonorange {
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.caseserviceheadline {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 30px;
}

.herobold {
  font-weight: 700;
}

.navsocial {
  display: inline;
  margin-top: 18px;
  margin-right: 14px;
  margin-left: 14px;
  float: right;
}

.navsocial.last {
  display: inline;
  margin-right: 0px;
}

.navsocial.first {
  margin-right: 0px;
  padding-left: 24px;
  border-left: 1px solid hsla(0, 0%, 100%, .4);
}

@media (max-width: 991px) {
  .nav-item {
    text-align: center;
  }
  .nav-item.services:focus {
    font-weight: 700;
  }
  .nav-icon {
    background-color: transparent;
    color: #fff;
  }
  .openedmenu.w--open {
    background-color: transparent;
    text-align: left;
  }
  .menutable {
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: rgba(56, 73, 82, .9);
  }
  .main-slide {
    height: 800px;
  }
  .hero-heading {
    margin-top: 0px;
    padding-right: 62px;
    padding-left: 62px;
  }
  .hero-heading.onwhite {
    margin-top: 0px;
  }
  .first-slide {
    margin-top: 260px;
  }
  .blog-entry {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-details {
    background-position: 41% 137%;
  }
  .contact-form {
    padding-right: 62px;
    padding-left: 62px;
  }
  .copyright {
    margin-right: -20px;
    padding-right: 0px;
  }
  .services-dropdown.w--open {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-link {
    text-align: center;
  }
  .dropdown-menu.w--open {
    margin-top: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: rgba(255, 0, 0, 0);
    text-align: center;
  }
  .opened-mobile-menu-drop-down {
    text-align: center;
  }
  .inner-page-hero-paragraph {
    padding-right: 63px;
    padding-left: 63px;
  }
  .technologylogocolumn {
    padding-right: 40px;
  }
  .bigtechlogo {
    padding-right: 34px;
  }
  .aboutusparagraph {
    padding-right: 64px;
    padding-left: 64px;
  }
  .aboutusbulletpoints {
    padding-right: 63px;
    padding-left: 84px;
  }
  .services-hero-section.csd {
    background-position: 50% 50%;
  }
  .services-hero-section.wd {
    background-position: 50% 50%;
  }
  .services-page-item-description {
    padding-right: 62px;
    padding-left: 62px;
  }
  .servicespagedescriptiononwhite {
    padding-right: 63px;
    padding-left: 63px;
  }
  .processpagedescriptiononwhite {
    padding-right: 63px;
    padding-left: 63px;
  }  
  .rightscreenshotparagraph {
    font-size: 14px;
    line-height: 24px;
  }
  .casestudydescription {
    padding-right: 60px;
    padding-left: 60px;
  }
  .screenshotheading {
    line-height: 42px;
    text-align: left;
  }
  .leftcolumn {
    padding-right: 20px;
  }
  .rightcolumn {
    padding-left: 20px;
  }
  .roidescription {
    padding-right: 63px;
    padding-left: 63px;
  }
  .roiheading {
    padding-right: 72px;
    padding-left: 72px;
  }
  .clientcomment {
    padding-right: 60px;
    padding-left: 60px;
  }
  .centeredscreenshotheading {
    line-height: 42px;
  }
  .centeredscreenshotparagraph {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 14px;
    line-height: 24px;
  }
  .centeredscreenshotbig {
    padding-right: 40px;
    padding-left: 40px;
  }
  .windowsphonescreenshot {
    margin-left: 0px;
    padding-top: 30px;
  }
  .caseserviceheadline {
    font-size: 24px;
    line-height: 30px;
  }
  .navsocial {
    margin-right: 32px;
    margin-left: 32px;
    float: none;
  }
  .navsocial.last {
    display: inline-block;
    margin: 24px 14px 14px;
  }
  .navsocial.first {
    margin-right: 14px;
    margin-left: 14px;
    padding-left: 0px;
    border-style: none;
  }
}

@media (max-width: 767px) {
  a {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .hero-heading {
    padding-right: 70px;
    padding-left: 70px;
    font-size: 30px;
    line-height: 36px;
  }
  .hero-heading._2 {
    padding-right: 81px;
    padding-left: 81px;
  }
  .first-slide {
    margin-top: 270px;
  }
  .service-offer {
    padding-right: 60px;
    padding-left: 60px;
  }
  .blog-entry {
    padding: 40px 20px;
  }
  .contact-details {
    background-position: 50% 50%;
  }
  .address {
    margin-bottom: 32px;
    text-align: center;
  }
  .footer-one {
    text-align: center;
  }
  .footer-links {
    text-align: center;
  }
  .copyright {
    margin-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .social-icon {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .social-mobile-footer-link {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .mobile-link-column {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .email-icon {
    display: inline-block;
    margin-top: 20px;
  }
  .phone-and-email-section {
    text-align: center;
  }
  .footer-email {
    margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: center;
  }
  .footer-phone {
    display: block;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .last-footer {
    text-align: center;
  }
  .technologytitle {
    margin-top: 24px;
    text-align: center;
  }
  .technologydescription {
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
	color: #42555f;
  }
  .technologylogocolumn {
    padding-right: 240px;
    padding-left: 240px;
  }
  .bigtechlogo {
    padding-right: 0px;
    padding-left: 0px;
  }
  .aboutusparagraph {
    padding-right: 40px;
    padding-left: 40px;
  }
  .aboutusbulletpoints {
    padding-right: 41px;
    padding-left: 60px;
  }
  .services-hero-section {
    background-position: 50% 50%;
  }
  .servicespagedescriptiononwhite {
    padding-right: 40px;
    padding-left: 40px;
  }
   .processpagedescriptiononwhite {
    padding-right: 40px;
    padding-left: 40px;
  } 
  .rightscreenshotparagraph {
    text-align: center;
  }
  .screenshotheading {
    line-height: 42px;
    text-align: center;
  }
  .screenshotdescription {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .metrics {
    padding-top: 60px;
  }
  .metric {
    margin-top: 60px;
  }
  .leftcolumn {
    padding-right: 20px;
    padding-left: 20px;
  }
  .rightcolumn {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .roidescription {
    padding-right: 20px;
    padding-left: 20px;
  }
  .roiheading {
    padding-right: 40px;
    padding-left: 40px;
  }
  .centeredscreenshotheading {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 42px;
  }
  .centeredscreenshotparagraph {
    padding-right: 20px;
    padding-left: 20px;
  }
  .servicesforclient {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 42px;
    padding-left: 42px;
  }
  .serviceiconssection {
    padding-bottom: 90px;
  }
  .caseserviceheadline {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .navsocial {
    margin-right: 32px;
    margin-left: 32px;
  }
}

@media (max-width: 479px) {
  .button {
    padding: 21px 40px;
  }
  .main-slide {
    height: 600px;
  }
  .hero-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 24px;
  }
  .hero-heading._2 {
    padding-right: 42px;
    padding-left: 42px;
  }
  .first-slide {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .brainpower {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .phrase {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 24px;
  }
  .client-logos {
    padding-right: 10px;
    padding-left: 10px;
  }
  .second-slide {
    margin-top: 234px;
  }
  .service-offer {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._3-blog-entries {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .on-white {
    font-size: 30px;
  }
  .services-contained {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .contact-details {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .contact-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .address {
    margin-bottom: 60px;
  }
  .footer-one {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .third-slide {
    margin-top: 234px;
  }
  .copyright {
    margin-right: 0px;
    padding-right: 26px;
    padding-left: 26px;
    text-align: center;
  }
  .microsoft-partner-logo {
    margin-left: 0px;
    text-align: center;
  }
  .social-mobile-footer-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-arrow {
    margin-right: -20px;
  }
  .left-mobile-arrow {
    margin-left: -20px;
  }
  .footer-email {
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-phone {
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 0px;
  }
  .inner-page-hero-paragraph {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .technologylogocolumn {
    padding-right: 115px;
    padding-left: 115px;
  }
  .aboutusparagraph {
    padding-right: 20px;
    padding-left: 20px;
  }
  .aboutusbulletpoints {
    padding-right: 20px;
    padding-left: 40px;
  }
  .services-page-item-description {
    padding-right: 11px;
    padding-left: 11px;
  }
  .servicespagedescriptiononwhite {
    padding-right: 20px;
    padding-left: 20px;
  }
   .processpagedescriptiononwhite {
    padding-right: 20px;
    padding-left: 20px;
  }
  .casestudydescription {
    padding-right: 19px;
    padding-left: 19px;
    font-size: 24px;
    line-height: 30px;
  }
  .screenshotdescription {
    padding-right: 20px;
    padding-left: 20px;
  }
  .exsummary {
    line-height: 42px;
  }
  .leftcolumn {
    padding-right: 19px;
    padding-left: 19px;
  }
  .rightcolumn {
    padding-right: 19px;
    padding-left: 19px;
  }
  .roidescription {
    padding-right: 20px;
    padding-left: 20px;
  }
  .roiheading {
    padding-right: 19px;
    padding-left: 19px;
  }
  .clientcomment {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .centeredscreenshotparagraph {
    padding-right: 20px;
    padding-left: 20px;
  }
  .windowsphonescreenshot {
    margin-left: 0px;
  }
  .servicesforclient {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.project-example-div {
  margin-top: 120px;
  padding-bottom: 180px;
  background-color: rgba(56, 73, 82, .49);
}

.click-help {
	color: rgba(255, 255, 255, 1);
    font-size: 11pt;
    font-weight: bold;
}

.icons-projects {
	max-width: 42px;
	float: left;
}

.icons-projects-7 {
	max-width: 42px;
	float: left;
	padding-left: 7px;
}