/* 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"); }

/* services styles */
/* line 8, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.port_btn {
  display: inline-block;
  padding: 15px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 30px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    /* line 8, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .port_btn {
      display: none; } }

/* line 18, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.port_btn_white {
  color: rgba(255, 255, 255, 0.8); }

/* line 22, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.fixed-navbar .port_btn_white {
  color: rgba(0, 0, 0, 0.8); }

/* line 27, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.port_back a {
  margin-top: 10px; }

/* line 32, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.nav_portfolio.port_btn {
  color: white; }

/* line 36, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.nav_portfolio.port_show {
  color: rgba(0, 0, 0, 0.8); }

/* line 40, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.services_list, .services_list_nor {
  padding: 15px; }
  @media (min-width: 1025px) {
    /* line 40, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .services_list, .services_list_nor {
      margin-top: 70px; } }
  @media (max-width: 1024px) {
    /* line 40, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .services_list, .services_list_nor {
      margin-top: 64px; } }
  /* line 49, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .services_list ul, .services_list_nor ul {
    padding: 0; }
    /* line 52, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .services_list ul li a, .services_list_nor ul li a {
      color: rgba(0, 0, 0, 0.7);
      font-size: 18px;
      padding-left: 6px;
      margin: 12px 0 6px 0;
      display: block;
      border-left: 4px solid transparent;
      text-decoration: none; }
      /* line 60, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .services_list ul li a:hover, .services_list ul li a:active, .services_list_nor ul li a:hover, .services_list_nor ul li a:active {
        border-left: 4px solid #31bbcf; }
    /* line 65, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .services_list ul li a.active, .services_list_nor ul li a.active {
      border-left: 4px solid #31bbcf; }

/* line 72, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.text_blue {
  color: #31bbcf; }

/* line 76, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.bg_blue {
  background: #31bbcf; }

/* line 80, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_fixed {
  position: fixed;
  top: 0; }

/* line 85, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.s1_title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    /* line 85, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .s1_title {
      font-size: 60px; } }

/* line 96, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.s2_title {
  font-size: 16px; }
  @media (min-width: 1025px) {
    /* line 96, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .s2_title {
      font-size: 30px; } }

/* line 103, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.all_services {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 8% 0 0; }
  /* line 108, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .all_services .half-circle {
    position: absolute;
    right: -110px;
    top: 5%;
    width: 200px;
    height: 450px;
    padding: 110px 35px;
    -webkit-border-radius: 100% 0 0 100%;
    -moz-border-radius: 100% 0 0 100%;
    border-radius: 100% 0 0 100%;
    background-color: #31bbcf;
    z-index: -1; }
    @media (min-width: 1025px) {
      /* line 108, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .all_services .half-circle {
        top: 14%; } }
    @media (max-width: 1024px) {
      /* line 108, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .all_services .half-circle {
        top: 2%; } }
    @media (max-width: 900px) {
      /* line 108, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .all_services .half-circle {
        display: none; } }
  /* line 129, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .all_services .services_content .fz22 {
    font-size: 18px;
    margin-bottom: 10px; }
    @media (min-width: 1025px) {
      /* line 129, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .all_services .services_content .fz22 {
        width: 80%;
        font-size: 20px; } }
  /* line 137, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .all_services .services_content p {
    font-size: 15px; }
  /* line 140, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .all_services .services_content .blue_service {
    color: #31bbcf; }
  /* line 144, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .all_services .service_details {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    /* line 147, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .all_services .service_details .service_box_left {
      margin: 15px 0;
      clear: both;
      min-height: 300px;
      color: #656363;
      display: block; }
      @media (min-width: 992px) {
        /* line 147, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .all_services .service_details .service_box_left {
          min-height: 350px; } }
      @media (max-width: 991px) {
        /* line 147, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .all_services .service_details .service_box_left {
          min-height: 300px; } }
      @media (max-width: 767px) {
        /* line 147, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .all_services .service_details .service_box_left {
          min-height: 230px; } }
      /* line 162, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .all_services .service_details .service_box_left img {
        float: left;
        width: 40%; }
        @media (min-width: 992px) {
          /* line 162, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
          .all_services .service_details .service_box_left img {
            width: 350px; } }
        @media (max-width: 767px) {
          /* line 162, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
          .all_services .service_details .service_box_left img {
            margin: 0 15px 0 0; } }
      /* line 172, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .all_services .service_details .service_box_left .text_left {
        text-align: left;
        float: left;
        width: 56%;
        margin: 30px 2%; }
        @media (max-width: 767px) {
          /* line 172, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
          .all_services .service_details .service_box_left .text_left {
            float: none;
            width: 95%;
            margin: 30px auto; } }
        @media (min-width: 992px) {
          /* line 172, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
          .all_services .service_details .service_box_left .text_left {
            width: 50%;
            margin: 50px 0 0 -40px; }
            /* line 185, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
            .all_services .service_details .service_box_left .text_left h4 {
              font-size: 26px; }
            /* line 188, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
            .all_services .service_details .service_box_left .text_left p {
              margin: 20px 0; } }
    /* line 195, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .all_services .service_details .service_box_right {
      margin: 15px 0;
      clear: both;
      color: #656363;
      display: block; }
      @media (min-width: 992px) {
        /* line 195, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .all_services .service_details .service_box_right {
          min-height: 350px; } }
      @media (max-width: 991px) {
        /* line 195, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .all_services .service_details .service_box_right {
          min-height: 300px; } }
      @media (max-width: 767px) {
        /* line 195, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .all_services .service_details .service_box_right {
          min-height: 230px; } }
      /* line 209, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .all_services .service_details .service_box_right img {
        float: left;
        width: 40%; }
        @media (min-width: 992px) {
          /* line 209, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
          .all_services .service_details .service_box_right img {
            float: right;
            width: 350px; } }
        @media (max-width: 767px) {
          /* line 209, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
          .all_services .service_details .service_box_right img {
            margin: 0 15px 0 0; } }
      /* line 220, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .all_services .service_details .service_box_right .text_right {
        text-align: left;
        float: left;
        width: 56%;
        margin: 30px 2%; }
        @media (max-width: 767px) {
          /* line 220, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
          .all_services .service_details .service_box_right .text_right {
            float: none;
            width: 95%;
            margin: 30px auto; } }
        @media (min-width: 992px) {
          /* line 220, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
          .all_services .service_details .service_box_right .text_right {
            text-align: right;
            float: right;
            width: 50%;
            margin: 50px -40px 0 0; }
            /* line 235, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
            .all_services .service_details .service_box_right .text_right h4 {
              font-size: 26px; }
            /* line 238, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
            .all_services .service_details .service_box_right .text_right p {
              margin: 20px 0; } }

/* line 247, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.gray_logo {
  width: 150px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1; }

/* line 256, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_sub {
  margin-bottom: 6%; }
  /* line 259, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_sub .services_content p,
  .service_sub .services_content .s2_title {
    margin: 0 0 15px; }
  /* line 263, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_sub .services_content hr {
    margin: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.6); }

/* line 305, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_sub_sub .services_content p {
  margin: 0;
  padding: 0; }

/* line 309, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_sub_sub .services_content .s2_title {
  margin: 15px 0; }

/* line 312, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_sub_sub .services_content .s1_title {
  margin: 0 0 15px 0; }

/* line 319, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.blue_dot li {
  position: relative; }
  /* line 321, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .blue_dot li:before {
    position: absolute;
    top: 5px;
    left: -30px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #34bcd0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    content: ""; }
    @media (max-width: 767px) {
      /* line 321, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .blue_dot li:before {
        left: -20px; } }

@media (max-width: 767px) {
  /* line 318, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .blue_dot {
    padding-left: 30px; } }

/* line 342, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme .logo_details {
  padding: 5% 0; }

@media (min-width: 1200px) {
  /* line 346, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme .container {
    width: 1000px; } }

/* line 350, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme .servicelogo {
  text-align: center;
  padding: 120px 0 40px; }
  @media (max-width: 767px) {
    /* line 353, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme .servicelogo img {
      width: 300px; } }
  @media (min-width: 768px) {
    /* line 353, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme .servicelogo img {
      width: 450px; } }
  @media (max-width: 767px) {
    /* line 361, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme .servicelogo .small_logo {
      width: 150px; } }
  @media (min-width: 768px) {
    /* line 361, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme .servicelogo .small_logo {
      width: 150px; } }
  @media (max-width: 767px) {
    /* line 369, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme .servicelogo .medium_logo {
      width: 200px; } }
  @media (min-width: 768px) {
    /* line 369, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme .servicelogo .medium_logo {
      width: 350px; } }

/* line 378, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme .howDoes {
  margin: 6% 0; }

/* line 381, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme .img_block {
  margin: 6% 0; }
  /* line 382, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme .img_block h3 {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin-top: 3%; }
  /* line 388, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme .img_block h4 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 4%; }
  /* line 394, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme .img_block .row {
    margin: 0 0 2%; }
    /* line 396, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme .img_block .row .col-md-3 {
      padding: 2% 0;
      text-align: center; }
    /* line 400, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme .img_block .row .col-md-9 {
      padding: 2% 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 405, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme .img_block h5 {
    font-weight: bold;
    margin-bottom: 20px; }
  /* line 409, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme .img_block p {
    color: rgba(0, 0, 0, 0.5); }

/* line 416, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme1 .recommends {
  position: relative; }
  /* line 419, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme1 .recommends .yiiwatermark {
    position: absolute;
    left: 45%;
    top: 5%;
    width: 140px;
    z-index: -1; }
    @media (max-width: 767px) {
      /* line 419, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme1 .recommends .yiiwatermark {
        bottom: 5%;
        left: 20%;
        top: auto; } }

/* line 432, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme1 .howDoes {
  background: #f9f8f8;
  padding: 3% 0;
  margin: 3% 0; }

/* line 437, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme1 .img_block {
  background: #f9f8f8;
  padding: 3% 0;
  margin: 3% 0; }
  /* line 441, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme1 .img_block p {
    padding-bottom: 0; }
  /* line 445, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme1 .img_block .col-md-3 img {
    width: 120px;
    margin-bottom: 15px; }

/* line 453, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.text-green {
  color: #61b432; }

/* line 458, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme2 .servicelogo {
  margin-bottom: 6%; }

/* line 461, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme2 .zend_details {
  margin-bottom: 4%; }

/* line 465, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme2 .howDoes .zend {
  text-align: center; }
  @media (max-width: 768px) {
    /* line 467, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme2 .howDoes .zend img {
      width: 200px; } }
  @media (min-width: 768px) {
    /* line 467, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme2 .howDoes .zend img {
      width: 70%; } }

@media (min-width: 768px) {
  /* line 464, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme2 .howDoes {
    width: 90%;
    margin: 0 auto; } }

/* line 482, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme2 .howDoes .blue_dot li p {
  padding-bottom: 10px;
  font-size: 13px; }

@media (max-width: 768px) {
  /* line 480, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme2 .howDoes .blue_dot {
    padding-top: 2%;
    padding-left: 0;
    clear: both; } }

/* line 496, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme2 .blue_dot li:before {
  background: #00c74c; }

@media (max-width: 768px) {
  /* line 494, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme2 .blue_dot {
    padding-top: 2%;
    padding-left: 0;
    clear: both; } }

/* line 506, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme2 .recommends {
  margin-top: 4%;
  background: #61b432; }
  @media (min-width: 768px) {
    /* line 507, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme2 .recommends .container {
      width: 75%;
      margin: 0 auto; } }
  /* line 515, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme2 .recommends h5 {
    color: #464545;
    font-weight: bold;
    margin: 3% 0; }
    /* line 519, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme2 .recommends h5 span {
      color: white; }
  /* line 525, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme2 .recommends .blue_dot li p {
    color: white; }
  /* line 528, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme2 .recommends .blue_dot li:before {
    background: #90d656; }

/* line 536, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme3 {
  margin-bottom: 0; }
  /* line 538, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme3 .features_symfony {
    text-align: center;
    margin-top: 4%;
    background: rgba(0, 0, 0, 0.8); }
    /* line 541, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme3 .features_symfony .container .col-md-4 {
      text-align: center; }
    @media (min-width: 768px) {
      /* line 540, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme3 .features_symfony .container {
        width: 75%;
        margin: 0 auto; } }
    /* line 551, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme3 .features_symfony h5 {
      color: rgba(255, 255, 255, 0.5);
      font-weight: bold;
      margin: 5% 0 2%; }
    /* line 556, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme3 .features_symfony h4 {
      margin: 3% 0;
      color: white; }
    /* line 560, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme3 .features_symfony p {
      color: rgba(255, 255, 255, 0.4); }
  /* line 564, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme3 .prefers_symfony {
    padding: 4% 0 2%; }
    /* line 567, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme3 .prefers_symfony .container .blue_dot {
      position: relative; }
      /* line 569, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme3 .prefers_symfony .container .blue_dot .symfonywatermark {
        position: absolute;
        top: 10%;
        left: 40%;
        z-index: 0; }
    @media (min-width: 768px) {
      /* line 566, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme3 .prefers_symfony .container {
        width: 75%;
        margin: 0 auto; } }
    /* line 580, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme3 .prefers_symfony .container h4 {
      font-weight: bold;
      margin-bottom: 3%; }
  /* line 586, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme3 .img_block {
    margin: 2% 0 0;
    padding: 2% 0;
    background: rgba(0, 0, 0, 0.05); }
    /* line 590, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme3 .img_block .blue_dot {
      position: relative; }
      /* line 592, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme3 .img_block .blue_dot li {
        margin-bottom: 5px; }
        /* line 594, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme3 .img_block .blue_dot li:before {
          top: -15px;
          left: -50px;
          width: 50px;
          height: 50px;
          background: url(../img/services/symfony/watermark.png) 0 0 no-repeat;
          background-size: 100%; }
      /* line 603, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme3 .img_block .blue_dot .symfonydot {
        position: absolute;
        bottom: -38px;
        right: 0;
        z-index: -1; }

/* line 613, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme4 {
  margin-bottom: 0; }
  /* line 616, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme4 .features_laravel {
    padding: 2% 0 4%;
    margin-top: 4%;
    background: #ff5141; }
    /* line 620, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme4 .features_laravel h4 {
      font-weight: bold;
      color: white;
      margin-bottom: 3%; }
      /* line 624, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme4 .features_laravel h4 span {
        color: rgba(0, 0, 0, 0.7); }
    /* line 628, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme4 .features_laravel p {
      color: white; }
  /* line 633, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme4 .prefers_laravel .container {
    padding-top: 5%;
    position: relative; }
    @media (min-width: 768px) {
      /* line 633, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme4 .prefers_laravel .container {
        width: 70%;
        margin: 0 auto; } }
    /* line 640, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme4 .prefers_laravel .container .pace_logo {
      position: absolute;
      top: -50px;
      left: 50%;
      margin-left: -50px;
      background: white;
      padding: 10px;
      z-index: 10;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px; }
      /* line 649, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme4 .prefers_laravel .container .pace_logo img {
        width: 100px; }
    /* line 653, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme4 .prefers_laravel .container .blue_dot {
      position: relative; }
      /* line 655, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme4 .prefers_laravel .container .blue_dot h5 {
        color: rgba(0, 0, 0, 0.6);
        font-size: 16px; }
      /* line 659, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme4 .prefers_laravel .container .blue_dot p {
        color: rgba(0, 0, 0, 0.4); }
      /* line 662, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme4 .prefers_laravel .container .blue_dot li:before {
        background: #ff887f; }
      /* line 665, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme4 .prefers_laravel .container .blue_dot .laravelwatrmark {
        position: absolute;
        right: 10px;
        bottom: 10px; }
  /* line 673, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme4 .img_block {
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    padding-bottom: 4%; }
    /* line 677, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme4 .img_block .container {
      position: relative; }
      @media (min-width: 768px) {
        /* line 677, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme4 .img_block .container {
          width: 80%;
          margin: 0 auto; } }
      /* line 683, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme4 .img_block .container h4 {
        color: white;
        padding: 3% 0; }
      /* line 688, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme4 .img_block .container .count_dot p {
        position: relative;
        color: rgba(255, 255, 255, 0.7);
        padding-left: 42px; }
        /* line 692, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme4 .img_block .container .count_dot p .spanCount {
          vertical-align: middle;
          display: inline-block;
          text-align: center;
          width: 30px;
          height: 30px;
          padding-top: 4px;
          margin-right: 10px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          border: 2px solid #ff5141;
          position: absolute;
          left: 0;
          top: -5px; }
      /* line 708, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme4 .img_block .container .laravelwatrmark {
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        opacity: 0.2; }

/* line 719, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme5 {
  margin-bottom: 0; }
  /* line 721, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme5 .features_codeigniter {
    background: #fd5540; }
    @media (min-width: 768px) {
      /* line 723, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme5 .features_codeigniter .container {
        width: 70%;
        margin: 0 auto; } }
    /* line 728, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme5 .features_codeigniter .container p {
      color: rgba(255, 255, 255, 0.8);
      padding: 10px 0 10px 40px;
      position: relative;
      line-height: 25px;
      margin: 0; }
      /* line 734, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme5 .features_codeigniter .container p:before {
        content: '';
        width: 20px;
        height: 25px;
        background: url(../img/services/codeigniter/codeigniter_icon.png) 0 0 no-repeat;
        background-size: 100%;
        display: inline-block;
        position: absolute;
        top: 4px;
        left: 0; }
    /* line 746, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme5 .features_codeigniter .container h4 {
      color: white;
      margin: 5% 0;
      font-weight: bold; }
      /* line 750, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme5 .features_codeigniter .container h4 span {
        color: rgba(0, 0, 0, 0.8); }
    /* line 754, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme5 .features_codeigniter .container h3 {
      font-size: 14px;
      line-height: 22px;
      color: rgba(255, 255, 255, 0.8);
      margin: 4% 0; }

/* line 765, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme6 .recommends {
  padding: 1% 0 2%;
  background: #61ccb9; }
  /* line 768, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme6 .recommends h5 {
    font-size: 16px;
    margin: 3% 0 4%;
    color: white;
    font-weight: bold; }
    /* line 773, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme6 .recommends h5 span {
      color: #1a6254; }
  /* line 777, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme6 .recommends h4 {
    color: #1a6254; }
  /* line 780, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme6 .recommends ul {
    padding-left: 60px; }
    /* line 782, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme6 .recommends ul li {
      position: relative;
      margin-bottom: 15px; }
      /* line 785, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme6 .recommends ul li img {
        position: absolute;
        left: -55px;
        top: 0; }

/* line 795, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme6 .img_block .col-md-4 .threeblock {
  padding: 15px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f7f5f5;
  border: 2px solid #61ccb9; }
  @media (max-width: 1025px) {
    /* line 795, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme6 .img_block .col-md-4 .threeblock {
      margin: 15px 0; } }
  @media (min-width: 1024px) {
    /* line 795, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme6 .img_block .col-md-4 .threeblock {
      min-height: 260px; } }
  /* line 806, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme6 .img_block .col-md-4 .threeblock p {
    margin: 0; }

/* line 815, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme7 .logo_details {
  padding: 3% 0 5%; }

/* line 818, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme7 .recommends {
  padding: 1% 0 2%;
  background: #380d09; }
  /* line 821, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme7 .recommends h5 {
    font-size: 16px;
    margin: 3% 0 4%;
    color: white;
    font-weight: bold; }
    /* line 826, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme7 .recommends h5 span {
      color: #3fbec7; }
  /* line 830, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme7 .recommends h4 {
    color: white; }
  /* line 834, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme7 .recommends ul li {
    position: relative;
    margin-bottom: 15px; }
    /* line 837, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme7 .recommends ul li p {
      color: rgba(255, 255, 255, 0.6); }
    /* line 840, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme7 .recommends ul li img {
      position: absolute;
      left: -55px;
      top: 0; }

/* line 849, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme7 .img_block .col-md-2 {
  position: relative; }
  @media (min-width: 1024px) {
    /* line 849, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme7 .img_block .col-md-2 {
      min-height: 160px; } }
  /* line 854, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme7 .img_block .col-md-2 .img_scala {
    position: absolute;
    bottom: 20px;
    right: -40px; }
    @media (max-width: 1023px) {
      /* line 854, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme7 .img_block .col-md-2 .img_scala {
        position: relative;
        width: 100%;
        right: 0; } }
    @media (max-width: 767px) {
      /* line 854, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme7 .img_block .col-md-2 .img_scala {
        width: 150px; } }
  @media (max-width: 767px) {
    /* line 849, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme7 .img_block .col-md-2 {
      text-align: center; } }

/* line 871, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme7 .img_block .col-md-4 {
  padding: 0 10px; }
  /* line 873, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme7 .img_block .col-md-4 .threeblock {
    padding: 15px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ebebeb; }
    @media (min-width: 992px) {
      /* line 873, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme7 .img_block .col-md-4 .threeblock {
        min-height: 450px; } }
    @media (max-width: 991px) {
      /* line 873, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme7 .img_block .col-md-4 .threeblock {
        margin-bottom: 15px; } }
    /* line 884, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme7 .img_block .col-md-4 .threeblock h4 {
      color: #380d09;
      padding-bottom: 10px;
      border-bottom: 1px solid #d7d7d7;
      text-align: left;
      font-size: 14px;
      margin-top: 10px; }
    /* line 893, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme7 .img_block .col-md-4 .threeblock p {
      margin: 0;
      padding: 0; }

/* line 899, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme7 .img_block .col-md-4 > p {
  margin: 2% 0 0; }

/* line 903, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme7 .img_block h4 span {
  color: #df3524; }

/* line 909, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme7 .blue_dot li:before {
  background: #de3523; }

/* line 916, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme8 .logo_details {
  padding: 15px 0 10px; }

/* line 919, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme8 .recommends {
  background: #c00; }
  /* line 921, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme8 .recommends .container {
    position: relative;
    margin-top: 3%; }
    /* line 924, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme8 .recommends .container h4 {
      margin: 40px 0 5%;
      color: white; }
      /* line 927, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme8 .recommends .container h4 span {
        color: black; }
    /* line 931, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme8 .recommends .container .img_topright {
      position: absolute;
      top: -65px;
      right: 0; }
      @media (max-width: 767px) {
        /* line 931, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme8 .recommends .container .img_topright {
          top: -40px;
          width: 100px; } }
    /* line 942, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme8 .recommends .container .blue_dot li p {
      color: white; }
    /* line 945, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme8 .recommends .container .blue_dot li:before {
      background: rgba(255, 255, 255, 0.6); }

/* line 952, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme8 .img_block {
  background: url(../img/services/ruby/bg_grey.png) left bottom no-repeat, #e9e9e9;
  background-size: 100%;
  padding: 4% 0;
  margin: 0; }
  /* line 958, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme8 .img_block h4 span {
    color: #c00; }
  /* line 964, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme8 .img_block .blue_dot li:before {
    left: -44px;
    top: -4px;
    width: 40px;
    height: 40px;
    background: url(../img/services/ruby/ruby.png) 0 0 no-repeat;
    background-size: 100%; }

/* line 977, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme8 .projects_rails .container {
  padding: 10px 0; }
  /* line 979, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme8 .projects_rails .container h4 {
    padding: 15px 0;
    margin-bottom: 5%; }
    /* line 982, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme8 .projects_rails .container h4 span {
      color: #c00; }
  /* line 986, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme8 .projects_rails .container .row {
    margin: 0 auto; }
    @media (min-width: 1024px) {
      /* line 986, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme8 .projects_rails .container .row {
        width: 800px;
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      /* line 992, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme8 .projects_rails .container .row .col-md-6 {
        min-height: 265px; } }
    /* line 997, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme8 .projects_rails .container .row h5 {
      text-align: center;
      font-weight: bold;
      margin-top: 25px; }
    /* line 1002, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme8 .projects_rails .container .row p {
      text-align: center;
      color: rgba(0, 0, 0, 0.4); }
  @media (min-width: 1024px) {
    /* line 1010, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme8 .projects_rails .container .first_row .col-md-6:first-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid white;
      border-top: 1px solid white;
      border-left: 1px solid white; }
    /* line 1016, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme8 .projects_rails .container .first_row .col-md-6:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid white;
      border-top: 1px solid white; }
    /* line 1026, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme8 .projects_rails .container .second_row .col-md-6:first-child {
      border-bottom: 1px solid white;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-top: 1px solid white;
      border-left: 1px solid white; }
    /* line 1032, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme8 .projects_rails .container .second_row .col-md-6:last-child {
      border-bottom: 1px solid white;
      border-left: 1px solid white;
      border-right: 1px solid white;
      border-top: 1px solid white; } }

/* line 1045, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme9 {
  margin-bottom: 0; }
  /* line 1047, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme9 p {
    color: rgba(0, 0, 0, 0.5); }
  /* line 1050, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme9 .elements {
    background: #f0db50; }
    @media (min-width: 1024px) {
      /* line 1052, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme9 .elements .container {
        width: 800px;
        padding: 0 0 2%;
        margin: 0 auto; } }
    /* line 1058, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .elements .container h3 {
      margin: 4% 0;
      color: rgba(0, 0, 0, 0.8);
      font-size: 17px; }
    /* line 1063, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .elements .container h4 {
      font-size: 15px;
      text-decoration: underline;
      color: rgba(0, 0, 0, 0.7); }
    /* line 1068, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .elements .container h5 {
      color: rgba(0, 0, 0, 0.6);
      position: relative; }
      /* line 1071, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme9 .elements .container h5:before {
        position: absolute;
        left: -25px;
        top: 2px;
        content: '';
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.8);
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px; }
  /* line 1084, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme9 .js_details {
    padding: 30px 0;
    background: #e9e9e9; }
    /* line 1088, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .js_details .container h4 {
      font-size: 16px; }
    /* line 1094, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .js_details .container .blue_dot li:before {
      background: #f0db50; }
  /* line 1100, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme9 .js_frame {
    background: #F0DB48;
    padding: 30px 0; }
    /* line 1104, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .js_frame .js_box .w_box {
      background: rgba(255, 255, 255, 0.6);
      padding: 10px;
      float: left;
      margin: 10px;
      display: inline-block; }
      /* line 1110, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme9 .js_frame .js_box .w_box img {
        display: block;
        margin: 5px auto 10px; }
      /* line 1114, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme9 .js_frame .js_box .w_box p {
        font-size: 12px;
        padding: 0;
        margin: 0; }
      @media (min-width: 993px) {
        /* line 1104, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme9 .js_frame .js_box .w_box {
          width: 24%;
          min-height: 220px;
          margin: 0.5%; } }
      @media (max-width: 992px) and (min-width: 701px) {
        /* line 1104, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme9 .js_frame .js_box .w_box {
          width: 48%;
          margin: 1%;
          min-height: 170px; } }
      @media (max-width: 992px) {
        /* line 1104, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme9 .js_frame .js_box .w_box {
          min-height: 185px; } }
      @media (max-width: 700px) {
        /* line 1104, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme9 .js_frame .js_box .w_box {
          min-height: auto;
          float: none;
          display: block; } }
  /* line 1140, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme9 .js_tools {
    padding: 3% 0;
    background: #e9e9e9; }
    /* line 1144, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .js_tools .container h4 {
      margin: 15px 0 4%; }
    /* line 1147, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .js_tools .container .col-md-4 {
      padding: 10px; }
      /* line 1149, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme9 .js_tools .container .col-md-4 .w_box {
        padding: 20px;
        text-align: center;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
        background: rgba(255, 255, 255, 0.6); }
        /* line 1154, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme9 .js_tools .container .col-md-4 .w_box h4 {
          font-size: 14px; }
        /* line 1157, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme9 .js_tools .container .col-md-4 .w_box p {
          font-size: 12px;
          padding: 0;
          margin: 0; }
        @media (min-width: 991px) {
          /* line 1149, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
          .service_theme9 .js_tools .container .col-md-4 .w_box {
            min-height: 300px; } }
  /* line 1169, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme9 .recommends {
    padding: 3% 0; }
    /* line 1172, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .recommends .container h4 {
      margin: 0 0 4%; }
    /* line 1176, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .recommends .container .blue_dot li:before {
      background: #f0db50; }
  /* line 1182, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme9 .advantages {
    background: #F0DB48;
    padding: 3% 0; }
    /* line 1186, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .advantages .container h4 {
      margin: 0 0 4%; }
    /* line 1189, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .advantages .container h5 {
      font-size: 16px; }
    /* line 1192, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .advantages .container p {
      font-size: 13px; }
    /* line 1196, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme9 .advantages .container ul li {
      position: relative; }
      /* line 1198, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme9 .advantages .container ul li img {
        position: absolute;
        top: 0;
        left: -50px; }

/* line 1209, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.gray_num_dot {
  margin-bottom: 3%; }
  /* line 1210, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .gray_num_dot li {
    position: relative; }
    /* line 1212, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .gray_num_dot li .grey_digit {
      width: 30px;
      height: 30px;
      top: -5px;
      left: -40px;
      position: absolute;
      background: #ebebeb;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      text-align: center;
      line-height: 30px; }

/* line 1228, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme10 .s10_frame1 {
  background: #141414;
  padding: 3% 0; }
  /* line 1232, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme10 .s10_frame1 .container h4 {
    margin-bottom: 5%;
    color: white; }
  /* line 1237, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme10 .s10_frame1 .container .blue_dot p {
    color: rgba(255, 255, 255, 0.6); }
  @media (min-width: 1100px) {
    /* line 1236, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme10 .s10_frame1 .container .blue_dot {
      width: 70%;
      margin: 0 auto; } }
  /* line 1244, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme10 .s10_frame1 .container .blue_dot li:before {
    background: white; }

/* line 1250, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme10 .s10_frame2 {
  background: #e9e9e9;
  padding: 3% 0; }
  /* line 1254, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme10 .s10_frame2 .container h4 {
    margin-bottom: 5%; }
  /* line 1258, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme10 .s10_frame2 .container .blue_dot li:before {
    background: rgba(0, 0, 0, 0.5); }

/* line 1267, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme11 .s11_frame1 {
  padding: 3% 0; }
  /* line 1270, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme11 .s11_frame1 .container .gray_num_dot {
    margin: 0 auto 5%; }
  /* line 1273, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme11 .s11_frame1 .container h4 {
    margin-bottom: 5%; }

/* line 1278, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme11 .s11_frame2 {
  background: url(../img/services/express/bg.png) 0 0 no-repeat, #e3e4e3;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  padding: 3% 0; }
  /* line 1284, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme11 .s11_frame2 .container .blue_dot li:before {
    background: rgba(0, 0, 0, 0.6); }
  /* line 1288, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme11 .s11_frame2 .container h4 {
    margin-bottom: 5%; }

/* line 1293, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme11 .s11_frame3 {
  padding: 3% 0; }
  /* line 1296, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme11 .s11_frame3 .container h4 {
    margin: 0 0 5%; }

/* line 1303, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme12 {
  margin: 0; }
  /* line 1305, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme12 .s12_frame1,
  .service_theme12 .s12_frame2,
  .service_theme12 .s12_frame3,
  .service_theme12 .s12_frame4 {
    padding: 3% 0; }
    /* line 1310, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame1 h4,
    .service_theme12 .s12_frame2 h4,
    .service_theme12 .s12_frame3 h4,
    .service_theme12 .s12_frame4 h4 {
      margin-bottom: 5%; }
  /* line 1315, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme12 .s12_frame2 {
    background: #fad53d; }
    /* line 1319, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame2 .container h4 span {
      color: #42bfd4; }
    /* line 1324, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame2 .container .blue_dot li:before {
      background: rgba(255, 255, 255, 0.6); }
  /* line 1330, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme12 .s12_frame3 {
    background: url(../img/services/python/bubbles.png) 0 0 no-repeat, white;
    background-size: 100%; }
    /* line 1335, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame3 .container h4 span {
      color: #42bfd4; }
    /* line 1339, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame3 .container h5 {
      font-weight: bold; }
  /* line 1344, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme12 .s12_frame4 {
    background: #4684b6;
    position: relative; }
    /* line 1348, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame4 .container h4 {
      color: white; }
      /* line 1350, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme12 .s12_frame4 .container h4 span {
        color: #f8d43e; }
    /* line 1354, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame4 .container h5 {
      color: #f8d43e; }
    /* line 1357, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame4 .container p {
      color: white; }
    /* line 1361, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame4 .container .blue_dot li:before {
      background: #f8d43e; }
    /* line 1366, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame4 .watermark, .service_theme12 .s12_frame4 .watermark1, .service_theme12 .s12_frame4 .watermark2, .service_theme12 .s12_frame4 .watermark3, .service_theme12 .s12_frame4 .watermark4, .service_theme12 .s12_frame4 .watermark5 {
      display: block;
      width: 277px;
      height: 276px;
      background: url(../img/services/python/watermark.png) 0 0 no-repeat;
      position: absolute; }
    /* line 1373, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame4 .watermark1 {
      top: 20%;
      left: 5%; }
    /* line 1378, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame4 .watermark2 {
      top: 10%;
      right: 5%; }
    /* line 1383, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame4 .watermark3 {
      top: 40%;
      left: 40%; }
    /* line 1388, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame4 .watermark4 {
      bottom: 10%;
      right: 5%; }
    /* line 1393, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme12 .s12_frame4 .watermark5 {
      bottom: -5%;
      left: 10%; }

/* line 1401, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme13 {
  margin: 0; }
  /* line 1403, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme13 .s13_frame1,
  .service_theme13 .s13_frame2,
  .service_theme13 .s13_frame3,
  .service_theme13 .s13_frame4 {
    padding: 3% 0; }
    /* line 1408, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame1 h4,
    .service_theme13 .s13_frame2 h4,
    .service_theme13 .s13_frame3 h4,
    .service_theme13 .s13_frame4 h4 {
      margin-bottom: 5%; }
  /* line 1413, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme13 .s13_frame2 {
    background: #092f20; }
    /* line 1415, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame2 h5,
    .service_theme13 .s13_frame2 h4,
    .service_theme13 .s13_frame2 p {
      color: white; }
    /* line 1421, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame2 h4 span {
      color: #4c9377; }
    /* line 1427, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame2 .container .blue_dot li:before {
      background: #fceaa0; }
  /* line 1433, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme13 .s13_frame3 {
    padding: 3% 0 1%;
    position: relative; }
    /* line 1437, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame3 .container .mb25 {
      margin: 0 0 25px; }
    /* line 1440, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame3 .container .single_col {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 768px) {
        /* line 1440, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme13 .s13_frame3 .container .single_col {
          width: 32%; } }
    /* line 1447, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame3 .container .d_three {
      background: #f7f5f5;
      padding: 10px;
      margin: 15px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: 0 2px 6px rgba(9, 48, 32, 0.2);
      -moz-box-shadow: 0 2px 6px rgba(9, 48, 32, 0.2);
      box-shadow: 0 2px 6px rgba(9, 48, 32, 0.2); }
      /* line 1453, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme13 .s13_frame3 .container .d_three h5 {
        margin: 15px 0;
        font-size: 14px; }
      /* line 1457, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme13 .s13_frame3 .container .d_three p {
        font-size: 12px;
        padding: 0; }
      @media (max-width: 767px) {
        /* line 1447, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme13 .s13_frame3 .container .d_three {
          -webkit-box-shadow: 0 2px 6px rgba(9, 48, 32, 0.4);
          -moz-box-shadow: 0 2px 6px rgba(9, 48, 32, 0.4);
          box-shadow: 0 2px 6px rgba(9, 48, 32, 0.4); } }
    /* line 1466, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame3:before {
      content: "";
      background: #092f20;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 200px;
      z-index: -1; }
      @media (max-width: 767px) {
        /* line 1466, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme13 .s13_frame3:before {
          height: 280px; } }
  /* line 1480, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme13 .s13_frame4 {
    background: #092f20; }
    /* line 1482, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame4 h5,
    .service_theme13 .s13_frame4 h4,
    .service_theme13 .s13_frame4 p {
      color: white; }
    /* line 1488, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame4 h4 span {
      color: #4c9377; }
    /* line 1493, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame4 .container h5 {
      font-size: 16px; }
      /* line 1494, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme13 .s13_frame4 .container h5 span {
        color: #4c9377; }
    /* line 1501, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame4 .container .blue_dot li h5 {
      color: #ddbe39; }
    /* line 1504, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme13 .s13_frame4 .container .blue_dot li:before {
      background: #fceaa0; }

/* line 1515, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme14 .s14_frame1 .text-center {
  color: #b3b3b3; }

/* line 1520, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme14 .s14_frame1 .blue_dot li p {
  padding-bottom: 10px; }

/* line 1523, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme14 .s14_frame1 .blue_dot li:before {
  background: #dd1b17;
  border: 2px solid  #b3b3b3; }

/* line 1530, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme14 .s14_frame2 {
  background: url(../img/services/angularjs/bg.png) 0 0 repeat, #a6120d;
  padding: 2% 0;
  border-bottom: 8px solid  #b3b3b3;
  border-top: 8px solid  #b3b3b3;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  position: relative; }
  /* line 1537, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme14 .s14_frame2 .ang {
    text-align: center;
    position: absolute;
    top: 10%;
    right: 3%;
    z-index: 0;
    opacity: 0.5; }
    /* line 1538, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme14 .s14_frame2 .ang:after {
      width: 2px;
      height: 200%;
      background: rgba(255, 255, 255, 0.4);
      content: '';
      position: absolute;
      display: block;
      left: 50%;
      margin-left: -1px; }
  /* line 1555, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme14 .s14_frame2 h4 {
    color: white;
    margin-bottom: 3%; }
  /* line 1559, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme14 .s14_frame2 p {
    color: white; }
  /* line 1565, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme14 .s14_frame2 .blue_dot li:before {
    background: #ebebeb; }

/* line 1571, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme14 .s14_frame3 {
  padding: 4% 0; }
  /* line 1573, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme14 .s14_frame3 h4 {
    margin-bottom: 3%; }
  /* line 1578, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme14 .s14_frame3 .blue_dot li:before {
    background: url(../img/services/angularjs/a.png) no-repeat;
    background-size: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 15px;
    height: 16px; }

/* line 1588, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme14 .s14_frame4 {
  padding: 2% 0;
  background: #e9e9e9;
  position: relative; }
  /* line 1592, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme14 .s14_frame4 h4 {
    margin-bottom: 3%; }
  /* line 1595, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme14 .s14_frame4 p {
    opacity: 0.8; }
  /* line 1598, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme14 .s14_frame4 .note {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -125px; }
    @media (max-width: 767px) {
      /* line 1598, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme14 .s14_frame4 .note {
        width: 100px;
        height: 100px;
        margin-left: -50px; }
        /* line 1604, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme14 .s14_frame4 .note img {
          display: none; } }
  /* line 1614, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme14 .s14_frame4 .blue_dot li p {
    opacity: 1; }
  /* line 1617, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme14 .s14_frame4 .blue_dot li:before {
    background: #a6120d; }

/* line 1630, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme15 .s15_frame2 {
  background: #e6e8e8;
  padding: 30px 0; }
  /* line 1633, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme15 .s15_frame2 h4 {
    color: rgba(0, 0, 0, 0.8);
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 35px; }
  /* line 1646, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme15 .s15_frame2 .blue_dot li:before {
    background: rgba(0, 0, 0, 0.8); }

/* line 1652, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme15 .s15_frame3 {
  padding: 30px 0;
  position: relative; }
  /* line 1655, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme15 .s15_frame3 h4 {
    margin-bottom: 25px; }
  /* line 1658, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme15 .s15_frame3 .j_watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -187px;
    margin-top: -166px; }
    @media (max-width: 767px) {
      /* line 1665, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme15 .s15_frame3 .j_watermark img {
        width: 80%; } }

/* line 1671, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme15 .s15_frame4 {
  background: url(../img/services/jquery/blue_bg.png) 0 0 repeat, #a6120d;
  padding: 2% 0; }
  /* line 1674, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme15 .s15_frame4 h4 {
    margin-bottom: 25px;
    color: white; }
  /* line 1678, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme15 .s15_frame4 .j_box {
    background: white;
    padding: 8% 30px 6%;
    -webkit-border-radius: 100px 0 100px;
    -moz-border-radius: 100px 0 100px;
    border-radius: 100px 0 100px; }
    /* line 1684, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme15 .s15_frame4 .j_box .blue_dot li:before {
      background: #6bbc4b; }

/* line 1696, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme16 .s16_frame2 {
  background: #29799c;
  padding: 3% 0; }
  /* line 1699, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme16 .s16_frame2 h4 {
    color: #e6b158;
    margin-bottom: 30px; }
  /* line 1705, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme16 .s16_frame2 .blue_dot li p {
    color: white; }
  /* line 1708, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme16 .s16_frame2 .blue_dot li:before {
    background: white; }

/* line 1714, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme16 .s16_frame3 {
  position: relative;
  padding: 3% 0; }
  /* line 1717, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme16 .s16_frame3 .j_watermark {
    position: absolute;
    right: 10%;
    top: 15%;
    z-index: -1; }
    @media (max-width: 767px) {
      /* line 1717, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme16 .s16_frame3 .j_watermark {
        opacity: 0.3; } }
  /* line 1726, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme16 .s16_frame3 h4 {
    margin-bottom: 30px; }
  /* line 1731, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme16 .s16_frame3 .blue_dot li:before {
    background: url(../img/services/mysql/mysql_dot.png) 0 0 no-repeat;
    width: 30px;
    height: 34px;
    top: -5px;
    left: -50px;
    background-size: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    @media (max-width: 767px) {
      /* line 1731, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme16 .s16_frame3 .blue_dot li:before {
        left: -40px; } }

/* line 1746, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme16 .s16_frame4 {
  background: #ebab43;
  padding: 2% 0;
  position: relative; }
  /* line 1750, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme16 .s16_frame4 h4 {
    color: #1a5269;
    margin-bottom: 30px; }
  /* line 1754, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme16 .s16_frame4 h5 {
    color: #3b3b3b; }
  /* line 1757, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme16 .s16_frame4 p {
    color: white; }
  /* line 1760, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme16 .s16_frame4 .j_watermark {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -200px -187px;
    opacity: 0.1;
    z-index: 0; }
    @media (max-width: 767px) {
      /* line 1760, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme16 .s16_frame4 .j_watermark {
        margin: 0; }
        /* line 1769, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme16 .s16_frame4 .j_watermark img {
          width: 200px;
          margin: 0 -100px; } }

/* line 1782, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme17 .s17_frame1 .text-center {
  background: #f9f9f8; }
  /* line 1784, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme17 .s17_frame1 .text-center img {
    margin: 20px;
    width: 60%; }
    @media (max-width: 767px) {
      /* line 1784, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme17 .s17_frame1 .text-center img {
        margin: 20px 0;
        width: 90%; } }

/* line 1794, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme17 .s17_frame2 {
  background: #56944f;
  padding: 3% 0;
  position: relative;
  z-index: -2; }
  /* line 1799, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme17 .s17_frame2 h4 {
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 30px; }
  /* line 1803, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme17 .s17_frame2 p, .service_theme17 .s17_frame2 h5 {
    color: white; }
  /* line 1806, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme17 .s17_frame2 .blue_dot {
    z-index: 100; }
    /* line 1809, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme17 .s17_frame2 .blue_dot li p {
      color: rgba(255, 255, 255, 0.6); }
    /* line 1812, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme17 .s17_frame2 .blue_dot li:before {
      background: white; }
  /* line 1817, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme17 .s17_frame2 .n_hex {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -128px -112px;
    z-index: -1;
    opacity: 0.2; }

/* line 1827, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme17 .s17_frame3 {
  position: relative;
  background: #e9e9e9;
  padding: 3% 0;
  z-index: -2; }
  /* line 1832, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme17 .s17_frame3 .container > p {
    color: rgba(0, 0, 0, 0.4); }
  /* line 1836, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme17 .s17_frame3 .blue_dot li {
    margin: 0 0 15px; }
    /* line 1838, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme17 .s17_frame3 .blue_dot li:before {
      background: #56944f; }
  /* line 1843, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme17 .s17_frame3 .n_hex {
    position: absolute;
    bottom: -20px;
    right: 10%;
    z-index: -1;
    opacity: 1; }
    @media (max-width: 767px) {
      /* line 1849, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme17 .s17_frame3 .n_hex img {
        width: 250px;
        opacity: 0.5; } }

/* line 1857, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme17 .s17_frame4 {
  padding: 3% 0; }
  /* line 1859, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme17 .s17_frame4 .blue_dot {
    margin: 40px 0 0; }
    /* line 1861, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme17 .s17_frame4 .blue_dot li {
      margin: 0 0 15px; }
      /* line 1863, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme17 .s17_frame4 .blue_dot li:before {
        background: url(../img/services/node/logo-hexagon.png) 0 0 no-repeat;
        width: 30px;
        height: 34px;
        top: -5px;
        left: -50px;
        background-size: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        @media (max-width: 767px) {
          /* line 1863, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
          .service_theme17 .s17_frame4 .blue_dot li:before {
            left: -40px; } }
      /* line 1875, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme17 .s17_frame4 .blue_dot li h5 {
        font-weight: bold; }
  /* line 1882, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme17 .s17_frame4 .n_reach {
    text-align: center; }
    /* line 1884, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme17 .s17_frame4 .n_reach img {
      position: absolute;
      z-index: -1;
      left: 50%;
      top: 50%;
      margin: -128px -112px; }
    /* line 1891, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme17 .s17_frame4 .n_reach h5 {
      padding-top: 85px; }
    /* line 1894, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme17 .s17_frame4 .n_reach a {
      position: relative;
      min-height: 256px;
      display: block;
      color: black; }
    /* line 1900, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme17 .s17_frame4 .n_reach p {
      background: white;
      font-size: 12px;
      width: auto;
      color: #56944f;
      display: inline-block;
      padding: 10px 30px;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      /* line 1909, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme17 .s17_frame4 .n_reach p span {
        display: block;
        font-size: 18px;
        color: black;
        font-weight: bold; }

@media (min-width: 767px) {
  /* line 1923, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme18 .s18_frame1 .row.points {
    width: 80%;
    margin: 0 auto; } }

/* line 1930, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme18 .s18_frame1 .blue_dot li:before {
  background: #f40000; }

/* line 1935, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme18 .s18_frame1 .col-md-3 {
  margin: 0 0 2%;
  text-align: center; }
  /* line 1938, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme18 .s18_frame1 .col-md-3 img {
    width: 80%;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      /* line 1938, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme18 .s18_frame1 .col-md-3 img {
        width: 50%; } }

/* line 1947, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme18 .s18_frame2 {
  background: #f54344;
  padding: 3% 0;
  position: relative;
  z-index: 0; }
  /* line 1952, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme18 .s18_frame2 h4 {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 3%; }
  /* line 1956, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme18 .s18_frame2 p {
    color: white; }
  /* line 1961, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme18 .s18_frame2 .blue_dot li:before {
    background: rgba(255, 255, 255, 0.6); }
  /* line 1966, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme18 .s18_frame2 .database_oracle {
    width: 250px;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      /* line 1966, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme18 .s18_frame2 .database_oracle {
        width: 300px;
        position: absolute;
        top: 35%;
        right: 10%;
        z-index: -1; } }
    @media (max-width: 1024px) {
      /* line 1966, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme18 .s18_frame2 .database_oracle {
        width: 250px;
        position: absolute;
        top: 35%;
        right: 10%;
        z-index: -1; } }
    @media (max-width: 767px) {
      /* line 1966, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme18 .s18_frame2 .database_oracle {
        position: relative;
        margin: 0 -80px;
        width: 160px;
        left: 50%;
        right: 0; } }

/* line 1992, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme18 .s18_frame3 {
  padding: 3% 0; }
  /* line 1994, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme18 .s18_frame3 .row {
    margin: 3% 0 2%; }
    /* line 1996, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme18 .s18_frame3 .row .col-md-6 {
      padding-top: 5%;
      text-align: center; }
      @media (max-width: 767px) {
        /* line 1996, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme18 .s18_frame3 .row .col-md-6 {
          padding-left: 0;
          padding-right: 0;
          padding-top: 40px;
          padding-bottom: 40px; } }
    @media (max-width: 767px) {
      /* line 2006, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme18 .s18_frame3 .row .col-md-2 {
        text-align: center; }
        /* line 2009, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme18 .s18_frame3 .row .col-md-2 img {
          width: 50%; } }

/* line 2016, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme18 .s18_frame4 {
  background: #ececec;
  padding: 3% 0; }
  /* line 2019, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme18 .s18_frame4 h4 {
    margin-bottom: 4%; }
  /* line 2022, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme18 .s18_frame4 h5 {
    font-weight: bold; }

/* line 2029, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme19 .s19_frame1 {
  background: #2b2d2f; }
  /* line 2032, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme19 .s19_frame1 .container p {
    color: #aaa; }
  /* line 2035, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme19 .s19_frame1 .container h4 {
    color: white; }
    /* line 2037, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme19 .s19_frame1 .container h4 span {
      color: #61d9fc; }
  /* line 2041, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme19 .s19_frame1 .container .blue_dot li:before {
    background: white; }

/* line 2046, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme19 .s19_frame2 {
  background: url(../img/services/react/bg.png) 0 0 no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  padding: 3% 0; }
  /* line 2051, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme19 .s19_frame2 .container h4 {
    margin-bottom: 3%; }
  /* line 2054, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme19 .s19_frame2 .container .blue_dot li:before {
    background: black; }

/* line 2059, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme19 .s19_frame3 {
  padding: 3% 0; }
  /* line 2062, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme19 .s19_frame3 .container h4 {
    margin-bottom: 3%; }
  /* line 2065, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme19 .s19_frame3 .container h5 {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5); }
  /* line 2069, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme19 .s19_frame3 .container .blue_dot li:before {
    background: url(../img/services/react/ricon.png) 0 0 no-repeat;
    width: 28px;
    height: 28px;
    top: -8px;
    left: -40px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%; }

/* line 2084, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme20 .s20_frame2 {
  background: #326191;
  padding: 3% 0;
  position: relative; }
  /* line 2089, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme20 .s20_frame2 .container .blue_dot {
    margin: 3% 0 0; }
    /* line 2092, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme20 .s20_frame2 .container .blue_dot li:before {
      margin-top: 4px;
      width: 10px;
      height: 1px;
      background: white; }
    /* line 2098, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme20 .s20_frame2 .container .blue_dot li p {
      padding: 0;
      color: white; }
  @media (min-width: 1025px) {
    /* line 2104, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme20 .s20_frame2 .container .postgres {
      position: absolute;
      top: 25%;
      right: 10%; } }
  /* line 2114, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme20 .s20_frame2 .container h4 {
    color: white;
    margin-bottom: 3%; }

/* line 2120, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme20 .s20_frame3 {
  padding: 3% 0; }
  /* line 2122, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme20 .s20_frame3 h4 {
    margin-bottom: 3%; }
  /* line 2125, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme20 .s20_frame3 .blue_dot li:before {
    background: #336791; }

/* line 2129, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme20 .s20_frame4 {
  background: url(../img/services/postgre/bg.png) 0 0 repeat-y;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  position: relative;
  padding: 3% 0 0; }
  /* line 2134, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme20 .s20_frame4 h4 {
    margin-bottom: 3%; }
  /* line 2137, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme20 .s20_frame4 p {
    background: white;
    width: 230px;
    min-height: 240px;
    padding: 30px 20px;
    margin: 20px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

/* line 2151, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme21 .s21_frame1 .servicelogo {
  margin: 3% 0; }

/* line 2155, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme21 .s21_frame2 {
  background: #e6e8e8;
  padding: 3% 0; }
  /* line 2158, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme21 .s21_frame2 h4 {
    font-weight: bold;
    font-size: 12px; }
    /* line 2161, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme21 .s21_frame2 h4 span {
      margin-top: 10px;
      font-weight: normal;
      font-size: 22px;
      display: block; }
  /* line 2168, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme21 .s21_frame2 .blue_dot {
    padding: 0; }
    /* line 2171, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme21 .s21_frame2 .blue_dot li:before {
      display: none; }
    /* line 2174, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme21 .s21_frame2 .blue_dot li h5 {
      font-weight: bold;
      margin-bottom: 5px; }
    /* line 2178, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme21 .s21_frame2 .blue_dot li p {
      padding-bottom: 10px; }

/* line 2184, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme21 .s21_frame3 {
  background: url(../img/services/dbms/bg.png) 0 0 no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  padding: 3% 0; }
  /* line 2188, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme21 .s21_frame3 h4 {
    margin-bottom: 3%;
    color: white; }
  /* line 2192, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme21 .s21_frame3 p {
    color: white; }
  /* line 2195, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme21 .s21_frame3 .blue_dot li:before {
    background: rgba(255, 255, 255, 0.8); }

/* line 2199, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme21 .s21_frame4 {
  padding: 3% 0; }
  /* line 2201, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme21 .s21_frame4 h4 {
    margin-bottom: 3%; }
  /* line 2204, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme21 .s21_frame4 h5 {
    font-weight: bold; }

/* line 2208, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme21 .s21_frame5 {
  padding: 3% 0;
  background: url(../img/services/dbms/black%20bg.png) 0 0 repeat; }
  /* line 2211, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme21 .s21_frame5 h4 {
    margin-bottom: 3%;
    color: white; }
  /* line 2216, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme21 .s21_frame5 .inDM .in_img {
    text-align: center; }
  /* line 2219, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme21 .s21_frame5 .inDM h5 {
    color: rgba(255, 255, 255, 0.8); }
  /* line 2222, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme21 .s21_frame5 .inDM p {
    float: left;
    color: rgba(255, 255, 255, 0.5); }

/* line 2233, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme22 .s22_frame2 {
  background: #2b3945;
  padding: 3% 0; }
  /* line 2236, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame2 h4 {
    color: #bbf3f5;
    margin-bottom: 3%; }
  /* line 2241, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame2 .blue_dot li p {
    color: white; }
  /* line 2244, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame2 .blue_dot li:before {
    background: white; }

/* line 2250, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme22 .s22_frame3 {
  padding: 3% 0; }
  /* line 2252, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame3 h4 {
    margin-bottom: 3%;
    position: relative; }
    /* line 2255, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme22 .s22_frame3 h4 img {
      position: absolute;
      top: -70px;
      right: 0;
      width: 150px; }
      @media (max-width: 991px) and (min-width: 768px) {
        /* line 2255, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme22 .s22_frame3 h4 img {
          z-index: -1; } }
      @media (max-width: 767px) {
        /* line 2255, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme22 .s22_frame3 h4 img {
          position: static; } }
  /* line 2268, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame3 .blue_dot li:before {
    background: #2b3945; }
  /* line 2271, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame3 .fz16 {
    font-size: 14px;
    line-height: 16px; }

/* line 2276, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme22 .s22_frame4 {
  background: #2b3945;
  padding: 3% 0; }
  /* line 2279, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame4 h4 {
    color: white;
    margin-bottom: 3%; }
  /* line 2283, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame4 h5 {
    color: white; }
  /* line 2286, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame4 p {
    color: rgba(255, 255, 255, 0.6); }

/* line 2290, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme22 .s22_frame5 {
  padding: 3% 0;
  background: #ebebeb; }
  /* line 2293, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame5 h4 {
    margin-bottom: 3%; }
  /* line 2296, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame5 h5 {
    margin-top: 15%;
    color: #f06238; }
  /* line 2300, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame5 p {
    margin-top: 25px; }

/* line 2304, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme22 .s22_frame6 {
  padding: 3% 0; }
  /* line 2306, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame6 h4 {
    margin-bottom: 3%; }
  /* line 2309, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme22 .s22_frame6 .blue_dot li:before {
    background: #2b3945; }

/* line 2318, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme23 .s23_frame2 {
  padding: 2% 0;
  background: url(../img/services/swift/bg.png) 0 0 repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  /* line 2322, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme23 .s23_frame2 h4 {
    color: white; }
  /* line 2326, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme23 .s23_frame2 .row .col-md-4 {
    text-align: center; }
    /* line 2328, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme23 .s23_frame2 .row .col-md-4 img {
      margin: 30px auto; }
    /* line 2332, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme23 .s23_frame2 .row .col-md-4 h5 {
      font-size: 15px;
      color: rgba(0, 0, 0, 0.8); }
    /* line 2336, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme23 .s23_frame2 .row .col-md-4 p {
      font-size: 14px;
      color: white; }

/* line 2343, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme23 .s23_frame3 {
  padding: 2% 0; }
  /* line 2345, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme23 .s23_frame3 h4 {
    margin-bottom: 3%; }
  /* line 2348, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme23 .s23_frame3 .blue_dot li:before {
    background: #f78a40; }

/* line 2352, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme23 .s23_frame4 {
  background: #474747;
  padding: 2% 0; }
  /* line 2355, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme23 .s23_frame4 h4 {
    color: white;
    margin-bottom: 3%; }
  /* line 2359, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme23 .s23_frame4 h5 {
    color: white;
    font-weight: bold; }
  /* line 2363, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme23 .s23_frame4 p {
    color: rgba(255, 255, 255, 0.6); }

/* line 2372, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme24 .s24_frame2 {
  background: #4f8df8;
  padding: 3% 0; }
  /* line 2375, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme24 .s24_frame2 h4 {
    color: white;
    margin-bottom: 3%; }
  /* line 2379, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme24 .s24_frame2 h5 {
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold; }
  /* line 2383, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme24 .s24_frame2 p {
    color: white; }

/* line 2387, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme24 .s24_frame3 {
  background: url(../img/services/react_native/reactbg.png) 0 0 repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  padding: 3% 0; }
  /* line 2391, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme24 .s24_frame3 h4 {
    margin-bottom: 3%;
    color: rgba(0, 0, 0, 0.8); }
  /* line 2395, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme24 .s24_frame3 h5 {
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold; }
  /* line 2399, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme24 .s24_frame3 p {
    color: rgba(0, 0, 0, 0.4); }

/* line 2409, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme25 .s25_frame2 {
  padding: 3% 0;
  background: url(../img/services/ionic/bg.png) 0 0 repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  /* line 2413, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme25 .s25_frame2 h4 {
    margin-bottom: 3%;
    color: white; }
  /* line 2417, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme25 .s25_frame2 h5 {
    color: black; }
  /* line 2420, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme25 .s25_frame2 p {
    color: white; }

/* line 2424, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme25 .s25_frame3 {
  padding: 3% 0;
  position: relative; }
  /* line 2427, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme25 .s25_frame3 h4 {
    margin-bottom: 3%;
    color: black; }
  /* line 2431, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme25 .s25_frame3 .blue_dot li:before {
    background: #959595; }
  /* line 2434, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme25 .s25_frame3 .ionic_bg {
    position: absolute;
    bottom: 0;
    right: 10%; }

/* line 2440, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme25 .s25_frame4 {
  padding: 3% 0;
  background: #f6f5f5; }
  /* line 2443, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme25 .s25_frame4 h4 {
    margin-bottom: 3%;
    color: black; }
  /* line 2447, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme25 .s25_frame4 .blue_dot li:before {
    background: #b7b7b7; }

@media (max-width: 767px) {
  /* line 2453, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme26 .s26_frame1 {
    padding-top: 10%; } }

@media (max-width: 550px) {
  /* line 2453, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme26 .s26_frame1 {
    padding-top: 15%; } }

@media (max-width: 480px) {
  /* line 2453, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme26 .s26_frame1 {
    padding-top: 20%; } }

/* line 2464, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme26 .s26_frame2 {
  background: #f2f2f1;
  padding: 3% 0; }
  /* line 2467, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme26 .s26_frame2 h4 {
    margin-bottom: 3%; }
  /* line 2470, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme26 .s26_frame2 h5 {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8); }

/* line 2478, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme26 .s26_frame3 {
  background: url(../img/services/ios/bg.png) 0 0 repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  padding: 3% 0; }
  /* line 2482, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme26 .s26_frame3 h4 {
    margin-bottom: 3%; }
  /* line 2485, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme26 .s26_frame3 .blue_dot li:before {
    background: #ccc; }

/* line 2489, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme26 .s26_frame4 {
  background: #282828;
  padding: 3% 0; }
  /* line 2492, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme26 .s26_frame4 h4 {
    margin-bottom: 3%;
    color: white; }
  /* line 2496, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme26 .s26_frame4 h5 {
    color: white; }
  /* line 2499, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme26 .s26_frame4 p {
    color: rgba(255, 255, 255, 0.6); }

/* line 2507, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme27 .s27_frame2 {
  padding: 3% 0;
  background: #e6e8e8; }
  /* line 2510, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme27 .s27_frame2 h4 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 20px; }
  /* line 2515, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme27 .s27_frame2 .row {
    margin: 40px 0; }
    /* line 2516, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme27 .s27_frame2 .row .col-md-4 {
      text-align: center; }
      /* line 2518, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme27 .s27_frame2 .row .col-md-4 p {
        margin-top: 20px;
        padding-top: 15px; }

/* line 2530, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme28 .s28_frame2 {
  background: #494849;
  padding: 2% 0;
  position: relative; }
  /* line 2534, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame2 h4 {
    color: #469c45;
    font-size: 14px;
    margin-bottom: 3%; }
  @media (min-width: 1025px) {
    /* line 2539, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme28 .s28_frame2 .blue_dot {
      width: 80%;
      float: left; } }
  /* line 2544, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame2 .blue_dot li p {
    color: white; }
  /* line 2548, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame2 .blue_dot li:before {
    background: rgba(255, 255, 255, 0.9); }
  /* line 2551, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame2 .stitch {
    text-align: center; }
    @media (min-width: 1025px) {
      /* line 2551, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme28 .s28_frame2 .stitch {
        width: 20%;
        float: left; } }
    /* line 2558, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme28 .s28_frame2 .stitch img {
      width: 320px;
      margin: 0 auto; }
      @media (min-width: 1025px) {
        /* line 2558, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme28 .s28_frame2 .stitch img {
          margin-bottom: -80px; } }

/* line 2569, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme28 .s28_frame3 {
  padding: 3% 0; }
  /* line 2571, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame3 h4 {
    margin-bottom: 3%;
    color: rgba(0, 0, 0, 0.8); }
  /* line 2575, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame3 .blue_dot li:before {
    background: rgba(0, 0, 0, 0.8); }

/* line 2579, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme28 .s28_frame4 {
  background: #449945;
  padding: 3% 0; }
  @media (min-width: 1025px) {
    /* line 2582, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme28 .s28_frame4 .blue_dot {
      float: left;
      width: 80%; } }
  /* line 2588, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame4 h4 {
    margin-bottom: 3%;
    color: rgba(0, 0, 0, 0.8); }
  /* line 2592, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame4 h5, .service_theme28 .s28_frame4 p {
    color: white; }
  /* line 2595, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame4 .blue_dot li:before {
    background: white; }
  /* line 2598, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame4 .stitch {
    text-align: center; }
    @media (min-width: 1025px) {
      /* line 2598, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme28 .s28_frame4 .stitch {
        width: 20%;
        float: left; } }
    @media (max-width: 1024px) {
      /* line 2598, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme28 .s28_frame4 .stitch {
        padding-bottom: 40px; } }
    /* line 2607, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme28 .s28_frame4 .stitch img {
      width: 320px;
      margin-bottom: -80px; }
      @media (max-width: 1024px) {
        /* line 2607, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme28 .s28_frame4 .stitch img {
          width: 200px; } }

/* line 2616, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme28 .s28_frame5 {
  padding: 3% 0; }
  /* line 2618, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame5 h4 {
    color: #469c45;
    margin-bottom: 3%; }
  /* line 2623, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame5 .blue_dot li h5 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px; }
  /* line 2627, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame5 .blue_dot li p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5); }
  /* line 2631, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme28 .s28_frame5 .blue_dot li:before {
    background: rgba(0, 0, 0, 0.8); }

/* line 2641, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme29 .s29_frame2 {
  padding: 2% 0;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 2645, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme29 .s29_frame2:before {
      background: white;
      width: 30%;
      position: absolute;
      top: 1px;
      bottom: 1px;
      left: -107px;
      content: "";
      z-index: -1;
      -webkit-transform: skewX(-20deg);
      -moz-transform: skewX(-20deg);
      transform: skewX(-20deg); } }
  /* line 2657, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme29 .s29_frame2:after {
    background: #3278d7;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -2; }
  /* line 2669, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme29 .s29_frame2 .container h4 {
    color: white;
    margin-bottom: 2%; }
  /* line 2675, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme29 .s29_frame2 .container .blue_dot li p {
    padding-bottom: 10px;
    color: white; }
  /* line 2679, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme29 .s29_frame2 .container .blue_dot li:before {
    background: white; }
  /* line 2684, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme29 .s29_frame2 .container .sqlite {
    vertical-align: middle; }
    @media (min-width: 1024px) {
      /* line 2684, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme29 .s29_frame2 .container .sqlite {
        width: 30%;
        float: left; }
        /* line 2688, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
        .service_theme29 .s29_frame2 .container .sqlite img {
          margin-top: 15px; } }
  @media (min-width: 1024px) {
    /* line 2694, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme29 .s29_frame2 .container .dep {
      width: 70%;
      float: left; } }

/* line 2702, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme29 .s29_frame3 {
  padding: 3% 0; }
  /* line 2704, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme29 .s29_frame3 h4 {
    margin-bottom: 3%;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold; }
  /* line 2709, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme29 .s29_frame3 .blue_dot li:before {
    background: #3278d7; }

/* line 2713, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme29 .s29_frame4 {
  background: #ebebeb;
  padding: 3% 0;
  position: relative; }
  /* line 2717, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme29 .s29_frame4 h4 {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 3%; }
  /* line 2721, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme29 .s29_frame4 h5 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px; }
  /* line 2725, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme29 .s29_frame4 .mid_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    margin-top: -75px; }

/* line 2738, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme30 .s30_frame1 .row .col-md-6 {
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    /* line 2738, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme30 .s30_frame1 .row .col-md-6 {
      text-align: center; } }
  /* line 2743, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme30 .s30_frame1 .row .col-md-6 img {
    width: 60px;
    vertical-align: middle; }
    @media (min-width: 1024px) {
      /* line 2743, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme30 .s30_frame1 .row .col-md-6 img {
        float: left; } }
  /* line 2750, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme30 .s30_frame1 .row .col-md-6 p {
    width: 80%;
    vertical-align: middle;
    margin-left: 15px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      /* line 2750, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
      .service_theme30 .s30_frame1 .row .col-md-6 p {
        float: left; } }

/* line 2764, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme30 .s30_frame2 {
  background: url(../img/services/msql/bg.png) 0 0 repeat, #ca0617;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  padding: 3% 0; }
  /* line 2768, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme30 .s30_frame2 h4 {
    margin-bottom: 3%;
    color: rgba(0, 0, 0, 0.8); }
  /* line 2772, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme30 .s30_frame2 h5 {
    color: white;
    font-size: 16px; }
  /* line 2776, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme30 .s30_frame2 p {
    color: rgba(255, 255, 255, 0.8); }
  /* line 2779, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme30 .s30_frame2 .blue_dot li p {
    margin-bottom: 0; }
  /* line 2782, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme30 .s30_frame2 .blue_dot li:before {
    background: white; }

/* line 2786, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme30 .s30_frame3 {
  padding: 3% 0; }
  /* line 2788, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme30 .s30_frame3 .container {
    position: relative; }
  /* line 2791, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme30 .s30_frame3 h4 {
    margin-bottom: 3%; }
  /* line 2794, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme30 .s30_frame3 h5 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px; }
  /* line 2798, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme30 .s30_frame3 .mssql {
    background: url(../img/services/msql/mssql.png) 0 0 repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 10%; }

/* line 2809, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme31 {
  padding-top: 5%; }
  @media (max-width: 1024px) {
    /* line 2809, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme31 {
      padding-top: 12%; } }
  @media (max-width: 767px) {
    /* line 2809, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme31 {
      padding-top: 82px; } }
  /* line 2817, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme31 .s31_frame1 {
    padding-top: 3%;
    margin-bottom: 3%; }
    /* line 2820, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme31 .s31_frame1 h3 {
      margin-bottom: 3%; }
    /* line 2823, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme31 .s31_frame1 h4 {
      font-weight: bold; }

/* line 2829, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme32 {
  padding-top: 5%; }
  @media (max-width: 1024px) {
    /* line 2829, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme32 {
      padding-top: 12%; } }
  @media (max-width: 767px) {
    /* line 2829, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme32 {
      padding-top: 82px; } }
  /* line 2837, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme32 .s32_frame1 {
    padding-top: 3%;
    margin-bottom: 3%; }
    /* line 2840, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme32 .s32_frame1 h3 {
      margin-bottom: 3%; }
    /* line 2843, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme32 .s32_frame1 h4 {
      font-weight: bold; }

/* line 2849, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
.service_theme33 {
  padding-top: 5%; }
  @media (max-width: 1024px) {
    /* line 2849, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme33 {
      padding-top: 12%; } }
  @media (max-width: 767px) {
    /* line 2849, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme33 {
      padding-top: 82px; } }
  /* line 2857, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
  .service_theme33 .s33_frame1 {
    padding-top: 3%;
    margin-bottom: 3%; }
    /* line 2860, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme33 .s33_frame1 h3 {
      margin-bottom: 3%; }
    /* line 2863, /var/www/html/workspace/frontend/PW/pw-88/css/services.scss */
    .service_theme33 .s33_frame1 h4 {
      font-weight: bold; }

/* services style end here */

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