body {
  position: relative;
}

h1 {
  font-size: 2.2em;
  font-family: 'Raleway';
  font-weight: 700;
  color: #4ea3d3;
  line-height: 1.2em;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.8em;
    font-family: 'Raleway';
    font-weight: 700;
    color: #4ea3d3;
    line-height: 1.2em;
  }
}

h2 {
  font-size: 2.6em;
  font-family: 'Raleway';
  font-weight: 700;
  color: #4ea3d3;
  line-height: 1.2em;
}

h3 {
  font-size: 1.4em;
  font-family: 'Raleway';
  font-weight: 300;
  color: #4ea3d3;
  line-height: 1.4em;
}

@media (min-width: 768px) {
  h3 {
    font-size: 2.3em;
    font-family: 'Raleway';
    font-weight: 300;
    color: #4ea3d3;
    line-height: 1.4em;
  }
}

.pull-quote {
  font-size: 1.2em;
  font-family: 'Open Sans';
  font-weight: 300;
  color: #999999;
  line-height: 1.6em;
}

@media (min-width: 768px) {
  .pull-quote {
    font-size: 1.8em;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #999999;
    line-height: 1.6em;
  }
}

h4 {
  font-size: 1.5em;
  font-family: 'Raleway';
  font-weight: 400;
  color: #4ea3d3;
  line-height: 1.3em;
}

h5 {
  font-size: 1.2em;
  font-family: 'Open Sans';
  font-weight: 300;
  color: #999999;
  line-height: 1.5em;
}

@media (min-width: 768px) {
h5 {
    font-size: 1.5em;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #999999;
    line-height: 1.5em;
  }
}

h6 {
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 300;
  color: #999999;
  line-height: 1.6em;
}

@media (min-width: 768px) {
  h6 {
    font-size: 1.5em;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #999999;
    line-height: 1.6em;
  }
}


p {
  font-size: .9em;
  line-height: 1.9em;
  color: #999999;
  font-family: 'Open Sans';
  font-weight: 300;
}

.bullet-list ul {
  list-style: none;
}

.bullet-list li::before {
  content: "\2022";
 color: #999999;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
 font-family: 'Open Sans';
 font-weight: 300;
 
}

.bullet-list li {
  font-family: 'Open Sans';
 font-weight: 300;
 color: #999999;
 font-size: 1.2em;
 padding: 5px 0px;
}

a {
  color: #4ea3d3;
  font-family: 'Open Sans';
}

.text-primary {
    color: #4ea3d3 !important;
}

hr.line-break {
  border-bottom: 1px solid #cccccc;
  opacity: .3;
}

.btn-primary {
  border: 1px solid #e7e7ea;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 5px 20px;
  color: #999999;
  font-size: .5em;
}

.btn-secondary {
  border: none;
  background-color: #4ea3d3;
  border-radius: 50px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: .8em;
}

.btn-footer {
  border: none;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 10px 20px;
  color: #4ea3d3;
  font-size: .8em;
}

@media (min-width: 768px) {
  .btn-primary {
    border: 1px solid #e7e7ea;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 5px 20px;
    color: #999999;
    font-size: .6em;
  }
}

@media (min-width: 768px) {
  .btn-secondary {
      border: none;
      background-color: #4ea3d3;
      border-radius: 50px;
      padding: 10px 20px;
      color: #ffffff;
      font-size: .8em;
  }
}

.btn-primary:hover {
  border: 1px solid #387eb1;
  background-color: #387eb1;
  border-radius: 50px;
  padding: 3px 10px;
  color: #ffffff;
  font-size: .6em;
  padding: 5px 20px;
}

.btn-secondary:hover {
  border: none;
  background-color: #387eb1;
  border-radius: 50px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: .8em;
}

@media (min-width: 768px) {
  .btn-primary:hover {
    border: 1px solid #387eb1;
    background-color: #387eb1;
    border-radius: 50px;
    padding: 3px 10px;
    color: #ffffff;
    font-size: .6em;
    padding: 5px 20px;
  }
}

@media (min-width: 768px) {
  .btn-secondary:hover {
    border: none;
    background-color: #387eb1;
    border-radius: 50px;
    padding: 10px 20px;
    color: #ffffff;
    font-size: .8em;
  }
}

