/*===========================================================================
0.0 Common
===========================================================================*/
/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0; }

fieldset, img {
  display: block;
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

input, button {
  border: none; }

textarea {
  border: none;
  overflow: auto;
  outline: none;
  resize: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

button, select {
  border: none;
  background: none;
  padding: 0;
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none; }

select:focus, option:focus, select::-moz-focus-inner, option::-moz-focus-inner {
  outline: none;
  border: none; }

input, textarea {
  border: none; }

::-webkit-input-placeholder {
  color: #95989A;
  opacity: 1;
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #95989A;
  opacity: 1;
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #95989A;
  opacity: 1;
  font-style: italic; }

:-ms-input-placeholder {
  color: #95989A;
  opacity: 1;
  font-style: italic; }

::-ms-browse,
::-ms-value {
  display: none; }

a, p {
  font-size: inherit;
  color: inherit; }

a {
  text-decoration: none; }

p {
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 15px; }

strong {
  font-weight: 700; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-family: "Maven Pro", sans-serif;
  font-size: 12px;
  color: #4d4d4d; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

h1 {
  font-size: 32px;
  color: black;
  line-height: 32px;
  margin-bottom: 10px; }

h2 {
  font-size: 32px;
  color: black;
  line-height: 32px;
  margin-bottom: 10px; }

h3 {
  font-size: 24px;
  color: #4d4d4d; }

h4 {
  font-size: 14px;
  color: #4d4d4d; }
.np_row{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.np_box{
    width:33.3333%;
    padding-right:20px;
    margin-bottom:20px;
}
.np_box h4{
    text-transform:none;
    margin-bottom:10px;
    font-size:14px;
}
.np_box ul{
    padding-left:20px;
    list-style:disc;
}
.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden; }

header,
section,
footer {
  position: relative; }

.bg-navy {
  background-color: #262e40;
  color: white; }
  .bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4, .bg-navy h5, .bg-navy h6 {
    color: white; }

.bg-pattern {
  background: url(../images/pattern-dots.png) repeat top left; }

.container {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
  position: relative; }

.row::after {
  content: '';
  display: block;
  clear: both; }

.link-action {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid #4d4d4d; }

.btn {
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; }

.btn-black {
  background-color: #333333;
  color: white; }
  .btn-black:hover, .btn-black.active {
    background-color: #f9f9f9;
    color: #333333; }

.form-group {
  margin-bottom: 20px; }
  .form-group label {
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    display: block; }

.form-buttons .btn {
  font-size: 14px;
  line-height: 40px; }

.form-control {
  width: 100%;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #b3b3b3;
  font-weight: 700;
  font-size: 14px; }

.select2-container--default .select2-selection--single {
  border-color: #b3b3b3;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  height: 42px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 0;
    right: 10px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #4d4d4d transparent transparent transparent;
      border-width: 8px 6px 0 6px; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #4d4d4d transparent;
  border-width: 0 6px 8px 6px; }

textarea.form-control {
  height: 120px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

ul.breadcrumbs {
  text-transform: uppercase;
  font-weight: 500; }
  ul.breadcrumbs::after {
    content: '';
    display: block;
    clear: both; }
  ul.breadcrumbs > li {
    float: left;
    padding-right: 5px; }
    ul.breadcrumbs > li::after {
      content: '/';
      display: inline;
      padding-left: 5px; }
    ul.breadcrumbs > li:last-child {
      padding-right: 0; }
      ul.breadcrumbs > li:last-child::after {
        display: none; }
    ul.breadcrumbs > li a:hover{
        text-decoration:underline;
    }
.meta-animate {
  opacity: 0; }

@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpCustom {
  animation-name: fadeInUpCustom; }

@media only screen and (min-width: 768px) {
  body {
    font-size: 14px; }

  h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px; }

  h2 {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 20px; }

  .btn {
    font-size: 24px; }

  .form-buttons .btn {
    max-width: 160px; } }
@media only screen and (max-width: 767px) {
  ul.breadcrumbs {
    display: block; } }
/*===========================================================================
0.1 Header
===========================================================================*/
header {
  padding-left: 15px;
  padding-right: 15px;
  z-index: 10000;
  position: fixed;
  width: 100%;
  background-color: white; }

.header-left {
  width: 100%;
  text-align: center; }

.header-logo {
  padding-top: 24px;
  padding-bottom: 24px;
  display: inline-block;
  vertical-align: middle; }
  .header-logo img {
    height: 24px; }

.btn-menu {
  width: 24px;
  height: 24px;
  text-indent: 9999px;
  overflow: hidden;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 99; }

.btn-menu-open {
  background: url(../images/icon-menu.svg) no-repeat center;
  background-size: contain; }

.btn-menu-close {
  background: url(../images/icon-close.svg) no-repeat center;
  background-size: contain; }

nav {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  text-transform: uppercase;
  background-color: white;
  width: 100%;
  margin-right: -15px;
  position: absolute;
  top: 72px;
  right: -100%;
  height: calc(100vh - 72px);
  height: -moz-calc(100vh - 72px);
  height: -webkit-calc(100vh - 72px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  z-index: 99; }
  nav.active {
    right: 0; }
  nav > ul > li > a {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 60px;
    position: relative; }
    nav > ul > li > a::after {
      content: '';
      display: block;
      border-bottom: 3px solid black;
      width: 0%;
      position: absolute;
      bottom: 15px;
      right: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s; }
    nav > ul > li > a:hover::after, nav > ul > li > a.active::after {
      width: 100%; }

.nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none; }

@media only screen and (min-width: 768px) {
  .header-left {
    width: auto;
    float: left;
    text-align: left; }

  .header-right {
    float: right; }

  .header-logo {
    padding-top: 25px;
    padding-bottom: 25px; }
    .header-logo img {
      height: 50px; }

  .btn-menu {
    display: none; }

  nav {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin-right: 0;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px; }
    nav.active {
      right: auto; }
    nav > ul {
      margin-left: -10px;
      margin-right: -10px; }
      nav > ul > li {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px; }
        nav > ul > li > a {
          display: inline;
          width: auto;
          line-height: 50px;
          padding-left: 0px;
          padding-right: 0px; }
          nav > ul > li > a::after {
            left: 0;
            bottom: -5px; } }
/*===========================================================================
0.2 Section
===========================================================================*/
section:first-of-type {
  padding-top: 72px; }

.section {
  padding: 30px 15px;
  position: relative; }

.banner-image {
  width: 100%; }
  .banner-image img {
    width: 100%; }

/*===========================================================================
0.3 Footer
===========================================================================*/
footer {
  font-weight: 500;
  padding: 0px 15px; }

.footer-action {
  padding-top: 70px;
  padding-bottom: 70px; }
  .footer-action a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    border-bottom: 3px solid white; }

.footer-contact {
  padding-top: 35px;
  padding-bottom: 35px; }
  .footer-contact span {
    width: 40px;
    display: inline-block; }

.footer-address,
.footer-phone {
  margin-bottom: 5px; }

@media only screen and (min-width: 768px) {
  .footer-left {
    float: left; }

  .footer-right {
    float: right; } }
@media only screen and (max-width: 767px) {
  .footer-right {
    display: none; } }
/*===========================================================================
1.0 Home
===========================================================================*/
.home-banner {
  position: relative; }
  .home-banner .banner-image {
    margin-top: -72px; }
  .home-banner .banner-caption {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    color: white;
    width: 185px;
    position: absolute;
    top: 130px;
    left: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px; }

.summary-image {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  height: 220px;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px; }

.summary-caption {
  padding-top: 20px;
  padding-bottom: 20px; }

.summary-tagline {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.section-newsline {
  padding-top: 15px;
  padding-bottom: 15px; }

.newsline {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden; }

.wedo-image {
  margin-left: -15px;
  margin-right: -15px;
  width: 56.25%;
  height: 360px;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px; }

ul.home-client-items li {
  float: left;
  width: 33.3333%; }

.home-client-item img {
  width: 100%; }

.home-client-more {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .home-banner .banner-caption {
    width: 351px;
    top: 240px;
    left: auto;
    right: 285px; }

  .banner-image-mobile {
    display: none; }

  .section-summary {
    padding-left: 0px;
    padding-right: 0px; }

  .summary-image {
    float: right;
    margin-left: 60px;
    margin-right: 0px;
    width: 50%;
    height: 480px; }

  .summary-caption {
    padding-top: 80px; }

  .wedo-image {
    float: left;
    margin-right: 80px; }

  .section-client {
    padding-bottom: 90px; }

  .home-client-caption {
    float: left;
    width: 45%;
    padding-left: 35px;
    padding-right: 80px; }

  ul.home-client-items {
    float: left;
    width: 55%;
    padding-top: 35px; }
    ul.home-client-items li {
      width: 20%; }

  .home-client-more {
    display: none; } }
@media only screen and (max-width: 767px) {
  .banner-image-desktop {
    display: none; }

  .wedo-image {
    display: none; }

  .wedo-caption .link-action {
    display: none; }

  .home-client-caption .link-action {
    display: none; }

  ul.home-client-items li:nth-child(n+7) {
    display: none; }

  ul.project-items li {
    margin-bottom: 20px; }

  .project-image img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0; } }
/*===========================================================================
2.0 About
===========================================================================*/
.about-tagline {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300; }

.about-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  margin-left: 410px; }

.about-content {
  width: 100%;
  max-width: 620px; }

.expertise-content {
  max-width: 620px;
  width: 100%; }

.section-people {
  padding-top: 0px; }

.people-banner {
  padding-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px; }
  .people-banner img {
    width: 100%; }

.people-caption {
  text-align: center;
  width: 100%;
  max-width: 640px;
  margin: 0 auto; }

.people-image {
  width: 50px;
  height: 50px; }
  .people-image img {
    width: 100%;
    border-radius: 100%; }

.people-king {
  text-align: center; }
  .people-king .people-image {
    width: 80px;
    height: 80px;
    display: inline-block; }

.company-child {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  text-align: center; }
  .company-child h3 {
    font-size: 16px;
    margin-bottom: 20px; }

ul.list-people {
  text-align: left; }
  ul.list-people > li {
    margin-bottom: 10px; }
  ul.list-people .people-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: -2px; }
  ul.list-people p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px; }

@media only screen and (min-width: 768px) {
  .about-title + .row {
    margin-left: -10px;
    margin-right: -10px; }

  .about-copy,
  .about-goals {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }

  .people-banner-mobile {
    display: none; }

  .company-child {
    width: 33.3333%;
    text-align: left; } }
@media only screen and (max-width: 767px) {
  .about-image {
    display: none; }

  .people-banner-desktop {
    display: none; }

  .company-children > .row > .row::after {
    display: none; } }
/*===========================================================================
3.0 Clients
===========================================================================*/
.client-header-image {
  float: right;
  margin-left: 130px;
  width: 50%;
  height: 440px;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px; }

.client-item ul > li {
  float: left;
  width: 50%; }

.client-nav {
  text-align: center;
  margin-top: 30px; }
  .client-nav .owl-prev,
  .client-nav .owl-next,
  .client-nav .client-dots,
  .client-nav .owl-dot {
    display: inline-block;
    cursor: pointer;
    color: #d9d9d9;
    line-height: 20px; }

.client-dots .owl-dot {
  padding-left: 5px;
  padding-right: 5px; }
  .client-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #d9d9d9;
    display: block;
    border-radius: 100%; }
  .client-dots .owl-dot.active span {
    background-color: #333333; }

.client-list-items {
  margin-left: -10px;
  margin-right: -10px; }

.client-list-item {
  float: left;
  width: 50%;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .client-header {
    background-color: #f9f9f9;
    padding-left: 0;
    padding-right: 0; }

  .client-header-content {
    padding-top: 60px;
    height: 410px; }

  .client-item ul > li {
    width: 20%; }

  .client-list-items {
    margin-left: -40px;
    margin-right: -40px; }

  .client-list-item {
    width: 33.3333%;
    padding-left: 40px;
    padding-right: 40px; }

  .client-list-item:last-child {
    display: none; } }
@media only screen and (max-width: 767px) {
  .client-header-image {
    display: none; } }
/*===========================================================================
4.0 Projects
===========================================================================*/
#projects {
  padding-bottom: 20px; }

ul.project-items {
  margin-left: -15px;
  margin-right: -15px; }

.project-item {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .project-item::before {
    content: '';
    display: block;
    padding-top: 50%;
    background-color: rgba(51, 51, 51, 0.9);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; }
  .project-item:hover::before {
    opacity: 1; }
  .project-item:hover .project-caption {
    opacity: 1; }

.project-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }
  .project-image img {
    height: 100%; }

.project-caption {
  color: white;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 20px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; }
  .project-caption h4 {
    color: white;
    font-size: 14px;
    margin-bottom: 5px; }
  .project-caption .link-action {
    border-color: white; }

.project-location {
  margin-bottom: 30px; }

.project-more {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

.project-map {
  width: 100%;
  margin-bottom: 20px; }
  .project-map img {
    width: 100%; }

.project-filters {
  font-weight: 700;
  text-transform: uppercase;
  color: #b3b3b3; }
  .project-filters button {
    text-transform: inherit; }
  .project-filters + ul.project-items {
    margin-top: 30px; }

ul.project-filter {
  text-align: center; }
  ul.project-filter li {
    display: inline-block; }

.project-filter-location {
  margin-bottom: 20px; }
  .project-filter-location button {
    padding: 5px 20px; }
    .project-filter-location button.active {
      background-color: #333333;
      color: white; }

ul.project-filter-type li {
  padding-left: 5px; }
  ul.project-filter-type li:after {
    content: '|';
    padding-left: 10px; }
  ul.project-filter-type li:first-child {
    padding-left: 0px; }
  ul.project-filter-type li:last-child:after {
    display: none; }
  ul.project-filter-type li button.active {
    color: #333333; }

.project-buttons {
  padding-top: 40px;
  padding-bottom: 30px; }

.project-others {
  display: none; }
  .project-others ul {
    float: left;
    width: 50%;
    list-style: disc outside;
    padding-left: 18px; }

.section-detail {
  padding-top: 0px; }
  .section-detail ul.breadcrumbs {
    margin-bottom: 50px; }

.container-detail {
  max-width: 800px; }

ul.detail-slider {
  margin-bottom: 20px; }

ul.detail-slider-thumbs {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px; }
  ul.detail-slider-thumbs li {
    padding-left: 5px;
    padding-right: 5px; }
  ul.detail-slider-thumbs .owl-nav {
    margin-top: 0; }
    ul.detail-slider-thumbs .owl-nav [class*="owl-"] {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      background: transparent;
      color: #4d4d4d; }
      ul.detail-slider-thumbs .owl-nav [class*="owl-"]:hover, ul.detail-slider-thumbs .owl-nav [class*="owl-"].active {
        background: transparent;
        color: #4d4d4d; }
    ul.detail-slider-thumbs .owl-nav .owl-prev {
      left: 0; }
    ul.detail-slider-thumbs .owl-nav .owl-next {
      right: 0; }

.detail-title {
  padding-bottom: 40px;
  font-size: 14px;
  font-weight: 500; }
  .detail-title h3 {
    color: black; }

.detail-content hr {
  width: 100%;
  max-width: 240px;
  border: none;
  border-top: 2px solid #b3b3b3;
  display: inline-block; }

.detail-type {
  color: #b3b3b3;
  margin-top: 5px; }

.detail-caption {
  font-size: 16px;
  margin-bottom: 25px; }

ul.detail-datas {
  margin-top: 20px; }
  ul.detail-datas li {
    border-top: 1px solid #b3b3b3; }
    ul.detail-datas li::after {
      content: '';
      display: block;
      clear: both; }

.detail-data {
  float: left;
  font-size: 10px;
  line-height: 18px; }
  .detail-data:first-child {
    width: 85px; }
  .detail-data:last-child {
    width: calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: -webkit-calc(100% - 85px); }

.project-similar {
  margin-top: 20px; }

ul.more-slider {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 25px; }
  ul.more-slider li {
    padding-left: 5px;
    padding-right: 5px; }
  ul.more-slider .owl-nav {
    margin-top: 0; }
    ul.more-slider .owl-nav [class*="owl-"] {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      background: transparent;
      color: #4d4d4d; }
      ul.more-slider .owl-nav [class*="owl-"]:hover, ul.more-slider .owl-nav [class*="owl-"].active {
        background: transparent;
        color: #4d4d4d; }
    ul.more-slider .owl-nav .owl-prev {
      left: 0; }
    ul.more-slider .owl-nav .owl-next {
      right: 0; }
  ul.more-slider a {
    display: block;
    width: 100%;
    overflow: hidden; }
  ul.more-slider img {
    height: 100%;
    width: auto !important; }
    .project-similar ul.more-slider li a{
        position:relative;
        padding-bottom:100%;
    }
  .project-similar ul.more-slider img{
      position:absolute;
      top:0;
      left:0;
      object-fit:cover;
      width:100%;
  }

@media only screen and (min-width: 768px) {
  #projects {
    padding-bottom: 70px; }

  .section-project h2 {
    float: left;
    width: 245px;
    margin-left: 35px;
    margin-right: 35px;
    padding-bottom: 35px; }
  .section-project p {
    padding-top: 15px; }

  ul.project-items {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center; }
    ul.project-items li {
      display: inline-block;
      margin-left: -2px;
      margin-right: -2px;
      width: 33.3333%;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 20px; }

  .project-item::before {
    padding-top: 100%; }
  .project-item > .link-action {
    text-indent: -9999px;
    overflow: hidden;
    border-bottom: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }

  .project-caption {
    right: auto;
    top: auto;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    text-align: left; }
    .project-caption .link-action {
      display: none; }

  .project-location {
    margin-bottom: 0; }

  .project-filter-location {
    font-size: 20px; }

  select.project-filter-type,
  .project-filters .select2-container {
    display: none; }

  .project-others ul {
    width: 33.3333%; }
    .project-others ul:last-child {
      display: none; }

  .section-detail {
    padding-top: inherit; }

  .detail-slider-mobile {
    display: none !important; }

  ul.detail-slider-thumbs {
    margin-bottom: 50px; }
    ul.detail-slider-thumbs li {
      padding-left: 10px;
      padding-right: 10px; }

  .detail-title,
  .detail-content {
    float: left; }

  .detail-title {
    width: 240px; }

  .detail-content {
    width: calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px); } }
@media only screen and (max-width: 767px) {
  .project-item > .link-action {
    display: none; }

  .project-map {
    display: none; }

  ul.project-filter-type {
    display: none; }

  .detail-slider-desktop {
    display: none !important; } }
/*===========================================================================
5.0 Contact
===========================================================================*/
.contact-header {
  background-color: #f9f9f9; }

.contact-header-image {
  float: right;
  margin-left: 130px;
  width: 50%;
  height: 480px;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px; }

.contact-tagline {
  padding-top: 50px;
  padding-bottom: 20px; }
  .contact-tagline h3 {
    color: black;
    font-size: 24px; }

.contact-form {
  padding-bottom: 40px; }

.contact-info {
  font-weight: 700;
  font-size: 16px; }

.contact-email {
  color: #fb4336;
  font-weight: 500;
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 30px; }

.contact-phone {
  float: left; }
  .contact-phone:first-child {
    width: 70px; }
  .contact-phone:last-child {
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px); }

@media only screen and (min-width: 768px) {
  .contact-header {
    padding-left: 0;
    padding-right: 0; }

  .contact-header-content {
    padding-top: 60px; }

  .contact-form {
    float: right;
    width: 50%; }

  .contact-info {
    float: left;
    width: 50%; } }
@media only screen and (min-width: 1178px) {
  .contact-header {
    padding-bottom: 0px; }

  .contact-header-content {
    height: 480px; }

  .contact-tagline h3 {
    font-size: 28px; } }
@media only screen and (max-width: 1177px) {
  .contact-header-image {
    display: none; } }
@media only screen and (max-width:767px){
    .header-logo{
        display:block;
        padding-top:15px;
        padding-bottom:15px;
        text-align:left;
    }
    .header-logo span{
        font-size:24px !important;
    }
    .btn-menu{
        top:22px;
    }
    .home-banner{
        padding-top:63px;
    }
    .home-banner .banner-caption{
        font-size:20px;
        width:200px;
        top:35%;
        -webkit-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        transform:translateY(-50%);
    }
}
/*# sourceMappingURL=metakom.css.map */
