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

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 992px) {
    body {
      font-size: 16px; } }

a {
  color: rgb(9, 110, 14);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: rgb(9, 110, 14);
    outline: none;
    text-decoration: none !important; }

p {
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0; }

 

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%; }
  figure figcaption {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0px auto;
    color: #b3b3b3;
    font-style: italic;
    font-family: "Quicksand", Arial, sans-serif; }
    @media screen and (max-width: 480px) {
      figure figcaption {
        width: 100%; } }

::-webkit-selection {
  color: #fff;
  background: rgb(9, 110, 14); }

::-moz-selection {
  color: #fff;
  background: rgb(9, 110, 14); }

::selection {
  color: #fff;
  background:  rgb(9, 110, 14); }

#sfclass-page {
  width: 100%;
  overflow: hidden;
  position: relative; }

#sfclass-aside {
  padding-top: 3em;
  padding-bottom: 40px;
  padding-left: 3em;
  padding-right: 3em;
  width: 20%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1001;
  background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 1200px) {
    #sfclass-aside {
      width: 30%; } }
  @media screen and (max-width: 768px) {
    #sfclass-aside {
      width: 270px;
      -moz-transform: translateX(-270px);
      -webkit-transform: translateX(-270px);
      -ms-transform: translateX(-270px);
      -o-transform: translateX(-270px);
      transform: translateX(-270px);
      padding-top: 4em; } }
  #sfclass-aside #sfclass-logo {
    text-align: right;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 3em;
    display: block;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #sfclass-aside #sfclass-logo {
        margin-bottom: 1em; } }
    #sfclass-aside #sfclass-logo a {
      display: block;
      text-align: center;
      color: #fff;
      letter-spacing: 2px;
      padding-right: .3em; }
  #sfclass-aside #sfclass-main-menu ul {
    text-align: center;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 768px) {
      #sfclass-aside #sfclass-main-menu ul {
        margin: 0 0 2em 0; } }
    #sfclass-aside #sfclass-main-menu ul li {
      margin: 0 0 10px 0;
      padding: 0;
      list-style: none;
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px; }
      #sfclass-aside #sfclass-main-menu ul li a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        position: relative;
        padding: 10px 0;
        font-family: "Quicksand", Arial, sans-serif;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        #sfclass-aside #sfclass-main-menu ul li a:after {
          content: "";
          position: absolute;
          height: 1px;
          bottom: 7px;
          left: 0;
          right: 0;
          background-color:  rgb(9, 110, 14);
          visibility: hidden;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        #sfclass-aside #sfclass-main-menu ul li a:hover {
          text-decoration: none;
          color: white; }
          #sfclass-aside #sfclass-main-menu ul li a:hover:after {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
      #sfclass-aside #sfclass-main-menu ul li.sfclass-active a {
        color:  rgb(9, 110, 14); }
        #sfclass-aside #sfclass-main-menu ul li.sfclass-active a:after {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
  #sfclass-aside .sfclass-footer {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    padding: 0 20px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #sfclass-aside .sfclass-footer {
        position: relative;
        bottom: 0; } }
    #sfclass-aside .sfclass-footer span {
      display: block; }
    #sfclass-aside .sfclass-footer ul {
      padding: 0;
      margin: 0; }
      #sfclass-aside .sfclass-footer ul li {
        padding: 0;
        margin: 0;
        display: inline;
        list-style: none; }
        #sfclass-aside .sfclass-footer ul li a {
          color: rgba(255, 255, 255, 0.3);
          padding: 4px; }
          #sfclass-aside .sfclass-footer ul li a:hover, #sfclass-aside .sfclass-footer ul li a:active, #sfclass-aside .sfclass-footer ul li a:focus {
            text-decoration: none;
            outline: none;
            color:  rgb(9, 110, 14); }

#sfclass-main {
  width: 80%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 1200px) {
    #sfclass-main {
      width: 70%; } }
  @media screen and (max-width: 768px) {
    #sfclass-main {
      width: 100%; } }

