/*!
 * Bootstrap v4.0.0-alpha (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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 {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  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-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; /* Keeps page centered in all browsers regardless of content height */
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}
a:focus, a:hover {
  color: rgb(1.2981651376, 75.9426605505, 140.2018348624);
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

img {
  max-width: 100%; /* Make sure images are scaled correctly. */
  height: auto; /* Adhere to container width. */
}

audio, canvas, video {
  display: inline;
  zoom: 1;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.row {
  display: flex;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-xs-first {
  order: -1;
}

.col-xs-last {
  order: 1;
}
.row-xs-top {
  align-items: flex-start;
}

.row-xs-center {
  align-items: center;
}

.row-xs-bottom {
  align-items: flex-end;
}
.col-xs-top {
  align-self: flex-start;
}

.col-xs-center {
  align-self: center;
}

.col-xs-bottom {
  align-self: flex-end;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: rgb(232.25, 232.25, 232.25);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}
.table-reflow tr {
  float: left;
}
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

.media {
  display: flex;
  margin-bottom: 1rem;
}

.media-body {
  flex: 1;
}

.media-middle {
  align-self: center;
}

.media-bottom {
  align-self: flex-end;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}
.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #818a91;
}

.text-primary {
  color: #0275d8;
}

a.text-primary:focus, a.text-primary:hover {
  color: rgb(1.5321100917, 89.628440367, 165.4678899083);
}

.text-success {
  color: #5cb85c;
}

a.text-success:focus, a.text-success:hover {
  color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.text-info {
  color: #5bc0de;
}

a.text-info:focus, a.text-info:hover {
  color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.text-warning {
  color: #f0ad4e;
}

a.text-warning:focus, a.text-warning:hover {
  color: rgb(236.015625, 151.21875, 30.984375);
}

.text-danger {
  color: #d9534f;
}

a.text-danger:focus, a.text-danger:hover {
  color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff;
  background-color: #0275d8;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: rgb(1.5321100917, 89.628440367, 165.4678899083);
}

.bg-success {
  color: #fff;
  background-color: #5cb85c;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.bg-info {
  color: #fff;
  background-color: #5bc0de;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.bg-warning {
  color: #fff;
  background-color: #f0ad4e;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.bg-danger {
  color: #fff;
  background-color: #d9534f;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.m-a-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a {
  margin: 1rem !important;
}

.m-t {
  margin-top: 1rem !important;
}

.m-r {
  margin-right: 1rem !important;
}

.m-b {
  margin-bottom: 1rem !important;
}

.m-l {
  margin-left: 1rem !important;
}

.m-x {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-md {
  margin: 1.5rem !important;
}

.m-t-md {
  margin-top: 1.5rem !important;
}

.m-r-md {
  margin-right: 1.5rem !important;
}

.m-b-md {
  margin-bottom: 1.5rem !important;
}

.m-l-md {
  margin-left: 1.5rem !important;
}

.m-x-md {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-md {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-lg {
  margin: 3rem !important;
}

.m-t-lg {
  margin-top: 3rem !important;
}

.m-r-lg {
  margin-right: 3rem !important;
}

.m-b-lg {
  margin-bottom: 3rem !important;
}

.m-l-lg {
  margin-left: 3rem !important;
}

.m-x-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a {
  padding: 1rem !important;
}

.p-t {
  padding-top: 1rem !important;
}

.p-r {
  padding-right: 1rem !important;
}

.p-b {
  padding-bottom: 1rem !important;
}

.p-l {
  padding-left: 1rem !important;
}

.p-x {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-md {
  padding: 1.5rem !important;
}

.p-t-md {
  padding-top: 1.5rem !important;
}

.p-r-md {
  padding-right: 1.5rem !important;
}

.p-b-md {
  padding-bottom: 1.5rem !important;
}

.p-l-md {
  padding-left: 1.5rem !important;
}

.p-x-md {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-md {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-lg {
  padding: 3rem !important;
}

.p-t-lg {
  padding-top: 3rem !important;
}

.p-r-lg {
  padding-right: 3rem !important;
}

.p-b-lg {
  padding-bottom: 3rem !important;
}

.p-l-lg {
  padding-left: 3rem !important;
}

.p-x-lg {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.snap-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
}

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: width 0.3s ease;
}

.snap-drawer-left {
  left: 0;
  z-index: 1;
}

.snap-drawer-right {
  right: 0;
  z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}

a {
  text-decoration: none;
}

#map-canvas img {
  max-width: none;
}

blockquote {
  border-left-color: #FA9A00;
}

table {
  border: none;
}
table thead {
  background: #FA9A00;
  color: #fff;
}

/*--------------------------------------------------------------
# Combo CSS
--------------------------------------------------------------*/
.recent-posts__item::after, .widget.widget_tm_postswidget .postswidget-list::after, .single-post .comment > div::after, .page .comment > div::after, .tm-icon-boxes::after, .mini-cart .widget_shopping_cart_content .cart_list li::after, .top-info::after, .clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  content: "";
  display: table;
  clear: both;
}
.esg-navigationbutton.esg-right:before,
.esg-navigationbutton.esg-left:before, .sidebar .widget_search span:before,
.wpb_widgetised_column .widget_search span:before, .project-nav .next-project a:after, .project-nav .prev-project a:before, .single-post .next-post-text:after, .single-post .prev-post-text:before, .single-post .hentry .read-more span:after,
.post-list-item .hentry .read-more span:after, #home-blog .eg-home-blog-element-26:before, #home-blog .eg-home-blog-element-25:before, .tm-carousel .owl-prev:before,
.tm-carousel .owl-next:before, .list-style-1 li:before, .site-footer .menu li a:before, .tm_bread_crumb li a:after, .social-menu .menu li a[href*=feed]:before, .top-menu .menu-item a:after {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.social-menu .menu li a:before {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
}

.mini-cart .mini-cart__button .mini-cart-icon:before {
  font-family: "Pe-icon-7-stroke";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tm-accordion .vc_tta-panel-title:before, .tm-accordion .vc_tta-panel-title, .esg-navigationbutton.esg-right:before,
.esg-navigationbutton.esg-left:before, .banner-about_img, .recent-posts__item .recent-posts__thumb a:before, .recent-posts__item .recent-posts__thumb:after, .recent-posts__item .recent-posts__thumb:before, #projects-fullwidth .esg-filterbutton:before, #projects-fullwidth .esg-filterbutton:after,
#last-projects-fullwidth .esg-filterbutton:before,
#last-projects-fullwidth .esg-filterbutton:after, #projects-fullwidth .esg-filterbutton,
#last-projects-fullwidth .esg-filterbutton, .mini-cart .widget_shopping_cart_content, .mini-cart .mini-cart__button, .site-footer .menu li, .search-box .search-form, .search-box input[type=search], .search-box i:before, .search-box i:after, .search-box i, .site-top .social-menu li:after, .site-top .social-menu li:before, #site-navigation .sub-menu li, #site-navigation .children li, #site-navigation .sub-menu, #site-navigation .children, #site-navigation .menu > li > a:before, #site-navigation .menu > li > a:after,
#site-navigation .menu > ul > li > a:before,
#site-navigation .menu > ul > li > a:after, #site-navigation .menu > li,
#site-navigation .menu > ul > li, button,
input[type=button],
input[type=reset],
input[type=submit], select,
textarea,
input, .bttn-skin-2:before, .bttn-skin-2:after,
.eg-our-services-skin-element-24:before,
.eg-our-services-skin-element-24:after, .bttn-skin-2,
.eg-our-services-skin-element-24, a {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.recent-posts__item .recent-posts__thumb a:before, .big-title:after,
.big-title--single:after, .search-box .search-form:before, .search-box i:before, .search-box i:after {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.bttn, .mini-cart .widget_shopping_cart_content .buttons .button, button.bttn, input[type=button].bttn, input[type=reset].bttn, input[type=submit].bttn {
  display: inline-block;
  color: #fff;
  background-color: #FA9A00;
  padding: 11px 20px;
  font-weight: 600;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.bttn:hover, .mini-cart .widget_shopping_cart_content .buttons .button:hover, button.bttn:hover, input[type=button].bttn:hover, input[type=reset].bttn:hover, input[type=submit].bttn:hover {
  background: #333333;
  color: #fff;
}

.bttn-skin-2,
.eg-our-services-skin-element-24 {
  display: inline-block;
  position: relative;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #FA9A00;
  padding: 10px 0px 10px 5px;
  margin-right: 15px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1em;
}
.bttn-skin-2:before, .bttn-skin-2:after,
.eg-our-services-skin-element-24:before,
.eg-our-services-skin-element-24:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #FA9A00;
}
.bttn-skin-2:before,
.eg-our-services-skin-element-24:before {
  width: 100%;
  height: 2px;
}
.bttn-skin-2:after,
.eg-our-services-skin-element-24:after {
  width: 2px;
  height: 8px;
}
.bttn-skin-2:hover,
.eg-our-services-skin-element-24:hover {
  color: #333333 !important;
}

.bttn-white {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  padding: 13px 20px;
  font-weight: 600;
}
.bttn-white:hover {
  color: #FA9A00;
  border-color: #FA9A00;
  background: transparent;
}

.bttn-dark {
  display: inline-block;
  color: #fff;
  border: 1px solid #343434;
  background: #343434;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.bttn-dark:hover {
  color: #FA9A00;
}
.bttn-primary-bg,
.esg-grid a.eg-link-home-grid-element-31 {
  color: #FFFFFF !important;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  border: 2px solid #FA9A00;
  background: #FA9A00;
  padding: 13px 25px;
}
.bttn-primary-bg:hover,
.esg-grid a.eg-link-home-grid-element-31:hover {
  color: #FA9A00 !important;
  background: rgba(0, 0, 0, 0);
}

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
select,
textarea,
input {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #888;
  vertical-align: top;
}
select:focus,
textarea:focus,
input:focus {
  outline: none;
  border-color: #FA9A00;
  background-color: #fff;
  color: #000;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-bottom: 5px;
}

textarea {
  height: 200px;
  resize: vertical;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 13px 20px;
  width: auto;
  border: none;
  background-color: #333333;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #FA9A00;
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
.wpcf7-form .row {
  margin: 0 -5px;
}
.wpcf7-form [class*=col-] {
  padding: 0 5px;
}
.wpcf7-form textarea {
  height: 110px;
}

.form-home1 {
  background: #F6F6F6 url("../../images/form-home1-bg.png") no-repeat right bottom;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
  padding: 70px 30px 40px;
}
.form-home1 p {
  margin-bottom: 0;
}
.form-home1 p.form-home1-des {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-item, .page_item {
  display: inline-block;
}

.top-menu {
  position: relative;
  z-index: 1;
}
.top-menu .menu-item {
  padding: 5px;
}
.top-menu .menu-item a:after {
  margin-left: 10px;
  content: "\f178";
}

#site-navigation > .container {
  position: relative;
}

#site-navigation > .container > .row > .col-md-8,
#site-navigation > .container > .row > .col-md-10 {
  position: static;
}

#site-navigation {
  position: relative;
  z-index: 999;
  width: 100%;
}
#site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-navigation .menu li {
  position: relative;
}
#site-navigation .menu li.menu-item-has-children > a .toggle-sub-menu {
  margin-left: 5px;
  font-size: 12px;
}
#site-navigation .menu li.mega-menu {
  position: static;
}
#site-navigation .menu li:hover > .sub-menu, #site-navigation .menu li:hover > .children {
  z-index: 999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
#site-navigation .menu > li,
#site-navigation .menu > ul > li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
#site-navigation .menu > li:hover a:before, #site-navigation .menu > li.current-menu-item a:before,
#site-navigation .menu > ul > li:hover a:before,
#site-navigation .menu > ul > li.current-menu-item a:before {
  width: 100%;
}
#site-navigation .menu > li:hover a:after, #site-navigation .menu > li.current-menu-item a:after,
#site-navigation .menu > ul > li:hover a:after,
#site-navigation .menu > ul > li.current-menu-item a:after {
  height: 8px;
}
#site-navigation .menu > li > a,
#site-navigation .menu > ul > li > a {
  position: relative;
  z-index: 1;
  display: block;
}
#site-navigation .menu > li > a:before, #site-navigation .menu > li > a:after,
#site-navigation .menu > ul > li > a:before,
#site-navigation .menu > ul > li > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#site-navigation .menu > li > a:before,
#site-navigation .menu > ul > li > a:before {
  width: 0;
  height: 2px;
}
#site-navigation .menu > li > a:after,
#site-navigation .menu > ul > li > a:after {
  width: 2px;
  height: 0;
}
#site-navigation .sub-menu, #site-navigation .children {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  visibility: hidden;
  background: #fff;
  width: 250px;
  opacity: 0;
  text-align: left;
  margin-top: 20px;
  padding: 10px 0px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.06);
}
#site-navigation .sub-menu li, #site-navigation .children li {
  position: relative;
  display: block;
  padding: 10px 20px;
}
#site-navigation .sub-menu li a, #site-navigation .children li a {
  font-weight: 400;
}
#site-navigation .sub-menu li > .sub-menu, #site-navigation .sub-menu li > .children, #site-navigation .children li > .sub-menu, #site-navigation .children li > .children {
  left: 100%;
  top: 0;
}
#site-navigation .sub-menu.mega-menu, #site-navigation .children.mega-menu {
  width: calc(100% - 30px);
  left: 15px;
}
/*--------------------------------------------------------------
## Mobile menu
--------------------------------------------------------------*/
#open-left {
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.snap-drawers {
  background-color: #fff;
}

