/* @include zdepth($level); */
@import url("https://fonts.googleapis.com/css?family=Armata|Prompt:200,300,400,500");
* {
  box-sizing: border-box; }

#promo-message {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #333;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 200;
  z-index: 100; }
  @media (min-width: 768px) {
    #promo-message {
      display: block; } }
  #promo-message .promo-content {
    position: relative; }
    #promo-message .promo-content .fa {
      color: rgba(255, 255, 255, 0.5);
      margin-right: 5px; }
      #promo-message .promo-content .fa.fa-times {
        position: absolute;
        right: 0;
        top: 10px;
        margin-right: 0;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.2);
        cursor: pointer;
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out; }
        #promo-message .promo-content .fa.fa-times:hover {
          color: #fff;
          -webkit-transform: scale(1.3);
          -moz-transform: scale(1.3);
          -o-transform: scale(1.3);
          transform: scale(1.3); }
    #promo-message .promo-content span {
      margin-right: 30px; }
      #promo-message .promo-content span:nth-child(3) {
        margin-right: 0; }

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  z-index: 100; }
  @media (min-width: 768px) {
    header {
      position: fixed;
      height: 100px; } }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  padding: 114px 0 0; }
  @media (min-width: 768px) {
    body {
      padding: 139px 0 0; } }
  body.home {
    padding: 75px 0 0; }
    @media (min-width: 768px) {
      body.home {
        padding: 100px 0 0; } }

main {
  flex: 1; }

body.home header #header-wrapper {
  overflow: hidden; }

header {
  background: #2196F3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  header #header-wrapper {
    position: relative;
    height: 100%; }
    header #header-wrapper #header-bg-image {
      display: none;
      position: absolute;
      margin-left: 320px;
      top: -85px;
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg);
      font-size: 275px;
      color: rgba(0, 0, 0, 0.04); }

#header-left {
  padding-top: 11px; }
  @media (min-width: 768px) {
    #header-left {
      padding-top: 8px; } }
  @media (min-width: 992px) {
    #header-left {
      padding-top: 14px; } }
  #header-left a {
    text-decoration: none !important; }
  #header-left img#site-logo {
    height: 35px;
    padding-left: 5px; }
    @media (min-width: 768px) {
      #header-left img#site-logo {
        height: 50px;
        padding-left: 0; } }
  #header-left #site-tagline {
    margin: 5px 0 0;
    font-family: 'Armata', sans-serif;
    font-size: 10px;
    padding-left: 5px;
    color: #4fe85e; }
    @media (min-width: 768px) {
      #header-left #site-tagline {
        padding-left: 0; } }
    @media (min-width: 992px) {
      #header-left #site-tagline {
        font-size: 11px;
        padding-left: 0; } }
    @media (min-width: 1200px) {
      #header-left #site-tagline {
        font-size: 12px;
        padding-left: 0; } }

ul#main-menu {
  text-align: right;
  font-family: 'Armata', sans-serif;
  font-size: 16px;
  margin: 35px 0 0 0; }
  ul#main-menu li {
    display: inline-block;
    margin-right: 30px;
    position: relative; }
    @media (min-width: 992px) {
      ul#main-menu li {
        margin-right: 50px; } }
    ul#main-menu li a, ul#main-menu li span {
      color: #fff;
      padding: 0;
      font-weight: 400;
      cursor: pointer; }
      ul#main-menu li a:before, ul#main-menu li span:before {
        content: "";
        position: absolute;
        z-index: -2;
        left: 0;
        right: 100%;
        top: calc(100% + 5px);
        background: #33d14d;
        height: 4px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      ul#main-menu li a:active, ul#main-menu li span:active {
        background: transparent; }
      ul#main-menu li a:hover, ul#main-menu li span:hover {
        background: transparent;
        opacity: 1 !important; }
        ul#main-menu li a:hover:before, ul#main-menu li span:hover:before {
          right: 0;
          top: calc(100% + 5px); }
      ul#main-menu li a:focus, ul#main-menu li span:focus {
        background-color: transparent;
        outline: 0; }
    ul#main-menu li:last-child {
      margin-right: 0; }
    ul#main-menu li.active a:before, ul#main-menu li.active span:before {
      content: "";
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      top: calc(100% + 5px); }

ul#main-menu li.parent ul {
  display: none; }