#sfclass-hero {
  min-height: 500px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  margin-bottom: 10em;
  clear: both; }
  #sfclass-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #sfclass-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #sfclass-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        min-height: 400px;
        position: relative; }
    #sfclass-hero .flexslider .flex-control-nav {
      bottom: 20px;
      z-index: 1000;
      left: 20px;
      float: left;
      width: auto; }
      @media screen and (max-width: 768px) {
        #sfclass-hero .flexslider .flex-control-nav {
          right: 20px;
          top: 100px; } }
      #sfclass-hero .flexslider .flex-control-nav li {
        display: block;
        margin-bottom: 10px; }
        #sfclass-hero .flexslider .flex-control-nav li a {
          background: rgba(255, 255, 255, 0.5);
          -webkit-box-shadow: none;
          box-shadow: none;
          width: 12px;
          height: 12px;
          cursor: pointer; }
          #sfclass-hero .flexslider .flex-control-nav li a.flex-active {
            cursor: pointer;
            background: transparent;
            border: 2px solid  rgb(9, 110, 14); }
    #sfclass-hero .flexslider .flex-direction-nav {
      display: none; }
    #sfclass-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 500px;
      z-index: 9; }
      #sfclass-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px;
        padding: 2.5em;
        position: relative; }
        #sfclass-hero .flexslider .slider-text > .slider-text-inner .desc {
          position: absolute;
          bottom: 0;
          right: -15px;
          padding: 30px;
          background:  rgba(9, 110, 14, 0); }
          @media screen and (max-width: 768px) {
            #sfclass-hero .flexslider .slider-text > .slider-text-inner .desc {
              right: 0;
              left: 0; } }
        @media screen and (max-width: 768px) {
          #sfclass-hero .flexslider .slider-text > .slider-text-inner {
            text-align: center; } }
        #sfclass-hero .flexslider .slider-text > .slider-text-inner h1, #sfclass-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: black;
          font-family: "Quicksand", Arial, sans-serif; }
        #sfclass-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 44px;
          line-height: 1.3;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            #sfclass-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 28px; } }
        #sfclass-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 30px;
          font-weight: 300;
          font-family: "Quicksand", Arial, sans-serif; }
          #sfclass-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: rgba(0, 0, 0, 0.8); }
        #sfclass-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
          @media screen and (max-width: 768px) {
            #sfclass-hero .flexslider .slider-text > .slider-text-inner .heading-section {
              font-size: 30px; } }
        #sfclass-hero .flexslider .slider-text > .slider-text-inner s
.sfclass-lead {
          font-size: 20px;
          color: #fff; }
        #sfclass-hero .flexslider .slider-text > .slider-text-inner p {
          margin-bottom: 0; }
        #sfclass-hero .flexslider .slider-text > .slider-text-inner .btn {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #000;
          padding: 10px 15px !important;
          border: none;
          font-weight: 400; }
          #sfclass-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
            color: #000;
            border: 1px solid #fff;
            background: #fff !important; }
            #sfclass-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
              background: transparent !important;
              border: 1px solid #000 !important; }
          @media screen and (max-width: 768px) {
            #sfclass-hero .flexslider .slider-text > .slider-text-inner .btn {
              width: 100%; } }

body.offcanvas {
  overflow-x: hidden; }
  body.offcanvas #sfclass-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    background: #2C2C2C;
    z-index: 999;
    position: fixed; }
  body.offcanvas #sfclass-main, body.offcanvas .sfclass-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px); }

.sfclass-narrow-content {
  padding: 0 2.5em; }
  @media screen and (max-width: 768px) {
    .sfclass-narrow-content {
      padding: 0 1em; } }

.no-gutters {
  margin: 0;
  padding: 0; }

.sfclass-blog,
.sfclass-work,
.sfclass-about,
.sfclass-services,
.sfclass-contact {
  padding-top: 4em;
  padding-bottom: 9em;
  clear: both;
  width: 100%;
  display: block; }
  @media screen and (max-width: 768px) {
    .sfclass-blog,
    .sfclass-work,
    .sfclass-about,
    .sfclass-services,
    .sfclass-contact {
      padding-top: 5em;
      padding-bottom: 8em;
       } }

