/*
Theme Name: ARC Document Solutions
Theme URI: ARC
Description: Simple Bootstrap Theme
Author: ARC
Author URI: ARC
Version: 2.0
Text Domain: simple-bootstrap
License: MIT
License URI: http://opensource.org/licenses/MIT
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-background, featured-images, translation-ready, custom-header, flexible-header, custom-menu, footer-widgets
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*@import url( '../fonts/fonts.css');*/
/* CSS Document */
/* base icon properties */
.icon {
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* basic font size for font icon is 16px/1em for this project */
/* makes the font 33% larger relative to the basic font size */
.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* makes the font 200% larger relative to the basic font size */
.icon-2x {
  font-size: 2em; }

/* makes the font 300% larger relative to the basic font size */
.icon-3x {
  font-size: 3em; }

/* makes the font 400% larger relative to the basic font size */
.icon-4x {
  font-size: 4em; }

/* makes the font 500% larger relative to the basic font size */
.icon-5x {
  font-size: 5em; }

/* makes the font with fixed width*/
.icon-fw {
  width: 1.28571429em;
  text-align: center; }

/* makes the font with fixed width listing*/
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.icon-ul > li {
  position: relative; }

.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.icon-li.icon-lg {
  left: -1.85714286em; }

/* makes the font with border*/
.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

/* icon placing at left with right margin */
.ico.pull-left {
  margin-right: .3em; }

/* icon placing at right with left margin */
.ico.pull-right {
  margin-left: .3em; }

/* makes the font-icon with spin animation*/
.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear; }

/* makes the font-icon with pulse animation*/
.icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8); }

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* to make the font-icon rotate 90 degree */
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* to make the font-icon rotate 180 degree */
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* to make the font-icon rotate 270 degree */
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* to make the font-icon flip horizontal */
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* to make the font-icon flip vertical */
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none; }

/* to make the font-icon stack */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* to make the font-icon sizes */
.icon-stack-1x,
.icon-stack-sm,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.icon-stack-1x {
  line-height: inherit; }

.icon-stack-2x {
  font-size: 2em; }

.icon-inverse {
  color: #ffffff; }

.icon-stack-1x.stack-right-bottom {
  bottom: -4px;
  left: auto;
  right: -14px;
  top: auto; }

.icon-stack-1x.stack-left-bottom {
  bottom: -4px;
  left: -14px;
  top: auto; }

.icon-stack-1x.stack-right-top {
  left: auto;
  right: -14px;
  top: -4px; }

.icon-stack-1x.stack-left-top {
  left: -14px;
  top: -4px; }

/*stack-right-bottom*/
.icon-lg .icon-stack-1x.stack-right-bottom {
  bottom: -4px;
  left: auto;
  right: -18px;
  top: auto; }

.icon-2x .icon-stack-1x.stack-right-bottom {
  bottom: -4px;
  left: auto;
  right: -27px;
  top: auto; }

.icon-3x .icon-stack-1x.stack-right-bottom {
  bottom: -4px;
  left: auto;
  right: -40px;
  top: auto; }

.icon-4x .icon-stack-1x.stack-right-bottom {
  bottom: -4px;
  left: auto;
  right: -53px;
  top: auto; }

.icon-5x .icon-stack-1x.stack-right-bottom {
  bottom: -4px;
  left: auto;
  right: -65px;
  top: auto; }

/*stack-right-top*/
.icon-lg .icon-stack-1x.stack-right-top {
  left: auto;
  right: -18px;
  top: -4px; }

.icon-2x .icon-stack-1x.stack-right-top {
  left: auto;
  right: -27px;
  top: -4px; }

.icon-3x .icon-stack-1x.stack-right-top {
  left: auto;
  right: -40px;
  top: -4px; }

.icon-4x .icon-stack-1x.stack-right-top {
  left: auto;
  right: -53px;
  top: -4px; }

.icon-5x .icon-stack-1x.stack-right-top {
  left: auto;
  right: -65px;
  top: -4px; }

/*stack-left-top*/
.icon-lg .icon-stack-1x.stack-left-top {
  left: -18px;
  top: -4px; }

.icon-2x .icon-stack-1x.stack-left-top {
  left: -27px;
  top: -4px; }

.icon-3x .icon-stack-1x.stack-left-top {
  left: -40px;
  top: -4px; }

.icon-4x .icon-stack-1x.stack-left-top {
  left: -53px;
  top: -4px; }

.icon-5x .icon-stack-1x.stack-left-top {
  left: -65px;
  top: -4px; }

/*stack-left-bottom*/
.icon-lg .icon-stack-1x.stack-left-bottom {
  bottom: -4px;
  left: -18px;
  top: auto; }

.icon-2x .icon-stack-1x.stack-left-bottom {
  bottom: -4px;
  left: -27px;
  top: auto; }

.icon-3x .icon-stack-1x.stack-left-bottom {
  bottom: -4px;
  left: -40px;
  top: auto; }

.icon-4x .icon-stack-1x.stack-left-bottom {
  bottom: -4px;
  left: -53px;
  top: auto; }

.icon-5x .icon-stack-1x.stack-left-bottom {
  bottom: -4px;
  left: -65px;
  top: auto; }

/* font icon styling */
.margin-bottom {
  margin-bottom: 10px !important; }

.margin-bottom-sm {
  margin-bottom: 5px !important; }

.fontawesome-icon-list .icon-hover a {
  border-radius: 4px;
  color: #222222;
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 10px; }

.fontawesome-icon-list .icon-hover a:hover {
  background-color: #1d9d74;
  color: #ffffff;
  text-decoration: none; }

.fontawesome-icon-list .icon-hover a:hover .icon {
  font-size: 28px;
  vertical-align: -6px; }

.fontawesome-icon-list .icon-hover a .icon {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  /*    text-align: right;
      width: 32px;
  */ }

#new pre, #web-application pre, #transportation pre, #gender pre, #file-type pre, #spinner pre, #form-control pre, #payment pre, #chart pre, #currency pre, #text-editor pre, #directional pre, #video-player pre, #brand pre, #medical pre {
  font-size: 9.5px; }

/* font icon styling */
/* style for ico moon genarated demo style -- added by um 22-6-2015*/
.hidden-true {
  display: none; }

.fs1 {
  font-size: 20px; }

.glyph {
  font-size: 16px;
  width: 15em;
  padding-bottom: 1em;
  margin-right: 4em;
  margin-bottom: 1em;
  float: left;
  overflow: hidden; }