footer {
  position: relative;
  overflow: hidden;
  background-color: #333;
  color: #898989;
  padding: 30px 0 46px 0; }
  @media (min-width: 768px) {
    footer {
      padding: 30px 0 0 0; } }
  footer h2 {
    font-size: 16px;
    color: #bbbbbb;
    margin: 0 0 15px 0; }
  footer #footer-bg-image {
    position: absolute;
    margin-left: -100px;
    top: -95px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    font-size: 400px;
    color: rgba(255, 255, 255, 0.05); }
  footer .fa {
    min-width: 20px;
    margin-right: 5px; }
  footer #main-footer {
    padding: 0 0 10px 0; }
  @media (max-width: 767px) {
    footer #footer-contact-links {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #444444; } }
  footer #footer-contact-links a, footer #footer-contact-links .fa {
    color: #6ab8f7; }
  @media (max-width: 767px) {
    footer #footer-social-links {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #444444; } }
  footer #footer-social-links a {
    display: block;
    padding: 5px 0;
    color: #969696;
    font-weight: 200; }
    footer #footer-social-links a:nth-child(2) {
      padding-top: 0; }
  @media (max-width: 767px) {
    footer #footer-site-description {
      margin-bottom: 20px; } }
  footer #footer-site-description p.intro-text {
    color: #969696; }
  @media (max-width: 767px) {
    footer #footer-logo {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #444444; } }
  footer #footer-logo img#site-logo {
    width: 90%; }
    @media (max-width: 767px) {
      footer #footer-logo img#site-logo {
        width: 75%;
        margin: 0 auto;
        display: block; } }
  footer #footer-logo p {
    font-family: 'Armata', sans-serif;
    font-size: 9.7px;
    font-weight: 300;
    margin: 5px 0 0 0;
    color: #c5f9c6; }
    @media (max-width: 767px) {
      footer #footer-logo p {
        text-align: center; } }

#footer-site-menu li, #footer-legal-menu li {
  padding: 5px 0; }
  #footer-site-menu li:first-child, #footer-legal-menu li:first-child {
    padding-top: 0; }
  #footer-site-menu li span, #footer-site-menu li a, #footer-legal-menu li span, #footer-legal-menu li a {
    padding: 0;
    color: #969696;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer; }
    #footer-site-menu li span:hover, #footer-site-menu li a:hover, #footer-legal-menu li span:hover, #footer-legal-menu li a:hover {
      text-decoration: underline; }
    #footer-site-menu li span:hover, #footer-site-menu li span:focus, #footer-site-menu li span:active, #footer-site-menu li a:hover, #footer-site-menu li a:focus, #footer-site-menu li a:active, #footer-legal-menu li span:hover, #footer-legal-menu li span:focus, #footer-legal-menu li span:active, #footer-legal-menu li a:hover, #footer-legal-menu li a:focus, #footer-legal-menu li a:active {
      background: none;
      outline: none; }

#footer-disclaimer {
  text-align: center;
  font-size: 12px;
  color: #696969;
  background: #2b2b2b;
  padding: 15px 0; }
  #footer-disclaimer p {
    margin: 0;
    font-size: 12px;
    color: #595959; }
  #footer-disclaimer a {
    color: #696969;
    font-weight: 400; }

#home-top-banner {
  padding: 35px 0 30px 0;
  background: url("../img/home-page-top-banner-mobile.jpg");
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: cover;
  background-color: #2196F3;
  transition: 0s linear;
  transition-property: background-position; }
  @media (min-width: 768px) {
    #home-top-banner {
      padding: 65px 0 30px 0; } }
  @media (min-width: 992px) {
    #home-top-banner {
      background: url("../img/home-page-top-banner-2.png"); } }
  @media (max-width: 991px) {
    #home-top-banner h1 {
      color: #fff; }
    #home-top-banner p {
      color: rgba(255, 255, 255, 0.9); }
      #home-top-banner p.intro-text {
        color: rgba(255, 255, 255, 0.95);
        font-weight: 200; }
      #home-top-banner p.help {
        color: rgba(255, 255, 255, 0.5); } }

