@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
/* variables */
/* RESET CSS */
/* reset code */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* box sizing code */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #615e5e;
  background: #fff;
  min-height: 100%;
  height: 100%; }

p {
  line-height: 28px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block; }

a {
  text-decoration: none;
  outline: none;
  color: #615e5e; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

h4 {
  font-weight: 700;
  font-size: 20px;
  padding: 10px 0;
  line-height: 29px; }

header {
  top: 0;
  text-align: center;
  width: 100%;
  box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.2);
  background: #4c4542;
  padding: 20px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  z-index: 1;
  position: fixed; }
  @media (max-width: 767px) {
    header {
      padding: 5px 0; } }
  header.sticky {
    padding: 5px 0; }
    header.sticky a {
      font-size: 15px; }
      @media (max-width: 767px) {
        header.sticky a {
          font-size: 13px; } }
  @media (min-width: 768px) {
    header > a.mobile-logo {
      display: none !important; } }
  header nav ul li {
    padding: 20px;
    display: inline-block; }
    @media (max-width: 1012px) {
      header nav ul li {
        padding: 20px 8px; } }
    header nav ul li a {
      color: #fff;
      font-size: 15px; }
      @media (max-width: 800px) {
        header nav ul li a {
          font-size: 13px; } }
    header nav ul li:nth-child(4) {
      padding: 0; }
      @media (max-width: 767px) {
        header nav ul li:nth-child(4) {
          display: none; } }

#toggle {
  display: none;
  width: 28px;
  height: 27px;
  margin: 11px 20px;
  float: right; }

@media (max-width: 767px) {
  header > a.mobile-logo {
    float: left;
    left: 20px !important;
    right: auto !important;
    position: relative;
    top: 5px;
    width: 110px !important; }

  #toggle {
    display: block; }

  #menu {
    display: none; }

  #menu > ul {
    margin-top: 50px; }

  header nav ul li {
    display: block;
    margin: 0 !important;
    padding: 10px; } }
.wrapper {
  min-height: 100%; }

.home {
  padding: 135px 0 50px;
  text-align: center;
  min-height: 100%;
  height: 100%;
  position: relative; }
  .home .welcome-text {
    overflow: hidden; }
    .home .welcome-text img {
      float: left; }
      @media (max-width: 767px) {
        .home .welcome-text img {
          float: none;
          margin: auto; } }
    .home .welcome-text h1 {
      font-size: 30px;
      margin-top: 91px;
      margin-left: 374px; }
      @media (max-width: 767px) {
        .home .welcome-text h1 {
          margin: auto; } }
    .home .welcome-text p {
      padding: 10px 40px;
      font-size: 14px;
      margin-left: 374px; }
      @media (max-width: 767px) {
        .home .welcome-text p {
          margin: auto; } }
  .home .welcome-details p {
    line-height: 28px;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 15px; }
  .home .welcome-details a {
    display: inline-block;
    margin-bottom: 90px;
    font-weight: 700; }
  .home .headline {
    position: absolute;
    bottom: 0;
    padding: 6px 40px 8px;
    background-color: #47b160;
    left: 0;
    font-size: 18px;
    right: 0;
    text-align: center;
    color: #fff; }
    @media (max-width: 767px) {
      .home .headline {
        font-size: 14px; } }

a:link, a:visited {
  text-decoration: none; }

.scroll {
  position: relative;
  font-size: 1.3em;
  display: block; }

.scroll:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 40px;
  margin: auto;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer; }

