@media(min-width:760px) {
    .footer-widget {
        display: none;
    }
}

.footer-widget {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
}

.footer-widget h2 a {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.whatsapp-footer {
    background: #128C7E;
}

.phone-footer {
    background: #e74860;
}

.skype-side {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 150px;
    right: -237px;
    background: #e74860;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

@media(max-width:760px) {
    .skype-side {
        right: -224px !important;
    }

    .scroll-to-top {
        bottom: 80px;
    }

    .top-bar-info {
        text-align: center;
    }
}

.skype-side {
    display: inline-block;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 150px;
    right: -228px;
    background: #e74860;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.skype-side a,
.all-demo a {
    color: #232323;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    font-weight: 500;
}

.skype-side i {
    font-size: 24px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff;
}

.skype-side span,
.all-demo span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0;
}

.skype-side:hover span,
.all-demo:hover span {
    opacity: 1;
    color: #fff;
}

.skype-side:hover,
.all-demo:hover {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    right: 0px;
    background: #e74860;
}

.skype-side:hover i,
.all-demo:hover i {
    color: #fff;
}

.grecaptcha-badge {
    z-index: 999;
    bottom: 110px;
}

.frame {
    height: 500px;
    overflow: hidden;
}

.services-footer {
    color: #fff;
}

.services-footer:hover {
    color: #e74860;
}

.grecaptcha-badge {
    z-index: 999;
    bottom: 140px !important;
}

.frame {
    height: 500px;
    overflow: hidden;
}

.services-footer {
    color: #fff;
}

.services-footer:hover {
    color: #e74860;
}

.header-style2 .navbar-nav>li>a:hover {
    color: #e74860;
}

/* Skype and Whatsapp button  */

.btn-style-skype::before {
    position: absolute;
    content: "";
    top: -4px;
    right: 4px;
    bottom: 4px;
    left: -4px;
    border: 1px solid #232323;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.btn-style-skype:hover::before {

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

.btn-style-skype {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #ffffff;
    background: #00AFF0;
    padding: 15px 40px !important;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
}

.btn-style-skype:hover {
    color: #ffffff;
}

.btn-style-whatsapp::before {
    position: absolute;
    content: "";
    top: -4px;
    right: 4px;
    bottom: 4px;
    left: -4px;
    border: 1px solid #232323;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.btn-style-whatsapp:hover {
    color: #ffffff;
}

.btn-style-whatsapp:hover::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.btn-style-whatsapp {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #ffffff;
    background: #075E54;
    padding: 15px 40px !important;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
}

/* service card landing page */
.service-card-landing {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: none;
}

.service-card-landing:hover p {
    color: #fff;
    transition-duration: 500ms;
}

.service-card-landing:hover h3,
.service-card-landing:hover h4,
.service-card-landing:hover a,
.service-card-landing:hover ul,
.service-card-landing:hover span,
.service-card-landing:hover ::before,
.service-card-landing:hover a i {
    color: #fff;
    transition-duration: 500ms;
}

.service-card-landing:hover {
    background: #e74860;
    transition-duration: 500ms;
}

.service-card-landing .price-before {
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: tb-rl;
    background: #e74860;
    padding: 15px 5px;
    color: #fff;
}

.service-card-landing:hover .price-before {
    background: #fff;
    color: #e74860;
    transition-duration: 500ms;
}

@media screen and (max-width: 767px) {
    .landing-banner {
        position: relative;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .btn-style-whatsapp {
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .card-style06 .card-inner {
        padding: 0px;
        margin-left: 0px;
    }

    .card-style06 .card-inner img {
        margin-left: 0px !important;
    }

    .card-style06 .card-inner h3 {
        text-align: center;
        font-size: 18px;
    }

    .card-style06 .card-body p {
        text-align: center;
        font-size: 16px;
    }

    .service-card-landing .card-body p {
        font-size: 18px;
    }
}

/* State Service Page Styles */
.process-style-02 {
    height: 100%;
}

.process-style-02:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition-duration: 0.5s;
}

.process-style-02:hover img {
    filter: invert(42%) sepia(52%) saturate(4397%) hue-rotate(327deg) brightness(96%) contrast(87%);
}

.process-style-02 span {
    display: inline-block;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #e74860;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-weight: 900;
    font-size: 22px;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    bottom: 20px;
    right: -5px;
}

.processline1 img {
    position: absolute;
    top: -74px;
    right: -100px;
}

.processline2 img {
    position: absolute;
    bottom: -77px;
    right: -130px;
}

.processline3 img {
    position: absolute;
    bottom: -150px;
    right: -76px;
    z-index: 99999;
}

.processline4 img { 
    position: absolute;
    bottom: -76px;
    left: -150px;
}

.processline5 img {
    position: absolute;
    top: -76px;
    left: -160px;
}

.industries {
    text-align: center;
    border: 1px solid #e8e8e8;
    height: 170px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 15px;
    background-color: #fff;
}

.industries p {
    margin-top: 10px;
    color: #0c0c0d;
    font-size: 20px;
    margin-bottom: 0px;
}

.industries:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition-duration: 0.5s;
}

.technologies {
    border-bottom: 4px solid #e74860;
    border-top: 4px solid #e74860;
    box-shadow: 0 0 .1875rem #dadada, 0 0 .9375rem #dadada;
    border-radius: 16px;
    padding: 8px;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    padding: 30px;
}

.technologies ul li {
    width: 50%;
    float: left;
    position: relative;
}


@media(min-width:420px) {
    .process-mobile {
        display: none;
    }
}

@media(max-width:420px) {
    .process-desktop {
        display: none;
    }
}

@media (min-width: 767px) {
    .left-pricetable-heading {
        width: 330px;
    }
}

.left-pricetable-heading {
    font-size: 32px !important;
    font-weight: 600;
    color: #fff;
    background-color: #18455d !important;
    text-align: center;
    vertical-align: middle;
}

.pricetable-header th {
    color: #18455d;
    background-color: #e74860;
    font-size: 18px;
    text-align: center;
}

.website-maintenance-table tr th {
    color: #fff;
    background-color: #e74860;

}

.website-maintenance-table tr th,
.website-maintenance-table tr td {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CCCCCC !important;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
}

.pricetable-footer th {
    background-color: #18455d !important;
}

.facebook-card:hover {
    background: #3d6ad6;
}

.owl-carousel .owl-item .card-style05 .card-img img {
    min-height: 137px;
    min-width: 331px;
}



body{
    overflow-x:hidden;
 }
 .text-green {
    color: #61ce70 !important; 
}
.scroll-to-top {
    left: 20px;
}

.list-style1 li{
    align-items: center;
    justify-content: start;
}
.list-style1 li i {
    margin-right: 10px;
  }
  .top-bar-info h1 {
    font-weight: 800;
    font-size: 14px;
    padding: 0 5px 0;
    margin-bottom: 0; }
    
    @media(min-width:1106px) {
        .top-bar {
        height:45px !important; }
    }
    .top-bar {
        height: 70px; 
    }
    .header-style2 .navbar-nav li.has-sub a:hover, .header-style2 .navbar-nav li.has-sub a:active, 
    .header-style2 .navbar-nav li.has-sub a:focus, .header-style2 .navbar-nav li.current > a, .header-style2 .navbar-nav li.active > a 
    { 
        color: #e74860; 
    }

    
    
    .card-style-03 .card-price {
        height: auto;
        padding: 15px;
        width: auto;
    }
    .portfolio-style01:hover .portfolio-img img {
        transition: 5s ease-out; 
    }
    .portfolio-style01 .portfolio-content, .portfolio-style01 .portfolio-img img {
        transform: translateY(0); 
    }

    .sidebar .menu li {
        position: relative;
        display: block;
        margin-bottom: 10px; }
        .sidebar .menu li:last-child {
          margin-bottom: 0; }
        .sidebar .menu li a:hover, .sidebar .menu li.active a {
          color: #fff;
          background-color: #e74860;
          padding-left: 80px; }
        .sidebar .menu li a {
          position: relative;
          display: block;
          font-size: 14px;
          line-height: 26px;
          font-weight: 600;
          color: #1e2434;
          text-transform: uppercase;
          background-color: #fff;
          padding: 17px 20px 17px 50px;
          border: 1px solid #e7e3e3; }
          .sidebar .menu li a:hover:before {
            background-color: #18455d; }
        .sidebar .menu li.active a:before {
          background-color: #18455d; }
        .sidebar .menu li a:hover:before, .sidebar .menu li.active a:before {
          font-family: 'icomoon';
          content: "\e90e"; }
        .sidebar .menu li a:hover:before, .sidebar .menu li.active a:before {
          width: 60px;
          color: #fff; }
        .sidebar .menu li:hover:after, .sidebar .menu li.active:after {
          content: '';
          padding: 8px;
          position: absolute;
          bottom: 0;
          background: #fff;
          right: 0; }
        .sidebar .menu li:hover:before, .sidebar .menu li.active:before {
          content: '';
          padding: 6px;
          position: absolute;
          bottom: 16px;
          background: #fff;
          right: 9px;
          z-index: 1; }
        .sidebar .menu li a::before {
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          left: 0px;
          top: 0px;
          width: 30px;
          height: 100%;
          background-color: #f4f5f4;
          text-align: center;
          font-size: 16px;
          color: #707582;
          transition: all 500ms ease; }

          /* pricelist */
.services-section h2 {
    margin-top: 0;
    color: #052033;
    font-family: Muli,sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: none;
    margin-bottom: 15px;
  }

   .port-btn {
    float: right;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 .5px rgba(255,255,255,.5);
    position: relative;
    font-weight: 700;
    text-decoration: none;
    padding-left: 15px;
    text-align: left;
    padding-right: 30px;
  }

  .port-btn.blue-btn {
    color: #0f80ab;
    background: #01e1fb;
    background: -moz-linear-gradient(left,#01e1fb 0,#499fff 100%);
    background: -webkit-linear-gradient(left,#01e1fb 0,#499fff 100%);
    background: linear-gradient(to right,#01e1fb 0,#499fff 100%);
  }

   .port-btn i {
    position: absolute;
    top: 5px;
    right: 3px;
    width: 30px;
    height: 30px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 40px;
    color: #fff;
    text-align: center;
  }

  [class*=" icon-"], [class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .port-btn.orange-btn {
    color: #c02c48;
    background: #ffd243;
    background: -moz-linear-gradient(left,#ffd243 0,#ff76a1 100%);
    background: -webkit-linear-gradient(left,#ffd243 0,#ff76a1 100%);
    background: linear-gradient(to right,#ffd243 0,#ff76a1 100%);
  }

 .port-btn {
    float: right;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 .5px rgba(255,255,255,.5);
    position: relative;
    font-weight: 700;
    text-decoration: none;
    padding-left: 15px;
    text-align: left;
    padding-right: 30px;
  }

  .port-btn i {
    position: absolute;
    top: 5px;
    right: 3px;
    width: 30px;
    height: 30px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 40px;
    color: #fff;
    text-align: center;
  }
   .price-tbl-heading ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
  }

   .price-tbl-heading ul li:first-child {
    width: 20%;
    background-color: #e74860;
  }

  .price-tbl-heading ul li {
    float: left;
    background-color: #e62f4a;
    padding: 18px 25px;
    color: #fff;
    width: 55%;
    font-size: 19px;
  }

  .price-tbl-heading ul li {
    float: left;
    background-color: #e62c48;
    padding: 18px 25px;
    color: #fff;
    width: 55%;
    font-size: 19px;
  }

   .price-tbl-heading ul li:last-child {
    width: 25%;
    background-color: #dd1634;
    text-align: center;
  }

  .price-tbl-row ul li {
    padding: 10px 70px;
    display: table-cell;
    align-items: center;
    vertical-align: middle;
  }

  .price-tbl-row ul li.content {
    color: #3b3a3a;
    font-family: Lato,sans-serif;
    width: 55%;
    font-weight: 400;
    padding: 20px 20px 20px 30px;
    border-bottom: 3px solid aliceblue;
    border-left: 3px solid aliceblue;
  }


   .price-tbl-row ul li.price {
    font-size: 18px;
    color: #3b3a3a;
    font-family: Lato,sans-serif;
    font-weight: 700;
    width: 25%;
    text-align: center;
    justify-content: center;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

   .price-tbl-row ul.third-row li.heading {
    background: #95d88b;
    background: -moz-linear-gradient(-45deg,#95d88b 0,#53c4c8 100%);
    background: -webkit-linear-gradient(-45deg,#95d88b 0,#53c4c8 100%);
    background: linear-gradient(135deg,#95d88b 0,#53c4c8 100%);
    color: #fff;
    background: linear-gradient(to bottom, #e74860, #e96f8c);

  }

  .price-tbl-row ul.second-row li.heading {
    background: #e43f7e;
    background: -moz-linear-gradient(-45deg,#e43f7e 0,#fc6c3a 100%);
    background: -webkit-linear-gradient(-45deg,#e43f7e 0,#fc6c3a 100%);
    background: linear-gradient(135deg,#e43f7e 0,#fc6c3a 100%);
    background: linear-gradient(135deg, #e74860, #faa51a);
  }

  .price-tbl-row ul.first-row li.heading {
    background: #059fc1;
    background: -moz-linear-gradient(-45deg,#059fc1 0,#00cccb 100%);
    background: -webkit-linear-gradient(-45deg,#059fc1 0,#00cccb 100%);
  }

  .price-tbl-row ul {
    display: table;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .price-tbl-row ul.first-row:hover {
    -webkit-box-shadow: 0 0 34px -10px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 34px -10px rgba(0,0,0,.75);
    box-shadow: 0 0 34px -10px rgba(0,0,0,.75);
  }
  .price-tbl-row ul:hover {
    width: 102%;
    margin-left: -1%;
  }

  .price-tbl-row ul.first-row li.price {
    background: #e8e6e6;
  }

  .price-tbl-row ul.second-row li.price {
    background: #ebebeb;
  }

  .price-tbl-row ul.third-row li.price {
    background: #f5f5f5;
  }

 .price-tbl-row ul li.content {
    color: #3b3a3a;
    font-family: Lato,sans-serif;
    font-weight: 400;
  }
  .price-tbl-row ul li.heading {
    font-size: 21px;
    color: #fff;
    font-family: Muli,sans-serif;
    width: 20%;
    font-weight: 600;
    text-align: left;
    position: relative;
    line-height: normal;
  }

  .price-tbl-row ul.second-row:hover {
    -webkit-box-shadow: 0 0 34px -10px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 34px -10px rgba(0,0,0,.75);
    box-shadow: 0 0 34px -10px rgba(0,0,0,.75);
  }
  .price-tbl-row ul.third-row:hover {
    -webkit-box-shadow: 0 0 34px -10px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 34px -10px rgba(0,0,0,.75);
    box-shadow: 0 0 34px -10px rgba(0,0,0,.75);
  }

  .price-tbl-row ul.first-row:hover li.price {
    background: #059fc1;
    background: -moz-linear-gradient(-45deg,#059fc1 0,#00cccb 100%);
    background: -webkit-linear-gradient(-45deg,#059fc1 0,#00cccb 100%);
    color: #fff;
  }
  .price-tbl-row ul.second-row:hover li.price {
    background: #059fc1;
    background: -moz-linear-gradient(-45deg,#059fc1 0,#00cccb 100%);
    background: -webkit-linear-gradient(-45deg,#059fc1 0,#00cccb 100%);
    background: linear-gradient(135deg, #e74860, #faa51a);
    color: #fff;
  }
  .price-tbl-row ul.third-row:hover li.price {
    background: #059fc1;
    background: -moz-linear-gradient(-45deg,#059fc1 0,#00cccb 100%);
    background: -webkit-linear-gradient(-45deg,#059fc1 0,#00cccb 100%);
    background: linear-gradient(to bottom, #e74860, #e96f8c);
    color: #fff;
  }
  .separate-note{
    padding-top:10px
  }

  @media screen and (max-width: 767px) {
    .price-tbl-heading {display: none;}
    .price-tbl-row ul li.heading {
        display: block;
        font-size: 21px;
        color: #fff;
        font-family: Muli,sans-serif;
        width: auto !important;
        font-weight: 600;
        position: relative;
        line-height: normal;
        padding: 20px;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.35) 2px -5px 15px;
      }
      .price-tbl-row ul li.content {
        display: block;
        color: #3b3a3a;
        font-family: Lato,sans-serif;
        width: auto;
        font-weight: 400;
        padding: 20px 20px 20px 30px;
        border-bottom: 0px solid aliceblue;
        border-left: 0px solid aliceblue;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      }
      .price-tbl-row ul li.price {
        display: block;
        font-size: 18px;
        color: #3b3a3a;
        font-family: Lato,sans-serif;
        font-weight: 700;
        width: auto;
        text-align: center;
        justify-content: center;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 5px;
      }
      .price-tbl-row ul{padding-bottom:50px}
}

  .global-link li img{
    height: 25px;
    margin-right: 5px;
  }
  .global-link li a{
    font-size: 16px !important;
  }
  .global-link li ul li img{
    height: 25px;
    margin-right: 5px;
  }

  .small, small {
    font-size: 11px;
    font-weight: normal;
  }

  .loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.page-title-section {
  padding: 120 0 !important;
}

.page-title-section ul li:last-child{
 color: #18455d !important;
 font-weight: 500;
 opacity: 1;
}