#home-recent-projects {
  padding: 80px 0 60px 0; }
  #home-recent-projects h2 {
    margin: 0 0 40px 0; }
  #home-recent-projects #latest-proj-details {
    padding-top: 35px; }
  #home-recent-projects #latest-proj-image, #home-recent-projects #latest-proj-details {
    opacity: 1;
    -webkit-transition: 0.75s all ease-in-out;
    -moz-transition: 0.75s all ease-in-out;
    -ms-transition: 0.75s all ease-in-out;
    transition: 0.75s all ease-in-out; }
  #home-recent-projects.plx-unseen #latest-proj-image, #home-recent-projects.plx-unseen #latest-proj-details {
    opacity: 0; }
  #home-recent-projects.plx-unseen #latest-proj-image {
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    -o-transform: translate(-200px, 0);
    transform: translate(-200px, 0); }
  #home-recent-projects.plx-unseen #latest-proj-details {
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    transform: translate(200px, 0); }
  @media (min-width: 768px) and (max-width: 991px) {
    #home-recent-projects .btn {
      width: 100%;
      display: block;
      margin-left: 0 !important;
      margin-bottom: 5px; } }

#home-contact {
  position: relative;
  padding: 80px 0 125px 0;
  background-color: #f4f5f8;
  background-image: url("../img/clouds.svg");
  background-repeat: no-repeat;
  background-position: 0 100%; }
  @media (max-width: 767px) {
    #home-contact #project-rocket {
      max-height: 300px;
      margin-bottom: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #home-contact .btn {
      width: 100%;
      display: block;
      margin-left: 0 !important;
      margin-bottom: 5px; } }

#mobile-tabs-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #2196F3;
  z-index: 200;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  @media (min-width: 768px) {
    #mobile-tabs-menu {
      display: none; } }
  #mobile-tabs-menu ul {
    margin: 0;
    padding: 0; }
    #mobile-tabs-menu ul li {
      position: relative;
      display: inline-block;
      width: 20%;
      text-align: center;
      border-right: 1px solid #42A5F5;
      cursor: pointer; }
      #mobile-tabs-menu ul li:before {
        display: block;
        font-family: 'FontAwesome';
        color: rgba(255, 255, 255, 0.9); }
      #mobile-tabs-menu ul li.active {
        background-color: #1E88E5; }
        #mobile-tabs-menu ul li.active:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #33d14d;
          width: 100%;
          height: 3px; }
      #mobile-tabs-menu ul li.item-123:before {
        content: '\f015';
        font-size: 26px;
        height: 34px; }
      #mobile-tabs-menu ul li.item-124:before {
        content: '\f0b1';
        font-size: 22px;
        height: 30px;
        margin-top: 4px; }
      #mobile-tabs-menu ul li.item-125:before {
        content: '\f03e';
        font-size: 24px;
        height: 34px; }
      #mobile-tabs-menu ul li.item-126:before {
        content: '\f0e6';
        font-size: 24px;
        height: 34px; }
      #mobile-tabs-menu ul li.item-127:before {
        content: '\f095';
        font-size: 26px;
        height: 34px; }
      #mobile-tabs-menu ul li a {
        color: #fff;
        font-weight: 200;
        font-size: 12px;
        padding: 5px 0;
        text-decoration: none !important; }
        #mobile-tabs-menu ul li a:hover, #mobile-tabs-menu ul li a:focus, #mobile-tabs-menu ul li a:active {
          outline: none !important;
          background: transparent !important; }

#breadcrumbs-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #1E88E5;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  #breadcrumbs-menu ul.breadcrumb {
    margin: 0;
    background: transparent;
    font-family: 'Armata', sans-serif;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    #breadcrumbs-menu ul.breadcrumb li {
      position: relative;
      padding: 8px 4px;
      margin-right: 15px; }
      #breadcrumbs-menu ul.breadcrumb li:first-child {
        background-color: #1E88E5;
        color: #fff;
        text-transform: capitalize;
        margin-right: 35px; }
        #breadcrumbs-menu ul.breadcrumb li:first-child:after {
          content: '';
          display: none; }
      #breadcrumbs-menu ul.breadcrumb li:last-child:after, #breadcrumbs-menu ul.breadcrumb li:last-child:before {
        content: '';
        display: none; }
      #breadcrumbs-menu ul.breadcrumb li a {
        color: #64B5F6; }
      #breadcrumbs-menu ul.breadcrumb li > span {
        color: #fff; }
      #breadcrumbs-menu ul.breadcrumb li:before {
        content: '';
        display: none; }
      #breadcrumbs-menu ul.breadcrumb li:after {
        content: '/';
        display: inline-block;
        position: absolute;
        right: -12px;
        top: calc(50% - 10px);
        color: #2196F3; }

