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;
}
body {
  line-height: 1;
}
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;
}
* {
  box-sizing: border-box;
}
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }

@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?r2xyxd');
  src:url('../fonts/icomoon.eot?#iefixr2xyxd') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?r2xyxd') format('truetype'),
    url('../fonts/icomoon.woff?r2xyxd') format('woff'),
    url('../fonts/icomoon.svg?r2xyxd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  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;
}

.icon-address-book:before {
  content: "\e600";
}
.icon-envelope:before {
  content: "\e605";
}
.icon-history:before {
  content: "\e601";
}
.icon-mobile:before {
  content: "\e606";
}
.icon-bubbles:before {
  content: "\e602";
}
.icon-user:before {
  content: "\e603";
}
.icon-contract:before {
  content: "\e604";
}
.icon-twitter:before {
  content: "\e60d";
}
.icon-linkedin:before {
  content: "\e607";
}

body {
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.5;
  color: #555;
  font-size: 18px;
  font-weight: 200;
}

a {
  text-decoration: none;
  color: #08c;
}

a:hover {
  text-decoration: underline;
}

.cont {
  max-width: 960px;
  margin: 0 auto;
}

.cont-thin {
  max-width: 800px;
  margin: 0 auto;
}

.app-main {
  position: relative;
}

/* app-nav */
.app-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7em;
  background: rgba(24, 18, 18, 0.5);
  text-align: right;
  z-index: 100;
}

.app-nav .cont {
  position: relative;
  padding: 1em 0;
}

.app-nav .logo {
  position: absolute;
  /*top: 1em;*/
  left: 0;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  color: #f4f4f4;
  text-decoration: none;
}

.app-nav .logo .a {
  display: block;
  padding-left: 2px;
  font-size: 1.4em;
  letter-spacing: 2px;
  word-spacing: 10px;
  font-weight: bold;
}

.app-nav .logo .c {
  font-family: 'Open Sans Condensed', 'Helvetica Neue', sans-serif;
  display: block;
  font-size: 3em;
}

.app-nav .links {
  padding-top: 1em;
}

.app-nav .links li {
  display: inline-block;
  padding-left: 2em;
}

.app-nav .links a {
  text-transform: uppercase;
  font-size: .6em;
  color: #bbb;
  transition: color .2s;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}

.app-nav .links a:hover {
  color: #fff;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 3em;
  font-family: 'Open Sans Condensed', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.img-wrp {
  margin-bottom: 2em;
  text-align: center;
}

.img-wrp.btm {
  margin-top: 4em;
  margin-bottom: 0;
}

.img-wrp img {
  max-width: 100%;
}

.ic-wrp {
  margin-bottom: 2em;
  text-align: center;
}

.ic-wrp i {
  font-size: 8em;
  color: #CAE6EA;
  font-weight: bold;
}

.app-home {
  position: relative;
  height: 100vh;
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 350px;
  background: url(../images/people_do_business_urban.jpg) no-repeat;
  background-size: cover;
}

.overlay {
  background: linear-gradient(to bottom, rgba(92, 92, 92, 0.75) 0%, rgba(0, 0, 0, 0.85) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.app-home .content {
  position: absolute;
  top: 50%;
  margin-top: -4em;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 3;
  position: relative;

}

.app-home h1 {
  font-size: 2em;
}

.app-about {
  padding: 10em 0;
  text-align: center;
}

.app-about p {
  margin-bottom: 1em;
}

.app-services {
  padding: 10em 0 6em;
  margin-bottom: 4em;
  background: rgb(33, 183, 203);
  color: #fff;
}

.app-services h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
  text-align: center;
  font-family: 'Open Sans Condensed', 'Helvetica Neue', sans-serif;
  color: rgba(255, 2555, 255, .7);
}

.app-services .serv-li {
  text-align: center;
  margin-bottom: 3em;
}

.app-services .serv-li li {
  display: inline-block;
  padding: 0 1em 1em;
  font-size: 1.4em;
}

.app-services .serv-li li b {
  display: inline-block;
  margin-right: .2em;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: rgb(33, 183, 203);
}

.app-services .brd {
  font-size: 1.2em;
  margin-top:   3em;
  margin-bottom: 4em;
  padding: 3em 2em;
  border-top: 1px dashed rgba(255, 2555, 255, .5);
  border-bottom: 1px dashed rgba(255, 2555, 255, .5);
}

.app-services .rules li {
  padding: 2em 0 1em;
  vertical-align: top;
  text-align: center;
}

.app-services .rules li i {
  font-size: 2em;
  color: rgba(255, 2555, 255, .4);
  display: inline-block;
}

.app-services .rules li span {
  margin-top: .5em;
  display: block;
}

.app-work {
  font-size: 1.2em;
  padding: 10em 0;
}

.app-contact {
  position: relative;
  margin-top: 5em;
  padding: 10em 0;
  background: url(../images/people_do_business_urban.jpg) no-repeat;
  background-size: cover;
}

.app-contact .cont {
  position: relative;
  z-index: 2;
}

.app-contact .tbl {
  display: table-row;
  text-align: center;
  color: #eee;
}

.app-contact p {
  display: table-cell;
  padding: 0 1.5em;
  width: 33%;
}

.app-contact a {
  color: rgba(250, 249, 249, 0.81);
  text-decoration: none;
  transition: color .2s;
  font-family: 'Open Sans Condensed', 'Helvetica Neue', sans-serif;
  font-size: 1.2em;
}

.app-contact i {
  font-size: 2em;
}

.app-contact span {
  display: block;
  margin-top: 1em;
}

.app-contact a:hover {
  color: rgba(146, 232, 244, 0.83);
}

/* clients */

.app-clients {
  padding: 8em 0;
  border-bottom: 1px solid #ddd;
}

.testimonials table {
  width: 100%;
}

.testimonials td {
  padding: 2em;
}

.testimonials .logo {
  text-align: center;
  margin-bottom: 2em;
}

.testimonials .logo a {
  display: inline-block;
  width: 10em;
}

.testimonials .logo img {
  max-width: 100%;
}

.testimonials .role {
  margin-top: 1em;
}