.mobile-menu > ul {
  padding: 20px;
  margin-left: 0;
}
.mobile-menu > ul li {
  display: block;
}
.mobile-menu > ul li a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.mobile-menu > ul li:last-child {
  border: none;
}
.mobile-menu > ul ul {
  margin-left: 0;
  padding-left: 0;
}
.mobile-menu .menu-item-has-children > a {
  position: relative;
  padding-right: 40px;
}
.mobile-menu .menu-item-has-children .toggle-sub-menu {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 0;
  color: #000;
  background-color: #eeeeee;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.mobile-menu .menu-item-has-children.opened .toggle-sub-menu:before {
  content: "\f106";
}
.mobile-menu .sub-menu {
  display: none;
  margin-left: 10px;
}

.snapjs-left .site:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
}

/*--------------------------------------------------------------
## Social menu
--------------------------------------------------------------*/
ul#social-menu-top {
  margin-bottom: 0;
}

.social-menu .menu li {
  display: inline-block;
  width: auto !important;
}
.social-menu .menu li:before {
  display: none;
}
.social-menu .menu li a {
  font-size: 0;
}
.social-menu .menu li a:before {
  display: inline-block;
  font-size: 16px;
}
.social-menu .menu li a[href*=facebook]:before {
  content: "\f09a";
}
.social-menu .menu li a[href*=twitter]:before, .social-menu .menu li a[href*="//x.com"]:before, .social-menu .menu li a[href*=".x.com"]:before {
  content: "\e61b";
}
.social-menu .menu li a[href*=instagram]:before {
  content: "\f16d";
}
.social-menu .menu li a[href*=youtube]:before {
  content: "\f167";
}
.social-menu .menu li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social-menu .menu li a[href*=flickr]:before {
  content: "\f16e";
}
.social-menu .menu li a[href*=dribbble]:before {
  content: "\f17d";
}
.social-menu .menu li a[href*=foursquare]:before {
  content: "\f180";
}
.social-menu .menu li a[href*=linkedin]:before {
  content: "\f08c";
}
.social-menu .menu li a[href*=tumblr]:before {
  content: "\f173";
}
.social-menu .menu li a[href*=feed]:before {
  content: "\f09e";
}
.social-menu .menu li a[href*=vimeo]:before {
  content: "\f27d";
}

.social-menu_basic li {
  margin-right: 20px;
}
.social-menu_basic li a {
  color: #858585;
}
.social-menu_basic li a:hover {
  color: #FA9A00;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  overflow: hidden;
}

.tm_bread_crumb {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px 15px;
  margin: 0;
}
.tm_bread_crumb li {
  display: inline-block;
  margin-right: 8px;
}
.tm_bread_crumb li a:after {
  margin-left: 10px;
  content: "\f105";
}
.tm_bread_crumb li:last-child {
  margin: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-top {
  position: relative;
  width: 100%;
}
.site-top .social-menu li {
  position: relative;
  padding: 15px 12px;
}
.site-top .social-menu li:hover:before {
  width: 100%;
}
.site-top .social-menu li:hover:after {
  height: 8px;
}
.site-top .social-menu li:after, .site-top .social-menu li:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FA9A00;
}
.site-top .social-menu li:before {
  width: 0;
  height: 2px;
}
.site-top .social-menu li:after {
  width: 2px;
  height: 0;
}

.site-branding {
  position: relative;
  z-index: 1;
  padding: 30px 15px;
}

.extra-info {
  list-style: none;
  margin: 0;
  padding: 20px 0px;
}
.extra-info li {
  position: relative;
  display: block;
}
.extra-info li:first-child {
  padding-left: 0;
}
.extra-info li:last-child:after {
  display: none;
}
.extra-info .fa {
  font-size: 16px;
  margin-right: 10px;
  color: #FA9A00;
}