.moduletable.testimonials {
  padding: 50px 0;
  text-align: center;
  background: #2196F3; }
  .moduletable.testimonials .newsflash-links {
    margin: 30px 0 40px 0; }
  .moduletable.testimonials .newsflash-controls .fa {
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
    .moduletable.testimonials .newsflash-controls .fa:hover {
      color: #1976D2; }
    .moduletable.testimonials .newsflash-controls .fa.active {
      color: #4fe85e; }
    .moduletable.testimonials .newsflash-controls .fa:last-child {
      margin-right: 0; }
  .moduletable.testimonials .btn-primary {
    background-color: #1976D2; }
    .moduletable.testimonials .btn-primary:hover {
      background-color: #1669bb; }
  .moduletable.testimonials p {
    display: none;
    font-family: 'Armata', sans-serif;
    font-size: 34px;
    margin-bottom: 40px; }
    .moduletable.testimonials p.author-quote {
      display: block;
      color: #fff; }
  .moduletable.testimonials span.testimonial-quote-author {
    color: #c5f1fc;
    font-size: 16px;
    font-weight: 200; }

body.home .moduletable.testimonials {
  margin-top: 0;
  padding: 0 0 50px 0;
  background: #fff; }
  body.home .moduletable.testimonials .newsflash-controls .fa {
    color: #ddd; }
    body.home .moduletable.testimonials .newsflash-controls .fa:hover {
      color: #2196F3; }
    body.home .moduletable.testimonials .newsflash-controls .fa.active {
      color: #2196F3; }
  body.home .moduletable.testimonials .btn-primary {
    background-color: #2196f3; }
    body.home .moduletable.testimonials .btn-primary:hover {
      background-color: #0c7cd5; }
  body.home .moduletable.testimonials p.author-quote {
    color: #333; }
  body.home .moduletable.testimonials span.testimonial-quote-author {
    color: #555; }

#contact-banner {
  position: relative;
  padding: 80px 0 60px 0; }
  @media (max-width: 767px) {
    #contact-banner {
      padding: 10px 0 60px 0; }
      #contact-banner img {
        margin-bottom: 40px; } }
  @media (max-width: 991px) {
    #contact-banner img {
      margin-bottom: 80px; } }
  #contact-banner #banner-text h2, #contact-banner #banner-text p {
    margin-bottom: 40px; }
  #contact-banner #banner-text p:last-child {
    margin: 0; }

#contact-page-links {
  position: relative;
  background-color: #f4f5f8;
  padding: 80px 0 80px 0; }
  #contact-page-links h2 {
    margin: 0 0 50px 0;
    text-align: center; }

.fa.article-scroll-btn, span#or {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(100% - 25px);
  background: #2196F3;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  z-index: 2; }

.article-scroll-btn {
  font-size: 40px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .article-scroll-btn:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

span#or {
  font-size: 18px;
  text-align: center; }

.contact .fields-container {
  margin-bottom: 0; }

.contact-tile {
  text-align: center;
  background: #fff;
  min-height: 378px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out; }
  @media (max-width: 992px) {
    .contact-tile {
      margin-bottom: 40px; } }
  .contact-tile:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075); }
  .contact-tile a {
    display: block;
    color: #555;
    text-decoration: none !important;
    padding: 0 0 40px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out; }
    .contact-tile a .fa {
      font-size: 54px;
      color: #fff;
      width: 100%;
      padding: 40px 0;
      border-bottom: 1px solid #efefef;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      -ms-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
      -webkit-transition: 0.15s all ease-in-out;
      -moz-transition: 0.15s all ease-in-out;
      -ms-transition: 0.15s all ease-in-out;
      transition: 0.15s all ease-in-out; }
      .contact-tile a .fa.fa-twitter {
        background-color: #1da1f2; }
      .contact-tile a .fa.fa-facebook {
        background-color: #3b5998; }
      .contact-tile a .fa.fa-linkedin {
        background-color: #0077b5; }
      .contact-tile a .fa.fa-phone {
        background-color: #33d14d; }
    .contact-tile a h3 {
      font-size: 24px;
      margin: 50px 0 30px 0; }
    .contact-tile a p.intro-text {
      margin-bottom: 30px; }
    .contact-tile a p.disclaimer {
      margin-bottom: 2px;
      color: #969696;
      text-align: left;
      padding-left: 40px; }
      .contact-tile a p.disclaimer span {
        font-size: 10px;
        display: inline-block;
        min-width: 50px;
        margin-right: 10px; }

#contact-form {
  background-color: transparent;
  border: 0;
  min-height: auto;
  margin-bottom: 100px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none; }
  #contact-form legend {
    display: none; }
  #contact-form .control-group.field-spacer {
    color: #969696; }
    #contact-form .control-group.field-spacer label {
      font-size: 14px; }
  #contact-form .control-group input, #contact-form .control-group textarea {
    width: 100%;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 12px 24px; }
    #contact-form .control-group input[type="checkbox"], #contact-form .control-group textarea[type="checkbox"] {
      width: auto; }
  #contact-form .control-label {
    text-align: left;
    font-size: 18px; }
    #contact-form .control-label label {
      font-weight: 200; }
  #contact-form .btn {
    margin-top: 40px; }

.article-pc-mockup {
  max-height: 400px;
  margin: 40px auto 0 auto; }

.testimony-ctas {
  margin-top: 40px; }

.testimony-image {
  position: relative; }
  .testimony-image:hover .btn {
    display: block;
    opacity: 100;
    width: auto !important;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .testimony-image .btn {
    opacity: 0;
    position: absolute;
    top: calc(50% - 27px);
    left: calc(50% - 84px);
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .testimony-image .btn:hover {
      box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.blog {
  padding-bottom: 100px; }
  .blog .category-info {
    position: relative;
    padding: 65px 0 40px 0; }
    @media (max-width: 767px) {
      .blog .category-info {
        padding: 10px 0 40px 0; }
        .blog .category-info img {
          margin-bottom: 40px; } }
    @media (max-width: 991px) {
      .blog .category-info img {
        margin-bottom: 80px; } }
    .blog .category-info h2 {
      margin-bottom: 40px; }
    .blog .category-info p.intro-text {
      margin-bottom: 40px; }
    .blog .category-info i.fa-angle-down {
      position: absolute;
      left: calc(50% - 25px);
      top: calc(100% - 25px);
      background: #2196F3;
      color: #fff;
      font-size: 40px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      cursor: pointer;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
      .blog .category-info i.fa-angle-down:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .blog .article-content {
    margin-bottom: -100px;
    padding: 80px 0;
    background-color: #f4f5f8; }
    @media (min-width: 768px) and (max-width: 991px) {
      .blog .article-content .col-sm-4 {
        width: 50%;
        margin-bottom: 40px; } }
  .blog.testimonials .item {
    background: #fff;
    padding: 40px 40px 20px 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    @media (max-width: 767px) {
      .blog.testimonials .item {
        margin-bottom: 40px; } }
    .blog.testimonials .item div.intro-text p {
      font-size: 18px;
      margin-bottom: 30px;
      min-height: 60px; }
      .blog.testimonials .item div.intro-text p.author-quote {
        font-family: 'Armata', sans-serif;
        font-size: 24px; }
    .blog.testimonials .item div.intro-text .testimonial-quote-author {
      display: block;
      font-size: 14px;
      color: #33d14d;
      font-family: 'Prompt', sans-serif;
      font-weight: 300;
      margin-bottom: 30px; }
  .blog.testimonials p.readmore {
    margin: 20px -40px 0 -40px;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #f4f5f8; }
    .blog.testimonials p.readmore .btn {
      width: 100%; }
  .blog.portfolio .item {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    @media (max-width: 767px) {
      .blog.portfolio .item {
        margin-bottom: 40px; } }
    .blog.portfolio .item .item-image {
      margin: -20px;
      display: block; }
      .blog.portfolio .item .item-image a {
        display: block; }
      .blog.portfolio .item .item-image img {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0; }
    .blog.portfolio .item .page-header {
      padding: 0;
      margin: 0;
      border-bottom: 0; }
      .blog.portfolio .item .page-header a {
        color: #333; }
      .blog.portfolio .item .page-header h2 {
        margin: 45px 0 0px 0;
        font-size: 26px; }
  .blog.portfolio div.intro-text {
    margin-bottom: 30px;
    min-height: 230px; }
    .blog.portfolio div.intro-text h3 {
      margin: 0 -20px 30px -20px;
      padding: 0 0 30px 20px;
      font-size: 20px;
      border-bottom: 1px solid #f4f5f8; }
    .blog.portfolio div.intro-text p {
      font-size: 14px;
      font-weight: 200; }
      .blog.portfolio div.intro-text p.intro-text {
        font-size: 18px;
        font-weight: 300; }
  .blog.portfolio p.readmore {
    margin: 0 -20px 0 -20px;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #f4f5f8; }
    .blog.portfolio p.readmore .btn {
      width: 100%; }

.item-page.portfolio h2 {
  margin: 0 0 40px 0; }
.item-page.portfolio .page-header {
  display: none; }
.item-page.portfolio .portfolio-banner {
  position: relative;
  padding: 80px 0 40px 0;
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: cover;
  background-color: #2196F3;
  transition: 0s linear;
  transition-property: background-position; }
  @media (max-width: 767px) {
    .item-page.portfolio .portfolio-banner {
      margin-top: -39px;
      padding: 45px 0 40px 0; } }
  .item-page.portfolio .portfolio-banner p.portfolio-quote {
    margin: 0 0 40px 0;
    color: #fff;
    opacity: 0.95;
    font-weight: 200;
    font-size: 18px; }
  .item-page.portfolio .portfolio-banner p.disclaimer {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.5); }
  .item-page.portfolio .portfolio-banner .fa-angle-down {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(100% - 25px);
    background: #2196F3;
    color: #fff;
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
    .item-page.portfolio .portfolio-banner .fa-angle-down:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
.item-page.portfolio .article-content {
  padding: 80px 15px; }
.item-page.portfolio .portfolio-gallery {
  padding-bottom: 30px; }
  .item-page.portfolio .portfolio-gallery .gallery-images > div {
    position: relative;
    height: 300px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .item-page.portfolio .portfolio-gallery .gallery-images > div {
        margin-bottom: 40px; }
        .item-page.portfolio .portfolio-gallery .gallery-images > div:last-child {
          margin-bottom: 0; } }
    .item-page.portfolio .portfolio-gallery .gallery-images > div img {
      -webkit-transition: 0.12s all ease-in-out;
      -moz-transition: 0.12s all ease-in-out;
      -ms-transition: 0.12s all ease-in-out;
      transition: 0.12s all ease-in-out; }
    .item-page.portfolio .portfolio-gallery .gallery-images > div a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      padding-left: calc(50% - 35px);
      padding-top: 125px;
      font-size: 75px;
      color: #fff;
      outline: none;
      z-index: 1; }
      .item-page.portfolio .portfolio-gallery .gallery-images > div a .fa {
        opacity: 0;
        -webkit-transform: translate(0, 100px);
        -moz-transform: translate(0, 100px);
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px);
        -webkit-transition: 0.12s all ease-in-out;
        -moz-transition: 0.12s all ease-in-out;
        -ms-transition: 0.12s all ease-in-out;
        transition: 0.12s all ease-in-out; }
      .item-page.portfolio .portfolio-gallery .gallery-images > div a:hover {
        background: rgba(52, 152, 219, 0.7); }
        .item-page.portfolio .portfolio-gallery .gallery-images > div a:hover + img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
        .item-page.portfolio .portfolio-gallery .gallery-images > div a:hover .fa {
          opacity: 100;
          -webkit-transform: translate(0, 0px);
          -moz-transform: translate(0, 0px);
          -o-transform: translate(0, 0px);
          transform: translate(0, 0px); }

div[itemprop="articleBody"] {
  margin-bottom: 75px; }
  div[itemprop="articleBody"] .block-quote {
    margin-bottom: 50px;
    padding: 10px 0 10px 20px; }
    div[itemprop="articleBody"] .block-quote h1, div[itemprop="articleBody"] .block-quote h2, div[itemprop="articleBody"] .block-quote h3, div[itemprop="articleBody"] .block-quote h4 {
      margin-top: 0; }
    div[itemprop="articleBody"] .block-quote p:last-child {
      margin-bottom: 0; }
  div[itemprop="articleBody"] hr {
    margin: 40px 0; }
  div[itemprop="articleBody"] p {
    margin-bottom: 20px; }

.article-banner {
  position: relative;
  margin-top: -39px;
  padding: 35px 0 30px 0;
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: cover;
  background-color: #2196F3;
  transition: 0s linear;
  transition-property: background-position; }
  @media (min-width: 767px) {
    .article-banner {
      margin-top: 0;
      padding: 65px 0 30px 0; } }
  .article-banner#services-banner {
    background-image: url("../img/services-banner.jpg"); }
  .article-banner#web-app-design-service-banner {
    background-image: url("../img/web-app-design-service-banner.jpg"); }
  .article-banner .fa-angle-down {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(100% - 25px);
    background: #2196F3;
    color: #fff;
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
    .article-banner .fa-angle-down:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

#services-boxes {
  background-color: #f4f5f8;
  padding: 60px 0; }
  @media (max-width: 767px) {
    #services-boxes {
      padding: 80px 0 30px 0; }
      #services-boxes .row {
        margin-top: 0 !important; } }
  #services-boxes h3 {
    text-align: center;
    margin: 0 0 50px 0; }
  #services-boxes .service-icon {
    display: block;
    margin: 0 auto;
    font-size: 60px;
    color: #2196F3;
    margin-bottom: 20px;
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out; }
  @media (min-width: 768px) and (max-width: 991px) {
    #services-boxes #service-selectors > div {
      padding: 0 5px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #services-boxes #service-selectors > div {
      padding: 0 10px; } }
  #services-boxes #service-selectors .service-box {
    display: block;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 60px 15px 30px 15px;
    text-decoration: none !important;
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out; }
    @media (min-width: 768px) {
      #services-boxes #service-selectors .service-box {
        margin-bottom: 0;
        padding: 35px 10px 25px 10px; }
        #services-boxes #service-selectors .service-box h4 {
          margin-top: 40px;
          font-size: 16px; } }
    @media (min-width: 992px) {
      #services-boxes #service-selectors .service-box {
        padding: 45px 10px 25px 10px; }
        #services-boxes #service-selectors .service-box br {
          display: none; } }
    @media (min-width: 1200px) {
      #services-boxes #service-selectors .service-box {
        padding: 60px 15px 30px 15px; }
        #services-boxes #service-selectors .service-box h4 {
          font-size: 18px; } }
    #services-boxes #service-selectors .service-box:hover {
      background: #2196F3;
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
      #services-boxes #service-selectors .service-box:hover h4 {
        color: #fff; }
      #services-boxes #service-selectors .service-box:hover .service-icon {
        color: #fff;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3); }
      #services-boxes #service-selectors .service-box:hover .fa-angle-double-down {
        color: #4fe85e; }
    #services-boxes #service-selectors .service-box h4 {
      text-align: center; }
    #services-boxes #service-selectors .service-box .fa-angle-double-down {
      display: block;
      margin: 30px auto 0 auto;
      font-size: 28px;
      color: #33d14d; }

