<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reshape branding colors*/
/* line 12, ../scss/_common.scss */
html, body {
  position: relative;
  overflow-x: hidden;
}

/*-----------------------------------------
    Page Loader
------------------------------------------*/
/* line 21, ../scss/_common.scss */
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}

/* line 32, ../scss/_common.scss */
.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}

@-webkit-keyframes spinner {
  /* line 60, ../scss/_common.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 68, ../scss/_common.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  /* line 78, ../scss/_common.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 86, ../scss/_common.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  /* line 96, ../scss/_common.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 104, ../scss/_common.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  /* line 114, ../scss/_common.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 122, ../scss/_common.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 136, ../scss/_common.scss */
.container {
  position: relative;
  z-index: 3;
}

/* overlay and pattern */
/* line 144, ../scss/_common.scss */
.overlay, .color-overlay, .gradient-overlay {
  min-width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
}

/* line 154, ../scss/_common.scss */
.color-overlay {
  background: #000000;
  opacity: 0.3;
}

/* line 160, ../scss/_common.scss */
.gradient-overlay {
  opacity: 0.7;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a545d+0,000000+100&amp;amp;1+0,0.3+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhNTQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #0a545d 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a545d), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0a545d 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0a545d 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0a545d 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0a545d 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a545d', endColorstr='#4d000000',GradientType=0 );
  /* IE6-8 */
}

/* section */
/* line 177, ../scss/_common.scss */
.section {
  padding: 50px 0;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
}
/* line 185, ../scss/_common.scss */
.section.dark .section-heading span, .section.dark .section-heading h2 {
  color: #ffffff;
}

/* line 192, ../scss/_common.scss */
.section-heading {
  position: relative;
  text-align: center;
  color: black;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 200, ../scss/_common.scss */
.section-heading h2 {
  color: #70A130;
}
@media only screen and (max-width: 992px) {
  /* line 192, ../scss/_common.scss */
  .section-heading {
    margin-bottom: 20px;
  }
}
/* line 206, ../scss/_common.scss */
.section-heading span {
  margin-bottom: 15px;
  letter-spacing: 1px;
  margin-top: 0px;
  font-size: 12px;
}

/* line 214, ../scss/_common.scss */
.section-heading::after {
  content: '';
  width: 16px;
  height: 1px;
  background-color: #8cc63f;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 0;
}

/* line 225, ../scss/_common.scss */
.dark-bg .section-heading {
  color: #fff;
}
/* line 229, ../scss/_common.scss */
.dark-bg .section-heading::after {
  background-color: #fff;
}

/* Check list */
/* line 236, ../scss/_common.scss */
.check-list {
  padding: 0;
  list-style-type: none;
}

/* line 241, ../scss/_common.scss */
.check-list li {
  position: relative;
  padding-left: 30px;
}

/* line 246, ../scss/_common.scss */
.check-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

/* Arrow Down Animation */
@-webkit-keyframes hvr-hang {
  /* line 260, ../scss/_common.scss */
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  /* line 265, ../scss/_common.scss */
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  /* line 270, ../scss/_common.scss */
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  /* line 277, ../scss/_common.scss */
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  /* line 282, ../scss/_common.scss */
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  /* line 287, ../scss/_common.scss */
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  /* line 294, ../scss/_common.scss */
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  /* line 301, ../scss/_common.scss */
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

/* Helper Class */
/* line 311, ../scss/_common.scss */
.text-xs-left {
  text-align: left;
}

/* line 315, ../scss/_common.scss */
.text-xs-center {
  text-align: center;
}

/* line 319, ../scss/_common.scss */
.text-xs-right {
  text-align: right;
}

@media (min-width: 768px) {
  /* line 324, ../scss/_common.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 328, ../scss/_common.scss */
  .text-sm-center {
    text-align: center !important;
  }

  /* line 332, ../scss/_common.scss */
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  /* line 338, ../scss/_common.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 342, ../scss/_common.scss */
  .text-md-center {
    text-align: center !important;
  }

  /* line 346, ../scss/_common.scss */
  .text-md-right {
    text-align: right !important;
  }
}
/* Selection */
/* line 356, ../scss/_common.scss */
::-moz-selection {
  background: #000;
  color: #fff;
}

/* line 361, ../scss/_common.scss */
::-webkit-selection {
  background: #000;
  color: #fff;
}

/* line 366, ../scss/_common.scss */
::selection {
  background: #000;
  color: #fff;
}

/* back to top button */
/* line 372, ../scss/_common.scss */
#totop {
  position: fixed;
  bottom: 7px;
  right: 7px;
  z-index: 999;
  background: #fff;
  display: none;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 390, ../scss/_common.scss */
img {
  max-width: 100%;
}

/* line 395, ../scss/_common.scss */
.form-control {
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  box-shadow: none;
}
/* line 399, ../scss/_common.scss */
.form-control:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.8);
}

/* line 405, ../scss/_common.scss */
.icons-wrap, #icons {
  margin-top: 40px;
  margin-bottom: 80px;
}
/* line 408, ../scss/_common.scss */
.icons-wrap i, .icons-wrap li, #icons i, #icons li {
  display: inline-block;
  margin: 0 20px 20px 0px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #dadada;
  font-size: 2em;
}

/* line 420, ../scss/_common.scss */
ul#icons {
  list-style: none;
  padding: 0;
}

/**
* Style for components
**/
/* line 5, ../scss/_components.scss */
a:focus {
  outline: none;
}

/* line 9, ../scss/_components.scss */
.navbar-toggle {
  border: 0;
}

/* line 14, ../scss/_components.scss */
.navbar &gt; .container .navbar-brand,
.navbar &gt; .container-fluid .navbar-brand {
  margin-left: 0;
}

/* line 19, ../scss/_components.scss */
.carousel-control.left,
.carousel-control.right {
  background: none;
}

/* line 23, ../scss/_components.scss */
.alert {
  padding: 5px 12px;
  border-radius: 2px;
}

/* line 27, ../scss/_components.scss */
.nav-tabs &gt; li &gt; a {
  border-radius: 2px 2px 0 0;
  color: #898989;
}

/* line 32, ../scss/_components.scss */
.panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 0;
}

/* line 38, ../scss/_components.scss */
.nav-tabs {
  margin-bottom: 30px;
}

/* Accordion */
/* line 44, ../scss/_components.scss */
.panel-title {
  font-size: 14px;
}

/* line 48, ../scss/_components.scss */
.panel-heading a {
  position: relative;
  display: block;
  letter-spacing: 1px;
  word-spacing: initial;
  padding: 10px 15px;
}
/* line 54, ../scss/_components.scss */
.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 15px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}
/* line 64, ../scss/_components.scss */
.panel-heading a.collapsed:after {
  content: "\f107";
}
/* line 67, ../scss/_components.scss */
.panel-heading a:hover, .panel-heading a:focus, .panel-heading a:active {
  text-decoration: none;
}

/* line 1, ../scss/_cta.scss */
.cta-1 {
  background-color: #000;
}
/* line 3, ../scss/_cta.scss */
.cta-1 .call-to-action {
  text-align: center;
  color: #fdfdfd;
  background-size: contain;
  padding: 50px 0;
}
/* line 9, ../scss/_cta.scss */
.cta-1 .call-to-action .cta-text {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 22px;
}

/* line 19, ../scss/_cta.scss */
.cta-2 {
  background-color: #000;
  padding: 30px 0;
}
/* line 22, ../scss/_cta.scss */
.cta-2 .cta-text {
  color: #fff;
  margin: 0;
  line-height: 30px;
  margin-right: 30px;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 22, ../scss/_cta.scss */
  .cta-2 .cta-text {
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  /* line 39, ../scss/_cta.scss */
  .cta-2 .btn {
    margin-top: 15px;
  }
}

/* line 2, ../scss/_typography.scss */
html,
body {
  min-height: 100%;
  color: #171717;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* line 18, ../scss/_typography.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Raleway', sans-serif;
  color: #171717;
}

/* line 23, ../scss/_typography.scss */
h1 {
  font-size: 60px;
  font-weight: 100;
  letter-spacing: 8px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../scss/_typography.scss */
  h1 {
    font-size: 42px;
    letter-spacing: 4px;
  }
}

/* line 37, ../scss/_typography.scss */
h2 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  /* line 37, ../scss/_typography.scss */
  h2 {
    font-size: 30px;
    letter-spacing: 1px;
    word-spacing: 2px;
  }
}

/* line 52, ../scss/_typography.scss */
h3 {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* line 58, ../scss/_typography.scss */
h4 {
  font-size: 18px;
  word-spacing: 3px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  /* line 58, ../scss/_typography.scss */
  h4 {
    letter-spacing: 1px;
  }
}

/* line 69, ../scss/_typography.scss */
h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* line 74, ../scss/_typography.scss */
h6 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

/* line 80, ../scss/_typography.scss */
p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
/* line 84, ../scss/_typography.scss */
p.led {
  font-size: 1.2em;
  margin-bottom: 40px;
}
/* line 87, ../scss/_typography.scss */
p.led:first-letter {
  font-size: 4em;
  float: left;
  line-height: 50px;
}

/* line 98, ../scss/_typography.scss */
.dark-bg h1,
.dark-bg h2,
.dark-bg h3 {
  color: #ffffff;
}

/* line 103, ../scss/_typography.scss */
blockquote p {
  font-family: serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0;
}

/* line 111, ../scss/_typography.scss */
.plain-list li {
  line-height: 2.2em;
}

/*-----------------*/
/* Global Styles   */
/*-----------------*/
/* line 5, ../scss/_buttons.scss */
.btn {
  border-radius: 2px;
  font-size: 12px;
  padding: 10px 35px;
  letter-spacing: 2px;
  line-height: 6px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 26, ../scss/_buttons.scss */
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 47, ../scss/_buttons.scss */
.btn:hover, .btn:focus, .btn:active {
  color: white;
  outline: none;
}

/* line 52, ../scss/_buttons.scss */
.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*-----------------*/
/* Solid Buttons   */
/*-----------------*/
/* line 67, ../scss/_buttons.scss */
.btn-default {
  background-color: #fff;
  border: 1px solid #DFDFDF;
  color: #031313;
}
/* line 72, ../scss/_buttons.scss */
.btn-default:before {
  background: #000000;
}
/* line 76, ../scss/_buttons.scss */
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background-color: #fff;
  color: #fff;
}

/* line 84, ../scss/_buttons.scss */
.btn-mild:before {
  background: #000000;
}
/* line 88, ../scss/_buttons.scss */
.btn-mild:hover, .btn-mild:active, .btn-mild:focus {
  color: #fff;
}

/* line 94, ../scss/_buttons.scss */
.btn-dark {
  background-color: #8cc63f;
  color: #fdfdfd;
}
/* line 97, ../scss/_buttons.scss */
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: #8cc63f;
}