.top-info {
  display: inline-block;
  margin: 10px 0px 0px 40px;
}
.top-info .left {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  background: #FA9A00;
  text-align: center;
}
.top-info .left span {
  line-height: 40px;
}
.top-info .left:before, .top-info .left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.top-info .left:before {
  top: 0;
  left: 0;
  border-width: 13px 13px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.top-info .left:after {
  bottom: 0;
  right: 0;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #ffffff transparent;
}
.top-info .right {
  float: left;
  text-align: left;
  line-height: 1em;
}
.top-info .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding-left: 15px;
  margin-bottom: 10px;
}
.top-info .text {
  padding-left: 15px;
  font-size: 15px;
  display: block;
  color: #444444;
}

.mini-cart,
.search-box {
  display: inline-block;
  vertical-align: middle;
}

.search-box {
  position: relative;
  z-index: 9999;
  margin-left: -4px;
}
.search-box i {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #eee;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  cursor: pointer;
}
.search-box i:before, .search-box i:after {
  position: absolute;
  line-height: 50px;
}
.search-box i:after {
  top: 100%;
  content: "\e680";
}
.search-box label span, .search-box input[type=submit] {
  display: none;
}
.search-box input[type=search] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 10px;
  width: 100%;
  border: none;
  border-top: 3px solid transparent;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.search-box .search-form {
  position: absolute;
  top: 100%;
  right: 0px;
  visibility: hidden;
  width: 300px;
  height: 100%;
  opacity: 0;
}
.search-box .search-form:before {
  content: "";
}
.search-box .search-form.open {
  visibility: visible;
  opacity: 1;
}
.search-box .search-form.open + i:before {
  top: -100%;
}
.search-box .search-form.open + i:after {
  top: 0;
}

.header02 .site-branding:after {
  display: none;
}

.header05 .header-wrapper {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.header05 .site-branding:before, .header05 .site-branding:after {
  display: none;
}
.header05 .line-header_middle {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header05 .line-header_middle:before, .header05 .line-header_middle:after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 20px;
  bottom: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.header05 .line-header_middle:before {
  right: calc(100% + 10px);
  webkit-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
}
.header05 .line-header_middle:after {
  left: calc(100% + 10px);
  webkit-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}

.headroom--pinned {
  display: block;
}

.headroom--not-top#site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.header05 .headroom--not-top#site-navigation {
  background: #333333;
}
.headroom--not-top#site-navigation .site-branding {
  padding: 30px 15px !important;
}
.headroom--not-top.headroom {
  will-change: transform;
  transition: transform 0.5s linear;
}
.headroom--not-top.headroom--unpinned {
  transform: translateY(-100%);
}
.headroom--not-top.headroom--pinned {
  transform: translateY(0%);
}
.headroom--not-top .site-branding:before,
.headroom--not-top .site-branding:after {
  display: none;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer ul {
  padding-left: 0;
  margin-left: 0;
}
.site-footer .widget-title {
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 26px;
  line-height: 1em;
}
.site-footer .widget-title span {
  position: relative;
  display: inline-block;
}
.site-footer .widget-title span:before {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  width: 350px;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
}
.site-footer .col-md-4 {
  margin-bottom: 30px;
}
.site-footer .widget img {
  margin-bottom: 30px;
}
.site-footer .social-menu .menu {
  margin-top: 30px;
}
.site-footer .social-menu .menu li {
  margin: 0 15px 0 0;
  display: inline-block;
}
.site-footer .social-menu .menu li a {
  color: #888;
}
.site-footer .social-menu .menu li a:hover {
  color: #FA9A00;
}
.site-footer .social-menu .menu li a:before {
  font-size: 18px;
}
.site-footer .menu {
  font-size: 0;
}
.site-footer .menu li {
  display: block;
  margin-bottom: 15px;
  list-style-type: none;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.6em;
}
.site-footer .menu li a:before {
  margin-right: 10px;
  content: "\f105";
}

.office p {
  margin-bottom: 15px;
}
.office p:last-child {
  margin-bottom: 0;
}
.office i {
  width: 35px;
  font-size: 18px;
  color: #FA9A00;
}

.copyright {
  overflow: hidden;
  line-height: 1;
}
.copyright .left {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.copyright .right {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*--------------------------------------------------------------
## Mini cart
--------------------------------------------------------------*/
.mini-cart {
  position: relative;
}
.mini-cart .mini-cart__button {
  background: #fc9900;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.mini-cart .mini-cart__button .mini-cart-icon {
  position: relative;
  color: #fff;
}
.mini-cart .mini-cart__button .mini-cart-icon:before {
  float: none;
  margin: 0;
  width: auto;
  height: auto;
  border: none;
  content: "\e66e";
  font-size: 20px;
  line-height: normal;
}
.mini-cart .widget_shopping_cart_content {
  position: absolute;
  top: 140%;
  right: 0;
  z-index: 99999;
  visibility: hidden;
  overflow: auto;
  padding: 15px 0px;
  max-height: 700px;
  width: 300px;
  background-color: #fff;
  opacity: 0;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.mini-cart .widget_shopping_cart_content .cart_list li {
  margin-bottom: 10px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
}
.mini-cart .widget_shopping_cart_content .cart_list li a {
  font-weight: 600 !important;
}
.mini-cart .widget_shopping_cart_content .cart_list li img {
  float: left;
  margin: 0 10px 0 0;
  width: 70px;
}
.mini-cart .widget_shopping_cart_content .cart_list li .remove {
  position: relative;
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
.mini-cart .widget_shopping_cart_content .cart_list li .quantity {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.mini-cart .widget_shopping_cart_content .cart_list li .quantity .amount {
  color: #D72C35;
  font-size: 17px;
  font-weight: 600;
}
.mini-cart .widget_shopping_cart_content .total {
  margin-bottom: 0;
  padding: 5px 15px 5px;
  text-align: center;
}
.mini-cart .widget_shopping_cart_content .total strong {
  font-weight: 600;
  color: #333333;
}
.mini-cart .widget_shopping_cart_content .total .amount {
  color: #D72C35;
  font-size: 17px;
  font-weight: 600;
}
.mini-cart .widget_shopping_cart_content .buttons {
  margin-bottom: 0;
  text-align: center;
}
.mini-cart .widget_shopping_cart_content .buttons .button {
  margin: 5px;
}
.mini-cart.open .widget_shopping_cart_content {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* -- List -- */
.list-style-1 ul {
  margin-left: 0;
  padding-left: 2px;
}
.list-style-1 li {
  margin-bottom: 10px;
}
.list-style-1 li:before {
  content: "\f058";
  color: #FA9A00;
  margin-right: 10px;
}

/* -- Our Team -- */
.tm-our-team {
  margin-bottom: 40px;
}
.tm-our-team .our-team-photo {
  position: relative;
  overflow: hidden;
  background: #000;
}
.tm-our-team .our-team-photo img {
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-our-team .our-team-photo:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  content: "";
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  opacity: 0;
}
.tm-our-team .our-team-photo:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  opacity: 1;
}
.tm-our-team .our-team-photo:hover img {
  opacity: 0.6;
}
.tm-our-team .our-team-name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1em;
  text-transform: capitalize;
  margin: 20px 0px 10px;
}
.tm-our-team .our-team-description {
  margin: 10px 0px 20px;
}
.tm-our-team .our-team-social-networks a {
  font-size: 18px;
  color: #888888;
  margin-right: 20px;
}
.tm-our-team .our-team-social-networks a:hover {
  color: #FA9A00;
}

/* -- Icon Boxes -- */
.tm-icon-boxes {
  margin-bottom: 20px;
}
.tm-icon-boxes img {
  float: left;
  margin-right: 30px;
}
.tm-icon-boxes .icon-boxes-label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  color: #333333;
  margin-bottom: 15px;
}

.tm-photo-boxes {
  margin-bottom: 35px;
}
.tm-photo-boxes .icon-boxes-icon {
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 10px;
  color: #FA9A00;
}
.tm-photo-boxes .icon-boxes-description {
  opacity: 0.6;
}

.white-style .tm-photo-boxes .icon-boxes-label, .white-style .tm-photo-boxes .icon-boxes-description {
  color: #ffffff;
}

.style-2 .tm-icon-boxes .icon-boxes-label {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  padding-top: 30px;
}
.style-2 .tm-icon-boxes img {
  padding-bottom: 40px;
}

/* -- Carousel -- */
.tm-carousel .owl-prev,
.tm-carousel .owl-next {
  font-size: 0;
  display: inline-block;
}
.tm-carousel .owl-prev:hover:before,
.tm-carousel .owl-next:hover:before {
  color: #FFFFFF;
  background: #FA9A00;
}
.tm-carousel .owl-prev:before,
.tm-carousel .owl-next:before {
  display: inline-block;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #AAAAAA;
  background: #eeeeee;
  text-align: center;
}
.tm-carousel .owl-prev:before {
  content: "\f104";
}
.tm-carousel .owl-next:before {
  content: "\f105";
}
.tm-carousel .owl-dots {
  text-align: center;
}
.tm-carousel .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #DDDDDD;
  border-radius: 50%;
  margin: 0px 5px;
}
.tm-carousel .owl-dot:hover {
  background: #FA9A00;
}

.tm-carousel-type1 {
  padding-left: 55px;
  padding-right: 55px;
}
.tm-carousel-type1 .owl-prev,
.tm-carousel-type1 .owl-next {
  position: absolute;
  top: calc(50% - 18px);
}
.tm-carousel-type1 .owl-prev {
  left: 0;
}
.tm-carousel-type1 .owl-next {
  right: 0;
}

.tm-carousel-type2 {
  padding-top: 35px;
}
.tm-carousel-type2 .owl-prev,
.tm-carousel-type2 .owl-next {
  position: absolute;
  bottom: 100%;
}
.tm-carousel-type2 .owl-prev {
  right: 36px;
}
.tm-carousel-type2 .owl-next {
  right: 0;
}

.tm-carousel-wrapper {
  margin-top: 36px;
}
.tm-carousel-wrapper .title-section {
  margin-bottom: 0;
}

/* -- Info -- */
.tm-info-row {
  margin-bottom: 15px;
}
.tm-info-row i {
  color: #FA9A00;
  font-size: 18px;
  width: 20px;
  margin-right: 20px;
}

/* -- Title-section -- */
.tm-title-section {
  overflow: hidden;
}
.tm-title-section .title-section {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  line-height: 1em;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}
.tm-title-section .title-section:before, .tm-title-section .title-section:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1200px;
  height: 1px;
  background: #DDDDDD;
}

.tm-title-section-type1 .title-section:before {
  left: calc(100% + 20px);
}
.tm-title-section-type1 .title-section:after {
  display: none;
}

.tm-title-section-type2 {
  width: 75%;
  text-align: center;
  margin: 0 auto;
}
.tm-title-section-type2 .title-section:before {
  left: calc(100% + 20px);
}
.tm-title-section-type2 .title-section:after {
  right: calc(100% + 20px);
}

.white-style .title-section {
  color: #ffffff;
}
.white-style .title-section:before, .white-style .title-section:after {
  background: #ffffff;
  opacity: 0.2;
}

.page-title .tm-title-section-type2 {
  width: 100%;
}
.page-title .title-section {
  font-size: 36px;
}

.title-button .tm-title-section,
.title-button .eg-button {
  display: inline-block;
  vertical-align: middle;
}
.title-button .tm-title-section {
  width: calc(100% - 100px);
  margin-right: 16px;
}

.big-title-section,
.big-title-section h4 {
  font-size: 40px;
  font-weight: 700;
  color: #212121;
  letter-spacing: -0.04em;
}

/* -- Testimonials -- */
.thememove_testimonials {
  margin-bottom: 50px;
}
.thememove_testimonials .owl-carousel .owl-item img {
  width: 70px;
  height: auto;
  display: inline-block;
}
.thememove_testimonials .avatar {
  margin-right: 20px;
  border-radius: 100%;
}
.thememove_testimonials .author {
  display: inline-block;
  color: #333333;
  font-size: 18px;
  font-style: inherit;
  font-weight: 600;
  vertical-align: middle;
}
.thememove_testimonials .author span {
  display: block;
}
.thememove_testimonials .author span.title {
  font-size: 15px;
  font-weight: 400;
  color: #858585;
  margin-top: 5px;
}
.thememove_testimonials blockquote {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-style: inherit;
}
.thememove_testimonials .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin: 25px 5px;
}
.thememove_testimonials .owl-dot.active {
  background: #fff;
}

.thememove_testimonials-type1 blockquote {
  position: relative;
  border: 1px solid #DDDDDD;
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.thememove_testimonials-type1 blockquote:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 51px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
.thememove_testimonials-type1 blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #DDDDDD transparent transparent transparent;
  z-index: 1;
}

.thememove_testimonials-type2 {
  text-align: center;
}
.thememove_testimonials-type2 .author {
  position: relative;
  display: block;
  padding-top: 30px;
  margin-top: 30px;
}
.thememove_testimonials-type2 .author:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(50% - 39px);
  width: 78px;
  height: 1px;
  background: #dddddd;
}
.thememove_testimonials-type2 .author span.title {
  color: #FA9A00;
}
.thememove_testimonials-type2 .avatar {
  margin-right: 0;
  margin-top: 30px;
}
.white-style .thememove_testimonials-type2 .testimonials-text {
  color: #fff;
  background: transparent;
}