.scroll:after {
  border-right: 2px solid #706e6d;
  border-bottom: 2px solid #706e6d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Extends */
.home .welcome-details:after, .team:after, .services:after, .advisor .container:after, .contact:after, .contact .container:after, .contact .copyright:after {
  content: "";
  display: table;
  clear: both; }

header nav, .home .container, .team, .about-us > div, .about-us .why-us, .services, .advisor .container, .contact .container {
  width: 1000px;
  margin: auto;
  text-align: center; }
  @media (max-width: 1012px) {
    header nav, .home .container, .team, .about-us > div, .about-us .why-us, .services, .advisor .container, .contact .container {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }

header > a.mobile-logo, header nav ul li a.logo, header > a.logo {
  background-image: url("../images/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding: 53px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 130px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  margin-top: -9px; }

.team h3, .about-us h3, .services h3, .advisor h3, .contact h3, .testimonial h3 {
  font-size: 50px;
  padding-top: 15px;
  font-weight: 400;
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .team h3, .about-us h3, .services h3, .advisor h3, .contact h3, .testimonial h3 {
      font-size: 30px; } }
  @media (max-width: 640px) {
    .team h3, .about-us h3, .services h3, .advisor h3, .contact h3, .testimonial h3 {
      font-size: 25px; } }
  .team h3:after, .about-us h3:after, .services h3:after, .advisor h3:after, .contact h3:after, .testimonial h3:after {
    content: "";
    position: absolute;
    background: #009be0;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 65px;
    right: 0;
    display: block;
    margin: -15px auto; }

.contact .map, .contact .mail, .contact .phone {
  display: inline-block;
  width: 33%;
  float: left;
  padding: 0 15px;
  border-right: 1px solid #938d8d;
  min-height: 200px;
  margin-bottom: 60px;
  padding-top: 10px;
  margin-top: 60px; }
  .contact .map img, .contact .mail img, .contact .phone img {
    margin: auto;
    height: 90px; }
  .contact .map p, .contact .mail p, .contact .phone p {
    padding-top: 20px; }
    @media (max-width: 767px) {
      .contact .map p, .contact .mail p, .contact .phone p {
        font-size: 16px;
        padding-bottom: 30px; } }
  @media (max-width: 1012px) {
    .contact .map, .contact .mail, .contact .phone {
      font-size: 13px;
      padding: 0 5px;
      margin-top: 85px; } }
  @media (max-width: 767px) {
    .contact .map, .contact .mail, .contact .phone {
      width: 100%;
      float: none;
      margin: auto;
      margin-top: 15px;
      border-right: 0;
      min-height: auto; } }

.about-us .why-us li, .services li {
  width: 32%;
  padding: 15px;
  overflow: hidden;
  margin: 0 3px;
  display: inline-block; }
  @media (max-width: 767px) {
    .about-us .why-us li, .services li {
      width: 34%;
      margin: 5px 15px; } }
  @media (max-width: 640px) {
    .about-us .why-us li, .services li {
      width: auto; } }
  .about-us .why-us li div, .services li div {
    overflow: hidden;
    position: relative; }

/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(8%); }
  65% {
    transform: translateY(-4%); }
  80% {
    transform: translateY(4%); }
  95% {
    transform: translateY(-2%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(8%); }
  65% {
    -webkit-transform: translateY(-4%); }
  80% {
    -webkit-transform: translateY(4%); }
  95% {
    -webkit-transform: translateY(-2%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(-8%); }
  65% {
    transform: translateY(4%); }
  80% {
    transform: translateY(-4%); }
  95% {
    transform: translateY(2%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(-8%); }
  65% {
    -webkit-transform: translateY(4%); }
  80% {
    -webkit-transform: translateY(-4%); }
  95% {
    -webkit-transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideLeft {
  0% {
    transform: translateX(150%); }
  50% {
    transform: translateX(-8%); }
  65% {
    transform: translateX(4%); }
  80% {
    transform: translateX(-4%); }
  95% {
    transform: translateX(2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%); }
  50% {
    -webkit-transform: translateX(-8%); }
  65% {
    -webkit-transform: translateX(4%); }
  80% {
    -webkit-transform: translateX(-4%); }
  95% {
    -webkit-transform: translateX(2%); }
  100% {
    -webkit-transform: translateX(0%); } }
/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  50% {
    transform: translateX(8%); }
  65% {
    transform: translateX(-4%); }
  80% {
    transform: translateX(4%); }
  95% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%); }
  50% {
    -webkit-transform: translateX(8%); }
  65% {
    -webkit-transform: translateX(-4%); }
  80% {
    -webkit-transform: translateX(4%); }
  95% {
    -webkit-transform: translateX(-2%); }
  100% {
    -webkit-transform: translateX(0%); } }
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important; }

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5); }
  30% {
    transform: translateY(-8%) scaleX(0.5); }
  40% {
    transform: translateY(2%) scaleX(0.5); }
  50% {
    transform: translateY(0%) scaleX(1.1); }
  60% {
    transform: translateY(0%) scaleX(0.9); }
  70% {
    transform: translateY(0%) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleX(0.95); }
  90% {
    transform: translateY(0%) scaleX(1.02); }
  100% {
    transform: translateY(0%) scaleX(1); } }