/*-----------------*/
/* Outline Buttons */
/*-----------------*/
/* line 111, ../scss/_buttons.scss */
.btn-default-o {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/* line 117, ../scss/_buttons.scss */
.btn-default-o:hover, .btn-default-o:focus {
  color: #000000;
}

/* line 122, ../scss/_buttons.scss */
.btn-list {
  margin-bottom: 0;
}
/* line 124, ../scss/_buttons.scss */
.btn-list button {
  margin-right: 15px;
  margin-bottom: 15px;
}

/* line 130, ../scss/_buttons.scss */
.btn.btn-round {
  border-radius: 14px;
}
/* line 132, ../scss/_buttons.scss */
.btn.btn-round.btn:before {
  border-radius: 14px;
}

/*bootstrap buttons*/
/* line 138, ../scss/_buttons.scss */
.btn-lg {
  padding: 15px 60px;
}

/* line 142, ../scss/_buttons.scss */
.btn-sm {
  padding: 8px 20px;
}

/* line 146, ../scss/_buttons.scss */
.btn-xs {
  padding: 6px 10px;
}

/* line 151, ../scss/_buttons.scss */
.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
  color: #337ab7;
}

/* line 157, ../scss/_buttons.scss */
.btn-success:active, .btn-success:hover, .btn-success:focus {
  color: #5cb85c;
}

/* line 163, ../scss/_buttons.scss */
.btn-info:active, .btn-info:hover, .btn-info:focus {
  color: #46b8da;
}

/* line 169, ../scss/_buttons.scss */
.btn-warning:active, .btn-warning:hover, .btn-warning:focus {
  color: #eea236;
}

/* line 175, ../scss/_buttons.scss */
.btn-danger:active, .btn-danger:hover, .btn-danger:focus {
  color: #d43f3a;
}

/* line 4, ../scss/_nav.scss */
body#projects-page .main-navigation {
  background-color: #8cc63f;
}

/* line 7, ../scss/_nav.scss */
.navbar-brand {
  padding: 0px 15px 0px;
}

/* line 9, ../scss/_nav.scss */
.main-navigation {
  border-bottom-color: rgba(255, 255, 255, 0.26);
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 16, ../scss/_nav.scss */
.main-navigation .navbar-brand {
  padding: 0px;
}
@media only screen and (max-width: 992px) {
  /* line 16, ../scss/_nav.scss */
  .main-navigation .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/* line 23, ../scss/_nav.scss */
.main-navigation .navbar-brand a .header-logo {
  background-image: url(../images/logo/Reshape-Group-logo.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 200px;
  position: absolute;
}
/* line 33, ../scss/_nav.scss */
.main-navigation .navbar-brand a .header-logo.logo-replace {
  background-image: url(../images/logo/Reshape-Group-logo-V1.png);
  background-size: cover;
  height: 60px;
  width: 260px;
  left: -15px;
  position: relative;
}
/* line 46, ../scss/_nav.scss */
.main-navigation .navbar-brand a .header-logo-fixed {
  display: none;
}
/* line 50, ../scss/_nav.scss */
.main-navigation .navbar-brand {
  font-family: 'Raleway', sans-serif;
  height: auto;
  padding: 22px 15px 10px 15px;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 59, ../scss/_nav.scss */
.main-navigation .navbar-brand a {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 66, ../scss/_nav.scss */
.main-navigation .navbar-brand a em {
  font-style: normal;
  text-transform: lowercase;
  background-color: rgba(255, 255, 255, 0.3);
  width: 8px;
  display: inline-block;
  height: 20px;
  text-align: center;
  letter-spacing: 0px;
  padding: 10px;
  box-sizing: content-box;
  margin: 0px 5px;
  border-radius: 2px;
}
/* line 83, ../scss/_nav.scss */
.main-navigation .navbar-brand a:focus,
.main-navigation .navbar-brand a:hover {
  text-decoration: none;
}
/* line 88, ../scss/_nav.scss */
.main-navigation .navbar-toggle {
  padding: 0 15px;
  color: #FFF;
  border-radius: 2px;
  font-size: 28px;
}
/* line 103, ../scss/_nav.scss */
.main-navigation .navbar-nav &gt; .dropdown.open &gt; a {
  background: transparent;
}
@media only screen and (max-width: 767px) {
  /* line 103, ../scss/_nav.scss */
  .main-navigation .navbar-nav &gt; .dropdown.open &gt; a {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15);
  }
}
/* line 108, ../scss/_nav.scss */
.main-navigation .navbar-nav &gt; .dropdown.open &gt; a span {
  background: white;
  color: black;
}
@media only screen and (max-width: 767px) {
  /* line 108, ../scss/_nav.scss */
  .main-navigation .navbar-nav &gt; .dropdown.open &gt; a span {
    background: transparent;
    color: white;
  }
}
/* line 122, ../scss/_nav.scss */
.main-navigation .navbar-nav li a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: -1px;
  padding: 40px 20px 15px;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 122, ../scss/_nav.scss */
  .main-navigation .navbar-nav li a {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15);
  }
}
/* line 138, ../scss/_nav.scss */
.main-navigation .navbar-nav li a span {
  padding: 1px 4px;
  border-radius: 2px;
  transition: all 0.3s;
}
/* line 143, ../scss/_nav.scss */
.main-navigation .navbar-nav li a:hover, .main-navigation .navbar-nav li a:focus {
  background-color: #72933d;
}
@media only screen and (max-width: 767px) {
  /* line 145, ../scss/_nav.scss */
  .main-navigation .navbar-nav li a:hover span, .main-navigation .navbar-nav li a:focus span {
    background: transparent;
    color: white;
  }
}
/* line 156, ../scss/_nav.scss */
.main-navigation .navbar-nav li.active a {
  background-color: rgba(255, 255, 255, 0);
}
/* line 158, ../scss/_nav.scss */
.main-navigation .navbar-nav li.active a span {
  background: white;
  color: black;
}
/* line 167, ../scss/_nav.scss */
.main-navigation .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 67%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  /* line 167, ../scss/_nav.scss */
  .main-navigation .dropdown-toggle:after {
    right: 7px;
  }
}
/* line 188, ../scss/_nav.scss */
.main-navigation .dropdown-toggle.open:after {
  content: "\f106";
}
@media (max-width: 767px) {
  /* line 196, ../scss/_nav.scss */
  .main-navigation .open &gt; .dropdown-toggle:after {
    content: "\f106";
  }
}
/* line 202, ../scss/_nav.scss */
.main-navigation .dropdown-menu {
  background: rgba(26, 26, 26, 0.9);
  border-radius: 0;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 180px;
}
/* line 211, ../scss/_nav.scss */
.main-navigation .dropdown-menu li a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15);
  padding: 25px 20px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1px;
}
/* line 218, ../scss/_nav.scss */
.main-navigation .dropdown-menu li a:hover {
  color: #ffffff;
  background: #000000;
  border-bottom-color: rgba(73, 71, 71, 0.15);
}
/* line 225, ../scss/_nav.scss */
.main-navigation .dropdown-menu li.open &gt; a {
  color: #ffffff;
  background: #000000;
}
/* line 228, ../scss/_nav.scss */
.main-navigation .dropdown-menu li.open &gt; a:hover {
  color: white;
}
/* line 235, ../scss/_nav.scss */
.main-navigation .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}
/* line 242, ../scss/_nav.scss */
.main-navigation .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  /* line 242, ../scss/_nav.scss */
  .main-navigation .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 255, ../scss/_nav.scss */
  .main-navigation .dropdown-menu .dropdown-toggle:after {
    content: '\f105';
    top: 50%;
    right: 8px;
  }
}

/* line 266, ../scss/_nav.scss */
.navbar-solid {
  background-color: #8cc63f;
}
/* line 269, ../scss/_nav.scss */
.navbar-solid .navbar-brand {
  padding: 0px 15px 0px;
}
/* line 273, ../scss/_nav.scss */
.navbar-solid .navbar-nav &gt; li &gt; a {
  padding: 20px;
}
/* line 278, ../scss/_nav.scss */
.navbar-solid .dropdown-toggle:after {
  top: 51%;
}

