@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: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.almonds-offcanvas {
  overflow: hidden;
}

a {
  color: #808040;
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
}
a:hover {
  text-decoration: none !important;
  color: #808040 !important;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #848484;
  font-family: "Open Sans", Arial, sans-serif;
}

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

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #808040;
}

::-moz-selection {
  color: #fcfcfc;
  background: #808040;
}

::selection {
  color: #fcfcfc;
  background: #808040;
}

#almonds-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.stuck {
  position: fixed !important;
  top: 0 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.header-top {
  padding: 10px 0;
  background: #808040;
}
.header-top .almonds-link a {
  margin-left: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.header-top .almonds-link a:first-child {
  margin-left: 0;
}
.header-top .almonds-link a:hover {
  color: white !important;
}
@media screen and (max-width: 768px) {
  .header-top .almonds-link {
    text-align: center;
  }
}
.header-top .almonds-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out;
}
.header-top .almonds-social a:last-child {
  margin-right: 0;
}
.header-top .almonds-social a:hover, .header-top .almonds-social a:focus, .header-top .almonds-social a:active {
  text-decoration: none;
  color: white !important;
}
.header-top .almonds-social a:hover i, .header-top .almonds-social a:focus i, .header-top .almonds-social a:active i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .header-top .almonds-social {
    text-align: center !important;
  }
}

.almonds-cover,
.almonds-hero {
  position: relative;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .almonds-cover,
  .almonds-hero {
    height: 700px;
  }
}
.almonds-cover.almonds-hero-2,
.almonds-hero.almonds-hero-2 {
  height: 600px;
}
.almonds-cover.almonds-hero-2 .almonds-overlay,
.almonds-hero.almonds-hero-2 .almonds-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.almonds-overlay {
  position: absolute !important;
  width: 100%;
  height: 70vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
  background: rgba(0, 0, 0, 0.2);
}

.almonds-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .almonds-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.almonds-cover .btn {
  padding: 1em 2em;
  opacity: .9;
}
.almonds-cover.almonds-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .almonds-cover.almonds-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.almonds-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .almonds-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.almonds-cover .desc h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
.almonds-cover .desc h2 strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .almonds-cover .desc h2 {
    font-size: 40px;
  }
}
.almonds-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
}
.almonds-cover .desc span a {
  color: #fff;
}
.almonds-cover .desc span a:hover, .almonds-cover .desc span a:focus {
  color: #fff !important;
}
.almonds-cover .desc span a:hover.btn, .almonds-cover .desc span a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.almonds-cover .desc span a.almonds-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 7px 0 0 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}

.sf-menu a {
  color: rgba(0, 0, 0, 0.5);
  padding: 0.75em 1em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 16px;
  border-bottom: none !important;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #808040 !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #808040;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.2em 1em !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #808040;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#almonds-header-section {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1022;
  background: #fff;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#almonds-logo {
  position: relative;
  z-index: 2;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 700;
  float: left;
}
#almonds-logo span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #almonds-logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#almonds-logo a {
  color: #808040;
}
#almonds-logo a:hover, #almonds-logo a:focus {
  color: #808040 !important;
}

#almonds-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: 15px;
}
#almonds-menu-wrap .sf-menu a {
  padding: 1em .75em;
}

#almonds-primary-menu > li > ul li.active > a {
  color: #808040 !important;
}
#almonds-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  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;
  position: absolute;
  float: right;
  margin-right: -0px;
  top: 50%;
  font-size: 12px;
  margin-top: -7px;
  content: "\e922";
  color: rgba(0, 0, 0, 0.5);
}
#almonds-primary-menu > li > ul li {
  position: relative;
}
#almonds-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  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;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#almonds-primary-menu .almonds-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#almonds-primary-menu .almonds-sub-menu > li > .almonds-sub-menu {
  left: 100%;
}

#almonds-primary-menu .almonds-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#almonds-primary-menu .almonds-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#almonds-primary-menu .almonds-sub-menu .almonds-sub-menu:before {
  top: 6px;
  left: 100%;
}

#almonds-primary-menu .almonds-sub-menu .almonds-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#almonds-primary-menu .almonds-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#almonds-primary-menu .almonds-sub-menu a:hover {
  color: #808040 !important;
}

#almonds-work-section,
#almonds-services-section,
#almonds-content-section,
#almonds-work-section_2,
#almonds-blog-section,
#almonds-features {
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  #almonds-work-section,
  #almonds-services-section,
  #almonds-content-section,
  #almonds-work-section_2,
  #almonds-blog-section,
  #almonds-features {
    padding: 4em 0;
  }
}