.about-img,
.about-img-2,
.services-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.sfclass-heading {
  font-size: 18px;
  margin-bottom: 4em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative; }
  .sfclass-heading:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 60px;
    height: 4px;
    content: '';
    background:  rgb(9, 110, 14); }
  .sfclass-heading span {
    display: block; }
  @media screen and (max-width: 768px) {
    .sfclass-heading {
      margin-bottom: 3em; } }

.heading-meta {
  margin-bottom: 15px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 5px; }

.about-img {
  width: 100%;
  height: 600px;
  margin-bottom: 30px; }

.about-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
color: #fff; }

.padding {
  padding: 1em; }

.steps {
  display: block;
  position: relative; }
  .steps h3 {
    font-weight: 400;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 1.5;
    text-transform: uppercase; }
  .steps:before {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    z-index: -1; }
  .steps .icon {
    display: block;
    margin-bottom: 20px;
    position: relative;
    z-index: 0; }
    .steps .icon span {
      display: table;
      width: 40px;
      height: 40px;
      border: 1px solid #e6e6e6;
      text-align: center;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      z-index: 1; }
      .steps .icon span i {
        display: table-cell;
        vertical-align: middle;
        color: #000; }
  .steps:hover i {
    color: rgb(9, 110, 14) !important; }
  .steps.active i {
    color: rgb(9, 110, 14) !important; }

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }

.panel-heading a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }

.panel-heading a:after {
  font-family: "icomoon";
  content: "\ea0e";
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px; }

.panel-heading a.collapsed:after {
  content: "\ea1c"; }

.panel-heading a.collapsed {
  background: #fafafa;
  border: 1px solid #e6e6e6 !important;
  color: #333333; }

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important; }

.services-wrap {
  display: block;
  margin-bottom: 40px;
  z-index: 0; }
  .services-wrap .services-img {
    height: 170px;
    display: block;
    z-index: -1; }
  .services-wrap .desc {
    width: 90%;
    z-index: 1;
    margin-top: -20px;
    background: #fafafa;
    padding: .8em .5em; }
    .services-wrap .desc h3 {
      font-weight: 500;
      margin-bottom: 20px;
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      letter-spacing: 3px;
      line-height: 1.5;
      margin-bottom: 0;
      text-transform: uppercase; }

.move-bottom {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .move-bottom {
      margin-top: 0; } }

.sfclass-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative; }
  .sfclass-feature .sfclass-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    background: rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .sfclass-feature .sfclass-icon i {
      display: table-cell;
      vertical-align: middle;
      color:  rgb(9, 110, 14);
      font-size: 60px;
      height: 100px; }
      @media screen and (max-width: 1200px) {
        .sfclass-feature .sfclass-icon i {
          font-size: 40px; } }
  .sfclass-feature .sfclass-text {
    padding-left: 120px;
    width: 100%; }
    .sfclass-feature .sfclass-text h2, .sfclass-feature .sfclass-text h3 {
      margin: 0;
      padding: 0; }
    .sfclass-feature .sfclass-text h3 {
      font-weight: 500;
      margin-bottom: 20px;
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      letter-spacing: 3px;
      text-transform: uppercase; }
  .sfclass-feature.sfclass-feature-sm .sfclass-text {
    margin-top: 30px; }
  .sfclass-feature.sfclass-feature-sm .sfclass-icon i {
    color:  rgb(9, 110, 14);
    font-size: 40px; }
    @media screen and (max-width: 1200px) {
      .sfclass-feature.sfclass-feature-sm .sfclass-icon i {
        font-size: 28px; } }

.sfclass-feature-lg .sfclass-text h2, .sfclass-feature-lg .sfclass-text h3 {
  margin: 0;
  padding: 0; }

