/* All Styles Imported Here */
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.otf") format("opentype"); }
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/Montserrat-SemiBold.otf") format("opentype"); }
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url("../fonts/Montserrat-ExtraBold.otf") format("opentype"); }
/* press_media */
.press_media {
  padding: 6% auto 4%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .press_media {
      margin: 20% auto 10%; } }
  .press_media .modal > a {
    z-index: 1000; }
  .press_media .modal-header .close {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1000; }
  .press_media .news_dialog {
    margin-top: -10%; }
  .press_media .circle {
    width: 400px;
    height: 500px;
    background: #34bcd0;
    border-radius: 100%;
    position: absolute;
    right: -200px;
    z-index: -1; }
  .press_media h1 {
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin-top: 5%; }
  .press_media .row {
    margin-top: 5%; }
  .press_media .pressnews {
    display: block;
    margin: 5% 0;
    text-decoration: none;
    cursor: pointer; }
    .press_media .pressnews img {
      border: 1px solid rgba(0, 0, 0, 0.2); }
    .press_media .pressnews p {
      margin: 15px 0;
      color: rgba(0, 0, 0, 0.6); }
      .press_media .pressnews p i {
        font-size: 12px; }
    .press_media .pressnews span {
      color: rgba(0, 0, 0, 0.8);
      padding: 2px;
      text-transform: uppercase;
      display: inline-block;
      border-bottom: 3px solid rgba(0, 0, 0, 0.2); }
    .press_media .pressnews:hover span, .press_media .pressnews:active span {
      border-bottom: 3px solid #34bcd0; }

/* portfolio styles */
.port_btn {
  display: inline-block;
  padding: 15px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 30px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .port_btn {
      display: none; } }

.port_back a {
  margin-top: 10px; }

.nav_portfolio.port_btn {
  color: white; }

.nav_portfolio.port_show {
  color: rgba(0, 0, 0, 0.8); }

.theme1 h3 {
  text-align: center;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  margin-bottom: 3%; }
  @media (max-width: 767px) {
    .theme1 h3 {
      font-size: 20px; } }
.theme1 p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 30px auto;
  text-align: left; }
  @media (max-width: 767px) {
    .theme1 p {
      font-size: 14px;
      text-align: justify; } }
.theme1 .banner {
  padding: 15% 0;
  text-align: center; }
  @media (min-width: 1100px) {
    .theme1 .banner p {
      width: 500px; } }
  @media (max-width: 1023px) {
    .theme1 .banner {
      margin-top: 15%; } }
  @media (max-width: 767px) {
    .theme1 .banner {
      margin: 15% 0 0;
      padding: 15% 0 5%; }
      .theme1 .banner img {
        margin-top: 5%;
        width: 60%; } }