.almonds-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #808040;
}
.heading-section h3 {
  font-size: 40px;
  font-weight: 300;
  position: relative;
}
.heading-section p {
  font-size: 20px;
}

.feature-text h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
  letter-spacing: .2em;
}
.feature-text h3 .number {
  margin-right: 5px;
  color: #808040;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.feature-text p {
  font-size: 16px;
}

.services {
  background: #808040;
  background: #fff;
  padding: 40px 20px 20px 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services:hover, .services:focus, .services:active {
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.services span {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.services span i {
  font-size: 40px;
  color: #808040 !important;
}
.services h3 {
  font-size: 20px;
  font-weight: 400;
  color: #808040;
}
.services p {
  font-size: 16px;
  color: gray;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  .feature-left .icon {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .feature-left .icon {
    width: 15%;
  }
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #808040;
}
.feature-left .feature-copy {
  float: right;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .feature-left .feature-copy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .feature-left .feature-copy {
    width: 80%;
  }
}
.feature-left .feature-copy h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.feature-left .feature-copy p {
  font-size: 16px;
  line-height: 1.8;
}

#almonds-portfolio {
  padding: 7em 0;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  #almonds-portfolio {
    padding: 3em 0;
  }
}

#almonds-portfolio-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#almonds-portfolio-list li {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #almonds-portfolio-list li {
    margin-left: 0;
  }
}
#almonds-portfolio-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#almonds-portfolio-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}
#almonds-portfolio-list li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#almonds-portfolio-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #almonds-portfolio-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#almonds-portfolio-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#almonds-portfolio-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #almonds-portfolio-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
}
#almonds-portfolio-list li.two-third {
  width: 65.6%;
}
@media screen and (max-width: 768px) {
  #almonds-portfolio-list li.two-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #almonds-portfolio-list li.two-third {
    width: 100%;
  }
}
#almonds-portfolio-list li.one-third {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  #almonds-portfolio-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #almonds-portfolio-list li.one-third {
    width: 100%;
  }
}
#almonds-portfolio-list li.one-half {
  width: 49%;
}
@media screen and (max-width: 480px) {
  #almonds-portfolio-list li.one-half {
    width: 100%;
  }
}

#almonds-features {
  padding: 4em 0;
}
#almonds-features .feature-left {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #almonds-features .feature-left {
    margin-bottom: 30px;
  }
}
#almonds-features .feature-left .icon i {
  color: #d9d9d9 !important;
}
#almonds-features .feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  #almonds-features .feature-left .icon {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  #almonds-features .feature-left .icon {
    width: 15%;
  }
}
#almonds-features .feature-left .feature-copy {
  float: right;
  width: 80%;
}
@media screen and (max-width: 992px) {
  #almonds-features .feature-left .feature-copy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #almonds-features .feature-left .feature-copy {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  #almonds-features .feature-left .feature-copy {
    width: 80%;
  }
}
#almonds-features .feature-left h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
#almonds-features .feature-left p {
  font-size: 15px;
}
#almonds-features .feature-left p:last-child {
  margin-bottom: 0;
}

#almonds-feature-product {
  padding: 2em 0;
  padding-top:1em;
}

#almonds-services, #almonds-about, #almonds-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #almonds-services, #almonds-about, #almonds-contact {
    padding: 4em 0;
  }
}

#almonds-services .almonds-number {
  font-size: 30px;
  color: #808040;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#almonds-services .almonds-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #808040;
}
#almonds-services .almonds-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  #almonds-services .almonds-icon {
    margin-top: 0px;
    float: none;
  }
}
#almonds-services .almonds-icon i {
  font-size: 200px;
  color: #808040;
}
@media screen and (max-width: 768px) {
  #almonds-services .almonds-icon i {
    font-size: 100px;
  }
}

#almonds-contact .contact-info {
  margin: 0;
  padding: 0;
}
#almonds-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#almonds-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#almonds-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#almonds-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#almonds-contact .form-control:focus, #almonds-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#almonds-contact input[type="text"] {
  height: 50px;
}
#almonds-contact .form-group {
  margin-bottom: 30px;
}