.sfclass-feature-lg .sfclass-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase; }

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 3em; }
  @media screen and (max-width: 768px) {
    .blog-entry {
      margin-bottom: 3em; } }
  .blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px; }
    .blog-entry .blog-img img {
      position: relative;
      max-width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .blog-entry .desc h3 {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: auto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .blog-entry .desc h3 a {
      color: #000;
      text-decoration: none; }
  .blog-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4) !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400; }
    .blog-entry .desc span small i {
      color: #999999; }
  .blog-entry .desc .lead {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000; }
  .blog-entry:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.overlap {
  margin-top: 5em;
  background: #fff;
  padding: 30px; }
  @media screen and (max-width: 768px) {
    .overlap {
      margin-top: 2em; } }

.project {
  background-size: contain, cover;;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  width: 100%;
  display: block;
  margin-bottom: 30px; }
  .project .desc {
    position: absolute;
    top: 10%;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.644);
    opacity: 0;
    color: #ffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .project .desc .con {
      padding: 20px;
      display: block;
      position: relative;
      height: 300px; }
      .project .desc .con .icon {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px; }
        .project .desc .con .icon span {
          display: inline;
          padding-right: 5px; }
          .project .desc .con .icon span a {
            color: #cccccc;
            padding: 5px;
            background: #333333;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px; }
        .project .desc .con .icon i {
          font-size: 16px;
          color: #cccccc; }
    .project .desc h3 {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
      margin-bottom: 15px; }
      .project .desc h3 a {
        color: #fff; }
    .project .desc span {
      display: block;
      color: #ffffff;
      font-size: 13px;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translate3d(0, 15px, 0);
      transform: translate3d(0, 15px, 0); }
      .project .desc span a {
        color: #000; }
    @media screen and (max-width: 768px) {
      .project .desc {
        opacity: 1;
        background: rgba(0, 0, 0, 0.568); 
        top: 70%}
        .project .desc h3 {
          font-style: 28px;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          color: #000; }
        .project .desc span {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        color: #fff; } }
  .project:hover .desc {
    opacity: 1; }
    .project:hover .desc h3 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .project:hover .desc span {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.project-desc h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px; }

.project-desc span {
  display: block;
  color: #666666;
  font-size: 13px;
  margin-bottom: 15px; }
  .project-desc span a {
    color: #666666; }

.project-desc .icon span {
  display: inline;
  padding-right: 5px; }

.project-desc .btn-download {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline; }

#sfclass-counter {
  position: relative;
  clear: both;
  margin-bottom: 5em; }

.sfclass-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .sfclass-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4); }
  .sfclass-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px; }
    .sfclass-counters .icon i {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      font-size: 50px;
      color:  rgb(9, 110, 14);
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .sfclass-counters .counter-wrap {
    border: 1px solid red !important; }
  .sfclass-counters .sfclass-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Quicksand", Arial, sans-serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: .3em; }
  .sfclass-counters .sfclass-counter-label {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block; }

.sfclass-lead {
  font-size: 18px;
  line-height: 1.5; }

#get-in-touch {
  padding: 3em 0; }
  #get-in-touch .btn-learn {
    padding: 15px 30px !important;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }

.sfclass-social {
  padding: 0;
  margin: 0;
  text-align: center; }
  .sfclass-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .sfclass-social li a {
      font-size: 22px;
      color: #000;
      padding: 10px;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px; }
      @media screen and (max-width: 768px) {
        .sfclass-social li a {
          padding: 10px 8px; } }
      .sfclass-social li a:hover {
        color:  rgb(9, 110, 14); }
      .sfclass-social li a:hover, .sfclass-social li a:active, .sfclass-social li a:focus {
        outline: none;
        text-decoration: none;
        color:  rgb(9, 110, 14); }

#map {
  width: 100%;
  height: 700px; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

.sfclass-bg-color {
  background: #fafafa;
  position: relative; }

.pagination {
  padding: 0; }
  .pagination li {
    margin: 2px; }
    .pagination li a {
      color: #000;
      background: transparent;
      color: #000;
      margin: 2px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .pagination li a:first-child {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .pagination li a:hover, .pagination li a:focus {
        background:  rgb(9, 110, 14);
        color: #fff;
        border: 1px solid  rgb(9, 110, 14); }
      @media screen and (max-width: 768px) {
        .pagination li a {
          padding: 7px 15px; } }
    .pagination li.active a {
      background:  rgb(9, 110, 14);
      border: 1px solid  rgb(9, 110, 14) !important; }
      .pagination li.active a:hover, .pagination li.active a:focus {
        background:  rgb(9, 110, 14);
        color: #fff;
        border: 1px solid  rgb(9, 110, 14) !important; }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important; }
  .btn.btn-sm {
    padding: 4px 15px !important; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background:  rgb(9, 110, 14);
  color: #fff;
  border: 2px solid  rgb(9, 110, 14); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ffc91a !important;
    border-color: #ffc91a !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color:  rgb(9, 110, 14);
    border: 2px solid  rgb(9, 110, 14); }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background:  rgb(9, 110, 14);
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  background: #fafafa;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background: #f0f0f0; }

#message {
  height: 130px; }

.sfclass-nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .sfclass-nav-toggle.active i::before, .sfclass-nav-toggle.active i::after {
    background: rgb(145, 145, 145); }
  .sfclass-nav-toggle.dark.active i::before, .sfclass-nav-toggle.dark.active i::after {
    background: rgb(151, 150, 150); }
  .sfclass-nav-toggle:hover, .sfclass-nav-toggle:focus, .sfclass-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .sfclass-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: rgb(150, 150, 150);
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: rgb(150, 150, 150);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .sfclass-nav-toggle i::before, .sfclass-nav-toggle i::after {
      content: '';
      width: 30px;
      height: 2px;
      background: rgb(150, 150, 150);
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .sfclass-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .sfclass-nav-toggle.dark i::before, .sfclass-nav-toggle.dark i::after {
      background: #000;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.sfclass-nav-toggle i::before {
  top: -7px; }

.sfclass-nav-toggle i::after {
  bottom: -7px; }

.sfclass-nav-toggle:hover i::before {
  top: -10px; }

.sfclass-nav-toggle:hover i::after {
  bottom: -10px; }

.sfclass-nav-toggle.active i {
  background: transparent; }

.sfclass-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sfclass-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.sfclass-nav-toggle {
  position: fixed;
  left: -4px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    .sfclass-nav-toggle {
      opacity: 1;
      visibility: visible; } }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 1em; } }

.row-bottom-padded-md {
  padding-bottom: 3em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 1em; } }

.row-bottom-padded-sm {
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 1em; }
           }

