/* Generated by less 2.5.1 */
/*======= Helpers Class =======*/
.mb0 {
  margin-bottom: 0;
}
.overthrow {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
html,
hmtl a {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
html,
body {
  height: 100%;
}
body {
  font: normal 12px/20px "Karla", Arial, Helvetica, sans-serif;
  color: black;
  background: #ffffff;
  padding-top: 83px;
}
body.home {
  padding-top: 0;
}
@media only screen and (max-width: 992px) {
  body {
    padding-top: 0;
  }
}
::selection {
  color: #ffffff;
  background: #393b3c;
}
.mt0 {
  margin: 0;
}
/*======= Button =======*/
.btn-more {
  color: #000000;
  display: block;
  padding: 2.143em !important;
}
.btn-more:hover {
  color: #000;
  background: #eee;
  text-decoration: none;
}
.btn-default {
  border-radius: 0;
}
.btn-default.btn-xs {
  padding: 2px 30px;
}
/* =================================================================
Header ========================================== */
.header-waypoint {
  position: absolute;
  width: 100%;
  top: 150px;
  left: 0px;
}
header[role="header"] {
  background: #181c1f;
  border-color: #181c1f;
  padding: 10px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  header[role="header"] {
    position: relative;
  }
}
header[role="header"] .navbar-brand {
  height: auto;
  padding: 19px 15px;
}
header[role="header"] .navbar-brand img {
  width: 330px !important;
}
@media only screen and (max-width: 1199px) {
  header[role="header"] .container {
    width: 100%;
  }
}
#navbar {
  border: 0;
}
#navigation {
  margin-top: 6px;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  #navigation {
    float: left !important;
  }
}
#navigation > li.active > a {
  color: #6e7173;
}
#navigation li a {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  background: transparent;
}
#navigation li a:hover {
  color: #aaa;
}
#navigation ul.dropdown-menu {
  background: #181c1f;
}
#navigation ul.dropdown-menu li a i {
  margin-right: 5px;
}
/*======= Social Media =======*/
@media only screen and (min-width: 768px) {
  #socialMedia.topHeader {
    margin: 16px 0px;
    border-left: 1px solid #ffffff;
    margin-left: 20px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #socialMedia.topHeader {
    margin: 5px 0px;
    padding: 0;
  }
}
#socialMedia li {
  display: inline-block;
}
#socialMedia li a {
  color: #ffffff;
  display: block;
  padding: 5px 11px;
}
/* =================================================================
Site Wrapper ========================================== */
.site-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
/* ==================================================
Home Slider
================================================== */
#home-slider {
  position: relative;
  overflow: hidden;
  /*height: 100%;*/
  min-height: 100%;
}
#home-slider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=65);
  z-index: 0;
}
#home-slider .slider-text {
  position: relative;
  height: 100%;
  min-height: 100%;
}
#home-slider #slidecaption {
  line-height: 5.000em;
  padding: 16% 0;
  width: 75%;
}
#home-slider .slide-content {
  font-size: 4em;
  color: #ffffff;
  font-weight: 700;
}
#home-slider .slide-milestone {
  font-size: 13px;
  line-height: 1.7;
  color: #ffffff;
  margin-top: 20px;
}
#home-slider .slide-milestone em {
  display: inline-block;
  min-width: 50px;
  font-style: normal;
}
/* =================================================================
innerPage ========================================== */
#innerPage {
  background: #ffffff;
}
/*======= Section =======*/
.grey {
  color: #929497;
}
.sectionPage {
  padding: 50px 0;
  min-height: 600px;
}
.sectionPage h1 {
  font-size: 2;
  font-weight: bold;
}
.sectionPage h1.large {
  font-size: 4em;
  margin: 0;
}
.sectionPage h2 {
  font-size: 1.571em;
  font-weight: bold;
}
.sectionPage h3 {
  font-size: 1.286em;
}
.sectionPage h3.page-title {
  font-size: 2em;
  margin: 0 0 20px;
  font-weight: bold;
}
.sectionPage p.lead {
  font-size: 1.143em;
  font-weight: bold;
}
.sectionPage p.lead.grey {
  color: #929497;
  font-weight: normal;
  font-family: serif;
}
.pageTitle {
  background: #666666;
}
.pageTitle h1 {
  color: #ffffff;
  margin: 0;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .pageTitle h1 {
    font-size: 2.143em;
  }
}
@media only screen and (min-width: 769px) {
  .pageTitle h1 {
    font-size: 3.571em;
  }
}
/*======= Section Banner =======*/
.sectionBanner {
  padding: 15% 0;
}
.sectionBanner#serviceBG {
  background: url('../images/service-bg.jpg') no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sectionBanner h1 {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .sectionBanner h1 {
    font-size: 2.143em;
  }
}
@media only screen and (min-width: 769px) {
  .sectionBanner h1 {
    font-size: 3.571em;
  }
}
.sectionBanner h2 {
  margin: 0;
  font-size: 2.143em;
  font-weight: bold;
}
/*======= Section Intro =======*/
.section-intro {
  padding: 90px 0 180px;
}
.headLeft {
  margin-left: 1.250em;
}
.box {
  padding: 0;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.box h4 {
  min-height: 60px;
}
.work-youtube {
  max-width: 100%;
  height: 530px;
}
/* =================================================================
Isotope ========================================== */
ul.filter-button-group {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
ul.filter-button-group li {
  width: 33%;
  display: inline-block;
  float: left;
  text-align: center;
}
ul.filter-button-group li button {
  background: transparent;
  outline: 0;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #aaa;
}
ul.filter-button-group li button.is-checked {
  color: #000;
  font-size: 26px;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid .grid-sizer,
.grid .grid-item {
  margin: 0.5%;
}
@media only screen and (min-width: 768px) {
  .grid .grid-sizer,
  .grid .grid-item {
    width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .grid .grid-sizer,
  .grid .grid-item {
    width: 49%;
  }
}
@media only screen and (max-width: 480px) {
  .grid .grid-sizer,
  .grid .grid-item {
    width: 100%;
    margin: 1% 0;
  }
}
.grid .grid-item {
  float: left;
  overflow: hidden;
}
.grid .grid-item a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.grid .grid-item a img {
  display: block;
  max-width: 100%;
}
.grid .grid-item a figcaption {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.grid .grid-item a figcaption .textWrapper {
  width: 80%;
  font-weight: 600;
  font-size: 1.286em;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
  .grid .grid-item a figcaption .textWrapper {
    top: 60%;
  }
}
.grid .grid-item a figcaption .textWrapper h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .grid .grid-item a figcaption .textWrapper h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .grid .grid-item a figcaption .textWrapper h4 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .grid .grid-item a figcaption .textWrapper h4 {
    font-size: 16px;
  }
}
.grid .grid-item a figcaption .textWrapper h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  height: 150px;
}
@media only screen and (max-width: 1199px) {
  .grid .grid-item a figcaption .textWrapper h3 {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 991px) {
  .grid .grid-item a figcaption .textWrapper h3 {
    font-size: 10px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .grid .grid-item a figcaption .textWrapper h3 {
    font-size: 1.1em;
    height: 150px;
  }
}
.grid .grid-item a:hover figcaption {
  opacity: 1;
  background: rgba(0, 0, 0, 0.75);
}
/* =================================================================
Page | The Team ========================================== */
.teamBox {
  background: #9e9e9e;
  margin-bottom: 50px;
}
.teamBox .teamDetails {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.teamBox .teamDetails p {
  font-family: serif;
}
@media only screen and (max-width: 768px) {
  .teamBox .teamDetails {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  .teamBox .teamDetails {
    padding: 5% 60px 5% 0;
  }
}
.teamBox .teamDetails h2 {
  color: #404041;
  margin-bottom: 0;
}
.teamBox .teamDetails h4 {
  color: #404041;
  margin-top: 0;
  margin-bottom: 20px;
}
.teamBox .teamDetails p {
  color: #ffffff;
  line-height: 24px;
}
/* =================================================================
Page | Services ========================================== */
.serviceBox {
  color: #ffffff;
  background: #414042;
  padding: 5em 2.5em 10em;
  margin-bottom: 2em;
  min-height: 35.714em;
  font-size: 16px;
  line-height: 1.5;
}
.serviceBox p {
  font-family: serif;
}
.serviceBox li {
  font-family: serif;
}
@media only screen and (max-width: 768px) {
  .serviceBox {
    padding: 5em 2.5em 2em;
    min-height: 34.714em;
  }
  .serviceBox h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .serviceBox {
    padding: 1em 2.5em 2em;
    min-height: initial;
  }
}
ul.styled {
  padding-left: 20px;
}
/* =================================================================
Page | Services ========================================== */
ul.positionWrap {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.positionWrap li {
  border-bottom: 1px solid black;
}
ul.positionWrap li a {
  display: block;
  padding: 1.5em 0;
}
ul.positionWrap li a h2 {
  margin: 0;
  color: black;
  width: 50%;
  float: left;
}
ul.positionWrap li a h3 {
  margin: 0;
  color: black;
  width: 50%;
  float: left;
  line-height: 30px;
}
/* =================================================================
Page | Work ========================================== */
.flexslider {
  border-radius: 0;
  box-shadow: none;
}
.flexslider .flex-control-nav {
  display: none;
}
.flexslider a.btn-more {
  padding: 2.143em !important;
}
.flexslider a.btn-more:hover {
  color: #000;
  background: #eee;
  text-decoration: none;
}
/* =================================================================
Page | Update ========================================== */
p.sorry {
  font-weight: 400;
  line-height: 1.4;
  font-size: 20px;
}
#contact-form .form-control {
  background: #e6e7e8;
  border: 0;
  border-radius: 0;
}
#contact-form button {
  padding: 8px 20px;
}
#contact-form button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
/* =================================================================
Element ========================================== */
/*======= Reset Bootstrap =======*/
@media only screen and (max-width: 600px) {
  div[class*="col-xs-"] {
    width: 100%;
  }
}
/*======= Pagi =======*/
ul.pagi {
  padding: 0;
  margin: 7.143em 0;
  list-style: none;
}
ul.pagi li {
  display: inline-block;
  width: 32%;
}
ul.pagi li.middle {
  text-align: center;
}
ul.pagi li.end {
  text-align: right;
}
ul.pagi li .btn {
  width: 94px;
}
/*======= iframe =======*/
.subscribeWrap {
  margin-top: 80px;
}
.subscribeWrap h3 {
  margin-bottom: 40px;
}
.iframe {
  padding: 0;
  overflow-x: hidden;
}
.iframe .form-control {
  background: #e6e7e8;
  border-radius: 0;
}
iframe {
  outline: 0;
  border: 0;
}
#subscribe .input-group .form-control {
  border: 0;
  width: 80% !important;
}
#subscribe button:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
/* =================================================================
Footer ========================================== */
#footer {
  background: #181c1f;
  padding: 2.143em;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 20px 10px;
  }
  #footer .col-sm-2 {
    margin: 20px 0;
    float: left;
    width: 33.33%;
    z-index: 99999999;
  }
}
#footer .line:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #939598;
}
#footer h5 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
#footer #fContent img {
  margin-bottom: 8px;
}
#footer #fContent address {
  font-size: 0.857em;
  color: #939598;
}
#footer #fContent .copyright,
#footer #fContent a {
  font-size: 10px;
  color: #939598;
  line-height: 12px;
}
#footer #fContent .link {
  text-decoration: underline;
}
/*======= Footer Nav =======*/
ul.foornav {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
  font-size: 11px;
}
ul.foornav li a {
  color: #939598;
  text-transform: uppercase;
}
/*======= Back to Top =======*/
#back-to-top {
  opacity: 0;
  width: 50px;
  height: 50px;
  font-size: 1em;
  line-height: 46px;
  color: #ffffff;
  background-color: #2d4a56;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 25px;
  bottom: -80px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