/* -- Counter -- */
.tm-counter ul {
  padding: 0;
  margin: 0;
}
.tm-counter .icon {
  font-size: 40px;
  color: #FA9A00;
  line-height: 1em;
  margin-bottom: 10px;
}
.tm-counter .counter {
  font-size: 34px;
  font-weight: 600;
  line-height: 1em;
}
.tm-counter .text {
  font-size: 16px;
  font-weight: 600;
}
.tm-counter li {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 35px;
}

.counter-about .tm-counter .counter,
.counter-about .tm-counter .text {
  color: #ffffff;
}

/* -- Our History -- */
.tm-ourhistory .label {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}
.tm-ourhistory .title {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #FA9A00;
}
.tm-ourhistory .tm-ourhistory-left {
  padding-bottom: 15px;
}
.tm-ourhistory .tm-ourhistory-right {
  padding-bottom: 30px;
}

/* -- Accordion -- */
/* -- Gutenberg -- */
.content .entry-content *.alignfull {
  position: relative;
  left: -15px;
  width: 100vw;
  max-width: 100vw;
  clear: both;
}

.content .entry-content *.alignwide {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.content .entry-content *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}

.content .entry-content *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem;
}

.content .entry-content *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.boxed {
  overflow: hidden;
  margin: auto;
  max-width: 1200px;
}

.site {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
}

.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

.row:before, .row:after,
.container:before,
.container:after {
  display: none !important;
}

/* Home 01 */
.white-style .title-section {
  color: #ffffff;
}
.white-style .title-section:before, .white-style .title-section:after {
  background: #ffffff;
  opacity: 0.2;
}
.white-style blockquote {
  background: #ffffff;
}
.white-style .author {
  color: #ffffff;
}
.white-style .author span.title {
  color: #FA9A00;
}
.white-style .owl-controls {
  text-align: center;
}

#home-blog .eg-home-blog-content {
  margin-top: 10px;
  position: relative;
}
#home-blog .eg-home-blog-content:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 100%;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 0 22px;
  border-color: transparent transparent transparent #343434;
}
#home-blog .eg-home-blog-element-25:before {
  content: "\f017";
  margin-right: 5px;
}
#home-blog .eg-home-blog-element-26:before {
  content: "\f075";
  margin-right: 5px;
}
#home-blog .eg-home-blog-element-26:after {
  content: " comment";
  text-transform: lowercase;
}
#home-blog .eg-home-blog-element-28 {
  color: #FA9A00;
}
#home-blog .eg-home-blog-element-30-a {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  margin-top: -24px;
}
#home-blog .eg-home-blog-element-30 {
  color: #ffffff;
}

.eg-clients-skin-wrapper {
  border: 1px solid #dddddd !important;
}

.clients-row .esg-navigationbutton.esg-right:before,
.clients-row .esg-navigationbutton.esg-left:before {
  background: #ffffff;
}

/* Home 02 */
.view-projects p {
  font-size: 24px;
  color: #ffffff;
}
.view-projects .bttn-white,
.view-projects .bttn-dark,
.view-projects .bttn,
.view-projects .mini-cart .widget_shopping_cart_content .buttons .button,
.mini-cart .widget_shopping_cart_content .buttons .view-projects .button {
  font-size: 18px;
  border-width: 2px;
  margin-bottom: 10px;
}
.view-projects .bttn-white:last-child,
.view-projects .bttn-dark:last-child,
.view-projects .bttn:last-child,
.view-projects .mini-cart .widget_shopping_cart_content .buttons .button:last-child,
.mini-cart .widget_shopping_cart_content .buttons .view-projects .button:last-child {
  margin-left: 10px;
}