.col-padding {
  padding: 10px !important; }

.js .animate-box {
  opacity: 0; }

#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  #sticky_item.is_stuck {
    margin-top: 10px; }

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 30px; } 
  }

    #welcometosftext{
      text-align: center;
      color: #fff;
      display: inline-flex;
      animation-duration: 3s;
      animation-name: slidein;
     }


     @import url('https://fonts.googleapis.com/css?family=Muli');
     body {
       font-family: Arial;
       font-family: 'Muli', sans-serif;
     }
     .nav-wrapper {
       width: 180px;
       height: 30px;
       margin: 0px 0px;
       float: center;
       z-index: 9;
       color: rgb(0, 0, 0);
       position: absolute;
       margin: 1px 1px 1px 60%;
       color: #fff;
       background-color: rgba(173, 167, 167, 0.24);
       border-radius: 3px;
       text-align: center;
       box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
       
      }
      @media screen and (max-width: 768px){
        .nav-wrapper {
        width: 180px;
        height: 30px;
        float: center;
        z-index: 9;
        color: rgb(0, 0, 0);
        position: absolute;
        margin: 30px 40px 10px 38%;
        color: #fff;
        background-color: rgba(173, 167, 167, 0.24);
        border-radius: 3px;
        text-align: center;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        }
      }

      .nav-wrapper:hover{
        color: rgba(15, 15, 15, 0.623);
        background-color: rgba(255, 255, 255, 0.781);
      }
       .sl-nav {
       display: inline;
       position: relative;
     }
     .sl-nav ul {
       margin:0;
       padding:0;
       margin: 1px 1px;
       list-style: none;
       position: relative;
       display: inline-block;
     }
     .sl-nav li {
       cursor: pointer;
       padding-bottom:1px;
     }
     .sl-nav li ul {
       display: none;
     }
     .sl-nav li:hover ul {
       position: absolute;
       margin-top: 20px;
       top:9px;
       right:1px;
       display: block;
       background: rgba(255, 255, 255, 0.699);
       width: 180px;
       height: 80px;
       padding-top: 10px;
       z-index: 1;
       border-radius:5px;
       box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
     }
     .sl-nav li:hover .triangle {
       position: absolute;
       top: 10px;
       right: 1px;
       z-index:1;
       height: 1px;
       overflow: hidden;
       width: 3px;
       background: transparent;
     }
     .sl-nav li:hover .triangle:after {
       content: '';
       display: inline-block;
       z-index: 20;
       width: 180px;
       text-align: center;
       transform: rotate(4deg) translateY(1px) translatex(1px);
       height: 15px;
       background: rgba(255, 255, 255, 0.356);
       border-radius:2px 0px 0px 0px;
       box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
       margin: 5px 1px 1px 1px;
     }
     .sl-nav li ul li {
       position: relative;
       text-align: center;
       background: transparent;
       padding: 3px 3px;
       padding-bottom:0;
       z-index: 25;
       font-size: 15px;
       color: #3c3c3c;
       
     }
     .sl-nav li ul li:last-of-type {
       padding-bottom: 1px;
     }
     .sl-nav li ul li span {
       padding-left: 0px;
     }
     .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
       color: #008100;
     }
     .sl-flag {
       display: inline-block;
       box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
       width: 15px;
       height: 15px;
       background: #aaa;
       border-radius: 50%;
       position: relative;
       top: 2px;
       overflow: hidden;
     }
     .flag-de {
     background: url('https://image.flaticon.com/icons/svg/197/197575.svg');
       background-size: cover;
       background-position: center center;
     }
     .flag-usa {
       background-size: cover;
       background-position: center center;
       background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
     }

