ul.nav,ul#mainnav-menu,ul#mainnav-menu li ul,ol.breadcrumb,.menu-popover ul.collapse{margin:0;}

.subNav.advanced dl ul li{
    height: 60px!important;
    min-width: 120px!important;
    width: 120px!important;
    padding: 10px 5px 0 5px!important;
}

.subNav.advanced dl{
padding:0!important;
width:615px!important;
}

/* sys */
.dnnDropDownList .dt-container .dt-header{margin:0;height:45px!important;}
.folder.dnnDropDownList .selected-item {padding: 0px 0!important;}
.folder.dnnDropDownList .selected-item a{line-height: 2px;}
.dnnDropDownList .selected-item a, .dnnDropDownList .selected-item a:link, .dnnDropDownList .selected-item a:visited{height:35px!important;line-height: 20px;}
ul.dnnAdminTabNav{height:36px;}
.dnnForm .ui-tabs-panel{border:0!important;margin:0!important;}
a.btn-primary:visited{color:#fff!important;}
.navbar-fixed-bottom, .navbar-fixed-top{z-index:950!important;}



.navbar-inverse .navbar-brand i {
    font-size:37px!important;
    color: #1ebbf0;
    float: left;
    padding: 0 10px 0 0;
}
.navbar-inverse .navbar-brand .slogan{color:#dadada;position:relative;top:-2px;font-size:15px;letter-spacing:5px;font-weight:normal;text-align:center;}

a.navbar-brand img.navbar-brand-media-dark{
width:160px;
}

canvas{ 
	display: block;
	vertical-align: bottom; 
} 

#particles-js{ 
 position:absolute; 
 width: 100%; 
 background-image: url(""); 
 background-repeat: no-repeat; 
 background-size: cover; 
 background-position: 50% 50%; 
 z-index:11;
 } 

.intro8 {
    background: url(/img/intro/bg/12.jpg) no-repeat top center!important;
height: 100vh;
/*overflow: auto;
overflow-x: hidden*/
}

.intro9{
background:url(/img/intro/bg/14.jpg) no-repeat top center!important;
height: 100vh;
}
.intro9.overlay:after{
background:#00000069!important;
/*background:#000000e6!important*/
}

.info-content-dark{background-size: cover!important;}
.info-content-dark.overlay:after{opacity: 0.85!important;background:#000000eb;}

.text-cover.right {
    right: 1vh;
}
.text-cover.top {
    top: 0;
}
.text-cover {
    position: absolute;
    top: 0;
    font-size: 10vw;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.08);
    z-index: 10;
}


#funds .text-cover{
    position: relative;
    top: -16px;
    font-size: 7vw;
    font-weight: 700;
    color: rgba(12, 138, 230, 0.35);
    z-index: 10;
    line-height: 155px;
    left: 35px;
}

#team img.thumb{
    margin: 0 0 23px 0;
    padding: 3px;
    background: #cccaca;
    border-radius: 4px;
}
#team h3{margin:0;}