@media only screen and (max-width: 992px) {
  /* line 289, ../scss/_nav.scss */
  .main-navigation .navbar-nav &gt; li &gt; a {
    padding: 20px 10px 15px;
    letter-spacing: 1px;
  }
  /* line 293, ../scss/_nav.scss */
  .main-navigation .navbar-brand {
    padding: 0px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 300, ../scss/_nav.scss */
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
/* line 1, ../scss/_header.scss */
.header-wrapper {
  background: url(../images/backgrounds/bg-header.jpg) no-repeat center center;
  background-size: cover;
  display: table;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  /* line 1, ../scss/_header.scss */
  .header-wrapper {
    height: auto;
    min-height: 100vh;
    padding: 0px;
  }
}
/* line 16, ../scss/_header.scss */
.header-wrapper .header-wrapper-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 22, ../scss/_header.scss */
.header-wrapper .header-wrapper-inner.flexslider .slides li {
  height: 100vh;
  min-height: 650px;
}
/* line 31, ../scss/_header.scss */
.header-wrapper .header-wrapper-inner .intro p {
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 4px;
  margin-bottom: 80px;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  /* line 31, ../scss/_header.scss */
  .header-wrapper .header-wrapper-inner .intro p {
    margin-bottom: 30px;
  }
}
/* line 43, ../scss/_header.scss */
.header-wrapper .header-wrapper-inner .arrow-down {
  bottom: 10%;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 3;
}
/* line 51, ../scss/_header.scss */
.header-wrapper .header-wrapper-inner .arrow-down a .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 43, ../scss/_header.scss */
  .header-wrapper .header-wrapper-inner .arrow-down {
    bottom: 0;
  }
}
/* line 65, ../scss/_header.scss */
.header-wrapper .header-wrapper-inner .arrow-down a {
  display: inline-block;
  padding: 20px 35px;
}
/* line 69, ../scss/_header.scss */
.header-wrapper .header-wrapper-inner .arrow-down a:hover {
  text-decoration: none;
}
/* line 73, ../scss/_header.scss */
.header-wrapper .header-wrapper-inner .arrow-down a i {
  font-size: 3em;
  color: #fff;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
  opacity: 0.4;
}

@-moz-keyframes bounce {
  /* line 89, ../scss/_header.scss */
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 93, ../scss/_header.scss */
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  /* line 97, ../scss/_header.scss */
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  /* line 103, ../scss/_header.scss */
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 107, ../scss/_header.scss */
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  /* line 111, ../scss/_header.scss */
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  /* line 117, ../scss/_header.scss */
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 123, ../scss/_header.scss */
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  /* line 129, ../scss/_header.scss */
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* line 138, ../scss/_header.scss */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* line 146, ../scss/_header.scss */
.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}
/* line 150, ../scss/_header.scss */
.video-controls-box a:hover {
  text-decoration: none;
}

/* line 1, ../scss/_header-classic.scss */
.header-classic {
  display: block;
  height: auto;
  overflow-y: hidden;
  padding: 200px 0 90px 0;
}
/* line 7, ../scss/_header-classic.scss */
.header-classic .header-wrapper-inner {
  display: block;
}

/* line 1, ../scss/_header_inner.scss */
.header-inner {
  padding-top: 200px;
  background-color: black;
  background-image: url(../images/backgrounds/bg-testimonial.jpg);
  background-size: cover;
  text-align: center;
}
/* line 8, ../scss/_header_inner.scss */
.header-inner .breadcrumb {
  background-color: transparent;
  color: rgba(254, 254, 255, 0.7);
}
/* line 11, ../scss/_header_inner.scss */
.header-inner .breadcrumb a {
  color: inherit;
}
/* line 14, ../scss/_header_inner.scss */
.header-inner .breadcrumb i {
  margin: 0 10px;
}

/* line 1, ../scss/_flexslider.scss */
.flexslider {
  margin: 0;
  border: 0;
  display: block !important;
}
/* line 7, ../scss/_flexslider.scss */
.flexslider .slides h4 {
  text-transform: inherit;
}
/* line 9, ../scss/_flexslider.scss */
.flexslider .slides &gt; li {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 460px) {
  /* line 9, ../scss/_flexslider.scss */
  .flexslider .slides &gt; li {
    background-attachment: scroll;
  }
}
/* line 25, ../scss/_flexslider.scss */
.flexslider .slides &gt; li.image-03 {
  background-position-x: right;
}
/* line 31, ../scss/_flexslider.scss */
.flexslider .slides &gt; li .intro-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 36, ../scss/_flexslider.scss */
.flexslider .slides &gt; li .intro-wrapper &gt; .intro {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding: 0px 2em;
}

/* line 48, ../scss/_flexslider.scss */
.slider-classic {
  display: block;
  height: auto;
  overflow-y: hidden;
}
/* line 54, ../scss/_flexslider.scss */
.slider-classic .flexslider .slides &gt; li {
  height: auto !important;
  padding: 200px 0 90px 0;
  min-height: auto !important;
}

/* line 63, ../scss/_flexslider.scss */
.flex-direction-nav a {
  height: 50px;
}

/* line 66, ../scss/_flexslider.scss */
.flex-direction-nav a.flex-prev:before {
  content: "\f3d2";
}

/* line 69, ../scss/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: "\f3d3";
}

/* line 72, ../scss/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "Ionicons";
  color: white;
}

/* line 1, ../scss/_team.scss */
.team {
  background-color: bg-base-color;
}
/* line 4, ../scss/_team.scss */
.team .lborder {
  border-left: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  /* line 4, ../scss/_team.scss */
  .team .lborder {
    border-left: none;
  }
}
/* line 11, ../scss/_team.scss */
.team .rborder {
  border-right: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  /* line 11, ../scss/_team.scss */
  .team .rborder {
    border-right: none;
  }
}
/* line 19, ../scss/_team.scss */
.team .team-bio {
  margin-bottom: 15px;
  padding: 0 40px;
}
@media only screen and (max-width: 992px) {
  /* line 19, ../scss/_team.scss */
  .team .team-bio {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 19, ../scss/_team.scss */
  .team .team-bio {
    margin-bottom: 45px;
  }
}
/* line 31, ../scss/_team.scss */
.team .team-bio figure {
  overflow: hidden;
  padding: 40px;
}
/* line 34, ../scss/_team.scss */
.team .team-bio figure img {
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 31, ../scss/_team.scss */
  .team .team-bio figure {
    padding: 15px 22%;
  }
}
/* line 43, ../scss/_team.scss */
.team .team-bio .team-description {
  text-align: center;
}
/* line 46, ../scss/_team.scss */
.team .team-bio .team-description .member-name {
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
/* line 52, ../scss/_team.scss */
.team .team-bio .team-description .designation {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 59, ../scss/_team.scss */
.team .team-social {
  padding: 15px;
  padding-bottom: 0;
}
/* line 64, ../scss/_team.scss */
.team .social-block {
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
/* line 70, ../scss/_team.scss */
.team .social-block li {
  display: inline-block;
  margin-right: 10px;
}
/* line 74, ../scss/_team.scss */
.team .social-block li a {
  display: block;
  font-size: 16px;
  color: #8E8E8E;
  padding: 2px 8px;
  transition: all 0.3s;
}
/* line 81, ../scss/_team.scss */
.team .social-block li a:hover {
  color: #000000;
}

/* line 1, ../scss/_expertise.scss */
.expertise {
  background: url(../images/backgrounds/bg-expertise.jpg) no-repeat center center;
}
/* line 5, ../scss/_expertise.scss */
.expertise .section-heading h1, .expertise .section-heading p {
  color: #ffffff;
}
/* line 10, ../scss/_expertise.scss */
.expertise .section-heading::after {
  background-color: white;
}
/* line 14, ../scss/_expertise.scss */
.expertise .expertise-description {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 14, ../scss/_expertise.scss */
  .expertise .expertise-description {
    margin-bottom: 35px;
  }
}
/* line 22, ../scss/_expertise.scss */
.expertise .nav-tabs {
  border-bottom: 0;
}
/* line 26, ../scss/_expertise.scss */
.expertise .nav-tabs &gt; li &gt; a {
  margin-right: 4px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(227, 225, 225, 0);
  color: #fdfdfd;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s;
}
/* line 36, ../scss/_expertise.scss */
.expertise .nav-tabs &gt; li &gt; a:hover {
  border-bottom-color: #e3e1e1;
}
/* line 42, ../scss/_expertise.scss */
.expertise .nav-tabs &gt; li.active &gt; a, .expertise .nav-tabs &gt; li.active &gt; a:focus, .expertise .nav-tabs &gt; li.active &gt; a:hover {
  color: #fdfdfd;
  background: none;
  border: 0;
  border-bottom: 2px solid #e3e1e1;
}
/* line 53, ../scss/_expertise.scss */
.expertise .tab-content {
  margin-top: 10px;
  padding: 10px;
  color: #E3E1E1;
}
/* line 58, ../scss/_expertise.scss */
.expertise .tab-content p {
  color: #fff;
}
/* line 62, ../scss/_expertise.scss */
.expertise .tab-content .tab-left {
  float: left;
  margin-right: 20px;
}
/* line 67, ../scss/_expertise.scss */
.expertise .tab-content .tab-right {
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 67, ../scss/_expertise.scss */
  .expertise .tab-content .tab-right {
    padding-right: 0;
  }
}
/* line 79, ../scss/_expertise.scss */
.expertise .nav &gt; li &gt; a:focus, .expertise .nav &gt; li &gt; a:hover {
  text-decoration: none;
  background-color: #eee;
  background: none;
}
/* line 89, ../scss/_expertise.scss */
.expertise .progress-heading {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 96, ../scss/_expertise.scss */
.expertise .progress {
  background-color: #313131;
  border-radius: 0;
  height: 3px;
}
/* line 102, ../scss/_expertise.scss */
.expertise .progress-bar {
  background-color: #fdfdfd;
  width: 0;
  transition: width 3s cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 992px) {
  /* line 111, ../scss/_expertise.scss */
  .expertise .expertise-description {
    margin-bottom: 0;
  }
}
/* line 1, ../scss/_video.scss */
.video-player {
  background-size: cover;
  color: white;
  text-transform: uppercase;
}
/* line 3, ../scss/_video.scss */
.video-player.image1 {
  background: url(../images/backgrounds/bg-video.jpg) no-repeat center bottom;
}
/* line 4, ../scss/_video.scss */
.video-player.image2 {
  background: url(../images/backgrounds/bg-video1.jpg) no-repeat center bottom;
}
/* line 10, ../scss/_video.scss */
.video-player .video-left {
  text-align: center;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  /* line 10, ../scss/_video.scss */
  .video-player .video-left {
    margin-bottom: 20px;
  }
}
/* line 24, ../scss/_video.scss */
.video-player .video-icon {
  color: white;
  font-size: 38px;
  border: 1px solid white;
  width: 68px;
  height: 68px;
  position: relative;
  display: block;
  margin: 4px auto 0;
}
@media only screen and (max-width: 767px) {
  /* line 24, ../scss/_video.scss */
  .video-player .video-icon {
    margin-bottom: 20px;
  }
}
/* line 38, ../scss/_video.scss */
.video-player .video-icon i {
  position: absolute;
  top: 14px;
  left: 28px;
}
/* line 44, ../scss/_video.scss */
.video-player .video-icon:hover, .video-player .video-icon:active, .video-player .video-icon:focus {
  color: #000000;
}
/* line 49, ../scss/_video.scss */
.video-player .video-right {
  color: white;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 49, ../scss/_video.scss */
  .video-player .video-right {
    text-align: center;
  }
}

@media (min-width: 768px) {
  /* line 61, ../scss/_video.scss */
  .video-player {
    padding: 155px 0px;
  }
  /* line 64, ../scss/_video.scss */
  .video-player .video-left {
    text-align: right;
    padding-right: 30px;
  }
  /* line 69, ../scss/_video.scss */
  .video-player .video-right {
    padding-left: 30px;
    padding-top: 7px;
  }
  /* line 73, ../scss/_video.scss */
  .video-player .video-right h2 {
    margin-top: 0;
  }
}
/* line 80, ../scss/_video.scss */
#video-container {
  display: none;
}

/* line 1, ../scss/_portfolio.scss */
.portfolio {
  background-color: white;
  padding-bottom: 0;
}
/* line 5, ../scss/_portfolio.scss */
.portfolio .section-content {
  color: #fdfdfd;
}
/* line 8, ../scss/_portfolio.scss */
.portfolio .section-content .portfolio-images {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 26px;
  position: relative;
}
/* line 16, ../scss/_portfolio.scss */
.portfolio .section-content .isotop-filter {
  text-align: center;
  margin-bottom: 35px;
}
/* line 21, ../scss/_portfolio.scss */
.portfolio .section-content .element-item {
  margin-bottom: 15px;
  cursor: pointer;
}
/* line 28, ../scss/_portfolio.scss */
.portfolio .portfolio-grid {
  padding: 5px;
}

/* line 35, ../scss/_portfolio.scss */
.da-thumbs {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

/* line 41, ../scss/_portfolio.scss */
.da-thumbs li {
  float: left;
  background: #fff;
  padding: 0px;
  position: relative;
  width: 25%;
  padding: 5px;
}
@media only screen and (max-width: 992px) {
  /* line 41, ../scss/_portfolio.scss */
  .da-thumbs li {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 41, ../scss/_portfolio.scss */
  .da-thumbs li {
    width: 50%;
  }
}

/* line 61, ../scss/_portfolio.scss */
.portfolio-grid.three-col li {
  width: 33.333%;
}
@media only screen and (max-width: 992px) {
  /* line 61, ../scss/_portfolio.scss */
  .portfolio-grid.three-col li {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 61, ../scss/_portfolio.scss */
  .portfolio-grid.three-col li {
    width: 50%;
  }
}
/* line 73, ../scss/_portfolio.scss */
.portfolio-grid.two-col li {
  width: 50%;
}

/* line 81, ../scss/_portfolio.scss */
.da-thumbs li.x2 {
  width: 50%;
}

/* line 85, ../scss/_portfolio.scss */
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%;
}

/* line 90, ../scss/_portfolio.scss */
.da-thumbs li a {
  overflow: hidden;
}

/* line 93, ../scss/_portfolio.scss */
.da-thumbs li a .portfolio-detail-overlay {
  position: absolute;
  background: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
}

/* line 102, ../scss/_portfolio.scss */
.da-thumbs li a div span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  padding: 2px;
  font-size: 12px;
  display: block;
  letter-spacing: 1px;
}

/* line 111, ../scss/_portfolio.scss */
.portfolio-detail-overlay h4 {
  color: #FFF;
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: 'Rototo' sans-serif;
}

/* line 122, ../scss/_portfolio.scss */
.portfolio-detail-overlay .middle-align-wrap {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 126, ../scss/_portfolio.scss */
.portfolio-detail-overlay .middle-align-wrap .middle-align-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 134, ../scss/_portfolio.scss */
.btn-isotop {
  background: none;
  border: 0;
  padding: 6px 20px 15px;
  color: #000;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
/* line 149, ../scss/_portfolio.scss */
.btn-isotop:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 20px;
  background: #000000;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 167, ../scss/_portfolio.scss */
.btn-isotop:active, .btn-isotop:focus, .btn-isotop:hover {
  color: #000;
  box-shadow: none;
  outline: none !important;
}
/* line 172, ../scss/_portfolio.scss */
.btn-isotop:active:before, .btn-isotop:focus:before, .btn-isotop:hover:before {
  left: 0;
  right: 0;
}

/* line 182, ../scss/_portfolio.scss */
.portfolio-details-single {
  margin-top: 60px;
}
/* line 184, ../scss/_portfolio.scss */
.portfolio-details-single h3 {
  margin-bottom: 40px;
  position: relative;
}
/* line 187, ../scss/_portfolio.scss */
.portfolio-details-single h3:before {
  position: absolute;
  content: '';
  width: 60px;
  background-color: black;
  height: 1px;
  bottom: -15px;
}
/* line 196, ../scss/_portfolio.scss */
.portfolio-details-single ul {
  list-style: none;
  line-height: 2.5em;
  padding-left: 0;
}

/*New projects page*/
/* line 208, ../scss/_portfolio.scss */
body#projects-page #project .col-md-12 {
  background: #ffffff;
}
/* line 215, ../scss/_portfolio.scss */
body#projects-page #project .col-md-12 .timeline .row.col-md-12 {
  border-bottom: 1px solid #8cc63f;
  padding-top: 10px;
}
/* line 217, ../scss/_portfolio.scss */
body#projects-page #project .col-md-12 .timeline .timeline-image.col-md-4 {
  padding: 10px;
}
/* line 223, ../scss/_portfolio.scss */
body#projects-page #project .col-md-12 .timeline .timeline-panel.col-md-8 {
  padding: 10px;
  border-left: 1px solid #8cc63f;
}

/* line 1, ../scss/_testimonial.scss */
.testimonial {
  background: url(../images/backgrounds/bg-testimonial.jpg) no-repeat center center;
  color: #fdfdfd;
  background-size: cover;
}
/* line 6, ../scss/_testimonial.scss */
.testimonial .carosel-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../scss/_testimonial.scss */
  .testimonial .carosel-wrapper {
    margin-top: 40px;
  }
}
/* line 13, ../scss/_testimonial.scss */
.testimonial .carosel-wrapper .client-face-holder {
  position: absolute;
  width: 106px;
  height: 106px;
  overflow: hidden;
  border-radius: 50%;
  top: -50px;
  left: -50px;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  /* line 13, ../scss/_testimonial.scss */
  .testimonial .carosel-wrapper .client-face-holder {
    left: 50%;
    margin-left: -53px;
  }
}
/* line 29, ../scss/_testimonial.scss */
.testimonial .carosel-wrapper .client-face-holder #clientFace {
  height: calc(100% - 6px);
  position: absolute;
  width: calc(100% - 6px);
  background-color: #000;
  background-image: url(../images/team/team-1.jpg);
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  transition: all 0.4s ease-in;
}
/* line 47, ../scss/_testimonial.scss */
.testimonial #testimonials-carousel {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 80px 40px 100px;
}
@media only screen and (max-width: 767px) {
  /* line 47, ../scss/_testimonial.scss */
  .testimonial #testimonials-carousel {
    padding: 70px 30px 30px 30px;
  }
}
/* line 55, ../scss/_testimonial.scss */
.testimonial #testimonials-carousel .review {
  position: relative;
}
/* line 59, ../scss/_testimonial.scss */
.testimonial #testimonials-carousel .review blockquote {
  border: 0;
  padding: 0;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 24px;
}
/* line 68, ../scss/_testimonial.scss */
.testimonial #testimonials-carousel .review .reviewer {
  font-weight: 600;
  color: #FFF;
  font-size: 20px;
  margin-bottom: 0px;
}
/* line 75, ../scss/_testimonial.scss */
.testimonial #testimonials-carousel .review .designation {
  text-transform: uppercase;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
}
/* line 85, ../scss/_testimonial.scss */
.testimonial .quote {
  font-family: sans-serif;
  position: absolute;
  font-size: 100px;
  font-weight: 100;
  font-style: italic;
  z-index: -1;
}
/* line 92, ../scss/_testimonial.scss */
.testimonial .quote.left {
  line-height: 100%;
  top: 25px;
  left: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 92, ../scss/_testimonial.scss */
  .testimonial .quote.left {
    top: 36px;
    left: 0;
  }
}
/* line 103, ../scss/_testimonial.scss */
.testimonial .quote.right {
  line-height: 0;
  bottom: 50px;
  right: 56px;
}
/* line 112, ../scss/_testimonial.scss */
.testimonial .owl-controls {
  position: absolute;
  top: calc(50% - 52px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 112, ../scss/_testimonial.scss */
  .testimonial .owl-controls {
    top: calc(50% - 22px);
  }
}
/* line 121, ../scss/_testimonial.scss */
.testimonial .owl-controls a {
  color: #FFF;
  font-size: 24px;
  padding: 40px;
  line-height: 0;
  position: absolute;
}
/* line 128, ../scss/_testimonial.scss */
.testimonial .owl-controls a:hover, .testimonial .owl-controls a:active, .testimonial .owl-controls a:focus {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  /* line 121, ../scss/_testimonial.scss */
  .testimonial .owl-controls a {
    padding: 10px;
  }
}
/* line 137, ../scss/_testimonial.scss */
.testimonial .owl-controls a.prev {
  left: -90px;
}
@media only screen and (max-width: 767px) {
  /* line 137, ../scss/_testimonial.scss */
  .testimonial .owl-controls a.prev {
    left: 0;
  }
}
/* line 143, ../scss/_testimonial.scss */
.testimonial .owl-controls a.next {
  right: -90px;
}
@media only screen and (max-width: 767px) {
  /* line 143, ../scss/_testimonial.scss */
  .testimonial .owl-controls a.next {
    right: 0;
  }
}

/* line 1, ../scss/_about.scss */
.about-us {
  /*about boxes*/
}
/* line 3, ../scss/_about.scss */
.about-us .section-content {
  /*.image-overlay*/
}
/* line 5, ../scss/_about.scss */
.about-us .section-content .top-section {
  display: block;
}
@media only screen and (max-width: 768px) {
  /* line 10, ../scss/_about.scss */
  .about-us .section-content .top-section .image-overlay {
    float: none;
  }
}
/* line 25, ../scss/_about.scss */
.about-us .section-content .image-overlay {
  float: left;
  /*.footer-social-block*/
}
/* line 29, ../scss/_about.scss */
.about-us .section-content .image-overlay .profile-picture {
  background: url(../images/Gayan_Peiris_Profile_Photo_1.jpeg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0px 0px 0px 2pt transparent;
  border: 1px solid #FFF;
  margin: auto;
  width: 250px;
  height: 330px;
  margin: 0 auto;
}
/* line 48, ../scss/_about.scss */
.about-us .section-content .image-overlay .footer-social-block {
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 48, ../scss/_about.scss */
  .about-us .section-content .image-overlay .footer-social-block {
    margin-bottom: 15px;
  }
}
/* line 58, ../scss/_about.scss */
.about-us .section-content .image-overlay .footer-social-block li {
  display: inline-block;
}
/* line 61, ../scss/_about.scss */
.about-us .section-content .image-overlay .footer-social-block li a {
  display: block;
  color: #e3e1e1;
  transition: color 0.3s;
  margin: 0 0.5rem;
}
@media only screen and (max-width: 992px) {
  /* line 61, ../scss/_about.scss */
  .about-us .section-content .image-overlay .footer-social-block li a {
    padding: 0 8px;
  }
}
/* line 71, ../scss/_about.scss */
.about-us .section-content .image-overlay .footer-social-block li a:hover {
  color: #8cc63f;
}
/* line 78, ../scss/_about.scss */
.about-us .section-content .image-overlay .title-txt {
  color: #70A130;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
/* line 87, ../scss/_about.scss */
.about-us .section-content .image-overlay .title-secondary-txt {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
/* line 97, ../scss/_about.scss */
.about-us .section-content .about-content {
  text-align: center;
  margin-bottom: 0;
  padding: 25px;
}
/* line 102, ../scss/_about.scss */
.about-us .section-content .about-content.left {
  text-align: right;
}
/* line 106, ../scss/_about.scss */
.about-us .section-content .about-content.right {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  /* line 97, ../scss/_about.scss */
  .about-us .section-content .about-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 97, ../scss/_about.scss */
  .about-us .section-content .about-content {
    margin-bottom: 30px;
  }
  /* line 116, ../scss/_about.scss */
  .about-us .section-content .about-content.left, .about-us .section-content .about-content.right {
    text-align: center;
  }
  /* line 119, ../scss/_about.scss */
  .about-us .section-content .about-content.center {
    margin-bottom: 40px;
  }
  /* line 122, ../scss/_about.scss */
  .about-us .section-content .about-content.right {
    margin-bottom: 0;
  }
}
/* line 128, ../scss/_about.scss */
.about-us .section-content figure.about-content {
  padding-top: 10px;
}
/* line 131, ../scss/_about.scss */
.about-us .section-content h4 {
  margin-top: 25px;
  margin-bottom: 0px;
  color: #70A130;
}
@media only screen and (max-width: 992px) {
  /* line 131, ../scss/_about.scss */
  .about-us .section-content h4 {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
/* line 144, ../scss/_about.scss */
.about-us .row.about-box {
  text-align: center;
  clear: both;
  padding-top: 2rem;
}
/* line 150, ../scss/_about.scss */
.about-us .service-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  cursor: pointer;
}
/* line 158, ../scss/_about.scss */
.about-us .service-icon {
  width: 100%;
  height: 220px;
  padding: 20px;
  text-align: center;
  transition: all .5s ease;
}
/* line 166, ../scss/_about.scss */
.about-us .service-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 220px;
  padding: 20px;
  text-align: center;
  transition: all .5s ease;
  background-color: #474747;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform: translateY(110px) rotateX(-90deg);
  -moz-transform: translateY(110px) rotateX(-90deg);
  -ms-transform: translateY(110px) rotateX(-90deg);
  -o-transform: translateY(110px) rotateX(-90deg);
  transform: translateY(110px) rotateX(-90deg);
}
/* line 186, ../scss/_about.scss */
.about-us .service-box .service-icon .front-content {
  position: relative;
  top: 80px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 196, ../scss/_about.scss */
.about-us .service-box .service-icon .front-content i {
  font-size: 35px;
  color: #fff;
  font-weight: normal;
}
/* line 202, ../scss/_about.scss */
.about-us .service-box .service-icon .front-content h3 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 209, ../scss/_about.scss */
.about-us .service-box .service-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 216, ../scss/_about.scss */
.about-us .service-box .service-content p {
  font-size: 16px;
  color: #b1b1b1;
  margin: 0;
}
/* line 221, ../scss/_about.scss */
.about-us .yellow {
  background-color: #8cc63f;
}
/* line 222, ../scss/_about.scss */
.about-us .orange {
  background-color: #8cc63f;
}
/* line 223, ../scss/_about.scss */
.about-us .red {
  background-color: #e84b3a;
}
/* line 224, ../scss/_about.scss */
.about-us .grey {
  background-color: #474747;
}
/* line 225, ../scss/_about.scss */
.about-us .service-box:hover .service-icon {
  opacity: 0;
  -webkit-transform: translateY(-110px) rotateX(90deg);
  -moz-transform: translateY(-110px) rotateX(90deg);
  -ms-transform: translateY(-110px) rotateX(90deg);
  -o-transform: translateY(-110px) rotateX(90deg);
  transform: translateY(-110px) rotateX(90deg);
}
/* line 233, ../scss/_about.scss */
.about-us .service-box:hover .service-content {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

/* line 1, ../scss/_services.scss */
.services {
  background: white;
  background-size: cover;
  /*service boxes
  // Styles for our expanding grid.*/
}
/* line 5, ../scss/_services.scss */
.services .service {
  padding: 30px 15px;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
}
/* line 11, ../scss/_services.scss */
.services .service.last {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  /* line 5, ../scss/_services.scss */
  .services .service {
    padding: 2px;
    margin-bottom: 40px;
  }
}
/* line 20, ../scss/_services.scss */
.services .service .service-icon span {
  font-size: 4em;
}
/* line 26, ../scss/_services.scss */
.services .section-content .secondrow .service {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 26, ../scss/_services.scss */
  .services .section-content .secondrow .service {
    margin-bottom: 40px;
  }
  /* line 30, ../scss/_services.scss */
  .services .section-content .secondrow .service.last {
    margin-bottom: 0;
  }
}
/* line 36, ../scss/_services.scss */
.services .service::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 1px;
  width: calc(100% - 2px);
  height: 103%;
  border-top: 1px solid rgba(253, 253, 253, 0);
  border-bottom: 1px solid rgba(253, 253, 253, 0);
  transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
}
/* line 48, ../scss/_services.scss */
.services .service::after {
  content: '';
  position: absolute;
  top: 1px;
  left: -3px;
  width: calc(100% + 6px);
  height: 99%;
  border-right: 1px solid rgba(253, 253, 253, 0);
  border-left: 1px solid rgba(253, 253, 253, 0);
  transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
}
/* line 60, ../scss/_services.scss */
.services .service:hover {
  background-color: #FAFAFA;
}
/* line 65, ../scss/_services.scss */
.services .service:hover::before,
.services .service:hover::after {
  border-color: #FAFAFA;
}
/* line 75, ../scss/_services.scss */
.services .expanding-grid {
  position: relative;
  width: 100%;
}
/* line 78, ../scss/_services.scss */
.services .expanding-grid .links {
  display: block;
  margin: 0 -1em;
  overflow: hidden;
  padding: 1em 0;
}
/* line 83, ../scss/_services.scss */
.services .expanding-grid .links &gt; li {
  box-sizing: border-box;
  float: left;
  padding: 1em;
  list-style: none;
}
/* line 88, ../scss/_services.scss */
.services .expanding-grid .links &gt; li a {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 1em;
  line-height: 1;
  padding: 35% 0%;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
    .services .expanding-grid .links &gt; li a{
        padding: 35% 15%;
    }

}
/* line 90, ../scss/_services.scss */
.services .expanding-grid .links &gt; li a.section1 {
  background-image: url(../images/services/development-management-Reshape-Group.jpg);
}
/* line 95, ../scss/_services.scss */
.services .expanding-grid .links &gt; li a.section2 {
  background-image: url(../images/services/real-estate-advisory-Reshape-Group.jpg);
}
/* line 100, ../scss/_services.scss */
.services .expanding-grid .links &gt; li a.section3 {
  background-image: url(../images/services/project-management-Reshape-Group.jpg);
}
/* line 105, ../scss/_services.scss */
.services .expanding-grid .links &gt; li a.section4 {
  background-image: url(../images/services/program-management-Reshape-Group.jpg);
}
/* line 123, ../scss/_services.scss */
.services .expanding-grid .links &gt; li a:hover {
  /*background: lighten($secondary-green, 10%);*/
  background-image: url(../images/services/Services-images-BG.jpg);
}
/* line 128, ../scss/_services.scss */
.services .expanding-grid .links &gt; li a.active {
  /*background: darken($secondary-green, 10%);*/
  background-image: url(../images/services/Services-images-BG.jpg);
}
/* line 131, ../scss/_services.scss */
.services .expanding-grid .links &gt; li a.active:after {
  background-color: transparent;
  border-bottom: 0.375em solid #888888;
  border-left: 0.375em solid transparent;
  border-right: 0.375em solid transparent;
  bottom: -0.5em;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -0.375em;
  position: absolute;
  width: 0;
}
@media only screen and (max-width: 39.99em) {
  /* line 83, ../scss/_services.scss */
  .services .expanding-grid .links &gt; li {
    width: 50%;
  }
  /* line 148, ../scss/_services.scss */
  .services .expanding-grid .links &gt; li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 40em) and (max-width: 59.99em) {
  /* line 83, ../scss/_services.scss */
  .services .expanding-grid .links &gt; li {
    width: 33.33333%;
  }
  /* line 154, ../scss/_services.scss */
  .services .expanding-grid .links &gt; li:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 60em) {
  /* line 83, ../scss/_services.scss */
  .services .expanding-grid .links &gt; li {
    width: 25%;
  }
  /* line 160, ../scss/_services.scss */
  .services .expanding-grid .links &gt; li:nth-of-type(4n+1) {
    clear: left;
  }
}
/* line 167, ../scss/_services.scss */
.services .expanding-grid .spacer {
  background-color: #888888;
  clear: both;
  display: block;
  margin: 0 1em;
}
/* line 174, ../scss/_services.scss */
.services .expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
}
/* line 180, ../scss/_services.scss */
.services .expanding-grid .expanding-container.expanded, .services .expanding-grid .expanding-container:target {
  display: block;
}
/* line 185, ../scss/_services.scss */
.services .expanding-grid .hentry {
  background: #888888;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  min-height: 4em;
  overflow: hidden;
  padding: 2em;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 196, ../scss/_services.scss */
.services .expanding-grid .hentry .entry-image {
  box-sizing: border-box;
  float: right;
  margin-left: 1em;
  padding: 0.25em 0 0.52em 1em;
  text-align: center;
  width: 50%;
}
/* line 204, ../scss/_services.scss */
.services .expanding-grid .hentry .entry-title {
  font-size: 1.5em;
}
/* line 209, ../scss/_services.scss */
.services .expanding-grid .close-button {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNLjcuN2wxOCAxOG0tMTggMGwxOC0xOCIvPjwvc3ZnPg==) no-repeat scroll 50% 50% transparent;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 1;
  overflow: hidden;
  padding: 1.5em 2em;
  text-decoration: none;
  text-indent: 5em;
  white-space: nowrap;
  width: 20px;
  will-change: opacity;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 225, ../scss/_services.scss */
.services .expanding-grid .close-button.active {
  transition: opacity 0.2s;
}
/* line 228, ../scss/_services.scss */
.services .expanding-grid .close-button:hover {
  opacity: 0.5;
}
/* line 238, ../scss/_services.scss */
.services #section1 .hentry .entry-image .img-placeholder {
  background-image: url(../images/services/development-management-Reshape-Group.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 249, ../scss/_services.scss */
.services #section2 .hentry .entry-image .img-placeholder {
  background-image: url(../images/services/real-estate-advisory-Reshape-Group.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 260, ../scss/_services.scss */
.services #section3 .hentry .entry-image .img-placeholder {
  background-image: url(../images/services/project-management-Reshape-Group.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 271, ../scss/_services.scss */
.services #section4 .hentry .entry-image .img-placeholder {
  background-image: url(../images/services/program-management-Reshape-Group.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 281, ../scss/_services.scss */
.services .img-placeholder {
  color: #fff;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
  padding: 25% 0.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, ../scss/_funfacts.scss */
.funfacts {
  background: url(../images/backgrounds/bg-fun-fact.jpg) no-repeat center center;
  background-size: cover;
}
/* line 5, ../scss/_funfacts.scss */
.funfacts .counter-box {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../scss/_funfacts.scss */
  .funfacts .counter-box {
    margin-bottom: 35px;
  }
  /* line 10, ../scss/_funfacts.scss */
  .funfacts .counter-box.last {
    margin-bottom: 0;
  }
}
/* line 15, ../scss/_funfacts.scss */
.funfacts .counter-box .counter-icon span {
  font-size: 4em;
  color: #fff;
}
/* line 20, ../scss/_funfacts.scss */
.funfacts .counter-box .count {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 20, ../scss/_funfacts.scss */
  .funfacts .counter-box .count {
    margin: 0;
  }
}
/* line 33, ../scss/_funfacts.scss */
.funfacts .counter-box .count-description {
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 33, ../scss/_funfacts.scss */
  .funfacts .counter-box .count-description {
    margin: 0;
  }
}

/* line 1, ../scss/_contact.scss */
.contact {
  background-color: bg-base-color;
}
/* line 4, ../scss/_contact.scss */
.contact .section-content {
  color: #000;
}
/* line 7, ../scss/_contact.scss */
.contact .section-content h5 {
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: none;
}
/* line 13, ../scss/_contact.scss */
.contact .section-content .contact-form {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../scss/_contact.scss */
  .contact .section-content .contact-form {
    margin-bottom: 60px;
  }
}
/* line 20, ../scss/_contact.scss */
.contact .section-content .contact-form .form-group {
  margin-bottom: 24px;
}
/* line 24, ../scss/_contact.scss */
.contact .section-content .contact-form .form-control {
  color: #000;
  border: 1px solid #DDD;
  padding: 6px 20px;
  border-radius: 2px;
  height: auto;
  box-shadow: none;
}
/* line 33, ../scss/_contact.scss */
.contact .section-content .contact-form .form-control:focus {
  box-shadow: none;
  outline: none;
}
/* line 37, ../scss/_contact.scss */
.contact .section-content .contact-form textarea {
  min-height: 160px;
}
/* line 42, ../scss/_contact.scss */
.contact .section-content #map {
  height: 206px;
}
/* line 46, ../scss/_contact.scss */
.contact .section-content .google-map {
  margin-bottom: 30px;
}
/* line 49, ../scss/_contact.scss */
.contact .section-content .google-map iframe {
  width: 100%;
}
/* line 53, ../scss/_contact.scss */
.contact .section-content .contact-info-wrap h5 {
  margin-bottom: 15px !important;
  text-decoration: underline;
}
/* line 57, ../scss/_contact.scss */
.contact .section-content .contact-info-wrap .contact-info {
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  /* line 69, ../scss/_contact.scss */
  .contact .section-content .contact-form {
    margin-bottom: 0;
  }
}
/* line 76, ../scss/_contact.scss */
.contact-full-width {
  padding-bottom: 0 !important;
}
/* line 78, ../scss/_contact.scss */
.contact-full-width .contact-info-wrap {
  margin: 60px 0;
}
/* line 81, ../scss/_contact.scss */
.contact-full-width #map {
  height: 400px;
}

/* line 1, ../scss/_clients.scss */
.clients {
  background: black;
  background-size: cover;
  padding: 60px 0;
}
/* line 6, ../scss/_clients.scss */
.clients .client-image {
  margin-bottom: 20px;
}
/* line 8, ../scss/_clients.scss */
.clients .client-image img {
  opacity: 0.75;
}
/* line 12, ../scss/_clients.scss */
.clients .client-image img:hover {
  opacity: 1;
}
/* line 17, ../scss/_clients.scss */
.clients .owl-theme .owl-controls {
  height: 0px;
  margin: 20px 0 -20px 0;
}

/* line 23, ../scss/_clients.scss */
.client-overlay {
  position: relative;
}

/* line 27, ../scss/_clients.scss */
.client-overlay::before {
  content: '';
  background-color: rgba(48, 48, 48, 0.48);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  /* line 40, ../scss/_clients.scss */
  .clients .client-image {
    margin-bottom: 0;
  }
}
/* line 3, ../scss/_blog.scss */
.blog .blog-post {
  margin-bottom: 40px;
}
/* line 6, ../scss/_blog.scss */
.blog .blog-post header {
  position: relative;
}
/* line 9, ../scss/_blog.scss */
.blog .blog-post header .date {
  background-color: #fdfdfd;
  position: absolute;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  z-index: 9;
  color: #2c2c2c;
}
/* line 20, ../scss/_blog.scss */
.blog .blog-post .blog-content {
  padding: 15px 28px;
  border: 1px solid #f5f5f5;
}
/* line 24, ../scss/_blog.scss */
.blog .blog-post .blog-content h4 {
  margin: 20px 0;
  letter-spacing: 1px;
}
/* line 27, ../scss/_blog.scss */
.blog .blog-post .blog-content h4 a {
  color: #333;
}
/* line 32, ../scss/_blog.scss */
.blog .blog-post .blog-content .post-meta {
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px solid #F5F5F5;
}
/* line 38, ../scss/_blog.scss */
.blog .blog-post .blog-content .post-meta span {
  color: #CCC;
}
/* line 41, ../scss/_blog.scss */
.blog .blog-post .blog-content .post-meta span:first-child a {
  color: #848484;
}
/* line 45, ../scss/_blog.scss */
.blog .blog-post .blog-content .post-meta span a {
  color: #CCC;
  border-bottom: 1px rgba(0, 0, 0, 0);
}
/* line 49, ../scss/_blog.scss */
.blog .blog-post .blog-content .post-meta span a:hover {
  text-decoration: none;
  border-bottom-style: solid;
  border-color: inherit;
}
/* line 57, ../scss/_blog.scss */
.blog .blog-post .blog-content .post-meta span {
  padding-right: 10px;
  border-right: 1px solid #CCC;
  margin-right: 10px;
}
/* line 61, ../scss/_blog.scss */
.blog .blog-post .blog-content .post-meta span:last-child {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}
/* line 67, ../scss/_blog.scss */
.blog .blog-post .blog-content p {
  color: #67666a;
  line-height: 22px;
}
/* line 73, ../scss/_blog.scss */
.blog .blog-post footer {
  border: 1px solid #DDD;
  padding: 0px 15px;
}
/* line 77, ../scss/_blog.scss */
.blog .blog-post footer .comment-count {
  color: #000;
  position: relative;
  padding-left: 25px;
}
/* line 84, ../scss/_blog.scss */
.blog .blog-post footer .comment-count:hover,
.blog .blog-post footer .comment-count:focus {
  color: #000;
}
/* line 96, ../scss/_blog.scss */
.blog .blog-post footer .read-more {
  color: #000;
  position: relative;
  padding-left: 25px;
  padding-right: 0;
  text-transform: uppercase;
}
/* line 105, ../scss/_blog.scss */
.blog .blog-post footer .read-more:hover,
.blog .blog-post footer .read-more:focus {
  color: #000;
}

@media (min-width: 768px) {
  /* line 125, ../scss/_blog.scss */
  .blog .blog-post header .image-slider-carousel .carousel-control.left {
    top: 200px;
    bottom: 5px;
    left: 220px;
  }
  /* line 131, ../scss/_blog.scss */
  .blog .blog-post header .image-slider-carousel .carousel-control.right {
    top: 200px;
  }
}
@media (min-width: 992px) {
  /* line 145, ../scss/_blog.scss */
  .blog .blog-post header .image-slider-carousel .carousel-control.left {
    top: 210px;
    bottom: 5px;
    left: 235px;
  }
  /* line 151, ../scss/_blog.scss */
  .blog .blog-post header .image-slider-carousel .carousel-control.right {
    top: 210px;
    right: 10px;
    bottom: 5px;
  }
}
/* line 164, ../scss/_blog.scss */
.blog-standard .blog-post {
  margin-bottom: 80px;
}
/* line 166, ../scss/_blog.scss */
.blog-standard .blog-post:last-child {
  margin-bottom: 0;
}
/* line 169, ../scss/_blog.scss */
.blog-standard .blog-post .featured-image {
  margin-bottom: 30px;
}
/* line 172, ../scss/_blog.scss */
.blog-standard .blog-post .post-title {
  margin-bottom: 15px;
}
/* line 174, ../scss/_blog.scss */
.blog-standard .blog-post .post-title &gt; a {
  color: #5c5c5c;
}
/* line 176, ../scss/_blog.scss */
.blog-standard .blog-post .post-title &gt; a:hover {
  color: #000000;
  text-decoration: none;
}
/* line 182, ../scss/_blog.scss */
.blog-standard .blog-post .post-meta {
  color: silver;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 30px;
}
/* line 188, ../scss/_blog.scss */
.blog-standard .blog-post .post-meta a {
  color: #656565;
}
/* line 191, ../scss/_blog.scss */
.blog-standard .blog-post .post-meta span {
  margin: 0 6px;
}
/* line 195, ../scss/_blog.scss */
.blog-standard .blog-post .read-more {
  margin-top: 25px;
}
/* line 197, ../scss/_blog.scss */
.blog-standard .blog-post .read-more a {
  text-transform: uppercase;
  color: black;
  transition: all 0.2s;
}
/* line 201, ../scss/_blog.scss */
.blog-standard .blog-post .read-more a:hover {
  color: silver;
  text-decoration: none;
}

/*overriding bootstrap's default pagination */
/* line 213, ../scss/_blog.scss */
.pagination-lg &gt; li:last-child &gt; a, .pagination-lg &gt; li:last-child &gt; span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 218, ../scss/_blog.scss */
.pagination-lg &gt; li:first-child &gt; a, .pagination-lg &gt; li:first-child &gt; span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 223, ../scss/_blog.scss */
.pagination &gt; li {
  display: inline-block;
  margin-right: 8px;
}

/* line 228, ../scss/_blog.scss */
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
  background-color: black;
  border-color: black;
}

/* line 233, ../scss/_blog.scss */
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
  color: #909090;
}

/* line 238, ../scss/_blog.scss */
.sidebar {
  padding: 0 0 0 30px;
}
/* line 240, ../scss/_blog.scss */
.sidebar .widget {
  margin-bottom: 60px;
}
/* line 247, ../scss/_blog.scss */
.sidebar .widget.popular-posts .widget-content ul {
  padding: 15px 0 0 0;
  list-style: none;
  color: #b0b0b0;
}
/* line 251, ../scss/_blog.scss */
.sidebar .widget.popular-posts .widget-content ul li {
  margin-bottom: 30px;
}
/* line 254, ../scss/_blog.scss */
.sidebar .widget.popular-posts .widget-content ul .thumb {
  margin-right: 10px;
  margin-top: -10px;
}
/* line 258, ../scss/_blog.scss */
.sidebar .widget.popular-posts .widget-content ul .title {
  color: gray;
}
/* line 265, ../scss/_blog.scss */
.sidebar .widget.popular-tags a {
  margin-bottom: 6px;
}
/* line 270, ../scss/_blog.scss */
.sidebar .widget.categories ul {
  list-style: none;
  padding: 0;
}
/* line 273, ../scss/_blog.scss */
.sidebar .widget.categories ul li {
  line-height: 3em;
}
/* line 275, ../scss/_blog.scss */
.sidebar .widget.categories ul li:before {
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 15px;
}
/* line 280, ../scss/_blog.scss */
.sidebar .widget.categories ul li a {
  color: black;
}
/* line 282, ../scss/_blog.scss */
.sidebar .widget.categories ul li a:hover {
  color: gray;
}

/* line 293, ../scss/_blog.scss */
.left-sidebar .sidebar {
  padding: 0 30px 0 0;
}

/* line 299, ../scss/_blog.scss */
.blog-grid .blog-element {
  max-height: 290px;
  overflow: hidden;
}
/* line 302, ../scss/_blog.scss */
.blog-grid .blog-element img {
  width: 100%;
}

/* line 308, ../scss/_blog.scss */
#disqus_thread {
  margin-top: 40px;
}

/* line 1, ../scss/_pricing.scss */
.pricing {
  background-color: bg-base-color;
}
/* line 4, ../scss/_pricing.scss */
.pricing .price-box {
  background-color: #f9f9f9;
  color: #000;
  text-align: center;
  padding: 40px 15px 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 11, ../scss/_pricing.scss */
  .pricing .price-box.last {
    margin-bottom: 0;
  }
}
/* line 17, ../scss/_pricing.scss */
.pricing .price-box h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
}
/* line 23, ../scss/_pricing.scss */
.pricing .price-box .btn-white {
  border-color: #e3e3e3;
}
/* line 27, ../scss/_pricing.scss */
.pricing .price-box .price-info {
  position: relative;
  padding: 0 15px 15px;
  margin-bottom: 25px;
}
/* line 32, ../scss/_pricing.scss */
.pricing .price-box .price-info .price {
  color: #313131;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}
/* line 38, ../scss/_pricing.scss */
.pricing .price-box .price-info .price sup {
  font-size: 20px;
  top: -18px;
  left: -2px;
}
/* line 44, ../scss/_pricing.scss */
.pricing .price-box .price-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 48, ../scss/_pricing.scss */
.pricing .price-box .price-info ul li {
  display: block;
  margin-bottom: 25px;
}
/* line 53, ../scss/_pricing.scss */
.pricing .price-box .price-info ul .disabled {
  color: #c7c7c7;
  text-decoration: line-through;
}
/* line 61, ../scss/_pricing.scss */
.pricing .featured {
  border: 1px solid #000;
  background-color: #FFF;
}
/* line 65, ../scss/_pricing.scss */
.pricing .featured h3 {
  letter-spacing: 10px;
}

/* line 1, ../scss/_subscribe.scss */
.subscribe {
  background: #000;
}
/* line 4, ../scss/_subscribe.scss */
.subscribe .btn-default {
  border-color: #ffffff;
  color: #000;
}
/* line 9, ../scss/_subscribe.scss */
.subscribe .subscribe-text {
  padding-left: 60px;
  position: relative;
  margin-bottom: 40px;
}
/* line 14, ../scss/_subscribe.scss */
.subscribe .subscribe-text h2 {
  margin-top: 0;
}
/* line 18, ../scss/_subscribe.scss */
.subscribe .subscribe-text h2, .subscribe .subscribe-text span {
  position: relative;
  z-index: 2;
  color: #fff;
}
/* line 23, ../scss/_subscribe.scss */
.subscribe .subscribe-text span {
  text-transform: uppercase;
}
/* line 28, ../scss/_subscribe.scss */
.subscribe .subscribe-text::before {
  content: '';
  border-right: 1px solid #313131;
  position: absolute;
  right: 0;
  top: -15px;
  bottom: -15px;
  border-width: 3px;
}
@media only screen and (max-width: 767px) {
  /* line 28, ../scss/_subscribe.scss */
  .subscribe .subscribe-text::before {
    display: none;
  }
}
/* line 41, ../scss/_subscribe.scss */
.subscribe .subscribe-text::after {
  position: absolute;
  content: "\f003";
  font-family: FontAwesome;
  color: #313131;
  z-index: 1;
  top: -29px;
  left: -12px;
  font-size: 6em;
  transform: rotate(-50deg);
}
/* line 53, ../scss/_subscribe.scss */
.subscribe .subscribe-form {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 57, ../scss/_subscribe.scss */
.subscribe .subscribe-form .input-group-addon {
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: background 0.3s;
}
/* line 64, ../scss/_subscribe.scss */
.subscribe .subscribe-form .input-group-addon:hover {
  background: rgba(255, 255, 255, 0.75);
}
/* line 70, ../scss/_subscribe.scss */
.subscribe .subscribe-form input[type="email"] {
  background: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #000000;
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
/* line 79, ../scss/_subscribe.scss */
.subscribe .subscribe-form input[type="submit"] {
  border: 0;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}
/* line 85, ../scss/_subscribe.scss */
.subscribe .spam-text {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 85, ../scss/_subscribe.scss */
  .subscribe .spam-text {
    text-align: center;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 99, ../scss/_subscribe.scss */
  .subscribe .subscribe-text {
    margin-bottom: 0;
  }
}
/* line 3, ../scss/_why-choose-us.scss */
.why-choose-us .why-explain {
  position: relative;
}
/* line 6, ../scss/_why-choose-us.scss */
.why-choose-us .why-explain::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  color: #EAEAEA;
  border: 1px solid #E5E5E5;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
}
@media only screen and (max-width: 992px) {
  /* line 6, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain::before {
    display: none;
  }
}
/* line 25, ../scss/_why-choose-us.scss */
.why-choose-us .why-explain.top::before {
  top: 20px;
  left: 0;
}
/* line 30, ../scss/_why-choose-us.scss */
.why-choose-us .why-explain.bottom::before {
  left: 0;
}
@media only screen and (max-width: 767px) {
  /* line 38, ../scss/_why-choose-us.scss */
  .why-choose-us h4 {
    margin-bottom: 10px;
  }
  /* line 42, ../scss/_why-choose-us.scss */
  .why-choose-us p {
    margin-bottom: 35px;
  }
  /* line 44, ../scss/_why-choose-us.scss */
  .why-choose-us p.last {
    margin-bottom: 0px;
  }
  /* line 49, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain-wrap {
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #dadada;
  }
  /* line 54, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain-wrap.last {
    border-bottom: none;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 66, ../scss/_why-choose-us.scss */
  .why-choose-us .why-us-image {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  /* line 75, ../scss/_why-choose-us.scss */
  .why-choose-us h4 {
    margin: 0px 0px 15px 25px;
  }
  /* line 80, ../scss/_why-choose-us.scss */
  .why-choose-us .section-content p {
    padding: 25px;
  }
  /* line 85, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain {
    margin-right: 25px;
  }
  /* line 88, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain::before {
    transition: 0.6s;
    transform-style: preserve-3d;
  }
  /* line 93, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.top {
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    perspective: 1000;
  }
  /* line 98, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.top::before {
    top: -19px;
    left: -32px;
  }
  /* line 103, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.top::after {
    content: "";
    position: absolute;
    height: 35px;
    right: 0;
    bottom: -35px;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
  }
  /* line 114, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.top-1::after {
    width: 35%;
  }
  /* line 118, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.top-2::after {
    width: 70%;
  }
  /* line 122, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.top-3::after {
    width: 105%;
  }
  /* line 127, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.bottom {
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 0;
    perspective: 1000;
  }
  /* line 133, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.bottom h4 {
    padding-top: 15px;
  }
  /* line 137, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.bottom::before {
    bottom: -19px;
    left: -32px;
  }
  /* line 142, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.bottom::after {
    content: "";
    position: absolute;
    height: 35px;
    top: -35px;
    right: 0;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
  }
  /* line 153, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.bottom-1::after {
    width: 0;
    right: -1px;
  }
  /* line 158, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.bottom-2::after {
    width: 25%;
  }
  /* line 162, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain.bottom-3::after {
    width: 65%;
  }
  /* line 171, ../scss/_why-choose-us.scss */
  .why-choose-us .why-explain-wrap:hover .why-explain::before {
    background-color: #fdfdfd;
    color: #313131;
  }
}
/* line 1, ../scss/_our-process.scss */
.our-process {
  background-color: white;
  padding-bottom: 0;
  /* Devider */
}
/* line 5, ../scss/_our-process.scss */
.our-process .section-content {
  margin: 0 136px;
}
@media only screen and (max-width: 992px) {
  /* line 5, ../scss/_our-process.scss */
  .our-process .section-content {
    margin: 0;
  }
}
/* line 13, ../scss/_our-process.scss */
.our-process .our-process-image {
  height: 8em;
  width: 8em;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  display: table;
  margin-bottom: 10px;
  float: right;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../scss/_our-process.scss */
  .our-process .our-process-image {
    margin: 0;
    height: 6em;
    width: 6em;
  }
}
/* line 30, ../scss/_our-process.scss */
.our-process .our-process-image span {
  font-size: 4em;
  color: #000;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 30, ../scss/_our-process.scss */
  .our-process .our-process-image span {
    font-size: 3em;
  }
}
/* line 42, ../scss/_our-process.scss */
.our-process .our-process-image.left {
  float: left;
  margin-right: 40px;
  margin-left: 0px;
}
/* line 48, ../scss/_our-process.scss */
.our-process .process {
  margin: 80px 0;
}
/* line 51, ../scss/_our-process.scss */
.our-process .process .our-process-text.right {
  text-align: right;
}
/* line 59, ../scss/_our-process.scss */
.our-process .divider {
  margin-top: 40px;
  height: 1px;
  width: calc(100% - 112px);
  position: relative;
  border-bottom: 2px dotted #dadada;
  margin: 0 auto;
}
/* line 67, ../scss/_our-process.scss */
.our-process .divider img {
  position: absolute;
  left: calc(50% - 68px);
  top: -47px;
}
/* line 74, ../scss/_our-process.scss */
.our-process .divider-right::after {
  content: "";
  position: absolute;
  top: 2px;
  height: 25px;
  left: 0;
  border-left: 2px dotted #dadada;
}
/* line 83, ../scss/_our-process.scss */
.our-process .divider-right::before {
  content: "";
  position: absolute;
  top: -26px;
  height: 25px;
  right: 0;
  border-left: 2px dotted #dadada;
}
/* line 93, ../scss/_our-process.scss */
.our-process .divider-left::after {
  content: "";
  position: absolute;
  top: -26px;
  height: 25px;
  left: 0;
  border-left: 2px dotted #dadada;
}
/* line 102, ../scss/_our-process.scss */
.our-process .divider-left::before {
  content: "";
  position: absolute;
  top: 2px;
  height: 25px;
  right: 0;
  border-left: 2px dotted #dadada;
}

/* line 1, ../scss/_gallery.scss */
.gallery {
  @-webkit-keyframes loader {
    /* line 179, ../scss/_gallery.scss */
    0% {
      background: #dddddd;
    }

    /* line 182, ../scss/_gallery.scss */
    33% {
      background: #cccccc;
      box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
    }

    /* line 187, ../scss/_gallery.scss */
    66% {
      background: #cccccc;
      box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
    }
}

  @-moz-keyframes loader {
    /* line 194, ../scss/_gallery.scss */
    0% {
      background: #dddddd;
    }

    /* line 197, ../scss/_gallery.scss */
    33% {
      background: #cccccc;
      box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
    }

    /* line 202, ../scss/_gallery.scss */
    66% {
      background: #cccccc;
      box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
    }
}

  @keyframes loader {
    /* line 209, ../scss/_gallery.scss */
    0% {
      background: #dddddd;
    }

    /* line 212, ../scss/_gallery.scss */
    33% {
      background: #cccccc;
      box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
    }

    /* line 217, ../scss/_gallery.scss */
    66% {
      background: #cccccc;
      box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
    }
}

}
/* line 12, ../scss/_gallery.scss */
.gallery .og-grid li &gt; a {
  border: none;
  outline: none;
  display: block;
  position: relative;
}
/* line 21, ../scss/_gallery.scss */
.gallery .og-close::before, .gallery .og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888888;
  transform: rotate(45deg);
}
/* line 34, ../scss/_gallery.scss */
.gallery .og-fullimg, .gallery .og-details {
  width: 50%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* line 43, ../scss/_gallery.scss */
.gallery .og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
/* line 49, ../scss/_gallery.scss */
.gallery .og-grid li {
  display: inline-block;
  vertical-align: top;
  height: 250px;
  margin: 10px -2px;
  width: 33.33%;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 49, ../scss/_gallery.scss */
  .gallery .og-grid li {
    width: 100%;
  }
}
/* line 59, ../scss/_gallery.scss */
.gallery .og-grid li &gt; a {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 65, ../scss/_gallery.scss */
.gallery .og-grid li.og-expanded {
  margin-bottom: 35px;
}
/* line 67, ../scss/_gallery.scss */
.gallery .og-grid li.og-expanded &gt; a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  bottom: -15px;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #dddddd;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px;
}
/* line 85, ../scss/_gallery.scss */
.gallery .og-grid.og-grid-4col li {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  /* line 85, ../scss/_gallery.scss */
  .gallery .og-grid.og-grid-4col li {
    width: 100%;
  }
}
/* line 93, ../scss/_gallery.scss */
.gallery .og-grid.og-grid-5col li {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  /* line 93, ../scss/_gallery.scss */
  .gallery .og-grid.og-grid-5col li {
    width: 100%;
  }
}
/* line 101, ../scss/_gallery.scss */
.gallery .og-expander {
  position: absolute;
  background: #dddddd;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 15px;
  text-align: left;
  height: 0;
  overflow: hidden;
}
/* line 112, ../scss/_gallery.scss */
.gallery .og-expander-inner {
  padding: 50px 30px;
  height: 100%;
}
/* line 116, ../scss/_gallery.scss */
.gallery .og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
/* line 123, ../scss/_gallery.scss */
.gallery .og-close:hover::before {
  background: #333333;
}
/* line 126, ../scss/_gallery.scss */
.gallery .og-close:hover::after {
  background: #333333;
}
/* line 133, ../scss/_gallery.scss */
.gallery .og-close::after {
  transform: rotate(-45deg);
}
/* line 138, ../scss/_gallery.scss */
.gallery .og-fullimg {
  text-align: center;
}
/* line 141, ../scss/_gallery.scss */
.gallery .og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
/* line 147, ../scss/_gallery.scss */
.gallery .og-details {
  padding: 0 40px 0 20px;
}
/* line 150, ../scss/_gallery.scss */
.gallery .og-details h3 {
  font-weight: 300;
  font-size: 52px;
  padding: 40px 0 10px;
  margin-bottom: 10px;
}
/* line 156, ../scss/_gallery.scss */
.gallery .og-details p {
  color: #999999;
}
/* line 159, ../scss/_gallery.scss */
.gallery .og-details a {
  margin: 30px 0 0;
  outline: none;
}
/* line 164, ../scss/_gallery.scss */
.gallery .og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dddddd;
  box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  animation: loader 0.5s infinite ease-in-out both;
}
@media screen and (max-width: 830px) {
  /* line 225, ../scss/_gallery.scss */
  .gallery .og-expander h3 {
    font-size: 32px;
  }
  /* line 228, ../scss/_gallery.scss */
  .gallery .og-expander p {
    font-size: 13px;
  }
  /* line 231, ../scss/_gallery.scss */
  .gallery .og-expander a {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  /* line 237, ../scss/_gallery.scss */
  .gallery .og-fullimg {
    display: none;
  }
  /* line 240, ../scss/_gallery.scss */
  .gallery .og-details {
    float: none;
    width: 100%;
  }
}

/* line 1, ../scss/_footer.scss */
.footer {
  background-color: #72933d;
  color: #FDFDFD;
  padding: 32px 0;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../scss/_footer.scss */
  .footer {
    text-align: center;
  }
}
/* line 10, ../scss/_footer.scss */
.footer .copyright {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  /* line 10, ../scss/_footer.scss */
  .footer .copyright {
    margin-bottom: 15px;
  }
}
/* line 21, ../scss/_footer.scss */
.footer .footer-menu {
  color: rgba(255, 255, 255, 0.9);
}
/* line 23, ../scss/_footer.scss */
.footer .footer-menu a {
  color: inherit;
}
/* line 28, ../scss/_footer.scss */
.footer .footer-social-block {
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 28, ../scss/_footer.scss */
  .footer .footer-social-block {
    margin-bottom: 15px;
  }
}
/* line 38, ../scss/_footer.scss */
.footer .footer-social-block li {
  display: inline-block;
}
/* line 41, ../scss/_footer.scss */
.footer .footer-social-block li a {
  display: block;
  color: #e3e1e1;
  transition: color 0.3s;
}
@media only screen and (max-width: 992px) {
  /* line 41, ../scss/_footer.scss */
  .footer .footer-social-block li a {
    padding: 0 8px;
  }
}
/* line 50, ../scss/_footer.scss */
.footer .footer-social-block li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 992px) {
  /* line 61, ../scss/_footer.scss */
  .footer .footer-menu li:last-child {
    padding-right: 0;
  }
  /* line 68, ../scss/_footer.scss */
  .footer .footer-social-block li a {
    padding: 5px 15px;
  }
}
/* line 1, ../scss/_footer-widgets.scss */
.footer-widgets {
  background: #171717;
  color: #cbc9cf;
}
/* line 4, ../scss/_footer-widgets.scss */
.footer-widgets h4 {
  color: #FFFFFF;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #3c3c3c;
}
/* line 15, ../scss/_footer-widgets.scss */
.footer-widgets .content-wrap.widget-contact {
  padding-left: 25px;
}
/* line 17, ../scss/_footer-widgets.scss */
.footer-widgets .content-wrap.widget-contact ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
/* line 21, ../scss/_footer-widgets.scss */
.footer-widgets .content-wrap.widget-contact ul li {
  margin-bottom: 25px;
}
/* line 23, ../scss/_footer-widgets.scss */
.footer-widgets .content-wrap.widget-contact ul li i {
  margin-right: 6px;
}
/* line 29, ../scss/_footer-widgets.scss */
.footer-widgets .content-wrap.widget-recent-posts {
  padding-left: 25px;
}
/* line 31, ../scss/_footer-widgets.scss */
.footer-widgets .content-wrap.widget-recent-posts ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
/* line 35, ../scss/_footer-widgets.scss */
.footer-widgets .content-wrap.widget-recent-posts ul li {
  margin-bottom: 20px;
}
/* line 37, ../scss/_footer-widgets.scss */
.footer-widgets .content-wrap.widget-recent-posts ul li .post-title {
  display: block;
  color: #ffffff;
}
/* line 41, ../scss/_footer-widgets.scss */
.footer-widgets .content-wrap.widget-recent-posts ul li .author {
  color: inherit;
}
/* line 47, ../scss/_footer-widgets.scss */
.footer-widgets .content-wrap.widget-gallery {
  padding-left: 25px;
}
/* line 49, ../scss/_footer-widgets.scss */
.footer-widgets .content-wrap.widget-gallery a {
  display: block;
  width: 40%;
  margin-right: 5%;
  margin-bottom: 5%;
  height: 1px;
  padding-bottom: 20%;
  float: left;
  background-color: black;
  background-size: cover;
  transition: opacity 0.2s;
}
/* line 60, ../scss/_footer-widgets.scss */
.footer-widgets .content-wrap.widget-gallery a:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 991px) {
  /* line 11, ../scss/_footer-widgets.scss */
  .footer-widgets .content-wrap {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 11, ../scss/_footer-widgets.scss */
  .footer-widgets .content-wrap {
    padding-left: 25px;
  }
}

/* line 1, ../scss/_404.scss */
.four-o-four {
  display: table;
  height: 100vh;
  width: 100%;
  background-image: url(../images/404.jpg);
  background-size: contain;
  background-position: 20% center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  /* line 1, ../scss/_404.scss */
  .four-o-four {
    background-position-x: 0;
  }
}
@media (max-width: 767px) {
  /* line 1, ../scss/_404.scss */
  .four-o-four {
    background-image: none;
    text-align: center;
  }
}
/* line 19, ../scss/_404.scss */
.four-o-four .four-o-four-inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 22, ../scss/_404.scss */
.four-o-four .four-o-four-inner h1 {
  font-weight: bold;
}

/* line 1, ../scss/_edit.scss */
.col_2 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../scss/_edit.scss */
  .col_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}

/* line 23, ../scss/_edit.scss */
h2 span.higlight-green {
  color: #8cc63f;
}
</pre></body></html>