.almonds-testimonial, .almonds-team {
  position: relative;
  background: #fff;
  padding: 1em 0;
  border-radius: 5px;
  text-align:justify;
}
@media screen and (max-width: 768px) {
  .almonds-testimonial, .almonds-team {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.almonds-testimonial h2, .almonds-team h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.almonds-testimonial figure, .almonds-team figure {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -65px;
  background-size: cover;
}
.almonds-testimonial figure img, .almonds-team figure img {
  width: 130px;
  height: 130px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.almonds-testimonial > div, .almonds-team > div {
  padding: 30px 30px 0 30px;
}
.almonds-testimonial > div h3, .almonds-team > div h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #808040;
}
.almonds-testimonial > div .position, .almonds-team > div .position {
  color: #d9d9d9;
  margin-bottom: 30px;
}
.almonds-testimonial > div,
.almonds-testimonial blockquote, .almonds-team > div,
.almonds-team blockquote {
  border: none;
  margin-bottom: 20px;
  padding-top: 30px;
}
.almonds-testimonial > div p,
.almonds-testimonial blockquote p, .almonds-team > div p,
.almonds-team blockquote p {
  font-size: 18px;
  line-height: 1.6em;
  color: #555555;
}
.almonds-testimonial span, .almonds-team span {
  font-style: italic;
  color: #b3b3b3;
}

.almonds-blog {
  margin-bottom: 60px;
}
.almonds-blog a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .almonds-blog {
    width: 100%;
  }
}
.almonds-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 86%, rgba(221,232,160,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(86%, rgba(255,255,255,1)), color-stop(100%, rgba(221,232,160,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 86%, rgba(221,232,160,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 86%, rgba(221,232,160,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 86%, rgba(221,232,160,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 86%, rgba(221,232,160,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde8a0', GradientType=1 );
  width: 90%;
  padding: 30px;
  float: right;
  margin-top: -5em;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.almonds-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.almonds-blog .blog-text span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.almonds-blog .blog-text span.comment {
  float: right;
}
.almonds-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.almonds-blog .blog-text span.comment a i {
  color: #808040;
  padding-left: 7px;
}
.almonds-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.almonds-blog .blog-text h3 a {
  color: rgba(0, 0, 0, 0.6);
}

#almonds-start-project-section {
  padding: 7em 0;
  background: #F64E8B;
}
#almonds-start-project-section h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #almonds-start-project-section h2 {
    font-size: 30px;
  }
}
#almonds-start-project-section a:hover, #almonds-start-project-section a:focus, #almonds-start-project-section a:active {
  color: white !important;
}

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

.almonds-social-icons > a {
  padding: 4px 10px;
  color: #808040;
}
.almonds-social-icons > a i {
  font-size: 26px;
}
.almonds-social-icons > a:hover, .almonds-social-icons > a:focus, .almonds-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}

#footer {
  background: #808040;
  padding: 60px 0 40px;
}
#footer p {
  color: white;
  font-size: 14px;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}
#footer p a:hover, #footer p a:active, #footer p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #808040;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #808040;
  color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

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

#almonds-wrapper {
  overflow-x: hidden;
  position: relative;
}

.almonds-offcanvas {
  overflow: hidden;
}
.almonds-offcanvas #almonds-wrapper {
  overflow: hidden !important;
}

#almonds-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.almonds-offcanvas #almonds-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #almonds-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
}
@media screen and (max-width: 768px) {
  #offcanvas-menu {
    display: block;
  }
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #808040;
}
#offcanvas-menu ul li > .almonds-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #808040;
}
#offcanvas-menu ul .almonds-sub-menu {
  display: block !important;
}

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

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

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

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

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

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

.almonds-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);
}

.almonds-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);
}

.almonds-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .almonds-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 2em;
  }
}