/* Home 05 */
.call-action-home5 strong {
  font-size: 30px !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.big-title,
.big-title--single {
  position: relative;
  background-position: center center;
  background-size: cover;
  margin-bottom: 70px;
}
.big-title .container,
.big-title--single .container {
  position: relative;
  z-index: 1;
}
.big-title:after,
.big-title--single:after {
  content: "";
}

.taxonomy-description {
  display: block;
  margin-top: -50px;
  padding-bottom: 50px;
  font-size: 20px;
}

.pagination {
  margin-bottom: 70px;
}
.pagination span, .pagination a {
  display: inline-block;
  background: #eeeeee;
  color: #333;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
}
.pagination span.current,
.pagination .page-numbers:hover {
  color: #fff;
  background: #FA9A00;
}
.pagination .next, .pagination .prev {
  width: auto;
  border: none;
  background: none;
}
.pagination .next:hover, .pagination .prev:hover {
  background: none;
  color: #FA9A00;
}

.page-links > span, .page-links > a {
  display: inline-block;
  border: 0 !important;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  padding: 0;
}
.page-links > a {
  background: #eeeeee !important;
  color: #333 !important;
}
.page-links > span, .page-links > a:hover {
  background: #FA9A00 !important;
  color: #ffffff !important;
}

.attachment .hentry {
  background: #fff;
}
.attachment .type-attachment p {
  text-align: left;
  margin: 0 0 10px 0;
}
.attachment .entry-header {
  padding-top: 0;
}
.attachment .entry-content {
  padding-top: 0;
}
.attachment .entry-title {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
}
.attachment .entry-title:before {
  display: none;
}

.single-post .post-thumb,
.post-list-item .post-thumb {
  margin-bottom: 35px;
}
.single-post .post-thumb img,
.post-list-item .post-thumb img {
  width: 100%;
  height: auto;
}
.single-post .hentry .entry-header,
.post-list-item .hentry .entry-header {
  margin-bottom: 20px;
}
.single-post .hentry .entry-header .entry-title,
.post-list-item .hentry .entry-header .entry-title {
  word-wrap: break-word;
  hyphens: auto;
  letter-spacing: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  -ms-hyphens: auto;
}
.single-post .hentry .entry-meta,
.post-list-item .hentry .entry-meta {
  margin-bottom: 25px;
  font-size: 14px;
}
.single-post .hentry .entry-meta span,
.post-list-item .hentry .entry-meta span {
  padding-right: 30px;
}
.single-post .hentry .entry-meta i,
.post-list-item .hentry .entry-meta i {
  margin-right: 5px;
  font-size: 16px;
}
.single-post .hentry .entry-content,
.post-list-item .hentry .entry-content {
  color: #858585;
}
.single-post .hentry .read-more,
.post-list-item .hentry .read-more {
  display: inline-block;
}
.single-post .hentry .read-more span:after,
.post-list-item .hentry .read-more span:after {
  margin-left: 10px;
  content: "\f061";
}

.post-list-item .hentry {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.post-grid-item {
  position: relative;
  margin-bottom: 50px;
}
.post-grid-item .post-thumb {
  margin-bottom: 10px;
}
.post-grid-item .post-content {
  position: relative;
  background: #343434;
  padding: 30px 20px;
}
.post-grid-item .post-content:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 100%;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 0 22px;
  border-color: transparent transparent transparent #343434;
}
.post-grid-item .entry-title {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1;
}
.post-grid-item .entry-title a {
  color: #FA9A00;
}
.post-grid-item .entry-meta {
  color: #AAAAAA;
  margin-bottom: 15px;
}
.post-grid-item .entry-meta span {
  margin-right: 12px;
  font-size: 15px;
}
.post-grid-item .entry-meta i {
  margin-right: 5px;
  font-size: 16px;
}
.post-grid-item .entry-content {
  color: #fff;
}
.post-grid-item .read-more {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  margin-top: -24px;
}

.page-template-template-blog-grid .content {
  padding-bottom: 50px;
}

.single-post .entry-content p {
  margin-bottom: 30px;
}
.single-post .entry-footer {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.single-post .prev-post-text,
.single-post .next-post-text {
  display: block;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-post .prev-post-text:before {
  content: "\f104";
  margin-right: 5px;
}
.single-post .next-post-text:after {
  content: "\f105";
  margin-left: 5px;
}
.single-post .prev-post-info {
  font-weight: 600;
}
.single-post .prev-post-info img {
  float: left;
  margin-right: 20px;
}
.single-post .next-post-info img {
  float: right;
  margin-left: 20px;
}
.single-post .next-post-info {
  font-weight: 600;
}

.comments-area {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}

.single-post .comment-reply-title, .single-post .comments-title, .page .comment-reply-title, .page .comments-title {
  position: relative;
  display: inline-block;
  color: #111;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
.single-post .comment-reply-title:before, .single-post .comments-title:before, .page .comment-reply-title:before, .page .comments-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  width: 1000px;
  height: 1px;
  background: #DDDDDD;
}

.single-post .comment, .page .comment {
  position: relative;
  margin-bottom: 50px;
}
.single-post .comment > div, .page .comment > div {
  margin-bottom: 20px;
  padding: 20px 0px;
  border-bottom: 1px solid #DDDDDD;
  background-color: transparent;
}
.single-post .comment .comment-author, .page .comment .comment-author {
  float: left;
  width: 100px;
  vertical-align: top;
}
.single-post .comment .comment-content, .page .comment .comment-content {
  vertical-align: top;
  padding-left: 120px;
}
.single-post .comment .comment-content cite.fn,
.single-post .comment .comment-content cite.fn a, .page .comment .comment-content cite.fn,
.page .comment .comment-content cite.fn a {
  text-transform: capitalize;
  color: #333333;
  font-weight: 600;
  font-size: 17px;
  font-style: inherit;
}
.single-post .comment .comment-content .metadata > a, .page .comment .comment-content .metadata > a {
  color: #858585;
  font-size: 14px;
  margin: 10px 0px;
  display: inline-block;
}
.single-post .comment .comment-reply-link, .page .comment .comment-reply-link {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  color: #FA9A00;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.single-post .comment-list, .page .comment-list {
  padding-left: 0;
  margin-left: 0;
}
.single-post .comment-list li, .page .comment-list li {
  list-style: none;
}

.post-password-form input[type=submit] {
  margin-top: 26px;
  margin-left: 5px;
}

.comment-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.comment-form [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}
.comment-form p {
  margin-bottom: 0;
}

.comment-list {
  list-style: none;
}
.comment-list .children {
  margin: 0;
  list-style: none;
}

.tagcloud a {
  display: inline-block;
  color: #858585 !important;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  margin: 0px 1px 5px 0px;
  font-size: 14px !important;
  text-transform: capitalize;
}
.tagcloud a:hover {
  border-color: #FA9A00;
  color: #FA9A00 !important;
}

.share h4 {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
}
.share h4 i {
  color: #FA9A00;
  margin-right: 2px;
}
.share span {
  margin-left: 10px;
}
.share a {
  color: #858585;
}

#about-pages .esg-entry-media-wrapper,
#about-pages .esg-entry-cover {
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 20px;
}
#about-pages .esg-entry-content {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Projects
--------------------------------------------------------------*/
/*--------------------------------------------
Projects
----------------------------------------------*/
.single-project .gallery {
  width: 100% !important;
  float: none !important;
  margin-bottom: 70px;
}
.single-project .gallery .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.single-project .gallery .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #7b7b7b;
  border-radius: 50%;
  margin: 0px 5px;
}
.single-project .gallery .owl-dot.active {
  background: #ffffff;
}
.single-project-description {
  margin-bottom: 50px;
}
.single-project-description p {
  margin-bottom: 20px;
}

.project-gallery {
  margin-bottom: 50px;
}
.project-gallery img {
  margin-bottom: 20px;
}

.project-meta {
  margin-bottom: 50px;
  overflow: hidden;
}
.project-meta .heading-title {
  position: relative;
  display: inline-block;
}
.project-meta .heading-title:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  background: #dddddd;
  content: "";
  width: 1000px;
  height: 1px;
}

.project-meta__content > div {
  padding: 12px 0px;
  border-top: 1px solid #dddddd;
}
.project-meta__content > div:first-child {
  padding-top: 0;
  border-top: 0;
}
.project-meta__content .meta-title {
  font-weight: 600;
  color: #333333;
}

.project-nav {
  margin-bottom: 100px;
}
.project-nav .prev-project,
.project-nav .next-project {
  font-weight: 600;
}
.project-nav .prev-project a:before {
  content: "\f104";
  margin-right: 15px;
}
.project-nav .next-project a:after {
  content: "\f105";
  margin-left: 15px;
}

.project-view {
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  color: #333333;
  padding: 10px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.heading-title {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  letter-spacing: -0.02em;
  line-height: 1em;
  margin-bottom: 25px;
}

.eg-projects-fullwidth-wrapper a, .eg-projects-fullwidth-wrapper a:visited {
  color: #ffffff !important;
}

.eg-projects-fullwidth-element-16-a {
  overflow: hidden;
}

.eg-projects-fullwidth-element-16 {
  position: relative;
}
.eg-projects-fullwidth-element-16:before {
  content: "";
  width: 300px;
  height: 1px;
  background: #dddddd;
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
}

.eg-projects-fullwidth-element-20 {
  position: relative;
  display: inline-block;
  color: #FA9A00 !important;
}
.eg-projects-fullwidth-element-20:before {
  content: "";
  width: calc(100% + 5px);
  height: 2px;
  background: #FA9A00;
  position: absolute;
  bottom: -10px;
  left: -5px;
}
.eg-projects-fullwidth-element-20:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #FA9A00;
  position: absolute;
  bottom: -10px;
  left: -5px;
}

