/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
}
dl {
  margin-bottom: 20px;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
  padding: 10px 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
@media screen and (min-width: 38.75em) {
  ul,
  ol {
    margin-left: 0;
  }
  li > ul,
  li > ol,
  blockquote > ul,
  blockquote > ol {
    margin-left: 1.3333em;
  }
}
.entry-content,
.entry-summary,
.page-content,
.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
/*--------------------------------------------
Initial Setup
----------------------------------------------*/
a {
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
img,
video,
figure {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
body {
  line-height: 1.6;
}
p {
  margin-bottom: 1.5em;
}
[class*="col-"] {
  width: 100%;
  vertical-align: top;
  padding: 0 15px;
}
.top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.last {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 47.9375rem) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 75rem) {
  .hidden-lg {
    display: none !important;
  }
}
.container {
  max-width: 21.875rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -webkit-flex-basis: 16.667%;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48rem) {
  .container {
    max-width: 46.875rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 62rem) {
  .container {
    max-width: 60.625rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75rem) {
  .container {
    max-width: 73.125rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
/*--------------------------------------------
Combo CSS
----------------------------------------------*/
.clr:before,
.clr:after,
.mini-cart .widget_shopping_cart_content .cart_list li:before,
.mini-cart .widget_shopping_cart_content .cart_list li:after,
.single-post .comment > div:before,
.single-post .comment > div:after,
.page .comment > div:before,
.page .comment > div:after,
.recent-posts__item:before,
.recent-posts__item:after,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:before,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:after {
  content: " ";
  display: table;
}
.clr:after,
.mini-cart .widget_shopping_cart_content .cart_list li:after,
.single-post .comment > div:after,
.page .comment > div:after,
.recent-posts__item:after,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:after {
  clear: both;
}
.icf,
.quote:before,
.quote2:before,
.quote3 .wpb_column:first-child:before,
.projects_btn .projects_btn_left > i:before,
.projects_btn .projects_btn_right > i:before,
.ourservices_btn .ourservices_btn_left > i:before,
.ourservices_btn .ourservices_btn_right > i:before,
.clients_btn .clients_btn_left > i:before,
.clients_btn .clients_btn_right > i:before,
#home-blog .eg-home-blog-element-31:before,
.page .eg-home-blog-element-31:before,
#blog-archive .eg-home-blog-element-31:before,
#home-blog .eg-home-blog-element-32:before,
.page .eg-home-blog-element-32:before,
#blog-archive .eg-home-blog-element-32:before,
#blog-archive .eg-blog-archive-element-31:before,
#blog-archive-2c .eg-blog-archive-element-31:before,
#blog-archive .eg-blog-archive-element-32:before,
#blog-archive-2c .eg-blog-archive-element-32:before,
.site-footer .menu li a:before,
.social-menu .menu li a:before,
.top-area .top-menu .menu li:hover > .sub-menu li.menu-item-has-children:after,
.top-area .top-menu .menu li:hover > .children li.menu-item-has-children:after,
.top-area .top-menu .menu li:hover > .sub-menu li.page_item_has_children:after,
.top-area .top-menu .menu li:hover > .children li.page_item_has_children:after,
#site-navigation .menu li:hover > .sub-menu li.menu-item-has-children:after,
#site-navigation .menu li:hover > .children li.menu-item-has-children:after,
#site-navigation .menu li:hover > .sub-menu li.page_item_has_children:after,
#site-navigation .menu li:hover > .children li.page_item_has_children:after,
#site-navigation .menu > li.menu-item-has-children > a:after,
#site-navigation .menu > ul > li.page_item_has_children > a:after,
.sidebar .thememove-recent-posts-list:hover > .thememove-recent-posts-thumb:before,
.wpb_widgetised_column .thememove-recent-posts-list:hover > .thememove-recent-posts-thumb:before,
.sidebar .better-menu-widget ul li.menu-item-has-children:after,
.wpb_widgetised_column .better-menu-widget ul li.menu-item-has-children:after,
.mini-cart .mini-cart__button .mini-cart-icon:before,
.aboutus_list ul li:before,
.our_history_tab .vc_tta-tabs-container li:before,
.single-post .single-post-nav .prev-post .prev-post-text:before,
.single-post .single-post-nav .next-post .next-post-text:after,
ul.style1 li:before,
.tm_bread_crumb li a:after,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before,
.thememove_testimonials blockquote:before,
.top-search form:before,
.prev-project a:before,
.next-project a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tran,
a,
.home_whatweare .home_whatweare_btn > button,
.home_whatweare a,
.projects_btn .projects_btn_left,
.projects_btn .projects_btn_right,
.ourservices_btn .ourservices_btn_left,
.ourservices_btn .ourservices_btn_right,
.clients_btn .clients_btn_left,
.clients_btn .clients_btn_right,
.home_whatweare .consulting p img,
.home_news .home_news_btn button,
.home_news .home_news_btn a,
.search-box i,
.search-box i:before,
.search-box i:after,
.search-box input[type="search"],
.search-box .search-form,
.header01 #site-navigation,
.header07 #site-navigation,
.header08 #site-navigation,
.header11 #site-navigation,
.header12 #site-navigation,
.site-footer .menu li,
#site-navigation .menu > ul > li,
#site-navigation .menu > li,
.sidebar .thememove-recent-posts-list .thememove-recent-posts-thumb img,
.wpb_widgetised_column .thememove-recent-posts-list .thememove-recent-posts-thumb img,
.sidebar .better-menu-widget ul li,
.wpb_widgetised_column .better-menu-widget ul li,
.sidebar .better-menu-widget ul li ul.sub-menu,
.wpb_widgetised_column .better-menu-widget ul li ul.sub-menu,
.sidebar .better-menu-widget ul li ul.sub-menu li a,
.wpb_widgetised_column .better-menu-widget ul li ul.sub-menu li a,
.sidebar .better-menu-widget ul li:hover ul.sub-menu,
.wpb_widgetised_column .better-menu-widget ul li:hover ul.sub-menu,
.sidebar .better-menu-widget ul li.current-menu-item ul.sub-menu,
.wpb_widgetised_column .better-menu-widget ul li.current-menu-item ul.sub-menu,
.sidebar .better-menu-widget ul li.current-menu-parent ul.sub-menu,
.wpb_widgetised_column .better-menu-widget ul li.current-menu-parent ul.sub-menu,
.mini-cart .mini-cart__button,
.mini-cart .mini-cart__button .mini-cart-icon,
.services-consultation .consulting p img,
input,
select,
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.recent-posts__item .recent-posts__thumb:before,
.recent-posts__item .recent-posts__thumb:after,
.recent-posts__item .recent-posts__thumb a:before,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before,
.popup-menu,
.popup-menu-inner,
#our-projects .esg-filter-wrapper .esg-filterbutton,
#home-our-projects .esg-filter-wrapper .esg-filterbutton {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*--------------------------------------------------------------
Common
--------------------------------------------------------------*/
.boxed {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.site {
  background-color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.gray {
  color: #858585;
}
.row:before,
.container:before,
.row:after,
.container:after {
  display: none !important;
}
.services1 > .vc_col-sm-6 {
  margin-bottom: 20px;
}
.services1 > .vc_col-sm-6 > .wpb_wrapper {
  position: relative;
}
.services1 > .vc_col-sm-6 > .wpb_wrapper:before {
  content: '';
  display: block !important;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  position: absolute;
  border: 1px solid #dddddd;
}
.services2 .wpb_column {
  position: relative;
  z-index: 1;
}
.services2:before {
  content: '' !important;
  display: block !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: .9;
}
.latest {
  position: relative;
}
.latest:before {
  content: '' !important;
  display: block !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: .9;
}
.request .wpb_column:nth-child(2) .wpb_wrapper:after {
  content: '';
  position: absolute;
  right: -800px;
  width: 800px;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: .95;
}
.request .wpb_column:nth-child(2):before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 300px 700px 0;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  left: -300px;
  opacity: .95;
}
.request .wpb_column:nth-child(2):after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: .95;
}
.get-quote {
  overflow: hidden;
}
.get-quote .wpb_column:nth-child(1) .wpb_wrapper {
  position: relative;
  z-index: 1;
}
.home__about-us .wpb_column:nth-child(1) .wpb_wrapper:after {
  content: '';
  position: absolute;
  left: -800px;
  width: 800px;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: .95;
}
.home__about-us .wpb_column:nth-child(1):after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: .95;
}
.home__about-us-2 .wpb_column:nth-child(1) .wpb_wrapper:after {
  content: '';
  position: absolute;
  left: -800px;
  width: 800px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
}
.home__about-us-2 .wpb_column:nth-child(1):after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: 25px;
  z-index: -1;
  background-color: #fff;
}
.quote:before {
  content: "\f10d" !important;
  font-size: 30px;
  position: absolute;
  bottom: 40px;
  right: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #999;
}
.quote2,
.quote3 .wpb_column:first-child {
  position: relative;
}
.quote2:before,
.quote3 .wpb_column:first-child:before {
  content: "\f10d" !important;
  font-size: 30px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  color: #999;
}
.quote2:after,
.quote3 .wpb_column:first-child:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 30px 0 0;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: 60px;
}
.quote3 .vc_custom_heading h2 {
  font-weight: normal;
}
.quote3 .vc_custom_heading.style3:before {
  margin-top: -11px;
}
.quote3 .vc_custom_heading.style3 h2 {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}
.quote3 .sub {
  font-style: italic;
}
.pricing.style1 .wpb_column:nth-child(1),
.pricing.style1 .wpb_column:nth-child(3) {
  margin-top: 50px;
}
.pricing.style1 .wpb_column > .wpb_wrapper {
  border: 1px solid #dddddd;
  text-align: center;
  padding-bottom: 40px;
}
.pricing.style1 .wpb_column:nth-child(2) .vc_custom_heading:nth-child(1) {
  padding-top: 70px;
}
.pricing.style1 .wpb_column:nth-child(2) .vc_custom_heading:nth-child(3) {
  padding-bottom: 80px;
}
.pricing.style1 .wpb_text_column {
  text-align: center;
}
.pricing.style1 .wpb_text_column li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  color: #868686;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.pricing.style1 .wpb_text_column li:before {
  display: none;
}
.pricing.style1 .wpb_text_column ul li:last-child {
  border: none;
}
.pricing.style1 .wpb_wrapper .vc_custom_heading:nth-child(1) {
  padding-top: 30px;
}
.pricing.style1 .wpb_wrapper .vc_custom_heading:nth-child(3) {
  padding-bottom: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 30%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 30%);
}
.pricing.style1 .wpb_wrapper > div:first-child h4 {
  font-weight: normal;
  letter-spacing: .4em;
}
.pricing.style2 .wpb_wrapper {
  background-color: #EEEEEE;
}
@media (min-width: 62rem) {
  .get-quote .wpb_column:nth-child(1):before {
    content: '';
    background-color: #aaaaaa;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    left: -900px;
  }
  .get-quote .wpb_column:nth-child(1):after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 230px 0 0 100px;
    border-color: transparent transparent transparent #aaaaaa;
    position: absolute;
    top: 0;
    right: -100px;
  }
  .get-quote .btn {
    margin-top: 50px;
  }
  .home__about-us .wpb_column:nth-child(1):before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 600px 0 0 300px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    right: -300px;
    opacity: .95;
  }
  .home__about-us-2 .wpb_column:nth-child(1):before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 600px 0 0 300px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: -275px;
  }
}
@media (min-width: 75rem) {
  .services1 .vc_inner {
    overflow: hidden;
  }
  .services1 .vc_inner:hover .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
    color: #FFFFFF;
  }
  .services1 .vc_inner .vc_col-sm-9 .wpb_wrapper {
    padding-left: 30px;
  }
  .services1 .vc_inner .vc_col-sm-3 {
    position: relative;
  }
  .services1 .vc_inner .vc_col-sm-3 .wpb_wrapper {
    padding: 30px 0 30px 20px;
    text-align: center;
    background-color: #EEEEEE;
  }
  .services1 .vc_inner .vc_col-sm-3 .wpb_wrapper:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 0 0 50px;
    border-color: transparent transparent transparent #EEEEEE;
    position: absolute;
    top: 0;
    right: -35px;
  }
}
@media (max-width: 74.9375rem) {
  .services1 .vc_custom_heading p,
  .services1 .vc_custom_heading h3 {
    text-align: center !important;
  }
}
/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/
.wpb_revslider_element .yellow {
  color: #F3B800 !important;
}
.wpb_revslider_element .bold {
  font-weight: 700 !important;
}
.wpb_revslider_element .trans_btn:hover {
  background: none !important;
  background-color: transparent !important;
}
.home_whatweare .home_whatweare_btn > button,
.home_whatweare a {
  background: none !important;
  padding: 4px 0 !important;
  border: none !important;
  border-bottom: 1px solid #002E66 !important;
  color: #002E66 !important;
  font-size: 13px !important;
  font-weight: normal !important;
  font-family: Roboto !important;
}
.home_whatweare .home_whatweare_btn > button:hover,
.home_whatweare a:hover {
  border-bottom: 1px solid #999999 !important;
  color: #999999 !important;
}
.projects_btn {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.projects_btn p {
  font-size: 26px;
  color: #111;
  padding: 0 !important;
  margin: 0 !important;
}
.projects_btn .projects_btn_left,
.projects_btn .projects_btn_right {
  position: absolute;
  margin: 0 4px 0 0 !important;
  padding: 8px 10px;
  background: #FFFFFF;
  color: #AEAEAE;
  display: inline-block;
  cursor: pointer;
}
.projects_btn .projects_btn_left:hover,
.projects_btn .projects_btn_right:hover {
  background: #002F66;
  color: #FFFFFF;
}
.projects_btn .projects_btn_left {
  top: 0;
  right: 50px;
}
.projects_btn .projects_btn_left > i:before {
  content: "\f104" !important;
}
.projects_btn .projects_btn_right {
  top: 0;
  right: 0;
}
.projects_btn .projects_btn_right > i:before {
  content: "\f105" !important;
}
.ourservices_btn .ourservices_btn_left,
.ourservices_btn .ourservices_btn_right {
  margin: 0 4px 0 0 !important;
  padding: 8px 10px;
  background: #EEEEEE;
  color: #AEAEAE;
  display: inline-block;
  cursor: pointer;
}
.ourservices_btn .ourservices_btn_left:hover,
.ourservices_btn .ourservices_btn_right:hover {
  background: #002F66;
  color: #FFFFFF;
}
.ourservices_btn .ourservices_btn_left > i:before {
  content: "\f104" !important;
}
.ourservices_btn .ourservices_btn_right > i:before {
  content: "\f105" !important;
}
.clients_btn {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.clients_btn p {
  font-size: 26px;
  color: #111;
  padding: 0 !important;
  margin: 0 !important;
}
.clients_btn .clients_btn_left,
.clients_btn .clients_btn_right {
  position: absolute;
  margin: 0 4px 0 0 !important;
  padding: 8px 10px;
  background: #EEEEEE;
  color: #AEAEAE;
  display: inline-block;
  cursor: pointer;
}
.clients_btn .clients_btn_left:hover,
.clients_btn .clients_btn_right:hover {
  background: #002F66;
  color: #FFFFFF;
}
.clients_btn .clients_btn_left {
  top: 0;
  right: 50px;
}
.clients_btn .clients_btn_left > i:before {
  content: "\f104" !important;
}
.clients_btn .clients_btn_right {
  top: 0;
  right: 0;
}
.clients_btn .clients_btn_right > i:before {
  content: "\f105" !important;
}
.home_whatweare h3 {
  margin-bottom: 1.3em;
  font-weight: bold;
}
.home_whatweare p {
  margin-bottom: 1.2em !important;
}
.home_whatweare .home_consulting {
  margin-bottom: 10px;
}
.home_whatweare .consulting {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.home_whatweare .consulting p {
  margin-bottom: 0 !important;
}
.home_whatweare .consulting:hover img {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.home_whatweare .consulting .info:before {
  background: #000000;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.7;
}
.home_whatweare .consulting .info div {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}
.home_whatweare .consulting .info div h4 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}
.home_whatweare .consulting .info div h5 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.home_whatweare .consulting .info div a {
  padding: 4px 0 !important;
  font-weight: 400;
  color: #FFFFFF !important;
  letter-spacing: 1px;
  font-size: 12px !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid #fff !important;
  outline: none !important;
}
.home_whatweare .consulting .info div a:hover {
  color: #999999 !important;
  border-bottom: 1px solid #999999 !important;
}
.home_news .home_news_btn button,
.home_news .home_news_btn a {
  font-size: 14px !important;
  color: #002D68 !important;
  border: 1px solid #002D68 !important;
  background: none !important;
  padding: 11px 15px !important;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.home_news .home_news_btn button:hover,
.home_news .home_news_btn a:hover {
  background: #002D68 !important;
  color: #fff !important;
}
#home-blog .eg-home-blog-element-31:before,
.page .eg-home-blog-element-31:before,
#blog-archive .eg-home-blog-element-31:before {
  content: '\f017';
  margin-right: 8px;
}
#home-blog .eg-home-blog-element-32:before,
.page .eg-home-blog-element-32:before,
#blog-archive .eg-home-blog-element-32:before {
  content: '\f086';
  margin-right: 8px;
}
#home-blog .eg-home-blog-element-32:after,
.page .eg-home-blog-element-32:after,
#blog-archive .eg-home-blog-element-32:after {
  content: ' Comment';
}
#blog-archive .eg-blog-archive-element-31:before,
#blog-archive-2c .eg-blog-archive-element-31:before {
  content: '\f017';
  margin-right: 8px;
}
#blog-archive .eg-blog-archive-element-32:before,
#blog-archive-2c .eg-blog-archive-element-32:before {
  content: '\f086';
  margin-right: 8px;
}
#blog-archive .eg-blog-archive-element-32:after,
#blog-archive-2c .eg-blog-archive-element-32:after {
  content: ' Comment';
}
.home_quote_btn button,
.home_quote_btn a {
  color: #003164 !important;
  background: #fff !important;
  font-size: 15px !important;
  border: 1px solid #fff !important;
  padding: 12px 15px !important;
  font-family: Roboto !important;
}
.home_quote_btn button:hover,
.home_quote_btn a:hover {
  background: none !important;
  color: #fff !important;
}
@media screen and (max-width: 74.9375rem) {
  .home_quote_txt > div {
    text-align: center !important;
  }
  .home_quote_btn,
  .ourservices_btn {
    text-align: center !important;
    margin-top: 20px;
  }
  #home_our_projects {
    background-image: none !important;
  }
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-top {
  width: 100%;
  position: relative;
}
.site-branding {
  position: relative;
  z-index: 1;
  padding: 20px 15px;
}
.extra-info > div {
  padding: 0px 15px;
  text-align: left;
}
.extra-info i {
  display: inline-block;
  font-size: 30px;
  float: left;
}
.extra-info span {
  font-weight: 600;
  color: #777;
}
.extra-info h3 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: normal;
}
.search-box {
  position: relative;
  z-index: 9999;
}
.search-box i {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 20px;
  width: 20px;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.search-box i:before,
.search-box i:after {
  position: absolute;
}
.search-box i:before {
  top: 0;
  left: 0;
}
.search-box i:after {
  content: '\f00d';
  top: 100%;
  left: 0;
}
.search-box label span,
.search-box input[type="submit"] {
  display: none;
}
.search-box input[type="search"] {
  width: 100%;
  z-index: 99;
  border: none;
  padding: 10px;
  background-color: #fff;
  border-top: 3px solid transparent;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.search-box .search-form {
  position: absolute;
  right: 0px;
  top: 100%;
  width: 300px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.search-box .search-form:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.search-box .search-form.open {
  opacity: 1;
  visibility: visible;
}
.search-box .search-form.open + i:before {
  top: -100%;
}
.search-box .search-form.open + i:after {
  top: 0;
}
@media (min-width: 48rem) {
  body {
    color: #000;
  }
}
@media (min-width: 62rem) {
  .site-top .social-menu {
    display: inline-block;
    position: relative;
  }
  .site-top .social-menu ul {
    position: relative;
    z-index: 2;
  }
}
/*--------------------------------------------------------------
Header 01, 07, 08, 12
--------------------------------------------------------------*/
.header01 #site-navigation .menu,
.header07 #site-navigation .menu,
.header08 #site-navigation .menu,
.header11 #site-navigation .menu,
.header12 #site-navigation .menu {
  text-align: right;
}
.header01 #site-navigation .menu > ul > li a,
.header07 #site-navigation .menu > ul > li a,
.header08 #site-navigation .menu > ul > li a,
.header11 #site-navigation .menu > ul > li a,
.header12 #site-navigation .menu > ul > li a,
.header01 #site-navigation .menu > li a,
.header07 #site-navigation .menu > li a,
.header08 #site-navigation .menu > li a,
.header11 #site-navigation .menu > li a,
.header12 #site-navigation .menu > li a {
  padding: 45px 0;
  display: inline-block;
}
.header01 #site-navigation .menu > ul > li:hover:after,
.header07 #site-navigation .menu > ul > li:hover:after,
.header08 #site-navigation .menu > ul > li:hover:after,
.header11 #site-navigation .menu > ul > li:hover:after,
.header12 #site-navigation .menu > ul > li:hover:after,
.header01 #site-navigation .menu > li:hover:after,
.header07 #site-navigation .menu > li:hover:after,
.header08 #site-navigation .menu > li:hover:after,
.header11 #site-navigation .menu > li:hover:after,
.header12 #site-navigation .menu > li:hover:after,
.header01 #site-navigation .menu > ul > li.current-menu-item:after,
.header07 #site-navigation .menu > ul > li.current-menu-item:after,
.header08 #site-navigation .menu > ul > li.current-menu-item:after,
.header11 #site-navigation .menu > ul > li.current-menu-item:after,
.header12 #site-navigation .menu > ul > li.current-menu-item:after,
.header01 #site-navigation .menu > li.current-menu-item:after,
.header07 #site-navigation .menu > li.current-menu-item:after,
.header08 #site-navigation .menu > li.current-menu-item:after,
.header11 #site-navigation .menu > li.current-menu-item:after,
.header12 #site-navigation .menu > li.current-menu-item:after {
  width: 100%;
  opacity: 1;
}
.header01 #site-navigation .menu > ul > li:after,
.header07 #site-navigation .menu > ul > li:after,
.header08 #site-navigation .menu > ul > li:after,
.header11 #site-navigation .menu > ul > li:after,
.header12 #site-navigation .menu > ul > li:after,
.header01 #site-navigation .menu > li:after,
.header07 #site-navigation .menu > li:after,
.header08 #site-navigation .menu > li:after,
.header11 #site-navigation .menu > li:after,
.header12 #site-navigation .menu > li:after {
  content: '';
  position: absolute;
  background: #868686;
  width: 0;
  height: 1px;
  bottom: 40px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header01 .nav-left,