@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: 2em;
  }
}

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

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

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

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

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

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.almonds-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*# sourceMappingURL=style.css.map */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 70vh;
}
.fade-carousel .carousel-inner .item {
    height: 70vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay- {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #808040;
    border-color: #808040;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/almonds1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/almonds2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/almonds3.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

.footer-logo {
 background: #FFFFFF;
 border-radius: 25px;
 padding-top: 8px;
 padding-bottom: 10px;
 padding-left: 10px;
 padding-right: 5px;
 position:relative;
 }
 
 .page-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 300;
	background: rgba(239, 239, 213, 1);
background: -moz-linear-gradient(top, rgba(239, 239, 213, 1) 0%, rgba(89,91,94,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239, 239, 213, 1)), color-stop(100%, rgba(89,91,94,1)));
background: -webkit-linear-gradient(top, rgba(239, 239, 213, 1) 0%, rgba(89,91,94,1) 100%);
background: -o-linear-gradient(top, rgba(239, 239, 213, 1) 0%, rgba(89,91,94,1) 100%);
background: -ms-linear-gradient(top, rgba(239, 239, 213, 1) 0%, rgba(89,91,94,1) 100%);
background: linear-gradient(to bottom, rgba(239, 239, 213, 1) 0%, rgba(89,91,94,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e8e1', endColorstr='#595b5e', GradientType=0 );
    padding: 2px 2px;
    box-shadow: 1px 1px 1px #999;
	overflow: hidden;
	padding: 10px 10px;
	max-width: 100%;
    position: relative;
	border-left: 0px solid rgba(255,255,255,0.6);
	border-right: 0px solid rgba(255,255,255,0.6);
}

.page-wrap1 {
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 300;
	background: rgba(250, 250, 250, 0.1);

    padding: 2px 2px;
    box-shadow: 1px 1px 1px #999;
	overflow: hidden;
	padding: 10px 10px;
    margin-bottom: 0px; 
	max-width: 100%;
    position: relative;
	border-top: 0px solid rgba(128, 128, 64, 0.7);
	border-bottom: 0px solid rgba(128, 128, 64, 0.7);
}

.card {
  background: #FFFFFF;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.23), 0 20px 25px 0px rgba(0, 0, 0, 0.12), 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  margin-bottom: 30px;
  opacity: 1;
  -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
}


.card:not(.card-plain):not(.card-price):hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.38), 0 10px 20px 0px rgba(0, 0, 0, 0.2), 0 5px 1px -1px rgba(0, 0, 0, 0.2);
}
.card .subtitle-black {
  color: #141414;
}
.card a {
  opacity: .85;
}
.card:hover .header {
  opacity: 1;
}
.card h2 {
  margin-top: 0;
}
.card img {
  max-width: 100%;
}
.card .header img {
  border-radius: 4px;
}
.card .image-header,
.card .header img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.card .image-header.image-full,
.card .header img.image-full {
  border-radius: 4px;
}
.card .row .image-header,
.card .row .header img {
  width: 100%;
  border-radius: 4px;
}
.card .btn {
  margin-top: 15px;
  font-size: 10px;
  
}
.card > img {
  border-radius: 4px;
}
.card .title {
  margin-bottom: 5px;
  color: #333333;
}
.card .description {
  font-size: 13px;
}

.card-member {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.card-member .content {
  padding: 25px;
}
.card-member > img {
  background: none repeat scroll 0 0 transparent;
  height: auto;
  width: 120px;
  margin: 0 auto;
}

.card-white {
  background: #FFFFFF;
}

.card-plain {
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.card-plain .image-header {
  border-radius: 4px;
}

.blog-text .img::before {
    position: absolute;
    left: 0px;
    top: -61px;
    content: '';
    background: url(../images/almond.png) no-repeat 0 0;
    width: 192px;
    height: 120px;
    z-index: 999;
}
.deepshadow {
    color: #e0dfdc;
    background-color: #333;
    letter-spacing: .1em;
    text-shadow: 
      0 -1px 0 #fff, 
      0 1px 0 #2e2e2e, 
      0 2px 0 #2c2c2c, 
      0 3px 0 #2a2a2a, 
      0 4px 0 #282828, 
      0 5px 0 #262626, 
      0 6px 0 #242424, 
      0 7px 0 #222, 
      0 8px 0 #202020, 
      0 9px 0 #1e1e1e, 
      0 10px 0 #1c1c1c, 
      0 11px 0 #1a1a1a, 
      0 12px 0 #181818, 
      0 13px 0 #161616, 
      0 14px 0 #141414, 
      0 15px 0 #121212, 
      0 22px 30px rgba(0, 0, 0, 0.9);
  }
.navbar-brand > img {
     background-color: rgba(255, 255, 255, 0.7);
     padding-top: 0px;
     padding-left: 5px;
     padding-right: 5px;
     padding-bottom: 5px;
     border-radius:5px;
	@include box-shadow(0 20px 30px rgba(0,0,0,.6));
	border:1px solid rgba(255,255,255,.3);
	text-align: center;
	@include box-sizing(border-box);
	text-shadow:0 1px 1px rgba(0,0,0,.4);
  display: flex;
  transition: box-shadow .3s ease;
 }

 