.navbar-light .navbar-toggler {
  border: none;
}

.boxes {
  display: flex;
  flex-wrap: wrap;
}

.boxes div {
  width: 50%;
  line-height: 60px;
}

@media (min-width: 768px) {
  .boxes div {
    width: 25%;
    /*margin: 0 auto;*/
  }
}

.mod-bg {
  background-color: #f7f8f8;
  padding: 0px;
}

@media (min-width: 768px) {
  .mod-bg {
    background-color: #f7f8f8;
    padding: 35px;
  }
}

.block-quote {
  padding: 65px 20px;
  background-color: #ffffff;
}

.video-block {
  width: 100%;
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .video-block {
    padding-top: 45%;
  }
}

.video-block__holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-block__holder video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-block__controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.video-block__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  /*-o-transform: translate(-50%, -50%);*/
  transform: translate(-50%, -50%);
}

.video-block__btn img {
  max-width: 60px;
}

@media (min-width: 576px) {
  .video-block__btn img {
    max-width: 100px;
  }
}

@media (min-width: 992px) {
  .video-block__btn img {
    max-width: 100%;
  }
}

.video-block__pause {
  width: 100%;
  height: 100%;
}

.video-block__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
}

.fade-leave-active {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade-leave-to {
  opacity: 0;
}

.fade-enter {
  opacity: 0;
}

.fade-enter-active {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fa.fa-navicon {
  font-size: 30px;
  color: #4ea3d3;
}

.navbar-light .navbar-nav .nav-link {
  color: #4ea3d3;
  font-family: 'Raleway';
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #387eb1;
  font-family: 'Raleway';
  font-weight: 500;
  text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #387eb1;
  font-family: 'Raleway';
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #387eb1;
  font-family: 'Raleway';
  font-weight: 500;
}

.bg-primary {
  background-color: #387eb1 !important;
}

.bg-light {
  background-color: #f7f7f7 !important;
}

.header-image {
  height: 250px;
}

@media (min-width: 768px) {
  .header-image {
    height: 350px;
  }
}

@media (min-width: 1200px) {
  .header-image {
    height: 490px;
  }
}

.modal-body {
  padding: 0px;
}

.contact-wrapper {
  width: 100%;
}

label {
  color: #999999;
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-weight: 500;
  font-size: .8em;
}

.form-group input {
  height: 35px;
}

.brand-block img {
  cursor: pointer;
}

#brand-block {
  cursor: pointer;
  transition: .7s;
  transition-timing-function: ease-in-out;
}

#brand-block:hover {
  cursor: pointer !important;
  transform: scale(1.1);
  transition: .7s;
  transition-timing-function: ease-in-out;
}

.dashboard {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background-color: #cccccc;
  text-align: center;
  display: flex;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: .7s;
}

.dashboard:hover {
  transform: scale(1.1);
  transition: .7s;
}

.fa.fa-th {
  font-size: 20px;
  color: #ffffff;
}

.learn-more a:hover {
    font-weight: 700;
    cursor: pointer;
    text-decoration: none
}

.card {
    transition: .7s;
    transition-timing-function: ease-in-out;
}
.card:hover {
    transform: scale(1.1);
    transition: .7s;
    transition-timing-function: ease-in-out
}

.scroll-box {
  width: 100%;
  height: 400px;
  overflow: scroll;
}

.play-container {
    position: relative;
    height: 344px;
}

.play-container .play-button {
    display: inline-block;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: .7s;
    transition-timing-function: ease-in-out;
}

.play-button img {
    transition: .7s;
    transition-timing-function: ease-in-out;
}

.play-button img:hover {
    transform: scale(1.1);
    transition: .7s;
    transition-timing-function: ease-in-out;
}

.bottom-graphic {
  background-image: none;
  background-repeat: repeat-x;
  background-size: 200px;
  background-position: bottom
}

@media (min-width: 768px) {
.bottom-graphic {
  background-image: url('assets/img/background-repeat.png');
  background-repeat: repeat-x;
  background-size: 215px;
  background-position: bottom
}
}