.header07 .nav-left,
.header08 .nav-left,
.header11 .nav-left,
.header12 .nav-left {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header01 .nav-right,
.header07 .nav-right,
.header08 .nav-right,
.header11 .nav-right,
.header12 .nav-right {
  text-align: right;
  padding-left: 0 !important;
}
.header01 .mini-cart,
.header07 .mini-cart,
.header08 .mini-cart,
.header11 .mini-cart,
.header12 .mini-cart {
  padding: 0;
  display: inline-block;
  margin: 0;
}
.header01 .search-box,
.header07 .search-box,
.header08 .search-box,
.header11 .search-box,
.header12 .search-box {
  display: inline-block;
  margin: 0 0 0 20px;
  color: #868686 !important;
}
.header01 .search-box i:before,
.header07 .search-box i:before,
.header08 .search-box i:before,
.header11 .search-box i:before,
.header12 .search-box i:before {
  left: 1px !important;
}
.header01 .search-box i:after,
.header07 .search-box i:after,
.header08 .search-box i:after,
.header11 .search-box i:after,
.header12 .search-box i:after {
  left: 1px !important;
}
.header01 .home_quote .home_quote_txt h1,
.header07 .home_quote .home_quote_txt h1,
.header08 .home_quote .home_quote_txt h1,
.header11 .home_quote .home_quote_txt h1,
.header12 .home_quote .home_quote_txt h1,
.header01 .home_quote .home_quote_txt h2,
.header07 .home_quote .home_quote_txt h2,
.header08 .home_quote .home_quote_txt h2,
.header11 .home_quote .home_quote_txt h2,
.header12 .home_quote .home_quote_txt h2,
.header01 .home_quote .home_quote_txt h3,
.header07 .home_quote .home_quote_txt h3,
.header08 .home_quote .home_quote_txt h3,
.header11 .home_quote .home_quote_txt h3,
.header12 .home_quote .home_quote_txt h3,
.header01 .home_quote .home_quote_txt h4,
.header07 .home_quote .home_quote_txt h4,
.header08 .home_quote .home_quote_txt h4,
.header11 .home_quote .home_quote_txt h4,
.header12 .home_quote .home_quote_txt h4,
.header01 .home_quote .home_quote_txt h5,
.header07 .home_quote .home_quote_txt h5,
.header08 .home_quote .home_quote_txt h5,
.header11 .home_quote .home_quote_txt h5,
.header12 .home_quote .home_quote_txt h5,
.header01 .home_quote .home_quote_txt h6,
.header07 .home_quote .home_quote_txt h6,
.header08 .home_quote .home_quote_txt h6,
.header11 .home_quote .home_quote_txt h6,
.header12 .home_quote .home_quote_txt h6 {
  font-size: 24px !important;
  font-weight: normal !important;
}
.header01 .home_quote .home_quote_btn button,
.header07 .home_quote .home_quote_btn button,
.header08 .home_quote .home_quote_btn button,
.header11 .home_quote .home_quote_btn button,
.header12 .home_quote .home_quote_btn button {
  color: #003164;
}
.header12 .site-header {
  border-bottom: 1px solid #DDDDDD;
  background: #ffffff;
}
.header12 .main-navigation {
  background: #ffffff;
}
@media (min-width: 62rem) {
  .header01 .site-branding img,
  .header07 .site-branding img,
  .header08 .site-branding img,
  .header11 .site-branding img,
  .header12 .site-branding img {
    position: relative;
    z-index: 1;
    max-width: none;
  }
  .header01 .extra-info > div,
  .header07 .extra-info > div,
  .header08 .extra-info > div,
  .header11 .extra-info > div,
  .header12 .extra-info > div {
    padding: 35px 15px 0;
  }
  .header01 .top-menu .menu-item,
  .header07 .top-menu .menu-item,
  .header08 .top-menu .menu-item,
  .header11 .top-menu .menu-item {
    padding: 10px 0 10px 20px;
  }
}
@media (min-width: 75rem) {
  .header01 #site-navigation.headroom--not-top,
  .header07 #site-navigation.headroom--not-top,
  .header08 #site-navigation.headroom--not-top,
  .header11 #site-navigation.headroom--not-top,
  .header12 #site-navigation.headroom--not-top {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
  }
  .header01 #site-navigation.headroom--not-top .menu > li:after,
  .header07 #site-navigation.headroom--not-top .menu > li:after,
  .header08 #site-navigation.headroom--not-top .menu > li:after,
  .header11 #site-navigation.headroom--not-top .menu > li:after,
  .header12 #site-navigation.headroom--not-top .menu > li:after {
    bottom: 30px !important;
  }
  .header01 #site-navigation.headroom--not-top .menu > li > a,
  .header07 #site-navigation.headroom--not-top .menu > li > a,
  .header08 #site-navigation.headroom--not-top .menu > li > a,
  .header11 #site-navigation.headroom--not-top .menu > li > a,
  .header12 #site-navigation.headroom--not-top .menu > li > a {
    padding: 35px 0 !important;
  }
  .header01 #site-navigation.headroom--not-top .site-branding,
  .header07 #site-navigation.headroom--not-top .site-branding,
  .header08 #site-navigation.headroom--not-top .site-branding,
  .header11 #site-navigation.headroom--not-top .site-branding,
  .header12 #site-navigation.headroom--not-top .site-branding {
    padding: 20px 0 20px 15px;
  }
}
/*--------------------------------------------------------------
Header 02, 04, 05, 06, 09
--------------------------------------------------------------*/
.header02 #site-navigation .menu,
.header04 #site-navigation .menu,
.header05 #site-navigation .menu,
.header06 #site-navigation .menu,
.header09 #site-navigation .menu {
  text-align: left;
}
.header02 #site-navigation .menu > ul > li,
.header04 #site-navigation .menu > ul > li,
.header05 #site-navigation .menu > ul > li,
.header06 #site-navigation .menu > ul > li,
.header09 #site-navigation .menu > ul > li,
.header02 #site-navigation .menu > li,
.header04 #site-navigation .menu > li,
.header05 #site-navigation .menu > li,
.header06 #site-navigation .menu > li,
.header09 #site-navigation .menu > li {
  float: left;
}
.header02 #site-navigation .menu > ul > li a,
.header04 #site-navigation .menu > ul > li a,
.header05 #site-navigation .menu > ul > li a,
.header06 #site-navigation .menu > ul > li a,
.header09 #site-navigation .menu > ul > li a,
.header02 #site-navigation .menu > li a,
.header04 #site-navigation .menu > li a,
.header05 #site-navigation .menu > li a,
.header06 #site-navigation .menu > li a,
.header09 #site-navigation .menu > li a {
  padding: 25px 0;
  display: inline-block;
}
.header02 #site-navigation .menu > ul > li:hover:after,
.header04 #site-navigation .menu > ul > li:hover:after,
.header05 #site-navigation .menu > ul > li:hover:after,
.header06 #site-navigation .menu > ul > li:hover:after,
.header09 #site-navigation .menu > ul > li:hover:after,
.header02 #site-navigation .menu > li:hover:after,
.header04 #site-navigation .menu > li:hover:after,
.header05 #site-navigation .menu > li:hover:after,
.header06 #site-navigation .menu > li:hover:after,
.header09 #site-navigation .menu > li:hover:after,
.header02 #site-navigation .menu > ul > li.current-menu-item:after,
.header04 #site-navigation .menu > ul > li.current-menu-item:after,
.header05 #site-navigation .menu > ul > li.current-menu-item:after,
.header06 #site-navigation .menu > ul > li.current-menu-item:after,
.header09 #site-navigation .menu > ul > li.current-menu-item:after,
.header02 #site-navigation .menu > li.current-menu-item:after,
.header04 #site-navigation .menu > li.current-menu-item:after,
.header05 #site-navigation .menu > li.current-menu-item:after,
.header06 #site-navigation .menu > li.current-menu-item:after,
.header09 #site-navigation .menu > li.current-menu-item:after {
  width: 100%;
  opacity: 1;
}
.header02 #site-navigation .menu > ul > li:after,
.header04 #site-navigation .menu > ul > li:after,
.header05 #site-navigation .menu > ul > li:after,
.header06 #site-navigation .menu > ul > li:after,
.header09 #site-navigation .menu > ul > li:after,
.header02 #site-navigation .menu > li:after,
.header04 #site-navigation .menu > li:after,
.header05 #site-navigation .menu > li:after,
.header06 #site-navigation .menu > li:after,
.header09 #site-navigation .menu > li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 18px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header02 .mini-cart,
.header04 .mini-cart,
.header05 .mini-cart,
.header06 .mini-cart,
.header09 .mini-cart {
  padding: 0;
  color: #ccc !important;
  display: inline-block;
  margin: 0;
}
.header02 .nav-left,
.header04 .nav-left,
.header05 .nav-left,
.header06 .nav-left,
.header09 .nav-left {
  padding-left: 15px !important;
  padding-right: 0 !important;
}
.header02 .nav-right,
.header04 .nav-right,
.header05 .nav-right,
.header06 .nav-right,
.header09 .nav-right {
  text-align: right;
  padding-left: 0 !important;
}
.header02 .search-box,
.header04 .search-box,
.header05 .search-box,
.header06 .search-box,
.header09 .search-box {
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
}
.header02 .search-box i:before,
.header04 .search-box i:before,
.header05 .search-box i:before,
.header06 .search-box i:before,
.header09 .search-box i:before {
  left: 1px !important;
}
.header02 .search-box i:after,
.header04 .search-box i:after,
.header05 .search-box i:after,
.header06 .search-box i:after,
.header09 .search-box i:after {
  left: 1px !important;
}
.header02 .home_quote .home_quote_txt h1,
.header04 .home_quote .home_quote_txt h1,
.header05 .home_quote .home_quote_txt h1,
.header06 .home_quote .home_quote_txt h1,
.header09 .home_quote .home_quote_txt h1,
.header02 .home_quote .home_quote_txt h2,
.header04 .home_quote .home_quote_txt h2,
.header05 .home_quote .home_quote_txt h2,
.header06 .home_quote .home_quote_txt h2,
.header09 .home_quote .home_quote_txt h2,
.header02 .home_quote .home_quote_txt h3,
.header04 .home_quote .home_quote_txt h3,
.header05 .home_quote .home_quote_txt h3,
.header06 .home_quote .home_quote_txt h3,
.header09 .home_quote .home_quote_txt h3,
.header02 .home_quote .home_quote_txt h4,
.header04 .home_quote .home_quote_txt h4,
.header05 .home_quote .home_quote_txt h4,
.header06 .home_quote .home_quote_txt h4,
.header09 .home_quote .home_quote_txt h4,
.header02 .home_quote .home_quote_txt h5,
.header04 .home_quote .home_quote_txt h5,
.header05 .home_quote .home_quote_txt h5,
.header06 .home_quote .home_quote_txt h5,
.header09 .home_quote .home_quote_txt h5,
.header02 .home_quote .home_quote_txt h6,
.header04 .home_quote .home_quote_txt h6,
.header05 .home_quote .home_quote_txt h6,
.header06 .home_quote .home_quote_txt h6,
.header09 .home_quote .home_quote_txt h6 {
  font-size: 24px !important;
  font-weight: normal !important;
}
.header02 .home_quote .home_quote_btn button,
.header04 .home_quote .home_quote_btn button,
.header05 .home_quote .home_quote_btn button,
.header06 .home_quote .home_quote_btn button,
.header09 .home_quote .home_quote_btn button {
  color: #003164;
}
.header04 .site-logo,
.header09 .site-logo {
  border-bottom: 1px solid #DDDDDD;
}
.header05 .site-top,
.header06 .site-top {
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 62rem) {
  .header02 .site-branding img,
  .header04 .site-branding img,
  .header05 .site-branding img,
  .header06 .site-branding img,
  .header09 .site-branding img {
    position: relative;
    z-index: 1;
    max-width: none;
  }
  .header02 .extra-info > div,
  .header04 .extra-info > div,
  .header05 .extra-info > div,
  .header06 .extra-info > div,
  .header09 .extra-info > div {
    padding: 0px 15px 0;
  }
  .header02 .extra-info i,
  .header04 .extra-info i,
  .header05 .extra-info i,
  .header06 .extra-info i,
  .header09 .extra-info i {
    color: #002F66 !important;
    margin-top: 6px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
  }
  .header02 .extra-info span,
  .header04 .extra-info span,
  .header05 .extra-info span,
  .header06 .extra-info span,
  .header09 .extra-info span {
    font-weight: normal;
    color: #888888;
    font-size: 14px;
  }
  .header02 .extra-info h3,
  .header04 .extra-info h3,
  .header05 .extra-info h3,
  .header06 .extra-info h3,
  .header09 .extra-info h3 {
    font-size: 20px;
    color: #002F66;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: normal;
  }
  .header02 .top-menu .menu-item,
  .header04 .top-menu .menu-item,
  .header05 .top-menu .menu-item,
  .header06 .top-menu .menu-item,
  .header09 .top-menu .menu-item {
    padding: 10px 0 10px 20px;
  }
}
@media (min-width: 75rem) {
  .header02 #site-navigation.headroom--not-top,
  .header04 #site-navigation.headroom--not-top,
  .header05 #site-navigation.headroom--not-top,
  .header06 #site-navigation.headroom--not-top,
  .header09 #site-navigation.headroom--not-top {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
  }
  .header02 #site-navigation.headroom--not-top .menu > li:after,
  .header04 #site-navigation.headroom--not-top .menu > li:after,
  .header05 #site-navigation.headroom--not-top .menu > li:after,
  .header06 #site-navigation.headroom--not-top .menu > li:after,
  .header09 #site-navigation.headroom--not-top .menu > li:after {
    bottom: 30px !important;
  }
  .header02 #site-navigation.headroom--not-top .menu > li > a,
  .header04 #site-navigation.headroom--not-top .menu > li > a,
  .header05 #site-navigation.headroom--not-top .menu > li > a,
  .header06 #site-navigation.headroom--not-top .menu > li > a,
  .header09 #site-navigation.headroom--not-top .menu > li > a {
    padding: 35px 0 !important;
  }
}
/*--------------------------------------------------------------
Header 03, 10
--------------------------------------------------------------*/
.header03 #site-navigation,
.header10 #site-navigation {
  box-shadow: none;
  background-color: #002F66;
  border-bottom: none;
}
.header03 #site-navigation #open-left,
.header10 #site-navigation #open-left,
.header03 #site-navigation .search-btn,
.header10 #site-navigation .search-btn {
  color: #ffffff;
}
.header03 #site-navigation .menu,
.header10 #site-navigation .menu {
  text-align: right;
}
.header03 #site-navigation .menu > ul > li a,
.header10 #site-navigation .menu > ul > li a,
.header03 #site-navigation .menu > li a,
.header10 #site-navigation .menu > li a {
  padding: 45px 0;
  display: inline-block;
}
.header03 #site-navigation .menu > ul > li:hover:after,
.header10 #site-navigation .menu > ul > li:hover:after,
.header03 #site-navigation .menu > li:hover:after,
.header10 #site-navigation .menu > li:hover:after,
.header03 #site-navigation .menu > ul > li.current-menu-item:after,
.header10 #site-navigation .menu > ul > li.current-menu-item:after,
.header03 #site-navigation .menu > li.current-menu-item:after,
.header10 #site-navigation .menu > li.current-menu-item:after {
  width: 100%;
  opacity: 1;
}
.header03 #site-navigation .menu > ul > li:after,
.header10 #site-navigation .menu > ul > li:after,
.header03 #site-navigation .menu > li:after,
.header10 #site-navigation .menu > li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 40px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header03 .nav-left,
.header10 .nav-left {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header03 .nav-right,
.header10 .nav-right {
  text-align: right;
  padding-left: 0 !important;
}
.header03 .mini-cart,
.header10 .mini-cart {
  padding: 0;
  color: #ccc !important;
  display: inline-block;
  margin: 0;
}
.header03 .search-box,
.header10 .search-box {
  display: inline-block;
  margin: 0 0 0 20px;
}
.header03 .search-box i:before,
.header10 .search-box i:before {
  left: 1px !important;
}
.header03 .search-box i:after,
.header10 .search-box i:after {
  left: 1px !important;
}
.header03 .home_quote .home_quote_txt h1,
.header10 .home_quote .home_quote_txt h1,
.header03 .home_quote .home_quote_txt h2,
.header10 .home_quote .home_quote_txt h2,
.header03 .home_quote .home_quote_txt h3,
.header10 .home_quote .home_quote_txt h3,
.header03 .home_quote .home_quote_txt h4,
.header10 .home_quote .home_quote_txt h4,
.header03 .home_quote .home_quote_txt h5,
.header10 .home_quote .home_quote_txt h5,
.header03 .home_quote .home_quote_txt h6,
.header10 .home_quote .home_quote_txt h6 {
  font-size: 24px !important;
  font-weight: normal !important;
}
.header03 .home_quote .home_quote_btn button,
.header10 .home_quote .home_quote_btn button {
  color: #003164;
}
.home.header03 #site-navigation,
.home.header10 #site-navigation {
  position: absolute !important;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
@media (min-width: 62rem) {
  .header03 .site-branding img,
  .header10 .site-branding img {
    position: relative;
    z-index: 1;
    max-width: none;
  }
  .header03 .extra-info > div,
  .header10 .extra-info > div {
    padding: 0px 15px 0;
  }
  .header03 .extra-info i,
  .header10 .extra-info i {
    color: #002F66 !important;
    margin-top: 6px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
  }
  .header03 .extra-info span,
  .header10 .extra-info span {
    font-weight: normal;
    color: #888888;
    font-size: 14px;
  }
  .header03 .extra-info h3,
  .header10 .extra-info h3 {
    font-size: 20px;
    color: #002F66;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: normal;
  }
  .header03 .top-menu .menu-item,
  .header10 .top-menu .menu-item {
    padding: 10px 0 10px 20px;
  }
}
@media (min-width: 62rem) {
  .header03 .main-navigation .site-top .social-menu,
  .header10 .main-navigation .site-top .social-menu {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 75rem) {
  .header03 #site-navigation.headroom--not-top,
  .header10 #site-navigation.headroom--not-top {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    background-color: rgba(0, 47, 102, 0.7) !important;
    border-bottom: none !important;
    top: 0;
    left: 0;
  }
  .header03 #site-navigation.headroom--not-top .menu > li:after,
  .header10 #site-navigation.headroom--not-top .menu > li:after {
    bottom: 30px !important;
  }
  .header03 #site-navigation.headroom--not-top .menu > li > a,
  .header10 #site-navigation.headroom--not-top .menu > li > a {
    padding: 35px 0 !important;
  }
}
/*--------------------------------------------
Footer
----------------------------------------------*/
.site-footer .widget-title {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal !important;
}
.site-footer .widget-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .widget-title span {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 0px;
}
.site-footer .footer-logo {
  display: block;
}
.site-footer .col-md-4 {
  margin-bottom: 30px;
}
.site-footer .widget img {
  margin: 18px 0 20px;
}
.site-footer .widget p {
  margin-bottom: 10px !important;
}
.site-footer .social-menu .menu {
  margin-top: 20px;
}
.site-footer .social-menu .menu li {
  margin: 0 15px 0 0;
}
.site-footer .social-menu .menu li a:before {
  font-size: 20px;
}
.site-footer .menu {
  font-size: 0;
}
.site-footer .menu li {
  vertical-align: top;
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 15px;
  display: block;
}
.site-footer .menu li:hover {
  -webkit-transform: translate(6px, 0);
  -moz-transform: translate(6px, 0);
  -ms-transform: translate(6px, 0);
  -o-transform: translate(6px, 0);
}
.site-footer .menu li a:before {
  content: "\f105";
  margin-right: 10px;
}
.office p {
  margin-bottom: 10px;
}
.office i {
  font-size: 16px;
  width: 35px;
}
.copyright {
  overflow: hidden;
  line-height: 1;
  padding: 40px 0 40px 0;
}
.copyright .center {
  text-align: center;
}
@media (min-width: 62rem) {
  .site-footer .menu li {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (max-width: 74.9375rem) {
  .site-footer {
    background-image: none !important;
  }
}
/*--------------------------------------------
Navigation
----------------------------------------------*/
.menu-item,
.page_item {
  display: inline-block;
}
.top-menu {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.top-menu .menu-item {
  padding: 5px;
}
.social-menu .menu li {
  display: inline-block;
  margin-left: 10px;
  width: auto !important;
}
.social-menu .menu li:hover {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
}
.social-menu .menu li:before {
  display: none;
}
.social-menu .menu li a {
  font-size: 0;
}
.social-menu .menu li a:before {
  font-size: 16px;
  display: inline-block;
}
.social-menu .menu li a[href*="facebook"]:before {
  content: "\f09a";
}
.social-menu .menu li a[href*="twitter"]:before {
  content: "\f099";
}
.social-menu .menu li a[href*="instagram"]:before {
  content: "\f16d";
}
.social-menu .menu li a[href*="youtube"]:before {
  content: "\f16a";
}
.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: "\f0e1";
}
.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: "\f194";
}
.page .container,
.single .container {
  position: relative;
}
.top-area {
  z-index: 99999;
}
.top-area .top-menu .menu li {
  position: relative;
}
.top-area .top-menu .menu li:hover > .sub-menu,
.top-area .top-menu .menu li:hover > .children {
  visibility: visible;
  opacity: 1;
  top: 100%;
  z-index: 999;
}
.top-area .top-menu .menu li:hover > .sub-menu > li,
.top-area .top-menu .menu li:hover > .children > li {
  margin-right: 0;
}
.top-area .top-menu .menu li:hover > .sub-menu li.menu-item-has-children:after,
.top-area .top-menu .menu li:hover > .children li.menu-item-has-children:after,
.top-area .top-menu .menu li:hover > .sub-menu li.page_item_has_children:after,
.top-area .top-menu .menu li:hover > .children li.page_item_has_children:after {
  content: '\f105';
  position: absolute;
  right: 15px;
}
.top-area .top-menu .menu li:hover > .sub-menu .sub-menu,
.top-area .top-menu .menu li:hover > .children .sub-menu,
.top-area .top-menu .menu li:hover > .sub-menu .children,
.top-area .top-menu .menu li:hover > .children .children {
  left: 100% !important;
  top: 0 !important;
}
.top-area .top-menu .sub-menu,
.top-area .top-menu .children {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 9999;
  opacity: 0;
  margin: 0;
  width: 200px;
  visibility: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-area .top-menu .sub-menu li,
.top-area .top-menu .children li {
  position: relative;
  display: block;
  text-align: left;
}
.top-area .top-menu .sub-menu li a,
.top-area .top-menu .children li a {
  padding: 5px !important;
}
#site-navigation {
  position: relative;
  z-index: 999;
  width: 100%;
}
#site-navigation .menu li:hover > .sub-menu,
#site-navigation .menu li:hover > .children {
  visibility: visible;
  opacity: 1;
  top: 100%;
  z-index: 999;
}
#site-navigation .menu li:hover > .sub-menu > li,
#site-navigation .menu li:hover > .children > li {
  margin-right: 0;
}
#site-navigation .menu li:hover > .sub-menu li.menu-item-has-children:after,
#site-navigation .menu li:hover > .children li.menu-item-has-children:after,
#site-navigation .menu li:hover > .sub-menu li.page_item_has_children:after,
#site-navigation .menu li:hover > .children li.page_item_has_children:after {
  content: '\f105';
  position: absolute;
  right: 15px;
}
#site-navigation .menu li:hover > .sub-menu .sub-menu,
#site-navigation .menu li:hover > .children .sub-menu,
#site-navigation .menu li:hover > .sub-menu .children,
#site-navigation .menu li:hover > .children .children {
  left: 100% !important;
  top: 0 !important;
}
#site-navigation .menu li.mega-menu {
  position: static;
}
#site-navigation .menu li.mega-menu:after {
  display: none;
}
#site-navigation .menu li.mega-menu .sub-menu {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#site-navigation .menu li.mega-menu .sub-menu > li {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
#site-navigation .menu li.mega-menu .sub-menu > li:hover {
  background: #fff;
}
#site-navigation .menu li.mega-menu .sub-menu > li .wpb_text_column li {
  margin-bottom: 0;
}
#site-navigation .menu li.mega-menu .sub-menu > li .wpb_text_column li i {
  width: 20px;
}
#site-navigation .menu > li.menu-item-has-children,
#site-navigation .menu > ul > li.page_item_has_children {
  margin-right: 20px !important;
}
#site-navigation .menu > li.menu-item-has-children > a,
#site-navigation .menu > ul > li.page_item_has_children > a {
  position: relative !important;
}
#site-navigation .menu > li.menu-item-has-children > a:after,
#site-navigation .menu > ul > li.page_item_has_children > a:after {
  content: '\f107';
  position: absolute;
  right: -17px;
}
#site-navigation .menu > ul > li,
#site-navigation .menu > li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 1;
}
#site-navigation .menu > ul > li a,
#site-navigation .menu > li a {
  position: relative;
  z-index: 1;
}
#site-navigation .sub-menu,
#site-navigation .children {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 2;
  opacity: 0;
  margin: 0;
  width: 200px;
  visibility: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#site-navigation .sub-menu li,
