/* font sizes */
.font-weight-medium {
  font-weight: 600; }

/* color */
.default-dark-gray {
  background: #373737; }

.default-primary {
  background: #DC4E44; }

.default-white {
  background: #ffffff; }

.default-gray {
  background: #f3f3f3; }

.default-text-color {
  color: #222; }

.default-text-primary {
  color: #DC4E44; }

/* navbar */
.navbar {
  padding: .3rem 7rem;
  background: rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .navbar .nav-link {
    color: #ffffff !important; }
  .navbar .color-logo {
    display: none; }

.navbar.scrolled {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2); }
  .navbar.scrolled .nav-link {
    color: #000 !important; }
  .navbar.scrolled .btn-yellow {
    color: #ffffff !important; }
  .navbar.scrolled .color-logo {
    display: block;
    width: 80%; }
  .navbar.scrolled .white-logo {
    display: none; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem; } }
@media (max-width: 992px) {
  .navbar {
    padding: .3rem 2.5rem; } }
/*footer*/
.footer-cta {
  color: #ffffff;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-bottom: 96px;
  padding-top: 96px; }
  .footer-cta h4 {
    line-height: 50px; }

@media (min-width: 768px) {
  .navbar-default .navbar-brand {
    margin-left: -15px; } }
.default-white {
  color: #ffffff; }

/*banner*/
.pwa-banner {
  margin-top: 60px;
  background-color: #06224e;
  background-image: linear-gradient(141deg, #135bae 0%, #1461bb 51%, #072451 75%);
  position: relative;
  color: #ffffff;
  min-height: 500px; }
  .pwa-banner::before {
    content: "";
    background: url(../images/pwa/banner-new.png) top center no-repeat;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .pwa-banner h1 {
    color: #ffffff;
    padding-top: 80px;
    font-size: 36px;
    font-weight: 100;
    line-height: 44px;
    margin-top: 15px; }
  .pwa-banner p {
    color: rgba(255, 255, 255, 0.8);
    padding-top: 15px;
    font-size: 16px;
    line-height: 28px; }
  .pwa-banner img {
    margin-top: 10px;
    text-align: center; }
  @media (max-width: 992px) {
    .pwa-banner {
      margin-top: 43px;
      padding-top: 20px; }
      .pwa-banner::before {
        background: none; }
      .pwa-banner h1 {
        padding-top: 30px; }
      .pwa-banner h4 {
        padding-bottom: 60px; } }

@media (max-width: 768px) {
  .pwa-banner {
    margin-top: 40px; }
    .pwa-banner::before {
      background: none; }
    .pwa-banner h1 {
      padding-top: 0;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 0px; } }
/*overview*/
.pwa-overview {
  padding: 80px 0; }
  .pwa-overview::before {
    content: "";
    background: none; }
  .pwa-overview h2 {
    padding-bottom: 40px;
    text-align: left;
    line-height: 46px; }
  .pwa-overview .overview-img {
    padding-right: 40px; }
  @media (max-width: 992px) {
    .pwa-overview {
      padding: 30px 0; }
      .pwa-overview h2 {
        padding-bottom: 0px; } }

/*features*/
.features {
  background: url(../images/pwa/features-bg.png);
  background-size: cover;
  position: relative;
  color: #ffffff;
  z-index: 333;
  padding: 60px 0; }
  .features:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9); }
  .features .features-list {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.302);
    padding: 25px 15px 15px 15px;
    min-height: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition-duration: 0.3s;
    border-radius: 3px; }
    .features .features-list:hover {
      background: #072451;
      border-color: #fff; }
  .features h2 {
    color: #ffffff;
    z-index: 999 !important;
    padding-bottom: 20px; }
  .features h4 {
    font-size: 26px;
    padding: 10px 0; }

/*services*/
.services {
  padding: 60px 0 80px 0;
  position: relative; }
  .services h2 + p {
    padding: 20px 0 50px 0; }
  .services h4 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 10px;
    line-height: 26px; }
  .services .border-right {
    border-right: 2px solid #3e3e3e !important;
    height: 40rem; }
  .services .border-left {
    border-left: 2px solid #3e3e3e !important;
    height: 38rem; }
  .services .services-icon {
    position: relative; }
    .services .services-icon .service-img {
      position: absolute;
      z-index: 222;
      background: #ffffff;
      top: 0; }
  .services .right-text {
    text-align: right;
    padding-right: 50px; }
    .services .right-text .service-img {
      right: -33px; }
  .services .left-text {
    padding-left: 50px; }
    .services .left-text .service-img {
      left: -33px; }
  .services .our-services {
    padding: 0 70px; }
  @media (max-width: 992px) {
    .services {
      padding: 40px 0 0px 0; }
      .services h4 {
        padding-top: 20px;
        padding-bottom: 10px; }
      .services .right-text {
        text-align: left; }
      .services .left-text {
        padding-left: 0px; }
      .services .border-right {
        border-right: 0px !important; }
      .services .border-left {
        border-left: 0px !important; }
      .services .service-img {
        display: none; }
      .services h4 {
        line-height: 0px; } }

/*hire*/
.hire {
  background-color: #06224e;
  background-image: linear-gradient(141deg, #135bae 0%, #1461bb 51%, #072451 80%);
  color: #ffffff;
  padding: 60px 0; }
  .hire h2 {
    color: #ffffff; }
  .hire h2 + p {
    padding: 15px 0 40px 0; }
  .hire .hire-pointer {
    background: rgba(0, 0, 0, 0.2);
    min-height: 200px;
    padding: 15px 10px 0 10px;
    border: 1px dashed #ffffff;
    border-radius: 3px;
    margin-bottom: 15px;
    transition-duration: 0.3s;
    /* Animation */
    color: #ffffff;
    cursor: pointer; }
    .hire .hire-pointer p {
      padding-top: 10px; }
    .hire .hire-pointer [class^="flaticon-"]:before, .hire .hire-pointer [class*=" flaticon-"]:before, .hire .hire-pointer [class^="flaticon-"]:after, .hire .hire-pointer [class*=" flaticon-"]:after {
      font-size: 50px; }
    .hire .hire-pointer:hover {
      background: #ffffff; }
    .hire .hire-pointer:hover .hire-pointer-text {
      background: linear-gradient(141deg, #037bba 0%, #037bba 51%, #023c9d 80%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .hire .hire-pointer:hover .hire-pointer-text p {
        font-weight: bold; }
  @media (max-width: 992px) {
    .hire {
      margin-top: 50px; }
      .hire .modal-btn {
        margin-bottom: 60px;
        display: inline-block; } }

/*expertise*/
.expertise {
  padding: 40px 0; }
  .expertise h2 {
    padding-bottom: 15px; }
  .expertise .expertise-point {
    cursor: pointer;
    box-shadow: 14px 4px 36px 19px #f8f8f8;
    background: #fff; }
  .expertise h5 {
    font-weight: 600;
    font-size: 16px;
    color: #222;
    padding-top: 110px;
    padding-bottom: 40px; }
  .expertise p {
    padding-bottom: 15px; }
  .expertise i {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    padding-top: 30px;
    background-image: linear-gradient(141deg, #135bae 0%, #1461bb 51%, #072451 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.expertise-point:hover i {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite; }
@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.expertise [class^="flaticon-"]:before,
.expertise [class*=" flaticon-"]:before,
.expertise[class^="flaticon-"]:after,
.expertise [class*=" flaticon-"]:after {
  margin-left: 0px;
  font-size: 60px;
  color: #7c8cfb; }

.footer-cta-pwa {
  margin-top: 30px;
  background-color: #135bae;
  background-image: url(../../site_data/images/background-waves.svg); }

/*banner*/
.firebase-banner {
  background: #B49535 url(../images/firebase/banner-bg.png) no-repeat center;
  background-size: cover;
  padding: 14rem 0 6rem 0;
  color: #ffffff; }
  .firebase-banner h1 {
    margin-bottom: 10px;
    line-height: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding-top: 0px;
    color: #ffffff;
    font-size: 40px; }
  .firebase-banner a {
    margin-top: 10px; }
  .firebase-banner .banner-point {
    padding-bottom: 20px; }
    .firebase-banner .banner-point h3 {
      margin-bottom: 0px;
      font-weight: 24px; }
    .firebase-banner .banner-point p {
      line-height: 24px;
      color: rgba(255, 255, 255, 0.9); }
    .firebase-banner .banner-point img {
      float: left;
      width: 40px;
      height: 92px;
      padding-right: 10px;
      padding-top: 10px;
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      margin-right: 10px;
      padding-bottom: 50px; }
    @media (max-width: 992px) {
      .firebase-banner .banner-point img {
        width: 40px;
        height: 40px;
        padding-bottom: 0px;
        border-right: 0px; } }

/*overview*/
.firebase-overview {
  padding: 60px 0; }
  .firebase-overview .yellow-border {
    border: 1px solid #f5820c;
    width: 10%; }
  .firebase-overview h2 {
    padding-bottom: 30px; }
  .firebase-overview .title {
    padding-top: 15px;
    font-weight: 700;
    margin-bottom: 0px; }
  @media (max-width: 768px) {
    .firebase-overview {
      padding: 30px 0; }
      .firebase-overview h2 {
        padding-bottom: 15px; } }

/*global-scale*/
.global-scale {
  background: #eff2f6;
  padding: 60px 0; }
  .global-scale h2 {
    padding-bottom: 30px; }
  .global-scale h2 + p {
    padding-bottom: 50px; }
  .global-scale .nav {
    display: block; }
  .global-scale .tabs-left {
    border-bottom: none;
    padding-top: 2px;
    border-right: 1px solid #ddd; }
    .global-scale .tabs-left li {
      float: none;
      font-size: 16px;
      margin-right: -1px; }
      .global-scale .tabs-left li .active > a,
      .global-scale .tabs-left li .active > a:hover,
      .global-scale .tabs-left li .active > a:focus {
        border-bottom-color: #ddd;
        border-right-color: transparent;
        background: transparent; }
      .global-scale .tabs-left li a {
        border-radius: 4px 0 0 4px;
        margin-right: 0;
        display: block;
        padding: 15px;
        border-bottom: 1px solid #ddd; }
        .global-scale .tabs-left li a:hover, .global-scale .tabs-left li a:focus {
          color: #f5820c;
          background: transparent;
          border-color: #ddd; }
        .global-scale .tabs-left li a:last-child {
          border-top: 0px;
          border-left: 0px; }
    .global-scale .tabs-left .active a {
      background: transparent;
      color: #f5820c; }
  .global-scale .title {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 30px; }
  @media (max-width: 768px) {
    .global-scale {
      padding: 15px 0 30px 0; }
      .global-scale h2 {
        padding-bottom: 0px;
        text-align: left; }
      .global-scale h2 + p {
        padding-bottom: 0px;
        text-align: left; }
      .global-scale .tab-content {
        padding-top: 20px; }
        .global-scale .tab-content .title {
          padding-bottom: 15px; } }

/*Cloud Functions*/
.cloud-functions {
  padding: 60px 0 80px 0; }
  .cloud-functions h2 {
    padding-bottom: 60px;
    padding-top: 10px; }
  .cloud-functions .cloud-box {
    cursor: pointer;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    min-height: 300px;
    margin-bottom: 20px; }
    .cloud-functions .cloud-box .item-title {
      padding-top: 20px; }
    .cloud-functions .cloud-box .title {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      padding-top: 30px; }
    .cloud-functions .cloud-box .item-overlay {
      background: #ffa714;
      color: #fff;
      min-height: 324px;
      width: 100%;
      padding: 15px;
      text-align: left;
      position: absolute;
      transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }
      .cloud-functions .cloud-box .item-overlay h4 {
        font-weight: bold; }
    .cloud-functions .cloud-box .bottom {
      bottom: -320px; }
    .cloud-functions .cloud-box:hover .item-overlay.bottom {
      bottom: 0; }
  @media (max-width: 768px) {
    .cloud-functions {
      padding: 15px 0 30px 0; }
      .cloud-functions h2 {
        padding-bottom: 30px; } }

/*firebase-auth*/
.firebase-auth {
  background: #01c6fb url(../images/firebase/multi-platform-bg.png) right no-repeat;
  padding-bottom: 100px;
  padding-top: 60px;
  color: #ffffff; }
  .firebase-auth h2 {
    color: #ffffff;
    padding-bottom: 10px; }
  .firebase-auth h4 {
    font-weight: 600;
    padding-top: 15px; }
  .firebase-auth img {
    padding-top: 30px; }
  @media (max-width: 768px) {
    .firebase-auth {
      padding-bottom: 100px;
      padding-top: 30px;
      background-image: none; }
      .firebase-auth img {
        padding-top: 10px; } }

/*cloud-storage*/
.cloud-storage .card {
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  background: #ffffff;
  margin-top: -60px;
  padding: 20px; }
  .cloud-storage .card h2 {
    padding: 10px 0 20px 0; }
  .cloud-storage .card .title {
    font-weight: bold;
    font-size: 16px; }
  .cloud-storage .card [class^="flaticon-"]:before, .cloud-storage .card [class*=" flaticon-"]:before, .cloud-storage .card [class^="flaticon-"]:after, .cloud-storage .card [class*=" flaticon-"]:after {
    font-size: 60px;
    color: #ffa714;
    background: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: block;
    text-align: center;
    box-shadow: 1px 2px 9px #999;
    line-height: 100px;
    margin-bottom: 20px;
    margin-top: 40px; }
  @media (max-width: 768px) {
    .cloud-storage .card [class^="flaticon-"]:before, .cloud-storage .card [class*=" flaticon-"]:before, .cloud-storage .card [class^="flaticon-"]:after, .cloud-storage .card [class*=" flaticon-"]:after {
      margin-top: 0px; } }

/*realtime-database*/
.realtime-database {
  padding: 60px 0 60px 0;
  margin-top: 80px;
  color: #ffffff;
  background: #039be5 url(../images/firebase/realtime-database.png) right no-repeat; }
  .realtime-database h2 {
    color: #ffffff; }
  .realtime-database h4 {
    font-weight: 600;
    padding-top: 20px; }

@media (max-width: 1024px) {
  .realtime-database {
    background-image: none; } }
@media (max-width: 768px) {
  .realtime-database {
    padding: 15px 0 15px 0; }
    .realtime-database h4 {
      padding-top: 10px; }
    .realtime-database .realtime-points {
      padding-left: 0; } }
/*firebase-services*/
.firebase-services {
  padding: 60px 0; }
  .firebase-services h2 {
    padding-bottom: 50px;
    padding-top: 20px; }
  .firebase-services h2 + p {
    padding-bottom: 15px; }
  .firebase-services a {
    display: block;
    padding: 10px 0;
    background: #f2f2f2;
    margin-bottom: 10px; }
  .firebase-services i {
    color: #fff;
    background: #ffa714;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .firebase-services a:hover {
    background: #ddd; }
  .firebase-services a:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
  @media (max-width: 768px) {
    .firebase-services {
      padding: 30px 0; }
      .firebase-services h2 {
        padding-bottom: 20px;
        text-align: left; } }

/*crashlytics*/
.hire-firebase {
  background: #f9f7f1;
  border-top: 1px solid #e5e5e5;
  padding: 60px 0; }
  .hire-firebase .hire-point {
    background: #fff;
    box-shadow: 0 0 10px rgba(187, 187, 187, 0.3);
    min-height: 450px;
    padding: 15px; }
  .hire-firebase img {
    text-align: center;
    margin: 0 auto; }
  .hire-firebase h2 {
    padding-bottom: 50px; }
  @media (max-width: 768px) {
    .hire-firebase {
      padding: 20px 0; }
      .hire-firebase h2 {
        padding-bottom: 30px; }
      .hire-firebase .hire-point {
        min-height: auto;
        margin-bottom: 15px; } }

/*footer-cta-firebase*/
.footer-cta-firebase {
  background: #ffa714;
  background-image: url(../../site_data/images/background-waves.svg);
  background-position: 50%; }

/*banner*/
.serverless-banner {
  background-image: linear-gradient(90deg, #0ed5c2, #0e5476);
  background-size: cover;
  padding: 10rem 0 6rem 0;
  color: #ffffff;
  text-align: center;
  position: relative; }
  .serverless-banner:after {
    background: url(../images/serverless/wavy.png);
    background-size: cover;
    height: 300px;
    width: 100%;
    content: "";
    top: 10%;
    left: 0;
    position: absolute;
    z-index: 999; }
  .serverless-banner .display-block {
    display: block; }
  .serverless-banner h1 {
    margin-bottom: 10px;
    line-height: 54px;
    display: inline-block;
    padding-top: 0px;
    color: #ffffff;
    padding-bottom: 5rem; }
  .serverless-banner p {
    margin-bottom: 0px;
    font-size: 18px; }
  .serverless-banner img {
    padding-top: 30px; }
  .serverless-banner [class^="flaticon-"]:before, .serverless-banner [class*=" flaticon-"]:before, .serverless-banner [class^="flaticon-"]:after, .serverless-banner [class*=" flaticon-"]:after {
    padding-top: 0px;
    font-size: 55px;
    color: #73fdf1; }
  @media (max-width: 767px) {
    .serverless-banner {
      padding: 3rem 0 3rem 0; }
      .serverless-banner .display-block {
        display: inline-block; }
      .serverless-banner h1 {
        line-height: 40px;
        font-size: 26px;
        padding-bottom: 0px;
        padding-top: 20px;
        text-align: left; } }

/*overview*/
.serverless-overview {
  padding: 60px 0;
  text-align: left; }
  .serverless-overview h4 {
    font-weight: 400; }
  @media (max-width: 767px) {
    .serverless-overview {
      padding: 20px 0;
      text-align: center; } }

/*serverless-feature*/
.serverless-feature {
  padding: 60px 0 80px 0;
  background-image: linear-gradient(90deg, #0ed5c2, #0e5476);
  background-size: cover;
  color: #fff;
  position: relative; }
  .serverless-feature h2, .serverless-feature p {
    color: #fff;
    text-align: center;
    padding-bottom: 15px; }
  .serverless-feature:before {
    background: url(../images/serverless/mobile.png) no-repeat center;
    height: 100%;
    width: 100%;
    content: "";
    top: 10%;
    left: 0;
    position: absolute; }
  .serverless-feature .nav-tabs {
    border-bottom: 0px; }
    .serverless-feature .nav-tabs li {
      text-align: center; }
      .serverless-feature .nav-tabs li .circle-icon {
        display: block;
        margin: 0 auto;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 1px solid #fff;
        margin-bottom: 15px;
        background: #0e9fa2; }
        .serverless-feature .nav-tabs li .circle-icon [class^="flaticon-"]:before, .serverless-feature .nav-tabs li .circle-icon [class*=" flaticon-"]:before, .serverless-feature .nav-tabs li .circle-icon [class^="flaticon-"]:after, .serverless-feature .nav-tabs li .circle-icon [class*=" flaticon-"]:after {
          font-size: 40px;
          color: #fff;
          line-height: 78px; }
      .serverless-feature .nav-tabs li a {
        color: #fff;
        font-size: 18px;
        padding: 0px 25px 10px 25px;
        border: 0px; }
        .serverless-feature .nav-tabs li a:hover, .serverless-feature .nav-tabs li a:focus {
          background-color: transparent;
          border: 0px;
          color: #fff; }
    .serverless-feature .nav-tabs .active .circle-icon {
      background: #fff; }
      .serverless-feature .nav-tabs .active .circle-icon [class^="flaticon-"]:before, .serverless-feature .nav-tabs .active .circle-icon [class*=" flaticon-"]:before, .serverless-feature .nav-tabs .active .circle-icon [class^="flaticon-"]:after, .serverless-feature .nav-tabs .active .circle-icon [class*=" flaticon-"]:after {
        color: #0e9fa2; }
    .serverless-feature .nav-tabs .active a {
      background-color: transparent;
      border: 0px; }
      .serverless-feature .nav-tabs .active a:hover {
        background-color: transparent;
        border: 0px;
        color: #fff; }
    .serverless-feature .nav-tabs:before {
      border-top: 1px solid #fff;
      width: 70%;
      margin-left: 12%;
      position: absolute;
      top: 32%; }
  .serverless-feature .tab-content {
    margin-top: 40px;
    margin-right: 20%;
    margin-left: 20%;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 15px;
    text-align: left;
    position: relative;
    background: #0e9fa2; }
    .serverless-feature .tab-content .tab-pane {
      width: 90%;
      padding-right: 30px;
      padding-left: 30px;
      border-right: 1px solid #fff;
      padding-top: 30px;
      padding-bottom: 20px;
      height: 300px; }
      .serverless-feature .tab-content .tab-pane p {
        text-align: left; }
    .serverless-feature .tab-content .small-circle {
      border: 1px solid #fff;
      height: 60px;
      width: 15px;
      right: 30px;
      position: absolute;
      background: transparent;
      top: 40%;
      border-radius: 30px; }
  @media (max-width: 767px) {
    .serverless-feature {
      padding: 20px 0 30px 0; }
      .serverless-feature:before {
        background: none; }
      .serverless-feature h2, .serverless-feature p {
        text-align: left; }
      .serverless-feature .nav-tabs:before {
        border-top: 0px; }
      .serverless-feature .nav-tabs li .circle-icon {
        width: 60px;
        height: 60px; }
        .serverless-feature .nav-tabs li .circle-icon [class^="flaticon-"]:before, .serverless-feature .nav-tabs li .circle-icon [class*=" flaticon-"]:before, .serverless-feature .nav-tabs li .circle-icon [class^="flaticon-"]:after, .serverless-feature .nav-tabs li .circle-icon [class*=" flaticon-"]:after {
          line-height: 58px;
          font-size: 30px; }
      .serverless-feature .nav-tabs li a {
        padding: 0px 5px 10px 5px; }
      .serverless-feature .tab-content {
        margin-top: 20px;
        margin-right: 0%;
        margin-left: 0%;
        border: 0px solid #fff;
        padding: 0px;
        background: transparent; }
        .serverless-feature .tab-content .tab-pane {
          width: 100%;
          padding: 0px;
          border-right: 0px solid #fff;
          height: auto; }
        .serverless-feature .tab-content .small-circle {
          border: 0px; } }

/*aws-lambda*/
.aws-lambda {
  padding: 60px 0 80px 0; }
  .aws-lambda h4 {
    font-weight: bold; }
  .aws-lambda ul {
    padding-left: 15px;
    list-style-type: square; }
  @media (max-width: 767px) {
    .aws-lambda {
      padding: 20px 0 30px 0; } }

/*hire-serverless*/
.hire-serverless {
  padding: 60px 0 80px 0;
  background: #ecf5fd; }
  .hire-serverless h4 {
    font-weight: bold; }
  .hire-serverless .hire-point {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 20px; }
  .hire-serverless [class^="flaticon-"]:before, .hire-serverless [class*=" flaticon-"]:before, .hire-serverless [class^="flaticon-"]:after, .hire-serverless [class*=" flaticon-"]:after {
    color: #0e9fa2;
    padding-right: 10px; }
  @media (max-width: 767px) {
    .hire-serverless {
      padding: 20px 0 30px 0; } }

/*technology*/
.development-stack {
  padding: 60px 0; }
  .development-stack h2, .development-stack p {
    text-align: center; }
  .development-stack p {
    padding-bottom: 30px; }
  .development-stack img {
    border: 1px solid #ddd;
    margin: 20px 0; }
    .development-stack img:hover {
      border: 1px solid #0e5476; }
  @media (max-width: 767px) {
    .development-stack {
      padding: 20px 0 30px 0; }
      .development-stack p {
        padding-bottom: 0px; } }

/*footer-cta-firebase*/
.footer-cta-serverless {
  background: #16A7A8;
  background-image: url(../../site_data/images/background-waves.svg);
  background-position: 50%; }

/*banner*/
.blockchain-banner {
  background-image: url(../images/blockchain/banner-bg.jpg);
  background-size: cover;
  padding: 60px 0;
  min-height: 500px; }
  .blockchain-banner h1 {
    padding-top: 10%;
    padding-bottom: 5%;
    line-height: 50px;
    color: #fff; }
  .blockchain-banner h4 {
    color: #ffffff;
    padding-bottom: 5%; }

/*blockchain-overview*/
.blockchain-overview {
  padding: 60px 0;
  background: linear-gradient(141deg, #064aab 0%, #005bea 75%);
  text-align: left;
  color: #ffffff; }
  .blockchain-overview h2 {
    padding-bottom: 10px;
    color: #ffffff; }
  .blockchain-overview .s-consultancy-block {
    position: relative; }
    .blockchain-overview .s-consultancy-block .count {
      position: absolute;
      top: -58px;
      left: 39px;
      font-size: 60px;
      font-weight: bold;
      opacity: 0.2; }
  .blockchain-overview .s-consultancy-block-first {
    margin-left: 20px !important; }
  .blockchain-overview .s-consultancy-wrap .s-consultancy-block {
    display: inline-block;
    width: 340px;
    position: relative;
    margin: 70px 0 28px;
    vertical-align: top;
    padding-left: 40px;
    box-sizing: content-box; }
    .blockchain-overview .s-consultancy-wrap .s-consultancy-block:before {
      content: '';
      display: block;
      background: url(../images/blockchain/line-1.svg) center no-repeat;
      height: 144px;
      width: 30px;
      position: absolute;
      top: 100px;
      left: 0;
      z-index: 5; }
    .blockchain-overview .s-consultancy-wrap .s-consultancy-block .s-consultancy-block-header {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 15px;
      z-index: 3;
      color: #ffffff;
      position: relative; }
    .blockchain-overview .s-consultancy-wrap .s-consultancy-block .s-consultancy-block-content {
      color: #ffffff;
      font-size: 14px;
      line-height: 28px; }
  .blockchain-overview .s-consultancy-line {
    display: block;
    width: 100%;
    background: url(https://www.altoros.com/wp-content/uploads/2018/03/dashed-line.svg) center no-repeat;
    height: 2px; }
  .blockchain-overview .s-consultancy-block {
    display: inline-block;
    width: 290px;
    position: relative;
    margin: 70px 0 28px;
    vertical-align: top;
    padding-left: 40px;
    box-sizing: content-box; }
  .blockchain-overview .s-consultancy-block-bottom:before {
    content: '';
    display: block;
    background: url(../images/blockchain/line-2.svg) center no-repeat !important;
    height: 144px;
    width: 30px;
    position: absolute;
    top: -78px !important;
    left: 0;
    z-index: 5; }
  .blockchain-overview .s-consultancy-block-third {
    margin-left: 170px !important; }
  .blockchain-overview .s-consultancy-block-forth {
    margin-left: 40px !important; }
  @media (max-width: 992px) {
    .blockchain-overview .s-consultancy-block-bottom:before {
      background: none !important; }
    .blockchain-overview .s-consultancy-wrap .s-consultancy-block {
      margin: 0px 0 28px; }
      .blockchain-overview .s-consultancy-wrap .s-consultancy-block:before {
        background: none !important; }
    .blockchain-overview .s-consultancy-block-first, .blockchain-overview .s-consultancy-block-third, .blockchain-overview .s-consultancy-block-forth {
      margin-left: 0 !important; }
    .blockchain-overview .s-consultancy-line {
      background: none; }
    .blockchain-overview .count {
      display: none; } }
  @media (max-width: 768px) {
    .blockchain-overview .s-consultancy-wrap .s-consultancy-block {
      padding-left: 15px; } }

/*development-services*/
.development-services {
  padding: 60px 0; }
  .development-services h2 {
    padding-bottom: 30px; }
  .development-services p {
    padding-bottom: 20px; }
  .development-services .services-block {
    background: linear-gradient(141deg, #064aab 0%, #005bea 75%);
    color: #fff;
    padding: 15px;
    min-height: 220px;
    margin-bottom: 20px;
    border-radius: 20px; }
    .development-services .services-block h4 {
      font-weight: normal; }
    .development-services .services-block p {
      padding-bottom: 0px; }

/*our-project*/
.our-project {
  padding: 60px 0;
  /*timeline*/ }
  .our-project h2 + p {
    padding-top: 30px;
    font-weight: normal;
    padding-bottom: 20px; }
  .our-project img {
    margin-top: 30px; }
  @media (max-width: 992px) {
    .our-project .text-right {
      text-align: left; } }
  .our-project .timeline {
    width: 100%;
    text-align: left;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .our-project .timeline:before {
      content: "";
      width: 3px;
      height: 100%;
      background: #ededed;
      left: 50%;
      top: 0;
      position: absolute; }
    .our-project .timeline .timeline-icon {
      background: white;
      border: 2px solid #ededed;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 22%;
      overflow: hidden;
      margin: -5px;
      cursor: pointer;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
      -ms-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
      box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18); }
    .our-project .timeline .timeline-item {
      margin-bottom: 10px;
      position: relative; }
      .our-project .timeline .timeline-item::before {
        content: '';
        display: block;
        width: 100%;
        clear: both; }
      .our-project .timeline .timeline-item .timeline-icon {
        position: absolute;
        left: 50%; }
    .our-project .timeline .timeline-content {
      width: 45%;
      background: #fff;
      padding: 20px;
      -webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
      -ms-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
      box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer; }
      .our-project .timeline .timeline-content:before {
        content: '';
        position: absolute;
        left: 44.9%;
        top: 20px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #005bea; }
      .our-project .timeline .timeline-content .content-body {
        position: relative;
        display: flex;
        width: 100%; }
        .our-project .timeline .timeline-content .content-body .timeline-text div:first-child {
          font-family: 'Nexa Bold', sans-serif;
          font-weight: 600;
          padding-bottom: 10px;
          color: #444F60; }
        .our-project .timeline .timeline-content .content-body .timeline-text div:last-child {
          color: #555; }
      .our-project .timeline .timeline-content [class^="flaticon-"]:before, .our-project .timeline .timeline-content [class*=" flaticon-"]:before, .our-project .timeline .timeline-content [class^="flaticon-"]:after, .our-project .timeline .timeline-content [class*=" flaticon-"]:after {
        float: left;
        font-size: 40px;
        padding-bottom: 60px;
        padding-top: 0px;
        font-weight: normal;
        padding-right: 15px;
        color: #005bea; }
      .our-project .timeline .timeline-content:hover {
        background: linear-gradient(141deg, #064aab 0%, #005bea 75%); }
        .our-project .timeline .timeline-content:hover .content-body div:first-child {
          color: #fff; }
        .our-project .timeline .timeline-content:hover .content-body div:last-child {
          color: #fff; }
        .our-project .timeline .timeline-content:hover [class^="flaticon-"]:before, .our-project .timeline .timeline-content:hover [class*=" flaticon-"]:before, .our-project .timeline .timeline-content:hover [class^="flaticon-"]:after, .our-project .timeline .timeline-content:hover [class*=" flaticon-"]:after {
          color: #fff; }
    .our-project .timeline .right {
      float: right; }
      .our-project .timeline .right::before {
        content: '';
        right: 45%;
        left: inherit;
        border-left: 0;
        border-right: 7px solid #064aab; }
  .our-project .timeline .timeline-item:after, .our-project .timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both; }
  .our-project i {
    font-size: 30px; }

@media (max-width: 767px) {
  .our-project h4 {
    padding: 10px 0; }
  .our-project .timeline:before {
    background: transparent; }
  .our-project .timeline .timeline-content {
    width: 100%; }
    .our-project .timeline .timeline-content:before {
      border: 0px; }
  .our-project .timeline .timeline-icon {
    display: none; } }
/*blockchain-procedures*/
.blockchain-procedures {
  padding: 60px 0; }
  .blockchain-procedures h2 {
    padding-bottom: 30px; }
  .blockchain-procedures h2 + p {
    padding-bottom: 40px; }
  .blockchain-procedures img {
    padding-top: 20px; }

/*hire-blockchain-dev*/
.hire-blockchain-dev {
  padding: 60px 0 110px 0;
  background: #f0f1ff; }
  .hire-blockchain-dev h2 {
    padding-bottom: 40px; }
  .hire-blockchain-dev .hire-box {
    width: 100%;
    float: left;
    margin-top: 50px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #fff;
    min-height: 455px; }
    .hire-blockchain-dev .hire-box h4 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px;
      color: #555;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px; }
    .hire-blockchain-dev .hire-box p {
      text-align: left; }
    .hire-blockchain-dev .hire-box [class^="flaticon-"]:before, .hire-blockchain-dev .hire-box [class*=" flaticon-"]:before, .hire-blockchain-dev .hire-box [class^="flaticon-"]:after, .hire-blockchain-dev .hire-box [class*=" flaticon-"]:after {
      font-size: 60px;
      background: linear-gradient(141deg, #064aab 0%, #005bea 75%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  @media (max-width: 992px) {
    .hire-blockchain-dev .hire-box {
      min-height: auto; } }

/*footer-cta-blockchain*/
.footer-cta-blockchain {
  background: #005bea;
  background-image: url(../../site_data/images/background-waves.svg);
  background-position: 50%; }

/*banner*/
.iot-banner {
  background: #241254 url(../images/iot/banner-bg.png);
  background-size: cover;
  min-height: 500px;
  padding-top:100px; }
  .iot-banner .logo {
    margin-top: 20%; }
  .iot-banner h1 {
    padding-top: 2%;
    font-size: 38px;
    padding-bottom: 3%;
    color: #fff; }
  .iot-banner p {
    color: #ffffff;
    padding-bottom: 5%; }
  @media (max-width: 767px) {
    .iot-banner h1 {
      font-size: 30px; }
    .iot-banner p {
      font-size: 14px; } }

/*tab*/
@media (max-width: 992px) {
  .iot-banner {
    min-height: auto; }
    .iot-banner .logo {
      margin-top: 0%; } }
/*iot-overview*/
.iot-overview {
  padding: 60px 0 80px 0; }
  .iot-overview h2 {
    padding-bottom: 20px; }
  .iot-overview .shadow-box {
    padding: 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin-top: 50px; }
    .iot-overview .shadow-box:hover {
      box-shadow: 0 5px 24px rgba(0, 0, 0, 0.2); }
    .iot-overview .shadow-box h4 {
      font-weight: 600; }

/*automotive*/
.automotive {
  background: #f3f3f3;
  padding: 50px 0 60px 0; }
  .automotive h4 {
    padding-top: 20px; }

/*workplaces-efficient*/
.workplaces-efficient {
  padding: 60px 0; }
  .workplaces-efficient h2 {
    padding-bottom: 60px;
    font-size: 32px; }
  .workplaces-efficient .efficient-icon {
    border: 2px solid #331b69;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    text-align: center;
    border: 2px solid #331b69;
    background: linear-gradient(to left, #fff 50%, #331b69 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease; }
    .workplaces-efficient .efficient-icon span {
      text-align: center;
      padding-top: 17px;
      display: inline-block; }
    .workplaces-efficient .efficient-icon [class^="flaticon-"]:before, .workplaces-efficient .efficient-icon [class*=" flaticon-"]:before, .workplaces-efficient .efficient-icon [class^="flaticon-"]:after, .workplaces-efficient .efficient-icon [class*=" flaticon-"]:after {
      font-size: 65px;
      color: #331b69; }
  .workplaces-efficient .workplaces {
    padding-bottom: 40px;
    padding-top: 20px; }
    .workplaces-efficient .workplaces:nth-child(2) {
      padding-bottom: 10px; }
  .workplaces-efficient .workplaces:hover .efficient-icon {
    cursor: pointer;
    background-position: left bottom; }
    .workplaces-efficient .workplaces:hover .efficient-icon [class^="flaticon-"]:before, .workplaces-efficient .workplaces:hover .efficient-icon [class*=" flaticon-"]:before, .workplaces-efficient .workplaces:hover .efficient-icon [class^="flaticon-"]:after, .workplaces-efficient .workplaces:hover .efficient-icon [class*=" flaticon-"]:after {
      color: #fff; }
  .workplaces-efficient .right-side {
    margin-top: 9%; }
    .workplaces-efficient .right-side .efficient-icon {
      margin-left: -30px;
      background: linear-gradient(to right, #fff 50%, #331b69 50%);
      background-size: 200% 100%;
      background-position: left bottom;
      transition: all .5s ease; }
    .workplaces-efficient .right-side img {
      padding-right: 20px; }
    .workplaces-efficient .right-side .workplaces {
      padding-bottom: 40px;
      padding-top: 20px; }
      .workplaces-efficient .right-side .workplaces:nth-child(2) {
        padding-bottom: 10px; }
    .workplaces-efficient .right-side .workplaces:hover .efficient-icon {
      background-position: right bottom; }

@media (max-width: 992px) {
  .workplaces {
    padding-bottom: 0px !important;
    padding-top: 0px !important; }

  .workplaces-efficient h2 {
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 40px; }
  .workplaces-efficient .d-flex {
    margin-bottom: 0%; }
  .workplaces-efficient .right-side {
    margin-top: 0; } }
/*iot-services*/
.iot-services {
  background: #24125b;
  padding: 60px 0;
  color: #ffffff; }
  .iot-services h2 {
    color: #ffffff; }
  .iot-services h2 + p {
    padding-top: 20px; }
  .iot-services .tabs {
    padding-top: 60px;
    color: #eee; }
    .iot-services .tabs h6.section-title {
      color: #eee; }
    .iot-services .tabs .nav-tabs {
      border-bottom: 1px solid #fff;
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
      color: #eee;
      font-size: 18px;
      text-align: center;
      margin-bottom: 40px; }
      .iot-services .tabs .nav-tabs li {
        padding-right: 3%;
        padding-left: 5%; }
      .iot-services .tabs .nav-tabs span {
        display: block;
        color: #ffffff; }
      .iot-services .tabs .nav-tabs [class^="flaticon-"]:before, .iot-services .tabs .nav-tabs [class*=" flaticon-"]:before, .iot-services .tabs .nav-tabs [class^="flaticon-"]:after, .iot-services .tabs .nav-tabs [class*=" flaticon-"]:after {
        font-size: 48px; }
      @media (max-width: 1200px) {
        .iot-services .tabs .nav-tabs li {
          padding-right: 2%;
          padding-left: 3%; } }
      @media (max-width: 992px) {
        .iot-services .tabs .nav-tabs li {
          padding-right: 2%;
          padding-left: 3%; } }
      @media (max-width: 767px) {
        .iot-services .tabs .nav-tabs li {
          padding-right: 0%;
          padding-left: 0%; } }
    .iot-services .tabs [class^="flaticon-"]:before, .iot-services .tabs [class*=" flaticon-"]:before, .iot-services .tabs [class^="flaticon-"]:after, .iot-services .tabs [class*=" flaticon-"]:after {
      font-size: 36px; }
    .iot-services .tabs .icons {
      display: inline-block;
      text-align: center;
      padding-right: 20px;
      padding-left: 30px; }
      .iot-services .tabs .icons:first-child {
        padding-left: 0px !important; }
      .iot-services .tabs .icons i {
        display: block;
        padding-top: 20px; }
  .iot-services .nav-tabs > li.active > a, .iot-services .nav-tabs > li.active > a:focus, .iot-services .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 3px solid #ffd800; }
    .iot-services .nav-tabs > li.active > a span, .iot-services .nav-tabs > li.active > a:focus span, .iot-services .nav-tabs > li.active > a:hover span {
      color: #ffd800; }
  .iot-services .nav-tabs > li > a:hover {
    border-color: transparent;
    background: transparent; }
    .iot-services .nav-tabs > li > a:hover span {
      color: #ffd800; }
  .iot-services .tab-content [class^="flaticon-"]:before, .iot-services .tab-content [class*=" flaticon-"]:before {
    color: #ffd800; }
  @media (max-width: 768px) {
    .iot-services .tabs .icons {
      padding-right: 10px;
      padding-left: 0px; } }

/*iot-features*/
.iot-features {
  padding: 50px 0 60px 0; }
  .iot-features h2 {
    padding-bottom: 15px; }
  .iot-features span {
    float: left;
    width: 15%;
    padding-top: 5px; }
  .iot-features [class^="flaticon-"]:before, .iot-features [class*=" flaticon-"]:before, .iot-features [class^="flaticon-"]:after, .iot-features [class*=" flaticon-"]:after {
    font-size: 60px;
    color: #24125b; }
  .iot-features .point-icon {
    float: right;
    width: 85%;
    padding-bottom: 20px; }
  @media (max-width: 767px) {
    .iot-features .point-icon {
      width: 100%;
      padding-bottom: 0px; }
      .iot-features .point-icon h4 {
        margin-top: 0px; } }

/*technology-stack*/
.technology-stack {
  background: #f5f5f5;
  padding: 50px 0; }
  .technology-stack p {
    padding-bottom: 40px;
    padding-top: 15px; }
  .technology-stack .nav-tabs li {
    padding: 0px 15px; }
  .technology-stack .nav-tabs a {
    color: #888; }
  .technology-stack .nav-tabs a:hover {
    background: transparent;
    border-bottom: 1px solid #000; }
  .technology-stack .nav-tabs i {
    display: block;
    text-align: center; }
  .technology-stack .nav-tabs [class^="flaticon-"]:before, .technology-stack .nav-tabs [class*=" flaticon-"]:before, .technology-stack .nav-tabs [class^="flaticon-"]:after, .technology-stack .nav-tabs [class*=" flaticon-"]:after {
    font-size: 40px; }
  .technology-stack .nav-tabs span {
    font-size: 16px;
    font-weight: 600; }
  .technology-stack .nav-tabs > li.active > a, .technology-stack .iot-services .nav-tabs > li.active > a:focus, .technology-stack .iot-services .nav-tabs > li.active > a:hover {
    color: #24125b;
    cursor: default;
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #24125b; }
  .technology-stack .tab-content {
    padding-top: 40px;
    text-align: center; }
    .technology-stack .tab-content p {
      display: inline-block; }
    .technology-stack .tab-content span {
      display: block;
      padding-top: 10px;
      font-weight: bold; }
    .technology-stack .tab-content img {
      padding: 0 30px; }
    .technology-stack .tab-content a:hover {
      text-decoration: underline; }
  @media (max-width: 1200px) {
    .technology-stack .nav-tabs li {
      padding: 0px 30px; } }
  @media (max-width: 992px) {
    .technology-stack .nav-tabs li {
      padding: 0px 5px; } }
  @media (max-width: 767px) {
    .technology-stack .nav-tabs li {
      padding: 0px 0; }
      .technology-stack .nav-tabs li a {
        padding: 10px 5px; } }

/*footer-cta-blockchain*/
.footer-cta-iot {
  background: #5334af;
  background-image: url(../../site_data/images/background-waves.svg); }

/*banner*/
.unit-testing-banner {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(45deg, rgba(84, 43, 124, 0.9), rgba(84, 43, 124, 0.9) 40%, rgba(96, 101, 181, 0.9)), url(../images/angular-unit-testing/banner.png);
  background-attachment: fixed;
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  height: 600px;
  position: relative; }
  .unit-testing-banner h1 {
    padding-bottom: 10px;
    color: #fff;
    line-height: 60px;
    text-transform: capitalize;
    text-align: center; }
  .unit-testing-banner .mobile-img {
    position: absolute;
    max-width: 1160px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    color: #fff; }
    .unit-testing-banner .mobile-img h4 {
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 0px; }
    .unit-testing-banner .mobile-img p {
      color: rgba(255, 255, 255, 0.6);
      line-height: 20px;
      display: none; }
    .unit-testing-banner .mobile-img .base-img {
      position: absolute;
      top: 47%;
      animation-duration: 3s;
      left: 29%;
      animation-name: fadeEffect;
      animation-duration: 3s; }
@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .unit-testing-banner .mobile-img .box-img {
      position: absolute;
      bottom: 27.5%;
      left: 31.9%;
      z-index: 99;
      animation-name: boxEffect;
      animation-duration: 1.5s; }
@keyframes boxEffect {
  0% {
    bottom: 32%;
    opacity: 0; }
  50% {
    bottom: 30%;
    opacity: 0; }
  100% {
    bottom: 27.5%;
    opacity: 0.9; } }
    .unit-testing-banner .mobile-img .icons-img {
      position: absolute;
      bottom: 32%;
      left: 35%;
      z-index: 999;
      animation-name: iconEffect;
      animation-duration: 2.5s; }
@keyframes iconEffect {
  0% {
    bottom: 36%;
    opacity: 0; }
  50% {
    bottom: 34%;
    opacity: 0; }
  100% {
    bottom: 32%;
    opacity: 0.9; } }
    .unit-testing-banner .mobile-img .arrow-img {
      position: absolute;
      bottom: 14%;
      left: 30%;
      z-index: 999;
      animation-name: arrowEffect;
      animation-duration: 2.8s; }
@keyframes arrowEffect {
  0% {
    bottom: 18%;
    opacity: 0; }
  50% {
    bottom: 17%;
    opacity: 0; }
  100% {
    bottom: 14%;
    opacity: 0.9; } }
    .unit-testing-banner .mobile-img .point {
      animation-name: pointEffect;
      animation-duration: 3.5s; }
@keyframes pointEffect {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0.9; } }
      .unit-testing-banner .mobile-img .point .point-one {
        position: absolute;
        bottom: 17%;
        left: 22%; }
      .unit-testing-banner .mobile-img .point .point-two {
        position: absolute;
        bottom: 7%;
        left: 44%; }
      .unit-testing-banner .mobile-img .point .point-three {
        position: absolute;
        bottom: 21%;
        right: 20%; }
      .unit-testing-banner .mobile-img .point .point-four {
        position: absolute;
        bottom: 61%;
        left: 44%; }
      .unit-testing-banner .mobile-img .point .point-five {
        position: absolute;
        bottom: 59%;
        left: 24%; }
      .unit-testing-banner .mobile-img .point .point-six {
        position: absolute;
        bottom: 58%;
        right: 20%; }
    @media (max-width: 992px) {
      .unit-testing-banner .mobile-img {
        max-width: 992px; }
        .unit-testing-banner .mobile-img .arrow-img {
          left: 17%; }
        .unit-testing-banner .mobile-img .base-img {
          left: 16%; }
        .unit-testing-banner .mobile-img .box-img {
          left: 20.9%; }
        .unit-testing-banner .mobile-img .icons-img {
          left: 24%; }
        .unit-testing-banner .mobile-img .point-one {
          left: 7%; }
        .unit-testing-banner .mobile-img .point-two {
          left: 34%; }
        .unit-testing-banner .mobile-img .point-three {
          right: 28%; }
        .unit-testing-banner .mobile-img .point-four {
          left: 31%; }
        .unit-testing-banner .mobile-img .point-five {
          left: 9%; }
        .unit-testing-banner .mobile-img .point-six {
          right: 28%; } }

@media (max-width: 768px) {
  /*banner*/
  .unit-testing-banner {
    max-height: 300px;
    max-width: 768px; }
    .unit-testing-banner h1 {
      font-size: 28px;
      padding-top: 30px;
      text-align: left;
      line-height: 40px; }

  .quality-analysis h2 + p {
    padding: 15px;
    text-align: left; }

  .unit-testing-services {
    background: #000; }
    .unit-testing-services .services-info {
      margin: 15px 0px 0 0; } }
/*angular-unit-testing*/
.angular-unit-testing {
  padding: 60px 0;
  animation: none !important; }
  .angular-unit-testing h2 {
    color: #542b7c;
    font-size: 32px;
    font-weight: 600; }
  .angular-unit-testing .sub-title {
    padding: 15px 0 30px 0;
    font-size: 16px; }
  .angular-unit-testing .bottom-border {
    height: 4px;
    width: 5%;
    background-color: #44ca94; }
  .angular-unit-testing .nav-tabs {
    border: 0px;
    padding-left: 15%; }
    .angular-unit-testing .nav-tabs .active a, .angular-unit-testing .nav-tabs .active a:hover, .angular-unit-testing .nav-tabs .active a:focus {
      border: 0px;
      color: #542b7c;
      background-color: #fff; }
      .angular-unit-testing .nav-tabs .active a img, .angular-unit-testing .nav-tabs .active a:hover img, .angular-unit-testing .nav-tabs .active a:focus img {
        border: 2px solid #542b7c; }
    .angular-unit-testing .nav-tabs li {
      text-align: center;
      padding: 0 30px;
      text-transform: uppercase; }
      .angular-unit-testing .nav-tabs li a {
        border: 0px;
        font-weight: 600; }
        .angular-unit-testing .nav-tabs li a img {
          border: 2px solid #f2f2f2;
          border-radius: 50%;
          padding: 15px;
          display: block;
          height: 100px;
          width: 100px;
          margin-bottom: 10px; }
        .angular-unit-testing .nav-tabs li a:hover, .angular-unit-testing .nav-tabs li a:focus {
          border: 0px;
          background-color: #fff; }
  .angular-unit-testing .tab-content {
    padding-top: 60px; }
  @media (max-width: 992px) {
    .angular-unit-testing .nav-tabs {
      padding-left: 0; }
      .angular-unit-testing .nav-tabs li {
        padding: 0 10px; } }
  @media (max-width: 768px) {
    .angular-unit-testing {
      padding: 30px 0; }
      .angular-unit-testing .bottom-border {
        width: 20%; }
      .angular-unit-testing .tab-content {
        padding-top: 20px; } }

/*end-to-end-testing*/
.end-to-end-testing {
  background: #f8f8f8;
  padding: 60px 0 80px 0; }
  .end-to-end-testing .bottom-border {
    height: 4px;
    margin: 15px 0;
    width: 5%;
    background-color: #44ca94; }
  .end-to-end-testing .sub-title {
    font-size: 16px;
    padding-bottom: 30px; }
  .end-to-end-testing h3 {
    font-weight: 600;
    font-size: 24px;
    padding-top: 15px; }
  .end-to-end-testing .tab-content {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 15px;
    background: #fff; }
    .end-to-end-testing .tab-content h3 {
      font-size: 18px;
      font-weight: 600; }
  .end-to-end-testing .spin-img .se-logo-img {
    position: relative; }
  .end-to-end-testing .spin-img .rounded-img {
    position: absolute;
    top: 29.5%;
    left: 33%;
    animation-name: spin;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  .end-to-end-testing .spin-img-pro .se-logo-img {
    position: relative;
    z-index: 9999; }
  .end-to-end-testing .spin-img-pro .rounded-img {
    position: absolute;
    top: 0%;
    left: 3%;
    animation-name: spin;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  @media (min-width: 768px) and (max-width: 992px) {
    .end-to-end-testing .se-logo-img {
      display: block;
      text-align: center; }
    .end-to-end-testing .spin-img {
      padding-left: 20%; }
      .end-to-end-testing .spin-img .rounded-img {
        top: 29%;
        left: 39%;
        animation: none; }
    .end-to-end-testing .spin-img-pro {
      padding-left: 20%; }
      .end-to-end-testing .spin-img-pro .rounded-img {
        top: 2%;
        left: 20%;
        animation: none; } }
  @media (max-width: 767px) {
    .end-to-end-testing {
      padding: 30px 0 30px 0; }
      .end-to-end-testing .bottom-border {
        width: 15%; }
      .end-to-end-testing .sub-title {
        font-size: 14px; }
      .end-to-end-testing .nav li a {
        position: relative;
        display: block;
        padding: 10px 10px; }
      .end-to-end-testing .spin-img-pro {
        animation: none !important;
        top: -1%;
        left: -3%;
        margin-bottom: 50px; }
        .end-to-end-testing .spin-img-pro .rounded-img {
          animation-name: none; }
      .end-to-end-testing .spin-img {
        padding-bottom: 50px; }
        .end-to-end-testing .spin-img .rounded-img {
          top: 25%;
          width: 30%;
          left: 35%;
          animation-name: none; }
      .end-to-end-testing .animated {
        animation: none; } }

/*security-testing*/
.security-testing {
  padding: 60px 0; }
  .security-testing h2 {
    color: #542b7c;
    font-size: 32px;
    font-weight: 600; }
  .security-testing h3 {
    font-weight: 600;
    font-weight: 20px; }
  .security-testing .sub-title {
    padding: 15px 10% 30px 10%;
    font-size: 16px; }
  .security-testing .bottom-border {
    height: 4px;
    margin: 15px auto;
    width: 5%;
    background-color: #44ca94; }
  @media (max-width: 768px) {
    .security-testing {
      animation: none !important;
      padding: 30px 0; }
      .security-testing .bottom-border {
        width: 20%; }
      .security-testing .sub-title {
        font-size: 14px;
        padding: 15px 0 30px 0; }
      .security-testing .logo-img {
        text-align: center;
        margin: 0 auto; }
      .security-testing h3 {
        padding-top: 40px; } }

/*code-quality*/
.code-quality {
  background: url(../images/angular-unit-testing/code-quality.jpg);
  background-attachment: fixed;
  color: #fff;
  padding: 60px 0; }
  .code-quality h2 {
    color: #fff; }
  .code-quality img {
    padding-top: 10%; }
  .code-quality .code-quality-point {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px; }
    .code-quality .code-quality-point::before {
      content: '';
      background: url(../images/angular-unit-testing/checkmark.png) no-repeat;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 5px;
      left: 0; }
  @media (max-width: 768px) {
    .code-quality {
      animation: none !important;
      padding: 30px 0; }
      .code-quality .animated {
        animation: none !important; }
      .code-quality img {
        padding-top: 5%; }
      .code-quality .code-quality-point {
        padding-top: 15px; }
        .code-quality .code-quality-point::before {
          top: 18px; } }

/*load-testing*/
.load-testing {
  padding: 60px 0 80px 0; }
  .load-testing h2 {
    color: #542b7c;
    font-size: 32px;
    font-weight: 600; }
  .load-testing .bottom-border {
    height: 4px;
    margin: 15px 0;
    width: 10%;
    background-color: #44ca94; }
  .load-testing img {
    padding: 20px 0; }
  .load-testing .load-test p {
    padding-right: 28px; }
  .load-testing .api-test {
    padding-left: 40px; }
  @media (max-width: 768px) {
    .load-testing {
      animation: none !important;
      padding: 30px 0; }
      .load-testing .animated {
        animation: none !important; }
      .load-testing .bottom-border {
        width: 20%; }
      .load-testing .load-test p {
        padding-right: 15px; }
      .load-testing .api-test {
        padding-top: 30px;
        padding-left: 15px; } }

/*benefits-unit-testing*/
.benefits-unit-testing {
  background: url(../images/angular-unit-testing/development.jpg);
  background-attachment: fixed;
  padding: 50px 0 90px 0;
  text-align: center; }
  .benefits-unit-testing h2 {
    text-align: center;
    font-weight: 600;
    color: #542b7c;
    font-size: 32px; }
  .benefits-unit-testing .subtext {
    font-weight: 600;
    padding: 10px 80px 60px 80px; }
  .benefits-unit-testing .bottom-border {
    height: 4px;
    width: 5%;
    background-color: #44ca94;
    margin: 20px auto 30px auto; }
  .benefits-unit-testing .points [class^="flaticon-"]:before, .benefits-unit-testing .points [class*=" flaticon-"]:before, .benefits-unit-testing .points [class^="flaticon-"]:after, .benefits-unit-testing .points [class*=" flaticon-"]:after {
    color: #fff;
    padding-top: 5px;
    font-size: 50px;
    display: inline-block; }
  .benefits-unit-testing .points h4 {
    font-weight: bold; }
  .benefits-unit-testing .first-section span {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 28px -11px #666;
    transition: all 3s ease;
    background-image: linear-gradient(141deg, #625bb0 0%, #663399 75%); }
  .benefits-unit-testing .secound-section span {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 28px -11px #666;
    background-image: linear-gradient(-141deg, #ec2897 0%, #460a7f 95%); }
  .benefits-unit-testing .third-section span {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 28px -11px #666;
    background-image: linear-gradient(-141deg, #ff8e49 0%, #f86970 75%); }
  .benefits-unit-testing .forth-section span {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 28px -11px #666;
    background-image: linear-gradient(141deg, #401ba8 0%, #3276f7 60%); }
  @media (max-width: 768px) {
    .benefits-unit-testing {
      animation: none !important;
      padding: 30px 0; }
      .benefits-unit-testing .animated {
        animation: none !important; }
      .benefits-unit-testing h2 {
        line-height: 40px; }
      .benefits-unit-testing .bottom-border {
        width: 15%; }
      .benefits-unit-testing .subtext {
        font-weight: normal;
        padding: 10px 15px 30px 15px; } }

/*industries*/
.industries {
  padding: 60px 0 60px 0;
  background: #fff; }
  .industries h2 {
    font-weight: 600;
    font-size: 24px;
    color: #542b7c; }
  .industries .bottom-border {
    height: 4px;
    width: 10%;
    background-color: #44ca94;
    margin: 10px 0 20px 0; }
  .industries h5 {
    font-weight: bold;
    padding-bottom: 40px; }
  .industries h4 {
    margin-top: 0;
    font-weight: 600; }
  .industries p {
    padding-bottom: 20px; }
  .industries [class^="flaticon-"]:before, .industries [class*=" flaticon-"]:before, .industries [class^="flaticon-"]:after, .industries [class*=" flaticon-"]:after {
    font-size: 40px;
    background-image: linear-gradient(141deg, #36b682 0%, #249a6a 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .industries .point {
    padding-left: 30px; }
  @media (max-width: 768px) {
    .industries {
      animation: none !important;
      padding: 30px 0; }
      .industries .animated {
        animation: none !important; }
      .industries .fadeInLeft {
        animation: none !important; }
      .industries .bottom-border {
        width: 20%; }
      .industries .sub-title {
        font-size: 14px; }
      .industries h4 {
        font-size: 20px;
        padding-top: 15px; } }

@media (max-width: 992px) {
  .benefits-unit-testing .points {
    margin-bottom: 30px; } }
/*footer-cta-blockchain*/
.footer-cta-angular-testing {
  background: #542b7c;
  background-image: url(../../site_data/images/background-waves.svg);
  background-position: 50%; }
  @media (max-width: 768px) {
    .footer-cta-angular-testing {
      text-align: center; } }

@media (max-width: 768) {
  .angular-unit-testing {
    animation: none !important; } }
.hire-flutter {
  /*banner*/
  /*overview*/ }
  .hire-flutter .banner {
    background: url(../images/hire-flutter/banner-bg.jpg);
    background-size: cover;
    min-height: 550px;
    text-align: center;
    padding-top: 10%; }
    .hire-flutter .banner h1 {
      margin-top: 0px;
      color: #fff; }
    .hire-flutter .banner h4 {
      color: #1fbcfd;
      font-weight: normal;
      padding-top: 15px; }
    .hire-flutter .banner p {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.6);
      padding-top: 10px; }
    @media (max-width: 768px) {
      .hire-flutter .banner {
        min-height: 400px;
        padding: 10rem 0 6rem 0; } }
  .hire-flutter .overview {
    padding: 80px 0; }
    .hire-flutter .overview .sub-title {
      color: #1dbbfd; }
    .hire-flutter .overview img {
      padding-right: 20px;
      padding-top: 50px; }
    .hire-flutter .overview .text {
      padding: 10px 0 30px 0; }
    .hire-flutter .overview .img-title {
      color: #000;
      text-align: center; }
    .hire-flutter .overview .overview-point {
      text-align: center; }
      .hire-flutter .overview .overview-point .point-one {
        position: absolute;
        left: 0;
        right: 0;
        top: 0; }
      .hire-flutter .overview .overview-point .point-four {
        position: absolute;
        top: 122px;
        left: -67px; }
      .hire-flutter .overview .overview-point .point-two {
        position: absolute;
        top: 116px;
        right: -67px; }
      .hire-flutter .overview .overview-point .point-three {
        position: absolute;
        bottom: 82px;
        right: -84px; }
      .hire-flutter .overview .overview-point .point-five {
        position: absolute;
        bottom: 66px;
        left: -64px; }
    @media (max-width: 992px) {
      .hire-flutter .overview {
        padding: 60px 0 30px 0; }
        .hire-flutter .overview .text {
          padding: 10px 0 10px 0; }
        .hire-flutter .overview .sub-title {
          padding-top: 20px; } }
    @media (max-width: 768px) {
      .hire-flutter .overview {
        padding: 30px 0 30px 0; }
        .hire-flutter .overview img {
          padding-right: 0px;
          padding-top: 50px; } }
  .hire-flutter .benefits {
    background: linear-gradient(45deg, rgba(69, 209, 253, 0.9), rgba(7, 89, 157, 0.8) 60%), url(../images/hire-flutter/benefits-bg.png) right top;
    background-repeat: no-repeat;
    background-repeat: repeat-y;
    background-attachment: fixed;
    color: #fff;
    padding: 80px 0 80px 0; }
    .hire-flutter .benefits .left-text {
      padding-top: 80px;
      font-size: 18px; }
    .hire-flutter .benefits h3 {
      padding-top: 30px; }
    .hire-flutter .benefits h2 {
      color: #fff; }
    @media (max-width: 992px) {
      .hire-flutter .benefits {
        padding: 30px 0 30px 0; }
        .hire-flutter .benefits .left-text {
          padding-top: 0px; }
        .hire-flutter .benefits h3 {
          padding-top: 15px; } }
  .hire-flutter .hire {
    background: #fff;
    color: #05589c;
    text-align: center; }
    .hire-flutter .hire .sub-title {
      font-size: 18px; }
    .hire-flutter .hire h2 {
      color: #222;
      padding-bottom: 30px; }
    .hire-flutter .hire .hire-point {
      margin-bottom: 15px; }
      .hire-flutter .hire .hire-point .benefits-img {
        width: 150px;
        height: 150px;
        transition: all .5s ease 0s;
        margin: 0 auto 10px;
        display: block;
        border-radius: 100%;
        background: #8ccafd;
        padding: 10px;
        overflow: hidden; }
        .hire-flutter .hire .hire-point .benefits-img span {
          background: #fff;
          width: 130px;
          height: 130px;
          border-radius: 100%;
          display: inline-block;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
        .hire-flutter .hire .hire-point .benefits-img [class^="flaticon-"]:before, .hire-flutter .hire .hire-point .benefits-img [class*=" flaticon-"]:before {
          font-size: 55px;
          line-height: 130px;
          opacity: 0.9;
          transition: all .5s ease 0s; }
      .hire-flutter .hire .hire-point h3, .hire-flutter .hire .hire-point p {
        color: #333; }
      .hire-flutter .hire .hire-point h3 {
        margin-bottom: 0px;
        font-weight: normal;
        font-size: 20px; }
      .hire-flutter .hire .hire-point:hover .benefits-img {
        background: #086fc3; }
        .hire-flutter .hire .hire-point:hover .benefits-img [class^="flaticon-"]:before, .hire-flutter .hire .hire-point:hover .benefits-img [class*=" flaticon-"]:before {
          opacity: 1;
          font-size: 65px; }
    @media (max-width: 992px) {
      .hire-flutter .hire {
        margin-top: 0px;
        padding: 30px 0; } }
    @media (max-width: 768px) {
      .hire-flutter .hire .hire-point {
        display: block; } }

#hire-react-native .banner {
  background: url(../images/hire-react-native/banner-bg.jpg);
  min-height: 400px;
  text-align: center;
  color: #fff;
  padding: 90px 0 60px 0; }
  #hire-react-native .banner h1 {
    line-height: 70px;
    margin-top: 0px;
    color: #fff; }
  #hire-react-native .banner span {
    font-weight: 600;
    display: block; }
  #hire-react-native .banner h4 {
    padding-bottom: 20px; }
  @media (max-width: 768px) {
    #hire-react-native .banner h1 {
      line-height: 50px; } }
#hire-react-native .benefits {
  padding: 60px 0; }
  #hire-react-native .benefits .roated-img {
    position: relative; }
    #hire-react-native .benefits .roated-img .mobile-img {
      position: absolute;
      left: 32%;
      top: 20%; }
    #hire-react-native .benefits .roated-img:hover .roatting-img {
      -webkit-animation: rotation 5s infinite linear; }
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
  #hire-react-native .benefits h2 {
    text-align: center;
    padding-bottom: 40px; }
  #hire-react-native .benefits h4 {
    font-weight: 600;
    margin-bottom: 0px; }
  #hire-react-native .benefits p {
    padding-bottom: 20px;
    padding-top: 10px; }
  #hire-react-native .benefits i {
    background-image: linear-gradient(60deg, #823d97 30%, #e21d8c 75%);
    -moz-box-shadow: -3px 3px 11px 3px #dfdfdf;
    -webkit-box-shadow: -3px 3px 11px 3px #dfdfdf;
    box-shadow: -3px 3px 11px 3px #dfdfdf;
    padding: 8px 5px 3px 5px;
    margin: 0 5px 15px 0;
    font-weight: normal;
    border-radius: 4px;
    color: #fff;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff; }
  #hire-react-native .benefits [class^="flaticon-"]:before, #hire-react-native .benefits [class*=" flaticon-"]:before {
    font-size: 30px; }
  #hire-react-native .benefits .nth-child {
    background-image: linear-gradient(-60deg, #4570ff 22%, #00c8ff 75%); }
  #hire-react-native .benefits .third-child {
    background-image: linear-gradient(-60deg, #e53385 15%, #fec949 90%); }
  #hire-react-native .benefits .fourth-child {
    background-image: linear-gradient(-60deg, #6d87ff 15%, #695fff 90%); }
  @media (max-width: 768px) {
    #hire-react-native .benefits {
      padding: 30px 0; }
      #hire-react-native .benefits h2 {
        text-align: left;
        padding-bottom: 10px; } }
#hire-react-native .feature {
  background: #055b9e url(../images/hire-react-native/hire.png) top right no-repeat;
  color: #fff;
  padding: 60px 0; }
  #hire-react-native .feature h2 {
    color: #fff;
    padding-bottom: 30px; }
  #hire-react-native .feature .feature-point {
    position: relative;
    padding-left: 50px; }
    #hire-react-native .feature .feature-point h4 {
      font-weight: 600; }
    #hire-react-native .feature .feature-point p {
      padding-bottom: 20px; }
    #hire-react-native .feature .feature-point .feature-img {
      position: absolute;
      left: 0; }
  @media (max-width: 768px) {
    #hire-react-native .feature {
      padding: 30px 0;
      background-color: #055b9e;
      background-image: none; }
      #hire-react-native .feature h2 {
        padding-bottom: 10px; } }
#hire-react-native .hire-developer {
  padding: 60px 0 80px 0; }
  #hire-react-native .hire-developer h2 {
    padding-bottom: 20px; }
  #hire-react-native .hire-developer .hire-point {
    margin-top: 30px;
    background: url(../images/hire-react-native/border-bg.png) top center no-repeat;
    min-height: 350px; }
    #hire-react-native .hire-developer .hire-point h3 {
      font-weight: bold; }
    #hire-react-native .hire-developer .hire-point [class^="flaticon-"]:before, #hire-react-native .hire-developer .hire-point [class*=" flaticon-"]:before {
      font-size: 30px; }
    #hire-react-native .hire-developer .hire-point p {
      font-size: 16px; }
    #hire-react-native .hire-developer .hire-point ul {
      list-style: none;
      margin: 0 auto; }
      #hire-react-native .hire-developer .hire-point ul li {
        float: left;
        text-align: center;
        font-weight: 600; }
        #hire-react-native .hire-developer .hire-point ul li span {
          height: 120px;
          width: 120px;
          background: #055b9e;
          border-radius: 50%;
          color: #fff;
          display: block;
          margin: 0 auto 20px auto;
          transition: all 200ms ease-in-out; }
          #hire-react-native .hire-developer .hire-point ul li span [class^="flaticon-"]:before, #hire-react-native .hire-developer .hire-point ul li span [class*=" flaticon-"]:before {
            font-size: 60px;
            margin-top: 30px;
            padding-top: 18px;
            display: block;
            font-weight: normal; }
        #hire-react-native .hire-developer .hire-point ul li:first-child {
          margin-top: -66px;
          margin-right: 35px; }
        #hire-react-native .hire-developer .hire-point ul li:nth-child(2) {
          margin-top: 40px;
          margin-right: 35px; }
        #hire-react-native .hire-developer .hire-point ul li:nth-child(3) {
          margin-top: 80px;
          margin-right: 35px;
          margin-left: 15px; }
        #hire-react-native .hire-developer .hire-point ul li:nth-child(4) {
          margin-top: 40px;
          margin-left: 25px; }
        #hire-react-native .hire-developer .hire-point ul li:last-child {
          margin-top: -70px;
          margin-left: 25px;
          margin-right: 0px; }
        #hire-react-native .hire-developer .hire-point ul li:hover span {
          color: #3fd5fa;
          transform: scale(1.1); }
          #hire-react-native .hire-developer .hire-point ul li:hover span [class^="flaticon-"]:before, #hire-react-native .hire-developer .hire-point ul li:hover span [class*=" flaticon-"]:before {
            margin-top: 30px; }
        @media (min-width: 992px) and (max-width: 1200px) {
          #hire-react-native .hire-developer .hire-point ul li:first-child {
            margin-top: -66px;
            margin-right: 0px;
            margin-left: -75px; }
          #hire-react-native .hire-developer .hire-point ul li:nth-child(2) {
            margin-top: 40px;
            margin-right: 5px; }
          #hire-react-native .hire-developer .hire-point ul li:nth-child(3) {
            margin-top: 80px;
            margin-right: 5px;
            margin-left: 10px; }
          #hire-react-native .hire-developer .hire-point ul li:nth-child(4) {
            margin-top: 40px;
            margin-left: 10px; }
          #hire-react-native .hire-developer .hire-point ul li:last-child {
            margin-top: -70px;
            margin-left: 21px;
            margin-right: 0px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #hire-react-native .hire-developer .hire-point {
      background: none; }
      #hire-react-native .hire-developer .hire-point ul {
        padding-left: 0px; }
        #hire-react-native .hire-developer .hire-point ul li:first-child {
          margin-top: 0px;
          margin-right: 0px;
          width: 33%; }
        #hire-react-native .hire-developer .hire-point ul li:nth-child(2) {
          margin-top: 0px;
          margin-right: 0px;
          width: 33%; }
        #hire-react-native .hire-developer .hire-point ul li:nth-child(3) {
          margin-top: 0px;
          margin-left: 0px;
          margin-right: 0px;
          width: 33%; }
        #hire-react-native .hire-developer .hire-point ul li:nth-child(4) {
          margin-top: 0px;
          margin-left: 17%;
          margin-right: 0px;
          width: 33%; }
        #hire-react-native .hire-developer .hire-point ul li:last-child {
          margin-top: 0px;
          margin-left: 0px;
          margin-right: 0px;
          width: 33%; } }
  @media (max-width: 767px) {
    #hire-react-native .hire-developer {
      padding: 30px 0 30px 0; }
      #hire-react-native .hire-developer h2 {
        text-align: left;
        padding-bottom: 0px; }
      #hire-react-native .hire-developer p {
        text-align: left; }
      #hire-react-native .hire-developer .hire-point {
        background: none; }
        #hire-react-native .hire-developer .hire-point ul {
          padding-left: 0px; }
          #hire-react-native .hire-developer .hire-point ul li:first-child {
            margin-top: 0px;
            margin-right: 0px;
            width: 100%; }
          #hire-react-native .hire-developer .hire-point ul li:nth-child(2) {
            margin-top: 0px;
            margin-right: 0px;
            width: 100%; }
          #hire-react-native .hire-developer .hire-point ul li:nth-child(3) {
            margin-top: 0px;
            margin-left: 0px;
            margin-right: 0px;
            width: 100%; }
          #hire-react-native .hire-developer .hire-point ul li:nth-child(4) {
            margin-top: 0px;
            margin-left: 0px;
            margin-left: 0px;
            margin-right: 0px;
            width: 100%; }
          #hire-react-native .hire-developer .hire-point ul li:last-child {
            margin-top: 0px;
            margin-left: 0px;
            margin-right: 0px;
            width: 100%; } }

#hire-react .banner {
  background: url(../images/hire-react/banner-bg.jpg) top center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 400px;
  text-align: center;
  color: #fff;
  padding: 10% 0 5% 0; }
  #hire-react .banner h1 {
    line-height: 70px;
    color: #fff; }
  #hire-react .banner span {
    font-weight: 600;
    display: block; }
  #hire-react .banner h4 {
    padding-bottom: 20px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 768px) {
    #hire-react .banner {
      padding: 10rem 0 6rem 0; }
      #hire-react .banner h1 {
        padding: 0; } }
#hire-react .overview {
  margin-top: -30px;
  text-align: center;
  padding-bottom: 80px; }
  #hire-react .overview .overview-point {
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 66px 0 rgba(60, 64, 67, 0.08);
    margin: 0 30px; }
    #hire-react .overview .overview-point h4 {
      font-weight: 600; }
  @media (max-width: 992px) {
    #hire-react .overview .overview-point {
      margin-bottom: 15px; } }
  @media (max-width: 768px) {
    #hire-react .overview {
      padding-bottom: 40px; }
      #hire-react .overview .overview-point {
        margin: 0px;
        margin-bottom: 15px; } }
#hire-react .benefits {
  background-image: linear-gradient(141deg, #055b9e 30%, #00a9c7 60%);
  color: #fff;
  padding: 80px 0 80px 0; }
  #hire-react .benefits h2 {
    color: #fff;
    font-size: 30px;
    margin-top: 0px; }
  #hire-react .benefits h4 {
    font-weight: 600;
    margin-top: 0px; }
  #hire-react .benefits p {
    color: rgba(255, 255, 255, 0.8); }
  #hire-react .benefits .icon {
    text-align: right;
    margin-bottom: 40px; }
    #hire-react .benefits .icon [class^="flaticon-"]:before, #hire-react .benefits .icon [class*=" flaticon-"]:before {
      font-size: 50px;
      opacity: 0.9; }
  @media (max-width: 992px) {
    #hire-react .benefits {
      padding: 30px 0 30px 0; }
      #hire-react .benefits h2 {
        text-align: left;
        padding-top: 0px; }
      #hire-react .benefits .icon {
        margin-bottom: 10px;
        margin-top: 20px; } }
  @media (max-width: 768px) {
    #hire-react .benefits {
      text-align: center;
      padding: 30px 0 30px 0; }
      #hire-react .benefits h2 {
        text-align: center; }
      #hire-react .benefits h2 {
        padding-top: 0px; }
      #hire-react .benefits .icon {
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center; } }
#hire-react .hire-developer {
  padding: 60px 0 80px 0; }
  #hire-react .hire-developer h2 {
    padding-bottom: 20px; }
  #hire-react .hire-developer .hire-point {
    color: #055b9e;
    padding-top: 40px; }
    #hire-react .hire-developer .hire-point .col-md-2 {
      padding-right: 0px;
      transition: 2s;
      transition-timing-function: ease-in-out; }
      #hire-react .hire-developer .hire-point .col-md-2 .icon-circle {
        border: 1px solid #ccc;
        transition: background-color 0.3s ease;
        background: #fff;
        border-radius: 50%;
        width: 205px;
        height: 205px; }
        #hire-react .hire-developer .hire-point .col-md-2 .icon-circle [class^="flaticon-"]:before, #hire-react .hire-developer .hire-point .col-md-2 .icon-circle [class*=" flaticon-"]:before {
          font-size: 80px;
          line-height: 205px; }
      #hire-react .hire-developer .hire-point .col-md-2 p {
        font-size: 16px;
        padding-left: 30px;
        padding-top: 15px; }
      #hire-react .hire-developer .hire-point .col-md-2:hover .icon-circle {
        background: #055b9e;
        transition: background-color 0.3s ease; }
        #hire-react .hire-developer .hire-point .col-md-2:hover .icon-circle [class^="flaticon-"]:before, #hire-react .hire-developer .hire-point .col-md-2:hover .icon-circle [class*=" flaticon-"]:before {
          color: #fff; }
  @media (min-width: 768px) and (max-width: 992px) {
    #hire-react .hire-developer {
      padding: 30px 0 30px 0; }
      #hire-react .hire-developer .hire-point {
        padding-top: 20px; }
        #hire-react .hire-developer .hire-point .col-md-2 {
          padding-right: 15px; }
        #hire-react .hire-developer .hire-point .icon-circle {
          width: 195px;
          height: 195px; }
          #hire-react .hire-developer .hire-point .icon-circle [class^="flaticon-"]:before, #hire-react .hire-developer .hire-point .icon-circle [class*=" flaticon-"]:before {
            font-size: 80px;
            line-height: 180px; }
        #hire-react .hire-developer .hire-point p {
          text-align: center;
          padding-left: 0px; } }
  @media (max-width: 767px) {
    #hire-react .hire-developer {
      padding: 30px 0 30px 0; }
      #hire-react .hire-developer h2 {
        text-align: left;
        padding-bottom: 0px; }
      #hire-react .hire-developer p {
        text-align: left; }
      #hire-react .hire-developer .hire-point {
        padding-top: 20px; }
        #hire-react .hire-developer .hire-point .col-md-2 {
          padding-right: 15px; }
        #hire-react .hire-developer .hire-point .icon-circle {
          width: 140px;
          height: 140px;
          display: block;
          margin: 0 auto; }
          #hire-react .hire-developer .hire-point .icon-circle [class^="flaticon-"]:before, #hire-react .hire-developer .hire-point .icon-circle [class*=" flaticon-"]:before {
            font-size: 60px;
            line-height: 140px; }
        #hire-react .hire-developer .hire-point p {
          text-align: center;
          padding-left: 0px; } }

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