/* e-arc theme */
body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  line-height: 1.423em; }
  body a {
    color: #ed1c24; }
    body a:hover {
      color: #ed1c24;
      text-decoration: underline; }

img {
  max-width: 100%; }

h2 {
  font-size: 36px;
  margin: 0 0 45px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 50px; }

h3 {
  font-size: 24px;
  margin: 0 0 35px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #575757; }

h1 {
  font-size: 48px;
  margin: 0 0 40px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 62px;
  font-weight: 600;
  color: #000000; }

.navbar {
  padding: 20px 0;
  transition: all ease-in-out .2s; }
  .navbar .navbar-header {
    position: relative;
    z-index: 10; }

input[type=text]::-ms-clear {
  display: none; }

.header-menu {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .header-menu .navbar-brand {
    padding: 0;
    height: auto;
    margin: 0; }
    .header-menu .navbar-brand img {
      transition: all ease-in-out .2s; }
  .header-menu .navbar-toggle {
    border-color: #575757; }
    .header-menu .navbar-toggle .icon-bar {
      background: #000000; }
  .header-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .header-menu ul li {
      margin: 0 25px;
      line-height: 53px; }
      .header-menu ul li a {
        color: #000000;
        padding: 0;
        line-height: 53px; }
        .header-menu ul li a:focus, .header-menu ul li a:hover {
          background: none;
          color: #575757; }
      .header-menu ul li.nav-location {
        margin-left: 0; }
        .header-menu ul li.nav-location span {
          margin: 0 20px 0 0; }

.fixed-head {
  position: fixed;
  background: #f9f9f9;
  width: 100%;
  top: 0;
  z-index: 999999;
  box-shadow: 1px 1px 2px #ccc;
  padding: 5px 0;
  transition: all ease-in-out .2s; }
  .fixed-head .navbar-brand img {
    width: 70%;
    margin-top: 5px;
    transition: all ease-in-out .2s; }

.banner {
  position: relative;
  min-height: 500px;
  /*background: url(img/home-banner.jpg) no-repeat center center;*/
  background-size: cover;
  padding-bottom: 30px; }
  .banner.home-banner {
    min-height: 600px;
    /*background-attachment: fixed;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .banner.home-banner .banner-content p {
      margin-bottom: 20px; }
    .banner.home-banner .banner-content .btn {
      margin-right: 20px; }
    .banner.home-banner .right-content {
      padding-top: 200px; }
  .banner .scrol-indicator {
    position: absolute;
    width: 30px;
    height: 160px;
    left: 50%;
    bottom: 15px;
    margin-left: -15px; }
  .banner .right-content {
    padding-top: 260px; }
  .banner.new-contact-us .banner-content {
    margin-top: 80px; }

.projects-video-overlay {
  position: absolute;
  height: 100%;
  width: 100%; }

.arc-diff {
  padding: 90px 0 0; }
  .arc-diff .diff-content {
    margin: 0 0 120px; }
    .arc-diff .diff-content .diff-text {
      padding: 160px 0 0;
      color: #575757; }
      .arc-diff .diff-content .diff-text p {
        font-size: 18px;
        line-height: 36px;
        font-family: "Lato", sans-serif;
        margin: 0 0 25px; }

.top-slider .home-prev-btn,
.top-slider .home-next-btn {
  background: none;
  opacity: 1;
  font-size: 40px;
  position: absolute;
  top: 50%;
  height: 50px;
  margin-top: -25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.95);
  width: 10%; }

.client-section {
  background: #506594;
  padding: 90px 0; }
  .client-section h2 {
    margin: 0 0 70px;
    color: #ffffff; }
  .client-section .client-logo {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    padding: 40px 19px;
    float: left;
    width: 16.5%;
    text-align: center; }
    .client-section .client-logo:nth-child(6n+1) {
      border: 0; }
  .client-section .logo-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
    .client-section .logo-area:last-child {
      border: 0; }
    .client-section .logo-area ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: block; }
      .client-section .logo-area ul li {
        border-right: 1px solid rgba(255, 255, 255, 0.06);
        padding: 30px 19px;
        float: left;
        width: 16.5%; }
        .client-section .logo-area ul li:last-child {
          border: 0; }

.testimonials {
  /*padding: 90px 0 170px;*/
  background: #d1effd;
  font-family: "Lato", sans-serif;
  color: #575757;
  position: relative; }
  .testimonials .carousel-indicators {
    background: url("img/carousel-bg.png") no-repeat 50% 50%;
    bottom: -50px; }
    .testimonials .carousel-indicators li {
      border-color: #575757; }
      .testimonials .carousel-indicators li.active {
        background: #b82700;
        border-color: #b82700; }
  .testimonials .item .icon {
    position: relative;
    left: -20px;
    top: -10px; }
  .testimonials p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 125px 20px; }
    .testimonials p span {
      font-family: "Droid Serif", serif;
      font-size: 70px; }
  .testimonials h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    margin-bottom: 5px; }
  .testimonials strong {
    font-size: 20px; }
  .testimonials em {
    /*font-size: 20px;*/ }
  .testimonials .start-quote {
    height: 100px;
    width: 100px; }
  .testimonials .end-quote {
    height: 83px;
    width: 100px;
    float: right; }

.arc-updates {
  padding: 100px 0; }
  .arc-updates.contact-updates {
    padding-bottom: 30px; }
  .arc-updates .news-box {
    box-shadow: 0 0 10px #cccccc; }
    .arc-updates .news-box .pic {
      position: relative;
      height: 100px;
      overflow: hidden; }
      .arc-updates .news-box .pic img {
        width: 100%; }
    .arc-updates .news-box .update-text {
      padding: 75px 40px 30px 30px;
      position: relative;
      min-height: 380px; }
      .arc-updates .news-box .update-text h3 {
        font-size: 22px;
        margin: 0 0 2rem;
        height: 50px;
        overflow: hidden;
        color: #000000; }
        .arc-updates .news-box .update-text h3 a {
          color: #000000; }
          .arc-updates .news-box .update-text h3 a:hover {
            color: #000000;
            text-decoration: underline; }
      .arc-updates .news-box .update-text .icon-box {
        background: #008fff;
        font-size: 2.8em;
        color: #ffffff;
        width: 86px;
        height: 86px;
        line-height: 86px;
        position: absolute;
        left: 50%;
        margin-left: -43px;
        top: -43px;
        box-shadow: 0 0 10px #cccccc;
        border-radius: 50%; }
      .arc-updates .news-box .update-text .date-time {
        font-size: 14px;
        margin-bottom: 15px;
        min-height: 50px; }
        .arc-updates .news-box .update-text .date-time span {
          display: block; }
        .arc-updates .news-box .update-text .date-time .location {
          margin-right: 10px; }
        .arc-updates .news-box .update-text .date-time .icon {
          margin: 0 10px 0 0;
          color: #000000; }
  .arc-updates.event-updates {
    margin-bottom: 40px; }
    .arc-updates.event-updates .news-box .pic {
      position: relative; }
    .arc-updates.event-updates .news-box .post-title h4 {
      margin: 0;
      padding: 6px 30px 7px;
      color: #ffffff;
      background: #000000;
      font-size: 14px;
      font-weight: normal;
      text-align: left; }
      .arc-updates.event-updates .news-box .post-title h4.webcast-text {
        position: relative;
        text-transform: capitalize; }
        .arc-updates.event-updates .news-box .post-title h4.webcast-text span {
          position: absolute;
          right: 0px;
          padding: 0 20px;
          text-transform: lowercase; }
    .arc-updates.event-updates .news-box.cust-story h4 {
      background: #eb6803; }
    .arc-updates.event-updates .news-box.blog-posts h4 {
      background: #adb874; }
    .arc-updates.event-updates .news-box.articles h4 {
      background: #c5cd9d; }
    .arc-updates.event-updates .news-box.trade-show h4 {
      background: #7085BA; }
    .arc-updates.event-updates .news-box.live-webcast h4 {
      background: #5675b9; }
    .arc-updates.event-updates .news-box.live-webcast .update-text .date-time {
      min-height: 20px !important; }
    .arc-updates.event-updates .news-box.demand-webcast h4 {
      background: #009cbb; }
    .arc-updates.event-updates .news-box.demand-webcast .update-text .date-time {
      min-height: 20px !important; }
    .arc-updates.event-updates .news-box.open-house h4 {
      background: #b0bcd9; }
    .arc-updates.event-updates .news-box.white-paper h4 {
      background: #edab71; }
    .arc-updates.event-updates .news-box.e-books h4 {
      background: #f2c095; }
    .arc-updates.event-updates .news-box.brochures h4 {
      background: #f5d0af; }
    .arc-updates.event-updates .news-box .update-text h3 {
      height: 74px;
      color: #777777; }
      .arc-updates.event-updates .news-box .update-text h3 a {
        color: #777777; }
        .arc-updates.event-updates .news-box .update-text h3 a:hover {
          color: #000000;
          text-decoration: underline; }
    .arc-updates.event-updates .news-box .update-text p {
      min-height: 90px;
      margin-bottom: 0; }
    .arc-updates.event-updates .news-box .update-text .date-time {
      font-size: 14px;
      margin-bottom: 15px;
      min-height: 40px; }
      .arc-updates.event-updates .news-box .update-text .date-time span {
        display: block;
        font-weight: bold; }
        .arc-updates.event-updates .news-box .update-text .date-time span.location {
          font-weight: normal;
          position: relative; }
        .arc-updates.event-updates .news-box .update-text .date-time span.time-read {
          color: #929e56;
          font-size: 12px;
          position: absolute;
          right: 0;
          top: 0; }

.video-icon {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  text-align: center; }
  .video-icon .icon {
    font-size: 40px;
    color: #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    .video-icon .icon:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

/* Footer */
footer {
  background: url("img/footer-image.jpg") no-repeat center bottom #3a475a;
  background-size: 100%;
  padding: 80px 0 0;
  color: #ffffff; }
  footer h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 200;
    padding: 0 0 15px;
    margin: 0 0 30px;
    color: #ffffff; }
  footer h4 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 5px 0; }
    footer h4 a {
      color: #ffffff; }
      footer h4 a:hover {
        text-decoration: none;
        color: #ffffff; }
  footer .link-list ul {
    padding: 0;
    margin-bottom: 35px; }
    footer .link-list ul li {
      list-style-type: none;
      font-size: 14px;
      padding: 2px 0; }
      footer .link-list ul li:first-child h4 {
        margin: 0 0 5px; }
      footer .link-list ul li a {
        color: #aaaeb5;
        text-decoration: none; }
      footer .link-list ul li a:hover {
        color: #ffffff;
        text-decoration: none; }
  footer .footer-bottom {
    padding: 20px 0 10px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 14px; }
    footer .footer-bottom ul {
      padding: 0; }
      footer .footer-bottom ul li {
        list-style-type: none;
        display: inline-block; }
    footer .footer-bottom .terms {
      text-align: right; }
      footer .footer-bottom .terms ul li {
        margin: 0 0 0 8px; }
        footer .footer-bottom .terms ul li a {
          color: #aaaeb5;
          text-decoration: none; }
        footer .footer-bottom .terms ul li a:hover {
          color: #ffffff;
          text-decoration: none; }
      footer .footer-bottom .terms ul li:before {
        content: '|';
        padding-right: 10px; }
      footer .footer-bottom .terms ul li:first-child:before {
        content: ''; }
    footer .footer-bottom .copyright-info {
      padding-right: 10px;
      border-right: 1px solid #ffffff;
      margin-right: 10px; }
    footer .footer-bottom .social-links {
      display: inline-block; }
      footer .footer-bottom .social-links li {
        padding: 0 8px; }
        footer .footer-bottom .social-links li a {
          color: #aaaeb5; }
        footer .footer-bottom .social-links li a:hover {
          color: #ffffff;
          text-decoration: none; }

.btn {
  border-radius: 0; }

/* Breadcrumbs */
.breadcrumbs {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none; }
  .breadcrumbs ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    line-height: 35px; }
    .breadcrumbs ul li {
      list-style-type: none;
      display: inline-block;
      color: #ffffff; }
      .breadcrumbs ul li a {
        color: #ffffff;
        display: inline-block; }
      .breadcrumbs ul li:after {
        font-family: 'arc';
        content: "\e911";
        margin: 0 10px;
        font-size: 13px; }
      .breadcrumbs ul li:last-child {
        font-weight: 600; }
        .breadcrumbs ul li:last-child:after {
          content: ''; }

/*
.banner-projects{
    background: url(img/arc-top-banner-image.jpg) no-repeat center 50%;
    background-size: cover;
    min-height: 600px;
}
.banner-facilities{
    background: url(img/arc-facilities-top-banner.jpg) no-repeat center 50%;
    background-size: cover;
    min-height: 600px;
}
.banner-archive{
    background: url(img/arc-facilities-top-banner.jpg) no-repeat center 50%;
    background-size: cover;
    min-height: 600px;
}
*/
.banner-location {
  padding-top: 200px; }
  .banner-location h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px; }

.banner-color-signage h1 {
  color: #ffffff; }

.banner-reprographics h1 {
  color: #ffffff; }

.banner-mps h1 {
  color: #ffffff; }

.banner-content {
  padding-top: 140px; }
  .banner-content p {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 50px;
    font-weight: 400; }
  .banner-content .btn .icon {
    display: none; }

/* Features */
.features {
  text-align: center;
  padding: 40px 0 60px;
  font-size: 21px;
  color: #000000;
  line-height: 36px; }
  .features h2 {
    margin-top: 20px; }
  .features .content-block {
    padding: 30px 0 0;
    /*height: 380px; */ }
    .features .content-block p {
      font-size: 18px;
      color: #333;
      line-height: 26px; }
    .features .content-block .block-icon {
      width: 105px;
      height: 105px;
      border: 1px solid #e4e4e4;
      margin: 0 auto 20px;
      border-radius: 50%;
      background: #ffffff;
      padding: 6px; }
      .features .content-block .block-icon .inner-circle {
        width: 92px;
        height: 92px;
        border-radius: 50%;
        background: #f1f1f1;
        text-align: center;
        line-height: 91px;
        font-size: 36px;
        color: #008fff; }

/* Training not required */
.no-training-required {
  background: #e8f7fe;
  padding: 70px 0;
  text-align: center; }

/* construction-app-info */
.construction-app-info {
  background: #f6f6f6;
  background-size: cover;
  padding: 70px 0;
  text-align: center;
  font-size: 24px;
  color: #575757;
  line-height: 36px;
  font-weight: 400; }
  .construction-app-info .video-frame {
    margin: 0 30px 30px;
    box-shadow: 0 1px 2px 2px #cccccc;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
    position: relative;
    background: #000000;
    background-size: 100%;
    max-width: 320px; }
    .construction-app-info .video-frame img {
      opacity: .5; }
    .construction-app-info .video-frame .paly-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      height: 64px;
      color: #ffffff;
      cursor: pointer;
      margin: -32px 0 0 -32px;
      background: url("img/play-video.png") no-repeat center 0; }
      .construction-app-info .video-frame .paly-btn:hover {
        opacity: 1; }
  .construction-app-info.new-video .video-frame {
    max-width: 480px; }
  .construction-app-info.new-video h2 {
    color: #ffffff;
    margin: 70px 0 0 0;
    font-size: 36px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    letter-spacing: 2px; }
  .construction-app-info.new-video .video-frame img {
    opacity: .6; }

.paly-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  color: #ffffff;
  cursor: pointer;
  margin: -60px 0 0 -32px;
  background: url("img/play-video.png") no-repeat center 0; }
  .paly-btn:hover {
    opacity: 1; }

/* quick-results */
.quick-results {
  padding: 70px 0 0; }
  .quick-results .quick-results-content {
    padding: 10px 0 30px 45px;
    background: url("img/arrow.png") no-repeat 0 17px;
    font-size: 18px;
    line-height: 28px;
    color: #333; }
  .quick-results h3 {
    margin-bottom: 20px; }
  .quick-results .request-demo-btn {
    padding-left: 45px; }
  .quick-results .quick-result-img {
    margin-top: -55px;
    text-align: center; }
  .quick-results.join-arc h3 {
    font-weight: normal;
    margin-bottom: 15px !important; }
  .quick-results.join-arc .rating {
    margin: 0 0 20px 0; }
  .quick-results.join-arc .join-team {
    font-size: 18px; }
  .quick-results.join-arc .quick-result-img {
    margin-top: -113px; }

/* access-info */
.access-info {
  background: #d9f1fe;
  padding: 70px 0; }
  .access-info.bim-new-section {
    background: #ddedf5;
    text-align: center; }
    .access-info.bim-new-section .paly-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      height: 64px;
      color: #ffffff;
      cursor: pointer;
      margin: -60px 0 0 -32px;
      background: url(img/play-video.png) no-repeat center 0; }
    .access-info.bim-new-section .text-bim {
      margin-bottom: 40px; }
      .access-info.bim-new-section .text-bim p {
        color: #777777;
        font-size: 24px;
        line-height: 40px;
        font-weight: bold; }
    .access-info.bim-new-section .pic {
      position: relative;
      width: 100%;
      margin: 0 0 40px 0; }
      .access-info.bim-new-section .pic h4 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #ffffff; }
        .access-info.bim-new-section .pic h4 span {
          color: #ffffff;
          font-size: 18px;
          background: rgba(0, 0, 0, 0.7);
          padding: 12px 40px 8px 40px; }
  .access-info ul {
    padding: 0;
    margin: 0; }
    .access-info ul li {
      list-style-type: none;
      margin-bottom: 60px;
      line-height: 52px;
      font-size: 24px;
      color: #6a6a6a;
      font-weight: 400; }
      .access-info ul li strong {
        font-weight: 400;
        color: #000000; }
      .access-info ul li span {
        width: 52px;
        height: 52px;
        background: #95b8ce;
        border: 4px solid #d9f1fe;
        border-radius: 50%;
        box-shadow: 0 0 0 1px #95b8ce;
        color: #d9f1fe;
        text-align: center;
        line-height: 50px;
        float: left;
        margin-right: 30px; }

.btn .icon-learn-more-arrow {
  font-size: 9px; }

/* role */
.banner-role {
  background: url("img/arc-facilities-top-banner.jpg") no-repeat center 50%;
  background-size: cover;
  min-height: 500px; }

.role-category {
  background: #506594;
  padding: 5px 0; }
  .role-category ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0; }
    .role-category ul li {
      list-style: none;
      display: table-cell;
      height: 60px;
      vertical-align: middle; }
      .role-category ul li.current_page_item {
        border-radius: 16px;
        /*background: #42537a;*/ }
      .role-category ul li a {
        padding: 0 40px;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        display: block;
        font-size: 15px;
        line-height: 20px; }
      .role-category ul li:last-child {
        border: none; }

.role-features {
  text-align: center;
  padding: 70px 0;
  font-size: 21px;
  color: #000000;
  line-height: 36px; }
  .role-features h2 {
    margin: 0 auto 45px;
    width: 80%;
    color: #575757; }
  .role-features .content-block {
    padding: 60px 0 0; }
    .role-features .content-block .block-icon {
      width: 105px;
      height: 105px;
      margin: 0 auto 20px;
      background: #ffffff;
      padding: 6px; }
      .role-features .content-block .block-icon .inner-circle {
        width: 92px;
        height: 92px;
        text-align: center;
        line-height: 91px;
        font-size: 36px;
        color: #575757; }

.help-section {
  text-align: center;
  padding: 70px 0;
  font-size: 21px;
  color: #000000;
  line-height: 36px;
  background: #d9f1fe; }
  .help-section h2 {
    margin: 0 auto 45px;
    width: 80%;
    color: #575757; }
  .help-section .content-block {
    padding: 35px 0 0; }
    .help-section .content-block .block-icon {
      width: 66px;
      height: 66px;
      border: 1px solid #95b8ce;
      margin: 0 auto 20px;
      border-radius: 50%;
      background: transparent;
      padding: 6px; }
      .help-section .content-block .block-icon .inner-circle {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #95b8ce;
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        color: #d9f1fe; }
  .help-section button {
    margin-top: 60px; }

/* role */
.tech-banner {
  padding: 150px 0 50px;
  background: #e8f7fe; }

.arc-products {
  padding: 80px 0;
  color: #575757; }
  .arc-products .product-icon {
    margin: 0 0 20px;
    color: #000000; }
  .arc-products h3 {
    margin: 0 0 20px; }
  .arc-products p {
    font-size: 18px;
    line-height: 30px; }

.request-block {
  padding: 25px 0;
  background: #e7e7e7;
  display: none; }
  .request-block strong {
    font-size: 20px;
    color: #3c4a5f;
    padding: 10px 0;
    display: block; }
  .request-block .col-md-4 {
    text-align: right; }
    .request-block .col-md-4 .btn-default {
      background: #c5c8cd;
      font-weight: 700;
      color: #3b4a5f; }

/* services */
.services-features {
  text-align: center;
  padding: 10px 0;
  font-size: 21px;
  color: #000000;
  line-height: 36px;
  background: #006293; }
  .services-features h2 {
    margin: 0 auto 45px;
    width: 80%;
    color: #575757; }
  .services-features .content-block {
    padding: 30px 0 0; }
    .services-features .content-block h3 {
      color: #ffffff; }
    .services-features .content-block p {
      color: #ffffff;
      padding: 0 25px 55px; }
    .services-features .content-block .block-icon {
      width: 105px;
      height: 105px;
      margin: 0 auto 20px;
      background: #006293;
      padding: 6px; }
      .services-features .content-block .block-icon .inner-circle {
        width: 92px;
        height: 92px;
        text-align: center;
        line-height: 91px;
        font-size: 36px;
        color: #ffffff; }
  .services-features .first:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 50%;
    border-bottom: 1px solid #1175a7;
    border-right: 1px solid #1175a7; }
  .services-features .second:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    border-bottom: 1px solid #1175a7; }
  .services-features .third:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    border-right: 1px solid #1175a7;
    width: 60%; }

/*== articel ==*/
.banner-article {
  background: url("img/arc-top-banner-image.jpg") no-repeat center 50%;
  background-size: cover; }
  .banner-article .banner-content h1 {
    color: #ffffff;
    text-shadow: 0 4px 5px #999; }
  .banner-article .article-box {
    background: rgba(237, 28, 36, 0.6);
    margin: 145px 0 0;
    padding: 20px;
    color: #ffffff;
    position: relative; }
    .banner-article .article-box h2 {
      margin: 0 0 20px;
      color: #ffffff; }
    .banner-article .article-box p {
      margin: 0 0 25px; }
    .banner-article .article-box .art-number {
      background: rgba(255, 255, 255, 0.4);
      padding: 10px;
      text-align: center;
      font-size: 22px;
      font-weight: 700;
      width: 140px;
      position: absolute;
      left: 0;
      bottom: 0; }
      .banner-article .article-box .art-number .next-art,
      .banner-article .article-box .art-number .prev-art {
        font-size: .6em;
        color: #ffffff;
        display: inline-block;
        background: none;
        line-height: 42px; }
        .banner-article .article-box .art-number .next-art:focus, .banner-article .article-box .art-number .next-art:hover,
        .banner-article .article-box .art-number .prev-art:focus,
        .banner-article .article-box .art-number .prev-art:hover {
          text-decoration: none; }
      .banner-article .article-box .art-number .art-pager {
        width: 50%;
        display: inline-block; }

.about-diff {
  padding: 90px 0 0; }
  .about-diff .diff-content {
    margin: 0 0 120px; }
    .about-diff .diff-content .diff-text {
      padding: 160px 0 0;
      color: #575757; }
      .about-diff .diff-content .diff-text p {
        font-size: 24px;
        font-weight: 300;
        line-height: 40px;
        padding: 0 0 10px;
        color: #fe7071; }
      .about-diff .diff-content .diff-text span {
        font-size: 18px;
        font-weight: 300;
        line-height: 30px; }
  .about-diff .diff-nav {
    margin-top: 30px; }
    .about-diff .diff-nav ul.navbar-left li {
      border-right: 1px solid #ccc; }
      .about-diff .diff-nav ul.navbar-left li a {
        padding: 3px 10px;
        color: #1f95ff;
        font-weight: 400; }
      .about-diff .diff-nav ul.navbar-left li a:hover {
        background: #ffffff; }
    .about-diff .diff-nav ul.navbar-left li:last-child {
      border: none; }
    .about-diff .diff-nav ul.navbar-right li a {
      padding: 3px; }
      .about-diff .diff-nav ul.navbar-right li a .icon-facebook {
        color: #3b5898; }
      .about-diff .diff-nav ul.navbar-right li a .icon-linkedin {
        color: #0175b6; }
      .about-diff .diff-nav ul.navbar-right li a .icon-twitter {
        color: #3f99ff; }
      .about-diff .diff-nav ul.navbar-right li a .icon-youtube {
        color: #bc0808; }
      .about-diff .diff-nav ul.navbar-right li a .icon-google-plus {
        color: #d54e3c; }
    .about-diff .diff-nav ul.navbar-right li a:hover {
      background: #ffffff; }

.leaders {
  text-align: center;
  padding: 70px 0;
  font-size: 21px;
  color: #000000;
  line-height: 36px; }
  .leaders h2 {
    margin: 0 auto 45px;
    width: 80%;
    color: #575757; }
  .leaders .leader-section .content-block {
    padding: 60px 0 0; }
    .leaders .leader-section .content-block .block-pic {
      margin-bottom: 30px;
      height: 260px;
      overflow: hidden; }
      .leaders .leader-section .content-block .block-pic .block-img {
        background: #ffffff;
        height: 265px; }
      .leaders .leader-section .content-block .block-pic .block-content {
        background: #000000;
        opacity: .8;
        height: 260px;
        margin-top: 0;
        -webkit-transition: margin 1s;
        -moz-transition: margin 1s;
        transition: margin 1s;
        padding: 25px 20px;
        overflow: auto;
        background: #e7e7e7; }
      .leaders .leader-section .content-block .block-pic p {
        font-size: 16px;
        font-weight: 300;
        color: #606060;
        line-height: 26px;
        text-align: left; }
      .leaders .leader-section .content-block .block-pic ul.nav li a {
        color: #ffffff;
        padding: 3px 8px; }
      .leaders .leader-section .content-block .block-pic ul.nav li a:hover {
        color: #ffffff;
        background: transparent; }
    .leaders .leader-section .content-block .block-pic:hover .block-content {
      margin-top: -260px;
      -webkit-transition: margin 1s;
      -moz-transition: margin 1s;
      transition: margin 1s; }
    .leaders .leader-section .content-block .block-pic:hover .block-img {
      visibility: hidden; }
    .leaders .leader-section .content-block p {
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 5px 0; }
    .leaders .leader-section .content-block em {
      min-height: 72px;
      display: block;
      font-style: normal;
      color: #9a9a9a;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px; }
  .leaders .leader-section2 .content-block {
    padding: 60px 0 0; }
    .leaders .leader-section2 .content-block .block-pic {
      margin-bottom: 30px;
      height: 160px;
      background: #575757; }
    .leaders .leader-section2 .content-block p {
      font-size: 16px;
      font-weight: 300;
      line-height: 20px; }
  .leaders.voice-arc {
    padding: 50px 0; }
    .leaders.voice-arc h2 {
      font-size: 24px;
      font-weight: normal;
      line-height: 40px; }
    .leaders.voice-arc .member-name {
      padding: 5px 0 5px 0;
      font-size: 20px; }
    .leaders.voice-arc .leader-image-section {
      margin: 50px 0 0 0; }
    .leaders.voice-arc .career-video iframe {
      width: 100% !important; }
    .leaders.voice-arc .postVideo {
      width: 100%;
      height: 390px;
      display: none;
      margin: 0 auto;
      background: url(img/floor.jpg); }
      .leaders.voice-arc .postVideo .outer {
        display: table;
        height: 100%;
        width: 100%; }
      .leaders.voice-arc .postVideo .middle {
        display: table-cell;
        vertical-align: middle; }
      .leaders.voice-arc .postVideo .inner {
        margin-left: auto;
        margin-right: auto; }
        .leaders.voice-arc .postVideo .inner .btn {
          width: 200px;
          font-size: 18px; }

.global-location {
  padding: 60px 0;
  text-align: center;
  min-height: inherit; }
  .global-location .map-img {
    background: #a3cdff;
    padding: 0; }
  .global-location.location-map {
    padding-bottom: 0;
    /*height: 550px;*/
    overflow: hidden; }

.why-us {
  padding: 70px 0;
  background: #f8f8f8; }
  .why-us .why-us-block {
    background: #ffffff;
    box-shadow: 0 0 2px #999; }
    .why-us .why-us-block img {
      width: 100%; }
    .why-us .why-us-block .why-us-con {
      background: #ffffff;
      padding: 20px 30px; }
      .why-us .why-us-block .why-us-con h4 {
        font-size: 20px;
        font-family: "Montserrat", sans-serif; }
      .why-us .why-us-block .why-us-con p {
        color: #9c9c9c; }

.address-list .location-active {
  background: #fefccc; }
.address-list .location-address {
  padding: 15px 80px 15px 15px;
  border-bottom: 1px solid #cccccc;
  position: relative; }
  .address-list .location-address:hover,
  .address-list .location-address .current-location {
    background: #fefccc; }
  .address-list .location-address:last-child {
    border: none; }
  .address-list .location-address h4 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    margin-top: 0; }
  .address-list .location-address .distence,
  .address-list .location-address a {
    font-size: 14px;
    color: #ed1c24; }
    .address-list .location-address .distence .icon,
    .address-list .location-address a .icon {
      font-size: 36px; }
  .address-list .location-address .distence {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 70px; }

.location-search {
  width: 100%;
  height: 70px;
  margin-bottom: 25px; }
  .location-search .navigation-image {
    float: left; }
  .location-search input[type='text'] {
    width: 89%;
    height: 70px;
    padding: 10px 80px 10px 20px;
    border: none;
    -webkit-appearance: none;
    border-radius: 0; }
  .location-search button[type='submit'] {
    height: 70px;
    border: none;
    background: none;
    width: 10%;
    position: absolute;
    right: 18px;
    -webkit-appearance: none;
    border-radius: 0; }

.select-region {
  float: right;
  width: 200px; }

.location-list {
  padding: 70px 0 40px; }
  .location-list .us-locations h4 {
    color: #ed1c24; }
  .location-list h3 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #161616;
    margin-bottom: 20px; }
  .location-list h2 {
    text-align: center; }
  .location-list .us-locations ul li a span {
    color: #494949; }
  .location-list ul {
    padding: 0;
    margin: 0 0 30px; }
    .location-list ul li {
      list-style-type: none;
      padding: 5px 0; }
      .location-list ul li i.icon {
        margin: 0 0 0 10px;
        color: #ed1c24;
        display: inline-block;
        font-size: 14px; }
      .location-list ul li a {
        color: #494949; }
        .location-list ul li a span {
          color: #ed1c24; }

.grey-bg {
  background: #f8f8f8; }

.grey-panel {
  background: #f8f8f8;
  padding: 20px; }

.light-blue-bg {
  background: #e8f7fe; }
  .light-blue-bg.smartscreen-section .smartscreen-image img {
    padding-top: 190px; }
  .light-blue-bg.smartscreen-section .smartscreen-content {
    padding-top: 100px; }
    .light-blue-bg.smartscreen-section .smartscreen-content h2 {
      font-family: "Lato", sans-serif;
      font-weight: bold;
      margin: 0 0 30px 0;
      line-height: 50px;
      font-size: 36px;
      color: #575757; }
    .light-blue-bg.smartscreen-section .smartscreen-content p {
      font-size: 20px;
      line-height: 32px;
      margin: 0 0 30px 0;
      color: #273034; }
    .light-blue-bg.smartscreen-section .smartscreen-content .btn {
      margin: 0 0 20px 0; }
    .light-blue-bg.smartscreen-section .smartscreen-content .install-app {
      color: #008fff;
      font-size: 22px;
      margin: 0 0 50px 0; }
    .light-blue-bg.smartscreen-section .smartscreen-content .app-module a {
      margin: 0 16px 0 0;
      color: #545454;
      display: inline-block;
      width: 95px;
      text-align: left;
      cursor: pointer;
      border-right: 2px solid #c9dbe4; }
      .light-blue-bg.smartscreen-section .smartscreen-content .app-module a:hover {
        text-decoration: none;
        color: #000000; }
      .light-blue-bg.smartscreen-section .smartscreen-content .app-module a.no-border {
        border: none; }
    .light-blue-bg.smartscreen-section .smartscreen-content .app-module i {
      float: left;
      padding: 19px 8px 0 0; }
    .light-blue-bg.smartscreen-section .smartscreen-content .app-module span {
      line-height: 18px; }
      .light-blue-bg.smartscreen-section .smartscreen-content .app-module span small {
        font-size: 10px;
        position: relative;
        top: 6px; }

/* Events */
.banner-event .banner-content {
  justify-content: center; }
  .banner-event .banner-content h2 {
    text-align: center;
    color: #ffffff; }

.event-pills {
  margin: 80px 0; }
  .event-pills .form-control {
    height: 44px;
    border-radius: 0; }
  .event-pills .btn, .event-pills .btn.btn-default {
    height: 44px;
    border-radius: 0;
    background: #eee;
    border: 1px solid #ddd;
    border-width: 1px 1px 1px 0;
    color: #000000; }
  .event-pills .nav-pills > li.active > a {
    background-color: #e7e7e7;
    color: #000000;
    border-radius: 0; }
  .event-pills .nav-pills > li:hover > a {
    border-radius: 0; }
  .event-pills .nav-pills > li {
    border: 1px solid #e7e7e7;
    margin: 0; }
    .event-pills .nav-pills > li a {
      color: #000000;
      font-weight: bold; }
  .event-pills .navbar-form {
    margin-top: 0; }

.event-updates {
  padding-bottom: 15px;
  padding-top: 0; }
  .event-updates.blog {
    padding-top: 80px; }
  .event-updates .news-box {
    margin-bottom: 40px; }
    .event-updates .news-box .update-text {
      min-height: 355px;
      padding: 30px; }
      .event-updates .news-box .update-text .row {
        position: absolute;
        bottom: 15px; }
      .event-updates .news-box .update-text h3 {
        font-size: 22px;
        margin: 0 0 2rem;
        height: 50px;
        overflow: hidden; }
      .event-updates .news-box .update-text .icon-box {
        left: 80%;
        text-align: center; }
      .event-updates .news-box .update-text .date-time {
        font-size: 14px;
        color: #000000; }
        .event-updates .news-box .update-text .date-time .icon {
          margin: 0 10px;
          color: #000000;
          display: none; }
      .event-updates .news-box .update-text p {
        color: #575757;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 1rem;
        padding: 0;
        min-height: 100px; }
      .event-updates .news-box .update-text .sponser {
        max-height: 45px;
        max-width: 14rem;
        overflow: hidden;
        text-align: center; }
        .event-updates .news-box .update-text .sponser img {
          height: 45px;
          width: auto; }

.module-link:hover .product-icon .icon {
  color: #ed1c24; }
.module-link:hover .text-center h3 {
  color: #ed1c24; }

.pagination-events .pagination {
  margin: 50px 0; }
  .pagination-events .pagination li a {
    margin-right: 8px;
    padding: 10px;
    background: #f6f6f6;
    color: #575757; }
  .pagination-events .pagination .active a {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #ffffff; }
  .pagination-events .pagination .glyphicon {
    color: #575757; }
  .pagination-events .pagination .symbol-dot {
    border: none;
    background: transparent; }

/* Career */
.btn-career {
  margin: 20px 0; }

.arc-careers {
  background: #f6f6f6; }

.intern-arc .program-details {
  color: #008fff; }
  .intern-arc .program-details a {
    margin-right: 10px;
    padding-right: 5px; }
  .intern-arc .program-details a:hover {
    text-decoration: none; }

.intern-program {
  margin-bottom: 70px; }
  .intern-program p {
    margin: 25px 0; }

.article-footer {
  border-top: 1px solid #cccccc;
  padding: 70px 0; }
  .article-footer h3 {
    margin: 0 0 15px; }
  .article-footer .social-links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .article-footer .social-links ul li {
      float: left;
      margin: 0 20px 0 0; }
      .article-footer .social-links ul li a {
        text-decoration: none; }
  .article-footer .btn-area {
    padding: 40px 0 0; }
    .article-footer .btn-area a {
      color: #575757;
      padding-right: 5px; }
      .article-footer .btn-area a:focus, .article-footer .btn-area a:hover {
        text-decoration: none; }
    .article-footer .btn-area .prev-art {
      margin-right: 20px; }

.intern-program {
  margin-bottom: 80px; }

.article-section {
  padding-bottom: 50px; }
  .article-section .news-box {
    margin: 0 0 50px;
    text-align: left; }
    .article-section .news-box .update-text {
      padding: 60px 25px 30px;
      min-height: 310px; }
      .article-section .news-box .update-text p {
        min-height: 80px; }
      .article-section .news-box .update-text .icon-box {
        left: auto;
        margin: 0;
        right: 30px;
        font-size: 2em;
        height: 60px;
        width: 60px;
        line-height: 60px;
        top: -30px;
        display: none; }
      .article-section .news-box .update-text .location .icon {
        margin-left: 0; }

.text-white {
  color: #ffffff; }

.sep {
  margin: 0 20px; }

.article-details {
  padding: 150px 0 25px; }
  .article-details p {
    margin: 0 0 25px; }
  .article-details h1 {
    font-size: 35px;
    line-height: 45px; }
  .article-details h2 {
    font-size: 26px;
    line-height: 36px; }
  .article-details h3 {
    font-size: 20px;
    line-height: 30px; }
  .article-details h4 {
    font-size: 18px;
    line-height: 28px; }
  .article-details h5 {
    font-size: 16px;
    line-height: 26px; }
  .article-details h6 {
    font-size: 14px;
    line-height: 24px; }
  .article-details .subscribe .btn-lg {
    float: right;
    margin-top: 10px; }
  .article-details .article-content .article-pic {
    margin: 20px 30px 20px 0;
    float: left; }

.alignleft {
  margin: 20px 30px 20px 0;
  float: left; }

.alignright {
  margin: 20px 0 20px 30px;
  float: right; }

.banner-article-details {
  background: url("img/arc-facilities-top-banner.jpg") no-repeat center 50%;
  background-size: cover;
  min-height: 600px; }
  .banner-article-details .banner-content h1 {
    text-shadow: 0 4px 5px #999; }

/* Color Signage */
.printing-services {
  padding: 70px 0 30px;
  background: #f8f8f8; }
  .printing-services .services-row {
    padding-bottom: 40px; }
    .printing-services .services-row .print-services-item {
      padding-top: 100px; }
      .printing-services .services-row .print-services-item p {
        font-size: 18px;
        line-height: 28px; }
      .printing-services .services-row .print-services-item ul {
        padding: 0;
        margin: 20px 0 0 40px; }
        .printing-services .services-row .print-services-item ul li {
          list-style-type: none;
          width: 48%;
          display: inline-block;
          background: url("img/list-bulet.png") no-repeat 0 13px;
          padding: 5px 0 5px 30px;
          color: #a9a9a9; }

.portfolio {
  padding: 70px 0;
  background: #f8f8f8; }
  .portfolio h2 {
    text-align: center; }
  .portfolio .sample-works.four-col ul li {
    width: 22%;
    margin: 2% 1.5%; }
  .portfolio .sample-works ul {
    padding: 0;
    margin: 0; }
    .portfolio .sample-works ul li {
      width: 18%;
      position: relative;
      list-style-type: none;
      float: left;
      margin: 2% 1%;
      box-shadow: 2px 3px 5px #cccccc; }
      .portfolio .sample-works ul li span {
        background: rgba(0, 0, 0, 0.6);
        padding: 10px;
        color: #ffffff;
        font-size: 18px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        font-weight: 400;
        min-height: 65px; }

/* Collateral starts */
.collateral-pills {
  margin: 50px 0; }
  .collateral-pills .nav-pills > li {
    border: 1px solid #e7e7e7;
    margin: 0; }
    .collateral-pills .nav-pills > li a {
      color: #000000;
      font-weight: bold; }
  .collateral-pills .navbar-form {
    margin-top: 0; }

.collateral-block {
  border-top: 1px solid #f6f6f6;
  padding: 50px 0 0; }
  .collateral-block .diff-content {
    margin: 0 0 50px; }
    .collateral-block .diff-content .diff-text {
      padding: 0; }

/* MPS */
.control-print-cost {
  padding: 70px 0;
  text-align: center; }

.arc-print-sol {
  padding: 70px 0;
  text-align: center;
  background: #006293;
  color: #ffffff; }
  .arc-print-sol h2 {
    color: #ffffff;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .arc-print-sol h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500; }
  .arc-print-sol .content-block {
    padding: 30px 50px; }
    .arc-print-sol .content-block .inner-circle {
      padding-bottom: 30px; }
      .arc-print-sol .content-block .inner-circle .icon {
        font-size: 46px; }

.mps-process {
  padding: 70px 0 20px;
  text-align: center; }
  .mps-process img {
    width: 40%;
    margin-bottom: 40px; }
  .mps-process .col-sm-4 {
    padding-bottom: 20px; }

.after-mps {
  /* background:url(img/after-mps.jpg) no-repeat center 50%;
   padding: 70px 0;
   background: #e5e5e5;
   background-size: 100%;
   min-height: 1020px;
   background-attachment:fixed;*/ }
  .after-mps h2 {
    text-align: center;
    color: #ffffff; }
  .after-mps .after-mps-content {
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center; }
    .after-mps .after-mps-content ul {
      padding: 0;
      margin: 0; }
      .after-mps .after-mps-content ul li {
        list-style-type: none;
        display: inline-block;
        padding: 0 5px;
        line-height: 40px;
        font-size: 12px; }
        .after-mps .after-mps-content ul li img {
          float: left;
          margin: 0 5px 0 0;
          width: 16px;
          position: relative;
          top: 10px; }
  .after-mps .mps-cta {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 70px; }

.no-hidden-cost {
  padding: 70px 0;
  background: #d9f1fe;
  text-align: center; }
  .no-hidden-cost p {
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0 0;
    padding-bottom: 20px;
    font-weight: 400; }

.mazic-quardant {
  padding: 70px 0;
  text-align: center; }

.quardant-content {
  padding-top: 55px; }

.unique-benefits {
  background: #f1f1f1; }

.shift-mps {
  padding: 70px 0;
  background: url("img/shift-mps-background.jpg") no-repeat center 0;
  background-size: cover;
  min-height: 660px;
  position: relative;
  text-align: center;
  color: #ffffff; }
  .shift-mps h2 {
    color: #ffffff;
    font-size: 26px; }
    .shift-mps h2 small {
      color: #ffffff;
      font-size: 14px;
      display: block; }

.powered-abacus {
  padding: 70px 0;
  text-align: center; }

/*==location single ==*/
.location-single {
  padding: 115px 0 0; }
  .location-single .rating {
    margin: 0 0 30px;
    /*span {
           margin: 0 10px 0 0;
           font-size: 14px;
       } */ }
  .location-single .location-single-left {
    padding-top: 30px; }
    .location-single .location-single-left h2 {
      margin: 0 0 10px;
      font-size: 30px;
      font-weight: 400; }
    .location-single .location-single-left .information {
      margin: 0 0 20px; }
      .location-single .location-single-left .information h3 {
        margin: 0 0 10px; }
      .location-single .location-single-left .information p {
        font-weight: 300;
        font-size: 16px; }
        .location-single .location-single-left .information p .text-danger {
          color: #ed1c24; }
        .location-single .location-single-left .information p span {
          font-weight: 500; }
        .location-single .location-single-left .information p.spl-note {
          background: #ed1c24;
          color: #ffffff;
          padding: 8px 10px; }
          .location-single .location-single-left .information p.spl-note a {
            color: #ffffff;
            text-decoration: underline; }
      .location-single .location-single-left .information .special-note {
        color: #ed1c24;
        margin: -15px 0 -15px 0; }

.arc-services {
  padding: 50px 0;
  text-align: center; }
  .arc-services .service-box {
    width: 210px;
    text-align: left;
    margin: 0 22px 0 0;
    float: left;
    /*min-height: 350px;*/ }
    .arc-services .service-box .pic {
      margin: 0 0 25px;
      box-shadow: 0 2px 4px #cccccc;
      display: none; }
      .arc-services .service-box .pic img {
        width: 100%; }
    .arc-services .service-box .service-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .arc-services .service-box .service-list ul li {
        padding: 0 0 0 15px;
        margin: 0 0 2px;
        background: url("img/list-arrow.png") no-repeat left 9px; }
        .arc-services .service-box .service-list ul li a {
          color: #ed1c24; }
    .arc-services .service-box:last-child {
      margin: 0; }

.review-section {
  padding: 50px 0 30px; }
  .review-section .review-loc .loc_title {
    float: left;
    padding-right: 20px; }
  .review-section .review-loc .rating-star {
    float: left;
    position: relative;
    top: -3px; }
  .review-section .create_review .rr_successful center {
    text-align: left !important;
    color: #000000 !important; }
    .review-section .create_review .rr_successful center strong {
      font-size: 32px !important; }
      .review-section .create_review .rr_successful center strong .review-line-msg {
        display: block !important;
        font-size: 16px !important;
        margin: 22px 0 0 0 !important; }
  .review-section h2 {
    color: #5a5a5a;
    margin-bottom: 10px; }
  .review-section .text-danger {
    color: #ed1c24; }
  .review-section .review {
    font-size: 18px; }
  .review-section .rating {
    font-size: 48px;
    font-weight: 500;
    padding: 20px 0; }
    .review-section .rating span {
      font-size: 30px;
      color: #575757; }
  .review-section .rating-star {
    padding: 0 0 5px; }
  .review-section .review-box {
    background: #f3e9e8;
    padding: 35px 30px;
    margin: 30px 0; }
    .review-section .review-box .border-right {
      border-right: 1px solid #d1cbcb;
      min-height: 140px; }
    .review-section .review-box .review-box-right h4 {
      padding: 20px 0; }
  .review-section .review-header {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 500; }
    .review-section .review-header .pagerInfo {
      color: #ed1c24; }
    .review-section .review-header .reviewFilters {
      border-left: 1px solid #999;
      font-size: 15px;
      color: #888; }
      .review-section .review-header .reviewFilters a {
        color: #575757;
        margin: 0 0 0 15px;
        background: url(img/uncheck.png) no-repeat 0 4px;
        padding-left: 20px; }
        .review-section .review-header .reviewFilters a i {
          margin-right: 10px; }
        .review-section .review-header .reviewFilters a:hover {
          text-decoration: none; }
      .review-section .review-header .reviewFilters a.active {
        color: #575757;
        margin: 0 0 0 15px;
        background: url(img/check.png) no-repeat 0 4px;
        padding-left: 20px;
        text-decoration: none; }
    .review-section .review-header .page-show a {
      color: #575757;
      margin-left: 20px; }
  .review-section .review-footer {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    border-top: 0; }
    .review-section .review-footer .pagerInfo, .review-section .review-footer .pager-fwd {
      color: #ed1c24;
      font-size: 18px;
      font-weight: 500; }
  .review-section .date-time {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666; }
    .review-section .date-time .date,
    .review-section .date-time .location {
      margin-right: 12px; }
    .review-section .date-time .icon {
      margin: 0 5px 0 0;
      color: #000000; }
  .review-section .review-comments {
    padding: 10px 10px 0 10px;
    background: transparent;
    margin-top: -10px;
    color: #999;
    font-size: 15px; }
    .review-section .review-comments h3 {
      margin-bottom: 10px;
      font-size: 13px;
      font-weight: normal;
      color: #999; }
    .review-section .review-comments .comment-heading {
      margin-top: 15px; }
    .review-section .review-comments .review-text {
      padding: 0px; }

.parallax-window {
  background: transparent; }

.print-sol-banner {
  padding: 100px 0 0; }

.role-menu .owl-item {
  background: url(img/nav-divi.png) no-repeat left center;
  min-height: 50px !important;
  padding-left: 10px;
  display: table; }
.role-menu .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%; }
  .role-menu .owl-nav .owl-next, .role-menu .owl-nav .owl-prev {
    position: absolute;
    color: #ffffff;
    font-size: 25px;
    background: #506594; }
  .role-menu .owl-nav .owl-prev {
    left: -15px; }
  .role-menu .owl-nav .owl-next {
    right: -15px; }

.our-locations {
  padding: 70px 0;
  display: none; }
  .our-locations .servicecenters {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden; }
  .our-locations .maptop {
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

/* location page no result found styling */
.not_found p {
  color: #f00;
  padding: 20px 10px;
  text-align: center;
  margin: 20px 0;
  font-size: 20px; }

.role-section .text-content {
  padding: 60px 0;
  font-size: 21px; }
  .role-section .text-content p {
    line-height: 36px; }
  .role-section .text-content h3 {
    line-height: 36px;
    margin-bottom: 30px; }

/* Customers page starts */
.heading-block {
  padding: 60px 0;
  background: #e5e5e5;
  text-align: center; }
  .heading-block h3 {
    color: #000000; }
  .heading-block .custom-heading {
    line-height: 30px;
    text-align: center; }

.company-section .brand-section h3 {
  text-align: center;
  margin: 40px 0 30px; }
.company-section .brand-section .small-line {
  width: 70px; }
.company-section .brand-section ul li {
  list-style-type: none;
  margin: 0 0 40px;
  display: inline-block;
  height: 115px;
  width: 19.5%;
  line-height: 110px;
  text-align: center; }
  .company-section .brand-section ul li img {
    vertical-align: middle; }
.company-section .brand-section .company-lists {
  margin-bottom: 40px; }

.arc-advantage {
  text-align: center;
  padding: 100px 0; }
  .arc-advantage.event-updates .news-box {
    margin-bottom: 40px; }
  .arc-advantage .news-box {
    box-shadow: 0 0 10px #cccccc; }
    .arc-advantage .news-box .pic {
      position: relative; }
      .arc-advantage .news-box .pic img {
        width: 100%; }
    .arc-advantage .news-box .update-text {
      padding: 30px 40px 60px;
      position: relative;
      min-height: 380px;
      margin-bottom: 40px; }
      .arc-advantage .news-box .update-text h3 {
        font-size: 22px;
        margin: 0 0 20px 0;
        height: 50px;
        overflow: hidden; }
      .arc-advantage .news-box .update-text p {
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px 0;
        padding: 0;
        min-height: 150px; }
      .arc-advantage .news-box .update-text .icon-box {
        background: #008fff;
        font-size: 2.8em;
        color: #ffffff;
        width: 86px;
        height: 86px;
        line-height: 86px;
        position: absolute;
        left: 50%;
        margin-left: -43px;
        top: -43px;
        box-shadow: 0 0 10px #cccccc;
        border-radius: 50%; }
      .arc-advantage .news-box .update-text .block-icon {
        width: 105px;
        height: 105px;
        margin: 0 auto;
        background: #ffffff;
        padding: 6px; }
        .arc-advantage .news-box .update-text .block-icon .inner-circle {
          width: 92px;
          height: 92px;
          text-align: center;
          line-height: 91px;
          font-size: 36px;
          color: #575757; }

.arc-technology {
  padding: 80px 0 150px;
  color: #575757;
  text-align: center;
  position: relative;
  min-height: 300px;
  background: url(img/tech-sols-lower-banner.jpg) no-repeat center bottom;
  background-size: 100% 60%; }
  .arc-technology .product-icon {
    margin: 0 0 20px 0;
    color: #000000; }
  .arc-technology h3 {
    margin: 0 0 20px 0; }
  .arc-technology p {
    font-size: 21px;
    line-height: 30px;
    padding: 0 36px;
    color: #000000; }
  .arc-technology a, .arc-technology a:hover {
    color: #000000; }
  .arc-technology .news-box {
    box-shadow: 0 0 10px #cccccc;
    padding: 60px 30px;
    background: #ffffff;
    margin: 60px 0; }
    .arc-technology .news-box .border-right {
      border-right: 1px solid #ccc; }

.arc-print-solution {
  background: url(img/printing-solutions-lower-background.jpg) no-repeat center bottom #ffffff;
  background-size: 100% 60%; }

.home-updates a, .home-updates a:hover {
  color: #000000; }
.home-updates .soln-box {
  text-align: center;
  padding: 40px 60px 0; }
  .home-updates .soln-box .block-icon {
    width: 105px;
    height: 105px;
    border: 1px solid #e4e4e4;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: #ffffff;
    padding: 6px; }
    .home-updates .soln-box .block-icon .inner-circle {
      width: 92px;
      height: 92px;
      border-radius: 50%;
      background: #f1f1f1;
      text-align: center;
      line-height: 91px;
      font-size: 36px;
      color: #000000; }
  .home-updates .soln-box h3 {
    height: auto;
    color: #000000; }
  .home-updates .soln-box p {
    min-height: 80px;
    font-size: 20px;
    line-height: 30px; }
  .home-updates .soln-box .icon-content .icon {
    font-size: 48px;
    margin-bottom: 40px; }

.make-new {
  text-align: center;
  padding: 70px 0 80px;
  background: url(img/make_something_now.jpg) no-repeat center 50%;
  background-size: cover; }
  .make-new h2 {
    margin-bottom: 20px; }
  .make-new p {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; }

.home-customers .rating {
  margin: 0 0 35px 0; }
  .home-customers .rating .star-ratings-css {
    height: 30px;
    width: 165px;
    font-size: 30px; }
    .home-customers .rating .star-ratings-css .star-ratings-css-top {
      height: 30px;
      width: 100%; }
.home-customers .text-content {
  padding-top: 20px; }
.home-customers h3 a, .home-customers .rating a, .home-customers p a {
  color: inherit; }
  .home-customers h3 a:hover, .home-customers .rating a:hover, .home-customers p a:hover {
    text-decoration: none; }

.demo-request {
  padding-top: 250px; }
  .demo-request h1 {
    color: #000000; }

.request-form {
  margin-bottom: 30px; }
  .request-form p {
    color: #3c4a5f;
    font-weight: 400; }
  .request-form hr {
    display: block;
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    width: 100px;
    color: #3c4a5f; }
  .request-form .custom-form .form-control {
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    font-weight: 400;
    border: 1px solid #ccc; }
  .request-form .custom-form textarea.form-control {
    height: 100px;
    resize: none;
    padding-top: 8px; }
  .request-form .custom-form .btn {
    width: 100%;
    height: 40px;
    background: #ed1c24;
    color: #ffffff;
    font-weight: 400;
    margin-top: 5px; }
  .request-form .custom-form span.wpcf7-not-valid-tip {
    color: #ed1c24;
    font-size: 14px;
    margin: 10px 0;
    text-align: left; }
  .request-form .wpcf7-validation-errors {
    border: 1px solid #f62929;
    padding: 5px 10px;
    background: #ffe5e5;
    color: #f62929;
    text-align: center;
    margin: 0 0 10px 0; }
  .request-form .wpcf7-mail-sent-ng, .request-form .wpcf7-mail-sent-ok {
    border: 1px solid #d6e9c6;
    padding: 5px 10px;
    background-color: #dff0d8;
    color: #3c763d;
    text-align: center;
    margin: 0 0 10px 0; }

/* Customers page ends */
/* 404 starts */
.page-height {
  height: 100%; }

.error-banner {
  text-align: center;
  background: url(img/error-page-image.png) no-repeat center bottom;
  min-height: 660px; }
  .error-banner .banner-image {
    padding-top: 34px; }
  .error-banner .banner-content {
    padding-top: 200px; }
    .error-banner .banner-content h2 {
      margin: 0 0 10px 0;
      font-size: 32px; }
  .error-banner .btn-lg {
    margin: 10px 0 0 -308px; }
  .error-banner .error-image {
    margin-bottom: 40px; }
  .error-banner .page-not-found .error-icons {
    margin-bottom: 30px; }
    .error-banner .page-not-found .error-icons a {
      color: #ed1c24; }
    .error-banner .page-not-found .error-icons .go-back {
      padding-right: 80px; }
    .error-banner .page-not-found .error-icons .icon {
      margin-right: 5px; }
  .error-banner .page-not-found p {
    font-size: 20px;
    color: #000000;
    margin: 20px 0;
    font-weight: 400; }

.carousel-indicators li {
  background: #575757;
  border-color: #575757;
  margin: 4px;
  width: 12px;
  height: 12px; }
  .carousel-indicators li.active {
    background: #ed1c24;
    border-color: #ed1c24;
    margin: 4px; }

.container-grey, .container-white {
  background: #f8f8f8;
  padding: 70px 0; }
  .container-grey .bottom-free, .container-white .bottom-free {
    margin-bottom: 0;
    line-height: 35px; }
  .container-grey .vr-middle, .container-white .vr-middle {
    padding-top: 80px;
    font-size: 20px;
    line-height: 30px; }
    .container-grey .vr-middle ul li, .container-white .vr-middle ul li {
      padding: 5px 0; }

.container-white {
  background: #ffffff; }

/* button theme */
.btn-danger {
  background: #ed1c24;
  border-color: #de1219; }
  .btn-danger:hover {
    background: #c61017; }

.btn-default {
  border: 1px solid #de1219;
  background: none;
  color: #ed1c24; }
  .btn-default:hover {
    background: #c61017;
    color: #ffffff; }

/* button theme */
.arc-updates .cont-location {
  margin-bottom: 70px; }
  .arc-updates .cont-location .pic {
    position: relative;
    height: 157px;
    overflow: hidden; }
  .arc-updates .cont-location .map-location {
    padding: 30px;
    min-height: 200px; }
    .arc-updates .cont-location .map-location h3 {
      font-size: 15px;
      height: auto; }
    .arc-updates .cont-location .map-location .btn-default {
      width: 100%;
      margin: 10px 0; }
  .arc-updates .cont-location .location-names {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 50px;
    text-align: center; }
    .arc-updates .cont-location .location-names .icon-location-pin {
      color: #ffffff;
      font-size: 28px; }
    .arc-updates .cont-location .location-names .center-name {
      color: #ffffff;
      font-family: "Lato", sans-serif;
      margin: 5px 0 0 0; }
    .arc-updates .cont-location .location-names .country-loc {
      color: #ffffff;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      text-transform: uppercase; }
.arc-updates .cont-second {
  margin-top: -25px; }
  .arc-updates .cont-second .news-box {
    height: 460px; }
  .arc-updates .cont-second .pic {
    height: 180px; }

.contact-info {
  padding: 30px 0 0 0;
  margin-bottom: 75px;
  height: 384px; }
  .contact-info .contact-cont a {
    color: inherit; }
  .contact-info .contact-cont .icon-box {
    padding: 20px 0px 0 0;
    color: #999999;
    margin-bottom: 20px; }
    .contact-info .contact-cont .icon-box .icon-call-us {
      font-size: 16px; }
    .contact-info .contact-cont .icon-box span {
      color: #666666;
      font-size: 18px;
      font-family: "Lato", sans-serif; }
  .contact-info .contact-cont h4 {
    margin-top: 0;
    color: #666666; }

.contact-form {
  background: #ffffff;
  padding: 30px 0;
  margin-top: -70px;
  box-shadow: 0 0 10px #cccccc; }
  .contact-form .custom-form {
    margin: 0 25px; }
    .contact-form .custom-form .form-control {
      border: 1px solid #e6e6e6;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06); }
    .contact-form .custom-form textarea.form-control {
      height: 100px;
      padding: 5px 20px; }
    .contact-form .custom-form .wpcf7-character-count {
      float: left;
      font-style: italic;
      font-size: 15px;
      margin: 10px 0;
      color: #000000; }

.top-star-rating {
  cursor: pointer; }
  .top-star-rating .header_rating {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 35px;
    cursor: pointer; }
  .top-star-rating .heading-header {
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
    cursor: pointer; }
  .top-star-rating .heading-review {
    padding-left: 20px;
    cursor: pointer; }

.input-group-btn.reset_event_btn {
  padding-left: 10px; }

.banner-content a.btn .icon {
  display: none; }

.all-services {
  position: relative; }
  .all-services ul {
    position: absolute;
    list-style-type: none;
    padding: 5px 0;
    background: white;
    z-index: 100;
    width: 250px;
    box-shadow: 0 0 3px #666;
    left: 20px;
    top: 0;
    transition: all ease-in-out .2s;
    display: none; }
    .all-services ul li {
      padding: 3px 0; }
      .all-services ul li a {
        color: #444; }
  .all-services:hover ul {
    display: block;
    top: -352px;
    transition: all ease-in-out .2s; }
    .all-services:hover ul li:hover a {
      color: #ed1c24;
      text-decoration: none; }

.rev_cnt {
  font-size: 24px;
  position: relative;
  top: -28px;
  left: 170px;
  font-weight: 400;
  display: inline-block; }

.article-footer .wpcf7-not-valid-tip {
  display: none !important; }

.before-mps-box {
  background: url(img/before-mps.jpg) no-repeat right top #999999;
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 500px;
  border-right: 3px solid #fff; }

.after-mps-box {
  background: url(img/after-mps.jpg) no-repeat left top #999999;
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 500px;
  border-left: 3px solid #fff; }

/* location other  */
.all-page {
  margin-top: 40px; }
  .all-page.west-location h2 {
    font-size: 20px;
    margin: 0 0 20px 0; }
  .all-page.west-location h3 {
    color: #000000;
    margin: 20px 0;
    font-size: 18px; }
  .all-page.west-location .service-call-iframe {
    float: left; }
  .all-page .region-links {
    margin: 20px 0; }

.review-progress {
  position: absolute;
  right: 0;
  left: 0;
  width: 350px;
  margin-top: -20px; }
  .review-progress .panel {
    background: #f8f8f8; }
  .review-progress .arrow {
    width: 0px;
    height: 0px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #f5f5f5;
    left: 44%;
    top: -6px;
    position: absolute; }
  .review-progress .star-total {
    margin-bottom: 20px; }
  .review-progress .review-bar .star-number, .review-progress .review-bar .star-percent {
    color: #ed1c24; }
  .review-progress .review-bar .progress {
    height: 25px;
    margin-bottom: 10px;
    border-radius: 0; }
  .review-progress .review-bar .progress-bar {
    background-color: #ed1c24; }

.request-demo-banner {
  background: url(img/request-a-demo-background.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 30px; }
  .request-demo-banner .banner-content h1 {
    margin-bottom: 20px; }
  .request-demo-banner .banner-content h4 {
    margin-bottom: 30px;
    line-height: 25px; }
  .request-demo-banner.new-contact-background {
    background: url(img/form-background.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 30px; }
    .request-demo-banner.new-contact-background .banner-content h2, .request-demo-banner.new-contact-background .banner-content h4 {
      color: #ffffff; }
    .request-demo-banner.new-contact-background .banner-content .icon {
      display: block;
      font-size: 18px;
      color: #ffffff; }
      .request-demo-banner.new-contact-background .banner-content .icon .phone-no {
        color: #ffffff;
        font-family: "Lato", sans-serif;
        padding-left: 5px;
        vertical-align: baseline;
        font-size: 20px; }
        .request-demo-banner.new-contact-background .banner-content .icon .phone-no a {
          color: #ffffff; }
    .request-demo-banner.new-contact-background .banner-content .arc-mail {
      padding: 20px 0 20px 0; }
    .request-demo-banner.new-contact-background .banner-content hr {
      border-color: #8c9295; }
    .request-demo-banner.new-contact-background .request-form .custom-form .form-control {
      background-color: rgba(255, 255, 255, 0.9); }
    .request-demo-banner.new-contact-background .request-form .custom-form .message {
      padding: 0;
      margin: 0;
      background: transparent;
      color: transparent;
      border-left: none; }

.icon.icon-external-link {
  font-size: 9px;
  padding-left: 9px; }

.image-place {
  position: relative; }
  .image-place .quick-result-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.banner .icon {
  display: none; }

.banner.banner-location .location-search .icon {
  display: block; }

/* webkit hack for chrome, safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .home-customers .rating .star-ratings-css {
    width: 205px;
    font-size: 28px; }
    .home-customers .rating .star-ratings-css .star-ratings-css-top {
      height: 40px; }

  .all-services:hover ul {
    display: block;
    top: -347px;
    transition: all ease-in-out .2s; } }
.spl-panel {
  color: #ffffff;
  background-size: 100%; }
  .spl-panel h3 {
    color: #ffffff; }
  .spl-panel .text-content {
    margin: 0;
    padding: 0 0 50px; }
    .spl-panel .text-content a {
      display: inline-block;
      margin-top: 15px; }

/* IE10+ hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .star-ratings-css {
    width: 125px; } }
/* Mac os fix */
.mac-os .star-ratings-css {
  width: 125px; }

#bitnami-banner {
  display: none; }

.bitnami-corner-image {
  display: none !important; }

.mac-os .header_rate .star-ratings-css {
  width: 170px; }

.tab_area {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
  margin: -28px 0 20px 0; }
  .tab_area a {
    margin: 0 20px;
    color: #000000;
    font-weight: bold;
    text-decoration: none; }
    .tab_area a:hover {
      text-decoration: none;
      color: #000000; }
  .tab_area .active {
    border-bottom: 4px solid #ed1c24 !important;
    color: #ed1c24;
    padding: 5px 0px;
    font-size: 18px;
    font-weight: bold; }
    .tab_area .active:hover {
      color: #ed1c24; }

.info-block {
  background: #e7e7e7; }
  .info-block .main-blocks {
    padding: 100px 0; }
    .info-block .main-blocks .update-text {
      padding: 50px 20px 50px; }
    .info-block .main-blocks .soln-box {
      box-shadow: 0 0 20px #ddd;
      padding: 0;
      margin-bottom: 0;
      text-align: center;
      background-color: #fcfcfc; }
      .info-block .main-blocks .soln-box .icon {
        font-size: 40px;
        color: #008fff;
        margin-bottom: 30px; }
      .info-block .main-blocks .soln-box p {
        font-size: 16px;
        font-family: "Lato", sans-serif;
        line-height: 26px; }
      .info-block .main-blocks .soln-box h3 {
        font-size: 22px; }
      .info-block .main-blocks .soln-box img {
        width: 100%; }
      .info-block .main-blocks .soln-box.bg-white {
        background-color: #fff; }
  .info-block .first-block {
    width: 33%;
    float: left;
    min-height: 1px;
    z-index: 1; }
  .info-block .second-block {
    width: 33%;
    float: left;
    position: relative;
    min-height: 1px;
    z-index: 3;
    margin: -12px 0 0 0; }
  .info-block .third-block {
    width: 33%;
    float: left;
    min-height: 1px;
    z-index: 1; }

.scroll-ani3 {
  min-height: 600px; }

.bg-white {
  background: #ffffff; }

.video-overlay {
  background: url(img/video-overlay.png) no-repeat center 0;
  background-size: cover;
  padding-bottom: 40px; }
  .video-overlay .banner-content h1, .video-overlay .banner-content p {
    color: #ffffff; }

.mps-box {
  background: #a8a8a8;
  height: auto; }

.animated.ani-left-item3, .animated.ani-right-item3 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.scroll-ani4, .scroll-ani5, .scroll-ani6 {
  min-height: 420px; }

.scroll-ani4 [class^="col-"]:nth-child(1) .ani-pic-item1 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }
.scroll-ani4 [class^="col-"]:nth-child(2) .ani-pic-item1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }
.scroll-ani4 [class^="col-"]:nth-child(3) .ani-pic-item1 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }
.scroll-ani4 [class^="col-"]:nth-child(4) .ani-pic-item1 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.scroll-ani5 [class^="col-"]:nth-child(1) .ani-pic-item2 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }
.scroll-ani5 [class^="col-"]:nth-child(2) .ani-pic-item2 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }
.scroll-ani5 [class^="col-"]:nth-child(3) .ani-pic-item2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }
.scroll-ani5 [class^="col-"]:nth-child(4) .ani-pic-item2 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.scroll-ani6 [class^="col-"]:nth-child(1) .ani-pic-item3 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }
.scroll-ani6 [class^="col-"]:nth-child(2) .ani-pic-item3 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }
.scroll-ani6 [class^="col-"]:nth-child(3) .ani-pic-item3 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }
.scroll-ani6 [class^="col-"]:nth-child(4) .ani-pic-item3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

/* Video Css */
.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%; }
  .cover .hi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 26px;
    text-align: center; }
    .cover .hi span {
      color: #ff0;
      cursor: pointer;
      text-decoration: underline; }
    .cover .hi em {
      font-style: normal; }
      .cover .hi em.hidden {
        display: none; }

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s; }
    .tv .screen.active {
      opacity: 1; }

.single-loaction-banner {
  background: url(img/valencia-banner.jpg) no-repeat center 0;
  height: 350px;
  background-size: cover;
  padding-top: 130px; }
  .single-loaction-banner p {
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0; }
  .single-loaction-banner .btn {
    margin-right: 10px;
    display: inline-block;
    border-color: #000000;
    color: #000000; }
    .single-loaction-banner .btn:hover {
      background: #000000;
      color: #ffffff; }

.center-typ {
  padding-bottom: 20px; }
  .center-typ .center-category {
    display: block; }
    .center-typ .center-category i.icon {
      margin: 0 5px 0 0;
      color: #ed1c24;
      display: inline-block;
      font-size: 14px; }

.new-information {
  padding: 80px 0; }
  .new-information .border-area {
    border-left: 1px solid #ddd; }
  .new-information .corporate-headquarters address {
    font-family: "Lato", sans-serif;
    line-height: 1.75; }
    .new-information .corporate-headquarters address strong {
      font-size: 18px; }
    .new-information .corporate-headquarters address .arc-phone {
      padding: 0; }
      .new-information .corporate-headquarters address .arc-phone .icon {
        vertical-align: middle;
        font-size: 18px;
        margin-right: 10px;
        color: #777676; }
      .new-information .corporate-headquarters address .arc-phone span {
        vertical-align: middle; }
  .new-information .corporate-headquarters .arc-border {
    max-width: 100%;
    border-width: 1px;
    border-bottom: 1px solid #ed1c24;
    padding-bottom: 4px; }
  .new-information .corporate-headquarters.first-col-address {
    margin: 0 100px; }

.customer-story-main {
  padding-top: 170px; }
  .customer-story-main .pic {
    position: relative;
    width: 104%; }
    .customer-story-main .pic img {
      width: 100%; }
    .customer-story-main .pic .post-title {
      position: absolute;
      width: 100%; }
  .customer-story-main .post-title h4 {
    margin: 0;
    padding: 6px 30px 7px;
    color: #ffffff;
    background: #000000;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    background: #eb6803; }
  .customer-story-main .content-page .post-title h2 {
    margin: 50px 0 10px 0; }
  .customer-story-main .content-page .post-info {
    color: #eb6803; }
    .customer-story-main .content-page .post-info hr {
      margin-bottom: 40px; }
  .customer-story-main .content-page .post-content p {
    margin-bottom: 30px; }
  .customer-story-main .wrapper {
    position: relative; }
    .customer-story-main .wrapper .text-wrapper {
      position: absolute;
      top: 60%; }
      .customer-story-main .wrapper .text-wrapper p {
        bottom: 10px;
        padding: 0 10px;
        position: absolute;
        color: #eb6803; }
  .customer-story-main.customer-story-content {
    padding: 0 0 50px 0; }

/* Newsletter modal */
.newsletter-modal .modal-header {
  border: none; }
.newsletter-modal .modal-image {
  height: 274px; }
  .newsletter-modal .modal-image img {
    position: absolute;
    bottom: -15px; }
.newsletter-modal .newsletter-content {
  margin: 10px 0 12px 0;
  text-align: center; }
  .newsletter-modal .newsletter-content h3 {
    margin: 0px;
    color: #000000;
    font-weight: 500;
    margin-bottom: -15px; }
  .newsletter-modal .newsletter-content hr {
    margin-top: 10px; }
  .newsletter-modal .newsletter-content p {
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.50em;
    color: #000000; }
  .newsletter-modal .newsletter-content .input-group .form-control {
    border-radius: 0; }
  .newsletter-modal .newsletter-content #mc_embed_signup .mc-field-group {
    min-height: 60px; }
  .newsletter-modal .newsletter-content #mc_embed_signup .mc-field-group input {
    color: #000000;
    width: 75%;
    border-radius: 0;
    padding: 8px 12px; }
  .newsletter-modal .newsletter-content #mc_embed_signup .signup-btn {
    float: right;
    position: absolute;
    top: 9%;
    left: 72%;
    right: 0;
    bottom: 0; }
    .newsletter-modal .newsletter-content #mc_embed_signup .signup-btn input {
      border-radius: 0;
      height: 38px;
      background: #ed1c24;
      border-color: #de1219; }
      .newsletter-modal .newsletter-content #mc_embed_signup .signup-btn input:hover {
        background: #c61017; }

/* Newsletter modal */
.closest-location {
  padding: 0 0 50px 0; }
  .closest-location .border-right {
    border-right: 1px solid #ccc; }
  .closest-location h3 {
    color: #000000;
    font-weight: 400; }
  .closest-location.location-single .location-single-left {
    padding-top: 0; }
  .closest-location.location-single .specific-location {
    margin: 0 0 10px; }

.review_bar {
  position: absolute;
  z-index: 999; }

.life-safety {
  background: url(img/emergency-background.jpg) no-repeat;
  background-size: cover; }
  .life-safety.health-care {
    background: url(img/healthcare-background.jpg) no-repeat;
    background-size: cover; }
  .life-safety .left-content {
    padding: 85px 0 0 0; }
    .life-safety .left-content h2 {
      color: #ffffff;
      font-size: 40px;
      font-family: "Lato", sans-serif;
      line-height: 55px;
      margin: 0 0 20px; }
    .life-safety .left-content p {
      color: #ffffff;
      margin: 0 0 55px;
      font-size: 22px; }
    .life-safety .left-content .btn {
      padding: 10px 25px;
      font-size: 18px; }
  .life-safety .right-block {
    padding: 70px 0; }
    .life-safety .right-block .healthcare-img {
      position: relative; }
    .life-safety .right-block .download-btn {
      position: absolute;
      left: 44%;
      top: 42%;
      cursor: pointer; }

.image-thumbnail-modal .modal-header {
  border: none; }
.image-thumbnail-modal .carousel-text h3 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin: 0; }

.footer-button .btn {
  border-color: #ffffff;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.07);   
  margin-top: 40px;
}

hr.mps-devider {
  width: 100% !important;
  border: 1px solid #ed1c24 !important;
  margin: 25px auto !important; }

/* Media query starts */
/* For Larger Dekstops */
@media (min-width: 1367px) {
  .location-single-left .rating span .review_rate {
    margin-left: 50px; } }
@media (min-width: 1170px) {
  .contact-info {
    height: 330px; } }
/* For Dekstop */
@media screen and (max-width: 1169px) {
  .menu ul li {
    margin: 0 20px; }

  .client-section .client-logo {
    padding: 25px 6px; }

  .date-time {
    height: 40px; }
    .date-time span {
      display: block; }

  .cont-location .update-text p {
    min-height: auto;
    margin-bottom: 20px; }

  .update-text p {
    min-height: 150px; }

  .banner-content {
    padding: 150px 0 30px; }

  .quick-results .quick-result-img {
    margin-top: 0; }

  .role-category ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block; }
    .role-category ul li {
      list-style: none;
      display: inline-block;
      vertical-align: middle;
      border: none;
      width: 160px; }
      .role-category ul li a {
        padding: 10px 0;
        font-weight: 600;
        color: #ffffff;
        display: block;
        width: 80px;
        margin: 0 auto;
        text-align: center; }
      .role-category ul li:last-child {
        border: none; }

  .services-features .first:after {
    border: none; }
  .services-features .second:after {
    border: none; }
  .services-features .third:after {
    border: none; }

  .portfolio .sample-works ul li span {
    font-size: 16px; }

  .after-mps .after-mps-content ul li {
    padding: 0 5px; }

  .request-form.contact-form .custom-form {
    margin: 0 25px; }
  .request-form .custom-form {
    margin: 0; }

  .carousel-indicators {
    bottom: -20px; }

  #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item a.mega-menu-link {
    padding: 0 15px; }

  .life-safety .right-block .download-btn, .health-care .right-block .download-btn {
    left: 40%; } }
/* For Tablet */
@media screen and (max-width: 991px) {
  .arc-updates .news-box {
    margin-bottom: 30px; }
    .arc-updates .news-box .update-text {
      min-height: inherit; }
      .arc-updates .news-box .update-text p {
        min-height: inherit; }

  .arc-diff .diff-content {
    text-align: center; }
    .arc-diff .diff-content .diff-text {
      padding-top: 30px; }
    .arc-diff .diff-content .text-right {
      text-align: center;
      float: none !important; }

  .menu ul li {
    margin: 0 10px; }

  .banner-article .article-box {
    margin: 0; }
  .banner-article .banner-content {
    padding: 140px 0 30px; }

  .article-details h3 {
    font-size: 20px; }

  .portfolio .sample-works.four-col ul li {
    width: 30%;
    margin: 2% 1.5%; }

  .control-print-cost,
  .arc-print-sol,
  .mps-process,
  .no-hidden-cost,
  .mazic-quardant,
  .shift-mps,
  .powered-abacus {
    padding: 40px 0; }

  .shift-mps, .after-mps {
    min-height: auto; }

  .after-mps .after-mps-content {
    margin-bottom: 40px; }
    .after-mps .after-mps-content ul li {
      padding: 0 5px;
      font-size: 12px; }
  .after-mps .mps-cta {
    position: relative;
    bottom: 0; }

  .arc-print-sol .content-block {
    padding: 30px 10px; }

  .arc-technology {
    background: #DEECF4;
    padding-bottom: 70px; }
    .arc-technology .news-box {
      box-shadow: 0 0 0 transparent;
      position: initial; }
      .arc-technology .news-box .border-right {
        border-right: none;
        margin-bottom: 15px; }

  .arc-custom {
    padding: 70px 0;
    min-height: auto; }

  .top-slider .banner-content {
    padding-left: 40px;
    padding-right: 40px; }

  .container-grey .pull-right, .container-white .pull-right {
    float: left !important; }
  .container-grey .vr-middle, .container-white .vr-middle {
    padding-top: 0px; }

  .home-updates .soln-box {
    padding: 40px 20px 0; }

  .contact-cont {
    text-align: center; }
    .contact-cont .row {
      margin: 0; }

  .rev_cnt {
    top: 0px;
    left: 0px; }

  .after-mps-box, .before-mps-box {
    border: none; }

  .request-demo-banner {
    background-position: -300px; }

  .image-place .quick-result-img {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%; }

  .tab_area a {
    margin: 0 4px !important; }
  .tab_area .active {
    font-size: 16px; }

  .contact-info {
    height: inherit;
    margin-bottom: 0; }
    .contact-info .contact-cont {
      margin: 0 0 30px 0; }

  .event-updates .news-box .update-text .row {
    position: relative;
    bottom: 0; }

  .new-information .corporate-headquarters.first-col-address {
    margin: 0; }

  .customer-story-main .text-wrapper p {
    display: none; }

  #mega-menu-wrap-main_nav .mega-menu-toggle.mega-menu-open + #mega-menu-main_nav {
    width: 767px; }

  #mega-menu-wrap-main_nav .mega-menu-toggle + #mega-menu-main_nav li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-main_nav .mega-menu-toggle + #mega-menu-main_nav li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    left: 15px; }

  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    left: 15px !important; }

  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 20px !important; }

  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    left: 15px; }

  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
    height: 42px !important;
    line-height: 30px !important; }

  .construction-app-info.new-video h2 {
    margin: 0; }

  .light-blue-bg.smartscreen-section .smartscreen-image img {
    padding: 20px 0 0 0; }
  .light-blue-bg.smartscreen-section .smartscreen-content {
    padding: 20px 0 0 0; }
    .light-blue-bg.smartscreen-section .smartscreen-content h2 {
      font-size: 28px;
      line-height: 38px; } }
@media all and (max-width: 991px) and (min-width: 766px) {
  #mega-menu-wrap-main_nav .mega-menu-toggle.mega-menu-open + #mega-menu-main_nav {
    width: 766px;
    left: 15px;
    height: 470px;
    overflow-y: auto; }

  .navbar.header-menu.navbar-fixed-top {
    padding: 10px 0; }

  .navbar.header-menu.navbar-fixed-top.fixed-head {
    padding: 0; }

  .review-section .review-header .reviewFilters {
    border: none; }
  .review-section .review-header .paginations {
    text-align: left; }

  .review .date-time {
    height: auto;
    margin-bottom: 5px; }
    .review .date-time span {
      display: inline-block; }

  .construction-app-info .video-frame {
    margin: 0 auto 30px; } }
/* For large mobile devices */
@media screen and (max-width: 767px) {
  .ftr-new .display-flex{display:block;}
  .news-box {
    margin-bottom: 30px; }

  footer .footer-bottom {
    text-align: center; }
    footer .footer-bottom .terms {
      text-align: center; }
    .footer-button .btn {
        margin-top:0;
    }
  .scrol-indicator {
    display: none; }

  .banner {
    min-height: inherit; }
    .banner .right-content {
      padding: 130px 15px 40px;
      text-align: center; }
    .banner h1 {
      font-size: 30px;
      line-height: 34px; }

  .client-section {
    padding: 40px 15px; }

  .arc-diff {
    padding-top: 40px; }
    .arc-diff .diff-content {
      margin-bottom: 50px; }

  .arc-updates {
    padding: 40px 0 20px; }
    .arc-updates.event-updates .news-box .update-text .row {
      position: relative; }
    .arc-updates.event-updates .news-box .update-text h3 {
      height: auto; }
    .arc-updates.event-updates .news-box .update-text p {
      min-height: auto; }

  .testimonials {
    /*padding: 50px 0 120px;*/ }
    .testimonials p {
      padding: 0 0 40px; }

  h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 38px; }

  .client-section h2 {
    margin-bottom: 20px; }

  nav .icon {
    display: none; }
  nav.navbar {
    padding: 10px 0; }

  .nav-location {
    padding-left: 20px; }

  .client-section .client-logo {
    width: 33%; }
    .client-section .client-logo:nth-child(3n+1) {
      border-right: none; }

  .quick-results {
    text-align: center; }
    .quick-results .quick-results-content {
      padding-left: 0;
      background: none; }
    .quick-results .request-demo-btn {
      padding-left: 0; }
    .quick-results .quick-result-img {
      margin-top: 30px; }

  .access-info {
    padding: 40px 0;
    background: #d9f1fe; }
    .access-info h2 {
      text-align: center; }
    .access-info ul li {
      margin-bottom: 20px;
      font-size: 22px; }
      .access-info ul li span {
        margin-right: 18px; }

  .breadcrumbs {
    padding: 10px 0;
    font-size: 13px; }
    .breadcrumbs ul li:after {
      margin: 0 5px; }

  .features, .construction-app-info, .global-location {
    padding: 40px 0; }

  .quick-results, .printing-services {
    padding: 40px 0 0; }

  .features .content-block {
    padding-top: 20px; }

  .banner-content {
    padding: 100px 0 30px;
    text-align: center; }

  .request-block {
    padding: 10px 0;
    text-align: center; }
    .request-block .col-md-4 {
      text-align: center; }

  .arc-products p {
    margin-bottom: 30px; }

  .tech-banner {
    padding-top: 115px; }

  .diff-nav ul li {
    display: inline-block; }

  .art-number {
    margin: 0 0 20px 0; }

  .more-btn {
    display: block;
    width: 100%; }

  .article-details {
    padding: 50px 0 25px; }
    .article-details h1 {
      font-size: 30px;
      line-height: 45px;
      margin: 0 0 25px 0; }
    .article-details h3 {
      font-size: 16px; }
      .article-details h3 .sep {
        display: block;
        text-indent: -9999px; }

  .leader-section ul {
    text-align: left;
    margin: 0; }
    .leader-section ul li {
      display: inline-block; }

  .article-footer {
    text-align: center; }
    .article-footer .btn-area {
      text-align: center; }
    .article-footer .social-links {
      padding: 0 0 40px 0; }
      .article-footer .social-links ul li {
        display: inline-block;
        float: none; }

  .portfolio {
    padding: 40px 0; }
    .portfolio .sample-works.four-col ul li {
      width: 46%;
      margin: 2% 2%; }
      .portfolio .sample-works.four-col ul li img {
        width: 100%; }
    .portfolio .sample-works.four-col ul .review-section .review-box .border-right {
      border: 0; }
    .portfolio .sample-works.four-col ul .review-section .review-box-right .btn {
      margin-bottom: 10px; }
    .portfolio .sample-works.four-col ul .review-section .review-header {
      text-align: center; }
    .portfolio .sample-works ul li {
      width: 31.33%; }

  .printing-services .services-row .pull-right {
    float: none !important; }
  .printing-services .services-row .print-services-item {
    padding-top: 40px; }

  .breadcrumbs {
    position: relative; }

  .location-search input[type='text'] {
    width: 75%; }
  .location-search button[type='submit'] {
    width: 23%;
    right: 60px; }

  .article-bottom {
    padding: 50px 0 0 0; }

  .banner-article .article-box .art-number {
    bottom: 35px;
    width: 100%; }

  .arc-services .service-box {
    width: 120px; }

  .arc-technology .news-box {
    box-shadow: 0 0 0 transparent;
    position: initial; }
    .arc-technology .news-box .border-right {
      border-right: none;
      margin-bottom: 15px; }

  .arc-custom {
    padding: 70px 0;
    min-height: auto; }

  /* customer responsiveness */
  .company-section .brand-section ul li {
    height: 70px;
    line-height: 40px; }

  .home-customers .rating .star-ratings-css {
    margin: 0 auto; }

  .request-form .custom-form {
    margin: 0; }

  .top-slider .home-slider {
    min-height: inherit; }
    .top-slider .home-slider .banner-content {
      padding-left: 20px;
      padding-right: 20px; }
  .top-slider .carousel-control {
    width: 40px; }

  .banner-location {
    padding: 120px 0 80px; }
    .banner-location .location-search button[type="submit"] {
      right: 0; }
    .banner-location .location-search input[type="text"] {
      width: 84%; }

  .home-updates .soln-box {
    padding: 40px 0 0; }

  .review-progress {
    position: relative; }

  .event-pills {
    margin: 40px 0 0; }

  .request-demo-banner {
    background-size: 100%;
    background-position: 0 0; }
    .request-demo-banner.new-contact-background {
      background-size: 100%;
      background-position: 0 0; }
      .request-demo-banner.new-contact-background .banner-content {
        padding: 25px 0 20px 0; }
        .request-demo-banner.new-contact-background .banner-content hr {
          border: none; }
      .request-demo-banner.new-contact-background .icon {
        text-align: left; }

  .info-block .first-block, .info-block .second-block, .info-block .third-block {
    width: 100%; }

  .single-loaction-banner {
    padding-top: 70px;
    font-size: 500px; }

  .customer-story-main {
    padding-top: 100px; }
    .customer-story-main .wrapper {
      height: auto !important; }
      .customer-story-main .wrapper .text-wrapper {
        position: relative; }

  .collateral-block {
    border: none; }

  .newsletter-modal .modal-image {
    height: auto; }
    .newsletter-modal .modal-image img {
      position: relative;
      bottom: 50px; }
  .newsletter-modal .newsletter-content {
    margin: -15px 0 12px 0; }
    .newsletter-modal .newsletter-content h3 {
      font-size: 16px; }

  .navbar.header-menu.navbar-fixed-top {
    padding: 10px 0; }

  .navbar.header-menu.navbar-fixed-top.fixed-head {
    padding: 0; }

  .review .date-time {
    height: auto;
    margin-bottom: 5px; }

  .leaders.voice-arc .postVideo {
    width: auto; }
  .leaders.voice-arc .career-video iframe {
    width: auto;
    height: auto; } }
@media all and (max-width: 765px) and (min-width: 481px) {
  #mega-menu-wrap-main_nav .mega-menu-toggle.mega-menu-open + #mega-menu-main_nav {
    width: 481px; }

  #mega-menu-wrap-main_nav {
    margin-top: -60px !important;
    z-index: 999999999 !important; }

  .newsletter-modal .modal-image img {
    left: 20%; }
  .newsletter-modal .newsletter-content h3 {
    text-align: center; }
  .newsletter-modal .newsletter-content hr {
    width: 250px; }

  .light-blue-bg.smartscreen-section .smartscreen-content .app-module a {
    border: none; } }
/* For  mobile devices */
@media screen and (max-width: 480px) {
  .role-category ul li, .event-pills ul li {
    width: 100%; }
    .role-category ul li a, .event-pills ul li a {
      width: 100%; }

  .pagination-events .pagination li a {
    padding: 0 3px;
    line-height: 1em; }

  .event-updates .row {
    margin-bottom: -25px; }

  .portfolio .sample-works ul li {
    width: 46%;
    margin: 2%; }
    .portfolio .sample-works ul li img {
      width: 100%; }
    .portfolio .sample-works ul li span {
      font-size: 11px;
      line-height: 15px; }

  .after-mps .after-mps-content ul li {
    display: block;
    text-align: left;
    font-size: 15px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .after-mps .after-mps-content ul li:last-child {
      border: none;
      padding-bottom: none; }

  .pagination-events .pagination li a {
    padding: 0 3px;
    line-height: 1em; }

  .event-updates .row {
    margin-bottom: -25px; }

  .location-search.search-list button[type='submit'] {
    bottom: 0px; }
  .location-search button[type='submit'] {
    width: auto;
    right: 58px;
    bottom: 56px; }

  .arc-services .service-box {
    width: 100%; }

  /* customer responsiveness */
  .company-section .brand-section ul li {
    width: 45%; }

  .error-banner .banner-image {
    padding-top: 40px; }
  .error-banner .banner-content h2 {
    font-size: 18px; }
  .error-banner .banner-content p {
    font-size: 18px;
    margin-bottom: 0px; }
  .error-banner .btn-lg {
    margin: -15px 0 0 0; }
  .error-banner .error-image {
    margin-bottom: 10px; }
  .error-banner .page-not-found .error-icons {
    margin-bottom: 10px; }
  .error-banner .page-not-found .btn-lg {
    margin-bottom: 0px; }

  .banner-location .location-search input[type="text"] {
    width: 75%; }
  .banner-location .location-search button[type="submit"] {
    right: 28px; }

  .tab_area {
    font-size: 12px;
    font-weight: bold; }

  .review-progress {
    width: auto; }

  .new-information .border-area {
    border-left: none; }

  .request-demo-banner.new-contact-background .banner-content h4 {
    color: #000000;
    padding: 40px 0 0 0; }

  #mega-menu-wrap-main_nav .mega-menu-toggle.mega-menu-open + #mega-menu-main_nav {
    width: 320px;
    left: 15px;
    height: 308px;
    overflow-y: auto; }

  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 15px 15px 0px !important; }

  .navbar-header {
    float: left; }

  .construction-app-info.new-video .video-frame {
    max-width: 320px; }
  .construction-app-info.new-video h2 {
    font-size: 22px;
    letter-spacing: initial; }

  .life-safety .left-content h2, .health-care .left-content h2 {
    font-size: 30px; }
  .life-safety .left-content p, .health-care .left-content p {
    margin: 0 0 30px; }

  .newsletter-modal .newsletter-content p {
    line-height: 1.25em; }
  .newsletter-modal .newsletter-content #mc_embed_signup .signup-btn {
    float: none;
    position: relative;
    top: 0%;
    left: 0%;
    right: 0;
    bottom: 0; }

  .review-footer .pager-fwd {
    position: relative;
    top: -11px; }

  .light-blue-bg.smartscreen-section .smartscreen-content .install-app {
    margin: 0 0 15px 0; }
  .light-blue-bg.smartscreen-section .smartscreen-content .app-module a {
    margin: 0 50px;
    border: none; } }