#service-overviews .service-info {
  padding: 60px 0; }
  #service-overviews .service-info:last-child {
    margin-bottom: -75px; }
  #service-overviews .service-info.grey {
    background-color: #f4f5f8; }
  #service-overviews .service-info img {
    width: 80%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #service-overviews .service-info img {
        width: 50%; } }
    @media (min-width: 992px) {
      #service-overviews .service-info img {
        width: 90%;
        margin-top: 50px; } }
    @media (min-width: 1200px) {
      #service-overviews .service-info img {
        width: 80%; } }
  #service-overviews .service-info h3 {
    margin: 40px 0;
    text-align: center; }
    @media (min-width: 992px) {
      #service-overviews .service-info h3 {
        margin: 0 0 40px 0;
        text-align: left; } }
  #service-overviews .service-info p {
    margin-bottom: 30px; }
    #service-overviews .service-info p.help {
      padding-left: 40px; }
      #service-overviews .service-info p.help .fa {
        font-size: 26px; }
  #service-overviews .service-info .btn .fa {
    margin-left: 10px; }
  #service-overviews .service-info .features-list p {
    position: relative;
    padding: 0 0 0 42px;
    font-weight: 300;
    font-size: 18px; }
    #service-overviews .service-info .features-list p .fa {
      position: absolute;
      left: 0;
      top: 2px;
      color: #33d14d;
      font-size: 26px; }