.service-card {
    transition: .8s;
    transition-timing-function: ease-in-out;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    color: #999999;
    border: 1px solid #cccccc;
    transform: scale(0.90);
    background-color: #ffffff;
}

@media (min-width: 576px) {
.service-card {
    transition: .8s;
    transition-timing-function: ease-in-out;
    width: 100%;
    height: 350px;
    display: block;
    position: relative;
    color: #999999;
    border: 1px solid #cccccc;
    transform: scale(0.95);
    background-color: #ffffff;
}
}

.service-card:hover {
    transition: .8s;
    transition-timing-function: ease-in-out;
    width: 100%;
    height: 350px;
    display: block;
    position: relative;
    color: #999999;
    border: none;
}

.service-card h4 {
    color: #4ea3d3;
}

.service-card h6 {
    color: #999999;
}



.service-card:after {
    content: "";
    background: url(/assets/img/service-bck-branding.png);
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: .8s;
    transition-timing-function: ease-in-out; 
    border: none;
    cursor: pointer;
}


.service-card:hover:after {
    content: "";
    background: url(/assets/img/service-bck-branding.png);
    opacity: 1;
    transition: .8s;
    transition-timing-function: ease-in-out; 
    transform: scale(1.05);
    color: #ffffff;
    cursor: pointer;
    border: none;
}




.service-card:hover h4 {
    color: #ffffff;
}

.service-card:hover h6 {
    color: #ffffff;
}

/*Branding*/
.service-card .service-icon-branding  {
    width: 45px;
    height: 45px;
    background: url(/assets/img/branding.svg);
    background-size: contain;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

.service-card:hover .service-icon-branding  {
    background: url(/assets/img/branding-w.svg);
    z-index: 1;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

/*Positiong*/
.service-card .service-icon-positioning  {
    width: 45px;
    height: 45px;
    background: url(/assets/img/positioning.svg);
    background-size: contain;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

.service-card:hover .service-icon-positioning  {
    background: url(/assets/img/positioning-w.svg);
    z-index: 1;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

/*Marketing*/
.service-card .service-icon-marketing  {
    width: 45px;
    height: 45px;
    background: url(/assets/img/marketing.svg);
    background-size: contain;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

.service-card:hover .service-icon-marketing  {
    background: url(/assets/img/marketing-w.svg);
    z-index: 1;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

/*Websites*/
.service-card .service-icon-websites  {
    width: 45px;
    height: 45px;
    background: url(/assets/img/websites.svg);
    background-size: contain;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

.service-card:hover .service-icon-websites  {
    background: url(/assets/img/websites-w.svg);
    z-index: 1;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

/*App*/
.service-card .service-icon-app  {
    width: 45px;
    height: 45px;
    background: url(/assets/img/app.svg);
    background-size: contain;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

.service-card:hover .service-icon-app  {
    background: url(/assets/img/app-w.svg);
    z-index: 1;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

/*Digital*/
.service-card .service-icon-digital  {
    width: 45px;
    height: 45px;
    background: url(/assets/img/digital.svg);
    background-size: contain;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

.service-card:hover .service-icon-digital  {
    background: url(/assets/img/digital-2.svg);
    z-index: 1;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

/*Print*/
.service-card .service-icon-print  {
    width: 45px;
    height: 45px;
    background: url(/assets/img/print.svg);
    background-size: contain;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

.service-card:hover .service-icon-print  {
    background: url(/assets/img/print-w.svg);
    z-index: 1;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

/*Presentations*/
.service-card .service-icon-pres  {
    width: 45px;
    height: 45px;
    background: url(/assets/img/pres.svg);
    background-size: contain;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

.service-card:hover .service-icon-pres  {
    background: url(/assets/img/pres-w.svg);
    z-index: 1;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

/*Video*/
.service-card .service-icon-video  {
    width: 45px;
    height: 45px;
    background: url(/assets/img/video.svg);
    background-size: contain;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}

.service-card:hover .service-icon-video  {
    background: url(/assets/img/video-w.svg);
    z-index: 1;
    transition: .8s;
    transition-timing-function: ease-in-out; 
}









