body {
  font-family: Ubuntu, Helvetica, Arial, Lucida, sans-serif;
  color: #444;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-display: swap; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  color: #000;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-display: swap; }

nav, nav a {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  font-display: swap; }

nav.white {
  background-color: #fff !important; }

a {
  text-decoration: none; }

button#submit-btn:disabled {
  background-color: #565656;
  color: #efefef;
  cursor: not-allowed; }

.service-category-section {
  min-height: 75vh;
  max-height: 900px;
  background-size: clamp(40%, 55%, 95vh);
  background-repeat: no-repeat; }

@media only screen and (max-width: 992px) {
  .service-category-section {
    min-height: auto;
    height: auto;
    max-height: none; } }

.card-title {
  overflow: hidden;
  text-overflow: ellipsis; }

@media only screen and (min-width: 768px) {
  .services-container .col:nth-child(3) {
    -webkit-mask-image: linear-gradient(to right, black, rgba(0, 0, 0, 0)), linear-gradient(to right, black, rgba(0, 0, 0, 0));
    -webkit-mask-size: 100% 50%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top, left bottom; }
  .services-container .read-more-arrow {
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: #fafafa;
    width: 50px;
    height: 50px;
    border: 1px solid #fafafa;
    border-radius: 25px;
    position: absolute;
    right: -20px;
    top: 40%;
    background: #940e20;
    -webkit-box-shadow: 5px 5px 25px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 5px 5px 25px 0px rgba(51, 51, 51, 0.5);
    box-shadow: 5px 5px 25px 0px rgba(51, 51, 51, 0.5); } }

.read-more-arrow-mobile {
  font-weight: bold;
  text-align: center;
  color: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 50px;
  line-height: 23px;
  padding: 12px 20px;
  background: #940e20;
  -webkit-box-shadow: 5px 5px 25px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 5px 5px 25px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 5px 5px 25px 0px rgba(51, 51, 51, 0.5); }

.service-category-section.web {
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 50vw;
  background-image: url("/images/theme/laptop-right-overflow-web-gatsby.jpg"); }

@supports (background-image: -webkit-image-set(url("/images/theme/laptop-right-overflow-web-gatsby.webp") 1x)) {
  .service-category-section.web {
    background-image: -webkit-image-set(url("/images/theme/laptop-right-overflow-web-gatsby.webp") 1x); } }

@media only screen and (max-width: 992px) {
  .service-category-section.web {
    background: none; } }

.service-category-section.marketing {
  background-position-x: 17vw;
  background-position-y: center;
  background-repeat: no-repeat;
  background-image: url("/images/theme/phone-full-marketing.png");
  background-size: clamp(10%, 18%, 25%) auto; }

@supports (background-image: -webkit-image-set(url("/images/theme/phone-full-marketing.webp") 1x)) {
  .service-category-section.marketing {
    background-image: -webkit-image-set(url("/images/theme/phone-full-marketing.webp") 1x); } }

@media only screen and (max-width: 992px) {
  .service-category-section.marketing {
    background: none; } }

.service-category-section.it {
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 50vw;
  background-image: url("/images/theme/laptop-left-overflow-it.png"); }

@supports (background-image: -webkit-image-set(url("/images/theme/laptop-left-overflow-it.webp") 1x)) {
  .service-category-section.it {
    background-image: -webkit-image-set(url("/images/theme/laptop-left-overflow-it.webp") 1x); } }

@media only screen and (max-width: 992px) {
  .service-category-section.it {
    background: none; } }

.service-category-section.other-services {
  background-position-x: right;
  background-position-y: top;
  background-size: 70%;
  background-image: url("/images/theme/devices-full-other-services.jpg"); }

@supports (background-image: -webkit-image-set(url("/images/theme/devices-full-other-services.webp") 1x)) {
  .service-category-section.other-services {
    background-image: -webkit-image-set(url("/images/theme/devices-full-other-services.webp") 1x); } }

@media only screen and (max-width: 992px) {
  .service-category-section.other-services {
    background: none; } }

.bg-grey {
  background: #fafafa; }

.underline-divider {
  width: 50px;
  height: 4px;
  display: block;
  background-color: #940e20;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.service-card img {
  width: 100px;
  margin: 0 auto; }

.service-card .card-title {
  font-size: 1.2rem;
  overflow-wrap: normal;
  color: #000;
  text-decoration: none; }

.service-card .card-text {
  color: #444;
  text-decoration: none; }

.service-card:hover {
  background-color: #fafafa; }

header.video-background {
  position: relative;
  background-color: black;
  height: 85vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; }

header.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

header.video-background .container {
  position: relative;
  z-index: 2; }

header.video-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1; }

/* Media Query for devices withi coarse pointers and no hover functionality */
/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
@media (pointer: coarse) and (hover: none) {
  header.video-background {
    background: url("/images/theme/hero-video-communications-frame1.jpg") black no-repeat center center scroll; }
  @supports (background-image: -webkit-image-set(url("/images/theme/hero-video-communications-frame1.webp") 1x)) {
    header.video-background {
      background-image: -webkit-image-set(url("/images/theme/hero-video-communications-frame1.webp") 1x); } }
  header.video-background video {
    display: none; } }

.btn-primary {
  background: #940e20;
  border: #940e20bd;
  color: #fff; }

.btn-primary:hover {
  background: #810e1d;
  border: #940e20bd;
  color: #fff; }

.inside-cutout {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: 100% 100px;
  border-bottom-color: #666666;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #666666;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: #666666;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: #666666;
  border-top-style: none;
  border-top-width: 0px;
  bottom: 0px;
  box-sizing: border-box;
  color: #666666;
  display: block;
  font-family: Ubuntu, Helvetica, Arial, Lucida, sans-serif;
  font-display: swap;
  font-size: 16px;
  font-weight: 500;
  height: 100px;
  left: 0px;
  line-height: 28.8px;
  margin-bottom: -1px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  outline-color: #666666;
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  text-size-adjust: 100%;
  transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
  vertical-align: baseline;
  width: 100%;
  z-index: 10;
  -webkit-font-smoothing: antialiased; }

footer {
  color: #555; }

footer a {
  color: #555;
  text-decoration: none; }

footer a:hover {
  color: #444; }