.service-feature {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .service-feature img {
      margin-bottom: 40px; } }
  .service-feature.grey {
    background-color: #f4f5f8; }
  .service-feature:last-child {
    margin-bottom: -75px; }
  .service-feature h3 .fa {
    font-size: 50px;
    color: #969696;
    margin-right: 5px; }
  .service-feature h3, .service-feature p {
    margin-bottom: 40px; }
  .service-feature p.help {
    color: #a3a3a3;
    margin-bottom: 0; }

body {
  color: #333;
  background: #fff;
  font-family: 'Prompt', sans-serif;
  line-height: 1.7; }

p {
  color: #444;
  font-weight: 200;
  font-size: 16px; }
  p.intro-text {
    font-size: 18px;
    font-weight: 300; }
    @media (max-width: 767px) {
      p.intro-text br {
        display: none; } }
  p.disclaimer {
    font-size: 12px;
    color: #ccc; }
  p.help {
    position: relative;
    color: #969696;
    font-weight: 300;
    font-size: 12px;
    margin: 30px 0 0 0;
    padding-left: 50px; }
    p.help .fa {
      display: block;
      position: absolute;
      left: 0;
      top: -7px;
      font-size: 30px; }
    p.help a {
      text-decoration: underline; }

b, strong {
  font-weight: 500; }

h1, h2, h3, h4, h5 {
  font-family: 'Armata', sans-serif;
  line-height: 1.4;
  color: #333; }
  @media (max-width: 767px) {
    h1 br, h2 br, h3 br, h4 br, h5 br {
      display: none; } }

h1 {
  font-size: 36px; }

h2 {
  font-size: 34px; }

h3 {
  font-size: 30px; }

img {
  max-width: 100%; }

a:active, a:focus, a:hover {
  outline: none !important; }

div.block-quote {
  border-left: 10px solid #2196F3;
  padding: 0 0 0 20px; }

.t-p {
  color: #2196F3; }

.t-pd {
  color: #1E88E5; }

.t-s {
  color: #33d14d; }

.t-sd {
  color: #2ebf40; }

.t-w {
  color: #fff; }

.t-w95 {
  color: rgba(255, 255, 255, 0.95); }

.t-w90 {
  color: rgba(255, 255, 255, 0.9); }

.t-w85 {
  color: rgba(255, 255, 255, 0.85); }

.t-w80 {
  color: rgba(255, 255, 255, 0.8); }

.bg-primary {
  background-color: #2196F3; }

.bg-primary-d {
  background-color: #1E88E5; }

.bg-success {
  background-color: #33d14d; }

.bg-success-d {
  background-color: #2ebf40; }

.btn {
  font-family: 'Armata', sans-serif;
  border: 0;
  padding: 8px 16px; }
  .btn.btn-lg {
    padding: 18px 32px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  .btn.btn-fw {
    width: 100%; }
  @media (max-width: 767px) {
    .btn {
      width: 100%;
      margin-left: 0 !important;
      display: block; }
      .btn.btn-primary {
        margin-bottom: 10px; } }

.alert {
  margin-top: 20px;
  background-color: #2196F3; }
  .alert h4 {
    color: #fff; }
  .alert .alert-message {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 200;
    font-size: 16px; }
  .alert a.close {
    color: #87cff9;
    opacity: 1;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-shadow: none;
    -webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -ms-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out; }
    .alert a.close:hover {
      color: #fff;
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }

.featherlight {
  overflow: scroll; }
  .featherlight .featherlight-content {
    max-height: none;
    padding: 0;
    margin: 0; }
  .featherlight .featherlight-close-icon {
    position: fixed;
    top: 10px;
    right: 28px;
    background: #2196F3;
    color: #fff;
    line-height: normal;
    width: auto;
    font-size: 50px;
    padding: 0 20px 8px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
    .featherlight .featherlight-close-icon:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }

.text-divide {
  position: relative;
  border-bottom: 1px solid #efefef;
  margin: 80px 0; }
  .text-divide span {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: calc(50% - 32px);
    background-color: #fff;
    padding: 6px 24px;
    color: #ccc;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px; }

#youtube-ad {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 250px;
  width: 250px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 1000000; }
  #youtube-ad #yta-wrapper {
    position: relative;
    height: 100%;
    text-align: center; }
    #youtube-ad #yta-wrapper .fa-times {
      position: absolute;
      top: 0;
      right: 0;
      color: #fff;
      opacity: 0.5;
      font-size: 16px;
      padding: 10px;
      cursor: pointer;
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
      #youtube-ad #yta-wrapper .fa-times:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1;
        font-size: 20px; }
    #youtube-ad #yta-wrapper #ad-content .fa-youtube {
      font-size: 80px;
      color: rgba(255, 255, 255, 0.95);
      background: #F44336;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      -ms-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
      width: 100%;
      padding: 20px 0; }
    #youtube-ad #yta-wrapper #ad-content h1 {
      margin: 10px 0 10px 0;
      font-size: 26px;
      color: #E53935; }
    #youtube-ad #yta-wrapper #ad-content h2 {
      margin: 0 0 16px 0;
      font-size: 20px;
      color: #F44336; }
    #youtube-ad #yta-wrapper #ad-content hr {
      margin: 15px auto 15px auto;
      border-top: 1px solid #fff;
      opacity: 0.1;
      width: 50%; }

/*# sourceMappingURL=template.css.map */