.exch{background:#4444449e;padding:30px 26px;display:inline-block;}
.exch img{width:130px;margin:0 9px;}

/**
 * watch-video
 * ---------------------------------------------------------
 */
.watch-video-section {
  background-color: #313848;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background:url(/img/bg/11.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 992px) {
  .watch-video-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.watch-video-section .text-lead{font-size:20px;color:#9a9a9a;}

.text-cover {
  position: absolute;
  top: 0;
  font-size: 10vw;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.22);
}

.text-cover.bottom {
  bottom: 0;
}
.text-cover.right {
  right: 1vh;
}
.text-cover.left {
  left: 1vh;
}
@media (max-width: 767px) {
  .text-cover {
    display: none;
  }
}

@media (min-width: 768px) {
  .watch-video-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .watch-video-left-col {
    margin-bottom: 3rem;
    text-align: center;
  }
}

.watch-video-icon {
  -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  -webkit-transition-property: -webkit-box-shadow;
       -o-transition-property: box-shadow;
          transition-property: box-shadow;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  color: #313848;
  font-size: 2.25rem;
}
.no-flexbox .watch-video-icon {
  display: inline-block;
  line-height: 1.944444444444445;
  text-align: center;
}
.watch-video-icon:hover, .watch-video-icon:focus {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}

.watch-video-right-col {
  margin-bottom: -5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .watch-video-right-col {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .watch-video-right-col {
    margin-bottom: -6.25rem;
  }
}
.watch-video-right-col > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}


.title-row {
  margin-bottom: 6rem;
  text-align: center;
}

/**
 * number
 * ---------------------------------------------------------
 */
.number-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  /*background-color: #313848;*/
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .number-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media (max-width: 767px) {
  .number-box-col {
    margin-bottom: 2.25rem;
  }
  .number-box-col:nth-child(3), .number-box-col:nth-child(4) {
    margin-bottom: 0;
  }
}

.number-box img {
  width: 7rem;
  margin-bottom: 0.5rem;
}
.number-box h5 {
  line-height: 1.318181818181818;
  margin-bottom: 0.5rem;
  font-size: 4.75rem;
  font-weight: 300;
}
.number-box p {
  line-height: 1.625;
  font-size: 2rem;
  font-weight: 300;
}

/**
 * iconbox
 * ---------------------------------------------------------
 */
.iconbox {
  text-align: center;
}

.iconbox-media:first-child:not(:last-child) {
  margin-bottom: 1.25rem;
}

.iconbox-media-icon {
  font-size: 2.75rem;
}

.iconbox-media-img {
  display: block;
  max-width: 100%;
  width:90px;
  height:90px;
  margin-right: auto;
  margin-left: auto;
}

.iconbox-header {
  margin-bottom: 0.75rem;
}

.iconbox-header-title {
  font-weight: 500;
    font-size:18px;
}

/**
 * common
 * ---------------------------------------------------------
 */
.section-title {
  line-height: 1.333333333333333;
  margin-bottom: 3rem;
  font-size: 2.25rem;
  font-weight: 300;
}
.section-title + .text-lead {
  line-height: 1.625;
  margin-top: -1.5rem;
  margin-bottom: 3rem;
  font-size: 1rem;
  font-weight: 300;
}

h2.section-title {
font-size: 38px;
    line-height: 45px;
}

.img-thumbnail{padding:1px!important;}
em.mki{font-style:normal;}

.overlay:after{opacity:0.35!important;}

@font-face {
  font-family: 'my-custom-icons';
  src:  url('fonts/my-custom-icons.eot?mwsf34');
  src:  url('fonts/my-custom-icons.eot?mwsf34#iefix') format('embedded-opentype'),
    url('fonts/my-custom-icons.ttf?mwsf34') format('truetype'),
    url('fonts/my-custom-icons.woff?mwsf34') format('woff'),
    url('fonts/my-custom-icons.svg?mwsf34#my-custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.cu {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'my-custom-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cu-eye2:before {
  content: "\e000";
}
.cu-paper-clip:before {
  content: "\e001";
}
.cu-mail:before {
  content: "\e002";
}
.cu-toggle:before {
  content: "\e003";
}
.cu-layout:before {
  content: "\e004";
}
.cu-link2:before {
  content: "\e005";
}
.cu-bell:before {
  content: "\e006";
}
.cu-lock2:before {
  content: "\e007";
}
.cu-unlock:before {
  content: "\e008";
}
.cu-ribbon:before {
  content: "\e009";
}
.cu-image:before {
  content: "\e010";
}
.cu-signal:before {
  content: "\e011";
}
.cu-target:before {
  content: "\e012";
}
.cu-clipboard:before {
  content: "\e013";
}
.cu-clock2:before {
  content: "\e014";
}
.cu-watch:before {
  content: "\e015";
}
.cu-air-play:before {
  content: "\e016";
}
.cu-camera2:before {
  content: "\e017";
}
.cu-video:before {
  content: "\e018";
}
.cu-disc:before {
  content: "\e019";
}
.cu-printer2:before {
  content: "\e020";
}
.cu-monitor:before {
  content: "\e021";
}
.cu-server:before {
  content: "\e022";
}
.cu-cog2:before {
  content: "\e023";
}
.cu-heart2:before {
  content: "\e024";
}
.cu-paragraph:before {
  content: "\e025";
}
.cu-align-justify:before {
  content: "\e026";
}
.cu-align-left:before {
  content: "\e027";
}
.cu-align-center:before {
  content: "\e028";
}
.cu-align-right:before {
  content: "\e029";
}
.cu-book2:before {
  content: "\e030";
}
.cu-layers2:before {
  content: "\e031";
}
.cu-stack:before {
  content: "\e032";
}
.cu-stack-2:before {
  content: "\e033";
}
.cu-paper:before {
  content: "\e034";
}
.cu-paper-stack:before {
  content: "\e035";
}
.cu-search:before {
  content: "\e036";
}
.cu-zoom-in:before {
  content: "\e037";
}
.cu-zoom-out:before {
  content: "\e038";
}
.cu-reply:before {
  content: "\e039";
}
.cu-circle-plus:before {
  content: "\e040";
}
.cu-circle-minus2:before {
  content: "\e041";
}
.cu-circle-check:before {
  content: "\e042";
}
.cu-circle-cross:before {
  content: "\e043";
}
.cu-square-plus:before {
  content: "\e044";
}
.cu-square-minus:before {
  content: "\e045";
}
.cu-square-check:before {
  content: "\e046";
}
.cu-square-cross:before {
  content: "\e047";
}
.cu-microphone2:before {
  content: "\e048";
}
.cu-record:before {
  content: "\e049";
}
.cu-skip-back:before {
  content: "\e050";
}
.cu-rewind:before {
  content: "\e051";
}
.cu-play:before {
  content: "\e052";
}
.cu-pause:before {
  content: "\e053";
}
.cu-stop:before {
  content: "\e054";
}
.cu-fast-forward:before {
  content: "\e055";
}
.cu-skip-forward:before {
  content: "\e056";
}
.cu-shuffle:before {
  content: "\e057";
}
.cu-repeat:before {
  content: "\e058";
}
.cu-folder:before {
  content: "\e059";
}
.cu-umbrella:before {
  content: "\e060";
}
.cu-moon2:before {
  content: "\e061";
}
.cu-thermometer:before {
  content: "\e062";
}
.cu-drop2:before {
  content: "\e063";
}
.cu-sun2:before {
  content: "\e064";
}
.cu-cloud2:before {
  content: "\e065";
}
.cu-cloud-upload2:before {
  content: "\e066";
}
.cu-cloud-download2:before {
  content: "\e067";
}
.cu-upload3:before {
  content: "\e068";
}
.cu-download2:before {
  content: "\e069";
}
.cu-location2:before {
  content: "\e070";
}
.cu-location-2:before {
  content: "\e071";
}
.cu-map2:before {
  content: "\e072";
}
.cu-battery:before {
  content: "\e073";
}
.cu-head:before {
  content: "\e074";
}
.cu-briefcase2:before {
  content: "\e075";
}
.cu-speech-bubble:before {
  content: "\e076";
}
.cu-anchor:before {
  content: "\e077";
}
.cu-globe:before {
  content: "\e078";
}
.cu-box:before {
  content: "\e079";
}
.cu-reload:before {
  content: "\e080";
}
.cu-share:before {
  content: "\e081";
}
.cu-marquee:before {
  content: "\e082";
}
.cu-marquee-plus:before {
  content: "\e083";
}
.cu-marquee-minus:before {
  content: "\e084";
}
.cu-tag2:before {
  content: "\e085";
}
.cu-power:before {
  content: "\e086";
}
.cu-command:before {
  content: "\e087";
}
.cu-alt:before {
  content: "\e088";
}
.cu-esc:before {
  content: "\e089";
}
.cu-bar-graph:before {
  content: "\e090";
}
.cu-bar-graph-2:before {
  content: "\e091";
}
.cu-pie-graph:before {
  content: "\e092";
}
.cu-star3:before {
  content: "\e093";
}
.cu-arrow-left2:before {
  content: "\e094";
}
.cu-arrow-right2:before {
  content: "\e095";
}
.cu-arrow-up2:before {
  content: "\e096";
}
.cu-arrow-down2:before {
  content: "\e097";
}
.cu-volume2:before {
  content: "\e098";
}
.cu-mute:before {
  content: "\e099";
}
.cu-content-right:before {
  content: "\e100";
}
.cu-content-left:before {
  content: "\e101";
}
.cu-grid:before {
  content: "\e102";
}
.cu-grid-2:before {
  content: "\e103";
}
.cu-columns:before {
  content: "\e104";
}
.cu-loader:before {
  content: "\e105";
}
.cu-bag:before {
  content: "\e106";
}
.cu-ban:before {
  content: "\e107";
}
.cu-flag2:before {
  content: "\e108";
}
.cu-trash2:before {
  content: "\e109";
}
.cu-expand:before {
  content: "\e110";
}
.cu-contract:before {
  content: "\e111";
}
.cu-maximize:before {
  content: "\e112";
}
.cu-minimize:before {
  content: "\e113";
}
.cu-plus:before {
  content: "\e114";
}
.cu-minus:before {
  content: "\e115";
}
.cu-check:before {
  content: "\e116";
}
.cu-cross2:before {
  content: "\e117";
}
.cu-move2:before {
  content: "\e118";
}
.cu-delete:before {
  content: "\e119";
}
.cu-menu2:before {
  content: "\e120";
}
.cu-archive:before {
  content: "\e121";
}
.cu-inbox2:before {
  content: "\e122";
}
.cu-outbox:before {
  content: "\e123";
}
.cu-file:before {
  content: "\e124";
}
.cu-file-add2:before {
  content: "\e125";
}
.cu-file-subtract:before {
  content: "\e126";
}
.cu-help:before {
  content: "\e127";
}
.cu-open:before {
  content: "\e128";
}
.cu-ellipsis:before {
  content: "\e129";
}
.cu-add:before {
  content: "\e903";
}
.cu-cancel:before {
  content: "\e907";
}
.cu-check2:before {
  content: "\e908";
}
.cu-checked:before {
  content: "\e909";
}
.cu-check-mark:before {
  content: "\e90a";
}
.cu-close2:before {
  content: "\e90b";
}
.cu-download-2:before {
  content: "\e91c";
}
.cu-edit2:before {
  content: "\e91d";
}
.cu-heart-2:before {
  content: "\e926";
}
.cu-like3:before {
  content: "\e92f";
}
.cu-list-2:before {
  content: "\e933";
}
.cu-login:before {
  content: "\e936";
}
.cu-logout:before {
  content: "\e937";
}
.cu-microphone:before {
  content: "\e93c";
}
.cu-orientation:before {
  content: "\e94a";
}
.cu-padlock:before {
  content: "\e94b";
}
.cu-paper-plane2:before {
  content: "\e94d";
}
.cu-photo-camera:before {
  content: "\e94f";
}
.cu-picture:before {
  content: "\e950";
}
.cu-pie-chart:before {
  content: "\e951";
}
.cu-placeholder:before {
  content: "\e954";
}
.cu-plus2:before {
  content: "\e955";
}
.cu-smartphone-1:before {
  content: "\e968";
}
.cu-speech-bubble-12:before {
  content: "\e978";
}
.cu-star2:before {
  content: "\e989";
}
.cu-upload2:before {
  content: "\e9aa";
}
.cu-user2:before {
  content: "\e9ad";
}
.cu-diamond2:before {
  content: "\e9e5";
}
.cu-light-bulb:before {
  content: "\ea1a";
}
.cu-mail-4:before {
  content: "\ea20";
}
.cu-monitor-4:before {
  content: "\ea2c";
}
.cu-padlock3:before {
  content: "\ea31";
}
.cu-tap-2:before {
  content: "\ea64";
}
.cu-headphones2:before {
  content: "\ea7d";
}
.cu-package:before {
  content: "\e9c5";
}
.cu-package-6:before {
  content: "\ea82";
}
.cu-shopping-bag-2:before {
  content: "\ea88";
}
.cu-truck-1:before {
  content: "\ea8e";
}
.cu-alarm:before {
  content: "\e900";
}
.cu-apartment:before {
  content: "\e901";
}
.cu-arrow-down:before {
  content: "\e902";
}
.cu-arrow-down-circle:before {
  content: "\e904";
}
.cu-arrow-left:before {
  content: "\e905";
}
.cu-arrow-left-circle:before {
  content: "\e906";
}
.cu-arrow-right:before {
  content: "\e90c";
}
.cu-arrow-right-circle:before {
  content: "\e90d";
}
.cu-arrow-up:before {
  content: "\e90e";
}
.cu-arrow-up-circle:before {
  content: "\e90f";
}
.cu-bicycle:before {
  content: "\e910";
}
.cu-bold:before {
  content: "\e911";
}
.cu-book:before {
  content: "\e912";
}
.cu-bookmark:before {
  content: "\e913";
}
.cu-briefcase:before {
  content: "\e914";
}
.cu-bubble:before {
  content: "\e915";
}
.cu-bug:before {
  content: "\e916";
}
.cu-bullhorn:before {
  content: "\e917";
}
.cu-bus:before {
  content: "\e918";
}
.cu-calendar-full:before {
  content: "\e919";
}
.cu-camera:before {
  content: "\e91a";
}
.cu-camera-video:before {
  content: "\e91b";
}
.cu-car:before {
  content: "\e91e";
}
.cu-cart:before {
  content: "\e91f";
}
.cu-chart-bars:before {
  content: "\e920";
}
.cu-checkmark-circle:before {
  content: "\e921";
}
.cu-chevron-down:before {
  content: "\e922";
}
.cu-chevron-down-circle:before {
  content: "\e923";
}
.cu-chevron-left:before {
  content: "\e924";
}
.cu-chevron-left-circle:before {
  content: "\e925";
}
.cu-chevron-right:before {
  content: "\e927";
}
.cu-chevron-right-circle:before {
  content: "\e928";
}
.cu-chevron-up:before {
  content: "\e929";
}
.cu-chevron-up-circle:before {
  content: "\e92a";
}
.cu-circle-minus:before {
  content: "\e92b";
}
.cu-clock:before {
  content: "\e92c";
}
.cu-cloud:before {
  content: "\e92d";
}
.cu-cloud-check:before {
  content: "\e92e";
}
.cu-cloud-download:before {
  content: "\e930";
}
.cu-cloud-sync:before {
  content: "\e931";
}
.cu-cloud-upload:before {
  content: "\e932";
}
.cu-code:before {
  content: "\e934";
}
.cu-coffee-cup:before {
  content: "\e935";
}
.cu-cog:before {
  content: "\e938";
}
.cu-construction:before {
  content: "\e939";
}
.cu-crop:before {
  content: "\e93a";
}
.cu-cross:before {
  content: "\e93b";
}
.cu-cross-circle:before {
  content: "\e93d";
}
.cu-database:before {
  content: "\e93e";
}
.cu-diamond:before {
  content: "\e93f";
}
.cu-dice:before {
  content: "\e940";
}
.cu-dinner:before {
  content: "\e941";
}
.cu-direction-ltr:before {
  content: "\e942";
}
.cu-direction-rtl:before {
  content: "\e943";
}
.cu-download:before {
  content: "\e944";
}
.cu-drop:before {
  content: "\e945";
}
.cu-earth:before {
  content: "\e946";
}
.cu-enter:before {
  content: "\e947";
}
.cu-enter-down:before {
  content: "\e948";
}
.cu-envelope:before {
  content: "\e949";
}
.cu-exit:before {
  content: "\e94c";
}
.cu-exit-up:before {
  content: "\e94e";
}
.cu-eye:before {
  content: "\e952";
}
.cu-file-add:before {
  content: "\e953";
}
.cu-file-empty:before {
  content: "\e956";
}
.cu-film-play:before {
  content: "\e957";
}
.cu-flag:before {
  content: "\e958";
}
.cu-frame-contract:before {
  content: "\e959";
}
.cu-frame-expand:before {
  content: "\e95a";
}
.cu-funnel:before {
  content: "\e95b";
}
.cu-gift:before {
  content: "\e95c";
}
.cu-graduation-hat:before {
  content: "\e95d";
}
.cu-hand:before {
  content: "\e95e";
}
.cu-heart:before {
  content: "\e95f";
}
.cu-heart-pulse:before {
  content: "\e960";
}
.cu-highlight:before {
  content: "\e961";
}
.cu-history:before {
  content: "\e962";
}
.cu-home:before {
  content: "\e963";
}
.cu-hourglass:before {
  content: "\e964";
}
.cu-inbox:before {
  content: "\e965";
}
.cu-indent-decrease:before {
  content: "\e966";
}
.cu-indent-increase:before {
  content: "\e967";
}
.cu-italic:before {
  content: "\e969";
}
.cu-keyboard:before {
  content: "\e96a";
}
.cu-laptop:before {
  content: "\e96b";
}
.cu-laptop-phone:before {
  content: "\e96c";
}
.cu-layers:before {
  content: "\e96d";
}
.cu-leaf:before {
  content: "\e96e";
}
.cu-license:before {
  content: "\e96f";
}
.cu-lighter:before {
  content: "\e970";
}
.cu-linearicons:before {
  content: "\e971";
}
.cu-line-spacing:before {
  content: "\e972";
}
.cu-link:before {
  content: "\e973";
}
.cu-list:before {
  content: "\e974";
}
.cu-location:before {
  content: "\e975";
}
.cu-lock:before {
  content: "\e976";
}
.cu-magic-wand:before {
  content: "\e977";
}
.cu-magnifier:before {
  content: "\e979";
}
.cu-map:before {
  content: "\e97a";
}
.cu-map-marker:before {
  content: "\e97b";
}
.cu-menu:before {
  content: "\e97c";
}
.cu-menu-circle:before {
  content: "\e97d";
}
.cu-mic:before {
  content: "\e97e";
}
.cu-moon:before {
  content: "\e97f";
}
.cu-move:before {
  content: "\e980";
}
.cu-music-note:before {
  content: "\e981";
}
.cu-mustache:before {
  content: "\e982";
}
.cu-neutral:before {
  content: "\e983";
}
.cu-page-break:before {
  content: "\e984";
}
.cu-paperclip:before {
  content: "\e985";
}
.cu-paw:before {
  content: "\e986";
}
.cu-pencil:before {
  content: "\e987";
}
.cu-phone:before {
  content: "\e988";
}
.cu-phone-handset:before {
  content: "\e98a";
}
.cu-picture2:before {
  content: "\e98b";
}
.cu-pie-chart2:before {
  content: "\e98c";
}
.cu-pilcrow:before {
  content: "\e98d";
}
.cu-plus-circle:before {
  content: "\e98e";
}
.cu-pointer-down:before {
  content: "\e98f";
}
.cu-pointer-left:before {
  content: "\e990";
}
.cu-pointer-right:before {
  content: "\e991";
}
.cu-pointer-up:before {
  content: "\e992";
}
.cu-poop:before {
  content: "\e993";
}
.cu-power-switch:before {
  content: "\e994";
}
.cu-printer:before {
  content: "\e995";
}
.cu-pushpin:before {
  content: "\e996";
}
.cu-question-circle:before {
  content: "\e997";
}
.cu-redo:before {
  content: "\e998";
}
.cu-rocket:before {
  content: "\e999";
}
.cu-sad:before {
  content: "\e99a";
}
.cu-screen:before {
  content: "\e99b";
}
.cu-select:before {
  content: "\e99c";
}
.cu-shirt:before {
  content: "\e99d";
}
.cu-smartphone:before {
  content: "\e99e";
}
.cu-smile:before {
  content: "\e99f";
}
.cu-sort-alpha-asc:before {
  content: "\e9a0";
}
.cu-sort-amount-asc:before {
  content: "\e9a1";
}
.cu-spell-check:before {
  content: "\e9a2";
}
.cu-star:before {
  content: "\e9a3";
}
.cu-star-empty:before {
  content: "\e9a4";
}
.cu-star-half:before {
  content: "\e9a5";
}
.cu-store:before {
  content: "\e9a6";
}
.cu-strikethrough:before {
  content: "\e9a7";
}
.cu-sun:before {
  content: "\e9a8";
}
.cu-sync:before {
  content: "\e9a9";
}
.cu-tablet:before {
  content: "\e9ab";
}
.cu-tag:before {
  content: "\e9ac";
}
.cu-text-align-center:before {
  content: "\e9ae";
}
.cu-text-align-justify:before {
  content: "\e9af";
}
.cu-text-align-left:before {
  content: "\e9b0";
}
.cu-text-align-right:before {
  content: "\e9b1";
}
.cu-text-format:before {
  content: "\e9b2";
}
.cu-text-format-remove:before {
  content: "\e9b3";
}
.cu-text-size:before {
  content: "\e9b4";
}
.cu-thumbs-down:before {
  content: "\e9b5";
}
.cu-thumbs-up:before {
  content: "\e9b6";
}
.cu-train:before {
  content: "\e9b7";
}
.cu-trash:before {
  content: "\e9b8";
}
.cu-underline:before {
  content: "\e9b9";
}
.cu-undo:before {
  content: "\e9ba";
}
.cu-unlink:before {
  content: "\e9bb";
}
.cu-upload:before {
  content: "\e9bc";
}
.cu-user:before {
  content: "\e9bd";
}
.cu-users:before {
  content: "\e9be";
}
.cu-volume:before {
  content: "\e9bf";
}
.cu-volume-high:before {
  content: "\e9c0";
}
.cu-volume-low:before {
  content: "\e9c1";
}
.cu-volume-medium:before {
  content: "\e9c2";
}
.cu-warning:before {
  content: "\e9c3";
}
.cu-wheelchair:before {
  content: "\e9c4";
}



html,
body{height:100%;
}

body{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
	color: #7f8287;
	letter-spacing: 0.5px;
}

p {
	font-size: 15px;
	color: #7f8287;
	line-height: 27px;
	font-weight: 400;
	margin: 0 0 15px;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #1ebbf0;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
	color: #222;
	font-style: normal;
	font-weight: 300;
	margin: 0 0 15px;
	font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1 {
	font-size: 42px;
	line-height: 45px;
}

h2 {
	font-size: 38px;
	line-height: 45px;
}

h3 {
	font-size: 19px;
	font-weight: 500;
}

h4 {
	font-size: 16px;
	line-height: 20px;
}

h5 {
	font-size: 16px;
	line-height: 20px;
}

h6 {
	font-size: 13px;
	line-height: 18px;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

a, .btn, button {
	outline: none;
	transition: all 300ms linear 0s;
}

*, input, textarea, input:focus, textarea:focus {
	outline:0 !important;
	box-shadow:none !important;
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.outer-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.boxed {
	background: url(/img/pattern.png);
}

.boxed .outer-wrapper {
	max-width: 1250px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.boxed .navbar {
	max-width: 1250px;
	margin: 0 auto;
}

/* =============================
   2. HEADER STYLES 
================================ */

.navbar-inverse {
	background: transparent;
	border: none;
	margin: 0;
	padding: 30px 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.navbar-inverse .navbar-brand{padding:4px 15px;position: relative;color: #fff;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 900;
}

.navbar-inverse .navbar-brand i {
	font-size: 24px;
	color: #1ebbf0;
}

.navbar-inverse .navbar-nav > li > a:focus ,
.navbar-inverse .navbar-nav > li > a{font-size:14px;color:#fff;background:transparent;text-transform:uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover {
	opacity: 0.5;
	color: #fff;
}

.navbar-nav > li > a i {
	margin-left: 5px;
}

.navbar-inverse.affix {
	background: rgba(0,0,0,0.7);
	padding: 10px 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #1ebbf0;
	background-color: transparent;
}

/* =============================
   3. INTRO STYLES
================================ */

.intro{position:relative;
}

.intro .container{padding:150px 15px 0;}.overlay {
	position: relative;
}

.intro1.overlay:after ,
.intro2.overlay:after ,
.intro3.overlay:after ,
.intro4.overlay:after ,
.intro5.overlay:after ,
.intro6.overlay:after ,
.intro7.overlay:after {
	opacity: 0.65;
}

.intro8.overlay:after,.intro9.overlay:after {
	opacity: 0.65;
}

.overlay:after {
	content: "";
	/*background: #000;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.85;
}

.overlay .container {
	position: relative;
	z-index: 11;
}

.intro h2 {
color:#fff;font-size:52px;line-height:55px;margin:-10px 0 20px;
font-weight: 300;
}

.intro p {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	opacity: 0.7;
	margin: 0 0 50px;
}

/* INTRO / 1 */

.intro1 {
	background: url(/img/intro/bg/1.jpg) no-repeat top center;
	background-size: cover;
}

/* INTRO / 2 */

.intro2 {
	background: url(/img/intro/bg/2.jpg) no-repeat top center;
	background-size: cover;
	padding: 100px 0 0px;
	overflow: hidden;
}

.intro-form input {
	width: 100%;
	margin-bottom: 25px;
	padding: 0 15px;
	height: 50px;
	border-radius: 0;
	font-size: 15px;
	color: #000;
	border: 2px solid #ddd;
	transition:.4s;
}

.intro-form input:focus {
	border:2px solid #1ebbf0;
}

.intro-form {
	text-align: center;
	background: #fff;
	padding: 43px 40px;
	border-radius: 2px;
}

.intro-form h4 {
	color: #000;
	font-size: 25px;
	margin: 0px 0 40px;
}

.intro-form span {
	color: #666;
	margin-top: 15px;
	display: block;
	font-size: 13px;
	padding: 0 15px;
	line-height: 24px;
}

.intro-form button {
	padding: 0 20px;
	line-height: 50px;
}

.intro-form button:hover {
	background: #333;
	color: #fff;
}

/* INTRO / 3 */

.intro3 {
	background: url(/img/intro/bg/3.jpg) no-repeat top center;
	background-size: cover;
	padding: 260px 0 215px;
	position: relative;
}

.intro-form.intro-form-full {
	padding: 0;
	background: transparent;
}

.intro3 h3 {
	font-size: 41px;
	color: #fff;
	font-weight: 300;
	line-height: 72px;
	margin: 0 0 20px;
}

.intro3 p {
	padding: 0px 20% 30px;
	color: #fff;
}

.intro-form.intro-form-full span {
	color: #fff;
	margin-top: 0;
	opacity: 0.6;
}

/* INTRO / 4 */

.intro4 {
	background: url(/img/intro/bg/4.jpg) no-repeat top center;
	background-size: cover;
	padding: 180px 0 120px;
}

/* INTRO / 5 */

.intro5 {
	background: url(/img/intro/bg/5.jpg) no-repeat top center;
	background-size: cover;
	padding: 150px 0 100px;
	position: relative;
}

.intro5 h3 {
	font-size: 45px;
	color: #fff;
	font-weight: 300;
	line-height: 62px;
	margin: 0 0 20px;
}

.intro5 p {
	padding: 0px 20% 30px;
	color: #fff;
}

.intro-slider .slick-dots {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
}

.intro-slider .slick-dots li {
	float: left;
	margin: 0 5px;
}

.intro-slider .slick-dots li button {
	border: 1px solid #1ebbf0;
	padding: 0;
	font-size: 0;
	width: 7px;
	height: 7px;
	background: transparent;
	border-radius: 50%;
}

.intro-slider .slick-dots li.slick-active button {
	border: 1px solid #1ebbf0;
	opacity: 1;
	background: #1ebbf0;
}

/* INTRO / 6 */

.intro6 {
	background: url(/img/intro/bg/6.jpg) no-repeat top center;
	background-size: cover;
}

.intro6 .intro-form {
	padding: 52px 40px;
}

/* INTRO / 7 */

.intro7 {
	background: url(/img/intro/bg/bg-intro7.jpg) no-repeat top center;
	background-size: cover;
	padding: 165px 0 0;
}

/*http://www.hackcoin.io/wp-content/uploads/2015/07/background.jpg*/
.intro7 h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 55px;
	font-weight: 300;
	letter-spacing: 2px;
}

.intro7 p {
	color: #fff;
	font-size: 18px;
}

.app-btns a {
	background: #1ebbf0;
	color: #fff;
	margin: 0 10px;
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 8px 23px 11px 68px;
	border-radius: 0;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

.app-btns a:hover {
	background: #000;
	color: #fff;
}

.app-btns a span {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.5px;
	font-weight: 700;
}

.app-btns a i {
	position: absolute;
	left: 19px;
	top: 14px;
	font-size: 40px;
	line-height: 40px;
}

.app-btns a i.fa-google-plus,.app-btns a em.fa-google-plus {
	font-size: 30px;
	top: 15px;
}

/* INTRO / 8 */

.intro8 {/*background: url(../img/intro/bg/8.jpg) no-repeat top center;
*/background-size: cover;/*padding: 120px 0 0px;*/
}

.screen {
	position: absolute;
	width: 130px;
	height: 250px;
	overflow: hidden;
	-webkit-transform: rotate(-37.73deg) scaleX(0.8312) scaleY(0.801) skewX(10.92deg) skewY(1deg) translate(90px, 120px);
	transform: rotate(-37.73deg) scaleX(0.8312) scaleY(0.801) skewX(10.92deg) skewY(1deg) translate(90px, 120px);
	cursor: pointer;
	border-radius: 2px;
}

.slider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .8;
	-webkit-transition: opacity .4s linear;
	transition: opacity .4s linear;
}

.slider:hover {
	opacity: 1;
}

.mockup .slick-list,
.mockup .slick-track,
.mockup .slide {
	height: 100%;
	position: relative;
}

.mockup .slide {
	opacity: 0;
	-webkit-transform: scale(1.15) translateZ(0);
	transform: scale(1.15) translateZ(0);
	-webkit-transition: opacity 0.4s 0.4s linear, -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.4s 0.4s linear, -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s 0.4s linear;
	transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s 0.4s linear, -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	background-size: cover;
	background-position: center;
}

.mockup .slick-current {
	opacity: 1;
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: opacity 0.4s linear, -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.4s linear, -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s linear;
	transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s linear, -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.mockup {
	width: 400px;
	float: right;
	position: relative;
	left: 25%;
	top: -40px;
}

.mockup img {
	width: 100%;
}

.copy {
	position: absolute;
	width: 100%;
	bottom: 2em;
	left: 0;
	text-align: center;
	opacity: .3;
	color: black;
	font-size: .8em;
}

.copy a {
	color: inherit;
}

.section-heading {
	margin-bottom: 60px;
}

/* =============================
   4. SERVICES STYLES 
================================ */

.services {
	padding: 90px 0 50px;
}

.service-item {
	margin-bottom: 40px;
}

.service-item h3 {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.service-item span {
	color: #1ebbf0;
	font-size: 50px;
	margin-bottom: 25px;
	display: block;
}

.service-item a i {
	font-size: 14px;
	margin-left: 3px;
	position: relative;
	top: 0.1px;
}

.btn-more {
	line-height: 40px;
	position: relative;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}

.btn-more::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
 /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
 /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
 /* IE6-9 */
	opacity: 0.2;
	z-index: 0;
}

.btn-more a {
	background: #fff;
	margin: 0 auto;
	display: table;
	border-radius: 50px;
	padding: 0 15px;
	min-width: 170px;
	text-align: center;
	border: 1px solid #ddd;
	position: relative;
	z-index: 11;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
}

.btn-more a:hover {
	background: #fff;
	border: 1px solid #1ebbf0;
	color: #1ebbf0;
}

.service-item2 i,.service-item2 em{
	float: left;
	margin-right: 25px;
	color: #fff;
	background: #43B02A;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 27px;
	border-radius: 50%;
}

.service-item2 .service-inner {
	overflow: hidden;
}

/* =============================
   5. INFO CONTENT
================================ */

.info-content {
	padding: 40px 0 0;
	overflow: hidden;
}

.info-content2 {
	padding: 100px 0;
}

.bg-primary {
	background: #1ebbf0;
}

.info-content-dark {
	background: #111 url(/img/bg/7.jpg) no-repeat center;
background-size: cover;
	padding: 60px 0;
}

.text-white {
	color: #fff;
}

.info-content-dark h4 {
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	font-size: 18px;
	letter-spacing: 1px;
}

.info-content-dark h4 i {
	margin-right: 10px;
}

.info-content-dark p {
	color: #fff;
	opacity: 0.9;
}

.list li {
	margin-top: 12px;
	position: relative;
	padding: 0 0 0 35px;
}

.list li i,.list li em{
	background: #1ebbf0;
	color: #fff;
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 1px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

/* =============================
   6. COMMON STYLES
================================ */

.gap10 {
	margin: 5px 0;
}

.gap20 {
	margin: 10px 0;
}

.gap30 {
	margin: 15px 0;
}

.gap40 {
	margin: 20px 0;
}

.gap50 {
	margin: 25px 0;
}

.gap60 {
	margin: 30px 0;
}

.gap70 {
	margin: 35px 0;
}

.gap80 {
	margin: 40px 0;
}

.gap90 {
	margin: 45px 0;
}

.gap100 {
	margin: 50px 0;
}

.gap110 {
	margin: 55px 0;
}

.gap120 {
	margin: 60px 0;
}

/* =============================
   7. FEATURE CONTENT 
================================ */

.features {
	padding: 100px 0 70px;
}

.feature-item {
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.feature-item__inner {
	padding: 30px 20px;
}

/* =============================
   8. TEAM
================================ */

.team {
	background: #e5e5e5 url(/img/bg/2.jpg);
	padding: 100px 0 0px;
	position: relative;
}

.staff-item {
	position: relative;
}

.staff-info {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 10px 20px;
	z-index: 77;
	background: #1ebbf0;
	display: table;
	margin: 0 auto 15px;
	border-radius: 45px;
	min-width: 240px;
}

.staff-info h3 {
	color: #fff;
	font-size: 21px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.staff-info cite {
	color: #fff;
}

.team-slider .slick-dots {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.team-slider .slick-dots li {
	float: left;
	margin: 0 5px;
}

.team-slider .slick-dots li button {
	border: 1px solid #1ebbf0;
	padding: 0;
	font-size: 0;
	width: 7px;
	height: 7px;
	background: transparent;
	border-radius: 50%;
}

.team-slider .slick-dots li.slick-active button {
	border: 1px solid #1ebbf0;
	opacity: 1;
	background: #1ebbf0;
}

/* =============================
   9. PRICING
================================ */

.pricing {
	padding: 100px 0 70px;
}

.plan {
	border: 1px solid #e5e5e5;
	padding: 30px;
	margin-bottom: 30px;
}

.plan-title {
	color: #000;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 2px;
}

.plan-price {
	color: #1ebbf0;
	font-size: 55px;
	font-weight: 500;
}

.plan-price small {
	font-size: 34px;
	vertical-align: top;
	margin-right: 4px;
	position: relative;
	top: 9px;
}

.plan-price span {
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

.plan ul {
	padding: 25px 0;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	margin: 30px 0px;text-align:left;
}

.plan ul li {
	padding: 9px 0;
}

.btn-primary {
	border: none;
	padding: 13px 20px;
	min-width: 180px;
	background: #1ebbf0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.btn-primary:hover {
	color: #fff;
	background: #179ac6;
}

.btn-default:hover {
	color: #fff;
	background: #000;
}

.btn-default {
	border: none;
	padding: 13px 20px;
	min-width: 200px;
	background: #fff;
	color: #1ebbf0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.btn-dark {
	border: none;
	padding: 13px 20px;
	min-width: 200px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.btn-dark:hover {
	color: #1ebbf0;
	background: #fff;
}

.btn-lg {
	padding: 17px 25px;
	min-width: 180px;
}

.btn {
border-radius:4px;
}

.btn i {
	margin-left: 10px;
}

/* ================================== 
   10. APP FEATURES STYLES
==================================== */

.app-features {
	padding: 80px 0;
}.features-justify {
	position: relative;
	padding: 0 70px 0 0;
	text-align: justify;
	margin-bottom: 50px;
}

.features-left {
	position: relative;
	padding: 0 70px 0 0;
	text-align: right;
	margin-bottom: 50px;
}

.features-left:last-child {
	margin-bottom: 0;
}

.features-left i,
.features-left em {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 45px;
	height: 70px;
	line-height: 70px;
	margin-top: -35px;
	background: #1ebbf0;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.features-left h4 {
	margin: 0 0 15px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.features-right {
	position: relative;
	padding: 0 0 0 70px;
	margin-bottom: 50px;
}

.features-right:last-child {
	margin-bottom: 0;
}

.features-right i,
.features-right em {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 45px;
	height: 70px;
	line-height: 70px;
	margin-top: -35px;
	background: #1ebbf0;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.features-right h4 {
	margin: 0 0 15px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

/* =============================
   11. TESTIMONIAL
================================ */

.testimonial {
	padding: 100px 0;
	background: #333;
}

#quote-carousel {
	padding: 0 100px;
}

#quote-carousel .carousel-control {
	background: none;
	text-shadow: none;
}

#quote-carousel .carousel-control.left {
	left: 0px;
	height: auto;
	opacity: 1;
	text-align: left;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	text-align: center;
	opacity: 0.4;
}

#quote-carousel .carousel-control.right {
	right: 0px !important;
	height: auto;
	opacity: 1;
	text-align: left;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	text-align: center;
	opacity: 0.4;
}

#quote-carousel .carousel-control.left:hover ,
#quote-carousel .carousel-control.right:hover {
	opacity: 1;
}

#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
	background: #333333;
}

#quote-carousel .item p {
	color: #fff;
	font-size: 22px;
	line-height: 33px;
	font-weight: 200;
	font-style: italic;
}

#quote-carousel .item i {
	font-size: 40px;
	margin-bottom: 10px;
	opacity: 0.4;
}

#quote-carousel .item cite {
	font-style: normal;
	font-size: 16px;
	font-weight: 500;
}

/* =============================
   12. SERVICE FEATURES
================================ */

.service-features {
	padding: 100px 0 100px;
}

.service-features h4 {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.service-features i.fa,.service-features em.fa {
	background: #1ebbf0;
	color: #fff;
	padding: 0;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* =============================
   13. NEWSLETTER
================================ */

.newsletter {
	padding: 40px 0 125px;
}

.newsletter form {
	position: relative;
	padding: 0px 160px 0px 0px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	border-radius: 3px;
}

.newsletter form input {
	border: 2px solid #ddd;
	height: 60px;
	font-size: 16px;
	width: 100%;
	background: transparent;
	color: #000;
	padding: 0 20px;
	border-radius: 0px;
}

.newsletter form button {
	line-height: 60px;
	padding: 0 20px;
	width: 150px;
	min-width: auto;
	position: absolute;
	top: 0px;
	right: 0px;
}

.newsletter #response h4 {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	padding: 10px 0 0;
	width: auto;
	position: relative;
	color: #000 !important;
	margin: 0;
}

.cta {
	padding: 30px 0;
	background: #1ebbf0;
	position: relative;
}

.cta h2 {
	margin: 0;
}

.cta::after {
	content: "";
	background: url(../img/4.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.07;
}

.cta .container {
	position: relative;
	z-index: 11;
}

.cta .btn {
	text-align: left;
	float: right;
}

.cta .btn i {
	float: right;
	margin: -15px 0;
}

/* =============================
   14. FOOTER
================================ */

footer {
	background: #222;
	padding: 70px 0;
}

.contact-form input {
	width: 100%;
	height: 45px;
	background: #fff;
	border-radius: 0;
	margin: 0 0 15px;
	border: none;
	padding: 0 20px;
	color: #000;
}

.contact-form textarea {
	width: 100%;
	height: 100px;
	background: #fff;
	border-radius: 0;
	margin: 0 0 15px;
	border: none;
	padding: 15px 20px;
	color: #000;
}

footer h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 19px;
	margin: 0 0 25px;
}

.cinfo p {
	position: relative;
	padding: 0 0 0 30px;
}



.cinfo p a{color: #888;}



.cinfo p a:hover{color:#1ebbf0;}.cinfo p i,.cinfo p em{
	position: absolute;
	left: 0;
	top: 7px;
}

.f-logo {
	margin: -10px 0 15px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 900;
}

.f-logo i {
	font-size: 25px;
	color: #1ebbf0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links li a {
	color: #888;
}

.footer-links li a:hover {
	color: #1ebbf0;
}

.copyright {
	background: #151515;
	padding: 20px 0 5px;
}

.copyright p {
	font-size: 13px;
	letter-spacing: 1.5px;
}

.back-to-top {
	background: #000;
	position: fixed;
	bottom: -60px;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff !important;
	font-size: 25px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.back-to-top.act {
	bottom: 0px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.back-to-top:hover {
	background: #306ad5;
	color: #fff;
}

.ketchup-error {
	display: none !important;
}

#response {
	width: 100%;
	display: table;
	text-align: center;
	font-size: 13px;
	font-weight:400;
	padding: 5px 15px;
	margin-top: 5px;
	color: #2BDE73 !important;
}

.intro #response ,
.intro2 #response ,
.intro3 #response ,
.intro4 #response ,
.intro5 #response ,
.intro6 #response ,
.intro7 #response ,
.intro7 #response {
	color: #fff !important;
	position: absolute;
}

#response h4 {
    font-size: 13px;
    font-weight: 400;
    color: #fff !important;
    width: 100%;
}

.statusMessage,.successmessage,.errormessage {
	display: none;
	width: 100%;
	background: #fff;
	margin: 0px auto 15px;
	padding: 20px;
	border-radius: 5px;
	color: #555;
}

.errormessage p, .statusMessage p, .successmessage p {
	margin: 0px !important;
	color: #666;
	font-size: 12px;
}

.success-ico {
	background: url(/img/success.png);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 0px;
	background-size: 25px;
}

.error-ico {
	background: url(/img/error.png);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 0px;
	background-size: 25px;
}

#sendingMessage i {
	color: #00BCD4;
	font-size: 18px;
	margin-right: 10px;
}

/* =============================
   15. RESPONSIVENESS 
================================ */

@media only screen and (min-width: 768px) and (max-width: 4000px) {


	.navbar-nav > li > .dropdown-menu {
		margin-top: 25px;
		display: table;
		padding: 17px 25px;
		border: none;
		border-radius: 0px;
		min-width: 260px;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transition: all 200ms linear 0s;
		-webkit-transition: all 200ms linear 0s;
		-moz-transition: all 200ms linear 0s;
	}

	.navbar-nav > li:hover > .dropdown-menu {
		margin-top: 10px;
		opacity: 1;
		visibility: visible;
		transition: all 200ms linear 0s;
		-webkit-transition: all 200ms linear 0s;
		-moz-transition: all 200ms linear 0s;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 9px 0px;
		clear: both;
		font-weight: 400;
		line-height: 21px;
		color: #777;
		white-space: nowrap;
		border-bottom: 1px solid #e5e5e5;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 1px;
	}

	.dropdown-menu > li:last-child > a {
		border-bottom: none;
	}

	.center-flex {
		display: flex;
		align-items: center;
		justify-content: left;
	}
}

@media screen and (min-width: 768px) {
	.screen {
		width: 300px;
		height: 570px;
		-webkit-transform: rotate(-37.73deg) scaleX(0.8312) scaleY(0.801) skewX(10.92deg) skewY(1deg) translate(205px, 263px);
		transform: rotate(-37.73deg) scaleX(0.8312) scaleY(0.801) skewX(10.92deg) skewY(1deg) translate(205px, 263px);
	}

	.mockup {
		width: 900px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

	.intro8 .col-md-6:first-child {
		position: relative;
		z-index: 77;
	}

	.app-btns {
		width: 600px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

	.mockup {
		left: -59%;
	}

	.intro8 .col-md-6:first-child {
		position: relative;
		z-index: 77;
	}

	.intro5 .intro-form {
		margin-top: 30px;
	}

	.intro5 h3 ,
	.intro3 h3 {
		font-size: 48px;
		line-height: 62px;
	}

	.intro5 p ,
	.intro3 p {
		padding: 0px 20px 30px;
	}

	.intro-form h4 {
		font-size: 22px;
		line-height: 28px;
	}

	.intro2 img {
		width: 150%;
		max-width: none;
		position: relative;
		left: -20%;
	}

	#quote-carousel .item p {
		font-size: 15px;
		line-height: 30px;
	}

	.intro h2 {
		font-size: 33px;
		line-height: 42px;
	}

	.intro p {
		font-size: 20px;
		line-height: 31px;
		margin: 0 0 30px;
	}

	p {
		font-size: 14px;
		line-height: 25px;
	}

	.btn-primary {
		min-width: auto;
		width: 100%;
	}

	.plan-price span {
		display: block;
	}
}

@media only screen and (min-width: 250px) and (max-width: 440px) {

	.newsletter form {
		padding: 0px 0px 0px 0px;
	}

	.newsletter form button {
		position: relative;
		margin-top: 10px;
		width: 100%;
	}
}

@media only screen and (min-width: 250px) and (max-width: 767px) {

	.mockup {
		width: 400px;
		float: none;
		position: relative;
		left: 0;
		top: -40px;
		margin: 0 auto;
		display: table;
	}

	.app-btns a {
		margin: 0 10px 15px;
	}

	.intro5 h3 ,
	.intro3 h3 {
		font-size: 40px;
		line-height: 58px;
	}

	.intro5 p ,
	.intro3 p {
		padding: 0px 0px 30px;
	}

	.intro-form.intro-form-full span {
		margin-top: 20px;
		opacity: 0.6;
	}

	.intro3 {
		padding: 150px 0 100px;
		position: relative;
	}

	.intro4 .intro-form {
		margin-top: 50px;
	}

	.intro5 .intro-form {
		margin-top: 30px;
	}

	.intro-form h4 {
		font-size: 22px;
		line-height: 28px;
	}

	.intro-form button {
		width: 100%;
		min-width: 100%;
	}

	.intro-form {
		padding: 43px 30px;
	}

	.intro2 {
		padding: 100px 0 50px;
		overflow: hidden;
	}

	h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.cta {
		text-align: center;
	}

	.cta .btn {
		text-align: left;
		float: none;
	}

	.widget {
		margin-bottom: 40px;
	}

	footer {
		padding: 70px 0 30px;
	}

	#quote-carousel {
		padding: 0 25px;
	}

	#quote-carousel .carousel-control.right {
		right: -15px !important;
	}

	#quote-carousel .carousel-control.left {
		left: -15px !important;
	}

	#quote-carousel .item p {
		font-size: 17px;
		line-height: 29px;
	}

	#quote-carousel .item img {
		max-width: 150px;
		margin: 0 auto 30px;
	}

	#quote-carousel .item i {
		display: none;
	}

	.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a {
		color: #666;
	}

	.navbar-inverse .navbar-nav > li > a:hover {
		color: #000;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 11px 0px;
		clear: both;
		font-weight: 400;
		line-height: 21px;
		color: #666;
		white-space: nowrap;
		border-bottom: 1px solid #e5e5e5;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 1px;
	}

	.dropdown-menu > li > a:hover {
		color: #000 !important;
	}

	.navbar-collapse {
		background: #fff;
		margin: 20px 0px 0px !important;
		border: medium none;
		padding: 10px 30px;
		position: fixed;
		left: 5%;
		right: 0px;
		width: 90%;
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	}

	.navbar-toggle ,
	.navbar-toggle:hover ,
	.navbar-toggle:focus {
		padding: 0;
		margin-top: 19px;
		background-color: transparent;
		border: none;
	}

	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: transparent;
	}

	.intro {
		text-align: center;
	}

	.intro h2 {
		font-size: 39px;
		line-height: 44px;
		margin: 0px 0 20px;
	}

	.intro img {
		margin-top: 80px;
	}
} .bg-gray{background:#f3f3f3;}