#back-to-top.active {
  opacity: 1;
  bottom: 25px;
}
#back-to-top:hover {
  text-decoration: none;
  background-color: #243c45;
}
#back-to-top:hoveri {
  color: #FFF;
}
#back-to-top i {
  color: #ffffff;
}
/* =================================================================
Components ========================================== */
/* =================================================================
Media Query ========================================== */
@media only screen and (max-width: 1199px) {
  .slide-content {
    font-size: 3.5em !important;
    line-height: 1.4;
  }
  #slidecaption {
    width: 90% !important;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-toggle {
    border-color: #6d6d6d;
  }
  .navbar-default .navbar-toggle:hover {
    background: black;
  }
  .work-youtube {
    max-width: 100%;
    height: 300px;
  }
  #slidecaption {
    width: 90% !important;
  }
  .slide-content {
    font-size: 3em !important;
    line-height: 1.4;
  }
  .slide-milestone {
    font-size: 11px;
  }
  .slide-milestone em {
    width: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .slide-content {
    font-size: 2.7em !important;
    line-height: 1.4;
  }
  ul.filter-button-group li {
    text-align: center;
  }
  ul.filter-button-group li button {
    font-size: 14px;
  }
  ul.filter-button-group li button.is-checked {
    font-size: 20px;
  }
  .work-youtube {
    max-width: 100%;
    height: 200px;
  }
}