.theme1 .challenge {
  position: relative;
  display: block;
  padding: 0 0 5%; }
  @media (max-width: 1023px) {
    .theme1 .challenge {
      padding: 0 0 15%; } }
  .theme1 .challenge p {
    background: rgba(219, 42, 39, 0.7);
    padding: 2%;
    z-index: 200;
    color: white;
    font-size: 16px;
    text-align: justify; }
    @media (min-width: 767px) {
      .theme1 .challenge p {
        position: absolute;
        top: 24%;
        width: 60%;
        left: 5%; } }
    @media (max-width: 1023px) {
      .theme1 .challenge p {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .theme1 .challenge p {
        position: relative;
        margin: 0;
        padding: 2%;
        font-size: 14px; } }
  @media (max-width: 1023px) {
    .theme1 .challenge .col-md-6 img {
      width: 100%; } }
.theme1 .quantifiable {
  padding: 5% 0;
  text-align: center; }
  .theme1 .quantifiable h3 {
    margin-bottom: 2%; }
  .theme1 .quantifiable p {
    text-align: center;
    margin-top: 8%; }
    .theme1 .quantifiable p .red_text {
      color: #db2a27;
      font-size: 120px;
      font-weight: bold;
      text-shadow: 5px 0 0 #f1bdbd; }
      @media (max-width: 767px) {
        .theme1 .quantifiable p .red_text {
          font-size: 60px; } }
.theme1 .solution {
  background: #f0f0f0;
  padding: 5% 0;
  margin: 2% 0 0; }
  .theme1 .solution p {
    text-align: justify; }
.theme1 .mobile_content {
  background: #f0f0f0;
  padding: 5% 0; }
  .theme1 .mobile_content .col-md-4 {
    text-align: center; }
    @media (max-width: 767px) {
      .theme1 .mobile_content .col-md-4 img {
        width: 60%;
        margin-bottom: 5%; } }

.w80 {
  width: 80%;
  margin: 0 auto; }

@media (min-width: 1100px) {
  .w90 {
    width: 90%;
    margin: 0 auto; } }

ul.w_bar {
  list-style-type: none;
  margin-left: 5px; }
  ul.w_bar li {
    position: relative;
    padding: 10px 0;
    margin-left: 5px; }
    ul.w_bar li:before {
      content: '';
      width: 20px;
      height: 4px;
      margin-right: 25px;
      display: inline-block;
      background: white;
      position: absolute;
      left: -35px;
      top: 18px; }

ul.b_bar li:before {
  background: rgba(0, 0, 0, 0.6); }

.form_content {
  padding: 4% 0;
  text-align: center; }
  .form_content h3 {
    margin-top: 6%; }
    @media (max-width: 1023px) {
      .form_content h3 {
        font-size: 20px; } }
  .form_content .bd_btn {
    background: none;
    padding: 15px;
    font-size: 16px;
    border: 3px solid #555;
    color: black;
    min-width: 25%;
    display: inline-block;
    text-align: center; }
    @media (max-width: 991px) {
      .form_content .bd_btn {
        width: auto;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .form_content .bd_btn {
        width: 90%;
        font-size: 14px; } }
  .form_content .bd_input {
    padding: 10px 20px;
    height: auto;
    margin: 15px 0;
    font-size: 18px;
    color: #999999;
    background: white;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 3px solid #555;
    text-decoration: none; }
    @media (max-width: 767px) {
      .form_content .bd_input {
        font-size: 16px;
        padding: 10px 15px; } }
  .form_content textarea.bd_input {
    height: 200px;
    resize: vertical; }
  .form_content .send_form {
    margin: 0 auto 40px; }
    @media (min-width: 1025px) {
      .form_content .send_form {
        width: 50%; } }
    @media (max-width: 767px) {
      .form_content .send_form {
        padding: 15px; } }
    .form_content .send_form .send_btn {
      padding: 15px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #34bcd0; }

.theme2 .banner {
  padding: 20% 0 5%; }
  @media (min-width: 1025px) {
    .theme2 .banner {
      width: 80%;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .theme2 .banner {
      padding: 130px 0 5%; } }
  .theme2 .banner .product_logo {
    text-align: center; }
.theme2 .solution_content .container, .theme2 .theme11 .features_content .container, .theme11 .theme2 .features_content .container, .theme2 .theme13 .features_content .container, .theme13 .theme2 .features_content .container {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1025px) {
    .theme2 .solution_content .container, .theme2 .theme11 .features_content .container, .theme11 .theme2 .features_content .container, .theme2 .theme13 .features_content .container, .theme13 .theme2 .features_content .container {
      padding: 0; } }
  .theme2 .solution_content .container .challenge, .theme2 .theme11 .features_content .container .challenge, .theme11 .theme2 .features_content .container .challenge, .theme2 .theme13 .features_content .container .challenge, .theme13 .theme2 .features_content .container .challenge {
    margin: 2% 5%;
    padding: 25px; }
    .theme2 .solution_content .container .challenge h3, .theme2 .theme11 .features_content .container .challenge h3, .theme11 .theme2 .features_content .container .challenge h3, .theme2 .theme13 .features_content .container .challenge h3, .theme13 .theme2 .features_content .container .challenge h3 {
      margin-top: 0; }
    @media (min-width: 1025px) {
      .theme2 .solution_content .container .challenge, .theme2 .theme11 .features_content .container .challenge, .theme11 .theme2 .features_content .container .challenge, .theme2 .theme13 .features_content .container .challenge, .theme13 .theme2 .features_content .container .challenge {
        width: 60%;
        float: right;
        margin-right: 10%;
        text-align: right; } }
    @media (max-width: 767px) {
      .theme2 .solution_content .container .challenge, .theme2 .theme11 .features_content .container .challenge, .theme11 .theme2 .features_content .container .challenge, .theme2 .theme13 .features_content .container .challenge, .theme13 .theme2 .features_content .container .challenge {
        margin: 15px 0;
        padding: 10px 0; } }
  .theme2 .solution_content .container .solution, .theme2 .theme11 .features_content .container .solution, .theme11 .theme2 .features_content .container .solution, .theme2 .theme13 .features_content .container .solution, .theme13 .theme2 .features_content .container .solution {
    margin: 2% 5%;
    padding: 25px;
    background: rgba(158, 118, 81, 0.7); }
    .theme2 .solution_content .container .solution h3, .theme2 .theme11 .features_content .container .solution h3, .theme11 .theme2 .features_content .container .solution h3, .theme2 .theme13 .features_content .container .solution h3, .theme13 .theme2 .features_content .container .solution h3 {
      margin-top: 0;
      color: #fff; }
    .theme2 .solution_content .container .solution p, .theme2 .theme11 .features_content .container .solution p, .theme11 .theme2 .features_content .container .solution p, .theme2 .theme13 .features_content .container .solution p, .theme13 .theme2 .features_content .container .solution p {
      color: #fff; }
    @media (min-width: 1025px) {
      .theme2 .solution_content .container .solution, .theme2 .theme11 .features_content .container .solution, .theme11 .theme2 .features_content .container .solution, .theme2 .theme13 .features_content .container .solution, .theme13 .theme2 .features_content .container .solution {
        width: 60%;
        float: right;
        margin-right: 10%;
        text-align: right; } }
    @media (max-width: 767px) {
      .theme2 .solution_content .container .solution, .theme2 .theme11 .features_content .container .solution, .theme11 .theme2 .features_content .container .solution, .theme2 .theme13 .features_content .container .solution, .theme13 .theme2 .features_content .container .solution {
        margin: 15px 0;
        padding: 10px; } }
.theme2 .solution_content .bg, .theme2 .theme11 .features_content .bg, .theme11 .theme2 .features_content .bg, .theme2 .theme13 .features_content .bg, .theme13 .theme2 .features_content .bg {
  top: 0;
  z-index: -1; }
  @media (min-width: 1025px) {
    .theme2 .solution_content .bg, .theme2 .theme11 .features_content .bg, .theme11 .theme2 .features_content .bg, .theme2 .theme13 .features_content .bg, .theme13 .theme2 .features_content .bg {
      position: absolute; } }
@media (min-width: 1025px) {
  .theme2 .mock_up .container {
    padding: 0; } }

.color_white {
  color: white !important; }

.theme3 .banner {
  background: #1999d6;
  position: relative;
  padding-bottom: 40px; }
  @media (min-width: 1025px) {
    .theme3 .banner .w50 {
      width: 50%;
      margin: 10% auto 4%; }
      .theme3 .banner .w50 p {
        margin-top: 25px;
        font-size: 16px; } }
  @media (max-width: 1024px) {
    .theme3 .banner .w50 {
      width: 80%;
      margin: 10% auto 5%; }
      .theme3 .banner .w50 img {
        margin: 20% auto 10%;
        width: 320px; } }
  @media (max-width: 1024px) and (max-width: 600px) {
    .theme3 .banner .w50 {
      width: auto;
      margin: 30% auto 6%; }
      .theme3 .banner .w50 img {
        width: 250px; } }

  .theme3 .banner:after {
    background: #1999d6;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 70px;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    transform: skewY(-2deg); }
    @media (max-width: 600px) {
      .theme3 .banner:after {
        height: 40px;
        bottom: -20px; } }
.theme3 .challenge_content {
  background: url(../img/portfolio/bluewinger/banner.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 8% 0 8%; }
  .theme3 .challenge_content .challenge {
    color: white;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .theme3 .challenge_content .challenge {
        width: 70%; } }
    @media (max-width: 1023px) {
      .theme3 .challenge_content .challenge {
        margin: 10% auto 0; } }
    .theme3 .challenge_content .challenge h3 {
      margin-bottom: 25px; }
    .theme3 .challenge_content .challenge p {
      color: white;
      font-size: 16px; }
      @media (max-width: 1023px) {
        .theme3 .challenge_content .challenge p {
          font-size: 14px; } }
.theme3 .solution_content, .theme3 .theme11 .features_content, .theme11 .theme3 .features_content, .theme3 .theme13 .features_content, .theme13 .theme3 .features_content {
  padding: 10px 0; }
  .theme3 .solution_content .solution, .theme3 .theme11 .features_content .solution, .theme11 .theme3 .features_content .solution, .theme3 .theme13 .features_content .solution, .theme13 .theme3 .features_content .solution {
    margin: 4% auto 5%; }
    @media (min-width: 1025px) {
      .theme3 .solution_content .solution, .theme3 .theme11 .features_content .solution, .theme11 .theme3 .features_content .solution, .theme3 .theme13 .features_content .solution, .theme13 .theme3 .features_content .solution {
        width: 70%; } }
    .theme3 .solution_content .solution h3, .theme3 .theme11 .features_content .solution h3, .theme11 .theme3 .features_content .solution h3, .theme3 .theme13 .features_content .solution h3, .theme13 .theme3 .features_content .solution h3 {
      color: rgba(0, 0, 0, 0.8);
      margin: 2% 0 4%; }
    .theme3 .solution_content .solution p, .theme3 .theme11 .features_content .solution p, .theme11 .theme3 .features_content .solution p, .theme3 .theme13 .features_content .solution p, .theme13 .theme3 .features_content .solution p {
      color: rgba(0, 0, 0, 0.8); }
    .theme3 .solution_content .solution img, .theme3 .theme11 .features_content .solution img, .theme11 .theme3 .features_content .solution img, .theme3 .theme13 .features_content .solution img, .theme13 .theme3 .features_content .solution img {
      margin-top: 4%; }
  @media (min-width: 1025px) {
    .theme3 .solution_content .w50, .theme3 .theme11 .features_content .w50, .theme11 .theme3 .features_content .w50, .theme3 .theme13 .features_content .w50, .theme13 .theme3 .features_content .w50 {
      width: 50%; } }

.theme4 .banner {
  background: url(../img/portfolio/myautomate/banner.jpg) 0 0 no-repeat;
  background-size: cover; }
  .theme4 .banner .w50 {
    width: 50%;
    margin: 15% auto 10%; }
    .theme4 .banner .w50 img {
      margin: 10% auto 6%; }
  @media (min-width: 1025px) {
    .theme4 .banner:before {
      content: "";
      width: 200px;
      height: 428px;
      -webkit-transform: rotate(51deg);
      -moz-transform: rotate(51deg);
      transform: rotate(51deg);
      display: block;
      position: absolute;
      top: -168px;
      left: 0px;
      background: rgba(255, 255, 255, 0.1);
      z-index: 10; } }
.theme4 .challenge_content .challenge {
  margin: 2% auto; }
  @media (min-width: 1025px) {
    .theme4 .challenge_content .challenge {
      width: 70%; } }
  @media (max-width: 1023px) {
    .theme4 .challenge_content .challenge {
      margin: 10% auto 0; } }
  .theme4 .challenge_content .challenge h3 {
    margin: 5% auto; }
  .theme4 .challenge_content .challenge img.car {
    margin-left: -40px; }
.theme4 .solution_content .solution, .theme4 .theme11 .features_content .solution, .theme11 .theme4 .features_content .solution, .theme4 .theme13 .features_content .solution, .theme13 .theme4 .features_content .solution {
  margin: 2% auto; }
  @media (min-width: 1025px) {
    .theme4 .solution_content .solution, .theme4 .theme11 .features_content .solution, .theme11 .theme4 .features_content .solution, .theme4 .theme13 .features_content .solution, .theme13 .theme4 .features_content .solution {
      width: 70%;
      padding: 0 0 5% 0; } }
  @media (max-width: 1023px) {
    .theme4 .solution_content .solution, .theme4 .theme11 .features_content .solution, .theme11 .theme4 .features_content .solution, .theme4 .theme13 .features_content .solution, .theme13 .theme4 .features_content .solution {
      margin: 10% auto 0; } }
  .theme4 .solution_content .solution h3, .theme4 .theme11 .features_content .solution h3, .theme11 .theme4 .features_content .solution h3, .theme4 .theme13 .features_content .solution h3, .theme13 .theme4 .features_content .solution h3 {
    margin: 5% auto; }
.theme4 .mobile_content {
  background: rgba(0, 0, 0, 0.1);
  text-align: center; }
  .theme4 .mobile_content .mobiles {
    width: 70%;
    margin: 10% auto 0; }
  @media (max-width: 1023px) {
    .theme4 .mobile_content {
      margin: 10% auto 0; } }

.theme5 .banner {
  background: #1a6db9;
  position: relative; }
  @media (min-width: 1025px) {
    .theme5 .banner {
      padding-bottom: 40px; }
      .theme5 .banner .w50 {
        width: 50%;
        margin: 15% auto 2%; }
        .theme5 .banner .w50 p {
          margin-top: 25px;
          font-size: 16px; } }
  @media (max-width: 1024px) {
    .theme5 .banner .w50 {
      width: 80%;
      margin: 10% auto 5%; }
      .theme5 .banner .w50 img {
        margin: 20% auto 10%;
        width: 320px; } }
  @media (max-width: 1024px) and (max-width: 600px) {
    .theme5 .banner .w50 {
      width: auto;
      margin: 30% auto 6%; }
      .theme5 .banner .w50 img {
        width: 250px; } }

  @media (min-width: 1025px) {
    .theme5 .banner:before {
      content: "";
      width: 200px;
      height: 428px;
      -webkit-transform: rotate(51deg);
      -moz-transform: rotate(51deg);
      transform: rotate(51deg);
      display: block;
      position: absolute;
      top: -168px;
      left: 0px;
      background: white;
      z-index: 10; } }
  .theme5 .banner:after {
    background: #1a6db9;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100px;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    transform: skewY(-4deg); }
.theme5 .challenge_content {
  background: url(../img/portfolio/pennyful/banner.png) 0 0 no-repeat;
  background-size: cover; }
  .theme5 .challenge_content .challenge {
    margin: 10% auto 10%; }
    @media (min-width: 1025px) {
      .theme5 .challenge_content .challenge {
        width: 70%; } }
    @media (max-width: 1023px) {
      .theme5 .challenge_content .challenge {
        margin: 10% auto 0; } }
    @media (max-width: 767px) {
      .theme5 .challenge_content .challenge {
        margin: 25% auto 0; } }
    .theme5 .challenge_content .challenge p {
      background: #f1cf30;
      padding: 20px;
      color: white; }
.theme5 .solution_content .solution, .theme5 .theme11 .features_content .solution, .theme11 .theme5 .features_content .solution, .theme5 .theme13 .features_content .solution, .theme13 .theme5 .features_content .solution {
  margin: 10% auto 10%; }
  @media (min-width: 1025px) {
    .theme5 .solution_content .solution, .theme5 .theme11 .features_content .solution, .theme11 .theme5 .features_content .solution, .theme5 .theme13 .features_content .solution, .theme13 .theme5 .features_content .solution {
      width: 70%; } }
  @media (max-width: 1023px) {
    .theme5 .solution_content .solution, .theme5 .theme11 .features_content .solution, .theme11 .theme5 .features_content .solution, .theme5 .theme13 .features_content .solution, .theme13 .theme5 .features_content .solution {
      margin: 10% auto 0; } }
  .theme5 .solution_content .solution h3, .theme5 .theme11 .features_content .solution h3, .theme11 .theme5 .features_content .solution h3, .theme5 .theme13 .features_content .solution h3, .theme13 .theme5 .features_content .solution h3 {
    margin: 0 auto 5%; }
.theme5 .mobile_content {
  background: rgba(0, 0, 0, 0.1);
  text-align: center; }
  .theme5 .mobile_content .mobiles {
    width: 70%;
    margin: 10% auto 0; }
  @media (max-width: 1023px) {
    .theme5 .mobile_content {
      margin: 10% auto 0; } }

.theme6 .banner {
  background: url(../img/portfolio/eazee/bg.jpg) 0 0 no-repeat;
  background-size: cover; }
  .theme6 .banner .w50 {
    margin: 14% auto 10%; }
    .theme6 .banner .w50 img {
      margin-bottom: 5%; }
      @media (max-width: 767px) {
        .theme6 .banner .w50 img {
          width: 70%; } }
    @media (min-width: 1025px) {
      .theme6 .banner .w50 {
        width: 50%; } }
    @media (max-width: 1023px) {
      .theme6 .banner .w50 {
        margin: 10% auto; } }
    @media (max-width: 767px) {
      .theme6 .banner .w50 {
        margin: 120px auto 0; } }
  @media (min-width: 1025px) {
    .theme6 .banner:before {
      content: "";
      width: 200px;
      height: 428px;
      -webkit-transform: rotate(51deg);
      -moz-transform: rotate(51deg);
      transform: rotate(51deg);
      display: block;
      position: absolute;
      top: -168px;
      left: 0px;
      background: white;
      z-index: 10; } }
.theme6 .challenge_content {
  position: relative; }
  .theme6 .challenge_content .challenge {
    margin: 20% auto 10%; }
    .theme6 .challenge_content .challenge img.tri {
      position: absolute;
      top: -30%;
      z-index: -1; }
      @media (max-width: 1023px) {
        .theme6 .challenge_content .challenge img.tri {
          width: 160px; } }
    @media (min-width: 1025px) {
      .theme6 .challenge_content .challenge {
        width: 400px; }
        .theme6 .challenge_content .challenge h3 {
          color: rgba(0, 0, 0, 0.8);
          margin: 0 30px 10px; }
        .theme6 .challenge_content .challenge p {
          width: 80%;
          margin: 0 auto;
          color: rgba(0, 0, 0, 0.8); } }
    @media (max-width: 1023px) {
      .theme6 .challenge_content .challenge {
        margin: 10% auto 5%; } }
.theme6 .solution_content .solution, .theme6 .theme11 .features_content .solution, .theme11 .theme6 .features_content .solution, .theme6 .theme13 .features_content .solution, .theme13 .theme6 .features_content .solution {
  margin: 10% auto 10%; }
  .theme6 .solution_content .solution h3, .theme6 .theme11 .features_content .solution h3, .theme11 .theme6 .features_content .solution h3, .theme6 .theme13 .features_content .solution h3, .theme13 .theme6 .features_content .solution h3 {
    margin: 0 0 15px 0; }
  @media (min-width: 1025px) {
    .theme6 .solution_content .solution, .theme6 .theme11 .features_content .solution, .theme11 .theme6 .features_content .solution, .theme6 .theme13 .features_content .solution, .theme13 .theme6 .features_content .solution {
      width: 90%; } }
  @media (max-width: 1023px) {
    .theme6 .solution_content .solution, .theme6 .theme11 .features_content .solution, .theme11 .theme6 .features_content .solution, .theme6 .theme13 .features_content .solution, .theme13 .theme6 .features_content .solution {
      margin: 5% auto 5%; } }
.theme6 .memory_card {
  padding: 6% 0 2%; }
  .theme6 .memory_card .col-md-8 {
    text-align: center; }
    @media (max-width: 1023px) {
      .theme6 .memory_card .col-md-8 img {
        width: 50%; } }
    @media (max-width: 767px) {
      .theme6 .memory_card .col-md-8 img {
        width: 70%;
        margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .theme6 .memory_card p {
      margin: 35% auto;
      font-size: 20px;
      width: 80%; } }
  @media (max-width: 1023px) {
    .theme6 .memory_card p {
      margin: 25% auto; } }
  @media (max-width: 767px) {
    .theme6 .memory_card p {
      margin: 4%; } }

.theme7 .banner .w50 {
  margin: 14% auto; }
  @media (min-width: 1025px) {
    .theme7 .banner .w50 {
      width: 70%;
      margin: 15% auto 10%; } }
  @media (max-width: 1023px) {
    .theme7 .banner .w50 img {
      margin: 10% auto 0; } }
  .theme7 .banner .w50 p {
    margin-top: 15%;
    color: rgba(0, 0, 0, 0.8); }
    @media (max-width: 1023px) {
      .theme7 .banner .w50 p {
        margin-top: 5%; } }
    @media (max-width: 767px) {
      .theme7 .banner .w50 p {
        margin-bottom: 10%; } }
.theme7 .challenge_content {
  background: #2daae2;
  position: relative;
  margin-top: 3%; }
  .theme7 .challenge_content .challenge {
    margin: 5% auto 10%; }
    @media (min-width: 1025px) {
      .theme7 .challenge_content .challenge {
        width: 70%; } }
    @media (max-width: 1023px) {
      .theme7 .challenge_content .challenge {
        margin: 10% auto 5%; } }
    @media (max-width: 767px) {
      .theme7 .challenge_content .challenge {
        margin: 0 auto 10%; } }
  .theme7 .challenge_content:after {
    background: #2daae2;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 125px;
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    transform: skewY(-5deg); }
.theme7 .solution_content, .theme7 .theme11 .features_content, .theme11 .theme7 .features_content, .theme7 .theme13 .features_content, .theme13 .theme7 .features_content {
  position: relative;
  background: #2aa2d6; }
  .theme7 .solution_content .solution, .theme7 .theme11 .features_content .solution, .theme11 .theme7 .features_content .solution, .theme7 .theme13 .features_content .solution, .theme13 .theme7 .features_content .solution {
    margin: 5% auto 5%; }
    @media (min-width: 1025px) {
      .theme7 .solution_content .solution, .theme7 .theme11 .features_content .solution, .theme11 .theme7 .features_content .solution, .theme7 .theme13 .features_content .solution, .theme13 .theme7 .features_content .solution {
        width: 70%; } }
    @media (max-width: 1023px) {
      .theme7 .solution_content .solution, .theme7 .theme11 .features_content .solution, .theme11 .theme7 .features_content .solution, .theme7 .theme13 .features_content .solution, .theme13 .theme7 .features_content .solution {
        margin: 5% auto; } }
    @media (max-width: 767px) {
      .theme7 .solution_content .solution, .theme7 .theme11 .features_content .solution, .theme11 .theme7 .features_content .solution, .theme7 .theme13 .features_content .solution, .theme13 .theme7 .features_content .solution {
        margin: 5% auto 10%; } }
  .theme7 .solution_content .set_bg, .theme7 .theme11 .features_content .set_bg, .theme11 .theme7 .features_content .set_bg, .theme7 .theme13 .features_content .set_bg, .theme13 .theme7 .features_content .set_bg {
    position: absolute;
    bottom: -5px; }

.theme8 .banner {
  background: url(../img/portfolio/grs/bg.jpg) 0 0 no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .theme8 .banner {
      background-position: 50% 50%; } }
  .theme8 .banner .w50 {
    margin: 10% auto 10%; }
    @media (min-width: 1025px) {
      .theme8 .banner .w50 {
        width: 70%;
        margin: 30% auto 2%; } }
    @media (max-width: 1023px) {
      .theme8 .banner .w50 {
        margin: 30% auto 0; } }
    @media (max-width: 767px) {
      .theme8 .banner .w50 {
        margin: 60% auto 10%; } }
    @media (max-width: 767px) {
      .theme8 .banner .w50 {
        margin: 400px auto 30px; } }
.theme8 .challenge_content .challenge {
  margin: 10% auto 5%; }
  .theme8 .challenge_content .challenge h3 {
    margin-bottom: 4%; }
  @media (min-width: 1025px) {
    .theme8 .challenge_content .challenge {
      width: 70%; } }
  @media (max-width: 1023px) {
    .theme8 .challenge_content .challenge {
      margin: 5% auto; } }
.theme8 .solution_content .solution, .theme8 .theme11 .features_content .solution, .theme11 .theme8 .features_content .solution, .theme8 .theme13 .features_content .solution, .theme13 .theme8 .features_content .solution {
  margin: 5% auto; }
  @media (min-width: 1025px) {
    .theme8 .solution_content .solution, .theme8 .theme11 .features_content .solution, .theme11 .theme8 .features_content .solution, .theme8 .theme13 .features_content .solution, .theme13 .theme8 .features_content .solution {
      width: 70%; } }
  @media (max-width: 1023px) {
    .theme8 .solution_content .solution, .theme8 .theme11 .features_content .solution, .theme11 .theme8 .features_content .solution, .theme8 .theme13 .features_content .solution, .theme13 .theme8 .features_content .solution {
      margin: 5% auto; } }
  @media (max-width: 767px) {
    .theme8 .solution_content .solution, .theme8 .theme11 .features_content .solution, .theme11 .theme8 .features_content .solution, .theme8 .theme13 .features_content .solution, .theme13 .theme8 .features_content .solution {
      margin: 10% auto; } }
.theme8 .signifi {
  background: #c7c7c7;
  padding: 5% 0;
  position: relative; }
  .theme8 .signifi:after {
    background: #c7c7c7;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 60px;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    transform: skewY(-2deg); }
  .theme8 .signifi:before {
    background: #c7c7c7;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 70px;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    transform: skewY(-2deg); }
  .theme8 .signifi p {
    font-weight: bold;
    color: white;
    text-align: center; }
    @media (min-width: 1025px) {
      .theme8 .signifi p {
        font-size: 36px;
        line-height: 44px; } }
    @media (max-width: 1023px) {
      .theme8 .signifi p {
        font-size: 20px;
        line-height: 24px; } }
.theme8 .mobile_content {
  text-align: center; }
  .theme8 .mobile_content img {
    margin: 5% 0 0; }
    @media (min-width: 1025px) {
      .theme8 .mobile_content img {
        width: 75%;
        margin: 10% 0 0; } }
    @media (max-width: 1023px) {
      .theme8 .mobile_content img {
        width: 60%;
        margin: 10% 0 0; } }
    @media (max-width: 767px) {
      .theme8 .mobile_content img {
        width: 80%;
        margin: 15% 0 0; } }

.theme9 .banner {
  background: url(../img/portfolio/lodestar/banner.png) 0 0 no-repeat;
  background-size: cover; }
  .theme9 .banner .w50 {
    margin: 15% auto 10%; }
    .theme9 .banner .w50 img {
      width: 25%;
      margin: 10% auto 6%; }
    .theme9 .banner .w50 .color_black {
      margin-top: 20px;
      color: black; }
    @media (max-width: 1023px) {
      .theme9 .banner .w50 {
        margin: 30% auto 10%; }
        .theme9 .banner .w50 img {
          width: 50%; } }
    @media (min-width: 1024px) {
      .theme9 .banner .w50 {
        width: 80%; } }
  @media (min-width: 1025px) {
    .theme9 .banner:before {
      content: "";
      width: 200px;
      height: 428px;
      -webkit-transform: rotate(51deg);
      -moz-transform: rotate(51deg);
      transform: rotate(51deg);
      display: block;
      position: absolute;
      top: -168px;
      left: 0px;
      background: white;
      z-index: 10; } }
.theme9 .challenge_content {
  position: relative; }
  .theme9 .challenge_content .challenge {
    margin: 10% auto; }
    @media (min-width: 1025px) {
      .theme9 .challenge_content .challenge {
        width: 70%; } }
    @media (max-width: 1023px) {
      .theme9 .challenge_content .challenge {
        margin: 10% auto; } }
    .theme9 .challenge_content .challenge h3 {
      margin: 5% auto; }
    .theme9 .challenge_content .challenge img.car {
      margin-left: -40px; }
  @media (min-width: 1025px) {
    .theme9 .challenge_content:before {
      background: white;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 0;
      content: "";
      width: 100%;
      height: 33px;
      bottom: 30px;
      -webkit-transform: skewY(1deg);
      -moz-transform: skewY(1deg);
      transform: skewY(1deg); } }
  @media (min-width: 1025px) and (max-width: 600px) {
    .theme9 .challenge_content:before {
      height: 0;
      bottom: -20px; } }

.theme9 .solution_content, .theme9 .theme11 .features_content, .theme11 .theme9 .features_content, .theme9 .theme13 .features_content, .theme13 .theme9 .features_content {
  background-color: #f4f4f4;
  padding: 15px 0;
  position: relative; }
  .theme9 .solution_content:after, .theme9 .theme11 .features_content:after, .theme11 .theme9 .features_content:after, .theme9 .theme13 .features_content:after, .theme13 .theme9 .features_content:after {
    background: #f4f4f4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 0;
    content: "";
    width: 100%;
    height: 60px;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    transform: skewY(-1deg); }
    @media (max-width: 600px) {
      .theme9 .solution_content:after, .theme9 .theme11 .features_content:after, .theme11 .theme9 .features_content:after, .theme9 .theme13 .features_content:after, .theme13 .theme9 .features_content:after {
        height: 0;
        bottom: -20px; } }
  .theme9 .solution_content .solution, .theme9 .theme11 .features_content .solution, .theme11 .theme9 .features_content .solution, .theme9 .theme13 .features_content .solution, .theme13 .theme9 .features_content .solution {
    color: black;
    margin: 2% auto; }
    @media (min-width: 1025px) {
      .theme9 .solution_content .solution, .theme9 .theme11 .features_content .solution, .theme11 .theme9 .features_content .solution, .theme9 .theme13 .features_content .solution, .theme13 .theme9 .features_content .solution {
        width: 70%; } }
    @media (max-width: 1023px) {
      .theme9 .solution_content .solution, .theme9 .theme11 .features_content .solution, .theme11 .theme9 .features_content .solution, .theme9 .theme13 .features_content .solution, .theme13 .theme9 .features_content .solution {
        margin: 10% auto 0; } }
    .theme9 .solution_content .solution h3, .theme9 .theme11 .features_content .solution h3, .theme11 .theme9 .features_content .solution h3, .theme9 .theme13 .features_content .solution h3, .theme13 .theme9 .features_content .solution h3 {
      margin: 5% auto;
      color: rgba(0, 0, 0, 0.8); }
    .theme9 .solution_content .solution p, .theme9 .theme11 .features_content .solution p, .theme11 .theme9 .features_content .solution p, .theme9 .theme13 .features_content .solution p, .theme13 .theme9 .features_content .solution p {
      color: rgba(0, 0, 0, 0.8); }
.theme9 .mobile_content {
  background: #e4b01d;
  text-align: center;
  padding-top: 10%; }
  .theme9 .mobile_content .mobiles {
    margin: 10% auto 0; }
    @media (min-width: 1023px) {
      .theme9 .mobile_content .mobiles {
        width: 70%; } }
.theme9 .form_content {
  padding: 10% 0; }

.theme10 .banner {
  background: url(../img/portfolio/supermarket/banner.png) 0 0 no-repeat;
  background-size: cover;
  border-bottom: 10px solid black; }
  .theme10 .banner .supermarket_man {
    position: absolute;
    right: 0;
    top: 58px;
    width: 25%;
    z-index: -1; }
  .theme10 .banner .w50 {
    margin: 15% auto 10%; }
    @media (min-width: 768px) {
      .theme10 .banner .w50 {
        width: 80%; } }
    @media (max-width: 767px) {
      .theme10 .banner .w50 {
        padding: 10px;
        margin: 25% auto; } }
    .theme10 .banner .w50 img {
      margin: 10% auto 6%; }
    .theme10 .banner .w50 .color_black {
      margin-top: 20px;
      color: black; }
.theme10 .challenge_content .challenge {
  margin: 10% auto; }
  @media (min-width: 1025px) {
    .theme10 .challenge_content .challenge {
      width: 70%; } }
  @media (max-width: 1023px) {
    .theme10 .challenge_content .challenge {
      margin: 10% auto 0; } }
  .theme10 .challenge_content .challenge h3 {
    margin: 5% auto; }
  .theme10 .challenge_content .challenge img.car {
    margin-left: -40px; }
.theme10 .solution_content, .theme10 .theme11 .features_content, .theme11 .theme10 .features_content, .theme10 .theme13 .features_content, .theme13 .theme10 .features_content {
  background-color: #ff5252;
  padding: 15px; }
  @media (max-width: 767px) {
    .theme10 .solution_content, .theme10 .theme11 .features_content, .theme11 .theme10 .features_content, .theme10 .theme13 .features_content, .theme13 .theme10 .features_content {
      padding: 15px 0; } }
  .theme10 .solution_content:after, .theme10 .theme11 .features_content:after, .theme11 .theme10 .features_content:after, .theme10 .theme13 .features_content:after, .theme13 .theme10 .features_content:after {
    background: #ff5252;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 60px;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    transform: skewY(-1deg); }
    @media (max-width: 600px) {
      .theme10 .solution_content:after, .theme10 .theme11 .features_content:after, .theme11 .theme10 .features_content:after, .theme10 .theme13 .features_content:after, .theme13 .theme10 .features_content:after {
        height: 0;
        bottom: -20px; } }
  .theme10 .solution_content .solution, .theme10 .theme11 .features_content .solution, .theme11 .theme10 .features_content .solution, .theme10 .theme13 .features_content .solution, .theme13 .theme10 .features_content .solution {
    color: white;
    margin: 2% auto; }
    @media (min-width: 1025px) {
      .theme10 .solution_content .solution, .theme10 .theme11 .features_content .solution, .theme11 .theme10 .features_content .solution, .theme10 .theme13 .features_content .solution, .theme13 .theme10 .features_content .solution {
        width: 70%; } }
    @media (max-width: 1023px) {
      .theme10 .solution_content .solution, .theme10 .theme11 .features_content .solution, .theme11 .theme10 .features_content .solution, .theme10 .theme13 .features_content .solution, .theme13 .theme10 .features_content .solution {
        margin: 10% auto 0; } }
    .theme10 .solution_content .solution h3, .theme10 .theme11 .features_content .solution h3, .theme11 .theme10 .features_content .solution h3, .theme10 .theme13 .features_content .solution h3, .theme13 .theme10 .features_content .solution h3 {
      margin: 5% auto; }
    .theme10 .solution_content .solution p, .theme10 .theme11 .features_content .solution p, .theme11 .theme10 .features_content .solution p, .theme10 .theme13 .features_content .solution p, .theme13 .theme10 .features_content .solution p {
      color: white; }
.theme10 .mobile_content {
  background: rgba(0, 0, 0, 0.1);
  text-align: center; }
  .theme10 .mobile_content .mobiles {
    margin: 10% auto 0; }
    @media (min-width: 1023px) {
      .theme10 .mobile_content .mobiles {
        width: 70%; } }

.theme11 .banner {
  background: url(../img/portfolio/store_king/banner.png) 0 0 no-repeat;
  background-size: cover;
  border-bottom: 10px solid #2a2567; }
  .theme11 .banner .w50 {
    margin: 15% auto 10%; }
    @media (min-width: 768px) {
      .theme11 .banner .w50 {
        width: 80%; } }
    @media (max-width: 767px) {
      .theme11 .banner .w50 {
        padding: 10px;
        margin: 15% auto; } }
    .theme11 .banner .w50 img {
      width: 50%;
      margin: 10% auto 6%; }
    .theme11 .banner .w50 .color_black {
      margin-top: 20px;
      color: black; }
.theme11 .challenge_content .challenge {
  margin: 10% auto; }
  @media (min-width: 1025px) {
    .theme11 .challenge_content .challenge {
      width: 70%; } }
  @media (max-width: 1023px) {
    .theme11 .challenge_content .challenge {
      margin: 10% auto; } }
  .theme11 .challenge_content .challenge h3 {
    margin: 5% auto; }
  .theme11 .challenge_content .challenge img.car {
    margin-left: -40px; }
.theme11 .solution_content, .theme11 .features_content {
  background-color: #2a2567;
  padding: 15px;
  position: relative; }
  .theme11 .solution_content:after, .theme11 .features_content:after {
    background: #2a2567;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 0;
    content: "";
    width: 100%;
    height: 60px;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    transform: skewY(-1deg); }
    @media (max-width: 600px) {
      .theme11 .solution_content:after, .theme11 .features_content:after {
        height: 0;
        bottom: -20px; } }
  .theme11 .solution_content .solution, .theme11 .features_content .solution {
    color: white;
    margin: 2% auto; }
    @media (min-width: 1025px) {
      .theme11 .solution_content .solution, .theme11 .features_content .solution {
        width: 70%; } }
    @media (max-width: 1023px) {
      .theme11 .solution_content .solution, .theme11 .features_content .solution {
        margin: 10% auto 0; } }
    .theme11 .solution_content .solution h3, .theme11 .features_content .solution h3 {
      margin: 5% auto; }
    .theme11 .solution_content .solution p, .theme11 .features_content .solution p {
      color: white; }
.theme11 .features_content {
  padding: 50px;
  position: relative; }
  .theme11 .features_content:after {
    background: #2a2567;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 90px;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    transform: skewY(-2deg); }
    @media (max-width: 600px) {
      .theme11 .features_content:after {
        height: 0;
        bottom: -20px; } }
.theme11 .mobile_content {
  background: rgba(0, 0, 0, 0.1);
  text-align: center; }
  .theme11 .mobile_content .mobiles {
    margin: 10% auto 0; }
    @media (min-width: 1023px) {
      .theme11 .mobile_content .mobiles {
        width: 70%; } }
.theme11 .form_content {
  padding: 10% 0; }

.theme12 .banner {
  background: url(../img/portfolio/medi_app/banner.png) 0 0 no-repeat;
  background-size: cover;
  background-position: 100%; }
  @media (max-width: 767px) {
    .theme12 .banner {
      background-position: 90% 0; } }
  .theme12 .banner .w50 {
    margin: 15% auto 10%; }
    @media (min-width: 768px) {
      .theme12 .banner .w50 {
        width: 70%; } }
    @media (max-width: 767px) {
      .theme12 .banner .w50 {
        padding: 10px;
        margin: 15% auto; } }
    .theme12 .banner .w50 img {
      margin: 10% auto 6%; }
.theme12 .challenge_content {
  background-color: #5b5141;
  padding-bottom: 15px;
  position: relative; }
  .theme12 .challenge_content:after {
    background: #5b5141;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: -1;
    content: "";
    width: 100%;
    height: 40px;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    transform: skewY(-1deg); }
    @media (max-width: 600px) {
      .theme12 .challenge_content:after {
        height: 0;
        bottom: -20px; } }
  .theme12 .challenge_content:before {
    background: #5b5141;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    z-index: 0;
    content: "";
    width: 100%;
    height: 40px;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    transform: skewY(-1deg); }
    @media (max-width: 600px) {
      .theme12 .challenge_content:before {
        height: 0;
        bottom: -20px; } }
  .theme12 .challenge_content .challenge {
    margin: 5% auto; }
    @media (min-width: 1025px) {
      .theme12 .challenge_content .challenge {
        width: 70%; } }
    @media (max-width: 1023px) {
      .theme12 .challenge_content .challenge {
        margin: 10% auto 0; } }
    .theme12 .challenge_content .challenge h3 {
      margin: 5% auto; }
    .theme12 .challenge_content .challenge img.car {
      margin-left: -40px; }
.theme12 .solution_content .solution, .theme12 .theme11 .features_content .solution, .theme11 .theme12 .features_content .solution, .theme12 .theme13 .features_content .solution, .theme13 .theme12 .features_content .solution {
  margin: 2% auto; }
  @media (min-width: 1025px) {
    .theme12 .solution_content .solution, .theme12 .theme11 .features_content .solution, .theme11 .theme12 .features_content .solution, .theme12 .theme13 .features_content .solution, .theme13 .theme12 .features_content .solution {
      width: 70%;
      padding: 5% 0; } }
  @media (max-width: 1023px) {
    .theme12 .solution_content .solution, .theme12 .theme11 .features_content .solution, .theme11 .theme12 .features_content .solution, .theme12 .theme13 .features_content .solution, .theme13 .theme12 .features_content .solution {
      margin: 10% auto 0; } }
  .theme12 .solution_content .solution h3, .theme12 .theme11 .features_content .solution h3, .theme11 .theme12 .features_content .solution h3, .theme12 .theme13 .features_content .solution h3, .theme13 .theme12 .features_content .solution h3 {
    margin: 5% auto; }
  .theme12 .solution_content .solution p, .theme12 .theme11 .features_content .solution p, .theme11 .theme12 .features_content .solution p, .theme12 .theme13 .features_content .solution p, .theme13 .theme12 .features_content .solution p {
    padding: 5px 0; }
.theme12 .mobile_content {
  background: rgba(0, 0, 0, 0.1);
  text-align: center; }
  .theme12 .mobile_content .mobiles {
    margin: 10% auto 0; }
    @media (min-width: 1023px) {
      .theme12 .mobile_content .mobiles {
        width: 70%; } }
  @media (max-width: 1023px) {
    .theme12 .mobile_content {
      margin: 10% auto 0; } }

.theme13 .banner {
  background: url(../img/portfolio/icom_viewer/banner.png) 0 0 no-repeat;
  background-size: cover;
  background-position: 100%; }
  @media (max-width: 767px) {
    .theme13 .banner {
      background-position: 0 0; } }
  .theme13 .banner .w50 {
    width: 80%;
    margin: 15% auto 28%; }
    @media (max-width: 767px) {
      .theme13 .banner .w50 {
        padding: 10px;
        margin: 15% auto; } }
    .theme13 .banner .w50 img {
      width: 50%;
      margin: 10% auto 6%; }
      @media (max-width: 767px) {
        .theme13 .banner .w50 img {
          margin: 40px auto 15px; } }
    @media (min-width: 768px) {
      .theme13 .banner .w50 {
        width: 50%; } }
    .theme13 .banner .w50 .color_white {
      margin: 20px 0;
      float: right; }
      @media (max-width: 768px) {
        .theme13 .banner .w50 .color_white {
          float: none; } }
.theme13 .challenge_content .challenge {
  margin: 10% auto; }
  @media (min-width: 1025px) {
    .theme13 .challenge_content .challenge {
      width: 70%; } }
  @media (max-width: 1023px) {
    .theme13 .challenge_content .challenge {
      margin: 10% auto; } }
  .theme13 .challenge_content .challenge h3 {
    margin: 5% auto; }
  .theme13 .challenge_content .challenge img.car {
    margin-left: -40px; }
.theme13 .features_content {
  background-color: #414540;
  padding: 15px; }
  .theme13 .features_content:after {
    background: #414540;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 60px;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    transform: skewY(-1deg); }
    @media (max-width: 600px) {
      .theme13 .features_content:after {
        height: 0;
        bottom: -20px; } }
  .theme13 .features_content .solution {
    color: white;
    margin: 2% auto; }
    @media (min-width: 1025px) {
      .theme13 .features_content .solution {
        width: 70%; } }
    @media (max-width: 1023px) {
      .theme13 .features_content .solution {
        margin: 10% auto 0; } }
    .theme13 .features_content .solution h3 {
      margin: 5% auto; }
      @media (max-width: 767px) {
        .theme13 .features_content .solution h3 {
          font-size: 18px; } }
    .theme13 .features_content .solution p {
      color: white; }
.theme13 .features_content {
  padding: 50px; }
  @media (max-width: 767px) {
    .theme13 .features_content {
      padding: 15px 0; } }
  .theme13 .features_content:after {
    background: #414540;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 90px;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    transform: skewY(-4deg); }
    @media (max-width: 600px) {
      .theme13 .features_content:after {
        height: 0;
        bottom: -20px; } }
  @media (min-width: 1025px) {
    .theme13 .features_content:before {
      background: #414540;
      position: absolute;
      bottom: 46px;
      left: 0;
      right: 0;
      z-index: -1;
      content: "";
      width: 100%;
      height: 70px;
      -webkit-transform: skewY(1deg);
      -moz-transform: skewY(1deg);
      transform: skewY(1deg); } }
  @media (min-width: 1025px) and (max-width: 600px) {
    .theme13 .features_content:before {
      height: 0;
      bottom: -20px; } }

.theme13 .mobile_content {
  background: white;
  text-align: center; }
  .theme13 .mobile_content .mobiles {
    margin: 10% auto 0; }
    @media (min-width: 1023px) {
      .theme13 .mobile_content .mobiles {
        width: 70%; } }
.theme13 .form_content {
  padding: 10% 0; }

.theme14 .banner {
  background: url(../img/portfolio/agri/banner.png) 0 0 no-repeat;
  background-size: cover;
  background-position: 100%;
  position: relative; }
  @media (max-width: 767px) {
    .theme14 .banner {
      background-position: 0 0; } }
  .theme14 .banner .w50 {
    width: 80%;
    margin: 15% auto; }
    @media (max-width: 767px) {
      .theme14 .banner .w50 {
        padding: 10px;
        margin: 15% auto; } }
    .theme14 .banner .w50 img {
      margin: 10% auto 6%; }
      @media (max-width: 767px) {
        .theme14 .banner .w50 img {
          margin: 40px auto 15px; } }
    @media (min-width: 768px) {
      .theme14 .banner .w50 {
        width: 80%; } }
  @media (min-width: 1025px) {
    .theme14 .banner:before {
      content: "";
      width: 200px;
      height: 428px;
      -webkit-transform: rotate(51deg);
      -moz-transform: rotate(51deg);
      transform: rotate(51deg);
      display: block;
      position: absolute;
      top: -168px;
      left: 0px;
      background: rgba(255, 255, 255, 0.2);
      z-index: 10; } }
.theme14 .challenge_content .challenge {
  margin: 10% auto; }
  @media (min-width: 1025px) {
    .theme14 .challenge_content .challenge {
      width: 80%; } }
  @media (max-width: 1023px) {
    .theme14 .challenge_content .challenge {
      margin: 10% auto; } }
  .theme14 .challenge_content .challenge h3 {
    margin: 5% auto; }
.theme14 .solution_content, .theme14 .theme11 .features_content, .theme11 .theme14 .features_content, .theme14 .theme13 .features_content, .theme13 .theme14 .features_content {
  background: #ed242d;
  position: relative; }
  .theme14 .solution_content .solution, .theme14 .theme11 .features_content .solution, .theme11 .theme14 .features_content .solution, .theme14 .theme13 .features_content .solution, .theme13 .theme14 .features_content .solution {
    margin: 10% auto; }
    @media (min-width: 1025px) {
      .theme14 .solution_content .solution, .theme14 .theme11 .features_content .solution, .theme11 .theme14 .features_content .solution, .theme14 .theme13 .features_content .solution, .theme13 .theme14 .features_content .solution {
        width: 80%; } }
    @media (max-width: 1023px) {
      .theme14 .solution_content .solution, .theme14 .theme11 .features_content .solution, .theme11 .theme14 .features_content .solution, .theme14 .theme13 .features_content .solution, .theme13 .theme14 .features_content .solution {
        margin: 10% auto; } }
    .theme14 .solution_content .solution h3, .theme14 .theme11 .features_content .solution h3, .theme11 .theme14 .features_content .solution h3, .theme14 .theme13 .features_content .solution h3, .theme13 .theme14 .features_content .solution h3 {
      margin: 5% auto;
      color: white; }
    .theme14 .solution_content .solution ul li, .theme14 .theme11 .features_content .solution ul li, .theme11 .theme14 .features_content .solution ul li, .theme14 .theme13 .features_content .solution ul li, .theme13 .theme14 .features_content .solution ul li {
      color: white; }
  .theme14 .solution_content:after, .theme14 .theme11 .features_content:after, .theme11 .theme14 .features_content:after, .theme14 .theme13 .features_content:after, .theme13 .theme14 .features_content:after {
    background: #ed242d;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 50px;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    transform: skewY(2deg); }
  .theme14 .solution_content:before, .theme14 .theme11 .features_content:before, .theme11 .theme14 .features_content:before, .theme14 .theme13 .features_content:before, .theme13 .theme14 .features_content:before {
    background: #ed242d;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 50px;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    transform: skewY(-2deg); }
.theme14 .mobile_content {
  background: #ededed;
  text-align: center;
  border-bottom: 6px solid  #27812b; }
  .theme14 .mobile_content .mobiles {
    margin: 10% auto 0; }
    @media (min-width: 1023px) {
      .theme14 .mobile_content .mobiles {
        width: 80%; } }

.theme15 .banner {
  background: #ea5d25; }
  @media (max-width: 767px) {
    .theme15 .banner {
      background-position: 0 0; } }
  .theme15 .banner .w50 {
    width: 80%;
    margin: 15% auto; }
    @media (max-width: 767px) {
      .theme15 .banner .w50 {
        padding: 10px;
        margin: 15% auto; } }
    .theme15 .banner .w50 img {
      margin: 10% auto 6%; }
      @media (max-width: 767px) {
        .theme15 .banner .w50 img {
          margin: 40px auto 15px; } }
    @media (min-width: 768px) {
      .theme15 .banner .w50 {
        width: 80%; } }
.theme15 .solution_content, .theme15 .theme11 .features_content, .theme11 .theme15 .features_content, .theme15 .theme13 .features_content, .theme13 .theme15 .features_content {
  background: #683092;
  position: relative; }
  .theme15 .solution_content .challenge, .theme15 .theme11 .features_content .challenge, .theme11 .theme15 .features_content .challenge, .theme15 .theme13 .features_content .challenge, .theme13 .theme15 .features_content .challenge {
    margin: 5% auto;
    padding: 4% 0 0; }
    @media (min-width: 1025px) {
      .theme15 .solution_content .challenge, .theme15 .theme11 .features_content .challenge, .theme11 .theme15 .features_content .challenge, .theme15 .theme13 .features_content .challenge, .theme13 .theme15 .features_content .challenge {
        width: 80%; } }
    @media (max-width: 1023px) {
      .theme15 .solution_content .challenge, .theme15 .theme11 .features_content .challenge, .theme11 .theme15 .features_content .challenge, .theme15 .theme13 .features_content .challenge, .theme13 .theme15 .features_content .challenge {
        margin: 10% auto; } }
    .theme15 .solution_content .challenge h3, .theme15 .theme11 .features_content .challenge h3, .theme11 .theme15 .features_content .challenge h3, .theme15 .theme13 .features_content .challenge h3, .theme13 .theme15 .features_content .challenge h3 {
      margin: 5% auto;
      color: white; }
    .theme15 .solution_content .challenge p, .theme15 .theme11 .features_content .challenge p, .theme11 .theme15 .features_content .challenge p, .theme15 .theme13 .features_content .challenge p, .theme13 .theme15 .features_content .challenge p {
      color: white; }
  .theme15 .solution_content .solution, .theme15 .theme11 .features_content .solution, .theme11 .theme15 .features_content .solution, .theme15 .theme13 .features_content .solution, .theme13 .theme15 .features_content .solution {
    margin: 5% auto;
    padding: 0 0 4%; }
    @media (min-width: 1025px) {
      .theme15 .solution_content .solution, .theme15 .theme11 .features_content .solution, .theme11 .theme15 .features_content .solution, .theme15 .theme13 .features_content .solution, .theme13 .theme15 .features_content .solution {
        width: 80%; } }
    @media (max-width: 1023px) {
      .theme15 .solution_content .solution, .theme15 .theme11 .features_content .solution, .theme11 .theme15 .features_content .solution, .theme15 .theme13 .features_content .solution, .theme13 .theme15 .features_content .solution {
        margin: 10% auto; } }
    .theme15 .solution_content .solution h3, .theme15 .theme11 .features_content .solution h3, .theme11 .theme15 .features_content .solution h3, .theme15 .theme13 .features_content .solution h3, .theme13 .theme15 .features_content .solution h3 {
      margin: 5% auto;
      color: white; }
    .theme15 .solution_content .solution p, .theme15 .theme11 .features_content .solution p, .theme11 .theme15 .features_content .solution p, .theme15 .theme13 .features_content .solution p, .theme13 .theme15 .features_content .solution p {
      color: white; }
  .theme15 .solution_content:after, .theme15 .theme11 .features_content:after, .theme11 .theme15 .features_content:after, .theme15 .theme13 .features_content:after, .theme13 .theme15 .features_content:after {
    background: #683092;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 50px;
    -webkit-transform: skewY(1deg);
    -moz-transform: skewY(1deg);
    transform: skewY(1deg); }
  .theme15 .solution_content:before, .theme15 .theme11 .features_content:before, .theme11 .theme15 .features_content:before, .theme15 .theme13 .features_content:before, .theme13 .theme15 .features_content:before {
    background: #683092;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 50px;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    transform: skewY(-1deg); }
.theme15 .mobile_content {
  background: #ea5d25;
  text-align: center; }
  .theme15 .mobile_content .mobiles {
    margin: 10% auto 0; }

.theme16 .banner {
  background: url(../img/portfolio/yogamihi/banner.png) 0 0 no-repeat;
  background-size: cover;
  background-position: 100%; }
  @media (max-width: 767px) {
    .theme16 .banner {
      background-position: 0 0; } }
  .theme16 .banner .w50 {
    width: 80%;
    margin: 15% auto; }
    @media (max-width: 767px) {
      .theme16 .banner .w50 {
        padding: 10px;
        margin: 15% auto; } }
    .theme16 .banner .w50 img {
      margin: 10% auto 6%; }
      @media (max-width: 767px) {
        .theme16 .banner .w50 img {
          margin: 40px auto 15px; } }
    @media (min-width: 768px) {
      .theme16 .banner .w50 {
        width: 80%; } }
  @media (min-width: 1025px) {
    .theme16 .banner:before {
      content: "";
      width: 200px;
      height: 428px;
      -webkit-transform: rotate(51deg);
      -moz-transform: rotate(51deg);
      transform: rotate(51deg);
      display: block;
      position: absolute;
      top: -168px;
      left: 0px;
      background: rgba(255, 255, 255, 0.4);
      z-index: 10; } }
.theme16 .challenge_content .challenge {
  margin: 0 auto 5%;
  padding: 4% 0; }
  @media (min-width: 1025px) {
    .theme16 .challenge_content .challenge {
      width: 80%; } }
  @media (max-width: 1023px) {
    .theme16 .challenge_content .challenge {
      margin: 10% auto; } }
  .theme16 .challenge_content .challenge h3 {
    margin: 5% auto; }
.theme16 .solution_content, .theme16 .theme11 .features_content, .theme11 .theme16 .features_content, .theme16 .theme13 .features_content, .theme13 .theme16 .features_content {
  background: #27812b;
  position: relative; }
  .theme16 .solution_content .solution, .theme16 .theme11 .features_content .solution, .theme11 .theme16 .features_content .solution, .theme16 .theme13 .features_content .solution, .theme13 .theme16 .features_content .solution {
    margin: 5% auto; }
    @media (min-width: 1025px) {
      .theme16 .solution_content .solution, .theme16 .theme11 .features_content .solution, .theme11 .theme16 .features_content .solution, .theme16 .theme13 .features_content .solution, .theme13 .theme16 .features_content .solution {
        width: 80%; } }
    @media (max-width: 1023px) {
      .theme16 .solution_content .solution, .theme16 .theme11 .features_content .solution, .theme11 .theme16 .features_content .solution, .theme16 .theme13 .features_content .solution, .theme13 .theme16 .features_content .solution {
        margin: 10% auto; } }
    .theme16 .solution_content .solution h3, .theme16 .theme11 .features_content .solution h3, .theme11 .theme16 .features_content .solution h3, .theme16 .theme13 .features_content .solution h3, .theme13 .theme16 .features_content .solution h3 {
      margin: 5% auto;
      color: white; }
    .theme16 .solution_content .solution p, .theme16 .theme11 .features_content .solution p, .theme11 .theme16 .features_content .solution p, .theme16 .theme13 .features_content .solution p, .theme13 .theme16 .features_content .solution p {
      color: white;
      margin-bottom: 25px; }
  .theme16 .solution_content:after, .theme16 .theme11 .features_content:after, .theme11 .theme16 .features_content:after, .theme16 .theme13 .features_content:after, .theme13 .theme16 .features_content:after {
    background: #27812b;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 50px;
    -webkit-transform: skewY(1deg);
    -moz-transform: skewY(1deg);
    transform: skewY(1deg); }
  .theme16 .solution_content:before, .theme16 .theme11 .features_content:before, .theme11 .theme16 .features_content:before, .theme16 .theme13 .features_content:before, .theme13 .theme16 .features_content:before {
    background: #27812b;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 50px;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    transform: skewY(-1deg); }
.theme16 .mobile_content {
  border-bottom: 6px solid  #27812b;
  text-align: center; }
  .theme16 .mobile_content .mobiles {
    margin: 10% auto 0; }
    @media (min-width: 1023px) {
      .theme16 .mobile_content .mobiles {
        width: 450px; } }
  @media (max-width: 1023px) {
    .theme16 .mobile_content {
      width: 80%; } }

.theme17 .banner {
  background: #2a353a; }
  .theme17 .banner .w50 {
    width: 80%;
    margin: 15% auto 5%; }
    @media (max-width: 767px) {
      .theme17 .banner .w50 {
        padding: 10px;
        margin: 15% auto; } }
    .theme17 .banner .w50 img {
      margin: 10% auto 6%; }
      @media (max-width: 767px) {
        .theme17 .banner .w50 img {
          margin: 40px auto 15px; } }
    @media (min-width: 768px) {
      .theme17 .banner .w50 {
        width: 80%; } }
.theme17 .solution_content .solution, .theme17 .theme11 .features_content .solution, .theme11 .theme17 .features_content .solution, .theme17 .theme13 .features_content .solution, .theme13 .theme17 .features_content .solution {
  margin: 5% auto; }
  @media (min-width: 1025px) {
    .theme17 .solution_content .solution, .theme17 .theme11 .features_content .solution, .theme11 .theme17 .features_content .solution, .theme17 .theme13 .features_content .solution, .theme13 .theme17 .features_content .solution {
      width: 80%; } }
  @media (max-width: 1023px) {
    .theme17 .solution_content .solution, .theme17 .theme11 .features_content .solution, .theme11 .theme17 .features_content .solution, .theme17 .theme13 .features_content .solution, .theme13 .theme17 .features_content .solution {
      margin: 10% auto; } }
  .theme17 .solution_content .solution h3, .theme17 .theme11 .features_content .solution h3, .theme11 .theme17 .features_content .solution h3, .theme17 .theme13 .features_content .solution h3, .theme13 .theme17 .features_content .solution h3 {
    margin: 5% auto; }
  .theme17 .solution_content .solution h4, .theme17 .theme11 .features_content .solution h4, .theme11 .theme17 .features_content .solution h4, .theme17 .theme13 .features_content .solution h4, .theme13 .theme17 .features_content .solution h4 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    padding-bottom: 5px;
    text-decoration: underline; }
  .theme17 .solution_content .solution p, .theme17 .theme11 .features_content .solution p, .theme11 .theme17 .features_content .solution p, .theme17 .theme13 .features_content .solution p, .theme13 .theme17 .features_content .solution p {
    margin-bottom: 25px; }
.theme17 .mobile_content {
  background: rgba(0, 0, 0, 0.1);
  text-align: center; }
  .theme17 .mobile_content .mobiles {
    margin: 10% auto 0; }
    @media (min-width: 1023px) {
      .theme17 .mobile_content .mobiles {
        width: 550px; } }
    @media (max-width: 1023px) {
      .theme17 .mobile_content .mobiles {
        width: 80%; } }

.theme18 .banner {
  background: url(../img/portfolio/sinimas/banner.png) 0 0 no-repeat;
  background-size: cover;
  background-position: 100%; }
  @media (max-width: 767px) {
    .theme18 .banner {
      background-position: -340px 0; } }
  .theme18 .banner .w50 {
    width: 80%;
    margin: 15% auto;
    text-align: right; }
    .theme18 .banner .w50 p {
      color: rgba(0, 0, 0, 0.8);
      text-align: right; }
    @media (max-width: 767px) {
      .theme18 .banner .w50 {
        padding: 10px;
        margin: 15% auto; } }
    .theme18 .banner .w50 img {
      margin: 10% auto 2%; }
      @media (max-width: 767px) {
        .theme18 .banner .w50 img {
          margin: 40px auto 15px; } }
    @media (min-width: 768px) {
      .theme18 .banner .w50 {
        width: 80%; } }
    @media (max-width: 767px) {
      .theme18 .banner .w50 {
        width: auto; } }
.theme18 .challenge_content .challenge {
  margin: 10% auto; }
  @media (min-width: 1025px) {
    .theme18 .challenge_content .challenge {
      width: 80%; } }
  @media (max-width: 1023px) {
    .theme18 .challenge_content .challenge {
      margin: 10% auto; } }
.theme18 .solution_content, .theme18 .theme11 .features_content, .theme11 .theme18 .features_content, .theme18 .theme13 .features_content, .theme13 .theme18 .features_content {
  background: #ed242d;
  position: relative; }
  .theme18 .solution_content .solution, .theme18 .theme11 .features_content .solution, .theme11 .theme18 .features_content .solution, .theme18 .theme13 .features_content .solution, .theme13 .theme18 .features_content .solution {
    margin: 10% auto; }
    @media (min-width: 1025px) {
      .theme18 .solution_content .solution, .theme18 .theme11 .features_content .solution, .theme11 .theme18 .features_content .solution, .theme18 .theme13 .features_content .solution, .theme13 .theme18 .features_content .solution {
        width: 80%; } }
    @media (max-width: 1023px) {
      .theme18 .solution_content .solution, .theme18 .theme11 .features_content .solution, .theme11 .theme18 .features_content .solution, .theme18 .theme13 .features_content .solution, .theme13 .theme18 .features_content .solution {
        margin: 10% auto; } }
    .theme18 .solution_content .solution h3, .theme18 .theme11 .features_content .solution h3, .theme11 .theme18 .features_content .solution h3, .theme18 .theme13 .features_content .solution h3, .theme13 .theme18 .features_content .solution h3 {
      margin: 5% auto;
      color: white; }
    .theme18 .solution_content .solution h4, .theme18 .theme11 .features_content .solution h4, .theme11 .theme18 .features_content .solution h4, .theme18 .theme13 .features_content .solution h4, .theme13 .theme18 .features_content .solution h4 {
      color: white;
      font-size: 14px;
      padding-bottom: 5px;
      text-decoration: underline; }
    .theme18 .solution_content .solution ul li, .theme18 .theme11 .features_content .solution ul li, .theme11 .theme18 .features_content .solution ul li, .theme18 .theme13 .features_content .solution ul li, .theme13 .theme18 .features_content .solution ul li {
      color: white; }
  .theme18 .solution_content:after, .theme18 .theme11 .features_content:after, .theme11 .theme18 .features_content:after, .theme18 .theme13 .features_content:after, .theme13 .theme18 .features_content:after {
    background: #ed242d;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 50px;
    -webkit-transform: skewY(1deg);
    -moz-transform: skewY(1deg);
    transform: skewY(1deg); }
  .theme18 .solution_content:before, .theme18 .theme11 .features_content:before, .theme11 .theme18 .features_content:before, .theme18 .theme13 .features_content:before, .theme13 .theme18 .features_content:before {
    background: #ed242d;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 50px;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    transform: skewY(-1deg); }
.theme18 .mobile_content {
  background: url(../img/portfolio/sinimas/mobile_bg.png) 0 0 no-repeat;
  background-size: cover;
  background-position: 100%;
  text-align: center;
  border-bottom: 6px solid  #27812b; }
  @media (min-width: 1023px) {
    .theme18 .mobile_content .mobiles {
      width: 650px;
      margin: 150px auto 5%; } }
  @media (max-width: 1023px) {
    .theme18 .mobile_content .mobiles {
      width: 80%;
      margin: 50px auto 5%; } }

/* portfolio style end here */

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