/* line 62, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 67, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
html, body {
  height: 100% !important;
  min-height: 100%;
   font-family: 'Roboto', sans-serif;
   font-size: 15px; }
  @media screen and (max-width: 720px) {
    /* line 67, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    html, body {
      font-size: 13px; } }

/* line 77, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
body {
  overflow-y: scroll; }

/* 
  Typography
*/
/* line 85, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
h1, h2 {
  margin-bottom: 20px; }

/* line 89, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000; }

/* line 93, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
h1 {
  font-size: 5em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300; }
  /* line 97, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  h1 .icon {
    height: auto;
    line-height: auto;
    padding: 20px; }
  @media screen and (max-width: 720px) {
    /* line 93, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    h1 {
      font-size: 2.5em; } }

/* line 107, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
h2 {
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase; }
  h3 {
  font-family: "Lato", Arial, sans-serif;
  }

 .text-left{ text-align: left; } 

/* line 112, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
p {
  font-size: 1.1em;
  color: #888;
  margin-bottom: 30px; }
  /* line 116, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  p.small {
    font-size: 1.1em; }

/* line 121, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
a {
  outline: none !important; }

/* line 125, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
blockquote {
  border-color: #000; }

/* line 129, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.dark blockquote {
  border-color: #fff; }

/* 
  Modes
*/
/* line 137, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.dark {
  background: #000; }
  /* line 139, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .dark p {
    color: #555;
    color: rgba(255, 255, 255, 0.5); }
  /* line 143, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #fff; }
  /* line 146, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .dark .btn {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.5); }
    /* line 151, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .dark .btn:hover {
      color: #fff;
      border-color: #fff;
      background: transparent; }

/* line 158, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.white {
  background: #fff; }
  /* line 160, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .white p, .white .icon {
    color: #101010!important;
    color: rgba(0, 0, 0, 0.5); }
  /* line 164, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .white .btn {
    color: #555;
    color: rgba(0, 0, 0, 0.5);
    border-color: #555;
    border-color: rgba(0, 0, 0, 0.5); }
    /* line 169, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .white .btn:hover {
      color: #000;
      border-color: #000;
      background: transparent; }

/* line 176, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.dark.trans {
  background: rgba(0, 0, 0, 0.8); }

/* line 179, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.white.trans {
  background: rgba(255, 255, 255, 0.8); }

/* line 182, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.blue {
  background: #558099;
  color: #afcce0; }
  /* line 185, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 {
    color: #fff; }

/* line 190, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.btn {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  /* line 194, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .btn span {
    margin-right: 10px; }

/*
  Layout
*/
/* line 203, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.centered {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 250px; }

/* line 209, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.centered.medium {
  width: 100%;
  max-width: 500px;
  min-height: 350px;
  padding: 0 20px; }
  @media screen and (max-width: 720px) {
    /* line 209, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .centered.medium {
      min-height: 170px;
      height: 170px; } }

/* line 220, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.centered.large {
  max-width: 1080px;
  padding: 20px;
  width: 100%;
  min-height: 475px; }
  @media screen and (max-width: 992px) {
    /* line 220, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .centered.large {
      position: relative !important;
      padding: 0 !important;
      height: auto !important; } }

/* line 232, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
section {
  min-height: 100%;
  width: 100%;
  position: relative;
  padding: 75px 30px; }
  /* line 237, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  section.small {
    min-height: 1px !important;
    height: auto !important;
    padding: 40px 30px !important;
    width: 100%; }
  @media screen and (max-width: 720px) {
    /* line 232, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section {
      padding: 50px 20px; } }
  /* line 246, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  section#footer {
    min-height: 1px !important;
    display: inline-block;
    height: auto;
    margin: -5px 0;
    margin-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #222; }
    /* line 254, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section#footer .pre-icon {
      color: #fff; }
    /* line 257, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section#footer h4 {
      margin-bottom: 25px; }
    /* line 262, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section#footer .foot .btn-group .icon {
      height: 80px;
      line-height: 80px;
      width: 100%;
      color: #000;
      font-size: 16px;
      border: 1px solid #000;
      border-right: none;
      background: #47a6db; }
      /* line 270, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      section#footer .foot .btn-group .icon:hover {
        background: #fff; }
    /* line 275, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section#footer .foot .btn-group:last-child .icon {
      border-right: 1px solid #000; }
    /* line 282, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section#footer .copyright p {
      font-size: .9em; }
    /* line 286, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section#footer .thumbnail {
      width: 32%; }
  /* line 290, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  section.content {
    display: inline-block;
    margin: -5px 0; }
  /* line 294, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  section#home {
    height: 100%; }
    /* line 296, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section#home p {
      color: #000; }
  /* line 301, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  section#about .centered {
    height: 250px; }
  /* line 305, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  section.portfolio {
    padding: 15px;
    padding-bottom: 0; }
    /* line 308, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section.portfolio#portfolio {
      /*margin-bottom: -3px;*/ }
      /* line 309, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      section.portfolio#portfolio div[class*="col-"] {
        padding: 0;
        margin: -3px 0; }
    /* line 315, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section.portfolio .item {
      display: inline-block;
      margin-bottom: 0;
      position: relative;
      width: 100%;
      overflow: hidden; }
      @media screen and (max-width: 720px) {
        /* line 315, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        section.portfolio .item {
          margin-bottom: 0px; } }
      /* line 324, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      section.portfolio .item img {
       max-width: 100%;
    width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      /* line 329, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      section.portfolio .item .caption {
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        color: #666;
        padding: 40px 30px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
        /* line 330, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        section.portfolio .item .caption .centered {
          height: 100px; }
        /* line 342, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        section.portfolio .item .caption h3 {
          color: #000; }
          @media screen and (max-width: 720px) {
            /* line 342, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
            section.portfolio .item .caption h3 {
              font-size: 1.2em; } }
        /* line 348, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        section.portfolio .item .caption p {
          font-size: 1em; }
      /* line 352, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      section.portfolio .item:hover .caption {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1); }
        /* line 354, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        section.portfolio .item:hover .caption p {
          color: #666; }
      /* line 360, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      section.portfolio .item:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
  /* line 365, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  section .block {
    padding: 40px;
    padding-top: 0px; }
    /* line 368, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section .block.small {
      padding: 20px 30px; }
      /* line 370, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      section .block.small p {
        font-size: 1em; }
        /* line 372, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        section .block.small p.small {
          margin-bottom: 8px; }
    /* line 377, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section .block.bottom {
      margin-top: 60px !important;
      padding-bottom: 0 !important; }
      /* line 380, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      section .block.bottom .icon {
        border-bottom: none !important; }
    /* line 384, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section .block.top {
      padding-top: 0 !important;
      margin-bottom: 60px !important; }
      /* line 387, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      section .block.top .icon {
        border-top: none !important; }

/* line 394, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
section {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  /* line 398, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  section img.fs {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  /* line 403, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  section.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
    /* line 406, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    section.visible img.fs {
      -webkit-transition: all 4s;
      -moz-transition: all 4s;
      -o-transition: all 4s;
      transition: all 4s;
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
      /* line 409, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      section.visible img.fs.faded {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5; }

/* line 417, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
img {
  max-width: 100%; }
  /* line 419, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  img.fs {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0; }
  /* line 428, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  img.faded {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #000; }

/* line 435, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
p img {
  margin: 25px 0; }

/* line 440, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.thumbnail {
  width: auto;
  display: inline-block;
  border: 0;
  background: none;
  margin: 0;
  padding: 0; }

/* line 449, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
form {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  /* line 455, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  form .form-control {
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  /* line 459, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  form input[type='submit'].form-control {
    margin-bottom: 0;
    background: #000;
    color: #fff;
    border: 0;
    font-family: "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }
    /* line 467, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    form input[type='submit'].form-control:hover {
      background: #333; }
  /* line 471, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  form:hover {
    border: 1px solid #000; }

/* line 476, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.overlay {
  position: fixed;
  z-index: 999999999 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none; }
  /* line 481, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .overlay img, .overlay iframe {
    width: auto;
    max-width: 80%;
    max-height: 80%;
    height: auto; }
  /* line 487, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .overlay img {
    border: 1px solid #555; }
  /* line 490, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .overlay .fa-times, .overlay .prev, .overlay .next {
    position: absolute;
    top: 5%;
    right: 3%;
    color: #555;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #555;
    background: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999999; }
    /* line 503, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .overlay .fa-times:hover, .overlay .prev:hover, .overlay .next:hover {
      text-decoration: none;
      color: #fff;
      border: 1px solid #fff; }
  /* line 509, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .overlay .prev, .overlay .next {
    top: 50%;
    margin-top: -20px; }
  /* line 513, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .overlay .prev {
    left: 3%;
    right: auto; }

/*
  Navigation
*/
/* line 523, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
nav#main {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  height: 80px;
  background: #000;
  border-bottom: 1px solid #222;
  z-index: 9999999 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media screen and (max-width: 720px) {
    /* line 523, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    nav#main {
      height: 40px; } }
  /* line 535, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  nav#main.visible {
    bottom: 0; }
  /* line 539, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  nav#main .logo {
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    color: #666;
    font-family: "Oswald", Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (max-width: 720px) {
      /* line 539, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      nav#main .logo {
        padding: 0 12px; } }
  /* line 554, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  nav#main .fa-bars {
    font-size: 14px; }
  /* line 557, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  nav#main .icon.toggle-menu {
    display: none; }
    @media screen and (max-width: 720px) {
      /* line 557, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      nav#main .icon.toggle-menu {
        display: block; } 

  nav#main ul {
    text-align:center;
  }
      }
  /* line 563, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  nav#main ul {
    list-style: none;
    height: 80px;
    padding: 0;
    margin: 0;
    margin-left: 60px;
    text-align: right;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (max-width: 992px) {
      /* line 563, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      nav#main ul {
        text-align: right;
        margin-left: 0; } }
    /* line 575, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    nav#main ul li {
      height: 80px;
      display: inline-block;
      border-left: 1px solid #222;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      /* line 580, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      nav#main ul li a {
        height: 80px;
        display: inline-block;
        padding: 0 40px;
        line-height: 80px;
        color: #666;
        font-family: "Oswald", Arial, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        @media screen and (max-width: 992px) {
          /* line 580, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
          nav#main ul li a {
            padding: 0 12px; } }
        /* line 593, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        nav#main ul li a:hover {
          text-decoration: none;
          background: #222;
          color: #fff; }
        /* line 598, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        nav#main ul li a.active {
          background: #222;
          color: #fff; }
      /* line 603, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      nav#main ul li:last-child {
        border-right: none; }
        @media screen and (max-width: 992px) {
          /* line 603, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
          nav#main ul li:last-child {
            border-right: 0; } }
  /* line 611, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  nav#main .icon {
    height: 80px;
    line-height: 80px;
    border: 0;
    display: inline-block;
    border-left: 1px solid #222;
    color: #666;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    /* line 619, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    nav#main .icon:hover {
      background: #222;
      color: #fff; }
  /* line 625, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  nav#main.affix {
    position: fixed;
    z-index: 9999;
    top: -40px;
    bottom: auto;
    height: 60px;
    border-bottom: 1px solid #222; }
    /* line 629, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    nav#main.affix.visible {
      top: 0; }
    /* line 635, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    nav#main.affix .icon {
      line-height: 60px;
      height: 60px; }
    /* line 639, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    nav#main.affix .logo {
      height: 60px;
      line-height: 60px;
      padding: 0 10px; }
    /* line 644, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    nav#main.affix ul {
      height: 40px; }
      @media screen and (max-width: 720px) {
        /* line 644, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        nav#main.affix ul {
          top: 40px;
          bottom: auto;
          height: auto;
          width: 100%;
          text-align: center;
          background: #000;
          display: none;
          border-bottom: 1px solid #222; }
          /* line 655, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
          nav#main.affix ul li {
            width: 100%; }
            /* line 657, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
            nav#main.affix ul li a {
              width: 100%; }
          /* line 661, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
          nav#main.affix ul.open {
            display: inline-block; } }
      /* line 665, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      nav#main.affix ul li {
        height: 60px; }
        /* line 667, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        nav#main.affix ul li a {
          height: 60px;
          line-height: 60px; }
  @media screen and (max-width: 720px) {
    /* line 523, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    nav#main {
      position: fixed;
      z-index: 9999;
      top: -40px;
      bottom: auto;
      height: 60px;
      border-bottom: 1px solid #222; }
      .logo img{max-width: 80%;}

      /* line 679, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      nav#main.visible {
        top: 0; }
      /* line 685, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      nav#main .icon {
        line-height: 60px;
        height: 60px; }
        nav#main .icon.toggle-menu {
        display: block;
        position: relative;
        z-index: 2000;
        }
      /* line 689, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      nav#main .logo {
        height: 60px;
        line-height: 60px;
        padding: 0 10px; }
      /* line 694, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      nav#main ul {
        height: 60px;
        top: 40px;
        bottom: auto;
        height: auto;
        width: 100%;
        text-align: center;
        background: #000;
        display: none;
        border-bottom: 1px solid #222; }
        /* line 704, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        nav#main ul li {
          width: 100%;
          height: 60px; }
          /* line 707, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
          nav#main ul li a {
            width: 100%;
            height: 40px;
            line-height: 40px; }
        /* line 713, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        nav#main ul.open {
          display: inline-block; } }

/* line 720, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.social-icons {
  margin: 20px 0; }
  /* line 722, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .social-icons a {
    margin: 0 20px;
    color: #000;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    /* line 727, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .social-icons a:hover {
      color: #000;
      text-decoration: none; }
    @media screen and (max-width: 720px) {
      /* line 722, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .social-icons a {
        margin: 0 10px;
        font-size: 21px; } }

/* line 738, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.icon {
  display: inline-block;
  height: 45px;
  min-width: 45px;
  width: auto;
  padding: 0 20px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #444;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  /* line 751, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .icon span {
    margin-right: 6px; }
  /* line 755, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .icon:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    border: 1px solid #555;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); }

/* line 764, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.dark .icon {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.6);
  color: #fff; }
  /* line 769, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .dark .icon:hover {
    border-color: #fff;
    color: #fff; }

/* line 775, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.form-control-feedback {
  display: none; }

/* line 780, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.has-feedback .form-control-feedback {
  display: inline-block;
  margin-top: -24px; }

/* line 786, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.service {
  margin-bottom: 30px; }
  /* line 788, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .service span.fa {
    width: 30px; }
    /* line 790, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .service span.fa.fa-caret-right {
      width: auto; }

/* line 796, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.controls-container {
  position: absolute;
  bottom: 60px;
  height: 200px;
  left: 0;
  right: 0;
  overflow: hidden; }
  @media screen and (max-width: 720px) {
    /* line 796, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .controls-container {
      bottom: 0; } }
  /* line 805, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .controls-container .controls {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0; }
    /* line 809, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .controls-container .controls a.control-left, .controls-container .controls a.control-right {
      width: 60px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      background: #000;
      color: #555;
      cursor: pointer;
      z-index: 9999;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      /* line 819, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .controls-container .controls a.control-left:hover, .controls-container .controls a.control-right:hover {
        text-decoration: none;
        background: #333;
        color: #fff; }
    /* line 825, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .controls-container .controls a.control-left {
      position: absolute;
      left: -60px; }
      @media screen and (max-width: 720px) {
        /* line 825, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .controls-container .controls a.control-left {
          left: 0; } }
    /* line 832, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .controls-container .controls a.control-right {
      position: absolute;
      right: -60px; }
      @media screen and (max-width: 720px) {
        /* line 832, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .controls-container .controls a.control-right {
          right: 0; } }
  /* line 841, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .controls-container.hover a.control-left {
    left: 0; }
  /* line 844, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .controls-container.hover a.control-right {
    right: 0; }

/* line 850, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.posts-container {
  left: 0;
  right: 0;
  bottom: 60px;
  overflow: hidden;
  position: fixed;
  height: 150px; }
  @media screen and (max-width: 720px) {
    /* line 850, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .posts-container {
      bottom: 0; } 
.mobsection{min-height: 50%!important;}
.centered-mid {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 130px; }
 .fulwid{ height:500px!important;}
  .slidemain{ min-height:50%!important;}
	  }
  /* line 858, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .posts-container .posts {
    padding: 30px 80px;
    position: absolute;
    bottom: 5px;
    list-style: none;
    text-align: left;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s; }
    /* line 865, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .posts-container .posts.blurred {
      bottom: -130px; }
    /* line 868, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .posts-container .posts .post {
      cursor: pointer;
      position: relative;
      margin-right: 30px;
      display: inline-block;
      text-align: left;
      background: #fff;
      width: 225px;
      height: 90px;
      padding: 5px 25px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=20);
      -moz-opacity: 0.2;
      -khtml-opacity: 0.2;
      opacity: 0.2;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      @media screen and (max-width: 992px) {
        /* line 868, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .posts-container .posts .post {
          height: 50px;
          padding: 5px 15px;
          margin-right: 15px;
          width: 150px; } }
      @media screen and (max-width: 720px) {
        /* line 868, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .posts-container .posts .post {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; } }
      /* line 888, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .posts-container .posts .post h3 {
        font-size: 1em;
        font-weight: bold;
        height: 40px;
        position: absolute;
        left: 25px;
        right: 25px;
        top: 0;
        line-height: 1.2em;
        color: #000;
        -webkit-transition: color 0.25s;
        -moz-transition: color 0.25s;
        -o-transition: color 0.25s;
        transition: color 0.25s; }
        @media screen and (max-width: 992px) {
          /* line 888, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
          .posts-container .posts .post h3 {
            font-size: .8em;
            line-height: 1.1em;
            left: 10px;
            right: 10px;
            top: -10px; } }
      /* line 907, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .posts-container .posts .post img {
        width: 215px;
        height: 0;
        margin: 20px -20px;
        margin-top: 10px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
      /* line 915, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .posts-container .posts .post .content, .posts-container .posts .post p {
        display: none;
        font-size: 1em; }
      /* line 919, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .posts-container .posts .post .data {
        display: none; }
      /* line 923, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .posts-container .posts .post:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 0;
        border-width: 20px 0 0 20px;
        border-style: solid;
        border-color: #fff transparent;
        -webkit-transition: border-color 0.2s;
        -moz-transition: border-color 0.2s;
        -o-transition: border-color 0.2s;
        transition: border-color 0.2s; }
        @media screen and (max-width: 992px) {
          /* line 923, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
          .posts-container .posts .post:after {
            border-width: 10px 0 0 10px;
            bottom: -10px; } }
      /* line 939, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .posts-container .posts .post:hover, .posts-container .posts .post.active {
        background: #000; }
        /* line 940, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .posts-container .posts .post:hover h3, .posts-container .posts .post.active h3 {
          color: #777; }
      /* line 946, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .posts-container .posts .post:hover:after, .posts-container .posts .post.active:after {
        border-color: #000 transparent; }
      /* line 949, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .posts-container .posts .post.visible {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        margin-bottom: 0; }

/* line 957, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.post-content-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  /* line 961, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .post-content-container .post-comments {
    position: fixed;
    right: -300px;
    top: 30px;
    bottom: 240px;
    background: #fff;
    width: 300px;
    font-size: 12px;
    text-align: left;
    padding: 0 20px;
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    /* line 974, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .post-content-container .post-comments .write.icon {
      position: absolute;
      bottom: 10px;
      right: 10px;
      z-index: 9999;
      background: #fff; }
    /* line 981, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .post-content-container .post-comments.visible {
      right: 30px;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      transform: scale(1, 1); }
      @media screen and (max-width: 1230px) {
        /* line 981, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .post-content-container .post-comments.visible {
          right: -300px !important; } }
    /* line 988, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .post-content-container .post-comments h3 {
      padding-top: 0; }
      /* line 989, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .post-content-container .post-comments h3 span {
        margin-right: 10px;
        font-size: 16px;
        color: #ddd; }
    /* line 996, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .post-content-container .post-comments .comments {
      list-style: none;
      padding: 0;
      overflow: hidden;
      top: 60px;
      border-top: 1px solid #ddd;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      margin: 0; }
      /* line 1007, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .post-content-container .post-comments .comments .comment {
        padding: 20px;
        padding-bottom: 15px; }
        /* line 1010, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .post-content-container .post-comments .comments .comment:nth-child(odd) {
          background: #eee; }
        /* line 1014, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .post-content-container .post-comments .comments .comment .author-info h5 {
          margin: 5px 15px; }
        /* line 1017, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .post-content-container .post-comments .comments .comment .author-info .date {
          margin: 5px 15px; }
        /* line 1021, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .post-content-container .post-comments .comments .comment .content {
          margin: 10px 0; }
        /* line 1024, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .post-content-container .post-comments .comments .comment p {
          margin-bottom: 5px; }
  /* line 1030, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  .post-content-container .post-content {
    position: absolute;
    z-index: 0;
    top: 45%;
    left: 50%;
    right: 0;
    margin-top: -250px;
    margin-left: -250px;
    width: 500px;
    height: auto;
    bottom: auto;
    background: #fff;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (max-width: 1230px) {
      /* line 1030, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .post-content-container .post-content {
        left: 0;
        margin: 50px 30px;
        width: 92%; } }
    @media screen and (max-width: 720px) {
      /* line 1030, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .post-content-container .post-content {
        left: 10px !important;
        right: auto !important;
        width: auto;
        margin-right: 10px;
        top: 53px !important;
        position: absolute;
        margin-top: 0 !important;
        margin-left: 0;
        left: auto;
        top: auto; } 
.next {color: #000;font-size: 68px;position: absolute;right:4px;top:38%!important;}
.prev{color: #000;font-size: 68px;position: absolute;left: 13px;top:38%!important;}

      }
    /* line 1061, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .post-content-container .post-content .handle {
      position: relative;
      min-height: 65px;
      line-height: 75px;
      width: 100%;
      background: #fff;
      border-bottom: 1px solid #ddd; }
      @media screen and (max-width: 992px) {
        /* line 1061, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .post-content-container .post-content .handle {
          height: 45px;
          line-height: 45px; } }
      /* line 1072, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .post-content-container .post-content .handle h2 {
        margin: 0;
        padding: 25px 30px;
        display: inline-block; }
        @media screen and (max-width: 992px) {
          /* line 1072, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
          .post-content-container .post-content .handle h2 {
            padding: 5px 15px;
            font-size: 1.3em; } }
        @media screen and (max-width: 720px) {
          /* line 1072, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
          .post-content-container .post-content .handle h2 {
            padding: 17px 15px;
            padding-right: 30px; } }
      /* line 1085, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .post-content-container .post-content .handle .fa {
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 10px;
        top: 17px;
        border: 0;
        cursor: pointer; }
        @media screen and (max-width: 992px) {
          /* line 1085, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
          .post-content-container .post-content .handle .fa {
            height: 30px;
            line-height: 30px;
            width: 30px;
            top: 8px; } }
    /* line 1104, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .post-content-container .post-content h2 {
      margin: 30px; }
    /* line 1107, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .post-content-container .post-content .content {
      padding: 20px 30px;
      margin: 0;
      margin-top: 0;
      height: 250px;
      overflow: hidden;
      position: relative; }
      /* line 1114, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .post-content-container .post-content .content p {
        font-size: 1em; }
        /* line 1116, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .post-content-container .post-content .content p:last-child {
          margin-bottom: 0; }
      /* line 1120, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .post-content-container .post-content .content img {
        margin: 10px 0;
        max-width: 100%; }
      @media screen and (max-width: 992px) {
        /* line 1107, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .post-content-container .post-content .content {
          padding: 10px 15px;
          height: 200px; }
          /* line 1127, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
          .post-content-container .post-content .content h2 {
            margin: 30px; } }
    /* line 1132, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .post-content-container .post-content.visible {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      transform: scale(1, 1);
      margin-top: -270px;
      z-index: 99999; }
    /* line 1138, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
    .post-content-container .post-content .foot {
      background: #000;
      width: 100%;
      height: 47px;
      padding: 0 10px; }
      @media screen and (max-width: 992px) {
        /* line 1138, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .post-content-container .post-content .foot {
          display: none; } }
      /* line 1146, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .post-content-container .post-content .foot a, .post-content-container .post-content .foot .info {
        border-right: 1px solid #333;
        color: #555;
        padding: 0 20px;
        font-size: 14px;
        display: inline-block;
        height: 45px;
        line-height: 45px;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
        /* line 1155, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .post-content-container .post-content .foot a .glyphicon, .post-content-container .post-content .foot .info .glyphicon {
          font-size: 14px;
          margin-right: 4px;
          margin-left: 0; }
        /* line 1160, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
        .post-content-container .post-content .foot a:hover, .post-content-container .post-content .foot .info:hover {
          color: #fff;
          text-decoration: none; }
      /* line 1165, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
      .post-content-container .post-content .foot .block.bottom {
        padding: 30px !important; }

/* line 1172, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.ps-container .ps-scrollbar-y-rail, .ps-container .ps-scrollbar-y {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

/* line 1176, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
.loader {
  border: 2px solid #555;
  width: 50px;
  height: 50px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-animation: load 1s infinite;
  /* Chrome, Safari, Opera */
  animation: load .3s infinite; }