.santoverde{
  display: block;
  
}

.imgsantoverde{
  min-width: 32px;
  min-height: 12px;
  max-width: 158px;
  max-height: 108px;;
}

.typewrite{
  font-family: 'Anton', sans-serif;
  margin-top: 30%;
  position: relative;
} 



// non-related styling:
body{
  background: #333;
  color: #ddd;
}
h1{
  color: white;
  font-size: 2.25em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
}

.carousel-caption-custom{
  background-color: rgba(250, 248, 248, 0.918);
  position: relative;
  height: 3%;
  
}




.text-focus-in {
  font-size: 300%;
  color: white;
  margin-top: 5%;
  margin-bottom: 0%;
  margin-right: 1%;
  margin-left: 1%;
  
  font-family: 'Baloo Chettan', cursive;
  -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
* Generated by Animista on 2019-3-27 13:58:22
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation text-focus-in
* ----------------------------------------
*/
@-webkit-keyframes text-focus-in {
0% {
  -webkit-filter: blur(12px);
          filter: blur(12px);
  opacity: 0;
}
100% {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 0.95;
}
}
@keyframes text-focus-in {
0% {
  -webkit-filter: blur(12px);
          filter: blur(12px);
  opacity: 0;
}
100% {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 0.95;
}
}



  .headerslide{
    height: ;
  }

  .bgheader1{
    /* background-image: url(/images/slicestogo.jpg); */
    background-position: center bottom;
    background-size: cover; 
    height: 853px;
    
  }

  .bgheader2{
    background-image: url(/images/fincas.jpeg);
    background-position: center top;
    background-size: cover; 
    height: 853px;
  }

  .bgheader3{
    background-image: url(/images/hamburguesatoston.jpeg);
    background-position: center top;
    background-size: cover; 
    height: 853px;
  }

  @media screen and (max-width: 768px){
    .iresponsive{
      size: 70%;
      width: 20%;
      height: 20%;
      display: inline-block;
      
    }
    .bgheader1{
      background-image: url(/images/slicestogo.jpg);
      background-position: center top;
      background-size: cover center; 
      height: 553px;

    }
  
    .bgheader2{
      background-image: url(/images/fincas.jpeg);
      background-position: center top;
      background-size: cover; 
      height: 553px;
    }
  
    .bgheader3{
      background-image: url(/images/hamburguesatoston.jpeg);
      background-position: center top;
      background-size: cover; 
      height: 553px;
    }

    .text-focus-in {
      font-size: 150%;
      color: white;
      margin-top: 25%;
      margin-bottom: 0%;
      margin-right: 1%;
      margin-left: 1%;
      
      font-family: 'Baloo Chettan', cursive;
      -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
              animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }
  }


  