/*****************
TABLE OF CONTENT
*****************/
/*

    01. RESET CSS
    02. COMMON STYLE
    03. HEADER
    04. HOME INTRO SLIDER
    05. ABOUT APP
    06. WORKS & FEATURE
    07. COUNTER
    08. FEATURES
    09. VIDEO
    10. SCREENSHOTS
    11. TESTIMONIAL
    12. PRICING TABLE
    13. DOWNLOAD
    14. TEAM
        14.1 SUBSCRIBE
    15. CONTACT
    16. FOOTER
    17. RESPONSIVE
*/
/********************
    01. RESET CSS
*********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, a:hover, a:focus {
  text-decoration: none; }

a:focus,
button:hover,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
  box-shadow: none; }

body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222; }

/* color variables */
/*Selection Background color*/
::-moz-selection {
  background-color: #00ffc0;
  color: #ffffff; }

::selection {
  background-color: #00ffc0;
  color: #ffffff; }

::-o-selection {
  background-color: #00ffc0;
  color: #ffffff; }

::-ms-selection {
  background-color: #00ffc0;
  color: #ffffff; }

::-webkit-selection {
  background-color: #00ffc0;
  color: #ffffff; }

body.scroll-hidden {
  overflow: hidden; }

/********************
    02. COMMON STYLE
*********************/
.ic-main-wrapper {
  max-width: 1920px;
  margin: 0 auto; }

section {
  padding: 60px 0px; }

h2 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px; }

h3 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 20px; }

p {
  margin-bottom: 20px; }

/* Section padding */
.ic-pt {
  padding-top: 60px; }

.ic-pb {
  padding-bottom: 60px; }

.ic-ptz {
  padding-top: 0px; }

.ic-pbz {
  padding-bottom: 0px; }

/* Button & Anchor Link */
.ic-link {
  display: inline-block;
  background: #00ffbf;
  background: -webkit-linear-gradient(left, #00ffbf 0%, #18ffff 100%);
  background: linear-gradient(to right, #00ffbf 0%, #18ffff 100%);
  padding: 10px 50px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0px; }
  .ic-link:hover, .ic-link:focus {
    color: #ffffff; }
  .ic-link:hover {
    top: -3px; }

/* Intro Video */
.ic-intro-video a {
  color: #222222;
  font-size: 24px;
  text-transform: capitalize;
  position: relative;
  padding-left: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .ic-intro-video a:before {
    position: absolute;
    content: "\ed89";
    font-family: "IcoFont" !important;
    left: 0;
    top: 0px;
    font-size: 30px; }
  .ic-intro-video a:hover, .ic-intro-video a:hover:before {
    color: #ffffff; }

/* About single intro, Works & Features Content */
.ic-single-intro,
.ic-works-content,
.ic-features-content,
.ic-single-feature {
  padding: 0px 15px; }
  .ic-single-intro span,
  .ic-works-content span,
  .ic-features-content span,
  .ic-single-feature span {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #00ffc0;
    box-shadow: 0px 0px 20px rgba(0, 255, 192, 0.3);
    display: inline-block;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .ic-single-intro h2,
  .ic-works-content h2,
  .ic-features-content h2,
  .ic-single-feature h2 {
    font-size: 24px;
    font-weight: 400;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .ic-single-intro:hover span,
  .ic-works-content:hover span,
  .ic-features-content:hover span,
  .ic-single-feature:hover span {
    color: #ffffff;
    background: #00ffbf;
    background: -moz-linear-gradient(left, #00ffbf 1%, #18ffff 100%);
    background: -webkit-linear-gradient(left, #00ffbf 1%, #18ffff 100%);
    background: linear-gradient(to right, #00ffbf 1%, #18ffff 100%);
    box-shadow: 0px 0px 20px rgba(0, 255, 192, 0.8); }
  .ic-single-intro:hover h2, .ic-single-intro:hover h3,
  .ic-works-content:hover h2,
  .ic-works-content:hover h3,
  .ic-features-content:hover h2,
  .ic-features-content:hover h3,
  .ic-single-feature:hover h2,
  .ic-single-feature:hover h3 {
    color: #00ffc0; }

.ic-single-intro p:last-child {
  margin-bottom: 0px; }

/* Intro slider, Testimonial slider style */
.ic-slider-container .slick-dots li,
.ic-testimonial .slick-dots li {
  margin: 5px 10px;
  height: 30px;
  width: 30px; }
  .ic-slider-container .slick-dots li button,
  .ic-testimonial .slick-dots li button {
    font-size: 16px;
    color: #222222;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0px;
    margin: 0px;
    border-radius: 50%;
    border: 1px solid #222222;
    background-color: transparent;
    height: 30px;
    width: 30px;
    line-height: 12px; }
    .ic-slider-container .slick-dots li button:before,
    .ic-testimonial .slick-dots li button:before {
      position: absolute;
      content: ""; }
  .ic-slider-container .slick-dots li.slick-active button,
  .ic-testimonial .slick-dots li.slick-active button {
    background-color: #222222;
    color: #00ffc0; }

/*Section backgruond*/
.ic-sec-bg {
  background-image: url("../images/dummy-sec-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1; }
  .ic-sec-bg:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00ffc0;
    background: -webkit-linear-gradient(left, #00ffc0 0%, #17fffd 40%, #17fffd 50%, #17fffd 50%, #17fffd 60%, #00ffc0 100%);
    background: linear-gradient(to right, #00ffc0 0%, #17fffd 40%, #17fffd 50%, #17fffd 50%, #17fffd 60%, #00ffc0 100%);
    z-index: -1;
    opacity: 0.85; }

.ic-overlay {
  -webkit-transition: 0.4s all;
  transition: 0.4s all; }
  .ic-overlay.ic-body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 255, 192, 0.5);
    z-index: 2; }

/* Main Wrapper */
.ic-main-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  /* Section Lead title and Paragraph */
  /********************
		    03. HEADER
		*********************/
  /*************************
	    04. HOME INTRO SLIDER
	**************************/
  /*************************
	    05. ABOUT APP
	**************************/
  /*************************
	    06. WORKS & FEATURE
	**************************/
  /*************************
	    07. COUNTER
	**************************/
  /*************************
	    08. FEATURES
	**************************/
  /*************************
	    09. VIDEO
	**************************/
  /*************************
	    10. SCREENSHOTS
	**************************/
  /*************************
	    11. TESTIMONIAL
	**************************/
  /*************************
	    12. PRICING TABLE
	**************************/
  /*************************
	    13. DOWNLOAD
	**************************/
  /*************************
	    14. TEAM
	**************************/
  /*************************
	    14.1 SUBSCRIBE
	**************************/
  /*************************
    15. CONTACT
**************************/
  /*************************
    16. FOOTER
**************************/
  /* Preloader */ }
  .ic-main-wrapper .ic-lead h2 {
    color: #00ffc0;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .ic-main-wrapper .ic-lead h3 {
    color: #00ffc0; }
  .ic-main-wrapper .ic-lead p {
    font-size: 18px; }
  .ic-main-wrapper .ic-lead p:last-child {
    margin: 0px; }
  .ic-main-wrapper .ic-lead span {
    position: relative;
    height: 10px;
    width: 10px;
    border: 1px solid #17fffd;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 15px; }
    .ic-main-wrapper .ic-lead span:after, .ic-main-wrapper .ic-lead span:before {
      position: absolute;
      content: "";
      height: 1px;
      width: 740%;
      top: 4.5px;
      background-color: #17fffd; }
    .ic-main-wrapper .ic-lead span:after {
      left: -66px; }
    .ic-main-wrapper .ic-lead span:before {
      right: -66px; }
  .ic-main-wrapper header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    -webkit-transition: 0.4s all;
    transition: 0.4s all; }
    .ic-main-wrapper header.nav-up {
      top: -100px; }
    .ic-main-wrapper header .navbar-default {
      background-color: transparent; }
      .ic-main-wrapper header .navbar-default .navbar-nav li a {
        margin: 40px 20px;
        padding: 0px;
        text-transform: capitalize;
        font-weight: 400;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        color: #222222;
        position: relative; }
        .ic-main-wrapper header .navbar-default .navbar-nav li a:hover, .ic-main-wrapper header .navbar-default .navbar-nav li a:focus {
          color: #222222; }
        .ic-main-wrapper header .navbar-default .navbar-nav li a:after {
          position: absolute;
          content: "";
          left: 0;
          bottom: -10px;
          height: 2px;
          width: 0%;
          background-color: #222222;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .ic-main-wrapper header .navbar-default .navbar-nav li a:hover:after {
          width: 100%; }
      .ic-main-wrapper header .navbar-default .navbar-nav li.active > a:after {
        width: 100%; }
      .ic-main-wrapper header .navbar-default .navbar-nav li.active > a,
      .ic-main-wrapper header .navbar-default .navbar-nav li.active > a:hover,
      .ic-main-wrapper header .navbar-default .navbar-nav li.active > a:focus {
        background-color: transparent;
        color: #222222; }
    .ic-main-wrapper header .navbar-header {
      height: 100px;
      display: table;
      width: 80px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .ic-main-wrapper header .navbar-header .navbar-brand {
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        float: none;
        -webkit-transition: 0.4s all;
        transition: 0.4s all; }
    .ic-main-wrapper header .mCSB_container {
      overflow: visible; }
    .ic-main-wrapper header .navbar {
      height: 100px;
      margin: 0;
      border: 0px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      background: #00ffbf;
      background: -webkit-linear-gradient(left, #00ffbf 0%, #75ffff 100%);
      background: linear-gradient(to right, #00ffbf 0%, #75ffff 100%); }
      .ic-main-wrapper header .navbar.ic-header-shrink {
        height: 80px;
        background-color: #00ffc0;
        box-shadow: 0px -3px 8px 0px #000; }
  .ic-main-wrapper #home {
    height: 960px;
    padding-top: 100px;
    background: #00ffbf;
    background: -webkit-linear-gradient(left, #00ffbf 0%, #75ffff 100%);
    background: linear-gradient(to right, #00ffbf 0%, #75ffff 100%); }
    .ic-main-wrapper #home .ic-slider-container {
      max-width: 1400px;
      margin: 0 auto; }
      .ic-main-wrapper #home .ic-slider-container .ic-slider-col:focus {
        outline: 0; }
      .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption {
        display: block;
        color: #222222;
        padding: 150px 0px;
        overflow: hidden; }
        .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption h1 {
          font-size: 30px;
          text-transform: uppercase;
          margin-bottom: 40px; }
        .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption h2 {
          font-size: 60px;
          text-transform: uppercase;
          margin-bottom: 40px; }
        .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption p {
          margin-bottom: 40px; }
      .ic-main-wrapper #home .ic-slider-container .ic-slider-fig {
        display: inline-block;
        float: left;
        padding-right: 60px; }
      .ic-main-wrapper #home .ic-slider-container .slick-dots {
        bottom: -65px; }
  .ic-main-wrapper .ic-about-app h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700; }
  .ic-main-wrapper .ic-about-app p:last-of-type {
    margin-bottom: 40px; }
  .ic-main-wrapper .ic-works .ic-works-col,
  .ic-main-wrapper .ic-works .ic-features-col,
  .ic-main-wrapper .ic-feaures .ic-works-col,
  .ic-main-wrapper .ic-feaures .ic-features-col {
    padding: 200px 0px; }
    .ic-main-wrapper .ic-works .ic-works-col .ic-works-content,
    .ic-main-wrapper .ic-works .ic-works-col .ic-features-content,
    .ic-main-wrapper .ic-works .ic-features-col .ic-works-content,
    .ic-main-wrapper .ic-works .ic-features-col .ic-features-content,
    .ic-main-wrapper .ic-feaures .ic-works-col .ic-works-content,
    .ic-main-wrapper .ic-feaures .ic-works-col .ic-features-content,
    .ic-main-wrapper .ic-feaures .ic-features-col .ic-works-content,
    .ic-main-wrapper .ic-feaures .ic-features-col .ic-features-content {
      position: relative;
      margin-bottom: 55px; }
      .ic-main-wrapper .ic-works .ic-works-col .ic-works-content:last-child,
      .ic-main-wrapper .ic-works .ic-works-col .ic-features-content:last-child,
      .ic-main-wrapper .ic-works .ic-features-col .ic-works-content:last-child,
      .ic-main-wrapper .ic-works .ic-features-col .ic-features-content:last-child,
      .ic-main-wrapper .ic-feaures .ic-works-col .ic-works-content:last-child,
      .ic-main-wrapper .ic-feaures .ic-works-col .ic-features-content:last-child,
      .ic-main-wrapper .ic-feaures .ic-features-col .ic-works-content:last-child,
      .ic-main-wrapper .ic-feaures .ic-features-col .ic-features-content:last-child {
        margin-bottom: 0px; }
      .ic-main-wrapper .ic-works .ic-works-col .ic-works-content span,
      .ic-main-wrapper .ic-works .ic-works-col .ic-features-content span,
      .ic-main-wrapper .ic-works .ic-features-col .ic-works-content span,
      .ic-main-wrapper .ic-works .ic-features-col .ic-features-content span,
      .ic-main-wrapper .ic-feaures .ic-works-col .ic-works-content span,
      .ic-main-wrapper .ic-feaures .ic-works-col .ic-features-content span,
      .ic-main-wrapper .ic-feaures .ic-features-col .ic-works-content span,
      .ic-main-wrapper .ic-feaures .ic-features-col .ic-features-content span {
        position: absolute;
        left: 0;
        top: 0; }
      .ic-main-wrapper .ic-works .ic-works-col .ic-works-content .ic-works-content-col,
      .ic-main-wrapper .ic-works .ic-works-col .ic-works-content .ic-feature-content-col,
      .ic-main-wrapper .ic-works .ic-works-col .ic-features-content .ic-works-content-col,
      .ic-main-wrapper .ic-works .ic-works-col .ic-features-content .ic-feature-content-col,
      .ic-main-wrapper .ic-works .ic-features-col .ic-works-content .ic-works-content-col,
      .ic-main-wrapper .ic-works .ic-features-col .ic-works-content .ic-feature-content-col,
      .ic-main-wrapper .ic-works .ic-features-col .ic-features-content .ic-works-content-col,
      .ic-main-wrapper .ic-works .ic-features-col .ic-features-content .ic-feature-content-col,
      .ic-main-wrapper .ic-feaures .ic-works-col .ic-works-content .ic-works-content-col,
      .ic-main-wrapper .ic-feaures .ic-works-col .ic-works-content .ic-feature-content-col,
      .ic-main-wrapper .ic-feaures .ic-works-col .ic-features-content .ic-works-content-col,
      .ic-main-wrapper .ic-feaures .ic-works-col .ic-features-content .ic-feature-content-col,
      .ic-main-wrapper .ic-feaures .ic-features-col .ic-works-content .ic-works-content-col,
      .ic-main-wrapper .ic-feaures .ic-features-col .ic-works-content .ic-feature-content-col,
      .ic-main-wrapper .ic-feaures .ic-features-col .ic-features-content .ic-works-content-col,
      .ic-main-wrapper .ic-feaures .ic-features-col .ic-features-content .ic-feature-content-col {
        padding-left: 90px; }
  .ic-main-wrapper .ic-works {
    padding-bottom: 120px; }
  .ic-main-wrapper .ic-counter {
    background-image: url("../images/counter-bg.png"); }
    .ic-main-wrapper .ic-counter .ic-single-counter {
      color: #ffffff; }
      .ic-main-wrapper .ic-counter .ic-single-counter i {
        font-size: 36px;
        margin-bottom: 30px;
        display: block; }
      .ic-main-wrapper .ic-counter .ic-single-counter span {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 700; }
      .ic-main-wrapper .ic-counter .ic-single-counter p {
        text-transform: capitalize;
        font-weight: 500; }
  .ic-main-wrapper .ic-feaures {
    background-color: #edfffb;
    padding-top: 120px;
    padding-bottom: 90px; }
    .ic-main-wrapper .ic-feaures .ic-single-feature {
      padding: 30px;
      background-color: #ffffff;
      margin-bottom: 30px; }
      .ic-main-wrapper .ic-feaures .ic-single-feature:hover span {
        background: none;
        color: #00ffc0; }
      .ic-main-wrapper .ic-feaures .ic-single-feature:hover h2 {
        color: #222222; }
  .ic-main-wrapper .ic-video-sec {
    color: #ffffff;
    background-image: url("../images/video-bg.png"); }
    .ic-main-wrapper .ic-video-sec .ic-video-caption {
      padding: 60px 0px; }
      .ic-main-wrapper .ic-video-sec .ic-video-caption .ic-intro-video {
        display: inline-block;
        padding: 86px 0px; }
        .ic-main-wrapper .ic-video-sec .ic-video-caption .ic-intro-video h2 {
          text-transform: uppercase;
          font-size: 36px;
          font-weight: 700;
          margin: 0px; }
        .ic-main-wrapper .ic-video-sec .ic-video-caption .ic-intro-video a {
          display: inline-block;
          height: 60px;
          width: 60px;
          padding: 0px;
          font-size: 60px;
          line-height: 60px;
          margin-bottom: 45px;
          color: #ffffff; }
          .ic-main-wrapper .ic-video-sec .ic-video-caption .ic-intro-video a:before {
            font-size: 60px;
            height: 100%;
            width: 100%;
            transition: all 0.8s; }
          .ic-main-wrapper .ic-video-sec .ic-video-caption .ic-intro-video a:hover:before {
            font-size: 62px; }
  .ic-main-wrapper .ic-screenshot {
    padding: 120px 0px; }
    .ic-main-wrapper .ic-screenshot .slick-prev,
    .ic-main-wrapper .ic-screenshot .slick-next {
      height: 50px;
      width: 50px;
      border: 1px solid #00ffc0;
      border-radius: 50%;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .ic-main-wrapper .ic-screenshot .slick-prev:before,
      .ic-main-wrapper .ic-screenshot .slick-next:before {
        font-family: "IcoFont" !important;
        color: #00ffc0;
        font-size: 46px;
        font-weight: bold;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .ic-main-wrapper .ic-screenshot .slick-prev:hover,
      .ic-main-wrapper .ic-screenshot .slick-next:hover {
        background-color: #00ffc0; }
        .ic-main-wrapper .ic-screenshot .slick-prev:hover:before,
        .ic-main-wrapper .ic-screenshot .slick-next:hover:before {
          color: #ffffff; }
    .ic-main-wrapper .ic-screenshot .slick-next {
      right: -65px; }
    .ic-main-wrapper .ic-screenshot .slick-prev {
      left: -65px; }
    .ic-main-wrapper .ic-screenshot .slick-next:before {
      content: "\eb8b"; }
    .ic-main-wrapper .ic-screenshot .slick-prev:before {
      content: "\eb8a"; }
    .ic-main-wrapper .ic-screenshot .slick-center {
      -webkit-transition: all 1s;
      transition: all 1s; }
    .ic-main-wrapper .ic-screenshot .slick-list {
      padding-top: 60px !important;
      padding-bottom: 60px !important; }
    .ic-main-wrapper .ic-screenshot .ic-single-screenshot:focus {
      outline: 0; }
    .ic-main-wrapper .ic-screenshot .ic-single-screenshot img {
      max-width: 250px;
      margin: 0 auto; }
    .ic-main-wrapper .ic-screenshot .ic-single-screenshot .slick-list {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .ic-main-wrapper .ic-screenshot .ic-single-screenshot.slick-center img {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: 0.8s all;
      transition: 0.8s all; }
  .ic-main-wrapper .ic-testimonial {
    padding-bottom: 100px;
    background-color: #edfffb; }
    .ic-main-wrapper .ic-testimonial .ic-testimonial-col {
      margin: 0px 30px; }
      .ic-main-wrapper .ic-testimonial .ic-testimonial-col:focus {
        outline: 0; }
    .ic-main-wrapper .ic-testimonial .slick-active {
      opacity: 0.1; }
    .ic-main-wrapper .ic-testimonial .slick-center {
      opacity: 1;
      -webkit-transition: 0.4s all;
      transition: 0.4s all;
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      padding: 10px 0px; }
      .ic-main-wrapper .ic-testimonial .slick-center .ic-testimonial-caption p {
        margin-bottom: 0px; }
    .ic-main-wrapper .ic-testimonial .ic-testimonial-fig {
      overflow: hidden;
      max-width: 650px;
      width: 100%;
      text-align: center;
      margin: 0 auto; }
      .ic-main-wrapper .ic-testimonial .ic-testimonial-fig .ic-client-figure {
        display: inline-block;
        padding: 20px; }
      .ic-main-wrapper .ic-testimonial .ic-testimonial-fig img {
        height: 225px;
        width: 225px;
        border-radius: 50%;
        box-shadow: 0px 0px 20px rgba(0, 255, 192, 0.3); }
      .ic-main-wrapper .ic-testimonial .ic-testimonial-fig .ic-testimonial-caption {
        display: block; }
        .ic-main-wrapper .ic-testimonial .ic-testimonial-fig .ic-testimonial-caption .ic-rating ul {
          padding: 15px 0px; }
          .ic-main-wrapper .ic-testimonial .ic-testimonial-fig .ic-testimonial-caption .ic-rating ul li {
            display: inline-block;
            cursor: pointer;
            padding: 0px 5px;
            color: #00ffc0; }
        .ic-main-wrapper .ic-testimonial .ic-testimonial-fig .ic-testimonial-caption .ic-name-designation span {
          display: block;
          font-size: 14px;
          text-transform: capitalize;
          line-height: 20px; }
          .ic-main-wrapper .ic-testimonial .ic-testimonial-fig .ic-testimonial-caption .ic-name-designation span:first-child {
            font-weight: 700; }
    .ic-main-wrapper .ic-testimonial .slick-dots {
      bottom: -60px; }
    .ic-main-wrapper .ic-testimonial .slick-dots li button {
      border-color: #00ffc0;
      color: #00ffc0; }
    .ic-main-wrapper .ic-testimonial .slick-dots li.slick-active {
      opacity: 1; }
      .ic-main-wrapper .ic-testimonial .slick-dots li.slick-active button {
        background-color: #00ffc0;
        color: #ffffff; }
  .ic-main-wrapper .ic-pricing {
    padding: 120px 0px; }
    .ic-main-wrapper .ic-pricing .ic-single-price {
      text-align: center;
      padding: 30px 0px;
      border-radius: 30px;
      box-shadow: 0px 0px 20px rgba(0, 255, 192, 0.3);
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .ic-main-wrapper .ic-pricing .ic-single-price ul li.ic-header,
      .ic-main-wrapper .ic-pricing .ic-single-price ul li.ic-sub-header {
        font-weight: 700;
        padding: 10px 0px;
        margin-bottom: 15px; }
      .ic-main-wrapper .ic-pricing .ic-single-price ul li.ic-sub-header {
        text-transform: uppercase;
        color: #ffffff;
        background-color: #00ffc0;
        font-size: 22px; }
      .ic-main-wrapper .ic-pricing .ic-single-price ul li.ic-header {
        font-size: 36px; }
        .ic-main-wrapper .ic-pricing .ic-single-price ul li.ic-header sub {
          font-weight: 400;
          font-size: 16px; }
        .ic-main-wrapper .ic-pricing .ic-single-price ul li.ic-header sup {
          font-size: 16px;
          position: relative;
          top: -20px; }
      .ic-main-wrapper .ic-pricing .ic-single-price ul li {
        display: block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        padding: 10px 0px; }
        .ic-main-wrapper .ic-pricing .ic-single-price ul li a.ic-link {
          border: 1px solid #00ffc0;
          background: transparent;
          color: #00ffc0;
          margin-top: 20px; }
      .ic-main-wrapper .ic-pricing .ic-single-price:hover {
        box-shadow: 0px 0px 25px rgba(0, 255, 192, 0.5); }
      .ic-main-wrapper .ic-pricing .ic-single-price:hover li.ic-sub-header,
      .ic-main-wrapper .ic-pricing .ic-single-price:hover a.ic-link {
        background: #00ffc0;
        background: -webkit-linear-gradient(left, #00ffc0 0%, #17fffd 40%, #17fffd 50%, #17fffd 60%, #00ffc0 100%);
        background: linear-gradient(to right, #00ffc0 0%, #17fffd 40%, #17fffd 50%, #17fffd 60%, #00ffc0 100%);
        color: #ffffff; }
  .ic-main-wrapper .ic-download.ic-sec-bg {
    background-image: url("../images/download-bg.png");
    padding: 80px 0px; }
    .ic-main-wrapper .ic-download.ic-sec-bg:after {
      background: -webkit-linear-gradient(left, #00ffc0 23%, rgba(0, 255, 192, 0.99) 24%, rgba(23, 255, 253, 0.4) 88%, rgba(23, 255, 253, 0) 100%);
      background: linear-gradient(to right, #00ffc0 23%, rgba(0, 255, 192, 0.99) 24%, rgba(23, 255, 253, 0.4) 88%, rgba(23, 255, 253, 0) 100%); }
    .ic-main-wrapper .ic-download.ic-sec-bg .ic-lead {
      padding-bottom: 110px; }
      .ic-main-wrapper .ic-download.ic-sec-bg .ic-lead h2 {
        color: #ffffff; }
      .ic-main-wrapper .ic-download.ic-sec-bg .ic-lead .ic-shape {
        border-color: #ffffff; }
        .ic-main-wrapper .ic-download.ic-sec-bg .ic-lead .ic-shape:before, .ic-main-wrapper .ic-download.ic-sec-bg .ic-lead .ic-shape:after {
          background-color: #ffffff; }
    .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row {
      max-width: 830px;
      margin: 0 auto; }
      .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col {
        width: 30%;
        float: left;
        margin-right: 5%;
        text-align: center; }
        .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col:first-child .ic-link:before {
          content: "\e9a6"; }
        .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col:nth-child(2) .ic-link:before {
          content: "\e9a9"; }
        .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col:last-child {
          margin-right: 0px; }
          .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col:last-child .ic-link:before {
            content: "\ea60"; }
        .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col .ic-link {
          padding-left: 98px;
          line-height: 22px;
          border: 1px solid #ffffff;
          background: transparent;
          transition: 0.4s all; }
          .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col .ic-link:before {
            font-family: "IcoFont" !important;
            position: absolute;
            left: 40px;
            top: 20px;
            font-size: 30px; }
          .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col .ic-link:hover {
            background: #00ffbf;
            background: -webkit-linear-gradient(left, #00ffbf 0%, #18ffff 100%);
            background: linear-gradient(to right, #00ffbf 0%, #18ffff 100%);
            border-color: #00ffc0;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }
  .ic-main-wrapper .ic-team {
    padding-top: 120px; }
    .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig {
      position: relative;
      overflow: hidden; }
      .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig img {
        width: 100%;
        height: 100%;
        border-radius: 15px; }
      .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig .ic-team-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 15px;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig .ic-team-overlay:after {
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background: -webkit-linear-gradient(left, #17fffd 0%, rgba(23, 255, 253, 0.8) 40%, rgba(34, 34, 34, 0.78) 100%);
          background: linear-gradient(to right, #17fffd 0%, rgba(23, 255, 253, 0.8) 40%, rgba(34, 34, 34, 0.78) 100%);
          z-index: -1;
          border-radius: 15px; }
        .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig .ic-team-overlay .ic-name-title {
          position: absolute;
          top: 30px;
          width: 100%;
          text-align: center; }
          .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig .ic-team-overlay .ic-name-title span {
            display: block;
            text-align: center;
            color: #ffffff; }
            .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig .ic-team-overlay .ic-name-title span:nth-child(2) {
              font-size: 14px; }
        .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig .ic-team-overlay .ic-social-link {
          text-align: center;
          position: absolute;
          width: 100%;
          bottom: 30px; }
          .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig .ic-team-overlay .ic-social-link li {
            display: inline-block;
            height: 40px;
            width: 40px;
            border: 1px solid #ffffff;
            border-radius: 50%;
            margin: 5px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig .ic-team-overlay .ic-social-link li:hover {
              background-color: #00ffc0;
              border-color: #00ffc0; }
            .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig .ic-team-overlay .ic-social-link li a {
              color: #ffffff;
              display: inline-block;
              padding: 4px; }
      .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig:hover .ic-team-overlay {
        opacity: 1; }
  .ic-main-wrapper .ic-subscribe-wrapper {
    padding-bottom: 120px; }
    .ic-main-wrapper .ic-subscribe-wrapper form {
      max-width: 830px;
      width: 100%;
      position: relative; }
      .ic-main-wrapper .ic-subscribe-wrapper form input {
        max-width: 750px;
        width: 100%;
        border: 1px solid #00ffc0;
        padding: 10px 30px;
        border-radius: 30px;
        height: 52px; }
      .ic-main-wrapper .ic-subscribe-wrapper form button {
        padding: 10px 80px 10px 50px;
        border-radius: 50px;
        position: absolute;
        top: 0px;
        right: 0px;
        border: 1px solid #00ffc0;
        background: #00ffbf;
        background: -webkit-linear-gradient(left, #00ffbf 0%, #18ffff 100%);
        background: linear-gradient(to right, #00ffbf 0%, #18ffff 100%);
        color: #ffffff;
        font-weight: 700;
        height: 52px; }
        .ic-main-wrapper .ic-subscribe-wrapper form button:before {
          position: absolute;
          content: "\eb55";
          top: 12px;
          right: 45px;
          font-family: "IcoFont" !important;
          font-size: 20px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .ic-main-wrapper .ic-subscribe-wrapper form button:hover:before {
          right: 35px; }
  .ic-main-wrapper .ic-contact {
    background-color: #edfffb; }
    .ic-main-wrapper .ic-contact form input, .ic-main-wrapper .ic-contact form textarea {
      width: 100%;
      padding: 10px 25px;
      border: 1px solid #222222;
      border-radius: 30px;
      margin-bottom: 30px;
      background-color: transparent;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .ic-main-wrapper .ic-contact form input:focus, .ic-main-wrapper .ic-contact form textarea:focus {
        outline: 0;
        border-color: #00ffc0; }
    .ic-main-wrapper .ic-contact form button {
      border: 1px solid #00ffc0; }
    .ic-main-wrapper .ic-contact .ic-contact-detail .ic-single-contact {
      position: relative;
      margin-bottom: 70px;
      text-align: center; }
      .ic-main-wrapper .ic-contact .ic-contact-detail .ic-single-contact:last-child {
        margin-bottom: 0px; }
      .ic-main-wrapper .ic-contact .ic-contact-detail .ic-single-contact span {
        height: 60px;
        width: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 30px;
        display: inline-block;
        color: #ffffff;
        border-radius: 50%;
        margin-bottom: 15px;
        box-shadow: 0px 0px 20px rgba(0, 255, 192, 0.3);
        background: #00ffbf;
        background: -webkit-linear-gradient(left, #00ffbf 0%, #18ffff 100%);
        background: linear-gradient(to right, #00ffbf 0%, #18ffff 100%); }
      .ic-main-wrapper .ic-contact .ic-contact-detail .ic-single-contact a {
        color: #222222;
        display: inline-block; }
    .ic-main-wrapper .ic-contact .ic-text-success {
      display: none;
      position: relative;
      top: -20px;
      color: #00ffc0;
      padding-left: 15px; }
      .ic-main-wrapper .ic-contact .ic-text-success.failed {
        color: #E50000; }
  .ic-main-wrapper footer {
    background-color: #222222;
    padding: 40px 0px; }
    .ic-main-wrapper footer .ic-footer-content {
      color: #ffffff; }
      .ic-main-wrapper footer .ic-footer-content span {
        color: #00ffc0; }
      .ic-main-wrapper footer .ic-footer-content ul {
        margin-bottom: 20px; }
        .ic-main-wrapper footer .ic-footer-content ul li {
          display: inline-block; }
          .ic-main-wrapper footer .ic-footer-content ul li a {
            height: 50px;
            width: 50px;
            line-height: 50px;
            text-align: center;
            border: 1px solid #00ffc0;
            border-radius: 50%;
            display: block;
            font-size: 26px;
            color: #00ffc0;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            margin: 10px; }
            .ic-main-wrapper footer .ic-footer-content ul li a:hover {
              background: #00ffbf;
              background: -webkit-linear-gradient(left, #00ffbf 0%, #18ffff 100%);
              background: linear-gradient(to right, #00ffbf 0%, #18ffff 100%);
              color: #ffffff; }
  .ic-main-wrapper .ic-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    background: #00ffbf;
    background: linear-gradient(to right, #00ffbf 0%, #75ffff 100%); }
    .ic-main-wrapper .ic-preloader .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      border-radius: 5px;
      background-color: #ffffff;
      color: #ffffff;
      -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
      animation: sk-rotateplane 1.2s infinite ease-in-out; }
      .ic-main-wrapper .ic-preloader .spinner span {
        color: #00ffc0;
        font-size: 10px;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*************************
    17. RESPONSIVE
**************************/
@media only screen and (max-width: 1400px) {
  .ic-intro-video a {
    padding-left: 45px; }
    .ic-intro-video a:before {
      font-size: 22px; }
  .ic-main-wrapper #home {
    height: 660px; }
    .ic-main-wrapper #home .ic-slider-container {
      max-width: 1170px;
      margin: 0 auto; }
      .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption {
        padding: 100px 40px; }
        .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption h1 {
          font-size: 26px;
          margin-bottom: 20px; }
        .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption h2 {
          font-size: 46px;
          margin-bottom: 20px; }
        .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption p {
          margin-bottom: 20px; }
      .ic-main-wrapper #home .ic-slider-container .ic-slider-fig img {
        max-width: 380px; }
      .ic-main-wrapper #home .ic-slider-container .slick-dots {
        bottom: -25px; }
  .ic-main-wrapper .ic-works .ic-works-col {
    padding: 80px 0px; }
    .ic-main-wrapper .ic-works .ic-works-col .ic-works-content {
      margin-bottom: 60px; }
  .ic-main-wrapper .ic-works .ic-works-figure img {
    max-width: 230px;
    margin: 0 auto; }
  .ic-main-wrapper .ic-feaures .ic-features-col .ic-features-content {
    margin-bottom: 50px; }
  .ic-main-wrapper .ic-feaures .ic-features-fig img {
    max-width: 380px;
    margin: 0 auto; }
  .ic-main-wrapper .ic-video-sec .ic-video-caption {
    padding: 0px; }
  .ic-main-wrapper .ic-screenshot .ic-single-screenshot img {
    max-width: 188px; }
  .ic-main-wrapper .ic-screenshot .slick-next,
  .ic-main-wrapper .ic-screenshot .slick-prev {
    height: 40px;
    width: 40px; }
    .ic-main-wrapper .ic-screenshot .slick-next:before,
    .ic-main-wrapper .ic-screenshot .slick-prev:before {
      font-size: 26px; }
  .ic-main-wrapper .ic-screenshot .slick-next {
    right: -45px; }
  .ic-main-wrapper .ic-screenshot .slick-prev {
    left: -45px; }
  .ic-main-wrapper .ic-testimonial .ic-testimonial-col {
    margin: 0px 15px; } }

@media only screen and (max-width: 1278px) {
  .ic-main-wrapper .ic-screenshot .slick-next {
    right: 0px; }
  .ic-main-wrapper .ic-screenshot .slick-prev {
    left: 0px;
    z-index: 2; } }

@media only screen and (max-width: 1199px) {
  .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption {
    max-width: 700px;
    padding: 100px 60px; }
  .ic-main-wrapper #home .ic-slider-container .slick-dots {
    bottom: 0px; }
  .ic-main-wrapper .ic-screenshot .slick-next {
    right: -45px; }
  .ic-main-wrapper .ic-screenshot .slick-prev {
    left: -45px; } }

@media only screen and (max-width: 1080px) {
  .ic-main-wrapper .ic-screenshot .slick-next {
    right: -3px; }
  .ic-main-wrapper .ic-screenshot .slick-prev {
    left: -3px; }
  .ic-main-wrapper .ic-testimonial .slick-active {
    opacity: 1; }
  .ic-main-wrapper .ic-testimonial .ic-testimonial-fig {
    max-width: none;
    width: 100%; }
    .ic-main-wrapper .ic-testimonial .ic-testimonial-fig .ic-testimonial-caption {
      max-width: 700px;
      margin: 0 auto; } }

@media only screen and (max-width: 992px) {
  .ic-main-wrapper header .navbar-default .navbar-nav {
    padding-right: 30px; }
    .ic-main-wrapper header .navbar-default .navbar-nav li a {
      margin: 40px 10px; }
  .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption {
    padding: 0px 0px 60px 0px; }
    .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption h2 {
      font-size: 40px; }
  .ic-main-wrapper #home .ic-slider-container .slick-dots {
    bottom: -60px; }
  .ic-main-wrapper .ic-app-figure {
    margin-bottom: 30px; }
  .ic-main-wrapper .ic-about-app h3 {
    margin-bottom: 30px; }
  .ic-main-wrapper .ic-screenshot .slick-next {
    right: -45px; }
  .ic-main-wrapper .ic-screenshot .slick-prev {
    left: -45px; }
  .ic-main-wrapper .ic-testimonial .ic-testimonial-fig .ic-client-figure {
    padding-right: 30px; }
  .ic-main-wrapper .ic-testimonial .ic-testimonial-fig .ic-testimonial-caption {
    padding: 15px; }
  .ic-main-wrapper .ic-pricing .ic-single-price {
    margin-bottom: 30px; }
  .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col .ic-link {
    font-size: 14px;
    padding-left: 78px; }
    .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col .ic-link:before {
      font-size: 24px;
      left: 20px; } }

@media only screen and (max-width: 991px) {
  .ic-main-wrapper .ic-app-intro .col-sm-6:nth-child(3),
  .ic-main-wrapper .ic-pricing .col-sm-6:nth-child(3) {
    width: 100%;
    text-align: center; }
    .ic-main-wrapper .ic-app-intro .col-sm-6:nth-child(3) .ic-single-intro,
    .ic-main-wrapper .ic-app-intro .col-sm-6:nth-child(3) .ic-single-price,
    .ic-main-wrapper .ic-pricing .col-sm-6:nth-child(3) .ic-single-intro,
    .ic-main-wrapper .ic-pricing .col-sm-6:nth-child(3) .ic-single-price {
      max-width: 50%;
      margin: 0 auto; }
  .ic-main-wrapper .ic-single-intro {
    margin-bottom: 60px; }
  .ic-main-wrapper .ic-team .ic-single-mamber {
    margin-bottom: 30px; }
  .ic-main-wrapper .ic-works {
    padding-bottom: 0px; } }

@media only screen and (max-width: 880px) {
  .ic-main-wrapper .ic-screenshot .slick-next {
    right: 0px; }
  .ic-main-wrapper .ic-screenshot .slick-prev {
    left: 0px; }
  .ic-main-wrapper .ic-feaures .ic-features-fig {
    margin-bottom: 30px; } }

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px; }
  section {
    padding: 40px 0px; }
  p, h2, h3 {
    margin-bottom: 15px; }
  h2 {
    font-size: 30px; }
  h4 {
    font-size: 22px; }
  .ic-single-intro,
  .ic-works-content,
  .ic-features-content,
  .ic-single-feature {
    padding: 0px 15px; }
    .ic-single-intro span,
    .ic-works-content span,
    .ic-features-content span,
    .ic-single-feature span {
      height: 50px;
      width: 50px;
      line-height: 50px;
      font-size: 30px; }
    .ic-single-intro h2,
    .ic-works-content h2,
    .ic-features-content h2,
    .ic-single-feature h2 {
      font-size: 22px; }
  .ic-main-wrapper .ic-lead p {
    font-size: 16px; }
  .ic-main-wrapper .ic-contact .ic-contact-detail .ic-single-contact span {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px; }
  .ic-main-wrapper footer {
    padding: 30px 0px; }
    .ic-main-wrapper footer .ic-footer-content ul {
      margin-bottom: 10px; }
      .ic-main-wrapper footer .ic-footer-content ul li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 22px; }
  .ic-main-wrapper .scroll-hidden {
    overflow: hidden; }
  .ic-main-wrapper .navbar-header {
    width: auto;
    height: 80px;
    display: block; }
    .ic-main-wrapper .navbar-header .navbar-brand {
      padding: 30px; }
  .ic-main-wrapper .mCSB_container {
    overflow: hidden; }
  .ic-main-wrapper .navbar {
    height: auto; }
  .ic-main-wrapper .navbar.ic-header-shrink {
    height: auto; }
  .ic-main-wrapper #home {
    height: 550px; }
    .ic-main-wrapper #home .ic-slider-container .ic-slider-fig {
      padding-top: 80px; }
      .ic-main-wrapper #home .ic-slider-container .ic-slider-fig img {
        max-width: 210px; }
    .ic-main-wrapper #home .ic-slider-container .slick-dots {
      bottom: -35px; }
  .ic-main-wrapper .ic-app-intro .ic-works-small {
    margin-bottom: 0px; }
  .ic-main-wrapper .ic-about-app h3 {
    margin-bottom: 20px;
    font-size: 20px; }
  .ic-main-wrapper .ic-works .ic-lead.ic-pb {
    padding-bottom: 0px; }
  .ic-main-wrapper .ic-works .ic-works-col {
    padding: 60px 0px;
    overflow: hidden; }
    .ic-main-wrapper .ic-works .ic-works-col .ic-works-content {
      width: 50%;
      float: left;
      margin-bottom: 0px; }
      .ic-main-wrapper .ic-works .ic-works-col .ic-works-content .ic-works-content-col {
        padding-left: 60px; }
  .ic-main-wrapper .ic-works .ic-works-small {
    padding-bottom: 0px; }
  .ic-main-wrapper .ic-feaures,
  .ic-main-wrapper .ic-screenshot,
  .ic-main-wrapper .ic-pricing {
    padding: 80px 0px; }
  .ic-main-wrapper .ic-team {
    padding-top: 80px; }
  .ic-main-wrapper .ic-subscribe-wrapper {
    padding-bottom: 80px; }
  .ic-main-wrapper .ic-video-sec .ic-video-caption .ic-intro-video {
    padding: 0px; }
    .ic-main-wrapper .ic-video-sec .ic-video-caption .ic-intro-video h2 {
      font-size: 22px;
      line-height: 28px; }
  .ic-main-wrapper .ic-testimonial .ic-testimonial-fig {
    text-align: center; }
    .ic-main-wrapper .ic-testimonial .ic-testimonial-fig img {
      width: 200px;
      height: 200px; }
    .ic-main-wrapper .ic-testimonial .ic-testimonial-fig .ic-client-figure {
      float: none; }
    .ic-main-wrapper .ic-testimonial .ic-testimonial-fig .ic-testimonial-caption .ic-name-designation {
      float: none;
      padding-bottom: 30px; }
  .ic-main-wrapper .ic-app-intro {
    padding-bottom: 0px; }
  .ic-main-wrapper .ic-team .row.ic-pb {
    padding-bottom: 0px; }
  .ic-main-wrapper .ic-works {
    padding-bottom: 60px; }
  .ic-main-wrapper .ic-contact .ic-contact-detail .ic-single-contact {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .ic-main-wrapper header .navbar-default .navbar-nav {
    margin: 0px;
    text-align: center; }
    .ic-main-wrapper header .navbar-default .navbar-nav li a {
      margin: 15px 10px;
      padding: 0px;
      display: inline-block; }
  .ic-main-wrapper header .navbar-default .navbar-collapse {
    border-color: transparent;
    background: #00ffbf;
    background: -webkit-linear-gradient(left, #00ffbf 0%, #75ffff 100%);
    background: linear-gradient(to right, #00ffbf 0%, #75ffff 100%);
    padding: 0px;
    position: fixed;
    left: 100%;
    top: 80px;
    display: block;
    width: 100%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    margin: 0px;
    max-height: 250px; }
  .ic-main-wrapper header .navbar-default .ic-visible-nav {
    left: 0%; }
  .ic-main-wrapper header .navbar-default .navbar-toggle:focus,
  .ic-main-wrapper header .navbar-default .navbar-toggle:hover {
    background-color: transparent; }
  .ic-main-wrapper header .navbar-default .navbar-toggle {
    border-color: #ffffff;
    height: 35px;
    width: 45px;
    margin: 33px 0px; }
    .ic-main-wrapper header .navbar-default .navbar-toggle .icon-bar {
      background-color: #ffffff;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
  .ic-main-wrapper header .navbar-default .ic-hidden {
    position: relative; }
    .ic-main-wrapper header .navbar-default .ic-hidden .icon-bar {
      background-color: #ffffff;
      position: absolute; }
      .ic-main-wrapper header .navbar-default .ic-hidden .icon-bar:nth-child(3) {
        opacity: 0; }
      .ic-main-wrapper header .navbar-default .ic-hidden .icon-bar:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 16px; }
      .ic-main-wrapper header .navbar-default .ic-hidden .icon-bar:nth-child(4) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 12px; }
  .ic-main-wrapper header .navbar-header {
    width: 100%;
    display: block; }
    .ic-main-wrapper header .navbar-header .navbar-brand {
      display: inline-block;
      margin: 34px 20px;
      height: auto; }
  .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col {
    width: 46%;
    margin-right: 0;
    margin-bottom: 30px; }
    .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col:last-child {
      width: 100%;
      margin-bottom: 0px; }
    .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col .ic-link {
      padding: 20px 20px 20px 60px; }
  .ic-main-wrapper .ic-contact .ic-contact-detail {
    padding: 60px 0px 0px 0px; } }

@media only screen and (max-width: 680px) {
  .ic-main-wrapper header {
    height: 60px; }
    .ic-main-wrapper header .navbar {
      height: 100%; }
    .ic-main-wrapper header .navbar-header .navbar-brand {
      margin: 18px 20px; }
      .ic-main-wrapper header .navbar-header .navbar-brand img {
        max-width: 60px; }
    .ic-main-wrapper header .navbar-default .navbar-toggle {
      margin: 13px 0px; }
    .ic-main-wrapper header .navbar-default .navbar-collapse {
      top: 60px; }
  .ic-main-wrapper #home .ic-slider-container {
    height: 100%; }
    .ic-main-wrapper #home .ic-slider-container .ic-slider-row,
    .ic-main-wrapper #home .ic-slider-container .slick-list,
    .ic-main-wrapper #home .ic-slider-container .slick-track {
      height: 100%; }
    .ic-main-wrapper #home .ic-slider-container .ic-slider-col {
      position: relative;
      height: 100%; }
      .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption {
        max-width: inherit;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 60px;
        padding: 0px; }
        .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption h1 {
          font-size: 18px; }
        .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption h2 {
          font-size: 26px; }
        .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption p {
          font-size: 14px;
          line-height: 20px; }
        .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption p {
          display: none; }
    .ic-main-wrapper #home .ic-slider-container .ic-slider-fig {
      text-align: center;
      width: 100%;
      padding: 0px; }
      .ic-main-wrapper #home .ic-slider-container .ic-slider-fig img {
        display: inline-block;
        max-width: 150px; }
    .ic-main-wrapper #home .ic-slider-container .slick-dots {
      bottom: -15px; } }

@media only screen and (max-width: 580px) {
  .col-xxs-12 {
    width: 100%;
    margin: 0px; }
  .col-xxs-6 {
    width: 50%; }
  .ic-main-wrapper .ic-feaures .col-xxs-12:last-child .ic-single-feature {
    margin-bottom: 0px; }
  .ic-main-wrapper .ic-download.ic-sec-bg .ic-download-row .ic-download-col {
    width: 100%; }
  .ic-main-wrapper .ic-team .ic-single-mamber .ic-member-fig {
    margin-bottom: 15px; }
  .ic-main-wrapper .ic-subscribe-wrapper .ic-subscribe form input {
    margin-bottom: 30px; }
  .ic-main-wrapper .ic-subscribe-wrapper .ic-subscribe form button {
    padding: 10px 50px 10px 50px;
    position: static; }
    .ic-main-wrapper .ic-subscribe-wrapper .ic-subscribe form button:before {
      position: static;
      content: ""; }
    .ic-main-wrapper .ic-subscribe-wrapper .ic-subscribe form button:hover:before {
      right: 20px; }
  .ic-main-wrapper .ic-works .ic-works-col .ic-works-content {
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }
    .ic-main-wrapper .ic-works .ic-works-col .ic-works-content .ic-works-content-col {
      padding-left: 0px; }
    .ic-main-wrapper .ic-works .ic-works-col .ic-works-content span {
      position: static; }
  .ic-main-wrapper .ic-feaures .ic-features-col .ic-features-content {
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }
    .ic-main-wrapper .ic-feaures .ic-features-col .ic-features-content .ic-feature-content-col {
      padding-left: 0px; }
    .ic-main-wrapper .ic-feaures .ic-features-col .ic-features-content span {
      position: static; }
  .ic-main-wrapper .ic-contact .ic-contact-detail .ic-single-contact {
    margin-bottom: 30px; }
  .ic-main-wrapper .ic-contact form {
    text-align: center; }
  .ic-main-wrapper .ic-screenshot .ic-lead.ic-pb {
    padding-bottom: 0px; }
  .ic-main-wrapper .ic-screenshot .slick-prev,
  .ic-main-wrapper .ic-screenshot .slick-next {
    height: 0px;
    width: 0px;
    border: 0px; }
  .ic-main-wrapper .ic-screenshot .slick-next {
    right: 30px; }
  .ic-main-wrapper .ic-screenshot .slick-prev {
    left: 0px; }
  .ic-main-wrapper .ic-screenshot .slick-prev:hover:before,
  .ic-main-wrapper .ic-screenshot .slick-next:hover:before {
    color: #00ffc0; }
  .ic-main-wrapper .ic-screenshot .ic-single-screenshot img {
    max-width: 100px; }
  .ic-main-wrapper .ic-screenshot .ic-screenshot-row .ic-screenshots {
    padding: 0px; }
  .ic-main-wrapper .ic-about-app-sec .ic-about-app {
    text-align: center; }
  .ic-main-wrapper .ic-app-intro .col-sm-6:nth-child(3),
  .ic-main-wrapper .ic-pricing .col-sm-6:nth-child(3) {
    text-align: center; }
    .ic-main-wrapper .ic-app-intro .col-sm-6:nth-child(3) .ic-single-intro,
    .ic-main-wrapper .ic-app-intro .col-sm-6:nth-child(3) .ic-single-price,
    .ic-main-wrapper .ic-pricing .col-sm-6:nth-child(3) .ic-single-intro,
    .ic-main-wrapper .ic-pricing .col-sm-6:nth-child(3) .ic-single-price {
      max-width: 100%; }
  .ic-main-wrapper .ic-download.ic-sec-bg .ic-lead {
    padding-bottom: 60px; }
  .ic-main-wrapper footer .ic-footer-content span {
    display: block; }
    .ic-main-wrapper footer .ic-footer-content span .ic-separator {
      display: none; }
  .ic-main-wrapper footer .ic-footer-content ul li a {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 38px;
    padding: 0px;
    margin: 5px; } }

@media only screen and (max-width: 480px) {
  .ic-main-wrapper #home {
    height: 450px; }
    .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption {
      padding: 0px 15px;
      bottom: 20px; }
      .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption h1 {
        font-size: 19px;
        margin-bottom: 10px; }
      .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption h2 {
        font-size: 16px;
        margin-bottom: 10px; }
    .ic-main-wrapper #home .ic-slider-container .ic-intro-video a {
      font-size: 18px;
      line-height: 23px;
      padding-left: 35px; }
      .ic-main-wrapper #home .ic-slider-container .ic-intro-video a:before {
        font-size: 18px; }
    .ic-main-wrapper #home .ic-slider-container .slick-dots {
      bottom: -30px; }
      .ic-main-wrapper #home .ic-slider-container .slick-dots li, .ic-main-wrapper #home .ic-slider-container .slick-dots button {
        height: 25px;
        width: 25px;
        font-size: 16px; }
  .ic-main-wrapper .ic-testimonial .ic-testimonial-fig img {
    width: 160px;
    height: 160px; }
  .ic-main-wrapper .ic-testimonial .slick-dots li {
    height: 25px;
    width: 25px; } }

@media only screen and (max-width: 390px) {
  .col-exs-12 {
    width: 100%; }
  .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption h1 {
    font-size: 18px; }
  .ic-main-wrapper #home .ic-slider-container .ic-slider-col .ic-slider-caption h2 {
    font-size: 14px; }
  .ic-main-wrapper .ic-counter .col-exs-12 {
    margin-bottom: 30px; }
  .ic-main-wrapper .ic-counter .ic-single-counter i {
    margin-bottom: 15px; } }