#projects-fullwidth .esg-filterbutton,
#last-projects-fullwidth .esg-filterbutton {
  position: relative;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #666666;
  padding: 10px;
  margin-right: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1em;
}
#projects-fullwidth .esg-filterbutton:before, #projects-fullwidth .esg-filterbutton:after,
#last-projects-fullwidth .esg-filterbutton:before,
#last-projects-fullwidth .esg-filterbutton:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #FA9A00;
}
#projects-fullwidth .esg-filterbutton:before,
#last-projects-fullwidth .esg-filterbutton:before {
  width: 0;
  height: 2px;
}
#projects-fullwidth .esg-filterbutton:after,
#last-projects-fullwidth .esg-filterbutton:after {
  width: 2px;
  height: 0;
}
#projects-fullwidth .esg-filterbutton.selected, #projects-fullwidth .esg-filterbutton:hover,
#last-projects-fullwidth .esg-filterbutton.selected,
#last-projects-fullwidth .esg-filterbutton:hover {
  color: #FA9A00;
}
#projects-fullwidth .esg-filterbutton.selected:before, #projects-fullwidth .esg-filterbutton:hover:before,
#last-projects-fullwidth .esg-filterbutton.selected:before,
#last-projects-fullwidth .esg-filterbutton:hover:before {
  width: 100%;
  height: 2px;
}
#projects-fullwidth .esg-filterbutton.selected:after, #projects-fullwidth .esg-filterbutton:hover:after,
#last-projects-fullwidth .esg-filterbutton.selected:after,
#last-projects-fullwidth .esg-filterbutton:hover:after {
  width: 2px;
  height: 8px;
}
#projects-fullwidth .esg-loadmore,
#last-projects-fullwidth .esg-loadmore {
  margin-top: 70px;
}
#projects-fullwidth .esg-navigationbutton,
#last-projects-fullwidth .esg-navigationbutton {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  padding: 15px 20px;
  border-radius: 0;
  border: none;
  background: #FA9A00;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#projects-fullwidth .esg-navigationbutton:hover,
#last-projects-fullwidth .esg-navigationbutton:hover {
  box-shadow: none;
  background: #333333;
}

.minimal-light .esg-filterbutton.selected {
  border: 0;
  box-shadow: none;
}

#last-projects-fullwidth .esg-filters {
  margin: 0 auto;
}
#last-projects-fullwidth .esg-navigationbutton {
  margin: 20px 0px 0px;
}

#services-projects .esg-media-cover-wrapper {
  display: table;
}
#services-projects .esg-entry-cover,
#services-projects .esg-entry-media-wrapper,
#services-projects .esg-entry-content {
  display: table-cell;
  vertical-align: middle;
}
#services-projects .esg-entry-cover,
#services-projects .esg-entry-media-wrapper {
  width: 120px !important;
  height: 135px !important;
}
#services-projects .esg-entry-content {
  padding-left: 20px;
}
#services-projects .eg-services-projects-element-25-a {
  overflow: hidden;
}
#services-projects .eg-services-projects-element-25 {
  position: relative;
}
#services-projects .eg-services-projects-element-25:before {
  display: inline-block;
  content: "";
  width: 250px;
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.sidebar .search-form label,
.wpb_widgetised_column .search-form label {
  display: block;
}

.sidebar .widget,
.wpb_widgetised_column .widget {
  margin-bottom: 55px;
  overflow: hidden;
}
.sidebar .widget ul,
.wpb_widgetised_column .widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .widget ul li,
.wpb_widgetised_column .widget ul li {
  font-weight: 600;
}
.sidebar .widget-title,
.wpb_widgetised_column .widget-title {
  display: inline-block;
  margin-bottom: 25px;
  color: #111;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.sidebar .widget-title:before,
.wpb_widgetised_column .widget-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  width: 300px;
  height: 1px;
  background: #DDDDDD;
}

.sidebar ul li, .sidebar .recent-posts__item,
.wpb_widgetised_column ul li,
.wpb_widgetised_column .recent-posts__item {
  display: block;
  padding: 17px 0px;
  border-bottom: 1px solid #DDDDDD;
  word-wrap: break-word;
  hyphens: auto;
  -ms-hyphens: auto;
}
.sidebar ul li:first-child, .sidebar .recent-posts__item:first-child,
.wpb_widgetised_column ul li:first-child,
.wpb_widgetised_column .recent-posts__item:first-child {
  border-top: 1px solid #DDDDDD;
}
.sidebar .recent-posts__item,
.wpb_widgetised_column .recent-posts__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sidebar .recent-posts > div:last-child,
.wpb_widgetised_column .recent-posts > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .menu,
.wpb_widgetised_column .menu {
  font-size: 17px;
  font-weight: 600;
}
.sidebar .menu .sub-menu,
.wpb_widgetised_column .menu .sub-menu {
  padding-top: 17px;
  display: none;
}
.sidebar .menu-item-has-children,
.wpb_widgetised_column .menu-item-has-children {
  position: relative;
}
.sidebar .mobile-menu-expand,
.wpb_widgetised_column .mobile-menu-expand {
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}
.sidebar .sub-menu .menu-item,
.wpb_widgetised_column .sub-menu .menu-item {
  padding-left: 30px;
}
.sidebar .sub-menu .menu-item:last-child,
.wpb_widgetised_column .sub-menu .menu-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar .widget_categories li,
.wpb_widgetised_column .widget_categories li {
  font-size: 17px;
  font-weight: 600;
}

.sidebar .widget_search span,
.wpb_widgetised_column .widget_search span {
  font-size: 0;
}
.sidebar .widget_search span:before,
.wpb_widgetised_column .widget_search span:before {
  position: absolute;
  top: 23px;
  right: 1px;
  display: block;
  width: 48px;
  height: 47px;
  background-color: #eee;
  content: "\f002";
  text-align: center;
  font-size: 16px;
  line-height: 47px;
}
.sidebar .widget_search input[type=search],
.wpb_widgetised_column .widget_search input[type=search] {
  margin-bottom: 0;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.sidebar .widget_search .search-submit,
.wpb_widgetised_column .widget_search .search-submit {
  display: none;
}

.widget.widget_tm_postswidget .postswidget-list {
  padding: 20px 0px;
  border-bottom: 1px solid #DDDDDD;
}
.widget.widget_tm_postswidget .postswidget-list:first-of-type {
  border-top: 1px solid #DDDDDD;
}
.widget.widget_tm_postswidget .postswidget-thumb {
  float: left;
  margin-right: 10px;
}
.widget.widget_tm_postswidget .postswidget-info {
  font-weight: 600;
}

/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/
/*--------------------------------------------
Recent Posts
----------------------------------------------*/
.recent-posts__item {
  margin-bottom: 20px;
}
.recent-posts__item .recent-posts__thumb {
  position: relative;
  float: left;
  margin-right: 20px;
}
.recent-posts__item .recent-posts__thumb:before {
  z-index: 2;
  height: 2px;
  background-color: #fff;
  content: "";
  opacity: 0;
  width: 30px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recent-posts__item .recent-posts__thumb:after {
  height: 30px;
  background-color: #fff;
  content: "";
  opacity: 0;
  width: 2px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recent-posts__item .recent-posts__thumb a:before {
  content: "";
  opacity: 0;
}
.recent-posts__item:hover .recent-posts__thumb:before {
  opacity: 1;
}
.recent-posts__item:hover .recent-posts__thumb:after {
  opacity: 1;
}
.recent-posts__item:hover .recent-posts__thumb a:before {
  opacity: 0.8;
}
.recent-posts__item a {
  letter-spacing: 0.05em;
  font-size: 15px;
}
.recent-posts__item .post-meta {
  margin-top: 10px;
  color: #878787;
}
.recent-posts__item .post-meta span {
  margin-right: 10px;
}

.recent-posts.type_2 h3 {
  margin-bottom: 20px;
  letter-spacing: normal;
  font-weight: normal;
}
.recent-posts.type_2 .entry-meta {
  margin-bottom: 20px;
}
.recent-posts.type_2 .entry-meta span {
  padding-right: 10px;
}
.recent-posts.type_2 .entry-meta i {
  margin-right: 5px;
}
.recent-posts.type_2 .entry-excerpt {
  color: #858585;
}

.error-404 .search-form label {
  display: block;
}

.banner-about {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  overflow: hidden;
}
.banner-about:hover img {
  transform: scale(1.2);
}
.banner-about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #343434;
  opacity: 0.8;
}
.banner-about_img {
  position: relative;
  z-index: -1;
}
.banner-about_text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 30px;
}
.banner-about_text h2 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  line-height: 1em;
  margin-bottom: 15px;
}
.banner-about_text h2 span {
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.services-brochure {
  border: 1px solid #DDDDDD;
  border-left-color: #FA9A00;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.services-brochure span {
  font-size: 20px;
  color: #FA9A00;
  margin-right: 20px;
}
.services-brochure a {
  font-size: 17px;
  font-weight: 600;
}

.margin-0 {
  margin: 0;
}

.esg-navbutton-top-right .wpb_wrapper {
  overflow: visible;
}
.esg-navbutton-top-right .esg-filters {
  position: absolute;
  top: -70px;
  right: 0;
}
.esg-navbutton-top-right .esg-filters .esg-left,
.esg-navbutton-top-right .esg-filters .esg-right {
  margin: 0 !important;
}

.esg-navigationbutton.esg-right,
.esg-navigationbutton.esg-left {
  font-size: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.esg-navigationbutton.esg-right:before,
.esg-navigationbutton.esg-left:before {
  display: inline-block;
  background: #eeeeee;
  color: #111111;
  font-size: 16px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.esg-navigationbutton.esg-right:hover,
.esg-navigationbutton.esg-left:hover {
  box-shadow: none !important;
}
.esg-navigationbutton.esg-right:hover:before,
.esg-navigationbutton.esg-left:hover:before {
  background: #FA9A00;
  color: #FFFFFF;
}

.esg-navigationbutton.esg-left:before {
  content: "\f104";
}

.esg-navigationbutton.esg-right:before {
  content: "\f105";
}

.eg-our-services-skin-element-1,
.eg-our-services-skin-element-2 {
  color: #ffffff;
}
.eg-our-services-skin-element-1:visited,
.eg-our-services-skin-element-2:visited {
  color: #ffffff;
}

#last-projects-fullwidth .eg-lastest-projects-3-element-25-a,
#last-projects-fullwidth .eg-projects-grid-element-25-a {
  overflow: hidden;
}
#last-projects-fullwidth .eg-lastest-projects-3-element-25,
#last-projects-fullwidth .eg-projects-grid-element-25 {
  position: relative;
}
#last-projects-fullwidth .eg-lastest-projects-3-element-25:before,
#last-projects-fullwidth .eg-projects-grid-element-25:before {
  content: "";
  display: block;
  width: 1000px;
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
}
#last-projects-fullwidth .eg-lastest-projects-3-element-24,
#last-projects-fullwidth .eg-projects-grid-element-24 {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  background: #FA9A00 !important;
}
#last-projects-fullwidth .eg-lastest-projects-3-element-24:hover,
#last-projects-fullwidth .eg-projects-grid-element-24:hover {
  background: #333333 !important;
}