@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5); }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5); }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5); }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1); }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9); }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05); }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95); }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02); }
  100% {
    -webkit-transform: translateY(0%) scaleX(1); } }
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    transform: translateY(-7%) scaleY(1.12); }
  75% {
    transform: translateY(3%); }
  100% {
    transform: translateY(0%) scale(1) scaleY(1); } }
@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12); }
  75% {
    -webkit-transform: translateY(3%); }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1); } }
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  60% {
    transform: scale(1.1); }
  80% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  60% {
    -webkit-transform: scale(1.1); }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes expandOpen {
  0% {
    transform: scale(1.8); }
  50% {
    transform: scale(0.95); }
  80% {
    transform: scale(1.05); }
  90% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8); }
  50% {
    -webkit-transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05); }
  90% {
    -webkit-transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1); } }
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important; }

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6); }
  20% {
    transform: rotate(-2deg) scaleY(1.05); }
  35% {
    transform: rotate(2deg) scaleY(1); }
  50% {
    transform: rotate(-2deg); }
  65% {
    transform: rotate(1deg); }
  80% {
    transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg); } }
@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6); }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05); }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1); }
  50% {
    -webkit-transform: rotate(-2deg); }
  65% {
    -webkit-transform: rotate(1deg); }
  80% {
    -webkit-transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6); }
  60% {
    transform: translateY(-100%) scaleY(1.1); }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1); }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1); }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6); }
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1); }
  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1); }
  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1); }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1); } }
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 0.7; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; } }
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(8%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes tossing {
  0% {
    transform: rotate(-4deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(-4deg); } }
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg); } }
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes pullUp {
  0% {
    transform: scaleY(0.1); }
  40% {
    transform: scaleY(1.02); }
  60% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(1); } }
@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.02); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%; }

@keyframes pullDown {
  0% {
    transform: scaleY(0.1); }
  40% {
    transform: scaleY(1.02); }
  60% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(1); } }
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.02); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%; }

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }
@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 3.5s;
  -webkit-animation-duration: 3.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  margin: auto; }

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }
@media (min-width: 768px) {
  .wrapper {
    min-height: 100%;
    height: 100%;
    position: relative; }

  .home .container {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    left: 0;
    right: 0; }

  .services {
    min-height: 100%; }

  .testimonial {
    min-height: 100%; }

  .contact {
    min-height: 100%; } }
/* advisor new block */
.team {
  padding: 60px 0; }
  .team p {
    padding-bottom: 20px; }
  .team ul li {
    width: 22%;
    display: inline-block;
    margin: 5px;
    background: #fff;
    color: #444;
    box-shadow: 1px 1px 3px rgba(31, 31, 31, 0.6), -1px -1px 3px rgba(31, 31, 31, 0.6); }
    @media (max-width: 767px) {
      .team ul li {
        width: 33%;
        margin: 15px; } }
    @media (max-width: 640px) {
      .team ul li {
        width: 280px;
        margin: 15px auto; } }
    @media (max-width: 767px) {
      .team ul li img {
        width: 100%; } }
    .team ul li h5 {
      padding: 0 10px; }
    .team ul li p {
      font-size: 14px;
      padding: 15px 10px 20px; }