#site-navigation .children li {
  position: relative;
  display: block;
  text-align: left;
}
#site-navigation .sub-menu li a,
#site-navigation .children li a {
  padding: 5px !important;
}
@media (min-width: 62rem) {
  .top-menu .menu-item {
    padding: 15px 30px 15px 0;
  }
}
/*--------------------------------------------
Sidebar
----------------------------------------------*/
.sidebar .widget,
.wpb_widgetised_column .widget {
  margin-bottom: 40px;
}
.sidebar .widget-title,
.wpb_widgetised_column .widget-title {
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 30px;
  color: #111;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  font-weight: normal;
}
.sidebar ul li,
.wpb_widgetised_column ul li,
.sidebar .recent-posts__item,
.wpb_widgetised_column .recent-posts__item {
  display: block;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.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 .widget_search form,
.wpb_widgetised_column .widget_search form,
.sidebar .widget_product_search form,
.wpb_widgetised_column .widget_product_search form,
.sidebar .widget_thememove_productsearch form,
.wpb_widgetised_column .widget_thememove_productsearch form {
  position: relative;
}
.sidebar .widget_search form .screen-reader-text,
.wpb_widgetised_column .widget_search form .screen-reader-text,
.sidebar .widget_product_search form .screen-reader-text,
.wpb_widgetised_column .widget_product_search form .screen-reader-text,
.sidebar .widget_thememove_productsearch form .screen-reader-text,
.wpb_widgetised_column .widget_thememove_productsearch form .screen-reader-text {
  display: none;
}
.sidebar .widget_search form input[type="search"],
.wpb_widgetised_column .widget_search form input[type="search"],
.sidebar .widget_product_search form input[type="search"],
.wpb_widgetised_column .widget_product_search form input[type="search"],
.sidebar .widget_thememove_productsearch form input[type="search"],
.wpb_widgetised_column .widget_thememove_productsearch form input[type="search"] {
  border: 1px solid #DDDDDD;
  background-color: #fff;
  padding: 15px 20px !important;
  margin-bottom: 0;
}
.sidebar .widget_search form input[type="submit"],
.wpb_widgetised_column .widget_search form input[type="submit"],
.sidebar .widget_product_search form input[type="submit"],
.wpb_widgetised_column .widget_product_search form input[type="submit"],
.sidebar .widget_thememove_productsearch form input[type="submit"],
.wpb_widgetised_column .widget_thememove_productsearch form input[type="submit"] {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  padding: 15px 20px !important;
  font-size: 14px !important;
  margin: 0 !important;
  background: #003164 !important;
  color: #fff !important;
}
.sidebar .thememove-recent-posts-list,
.wpb_widgetised_column .thememove-recent-posts-list {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  display: inline-block;
  width: 100%;
}
.sidebar .thememove-recent-posts-list:last-child,
.wpb_widgetised_column .thememove-recent-posts-list:last-child {
  margin-bottom: 0 !important;
}
.sidebar .thememove-recent-posts-list .thememove-recent-posts-thumb,
.wpb_widgetised_column .thememove-recent-posts-list .thememove-recent-posts-thumb {
  float: left;
  margin-right: 20px;
}
.sidebar .thememove-recent-posts-list .thememove-recent-posts-info,
.wpb_widgetised_column .thememove-recent-posts-list .thememove-recent-posts-info {
  color: #999999;
  font-size: 13px;
}
.sidebar .thememove-recent-posts-list .thememove-recent-posts-info a,
.wpb_widgetised_column .thememove-recent-posts-list .thememove-recent-posts-info a {
  font-size: 15px;
  font-weight: normal;
  display: block;
  line-height: 1;
}
.sidebar .thememove-recent-posts-list .thememove-recent-posts-thumb,
.wpb_widgetised_column .thememove-recent-posts-list .thememove-recent-posts-thumb {
  background: #002E66;
}
.sidebar .thememove-recent-posts-list:hover > .thememove-recent-posts-thumb,
.wpb_widgetised_column .thememove-recent-posts-list:hover > .thememove-recent-posts-thumb {
  position: relative;
}
.sidebar .thememove-recent-posts-list:hover > .thememove-recent-posts-thumb:before,
.wpb_widgetised_column .thememove-recent-posts-list:hover > .thememove-recent-posts-thumb:before {
  content: '\f105';
  color: #fff;
  position: absolute;
  left: 38px;
  top: 20px;
  z-index: 9;
}
.sidebar .thememove-recent-posts-list:hover > .thememove-recent-posts-thumb img,
.wpb_widgetised_column .thememove-recent-posts-list:hover > .thememove-recent-posts-thumb img {
  opacity: .5;
}
.sidebar .widget_product_categories a,
.wpb_widgetised_column .widget_product_categories a {
  font-size: 16px;
}
.sidebar .widget_products .product-title,
.wpb_widgetised_column .widget_products .product-title {
  font-size: 14px;
  font-weight: normal;
}
.sidebar .widget_products del,
.wpb_widgetised_column .widget_products del {
  color: #999;
}
.sidebar .widget_products del .amount,
.wpb_widgetised_column .widget_products del .amount {
  font-size: 16px;
  color: #999;
}
.sidebar .widget_products ins .amount,
.wpb_widgetised_column .widget_products ins .amount {
  font-size: 16px;
  color: #000;
}
.sidebar .better-menu-widget ul li,
.wpb_widgetised_column .better-menu-widget ul li {
  position: relative;
  text-transform: uppercase;
  color: #878787;
  font-size: 14px;
  background: #F7F7F7;
  display: block;
  border: 0 !important;
  margin-bottom: 2px;
  padding: 0;
}
.sidebar .better-menu-widget ul li a,
.wpb_widgetised_column .better-menu-widget ul li a {
  padding: 20px;
  display: block;
}
.sidebar .better-menu-widget ul li ul.sub-menu,
.wpb_widgetised_column .better-menu-widget ul li ul.sub-menu {
  margin: 0;
  padding: 0;
  display: none;
}
.sidebar .better-menu-widget ul li ul.sub-menu li,
.wpb_widgetised_column .better-menu-widget ul li ul.sub-menu li {
  margin: 0 !important;
  background: #fff;
  border-bottom: 1px solid #F7F7F7 !important;
}
.sidebar .better-menu-widget ul li ul.sub-menu li a,
.wpb_widgetised_column .better-menu-widget ul li ul.sub-menu li a {
  color: #878787;
  padding-left: 40px;
  text-transform: none !important;
}
.sidebar .better-menu-widget ul li ul.sub-menu li:hover,
.wpb_widgetised_column .better-menu-widget ul li ul.sub-menu li:hover,
.sidebar .better-menu-widget ul li ul.sub-menu li.current-menu-item,
.wpb_widgetised_column .better-menu-widget ul li ul.sub-menu li.current-menu-item {
  background: #fff !important;
}
.sidebar .better-menu-widget ul li ul.sub-menu li:hover a,
.wpb_widgetised_column .better-menu-widget ul li ul.sub-menu li:hover a,
.sidebar .better-menu-widget ul li ul.sub-menu li.current-menu-item a,
.wpb_widgetised_column .better-menu-widget ul li ul.sub-menu li.current-menu-item a {
  color: #002D66;
}
.sidebar .better-menu-widget ul li:hover,
.wpb_widgetised_column .better-menu-widget ul li:hover,
.sidebar .better-menu-widget ul li.current-menu-item,
.wpb_widgetised_column .better-menu-widget ul li.current-menu-item,
.sidebar .better-menu-widget ul li.current-menu-parent,
.wpb_widgetised_column .better-menu-widget ul li.current-menu-parent {
  background: #002F66;
  color: #ffffff;
}
.sidebar .better-menu-widget ul li:hover a,
.wpb_widgetised_column .better-menu-widget ul li:hover a,
.sidebar .better-menu-widget ul li.current-menu-item a,
.wpb_widgetised_column .better-menu-widget ul li.current-menu-item a,
.sidebar .better-menu-widget ul li.current-menu-parent a,
.wpb_widgetised_column .better-menu-widget ul li.current-menu-parent a {
  color: #ffffff;
}
.sidebar .better-menu-widget ul li:hover ul.sub-menu,
.wpb_widgetised_column .better-menu-widget ul li:hover ul.sub-menu,
.sidebar .better-menu-widget ul li.current-menu-item ul.sub-menu,
.wpb_widgetised_column .better-menu-widget ul li.current-menu-item ul.sub-menu,
.sidebar .better-menu-widget ul li.current-menu-parent ul.sub-menu,
.wpb_widgetised_column .better-menu-widget ul li.current-menu-parent ul.sub-menu {
  display: block;
}
.sidebar .better-menu-widget ul li.menu-item-has-children:after,
.wpb_widgetised_column .better-menu-widget ul li.menu-item-has-children:after {
  content: '\f105';
  position: absolute;
  right: 20px;
  top: 24px;
}
/*--------------------------------------------
Mini Cart
----------------------------------------------*/
.mini-cart {
  padding: 0 15px;
  position: static;
}
.mini-cart .mini-cart__button {
  cursor: pointer;
}
.mini-cart .mini-cart__button .mini-cart-icon {
  position: relative;
}
.mini-cart .mini-cart__button .mini-cart-icon:before {
  content: '\f07a';
  float: none;
  width: auto;
  height: auto;
  line-height: normal;
  border: none;
  margin: 0;
}
.mini-cart .mini-cart__button .mini-cart-icon:after {
  font-family: inherit;
  content: attr(data-count);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: -16px;
  right: -12px;
  min-width: 20px;
  line-height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.mini-cart .mini-cart__button .mini-cart-icon[data-count="0"]:after {
  display: none !important;
}
.mini-cart .widget_shopping_cart_content {
  position: absolute;
  right: 0;
  top: 140%;
  width: 300px;
  max-height: 700px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  padding-top: 15px;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mini-cart .widget_shopping_cart_content .cart_list li {
  padding: 0 15px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
  text-align: left;
}
.mini-cart .widget_shopping_cart_content .cart_list li.empty {
  text-align: center;
  border-bottom: none;
  margin-bottom: 0;
}
.mini-cart .widget_shopping_cart_content .cart_list li img {
  width: 70px;
  margin: 0 10px 0 0;
  float: left;
}
.mini-cart .widget_shopping_cart_content .cart_list li .quantity {
  display: block;
  color: #666;
  font-size: 12px;
}
.mini-cart .widget_shopping_cart_content .cart_list li .remove {
  font-size: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 18px;
  float: right;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.mini-cart .widget_shopping_cart_content .cart_list li .remove:hover {
  color: #fff !important;
  background: #002F66 !important;
}
.mini-cart .widget_shopping_cart_content .cart_list li .variation {
  display: none;
}
.mini-cart .widget_shopping_cart_content .total {
  padding: 5px 15px 5px;
  margin-bottom: 0;
  text-align: center;
}
.mini-cart .widget_shopping_cart_content .buttons {
  text-align: center;
  margin-bottom: 0;
}
.mini-cart .widget_shopping_cart_content .wc-forward {
  background: none !important;
  color: #868686 !important;
  font-size: 14px !important;
  display: inline-block !important;
  padding: 8px 10px !important;
  margin: 10px 3px 15px !important;
  text-transform: uppercase !important;
  border: 1px solid #dddddd !important;
}
.mini-cart .widget_shopping_cart_content .wc-forward:hover {
  color: #fff !important;
  background: #002F66 !important;
  border: 1px solid #002F66 !important;
}
.mini-cart.open .widget_shopping_cart_content {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
/*--------------------------------------------------------------
Page
--------------------------------------------------------------*/
.big-title,
.big-title--single {
  position: relative;
}
.big-title .container,
.big-title--single .container {
  position: relative;
  z-index: 1;
}
.big-title:after,
.big-title--single:after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.taxonomy-description {
  margin-top: -50px;
  padding-bottom: 50px;
  display: block;
  font-size: 20px;
}
.pagination {
  margin: 50px 0;
  display: inline-block;
  text-align: left;
}
.pagination span,
.pagination a {
  padding: 6px 15px !important;
  text-align: center;
  display: inline-block;
  border: 1px solid #dddddd !important;
  margin-left: 5px;
  float: left;
}
.pagination span:hover,
.pagination a:hover {
  color: #FFFFFF;
  background: #002F66 !important;
  border: 1px solid #002F66 !important;
}
.pagination span.current,
.pagination span:hover {
  color: #FFFFFF;
  background: #002F66 !important;
  border: 1px solid #002F66 !important;
}
.aboutus_list ul li {
  color: #999999;
  font-size: 15px;
  line-height: 24px;
}
.aboutus_list ul li:before {
  content: '\f00c';
  margin-right: 10px;
  color: inherit;
}
.our_company_counter {
  margin: 30px 0;
}
.our_company_counter .our_company_icon {
  margin-bottom: 0px !important;
}
.page .nivoSlider {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.aboutus_block {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px !important;
  display: inline-block;
}
.aboutus_block img {
  float: left;
  margin-right: 20px;
}
.aboutus_block a {
  font-size: 16px !important;
  color: #002D66 !important;
  line-height: 32px;
}
.contact_block {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px !important;
  display: inline-block;
  width: 100%;
}
.contact_block img {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 20px;
}
.contact_block a {
  font-size: 16px;
  color: #002D66 !important;
  line-height: 32px;
}
.contact_block a:hover {
  color: #999999 !important;
}
.contact-info {
  margin-top: 20px;
  color: #999;
}
.contact-info p {
  margin-bottom: 15px;
}
.contact-info p i {
  margin-right: 15px;
  color: #444444;
}
.location-info {
  margin-top: 20px;
  color: #999;
}
.location-info p {
  margin-bottom: 10px;
}
.location-info p i {
  margin-right: 15px;
  color: #999999;
}
#services-projects .esg-entry-media-wrapper,
#services-projects .esg-entry-cover {
  width: 120px !important;
  height: 135px !important;
  float: left !important;
  margin-right: 10px !important;
}
#services-projects .esg-entry-content {
  overflow: auto !important;
}
#services-projects .esg-entry-content .esg-content:first-child a {
  padding-bottom: 0px !important;
  border-bottom: 1px solid #002F66 !important;
}
#services-projects .esg-entry-media-wrapper img {
  width: 120px !important;
  height: 135px !important;
}
#about-pages .esg-entry-media-wrapper,
#about-pages .esg-entry-cover {
  width: 150px !important;
  height: 100px !important;
  float: left !important;
  margin-right: 10px !important;
}
#about-pages .esg-entry-content {
  overflow: auto !important;
}
#about-pages .esg-entry-media-wrapper img {
  width: 150px !important;
  height: 100px !important;
}
.our_history_tab .vc_tta-tabs,
.our_history_tab .vc_tta-panels-container,
.our_history_tab .vc_tta-panels,
.our_history_tab .vc_tta-panel-body {
  background: #fff !important;
}
.our_history_tab .vc_tta-panels,
.our_history_tab .vc_tta-panel,
.our_history_tab .vc_tta-panel-body {
  margin: 0 !important;
  border-radius: 0 !important;
}
.our_history_tab .vc_tta-tabs-container {
  margin: 0 !important;
  border-bottom: 0px !important;
  overflow: visible !important;
}
.our_history_tab .vc_tta-tabs-container ul.vc_tta-tabs-list {
  margin: 0 !important;
  border-top: 4px solid #EEEEEE !important;
  overflow: visible !important;
}
.our_history_tab .vc_tta-tabs-container li {
  position: relative !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
}
.our_history_tab .vc_tta-tabs-container li:before {
  position: absolute !important;
  content: '\f111';
  color: #EEEEEE;
  top: -15px;
  left: 0;
  z-index: 9;
}
.our_history_tab .vc_tta-tabs-container li a {
  background: none !important;
  border: none !important;
  padding: 14px 80px 14px 0 !important;
  position: relative !important;
  display: inline-block;
}
.our_history_tab .vc_tta-tabs-container li.vc_active:before,
.our_history_tab .vc_tta-tabs-container li:hover:before {
  color: #002F66;
}
.our_history_tab .vc_tta-tabs-container li.vc_active a,
.our_history_tab .vc_tta-tabs-container li:hover a {
  color: #002F66 !important;
}
.our_history_tab .vc_tta-tabs-container li:last-child {
  border-top: 0 !important;
}
.services-brochure {
  border: 1px solid #DDDDDD;
  height: 70px;
  line-height: 70px;
  color: #002E66;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  padding-left: 90px;
  margin-bottom: 15px;
}
.services-brochure span {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  background: #002E66;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  display: inline-block;
}
.services-brochure a {
  color: #002E66;
}
.services-consultation .consulting {
  position: relative;
  margin-bottom: 20px;
}
.services-consultation .consulting p {
  margin-bottom: 0;
  overflow: hidden;
}
.services-consultation .consulting p img {
  width: 100%;
  height: auto;
}
.services-consultation .consulting:hover img {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}
.services-consultation .consulting .info:before {
  background: #002F66;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.9;
}
.services-consultation .consulting .info div {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}
.services-consultation .consulting .info div h4 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}
.services-consultation .consulting .info div h5 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0;
}
.services-consultation .consulting .info div a {
  padding: 4px 0 !important;
  font-weight: 400;
  color: #FFFFFF !important;
  letter-spacing: 1px;
  font-size: 15px !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid #fff !important;
  outline: none !important;
}
.services-consultation .consulting .info div a:hover {
  color: #999999 !important;
}
.esg-loadmore {
  color: #002E66 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-family: inherit !important;
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #002E66 !important;
  line-height: 1 !important;
  font-weight: normal !important;
  border-radius: 0 !important;
  padding: 4px 0 !important;
  box-shadow: none !important;
}
.esg-loadmore:hover {
  opacity: .5 !important;
}
a.eg-home-blog-element-33:hover i.eg-icon-search:before,
a.esgbox:hover i.eg-icon-search:before {
  color: #002E66 !important;
}
@media (min-width: 75rem) {
  .big-title,
  .big-title--single {
    margin: 0 0 50px;
  }
}
/*--------------------------------------------
Post
----------------------------------------------*/
.use-vc.full-width .big-title,
.use-vc.full-width .big-title--single {
  margin: 0 !important;
}
.post-thumb {
  float: left;
  margin-right: 20px;
}
#first-post,
.single-post {
  padding: 0 !important;
  margin: 0 0 8px 0 !important;
  position: relative;
}
#first-post .post-thumb,
.single-post .post-thumb {
  float: none !important;
  position: relative;
  width: 100% !important;
  display: inline-block;
}
#first-post .post-thumb img,
.single-post .post-thumb img {
  width: 100% !important;
  height: auto !important;
}
#first-post .entry-content .entry-title,
.single-post .entry-content .entry-title,
#first-post .entry-content .entry-title a,
.single-post .entry-content .entry-title a {
  color: #111 !important;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 20px;
}
.page .post.hentry {
  padding: 20px;
  margin: 6px 0;
}
.page .post.hentry .entry-header .entry-title {
  margin-bottom: 12px;
}
.page .post.hentry .entry-header .entry-title a {
  color: #002E66 !important;
  font-size: 18px;
  font-weight: normal;
}
.page .post.hentry p {
  margin-bottom: 12px !important;
}
.page .post.hentry .entry-meta {
  color: #868686;
  margin-bottom: 12px;
  margin-top: 12px;
}
.page .post.hentry .entry-meta span {
  padding-right: 30px;
}
.page .post.hentry .entry-meta i {
  margin-right: 5px;
}
.page .post.hentry .entry-meta .share span {
  padding: 0px !important;
}
.page .post.hentry .entry-content {
  color: #858585;
  box-sizing: border-box;
}
.page .post.hentry .share a {
  margin-left: 10px;
}
.page .post.hentry .entry-footer {
  overflow: hidden;
}
.page .post.hentry .read-more {
  text-transform: uppercase;
}
.page .post.hentry .read-more a {
  color: #002E66;
  border-bottom: 1px solid #002E66;
  padding: 4px 0;
  font-size: 13px;
}
.page-template .content .hentry:nth-child(2n+0) {
  background: #F9F9F9 !important;
}
.single-post .entry-footer {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
.single-post .hentry {
  padding: 0 !important;
  margin: 0 0 6px 0 !important;
  box-sizing: border-box;
  overflow: hidden;
}
.single-post .single-post-nav {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
}
.single-post .single-post-nav .prev-post .prev-post-text {
  color: #003164;
  text-transform: uppercase;
  display: block;
  text-align: left;
  font-size: 13px;
  margin-bottom: 20px;
}
.single-post .single-post-nav .prev-post .prev-post-text:before {
  content: '\f104';
  margin-right: 10px;
}
.single-post .single-post-nav .prev-post .prev-post-info img {
  float: left;
  margin-right: 10px;
}
.single-post .single-post-nav .prev-post .prev-post-info a {
  font-size: 16px;
  color: #002D66;
  line-height: 1;
}
.single-post .single-post-nav .next-post .next-post-text {
  color: #003164;
  text-transform: uppercase;
  display: block;
  text-align: right;
  font-size: 13px;
  margin-bottom: 20px;
}
.single-post .single-post-nav .next-post .next-post-text:after {
  content: '\f105';
  margin-left: 10px;
}
.single-post .single-post-nav .next-post .next-post-info {
  text-align: right;
}
.single-post .single-post-nav .next-post .next-post-info img {
  float: right;
  margin-left: 10px;
}
.single-post .single-post-nav .next-post .next-post-info a {
  float: right;
  font-size: 16px;
  color: #002D66;
  line-height: 1;
}
.single-post .comment-form,
.page .comment-form {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.single-post .comment-form:before,
.page .comment-form:before,
.single-post .comment-form:after,
.page .comment-form:after {
  display: none !important;
}
.single-post .comment-form .form-submit,
.page .comment-form .form-submit,
.single-post .comment-form .logged-in-as,
.page .comment-form .logged-in-as {
  padding: 0 15px;
}
.single-post .comment-reply-title,
.page .comment-reply-title,
.single-post .comments-title,
.page .comments-title {
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #111;
}
.single-post .comment-reply-title h2,
.page .comment-reply-title h2,
.single-post .comments-title h2,
.page .comments-title h2 {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.single-post .comments-area,
.page .comments-area {
  margin-top: 30px;
}
.single-post .comment,
.page .comment {
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
.single-post .comment > div,
.page .comment > div {
  background-color: transparent;
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  margin-bottom: 20px;
}
.single-post .comment .comment-author,
.page .comment .comment-author {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 15%;
  padding-right: 20px;
  margin-right: 0;
}
.single-post .comment .comment-content,
.page .comment .comment-content {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.single-post .comment .comment-content cite.fn a,
.page .comment .comment-content cite.fn a {
  text-transform: uppercase;
  font-size: 13px;
  color: #003164;
}
.single-post .comment .comment-content .metadata > a,
.page .comment .comment-content .metadata > a {
  font-size: 13px;
  color: #999999;
  margin: 10px 0;
  display: inline-block;
}
.single-post .comment .comment-reply-link,
.page .comment .comment-reply-link {
  position: absolute;
  top: 20px;
  right: 0px;
  font-size: 13px;
  color: #003164;
  padding: 5px 10px;
}
@media (min-width: 62rem) {
  .single-post .comment .children,
  .page .comment .children {
    margin-left: 50px;
  }
}
.single-post .comment .fn,
.page .comment .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.comment-list {
  list-style: none;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 74.9375rem) {
  .hentry {
    padding: 0 !important;
    margin-bottom: 30px !important;
  }
  .hentry .post-thumb {
    text-align: center;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .hentry .post-thumb img {
    width: 100% !important;
    height: auto !important;
    clear: both;
    margin: 0 auto;
    display: inline-block;
  }
  #first-post .author {
    display: none !important;
  }
}
/*--------------------------------------------
WooCommerce
----------------------------------------------*/
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 30% !important;
}
.woocommerce select,
.woocommerce input {
  display: inline-block;
  padding: 10px 20px !important;
  margin-bottom: 10px;
  vertical-align: top;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #dddddd;
  font-family: inherit !important;
}
.woocommerce textarea {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  padding: 20px !important;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #dddddd;
  font-family: inherit !important;
  height: 100px !important;
}
.woocommerce input[type="checkbox"],
.woocommerce input[type="image"],
.woocommerce input[type="radio"] {
  padding: 0 20px !important;
  margin-bottom: 0px !important;
  vertical-align: middle;
}
.woocommerce input[type="submit"] {
  margin-right: 10px !important;
  float: left !important;
  color: #002F66 !important;
  background: #fff !important;
  padding: 11px 15px !important;
  border: 1px solid #002F66 !important;
  font-size: 15px !important;
  letter-spacing: normal !important;
}
.woocommerce input[type="submit"]:hover {
  color: #ffffff !important;
  background: #002F66 !important;
}
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 5px 0px !important;
}
.woocommerce .select2-container .select2-choice {
  border: 1px solid #dddddd !important;
  border-radius: 0 !important;
  padding: 6px 10px !important;
}
.woocommerce .place-order {
  padding: 10px 0 !important;
}
.woocommerce .product-quantity {
  font-weight: normal !important;
}
.woocommerce a.remove {
  color: #999999 !important;
}
.woocommerce a.remove:hover {
  background: none !important;
  color: #002F66 !important;
}
.woocommerce .cart_item .product-name a {
  font-size: 15px !important;
  color: #002F66 !important;
}
.woocommerce td.actions {
  padding: 10px 0 !important;
  text-align: left !important;
}
.woocommerce input#coupon_code {
  margin-right: 10px !important;
}
.woocommerce input.qty {
  padding: 8px 8px !important;
  width: 60px !important;
  text-align: left !important;
  color: #003164 !important;
}
.woocommerce .cart_totals th,
.woocommerce .cart_totals td {
  text-transform: none !important;
  font-size: 15px !important;
  border-top: 1px solid #ddd !important;
}
.woocommerce a.checkout-button {
  color: #fff !important;
  font-size: 14px !important;
  background: #002F66 !important;
}
.woocommerce a.checkout-button:hover {
  opacity: 0.7;
}
.woocommerce h2,
.woocommerce h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 20px !important;
}
.woocommerce p.woocommerce-result-count {
  color: #999 !important;
}
.woocommerce .loop-product {
  position: relative;
  margin-bottom: 30px;
}
.woocommerce .loop-product img {
  width: 100% !important;
  height: auto !important;
}
.woocommerce .loop-product .loop-product-title {
  font-size: 16px !important;
  color: #003164 !important;
  font-weight: normal !important;
  margin: 20px 0 0 0 !important;
}
.woocommerce .loop-product .price {
  margin: 10px 0 !important;
}
.woocommerce .loop-product .price span.amount {
  color: #000000;
  font-weight: normal;
}
.woocommerce .loop-product .price del {
  margin-right: 10px;
  color: #999999 !important;
}
.woocommerce .loop-product .price del span.amount {
  color: #999999 !important;
  font-weight: normal;
}
.woocommerce .loop-product .price ins {
  margin-right: 10px;
  background: none;
}
.woocommerce .loop-product .price ins span.amount {
  color: #000000 !important;
  font-weight: normal;
}
.woocommerce .loop-product .add_to_cart_div {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 9;
  display: none;
  text-align: center;
}
.woocommerce .loop-product .add_to_cart_div a.add_to_cart_button {
  background: none;
  font-size: 14px;
  color: #002C67;
  border: 1px solid #002C67;
}
.woocommerce .loop-product .add_to_cart_div a.add_to_cart_button:hover {
  background: #002C67 !important;
  border: 1px solid #002C67;
  color: #fff;
}
.woocommerce .loop-product:hover img {
  opacity: 0.2;
}
.woocommerce .loop-product:hover .add_to_cart_div {
  display: block;
}
.woocommerce .top-shop {
  margin-bottom: 50px;
  color: #999999;
}
.woocommerce .top-shop .icon {
  color: #003164;
  font-size: 40px;
  float: left;
  margin-right: 20px;
  vertical-align: middle;
}
.woocommerce .top-shop .text {
  vertical-align: middle;
  padding-top: 6px;
}
.woocommerce .top-shop .text span {
  font-size: 18px;
  color: #000000;
  display: block;
}
.woocommerce .top-shop .top-shop-table {
  border-collapse: collapse;
}
.woocommerce .top-shop .top-shop-table tr td {
  padding: 20px 40px;
  border: 1px solid #ddd;
}
.woocommerce a.button.loading:after {
  vertical-align: bottom !important;
  margin-top: 5px;
}
.woocommerce span.onsale {
  width: 50px;
  height: 50px;
  background: #FFC40F !important;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: absolute !important;
  top: 0 !important;
  right: 15px !important;
  border-radius: 0 !important;
  z-index: 9;
  font-weight: normal;
  font-size: 13px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  left: auto;
}
.single-product {
  font-size: 15px;
}
.single-product .images {
  position: relative;
}
.single-product .images span.onsale {
  right: 0 !important;
}
.single-product .product_title {
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 10px;
}
.single-product .price {
  margin-bottom: 10px;
}
.single-product div[itemprop="description"] {
  color: #999;
  font-size: 15px;
}
.single-product .single_add_to_cart_button {
  font-size: 14px !important;
  color: #003164 !important;
  border: 1px solid #003164 !important;
  background: #ffffff !important;
}
.single-product .single_add_to_cart_button:hover {
  background: #003164 !important;
  color: #fff !important;
}
.single-product .quantity input.qty {
  padding: 12px !important;
}
.single-product .amount {
  font-weight: normal !important;
}
.single-product .cart {
  margin-bottom: 20px !important;
}
.single-product .product_meta {
  border-top: 1px solid #ddd;
}
.single-product .product_meta > span {
  color: #999;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  display: block;
  width: 100%;
}
.single-product .product_meta a {
  color: #002C67;
}
.single-product .woocommerce-tabs ul.tabs {
  background: none !important;
  border-bottom: 1px solid #ddd;
  padding: 5px 0 !important;
}
.single-product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.single-product .woocommerce-tabs ul.tabs li {
  background: none;
  background: none !important;
  border: none !important;
  padding: 0 5px !important;
  margin-right: 20px !important;
  position: relative;
}
.single-product .woocommerce-tabs ul.tabs li a {
  font-size: 18px !important;
  font-weight: normal !important;
}
.single-product .woocommerce-tabs ul.tabs li:after {
  display: none !important;
}
.single-product .woocommerce-tabs ul.tabs li:before {
  content: '' !important;
  width: 1px !important;
  height: 20px !important;
  background: #ddd !important;
  position: absolute !important;
  bottom: 12px !important;
  left: -10px !important;
  box-shadow: none !important;
}
.single-product .woocommerce-tabs ul.tabs li:first-child:before {
  display: none !important;
}
.single-product .woocommerce-tabs ul.tabs li.active {
  color: #002F66 !important;
}
.single-product .woocommerce-tabs .panel {
  color: #999999;
  font-size: 15px;
}
.single-product .related h2 {
  font-weight: normal;
  font-size: 18px;
  color: #000;
  text-transform: none !important;
  padding: 10px 0;
  margin: 20px 0;
  border-bottom: 1px solid #ddd;
}
.single-product .comment-text {
  font-size: 15px !important;
  border-radius: 0 !important;
}
.single-product .comment-text p.meta {
  font-size: 15px !important;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  color: #FFC40F;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0 !important;
  background: none !important;
}
.select2-drop-active {
  border: 1px solid #dddddd !important;
  border-radius: 0px !important;
}
.select2-drop {
  border: 1px solid #dddddd !important;
  border-radius: 0px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  text-transform: uppercase;
}
.woocommerce ul.product_list_widget li img {
  width: 70px;
  float: left;
  margin-right: 10px;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 15px 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 5px;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 150px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 12px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  margin-bottom: 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  text-align: right;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin: 0;
}
.woocommerce #customer_details div[class*="col-"] {
  padding: 0px;
}
.woocommerce-checkout-review-order {
  margin-bottom: 70px;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  text-transform: uppercase;
}
.woocommerce ul.products li.product h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #111;
}
.woocommerce ul.products li.product .price {
  font-weight: bold;
  font-size: 16px;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce div.product form.cart .quantity .qty {
  padding: 12px 5px;
}
.related.products h2 {
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.related.products h2 h2 {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
  width: 30%;
}
.woocommerce .col2-set.addresses {
  margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce div.product form.cart .button,
.woocommerce a.button.alt {
  height: 43px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce a.added_to_cart {
  margin-left: 5px;
}
.woocommerce-checkout #payment {
  border-radius: 0 !important;
  background: none !important;
}
.woocommerce table.shop_table {
  border-radius: 0 !important;
  font-weight: normal !important;
  border: none !important;
}
.woocommerce table.shop_table thead {
  background: #003164;
  color: #fff;
}
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table thead td {
  color: #fff !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  text-transform: none !important;
  font-weight: normal !important;
  color: #002F66 !important;
}
.woocommerce #order_review_heading {
  font-weight: normal;
  font-size: 18px;
  margin: 30px 0;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 1em 0 !important;
  border-bottom: none !important;
}
.woocommerce-checkout #payment ul.payment_methods label {
  text-transform: uppercase;
  color: #000000;
}
.woocommerce-checkout #payment ul.payment_methods .payment_box {
  background: none;
  margin-top: 0;
  color: #999999;
}
.woocommerce-checkout #payment ul.payment_methods .payment_box:after {
  display: none;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  background: none !important;
  border: none !important;
  color: #999999;
  padding: 0 15px !important;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a {
  color: #003164;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before {
  display: none !important;
}
.woocommerce .woocommerce-info {
  padding: 0px !important;
}
.woocommerce .checkout_coupon {
  border: none !important;
  padding: 0 !important;
}
.woocommerce .checkout_coupon .form-row {
  padding: 0 !important;
}
.woocommerce nav.woocommerce-pagination {
  padding: 30px 0;
  text-align: left !important;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
}
.woocommerce nav.woocommerce-pagination li {
  border-right: none !important;
}
.woocommerce nav.woocommerce-pagination a,
.woocommerce nav.woocommerce-pagination span {
  padding: 10px 15px !important;
  margin-left: 5px !important;
  border: 1px solid #dddddd !important;
}
.woocommerce nav.woocommerce-pagination span.current,
.woocommerce nav.woocommerce-pagination a:hover {
  color: #fff !important;
  background: #002F66 !important;
  border: 1px solid #002F66 !important;
}
@media screen and (max-width: 74.9375rem) {
  .woocommerce .col-result-count p,
  .woocommerce .col-ordering form {
    width: 100%;
    float: none;
    text-align: center !important;
  }
}
/*--------------------------------------------
Typo
----------------------------------------------*/
.btn,
.eg-infinity-features-element-26 {
  position: relative;
  display: inline-block;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 1;
  line-height: 1;
}
.btn span,
.eg-infinity-features-element-26 span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.btn::before,
.eg-infinity-features-element-26::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  line-height: 1;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  transform: translateX(-25%);
}
.btn:hover span,
.eg-infinity-features-element-26:hover span,
.btn:focus span,
.eg-infinity-features-element-26:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
.btn:hover::before,
.eg-infinity-features-element-26:hover::before,
.btn:focus::before,
.eg-infinity-features-element-26:focus::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
ul.style1 li {
  margin-bottom: 10px;
  list-style: none;
}
ul.style1 li:before {
  content: "\f061";
  margin-right: 10px;
}
/*--------------------------------------------
Breadcrumb
----------------------------------------------*/
.big-title--single,
.big-title {
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb {
  overflow: hidden;
}
.tm_bread_crumb {
  background: none !important;
  margin: 0 -15px;
  display: inline-block;
  position: relative;
}
.tm_bread_crumb li {
  display: inline-block;
  margin-right: 6px;
}
.tm_bread_crumb li a:after {
  content: "\f101";
  margin-left: 10px;
}
.tm_bread_crumb li:last-child {
  margin: 0;
}
.tm_bread_crumb li:last-child a:after {
  content: "";
}
@media screen and (max-width: 74.9375rem) {
  .big-title,
  .big-title--single {
    text-align: center;
    margin-bottom: 20px;
  }
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  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;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-controls {
  text-align: center;
}
.owl-controls .owl-dot {
  position: relative;
  z-index: 99;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.owl-controls .owl-dot.active {
  background-color: #FFFFFF;
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  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%;
}
/*--------------------------------------------
Mobile Menu
----------------------------------------------*/
#open-left {
  line-height: 1;
  cursor: pointer;
}
.mobile-menu > ul,
#mobile-menu > ul {
  padding: 15px;
  margin: 0;
}
.mobile-menu > ul li,
#mobile-menu > ul li {
  display: block;
  position: relative;
}
.mobile-menu > ul li a,
#mobile-menu > ul li a {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  padding: 15px 0;
  color: #444444;
  border-bottom: 1px solid #eee;
}
.mobile-menu > ul li:last-child,
#mobile-menu > ul li:last-child {
  border: none;
}
.mobile-menu > ul li .sub-menu,
#mobile-menu > ul li .sub-menu {
  display: none;
  margin-left: 0;
  padding-left: 15px;
}
.mobile-menu > ul li.menu-item-has-children span.mobile-menu-expand,
#mobile-menu > ul li.menu-item-has-children span.mobile-menu-expand {
  position: absolute;
  right: 0;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: right;
  line-height: 44px;
  cursor: pointer;
  font-size: 14px;
  color: #999999;
}
.mobile-menu .menu-item-object-tm_mega_menu,
#mobile-menu .menu-item-object-tm_mega_menu {
  display: none !important;
}
/*--------------------------------------------------------------
Form
--------------------------------------------------------------*/
select,
textarea,
input {
  display: inline-block;
  padding: 15px 20px !important;
  margin-bottom: 10px;
  vertical-align: top;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #dddddd;
  font-family: inherit !important;
}
textarea {
  resize: vertical;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888;
}
input,
select,
textarea {
  box-shadow: none;
  color: #888;
  padding: 20px 25px;
  width: 100%;
}
textarea {
  height: 200px;
}
input:focus,
textarea:focus {
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #012E69 !important;
  color: #888;
}
.search-box input {
  border: none !important;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #012E69;
  color: #012E69;
  cursor: pointer;
  padding: 15px 20px;
  width: auto;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  color: #fff;
  border: 1px solid #012E69;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
/*--------------------------------------------
Contact Form
----------------------------------------------*/
.wpcf7-form .row {
  margin: 0 -5px;
}
.wpcf7-form [class*='col-'] {
  padding: 0 5px;
}
.wpcf7-form textarea {
  height: 110px;
}
.form1 select,
.form1 textarea,
.form1 input {
  background-color: #65656F;
  color: #FFFFFF;
  border: none;
}
.form1 select:focus,
.form1 textarea:focus,
.form1 input:focus {
  background-color: #FFFFFF;
  color: #888;
}
.form1 input:-moz-placeholder,
.form1 textarea:-moz-placeholder {
  color: #fff;
}
.form1 input::-moz-placeholder,
.form1 textarea::-moz-placeholder {
  color: #fff;
}
.form1 input:-ms-input-placeholder,
.form1 textarea:-ms-input-placeholder {
  color: #fff;
}
.form1 input::-webkit-input-placeholder,
.form1 textarea::-webkit-input-placeholder {
  color: #fff;
}
/*--------------------------------------------
Recent Posts
----------------------------------------------*/
.recent-posts__item {
  margin-bottom: 20px;
}
.recent-posts__item .recent-posts__thumb {
  float: left;
  margin-right: 20px;
  position: relative;
}
.recent-posts__item .recent-posts__thumb:before {
  content: '';
  width: 30px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
}
.recent-posts__item .recent-posts__thumb:after {
  content: '';
  width: 2px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 30px;
  opacity: 0;
  background-color: #fff;
}
.recent-posts__item .recent-posts__thumb a:before {
  content: '';
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 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: .8;
}
.recent-posts__item a {
  font-size: 15px;
  letter-spacing: .05em;
}
.recent-posts__item .post-meta {
  margin-top: 10px;
  color: #878787;
}
.recent-posts__item .post-meta span {
  margin-right: 10px;
}
.recent-posts.type_2 h3 {
  letter-spacing: normal;
  font-weight: normal;
  margin-bottom: 20px;
}
.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;
}
/*--------------------------------------------
Accordion
----------------------------------------------*/
.wpb_content_element .wpb_accordion_header a {
  padding: 0 !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  background: #ffffff !important;
  border: 1px solid #DDDDDD;
  margin-bottom: 5px !important;
  overflow: hidden;
  cursor: pointer;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
  color: #FFFFFF !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
  color: #FFFFFF !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  position: relative !important;
  float: left;
  top: auto !important;
  right: auto !important;
  display: block;
  background: #EEEEEE !important;
  padding: 0 !important;
  width: 40px !important;
  height: 50px !important;
  text-align: center;
  line-height: 50px;
  margin-right: 30px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
  content: "\f061";
  display: inline-block;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 30px;
  border-color: transparent transparent transparent #EEEEEE;
  position: absolute;
  top: 0;
  right: -30px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-top: 13px !important;
  display: inline-block;
  font-size: 16px;
  letter-spacing: .05em;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  border: 1px solid #DDDDDD;
  border-top: none;
  margin-top: -5px;
  margin-bottom: 5px;
  color: #878787;
}
/*--------------------------------------------
Visual Composer
----------------------------------------------*/
.vc_custom_heading.style1,
.vc_custom_heading.style4 {
  text-align: center;
  line-height: 1;
}
.vc_custom_heading.style1 h2,
.vc_custom_heading.style4 h2 {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
}
.vc_custom_heading.style1:before,
.vc_custom_heading.style4:before {
  content: "\\\\";
  font-size: 36px;
  letter-spacing: -5px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  line-height: 1;
  font-weight: bold;
  font-family: "Times New Roman", "Bitstream Charter", Times, serif;
}
.vc_custom_heading.style1:after,
.vc_custom_heading.style4:after {
  content: "\\\\";
  font-size: 36px;
  letter-spacing: -5px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  line-height: 1;
  font-weight: bold;
  font-family: "Times New Roman", "Bitstream Charter", Times, serif;
}
.vc_custom_heading.style4 {
  text-align: left;
}
.vc_custom_heading.style2 {
  text-align: center;
  line-height: 1;
}
.vc_custom_heading.style2 h2 {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}
.vc_custom_heading.style2:before {
  content: "\\\\";
  font-size: 27px;
  letter-spacing: -3px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: bold;
  font-family: "Times New Roman", "Bitstream Charter", Times, serif;
}
.vc_custom_heading.style2:after {
  content: "\\\\";
  font-size: 27px;
  letter-spacing: -3px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  line-height: 1;
  font-family: "Times New Roman", "Bitstream Charter", Times, serif;
}
.vc_custom_heading.style3,
.vc_custom_heading.style5 {
  line-height: 1;
}
.vc_custom_heading.style3 h2,
.vc_custom_heading.style5 h2 {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.vc_custom_heading.style5 h2 {
  font-size: 18px;
}
.vc_custom_heading.style5:before {
  font-size: 26px;
  margin-top: -3px;
  letter-spacing: -4px;
}
.testi {
  position: relative;
}
.testi:before {
  content: '' !important;
  display: block !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .95;
  z-index: 1;
}
.wpb_column > .wpb_wrapper > .vc_custom_heading.style1 {
  margin-bottom: 60px;
}
.thememove_testimonials .quote {
  padding: 0;
  margin-bottom: 0px;
  color: #999999 !important;
}
.thememove_testimonials .quote:before {
  display: none !important;
}
.thememove_testimonials blockquote {
  margin: 0 0 30px 0;
  padding: 30px 30px 30px 120px;
  background: #fff;
  color: #999999;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  border: none;
  position: relative;
}
.thememove_testimonials blockquote:before {
  content: "\f10d" !important;
  font-size: 48px;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #DDDDDD;
}
.thememove_testimonials blockquote:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 14px solid white;
  border-bottom: 14px solid transparent;
  position: absolute;
  bottom: -14px;
  left: 45px;
}
.thememove_testimonials .avatar {
  float: left;
  margin-right: 20px;
}
.thememove_testimonials .author {
  display: block;
  background: none !important;
  padding: 25px 0;
  margin: 0;
  line-height: 1;
  position: relative;
}
.thememove_testimonials .author span:first-child {
  display: block;
  font-size: 18px;
  color: #555555 !important;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.thememove_testimonials .author span:last-child {
  color: #999999 !important;
  font-size: 15px;
}
.thememove_testimonials .owl-controls {
  margin-top: 40px;
}
.vc_images_carousel {
  position: relative;
  overflow: hidden;
}
.vc_images_carousel .vc_carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
}
.vc_carousel-indicators {
  background-color: #fff;
  width: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 15px 20px 10px !important;
}
.vc_carousel-indicators:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 0 0 50px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 0;
  right: -50px;
}
.eg-infinity-features-element-25 {
  float: left !important;
  position: relative;
}
.eg-infinity-features-element-25 i {
  background-color: #fff !important;
  font-size: 40px;
  height: 110px;
  line-height: 110px;
  width: 110px;
  text-align: center;
}
.eg-infinity-features-element-25 i:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 0 0 50px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 0;
  right: -50px;
}
.eg-infinity-members-content em {
  font-weight: bold;
  font-style: italic;
  color: #111;
  padding-bottom: 10px;
  display: inline-block;
}
.tp-caption.icon {
  padding: 40px;
  display: block;
}
.tp-caption.t2:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: skew(30deg, 0);
  -moz-transform: skew(30deg, 0);
  -ms-transform: skew(30deg, 0);
  -o-transform: skew(30deg, 0);
  z-index: -1;
}
.vc_bar {
  -webkit-clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
}
.vc_label {
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
}
.wpb_text_column li {
  list-style: none;
  margin-bottom: 10px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.search-btn {
  cursor: pointer;
}
.top-search {
  background: #282828;
  overflow: hidden;
  display: none;
}
.top-search form {
  position: relative;
}
.top-search form input {
  margin: 0;
  background: none;
  border: none;
  padding: 15px 0 15px 24px !important;
  font-size: 16px !important;
}
.top-search form input:focus {
  border: none !important;
}
.top-search form:before {
  content: "\f002";
  position: absolute;
  top: 17px;
  font-size: 14px;
}
/* Unit */
.entry-content,
.entry-summary,
.page-content,
.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.entry-content ul,
.entry-summary ul,
.page-content ul,
.comment-content ul,
.entry-content ol,
.entry-summary ol,
.page-content ol,
.comment-content ol {
  margin-left: 20px;
}
.post-thumb {
  margin-bottom: 20px;
}
.single .post-thumb {
  margin-bottom: 0px;
}
.entry-meta {
  margin: 10px 0;
}
.entry-meta span {
  margin-right: 15px;
}
.entry-meta span i {
  margin-right: 5px;
}
.entry-meta .share span {
  margin-left: 10px;
  margin-right: 0;
}
.entry-meta .col-sm-8,
.entry-meta .col-sm-4 {
  padding: 0;
}
.entry-footer {
  margin-top: 20px;
}
.entry-footer .share span {
  margin-left: 10px;
}
.hentry {
  margin-bottom: 40px;
}
.page-id-5 #post-5 {
  margin-bottom: 50px;
}
@media screen and (max-width: 74.9375rem) {
  .thememove_testimonials blockquote {
    margin: 0 0 30px 0;
    padding: 30px 30px 30px 30px;
  }
  .thememove_testimonials blockquote:before {
    display: none;
  }
}
.popup-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}
.popup-menu.show {
  opacity: 1;
  visibility: visible;
}
.popup-menu-inner {
  position: fixed;
  z-index: 9999;
  left: -280px;
  top: 0;
  width: 80%;
  max-width: 260px;
  background: #ffffff;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-menu-inner.open {
  left: 0;
}
.scrollup {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff !important;
  background: #222222;
  position: fixed;
  bottom: -60px;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
}
.scrollup:hover {
  background: #003164;
}
.scrollup.show {
  bottom: 30px;
}
/* fix VC */
.vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.wpb_content_element {
  margin-bottom: 0px !important;
}
.vc_btn3-container {
  margin-bottom: 0px !important;
}
/*--------------------------------------------
Projects
----------------------------------------------*/
.project-template-9 .big-title,
.project-template-9 .big-title--single {
  margin: 0 !important;
}
#our-projects .esg-filter-wrapper .esg-filterbutton,
#home-our-projects .esg-filter-wrapper .esg-filterbutton {
  background: none !important;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  box-shadow: none !important;
  color: #868686;
  padding: 6px;
  font-size: 16px;
  margin-right: 20px;
  font-weight: normal;
  border-radius: 0 !important;
  line-height: normal;
  font-family: 'Roboto';
}
#our-projects .esg-filter-wrapper .esg-filterbutton:hover,
#home-our-projects .esg-filter-wrapper .esg-filterbutton:hover {
  color: #002D66 !important;
  border-bottom: 1px solid #002D66;
}
#our-projects .esg-filter-wrapper .selected,
#home-our-projects .esg-filter-wrapper .selected {
  color: #002D66 !important;
  border-bottom: 1px solid #002D66;
}
#our-projects .esg-loadmore-wrapper,
#home-our-projects .esg-loadmore-wrapper {
  margin-top: 30px;
}
#our-projects .esg-loadmore-wrapper .esg-navigationbutton,
#home-our-projects .esg-loadmore-wrapper .esg-navigationbutton {
  background: none !important;
  border: none;
  box-shadow: none !important;
  padding: 6px 0;
  font-size: 16px;
  margin-right: 20px;
  font-weight: normal;
  border-radius: 0 !important;
  line-height: normal;
  font-family: 'Roboto';
  color: #002D66 !important;
  border-bottom: 1px solid #002D66;
  text-transform: uppercase;
}
.project-nav {
  color: #999999;
  font-size: 16px;
  padding: 20px 0;
  margin: 0px !important;
  border-top: 1px solid #DDDDDD;
  margin-top: 50px;
}
.project-nav .left {
  text-align: left;
  padding: 0px;
}
.project-nav .right {
  text-align: right;
  padding: 0px;
}
.project-nav .center {
  text-align: center;
  padding: 0px;
}
.prev-project a {
  font-size: 16px;
  color: #002E66 !important;
}
.prev-project a:before {
  content: '\f104';
  margin-right: 20px;
}
.next-project a {
  font-size: 16px;
  color: #002E66 !important;
}
.next-project a:after {
  content: '\f105';
  margin-left: 20px;
}
.project-title {
  font-size: 26px;
  font-weight: bold;
  color: #111111;
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  display: inline-block;
}
.project-desc {
  color: #999999;
  font-size: 15px;
}
.single-project-description {
  color: #999999;
  margin-bottom: 20px;
  font-size: 15px !important;
}
.single-project-description .heading-title {
  font-size: 26px;
  font-weight: normal;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  color: #000000 !important;
  border-bottom: 1px solid #dddddd;
}
.project-meta {
  margin-bottom: 20px;
  font-size: 15px !important;
}
.project-meta .heading-title {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0 20px 0;
  padding: 0;
}
.project-meta .meta-title {
  color: #000000;
}
.project-meta .meta-value {
  color: #999999;
}
.project-gallery img {
  margin-bottom: 30px;
}
.single-project .gallery {
  width: 100% !important;
  float: none !important;
}
.single-project .gallery img {
  width: 100% !important;
  height: auto !important;
}
.single-project .gallery .owl-controls {
  display: none !important;
}
.single-project .tm-gallery {
  position: relative;
}
.single-project .tm-gallery .tm-nav {
  position: absolute;
  width: 100%;
  height: 36px;
  top: 48%;
  left: 0;
  z-index: 9;
  display: table-cell;
  vertical-align: middle;
}
.single-project .tm-gallery .tm-nav .tm-prev,
.single-project .tm-gallery .tm-nav .tm-next {
  display: inline-block;
  background: #fff;
  color: #AAAAAA;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  z-index: 9;
  cursor: pointer;
}
.single-project .tm-gallery .tm-nav .tm-prev:hover,
.single-project .tm-gallery .tm-nav .tm-next:hover {
  background: #002F66;
  color: #fff;
}
.single-project .tm-gallery .tm-nav .tm-prev {
  float: left;
  margin-left: 30px;
}
.single-project .tm-gallery .tm-nav .tm-next {
  float: right;
  margin-right: 30px;
}
.single-project .tm-gallery .owl-controls {
  display: none !important;
}
.tm_project_gallery .owl-controls {
  margin-top: 15px;
}
.tm_project_gallery .owl-controls .owl-dot {
  background-color: #EEEEEE;
}
.tm_project_gallery .owl-controls .owl-dot.active {
  background-color: #222222;
}
.tax-project-category .site-content {
  padding-bottom: 50px;
}
.tax-project-category .projects-row .projects-col img {
  width: 100%;
  height: auto;
}
.tax-project-category .projects-row .projects-col h3 {
  color: #002E66;
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
}
.tax-project-category .projects-row .projects-col .short-description {
  color: #999;
}
/*--------------------------------------------
Services
----------------------------------------------*/
.our_services_heading1 {
  position: relative;
  text-align: center;
}
.our_services_heading1 div {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.our_services_heading1 div:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*--------------------------------------------
Jobs
----------------------------------------------*/
ul.job_listings li.job_listing a {
  font-size: 15px;
}
ul.job_listings li.job_listing a div.position h3,
ul.job_listings li.job_listing a .meta .job-type {
  color: #002E66;
  font-size: 15px;
  font-weight: normal;
}
ul.job_listings li.job_listing a .company strong {
  font-weight: normal;
}
/*# sourceMappingURL=main.css.map */