.esg-grid a p {
  margin: 0;
}

.no-margin {
  margin: 0 !important;
}
.primary-color {
  color: #FA9A00 !important;
}

.white-color {
  color: #ffffff !important;
}

.primary-bg-color {
  background-color: #FA9A00 !important;
}

.bold {
  font-weight: 900 !important;
}

.max-width-570 {
  max-width: 570px !important;
}

.float-right {
  float: right !important;
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
  background: #FA9A00;
  color: #fff;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.product-thumbnail-wrap {
  position: relative;
  margin-bottom: 30px;
}
.product-thumbnail-wrap:hover .woocommerce-LoopProduct-link:before {
  background: rgba(0, 0, 0, 0.4);
}
.product-thumbnail-wrap:hover .add_to_cart_button {
  transform: scale(1);
}

.add_to_cart_div {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}

.add_to_cart_button {
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.woocommerce-LoopProduct-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.woocommerce span.onsale {
  background: #FA9A00;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  padding: 0;
  top: -20px;
  left: auto;
  right: 20px;
}

.loop-product {
  margin-bottom: 35px;
}
.loop-product h3 {
  font-size: 17px;
}

.price {
  font-size: 22px;
  font-weight: 600;
  color: #D72C35;
}
.price del {
  font-size: 17px;
  color: #858585;
}
.price ins {
  background: transparent;
}

.woocommerce .star-rating {
  font-size: 12px;
}
.woocommerce .star-rating:before {
  color: #dddddd;
}
.woocommerce .star-rating span:before {
  color: #FA9A00;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 18px !important;
  font-weight: 600;
  text-transform: capitalize !important;
  color: #ffffff;
  background: #FA9A00;
  border-radius: 0;
  padding: 13px 20px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: #ffffff;
  background: #333333;
}

.woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 10px;
  width: 80px;
}

.woocommerce ul.product_list_widget li .product-title {
  font-size: 15px;
}

.woocommerce ul.product_list_widget li ins {
  background: transparent;
}
.woocommerce ul.product_list_widget li ins .amount {
  font-size: 20px;
  font-weight: 600;
  color: #D72C35;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 15px 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  padding: 13px 20px;
  background: #333333;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: #FA9A00;
}

.woocommerce .widget_price_filter .ui-slider {
  margin-left: 8px;
  margin-right: 12px;
}
.woocommerce .widget_price_filter .ui-widget-content {
  background: #dddddd !important;
  height: 5px !important;
  margin-bottom: 20px !important;
}
.woocommerce .widget_price_filter .ui-slider-range {
  background: #FA9A00 !important;
  height: 5px !important;
}
.woocommerce .widget_price_filter .ui-slider-handle {
  background: #FA9A00 !important;
  width: 20px !important;
  height: 20px !important;
  border: 5px solid #dddddd;
  top: -8px !important;
}

.single-product .attachment-shop_thumbnail .size-shop_thumbnail {
  width: 80px;
}
.single-product .product_title {
  font-size: 22px;
}
.single-product .entry-summary .star-rating {
  margin-top: 10px;
}
.single-product .entry-summary .price {
  margin-bottom: 25px;
}
.single-product .entry-summary .cart {
  margin-top: 25px;
}
.single-product .entry-summary .product_meta span {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0px;
}
.single-product .entry-summary .product_meta span:first-child {
  border-top: 1px solid #eeeeee;
}
.single-product .entry-summary .product_meta span a {
  color: #FA9A00;
}
.single-product .entry-summary .product_meta span a:hover {
  color: #333333;
}
.single-product form.cart .woosw-btn {
  margin-left: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background-color: #eee;
}
.single-product form.cart .woosw-btn:before {
  line-height: 44px;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  width: 20%;
  margin-right: 20px;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
}

.woocommerce .quantity .qty {
  width: 70px;
  height: 44px;
  padding: 10px;
  text-align: left;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #D72C35;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
  margin-bottom: 20px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #FA9A00;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #333333;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 10px 0px;
  margin: 0px -4px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #333333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FA9A00;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  width: 2px;
  height: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  width: 100%;
  height: 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0px 20px;
  border-right: 1px solid #DDDDDD;
  color: #333333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
  border-right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 20px;
}

.related.products {
  overflow: hidden;
}
.related.products h2:first-child {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.related.products h2:first-child:before {
  content: "";
  width: 1200px;
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
}

.woocommerce table.shop_table {
  border: none;
  margin-bottom: 70px;
}
.woocommerce table.shop_table thead {
  background: #FA9A00;
  color: #ffffff;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  border: none;
}
.woocommerce table.shop_table th {
  font-weight: 600;
  padding: 13px 0px;
}
.woocommerce table.shop_table td {
  border-bottom: 1px solid #dddddd;
  padding: 20px 0px;
}
.woocommerce table.shop_table a.remove {
  color: #000 !important;
}
.woocommerce table.shop_table a.remove:hover {
  background: transparent;
  color: #FA9A00 !important;
}
.woocommerce table.shop_table .product-thumbnail img {
  width: 50px;
}
.woocommerce table.shop_table .product-name {
  font-size: 15px;
  font-weight: 600;
}
.woocommerce table.shop_table .product-price .amount, .woocommerce table.shop_table .product-subtotal .amount {
  font-size: 20px;
  font-weight: 600;
  color: #D72C35;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
  width: 150px !important;
  padding: 9px 20px;
}
.woocommerce table.shop_table td.actions .coupon .button {
  background: #333333;
}
.woocommerce table.shop_table td.actions .coupon .button:hover {
  background: #FA9A00;
}

.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 13px 20px;
  color: #ffffff;
}

.woocommerce .cart_totals {
  margin-bottom: 70px;
}
.woocommerce .cart_totals h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.woocommerce .cart_totals .shop_table {
  border-top: 1px solid #dddddd;
}
.woocommerce .cart_totals .shop_table th, .woocommerce .cart_totals .shop_table td {
  padding: 13px 0px;
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
}

table th, table td {
  border: none !important;
  border-bottom: 1px solid #dddddd !important;
  padding: 13px 20px;
}

.woocommerce-info {
  border-top-color: #FA9A00;
}
.woocommerce-info:before {
  color: #FA9A00;
}

.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td {
  padding: 13px 20px;
}

.woocommerce-checkout-payment {
  margin-bottom: 70px;
}

.products .loop-product {
  position: relative;
}
.products .loop-product .woosw-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding-left: 50px;
}