@-webkit-keyframes load {
  /* line 1192, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  0% {
    height: 50px;
    -webkit-transform: rotate(0); }

  /* line 1193, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  50% {
    height: 0;
    margin-top: 0;
    -webkit-transform: rotate(180deg); }

  /* line 1194, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  100% {
    height: 50px;
    margin-top: -25px;
    -webkit-transform: rotate(360deg); } }

@keyframes load {
  /* line 1199, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  0% {
    height: 50px; }

  /* line 1200, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  50% {
    height: 0;
    margin-top: 0; }

  /* line 1201, /Users/kaj/Dropbox/Freelance/Themanoid/Themes/Agency/dev-mac-upload/source/stylesheets/style.scss */
  100% {
    height: 50px;
    margin-top: -25px; } }

.line{ margin-bottom:40px; margin-top:40px; background-color:#001e4c; height:1px; width:100%;}
.bluehead{ color: #41a5dd }
.inner {
}
.img-circle {
  border-radius: 50%;
}
.inner img {
  position: absolute;
}
.inner .text {
  padding-left: 100px;
}
.video-frame{ width: 100%;margin-bottom:50px; }
.service i{
color: #47a6db;
text-shadow: none;
font-size: 24px;
padding: 16px;
width: 60px;
height: 60pxw;
position: absolute;
text-align: center;
border: solid 2px;
border-radius: 60px;
}

.whitebox {
  font-family: "Lato", Arial, sans-serif;
  line-height: 40px;
  border: solid 2px #fff;
  padding: 15px 0;
}

/* Our client carousel Start */
.recipesgallery h2 {
  color: #fff;
  text-align: center;
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  margin-top:20px!important; 
}
.customNavigation {
  text-align: center;
}
.addrs{ font-size: 15px; text-align: center; line-height: 30px; }

#owl-demo .item{padding: 0px 5px;margin: 4px; color: #FFF;text-align: center;}
.customNavigation{text-align: center;}
.customNavigation a{-webkit-user-select: none; -khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.play{ display:none;}
.next {color: #000;font-size: 68px;position: absolute;right:4px;top:41%;}
.prev{color: #000;font-size: 68px;position: absolute;left: 13px;top:41%;}
.owl-carousel .owl-item { float: left;}
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%;}
.owl-item img{border: 1px solid #636363;}
.company{font-size: 20px;}

@media (min-width: 721px) and (max-width: 780px) {
nav#main .logo img{max-width: 80%;}
}
.homeclints{ margin-top:0px!important;}
.homeclints .prev {top: 50%!important;}
.homeclints .next {top: 50%!important;}

/* Team member css start */
@media (min-width: 768px) and (max-width: 991px) {
.flip-box {background-color: transparent; width: 350px!important; margin: 0 auto; margin-bottom: 20px;height: 350px!important;}
.flipimg{ width: 350px!important; height: 350px!important; }
}

@media screen and (max-width: 767px) {
.homeclints .prev {top: 54%!important;}
.homeclints .next {top: 54%!important;}

.flip-box {background-color: transparent; width: 350px!important; margin: 0 auto;margin-bottom: 20px;height: 350px!important;}
.flipimg{ width: 350px!important; height:350px!important ; }
}

@media screen and (max-width: 420px) {
.flip-box { background-color: transparent;width: 250px!important; margin: 0 auto;margin-bottom: 20px;height: 250px!important;}
.flipimg{ width: 250px!important; height:250px!important ; }
}

@media(min-width:992px) and (max-width: 1375px) {
.service {margin-bottom: 30px;height: 300px;}
#services .service:last-child {height: 350px;}
.onerow{ width:100%; height:auto!important; margin-bottom:0px;}
}


@media (min-width: 992px) and (max-width: 1280px) {
nav#main ul {text-align: right;}
nav#main ul li:last-child { border-right:none;}
nav#main ul li a{ padding: 0 25px; }
.flip-box {background-color: transparent;width: 200px!important;margin: 0 auto;margin-bottom: 20px!important;height: 200px!important;}
.flipimg{ width: 200px!important; height: 200px!important; }
}
.flip-box {background-color: transparent;width: 270px;margin: 0 auto;height: 270px;margin-top: 40px;perspective: 1000px;}
.flip-box-inner {position: relative;width: 100%;height: 100%;text-align: center;transition: transform 0.8s;transform-style: preserve-3d;}
.flip-box:hover .flip-box-inner {transform: rotateY(180deg);}
.flip-box-front, .flip-box-back {position: absolute;width: 100%;height: 100%;backface-visibility: hidden;}
.flip-box-front {background-color: #bbb;color: black;}
.flip-box-back {background-color: #282828;color: white;transform: rotateY(180deg);} 
/* Team member css start */

#footer ul{ padding:0px;}
#footer ul li{ list-style:none!important; line-height:30px;}
#footer ul li a{ font-size:15px; color:rgba(255, 255, 255, 0.5)}
#footer a:hover{ color:#47a6db; text-decoration:underline;}
.btmspace{ margin-bottom:15px;}
#footer .block.small p{ font-size:15px}

.quicklink{ text-align:center; width:100%;font-size:15px; color:rgba(255, 255, 255, 0.5)}
.quicklink a{font-size:15px; color:rgba(255, 255, 255, 0.5)}
.quicklink a:hover{ color:#47a6db; text-decoration:underline;}
.ftradrs{ width:100%; margin-top:30px; font-size: 15px;color: rgba(255, 255, 255, 0.5); text-align:center;}
.ftradrs p{ margin-bottom:10px;}
.ftradrs p a{  font-size: 15px;color:color: #428bca; text-decoration:none;}
.ftradrs p a:hover{text-decoration:underline;}
.ftradrs p i{ margin-right:10px;}
/* ===== Service cards fix (scoped overrides) ===== */

/* Make each card look like a readable block */
.service .inner {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start;

  background: rgba(0,0,0,.58);   /* dark backdrop for readability */
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 8px 28px rgba(0,0,0,.25);

  height: 100%;
}

/* Stop the global rule (.inner img {position:absolute}) for service cards */
.service .inner img {
  position: static;            /* override the global absolute */
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.15);
}

/* Remove the global padding-left on service card text */
.service .inner .text {
  padding-left: 0;             /* override the 100px padding */
  color: #fff;
  line-height: 1.6;
}

.service .inner .text h3 {
  margin: 2px 0 6px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .2px;
  color: #fff;
}

.service .inner .text p {
  margin: 0;
  font-size: 15px;
  opacity: .95;
}

/* Subtle hover lift */
.service .inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(0,0,0,.32);
  transition: transform .18s ease, box-shadow .18s ease;
}

/* Optional: reduce the forced fixed height on large screens (keeps cards tidy) */
@media (min-width: 992px) and (max-width: 1375px) {
  .service { height: auto; }   /* let content define height */
}
/* ==== Verticals (Focus page) cards fix ==== */
#projects .service .inner{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;

  /* readable card */
  background: rgba(0,0,0,.58);
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 8px 28px rgba(0,0,0,.25);
  height: 100%;
}

/* cancel the global absolute positioning on the check icon */
#projects .service i{
  position: static;                 /* <-- key fix */
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: #47a6db;
  font-size: 18px;
  text-shadow: none;
  padding: 0;                       /* use flex centering */
}

/* text next to icon */
#projects .service .text{
  padding-left: 0;                  /* override the 100px rule */
  color: #fff;
  line-height: 1.6;
}
#projects .service .text h3{
  margin: 2px 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
#projects .service .text p{
  margin: 0;
  color: rgba(255,255,255,.85);
}

/* optional: hover lift and allow natural height on large screens */
#projects .service .inner:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(0,0,0,.32);
  transition: transform .18s ease, box-shadow .18s ease;
}
@media (min-width: 992px) and (max-width: 1375px){
  #projects .service{ height: auto; }
}
/* ==== Generic service cards (fix FA icon overlap) ==== */
.service .inner{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;

  /* readable card */
  background: rgba(0,0,0,.58);
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 8px 28px rgba(0,0,0,.25);
  height: 100%;
}

/* stop absolute positioning on the check/gear/camera icons */
.service .inner i.fa{
  position: static;                 /* key fix */
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: #47a6db;
  font-size: 18px;
  text-shadow: none;
  padding: 0;
}

/* text block next to the icon */
.service .inner .text{
  padding-left: 0;                  /* cancels the old 100px padding */
  color: #fff;
  line-height: 1.6;
}
.service .inner .text h3{
  margin: 2px 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.service .inner .text p{
  margin: 0;
  color: rgba(255,255,255,.85);
}

/* subtle hover (optional) */
.service .inner:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(0,0,0,.32);
  transition: transform .18s ease, box-shadow .18s ease;
}