.about-us {
  padding: 60px 0;
  text-align: center;
  background: #f5f5f5; }
  @media (max-width: 1012px) {
    .about-us {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
  .about-us > div blockquote {
    max-width: 700px;
    margin: auto;
    text-align: right;
    font-size: 20px;
    padding: 0 10px; }
    .about-us > div blockquote small {
      font-style: italic;
      font-size: 16px;
      padding-top: 10px;
      display: inline-block; }
  .about-us .business-vertical {
    margin: auto; }
  .about-us div > p {
    line-height: 28px;
    text-align: justify;
    padding: 30px; }
  .about-us .why-us li {
    padding: 30px 30px 60px; }
    @media (max-width: 767px) {
      .about-us .why-us li {
        padding: 15px; } }
  .about-us .why-us img {
    margin: auto; }
  .about-us .why-us h4 {
    min-height: 110px; }
    @media (max-width: 767px) {
      .about-us .why-us h4 {
        font-size: 15px; } }

/* services */
.services {
  padding: 60px 0;
  text-align: center;
  margin-top: 10px; }
  @media (max-width: 1012px) {
    .services {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }

.services li img {
  transform: scale(1);
  transition: 0.5s; }
.services li:hover {
  box-shadow: 1px 1px 3px rgba(31, 31, 31, 0.6), -1px -1px 3px rgba(31, 31, 31, 0.6); }
  .services li:hover img {
    transform: scale(1.1); }
.services li p {
  font-weight: 400;
  font-size: 15px;
  padding: 10px 0; }

.advisor {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .advisor {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 640px) {
    .advisor {
      padding-left: 10px;
      padding-right: 10px; } }
  .advisor .container .text {
    padding-bottom: 30px; }
  .advisor .container ul li {
    width: 48%;
    float: left;
    padding: 10px 20px 10px;
    border: 1px solid #f0f0f0;
    margin: 5px;
    line-height: 32px; }
    @media (max-width: 767px) {
      .advisor .container ul li {
        width: auto;
        float: none;
        margin: 10px auto; } }
    .advisor .container ul li p {
      min-height: 113px;
      font-size: 14px;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .advisor .container ul li p {
          min-height: 60px; } }
  .advisor .container h5 {
    vertical-align: middle;
    text-align: center; }

/* contact section */
.contact {
  padding-top: 60px;
  text-align: center;
  position: relative; }
  .contact .text {
    margin-bottom: 60px; }
  .contact .container {
    padding-bottom: 10px; }
  .contact .phone {
    border-right: 0; }
  .contact .mail a {
    color: #615e5e; }
  .contact .copyright {
    padding: 20px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: #4c4542;
    color: #fff; }
    @media (max-width: 767px) {
      .contact .copyright {
        position: relative; } }

.social {
  width: 50px;
  height: 220px;
  position: fixed;
  margin-top: 30px;
  perspective: 1000px;
  top: 25%; }

.social li:first-child a {
  background: #3b5998; }
.social li:nth-child(2) a {
  background: #00acee; }
.social li:nth-child(3) a {
  background: #0077b5; }
.social li:nth-child(4) a {
  background: #dd4b39; }
.social li a {
  display: block;
  height: 40px;
  width: 40px;
  border-bottom: 1px solid #333;
  font: normal normal normal 16px/20px  'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease .300ms; }
  .social li a:hover {
    background: #222; }

.social li:first-child a {
  border-radius: 0 5px 0 0; }

.social li:last-child a {
  border-radius: 0 0 5px 0; }

.social li a span {
  width: 100px;
  float: left;
  text-align: center;
  background: #222;
  color: #fff;
  margin: -25px 46px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all 0.5s ease 0.3ms; }

.social li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 7px;
  border-left: 10px solid transparent;
  border-right: 10px solid #222;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent; }

.social li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0); }

.testimonial {
  text-align: center;
  padding: 90px 0 170px;
  background: #f5f5f5; }
  @media (max-width: 1012px) {
    .testimonial {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
  .testimonial h3 {
    padding-top: 50px;
    margin-bottom: 30px; }
  .testimonial p {
    max-width: 315px;
    margin: auto; }

/* carousel code */
/* bx slider css */
.carousel-container {
  max-width: 800px;
  margin: auto; }
  @media (max-width: 1012px) {
    .carousel-container {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }

.bx-wrapper {
  position: relative;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: -5px;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
  text-indent: -9999px;
  position: absolute;
  display: block;
  top: 58%;
  margin-top: -21px;
  z-index: 0;
  height: 43px;
  width: 29px;
  background: url(../images/arrows.png) no-repeat; }

.bx-wrapper a.bx-prev {
  left: 0px;
  background-position: 0 0; }

.bx-wrapper a.bx-next {
  background-position: 100% 0;
  right: 0px; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* custom code needed */
.bx-wrapper li h1 {
  margin-top: 58px;
  padding: 0 40px;
  font-weight: 400;
  line-height: 30px;
  font-size: 20px; }

.bx-pager {
  display: none; }

/*# sourceMappingURL=main.css.map */