.woosw-btn {
  font-size: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.woosw-btn:before {
  font-family: "Pe-icon-7-stroke";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e642" !important;
  font-weight: 400;
  font-size: 24px;
  margin: 0 !important;
  color: #222;
}
.woosw-btn:hover:before, .woosw-btn.woosw-added:before {
  font-weight: 900;
  color: #FA9A00;
}
.woosw-btn.woosw-adding:before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f110" !important;
  display: inline-block;
  animation: spin 0.5s linear infinite;
}
.woosw-btn:hover {
  background-color: transparent;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
  max-width: 570px;
}

.woosw-list .add_to_cart_div,
.woosw-popup .add_to_cart_div {
  position: static;
  top: auto;
  transform: none;
  text-align: left;
}
.woosw-list .add_to_cart_button,
.woosw-popup .add_to_cart_button {
  transform: none;
}

.woosw-list {
  margin-bottom: 80px;
}

/*--------------------------------------------------------------
# Visual Composer
--------------------------------------------------------------*/
.vc_row[data-vc-full-width] {
  overflow: visible !important;
}

.wpb_wrapper {
  overflow: hidden;
}

.wpb_gallery_slides {
  position: relative;
}

.nivo-controlNav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.tm-accordion .vc_tta-panel-heading {
  border: none !important;
}
.tm-accordion .vc_tta-panel-title {
  position: relative;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 17px;
  font-weight: 600;
}
.tm-accordion .vc_tta-panel-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 0px;
  background: #FA9A00;
}
.tm-accordion .vc_tta-panel-title a {
  color: #333333 !important;
}
.tm-accordion .vc_tta-panel-title > a {
  padding: 20px 0px !important;
}
.tm-accordion .vc_tta-panel.vc_active .vc_tta-panel-title {
  border-bottom: 2px solid #FA9A00;
  padding: 0px 10px;
}
.tm-accordion .vc_tta-panel.vc_active .vc_tta-panel-title:before {
  height: 8px;
}
.tm-accordion .vc_tta-panel-body {
  padding: 22px 0px !important;
}

.nivo-caption {
  display: none !important;
}

.wpb_image_grid .wpb_image_grid_ul {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.wpb_image_grid .wpb_image_grid_ul li {
  width: calc(50% - 1px);
}
.wpb_image_grid .wpb_image_grid_ul img {
  padding: 5px;
  width: 100%;
}
@media (min-width: 20em) {
  .col-xs-1 {
    flex: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .hidden-xs-up {
    display: none !important;
  }
}
@media (min-width: 48em) {
  .container {
    max-width: 64rem;
  }
  .col-sm-1 {
    flex: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-first {
    order: -1;
  }
  .col-sm-last {
    order: 1;
  }
  .row-sm-top {
    align-items: flex-start;
  }
  .row-sm-center {
    align-items: center;
  }
  .row-sm-bottom {
    align-items: flex-end;
  }
  .col-sm-top {
    align-self: flex-start;
  }
  .col-sm-center {
    align-self: center;
  }
  .col-sm-bottom {
    align-self: flex-end;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .hidden-sm-up {
    display: none !important;
  }
  .extra-info {
    padding: 15px 0px;
  }
  .extra-info li {
    display: inline-block;
    margin-right: 20px;
  }
  #last-projects-fullwidth .esg-filters {
    max-width: 640px;
  }
}
@media only screen and (min-width: 768px) {
  .content .entry-content *.alignleft {
    max-width: 33.3333333333vw;
    /*rtl:ignore*/
    margin-right: 2rem;
  }
  .content .entry-content *.alignright {
    max-width: 33.3333333333vw;
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: 2rem;
  }
  .content .entry-content *.aligncenter {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media screen and (min-width: 768px) {
  .content .entry-content *.alignfull {
    left: calc((610px - 100vw) / 2);
  }
}
@media (min-width: 64em) {
  .container {
    max-width: 96rem;
  }
  .col-md-1 {
    flex: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-first {
    order: -1;
  }
  .col-md-last {
    order: 1;
  }
  .row-md-top {
    align-items: flex-start;
  }
  .row-md-center {
    align-items: center;
  }
  .row-md-bottom {
    align-items: flex-end;
  }
  .col-md-top {
    align-self: flex-start;
  }
  .col-md-center {
    align-self: center;
  }
  .col-md-bottom {
    align-self: flex-end;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .hidden-md-up {
    display: none !important;
  }
  .transit-md {
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  .top-menu .menu-item {
    padding: 15px 30px 15px 0;
  }
  .site-top .social-menu {
    position: relative;
    display: inline-block;
  }
  .site-top .social-menu ul {
    position: relative;
    z-index: 2;
  }
  .site-footer .menu li {
    display: inline-block;
    width: 50%;
  }
  .footer-about {
    position: relative;
  }
  .footer-about:before, .footer-about:after {
    content: "";
    position: absolute;
    right: 30px;
    width: 1200px;
    height: 30px;
  }
  .footer-about:before {
    bottom: calc(100% + 50px);
    webkit-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg);
  }
  .footer-about:after {
    top: calc(100% + 45px);
    webkit-transform: skew(-50deg, 0deg);
    transform: skew(-50deg, 0deg);
  }
  .copyright .left:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 1000px;
    content: "";
  }
  .copyright .left:after {
    position: absolute;
    top: 0;
    right: -90px;
    width: 0;
    height: 0;
    border-width: 200px 0 0 90px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    content: "";
  }
  .tm-ourhistory .tm-ourhistory-right {
    padding-left: 50px;
  }
  .tm-ourhistory .tm-ourhistory-right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
    width: 3px;
    height: 100%;
    background: #eeeeee;
  }
  .tm-ourhistory .tm-ourhistory-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 5px solid #eeeeee;
    box-sizing: content-box;
    background: #FA9A00;
  }
  .single-post .comment .children, .page .comment .children {
    margin-left: 100px;
    padding-left: 0;
  }
  .contact2 .big-title {
    margin-bottom: 0;
  }
  #last-projects-fullwidth .esg-filters {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .content .entry-content *.alignwide {
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    left: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .content .entry-content *.alignfull {
    left: calc((930px - 100vw) / 2);
  }
}
@media only screen and (min-width: 1168px) {
  .content .entry-content *.aligncenter {
    max-width: calc(50vw - 28px);
  }
}
@media only screen and (min-width: 1200px) {
  .content .entry-content *.alignwide {
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
    left: -100px;
  }
}
@media (min-width: 80em) {
  .container {
    max-width: 120rem;
  }
  .col-lg-1 {
    flex: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-first {
    order: -1;
  }
  .col-lg-last {
    order: 1;
  }
  .row-lg-top {
    align-items: flex-start;
  }
  .row-lg-center {
    align-items: center;
  }
  .row-lg-bottom {
    align-items: flex-end;
  }
  .col-lg-top {
    align-self: flex-start;
  }
  .col-lg-center {
    align-self: center;
  }
  .col-lg-bottom {
    align-self: flex-end;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .hidden-lg-up {
    display: none !important;
  }
  .snap-drawers {
    display: none;
  }
  .site-branding:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 20px;
    background: #fff;
    bottom: 100%;
    right: 0;
    webkit-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg);
  }
  .site-branding:after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 20px;
    background: #fff;
    top: 100%;
    right: 0;
    webkit-transform: skew(-50deg, 0deg);
    transform: skew(-50deg, 0deg);
  }
  .header03 .site-branding:after {
    display: none;
  }
  .fixed-header .site-branding:before, .fixed-header .site-branding:after {
    height: 0;
  }
  #last-projects-fullwidth .esg-filters {
    max-width: 1170px;
  }
  .padding-x-100-lg {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .content .entry-content *.alignwide {
    width: calc(100% + 400px);
    max-width: calc(100% + 400px);
    left: -200px;
  }
}
@media screen and (min-width: 1280px) {
  .content .entry-content *.alignfull {
    left: calc((1170px - 100vw) / 2);
  }
}
@media (min-width: 120em) {
  .col-xl-1 {
    flex: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-first {
    order: -1;
  }
  .col-xl-last {
    order: 1;
  }
  .row-xl-top {
    align-items: flex-start;
  }
  .row-xl-center {
    align-items: center;
  }
  .row-xl-bottom {
    align-items: flex-end;
  }
  .col-xl-top {
    align-self: flex-start;
  }
  .col-xl-center {
    align-self: center;
  }
  .col-xl-bottom {
    align-self: flex-end;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 119.9em) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (max-width: 79.9em) {
  .hidden-md-down {
    display: none !important;
  }
  .search-box {
    width: 100%;
  }
}
@media (max-width: 63.9em) {
  .hidden-sm-down {
    display: none !important;
  }
  .contact2 .map-contact2 {
    height: 400px !important;
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
@media (max-width: 47.9em) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=main-ltr.css.map */
