/*--------------------------------------------
Grid Framework
----------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 100%;
  font-size: 15px;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
  }
}
.col-md-20 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
  }
}
.hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .no-padding-xs {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .no-padding-sm {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .no-padding-md {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .no-padding-lg {
    padding: 0;
  }
}
html,
body {
  overflow-x: hidden;
}
.container {
  max-width: 320px;
}
@media only screen and (min-width: 30em) {
  .container {
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 640px;
  }
}
@media only screen and (min-width: 992px) {
  [class*="col"] {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0;
  }
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  [class*="col"] {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0;
  }
  header .container,
  .full-width>.vc_row,
  footer .container {
              margin: 0 auto;
    max-width: 1170px;
  }
  .container {
    max-width: 100%;
  }
  .boxed {
    max-width: 1200px;
    margin: auto;
  }
}
/*--------------------------------------------------------------
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;
}
/*--------------------------------------------
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;
}
/*--------------------------------------------
General
----------------------------------------------*/
::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
}
:-moz-placeholder {
  /* Firefox 18- */
  -moz-osx-font-smoothing: grayscale;
}
::-moz-placeholder {
  /* Firefox 19+ */
  -moz-osx-font-smoothing: grayscale;
}
a,
a:visited {
  cursor: hand;
  cursor: pointer;
}
/*--------------------------------------------
Combo CSS
----------------------------------------------*/
.clr:before,
.clr:after,
.recent-posts__item:before,
.recent-posts__item:after,
.services .wpb_text_column:before,
.services .wpb_text_column:after,
.header-preset-01 .col-lg-6 .wpb_content_element:before,
.header-preset-01 .col-lg-6 .wpb_content_element:after,
.pagination:before,
.pagination:after,
.post-navigation:before,
.post-navigation:after,
.single-post .comment-reply-title:before,
.single-post .comment-reply-title:after,
.single-post .comment > div:before,
.single-post .comment > div:after,
.page .comment > div:before,
.page .comment > div:after,
.single-project .projects-single-pagination:before,
.single-project .projects-single-pagination:after,
.widget_product_search:before,
.widget_product_search:after {
  content: " ";
  display: table;
}
.clr:after,
.recent-posts__item:after,
.services .wpb_text_column:after,
.header-preset-01 .col-lg-6 .wpb_content_element:after,
.pagination:after,
.post-navigation:after,
.single-post .comment-reply-title:after,
.single-post .comment > div:after,
.page .comment > div:after,
.single-project .projects-single-pagination:after,
.widget_product_search:after {
  clear: both;
}
.icf,
.social .menu li a:before,
.features .wpb_wrapper p:first-child:after,
.clients .owl-nav div:before,
.recent-posts__thumb:after,
.breadcrumb .sub:before,
.search-box:after,
.footer .menu li:before,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
}
.tran,
a,
.features .wpb_wrapper p:first-child img,
.features .wpb_wrapper p:first-child:before,
.features .wpb_wrapper p:first-child:after,
.who .consulting p img,
.clients .owl-item div,
.clients .owl-nav div:before,
.recent-posts__thumb img,
.recent-posts__thumb:before,
.recent-posts__thumb:after,
.header-wrapper,
.search-box:after,
.search-box input[type="search"],
.footer .menu li,
.comment-form-comment input[type="submit"],
.comment-form-comment input[type="submit"]:focus,
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content,
.single-project .gallery a:after,
.single-project .gallery a:before,
input,
select,
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.home-slider-button {
  -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
--------------------------------------------------------------*/
.site {
  overflow: hidden;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.content {
  padding: 0 0 80px;
}
.home .content {
  padding-bottom: 0;
}
.social .menu li {
  display: inline-block;
  margin-right: 5px;
  width: auto !important;
}
.social .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 li:before {
  display: none;
}
.social .menu li a {
  font-size: 0;
}
.social .menu li a:before {
  font-size: 16px;
  display: inline-block;
}
.social .menu li a[href*="facebook"]:before {
  content: "\f09a";
}
.social .menu li a[href*="twitter"]:before {
  content: "\f099";
}
.social .menu li a[href*="instagram"]:before {
  content: "\f16d";
}
.social .menu li a[href*="youtube"]:before {
  content: "\f16a";
}
.social .menu li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social .menu li a[href*="flickr"]:before {
  content: "\f16e";
}
.social .menu li a[href*="dribbble"]:before {
  content: "\f17d";
}
.social .menu li a[href*="foursquare"]:before {
  content: "\f180";
}
.social .menu li a[href*="linkedin"]:before {
  content: "\f0e1";
}
.social .menu li a[href*="tumblr"]:before {
  content: "\f173";
}
.social .menu li a[href*="feed"]:before {
  content: "\f09e";
}
.intro {
  padding: 44px 0;
}
.intro .wpb_column {
  vertical-align: middle;
}
.intro .vc_button-2-wrapper {
  margin-left: 6px;
}
.intro .vc_button-2-wrapper a {
  padding: 15px 24px !important;
  font-size: 14px !important;
}
.intro .col-sm-4 {
  padding-left: 0;
}
.intro2 {
  padding: 30px;
  max-width: 1140px;
  margin: -60px auto 0 !important;
  position: relative;
  z-index: 999;
}
.intro2 .col-lg-5 {
  text-align: right;
}
.looking {
  background-size: auto 300px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.looking .vc_custom_heading {
  margin-top: 140px;
}
.features {
  padding: 70px 0;
}
.features h3 {
  margin: 30px 0 20px;
}
.features .vc_button-2-wrapper {
  margin-top: 20px;
}
.features .wpb_column:hover .wpb_wrapper p:first-child 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);
}
.features .wpb_column:hover .wpb_wrapper p:first-child:before {
  opacity: 0.75;
  visibility: visible;
}
.features .wpb_column:hover .wpb_wrapper p:first-child:after {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.features .wpb_wrapper p:first-child {
  position: relative;
  overflow: hidden;
}
.features .wpb_wrapper p:first-child img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.features .wpb_wrapper p:first-child:before {
  content: '';
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.features .wpb_wrapper p:first-child:after {
  content: '\f061';
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFffff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  width: 50px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
}
.who {
  padding: 0 0 70px;
  border-bottom: 1px solid transparent;
}
.who h3 {
  margin-bottom: 1.3em;
}
.who p {
  margin-bottom: 1.8em !important;
}
.who .consulting {
  position: relative;
  margin-bottom: 30px;
}
.who .consulting p {
  margin-bottom: 0;
  overflow: hidden;
}
.who .consulting:hover img {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}
.who .consulting .info:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}
.who .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;
}
.who .consulting .info div h4 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2;
}
.who .consulting .info div h5 {
  color: #FFFFFF;
  font-size: 24px;
}
.who .consulting .info div a {
  padding: 10px 20px !important;
  font-size: 12px !important;
}
.who .consulting .info div a:hover {
  background-color: #fff;
  border-color: #FFFFFF !important;
  color: #111 !important;
}
.home-projects {
  padding: 70px 0 80px;
  position: relative;
  background-position-x: center !important;
}
.home-projects:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.95;
}
.home-projects:after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.03;
  background-image: url("../images/noise.gif");
}
.home-projects > div {
  position: relative;
  z-index: 99;
}
.offer {
  padding: 70px 0;
}
.testimonial {
  padding: 80px 0;
  position: relative;
  background-position-x: center !important;
}
@media (max-width: 768px) {
  .testimonial {
    background: none !important;
  }
}
.testimonial:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.95;
}
.testimonial:after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.03;
  background-image: url("../images/noise.gif");
}
.clients {
  padding: 65px 0;
}
.clients .owl-item div {
  background-color: #EEEEEE;
  text-align: center;
  border: 1px solid transparent;
}
.clients .owl-item div:hover {
  background-color: #fff;
}
.clients .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
}
.clients .owl-nav div {
  display: inline-block;
  font-size: 0;
  margin: 0 2px;
}
.clients .owl-nav div:before {
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: #EEEEEE;
}
.clients .owl-nav .owl-prev:before {
  content: "\f053";
}
.clients .owl-nav .owl-next:before {
  content: "\f054";
}
.widget_woothemes_testimonials {
  font-size: 14px;
}
.recent-posts__item {
  margin-bottom: 15px;
}
.recent-posts__item a {
  font-size: 15px;
}
.recent-posts__thumb {
  float: left;
  margin-right: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.recent-posts__thumb:hover img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.recent-posts__thumb:hover:before {
  opacity: 0.75;
  visibility: visible;
}
.recent-posts__thumb:hover:after {
  opacity: 1;
  visibility: visible;
}
.recent-posts__thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.recent-posts__thumb:before {
  content: '';
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.recent-posts__thumb:after {
  content: '\f061';
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFffff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  width: 30px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.services {
  padding: 65px 0;
}
.services .wpb_text_column {
  margin-bottom: 30px !important;
}
.services-alt .wpb_text_column {
  text-align: left;
}
.services-alt .vc_icon_element {
  float: left;
  margin-right: 20px;
}
.header-preset-01 .col-lg-6 {
  text-align: left;
}
.header-preset-01 .col-lg-6 .vc_icon_element {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}
.header-preset-01 .col-lg-6 .wpb_content_element {
  margin-bottom: 20px;
}
.our-team {
  padding: 60px 0;
}
.our-team .wpb_text_column {
  background-color: #fff;
  padding-bottom: 20px;
}
.our-team h4 {
  color: #111;
}
.latest-products {
  padding: 60px 0 30px;
}
.has-bg {
  text-align: center;
  padding: 50px 0 50px;
  text-transform: uppercase;
  position: relative;
  background-position: bottom center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.post-type-archive-product .has-bg,
.woocommerce .has-bg {
  background-image: url("../images/heading_bg.jpg");
}
.single .has-bg,
.archive .has-bg {
  background-image: url("../images/heading_bg.jpg");
}
.has-bg:before {
  content: '';
  background: url("../images/noise.gif");
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.05;
}
.breadcrumb {
  padding: 10px 0;
  border-bottom: 1px solid transparent;
  margin-bottom: 50px;
  font-size: 12px;
  text-transform: uppercase;
}
.breadcrumb ul {
  margin-bottom: 0 !important;
}
.breadcrumb ul:before {
  content: 'You are here:';
  margin-right: 10px;
}
.breadcrumb li {
  list-style: none;
  display: inline-block;
  margin: 0 !important;
}
.breadcrumb .sub:before {
  content: "\f101";
  padding: 0 10px 0 8px;
}
.archive article {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.archive.post-type-archive-product article {
  border-bottom-color: transparent;
  padding: 0;
  margin: 0;
}
.pagination {
  margin-bottom: 30px;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 10px 5px;
  font-size: 16px;
}
.search-results .has-bg {
  background-image: url('../images/heading_bg.jpg');
}
.search-results article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}
.not-found {
  padding: 100px 0;
}
.page-template-template-contact .search-box {
  display: none;
}
blockquote.testimonials-text {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .intro .col-sm-4 {
    text-align: right;
  }
  .intro .vc_custom_heading {
    height: 26px;
  }
  .social .menu {
    text-align: right;
  }
  .social .menu li {
    margin-left: 7px;
  }
  .testimonials-list:before {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
  }
  .testimonials-list .testimonials-text {
    padding: 0 80px;
    font-size: 15px;
    margin-bottom: 20px;
    border: none;
  }
  .testimonials-list .testimonials-text:before {
    content: url("../images/quote-left.png");
    position: absolute;
    left: 0;
    opacity: 0.5;
  }
  .testimonials-list .testimonials-text:after {
    content: url("../images/quote-right.png");
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
  }
  .testimonials-list .author {
    margin-bottom: 30px;
    display: block;
  }
  .testimonials-list .author span {
    display: block;
  }
  .testimonials-list .author span:first-child {
    font-style: normal;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .has-bg {
    padding: 80px 0;
    background-position-x: center;
    margin-bottom: 50px;
  }
  .has-bg .entry-title {
    text-transform: none;
    font-size: 42px;
    margin-bottom: 10px;
  }
  .has-bg .container {
    position: relative;
    z-index: 2;
  }
  .has-bg .breadcrumb {
    margin-bottom: 0;
    background-color: #fff;
    display: inline-block;
    text-transform: none;
    padding: 12px;
    min-width: 200px;
  }
  .header-sticky .has-bg {
    padding-top: 140px;
  }
  .header-preset-02 .has-bg {
    padding-top: 155px;
  }
}
.boxed .site {
  background-color: #fff;
}
.content-wrapper {
  background-color: #fff;
}
.intro h3 {
  color: #FFFFFF;
}
.features h3 {
  color: #111111;
}
.features .wpb_wrapper p:first-child:before {
  background-color: #ffffff;
}
.who {
  border-bottom-color: #EEEEEE;
}
.wpb_accordion_wrapper .ui-state-active .ui-icon:before {
  color: #FFFFFF;
}
.home-projects .heading-title-2,
.testimonial .heading-title-2,
.our-team .heading-title-2 {
  color: #FFFFFF;
}
.home-projects .heading-title-2:before,
.testimonial .heading-title-2:before,
.our-team .heading-title-2:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.testimonial__content {
  color: #FFFFFF;
}
.breadcrumb {
  border-color: #eee;
}
.recent-posts__thumb:before {
  background-color: #ffffff;
}
.testimonials-list {
  color: #FFFFFF;
}
.has-bg .heading-title-2:before {
  background-color: #fff;
}
a.eg-grant-element-2,
a.eg-grant-element-1 {
  color: #fff;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-title {
  font-size: 25px;
  margin: 0;
}
.top-area {
  padding: 10px 0;
}
.top-area [class*='col-'] {
  vertical-align: middle;
}
.top-area .textwidget i {
  font-size: 16px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.header {
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .header {
    padding: 20px 0;
  }
}
.header [class*="col-"] {
  vertical-align: middle;
}
.header .container {
  position: relative;
}
.header-right [class*='col'] {
  font-size: 18px;
  line-height: 1.2;
}
.header-right [class*='col'] span {
  font-size: 13px;
}
.header-right i {
  float: left;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 2px solid transparent;
  margin: 0 10px 0 0;
}
.search-box {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .search-box {
    display: block;
  }
}
.search-box:after {
  content: "\f002";
  position: absolute;
  right: 0;
  top: 0;
  padding: 47px 0 40px;
  z-index: 999;
  font-size: 18px;
  cursor: pointer;
  width: 33px;
  text-align: right;
  height: 33px;
}
.search-box:hover input[type="search"] {
  width: 70%;
  padding: 10px;
  border: 1px solid #EEEEEE;
}
.search-box label span,
.search-box input[type="submit"] {
  display: none;
}
.search-box input[type="search"] {
  padding: 0;
  width: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 999;
  border: none;
}
@media only screen and (min-width: 1200px) {
  .header-preset-01 .header {
    padding: 0;
  }
  .header-preset-01 .navigation {
    padding-right: 20px;
  }
  .header-sticky .header-wrapper {
    width: 100%;
  }
  .header-sticky .header-wrapper + .content-wrapper {
    padding-top: 90px;
  }
  .header-sticky .header-wrapper {
    position: fixed !important;
    z-index: 999;
    top: 0;
  }
  .headroom--not-top {
    position: fixed;
    z-index: 999;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .headroom--not-top .header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  .headroom--not-top .search-box:after {
    padding: 22px 0 18px;
  }
  .headroom--not-top .search-box input[type="search"] {
    top: 12px;
  }
  /*
  .headroom--not-top .navigation .menu > li > a {
    padding: 20px 10px;
  }*/
  .header-preset-02.header-sticky .header-wrapper + .content-wrapper {
    padding-top: 44px;
  }
  .header-preset-02.header-sticky .has-bg {
    padding-top: 200px;
  }
  .header-preset-02 .header {
    padding: 45px 0;
    height: 132px;
  }
  .header-preset-02 .nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .header-preset-02 .navigation {
    padding: 0;
    text-align: left;
    position: relative;
  }
  .header-preset-02 .navigation > div > ul > li {
    margin-right: -4px;
  }
  .header-preset-02 .navigation > div > ul > li > a {
    padding: 20px 30px 15px;
    border-right: 1px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .header-preset-03.header-sticky .header-wrapper + .content-wrapper {
    padding-top: 44px;
  }
  .header-preset-03.header-sticky .has-bg {
    padding-top: 225px;
  }
  .header-preset-03 .header {
    padding: 45px 0;
    height: 132px;
  }
  .header-preset-03 .nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .header-preset-03 .navigation {
    padding: 0;
    text-align: left;
    position: relative;
  }
  .header-preset-03 .navigation > div > ul > li {
    margin-right: -4px;
  }
  .header-preset-03 .navigation > div > ul > li > a {
    padding: 15px 30px 20px;
    border-right: 1px solid transparent;
    border-top: 5px solid transparent;
  }
  .header-preset-04 .header {
    padding: 0;
  }
  .header-preset-04.home .site-branding {
    padding-top: 30px;
  }
  .header-preset-04.home .navigation > div > ul > li > a {
    color: #ffffff;
    padding: 50px 10px 20px;
  }
  .header-preset-04.home .top-area {
    color: #FFFFFF;
  }
  .header-preset-04.home .top-area a {
    color: #FFFFFF;
  }
  .header-preset-04.home .header {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0;
  }
  .header-preset-04.home .header-wrapper {
    position: absolute;
    background-color: transparent !important;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  .header-preset-04.home .header,
  .header-preset-04.home .top-area,
  .header-preset-04.home .navigation {
    background: none !important;
  }
  .header-preset-04.home.header-sticky .header-wrapper + .content-wrapper {
    padding-top: 0;
  }
  .header-preset-04.home .headroom--not-top .header {
    background-color: #1b273d !important;
  }
  .header-preset-05.header-sticky .header-wrapper + .content-wrapper {
    padding-top: 44px;
  }
  .header-preset-05.header-sticky .has-bg {
    padding-top: 275px;
  }
  .header-preset-05 .header {
    padding: 45px 0;
    height: 132px;
  }
  .header-preset-05 .nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .header-preset-05 .navigation {
    padding: 0;
    text-align: left;
    position: relative;
  }
  .header-preset-05 .navigation > div > ul > li {
    margin-right: -4px;
  }
  .header-preset-05 .navigation > div > ul > li.current-menu-item > a,
  .header-preset-05 .navigation > div > ul > li:hover > a {
    border-top: 5px solid transparent;
  }
  .header-preset-05 .navigation > div > ul > li > a {
    padding: 25px 30px;
    border-right: 1px solid transparent;
    border-top: 5px solid transparent;
  }
  .header-preset-05 .navigation > div > ul > li > a:first-child {
    border-left: 1px solid transparent;
  }
  .header-preset-06 .header {
    padding: 0;
  }
  .header-preset-02 .navigation > div > ul > li.current-menu-item > a,
  .header-preset-02 .navigation > div > ul > li > a:hover {
    color: #FFFFFF;
  }
  .header-preset-02 .navigation a:before,
  .header-preset-02 .navigation a:after {
    display: none;
  }
  .header-preset-02 .headroom--not-top,
  .header-preset-03 .headroom--not-top {
    -webkit-transform: translate(0, -132px);
    -moz-transform: translate(0, -132px);
    -ms-transform: translate(0, -132px);
    -o-transform: translate(0, -132px);
  }
  .header-preset-02 .headroom--not-top .navigation .menu > li > a,
  .header-preset-03 .headroom--not-top .navigation .menu > li > a {
    padding: 15px 30px;
  }
  .header-preset-05 .headroom--not-top {
    -webkit-transform: translate(0, -132px);
    -moz-transform: translate(0, -132px);
    -ms-transform: translate(0, -132px);
    -o-transform: translate(0, -132px);
  }
  .header-preset-05 .headroom--not-top .navigation .menu > li > a {
    padding: 15px 20px;
  }
  .top-area-enable.header-preset-01 .headroom--not-top,
  .top-area-enable.header-preset-04 .headroom--not-top,
  .top-area-enable.header-preset-06 .headroom--not-top {
    -webkit-transform: translate(0, -44px);
    -moz-transform: translate(0, -44px);
    -ms-transform: translate(0, -44px);
    -o-transform: translate(0, -44px);
  }
  .top-area-enable.header-preset-02 .headroom--not-top,
  .top-area-enable.header-preset-03 .headroom--not-top,
  .top-area-enable.header-preset-05 .headroom--not-top {
    -webkit-transform: translate(0, -176px);
    -moz-transform: translate(0, -176px);
    -ms-transform: translate(0, -176px);
    -o-transform: translate(0, -176px);
  }
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .menu-link {
    font-size: 20px;
    color: #111;
    cursor: pointer;
    display: inline-block;
    -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);
  }
  .menu-link.active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .header-wrapper {
    position: relative;
  }
  .header-preset-02 .nav,
  .header-preset-03 .nav,
  .header-preset-05 .nav {
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 999;
    text-align: right;
  }
  .navigation {
    position: absolute;
    background-color: #fff !important;
    right: 0;
    top: 120%;
    z-index: 999;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.1);
    -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);
  }
  .navigation.active {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .navigation .menu > li.mega {
    display: none;
  }
  .navigation .menu > li > a {
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
    color: #111 !important;
  }
  .navigation .sub-menu li {
    padding-right: 15px;
  }
  .navigation .sub-menu li:last-child {
    border: none;
  }
  .navigation li {
    padding: 0 15px;
    border-bottom: 1px solid #EEEEEE;
  }
  .navigation li.menu-item-has-children {
    padding: 0;
  }
  .navigation li.menu-item-has-children > a {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 15px;
    text-transform: uppercase;
  }
  .navigation li.menu-item-has-children li {
    padding: 5px 30px 5px 15px !important;
  }
  .navigation li.menu-item-has-children li a {
    color: #AAAAAA;
    display: block;
    padding: 5px 0;
  }
  .navigation li.menu-item-has-children li a:hover {
    background: none !important;
  }
  .header__right {
    text-align: right;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation {
    text-transform: uppercase;
    text-align: right;
  }
  .navigation > div > ul > li {
            display: inline-block;
        position: relative;
  }
  .navigation > div > ul > li.mega {
    position: static;
  }
  .navigation > div > ul > li.mega .sub-menu {
    width: 100%;
    border-top: 3px solid transparent;
    padding: 20px 30px 20px 25%;
    font-size: 0;
    background: #fff url("../images/mega.jpg") no-repeat 4% center;
  }
  .navigation > div > ul > li.mega .sub-menu li {
    font-size: 13px;
    border: none;
    width: 33.33%;
    display: inline-block;
  }
  .navigation > div > ul > li:hover > .sub-menu,
  .navigation > div > ul > li:hover > .children {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .navigation > div > ul > li:hover > .sub-menu li,
  .navigation > div > ul > li:hover > .children li {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .navigation > div > ul > li.current-menu-item > a:before,
  .navigation > div > ul > li.current-menu-item > a:after {
    visibility: visible;
    opacity: 1;
  }
  .navigation > div > ul > li.current-menu-item > a:before {
    -webkit-transform: translate(-5px, 0);
    -moz-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
  }
  .navigation > div > ul > li.current-menu-item > a:after {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
  }
  .navigation > div > ul > li > a {
    display: inline-block;
    font-size: 14px;
  }
  .navigation > div > ul > li > a:hover:before,
  .navigation > div > ul > li > a:hover:after {
    visibility: visible;
    opacity: 1;
  }
  .navigation > div > ul > li > a:hover:before {
    -webkit-transform: translate(-5px, 0);
    -moz-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
  }
  .navigation > div > ul > li > a:hover:after {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
  }
  .navigation > div > ul > li > a:before,
  .navigation > div > ul > li > a:after {
    -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);
    visibility: hidden;
    opacity: 0;
  }
  .navigation > div > ul > li > a:before {
    content: '[';
    display: inline-block;
    -webkit-transform: translate(-15px, 0);
    -moz-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
  }
  .navigation > div > ul > li > a:after {
    content: ']';
    display: inline-block;
    -webkit-transform: translate(15px, 0);
    -moz-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    
  }
  .navigation .sub-menu,
  .navigation .children {
    text-align: left;
    position: absolute;
    width: 270px;
    left: 0;
    top: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -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);
    margin-top: 40px;
  }
  .navigation .sub-menu a,
  .navigation .children a {
    color: #AAAAAA;
    padding: 10px 20px;
    display: block;
  }
  .navigation .sub-menu a:hover,
  .navigation .children a:hover {
    color: #fff;
  }
  .navigation .sub-menu a:hover:after,
  .navigation .children a:hover:after {
    color: #fff;
  }
  .navigation .sub-menu li,
  .navigation .children li {
    display: block;
    text-transform: none;
    width: 100%;
    background-color: #fff;
    position: relative;
  }
  .navigation .sub-menu li:first-child,
  .navigation .children li:first-child {
    border-top: 3px solid transparent;
  }
  .navigation .sub-menu li.page_item_has_children > a:before,
  .navigation .children li.page_item_has_children > a:before,
  .navigation .sub-menu li.page_item_has_children > a:after,
  .navigation .children li.page_item_has_children > a:after {
    content: " ";
    display: table;
  }
  .navigation .sub-menu li.page_item_has_children > a:after,
  .navigation .children li.page_item_has_children > a:after {
    clear: both;
  }
  .navigation .sub-menu li.page_item_has_children > a:after,
  .navigation .children li.page_item_has_children > a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f054";
    float: right;
    margin-top: 5px;
  }
  .navigation .sub-menu li.page_item_has_children:hover .children,
  .navigation .children li.page_item_has_children:hover .children {
    visibility: visible;
    opacity: 1;
    left: 100%;
  }
  .navigation .sub-menu .children,
  .navigation .children .children {
    position: absolute;
    left: 110%;
    visibility: hidden;
    opacity: 0;
    top: -50%;
  }
  .menu-link {
    display: none;
  }
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.bottom-wrapper {
  width: 100%;
}
.footer {
  padding: 70px 0 50px;
  position: relative;
}
.footer .social .menu li {
  margin-left: 0;
  margin-right: 15px;
}
.footer .social .menu li a:before {
  font-size: 20px;
}
.footer [class*='col-'] {
  margin-bottom: 20px;
}
.footer:before {
  content: '';
  background: url("../images/noise.gif");
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.03;
}
.footer > .container {
  position: relative;
  z-index: 2;
}
.footer .widget-title {
  color: #111;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-transform: none;
  font-size: 20px;
}
@media (max-width: 768px) {
  .footer .widget-title {
    margin-bottom: 20px;
    padding-bottom: 13px;
  }
}
.footer .widget-title:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .widget-title:after {
  content: '';
  width: 80px;
  height: 3px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.footer .menu {
  font-size: 0;
}
.footer .menu li {
  vertical-align: top;
  margin-bottom: 10px;
  list-style-type: none;
}
.footer .menu li:hover {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
}
.footer .menu li:before {
  content: '\f054';
  margin-right: 10px;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.footer .textwidget img {
  margin-bottom: 20px;
}
.footer .textwidget i {
  margin-right: 10px;
  font-size: 20px;
  width: 20px;
}
@media only screen and (min-width: 992px) {
  .footer .textwidget i {
    margin-right: 25px;
  }
}
.footer .textwidget p {
    color: #fff;
  margin-bottom: 0.7em;
}
.footer .social {
  margin-top: 20px;
}
.footer .social .menu {
  text-align: left;
}
.copyright {
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.copyright:before {
  content: '';
  background: url("../images/noise.gif");
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.03;
}
@media only screen and (min-width: 768px) {
  .footer .menu {
    font-size: 0;
  }
  .footer .menu li {
    display: inline-block;
    width: 50%;
  }
}
/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget .menu li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-color: #FFFFFF;
}
.sidebar .widget .menu li.current-menu-item a {
  color: #FFFFFF;
}
.sidebar .widget .menu li a {
  padding: 15px 20px;
  display: block;
  background-color: #F4F4F4;
  text-transform: uppercase;
}
.sidebar .widget .menu li a:hover {
  color: #FFFFFF;
}
.sidebar .widget-title {
  margin-bottom: 20px;
}
.sidebar ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
  list-style: none;
}
/*--------------------------------------------------------------
Single
--------------------------------------------------------------*/
.single-post .entry-footer {
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 30px;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 20px;
}
.entry-content ol li,
.entry-content ul li {
  margin-left: 20px;
}
.page .entry-content ol,
.page .entry-content ul {
  margin: 16px 20px;
}
.page .entry-content ol li,
.page .entry-content ul li {
  margin-left: 20px;
}
.entry-meta {
  margin-top: 20px;
}
.entry-meta span {
  margin-right: 20px;
}
.entry-meta i {
  margin-right: 5px;
}
.entry-meta time.published {
  display: none;
}
.entry-meta time.published.updated {
  display: inline-block;
}
.entry-meta .byline {
  margin-left: 10px;
}
.post-navigation {
  margin-bottom: 30px;
  text-align: left;
}
.post-navigation .nav-next {
  text-align: right;
}
.single-post .comment-reply-title,
.page .comment-reply-title,
.single-post .comments-title,
.page .comments-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-post .comment-reply-title,
  .page .comment-reply-title,
  .single-post .comments-title,
  .page .comments-title {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
.single-post .comment-reply-title:before,
.page .comment-reply-title:before,
.single-post .comments-title:before,
.page .comments-title:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-post .comment-reply-title:after,
.page .comment-reply-title:after,
.single-post .comments-title:after,
.page .comments-title:after {
  content: '';
  width: 80px;
  height: 3px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.single-post .comment-reply-title small {
  float: right;
}
.single-post .comment,
.page .comment {
  margin-bottom: 20px;
}
.single-post .comment > div,
.page .comment > div {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
}
.single-post .comment .comment-author,
.page .comment .comment-author {
  float: left;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) {
  .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;
}
.single-post .comment-form,
.page .comment-form {
  margin: 0 -15px;
  font-size: 0;
}
.single-post .comment-form .logged-in-as,
.page .comment-form .logged-in-as,
.single-post .comment-form .form-submit,
.page .comment-form .form-submit {
  padding: 0 15px;
  font-size: 13px;
}
.comment-list {
  list-style: none;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
.comment-form-comment textarea {
  height: 250px;
}
.comment-form-comment input[type="submit"],
.comment-form-comment input[type="submit"]:focus {
  display: inline-block;
  text-align: center;
  background: transparent;
  box-shadow: none;
  border: 2px solid #000000;
  padding: 11px 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}
.comment-form-comment input[type="submit"]:hover {
  border: 2px solid transparent;
}
/*--------------------------------------------------------------
Page
-------------------------------------------------------------*/
.page.full-width .entry-content {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}
.page.full-width.wpb-js-composer .entry-content {
  max-width: 5000px;
  padding: 0;
}
.header-preset-01.map-enable .headroom + .content-wrapper {
  padding-top: 0;
}
.header-preset-01.map-enable .header-wrapper {
  position: absolute !important;
  z-index: 999;
  background: none !important;
  width: 100%;
}
.header-preset-01.map-enable .header {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding-top: 30px;
}
.header-preset-01.map-enable .header .container {
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 10px;
  padding-bottom: 10px;
}
.archive .hentry {
  max-width: 1170px;
  margin: 0 auto 30px;
}
.archive .hentry:before,
.archive .hentry:after {
  content: " ";
  display: table;
}
.archive .hentry:after {
  clear: both;
}
.paging-navigation {
  max-width: 1170px;
  margin: 0 auto;
}
.paging-navigation .nav-next {
  text-align: right;
}
.page-template-template-contact .wpb_column i {
  font-size: 25px;
  margin-right: 10px;
}
.leaders .wpb_content_element img {
  border: 1px solid #eee;
  padding: 0 40px;
}
.services-page .content {
  padding-bottom: 0;
}
.services-page .features {
  padding: 0;
}
.about-page .content {
  padding-bottom: 0;
}
.about-page .heading-title {
  margin-bottom: 22px;
  padding-bottom: 8px;
}
.work-with-us {
  padding: 70px 0;
  position: relative;
}
.work-with-us .row {
  position: relative;
  z-index: 2;
}
.work-with-us .vc_custom_heading div {
  max-width: 900px;
  margin: auto;
  margin-bottom: 20px !important;
}
.work-with-us:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}
.work-with-us:after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.03;
  background-image: url("../images/noise.gif");
}
@media only screen and (min-width: 1200px) {
  .header-preset-01.map-enable .navigation {
    background: transparent !important;
  }
  .header-preset-01.map-enable .navigation .menu > li > a {
    padding: 30px 10px;
  }
  .header-preset-01.map-enable .header .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* 
 *  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: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #ddd;
  margin: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.owl-controls .owl-dot.active {
  background-color: #000000;
}
/*--------------------------------------------------------------
Nprogress
--------------------------------------------------------------*/
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #fff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: solid 4px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*--------------------------------------------
Popup Effects
----------------------------------------------*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*--------------------------------------------------------------
Contact Form 7
--------------------------------------------------------------*/
.wpcf7 input[type="text"],
.wpcf7 select,
.wpcf7 input[type="email"] {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.wpcf7-textarea,
.light-on-dark .wpcf7-textarea {
  width: 100%;
  max-width: 100%;
  height: 200px;
}
div.wpcf7-response-output {
  margin: 0;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  position: relative;
  padding: 13px 15px 13px 15px;
  margin-bottom: 20px;
  margin-top: 0px;
  color: #c09853;
  text-shadow: none;
  background-color: #fcf8e3;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.wpcf7-mail-sent-ok {
  color: #fff;
  background-color: #468847;
  width: 100%;
  text-align: center;
}
div.wpcf7-mail-sent-ng {
  color: #fff;
  background-color: #3a87ad;
}
div.wpcf7-spam-blocked {
  color: #fff;
  background-color: #3a87ad;
}
div.wpcf7-validation-errors {
  color: #fff;
  background-color: #eb5858;
  border-color: #eb5858;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  margin-top: -10px;
}
span.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 2px solid #eb5858 !important;
}
span.wpcf7-not-valid-tip {
  color: #eb5858;
  margin-top: -20px !important;
  margin-bottom: 20px;
}
.footer span.wpcf7-not-valid-tip {
  position: absolute;
  top: -3px;
}
span.wpcf7-not-valid-tip-no-ajax {
  color: #f00;
  font-size: 10pt;
  display: block;
}
.formbtnstyle {
  clear: both;
  margin-top: 20px;
}
.wpcf7 *::-moz-placeholder {
  opacity: 1 !important;
}
.wpcf7-form .ajax-loader {
  display: block;
  width: 26px;
  margin-left: 0;
  margin-top: 10px;
  background: #eee;
  padding: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 30px;
}
div.wpcf7 img.ajax-loader {
  margin-left: 0 !important;
}
.rev_slider .wpcf7-form .ajax-loader {
  display: none;
}
.wpcf7-submit {
  margin-top: 10px !important;
}
/*--------------------------------------------------------------
Projects
--------------------------------------------------------------*/
.post-type-archive-project ul.projects,
.tax-project-category ul.projects {
  font-size: 0;
  margin: 0 -15px;
}
.post-type-archive-project ul.projects li,
.tax-project-category ul.projects li {
  list-style: none !important;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-project ul.projects li,
  .tax-project-category ul.projects li {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .post-type-archive-project ul.projects li,
  .tax-project-category ul.projects li {
    width: 25%;
  }
}
.post-type-archive-project ul.projects li .project-thumbnail,
.tax-project-category ul.projects li .project-thumbnail {
  margin-bottom: 20px;
}
.single-project .entry-title {
  text-transform: none;
}
.single-project .gallery {
  margin: 20px 0 65px;
}
.single-project .gallery a {
  position: relative;
  display: block;
}
.single-project .gallery a:hover:before {
  visibility: visible;
  opacity: 1;
}
.single-project .gallery a:hover:after {
  visibility: visible;
  opacity: 0.75;
}
.single-project .gallery a:after,
.single-project .gallery a:before {
  visibility: hidden;
  opacity: 0;
}
.single-project .gallery a:after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.single-project .gallery a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f002";
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.single-project .meta-title {
  font-weight: bold;
  color: #111;
  margin-right: 10px;
}
.single-project .project-meta .categories ul {
  display: inline-block;
}
.single-project .project-meta .categories li {
  display: inline-block;
}
.single-project .project-meta .categories li a {
  color: #AAAAAA;
}
.single-project .projects-single-pagination {
  padding: 20px 0 100px;
}
.single-project .projects-single-pagination .next {
  float: right;
}
.single-project .projects-single-pagination .previous {
  float: left;
}
.single-project .type-project .summary {
  margin: 0 -15px;
}
/*--------------------------------------------------------------
Woocomerce
--------------------------------------------------------------*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 25px;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce table.shop_table,
.woocommerce-checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container .select2-choice {
  padding: 10px 15px;
  border-color: #EEEEEE;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-drop-active {
  border-color: #EEEEEE;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
}
.woocommerce .quantity .qty {
  width: 80px;
  height: 40px;
  padding: 0 10px;
}
.woocommerce a.button {
  background-color: transparent;
  border: 2px solid #EEEEEE;
}
.woocommerce a.button:hover {
  color: #ffffff;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 12px 15px;
  width: 150px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border: none;
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  padding: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
}
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .woocommerce .related ul li.product,
  .woocommerce .related ul.products li.product {
    width: 24%;
  }
}
.woocommerce ul.products li.product .price {
  font-size: 18px;
}
.woocommerce ul.products li.product h3 {
  font-size: 15px;
}
.woocommerce-page .entry-content {
  max-width: 1170px !important;
  padding: 0 15px !important;
  margin: auto;
}
.post-type-archive-product .entry-content,
.archive.woocommerce-page .entry-content {
  max-width: 5000px;
  padding: 0;
}
.widget_product_search .screen-reader-text {
  display: none;
}
.widget_product_search .search-field {
  float: left;
  width: 70%;
}
.widget_product_search input[type='submit'] {
  float: left;
  width: 30%;
  height: 47px;
  line-height: 47px;
  padding: 0;
  border: none;
  color: #fff;
  text-align: center;
}
.woocommerce-tabs h2 {
  display: none;
}
.related.products {
  position: relative;
}
.related.products h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .related.products h2 {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
.related.products h2:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.related.products h2:after {
  content: '';
  width: 80px;
  height: 3px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.single_add_to_cart_button {
  height: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 8px 20px;
  background-color: transparent;
  text-transform: uppercase;
}
.product_meta span {
  display: block;
  margin-bottom: 10px;
}
.woocommerce ul.products {
  margin: 0 0 1em !important;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 70px;
}
.woocommerce ul.product_list_widget li {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 12px 16px;
}
@media only screen and (min-width: 992px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 30.8%;
  }
  .columns-4.woocommerce ul.products li.product {
    width: 22.05% !important;
  }
}
/*--------------------------------------------------------------
Form
--------------------------------------------------------------*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: inline-block;
  padding: 11px 15px;
  margin-bottom: 10px;
  color: #666;
  border: 1px solid #EEEEEE;
  vertical-align: top;
  font-size: 13px;
  width: 100%;
  max-width: 100%;
}
textarea {
  resize: vertical;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666 !important;
}
input,
select,
textarea {
  box-shadow: none;
  color: #222;
  padding: 10px;
  width: 100%;
}
input:focus,
textarea:focus {
  outline: none;
  background-color: #F5F5F5;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #FFF;
  border: 2px solid #999999;
  color: #999999;
  cursor: pointer;
  padding: 10px 24px;
  width: auto;
  font-size: 13px;
  text-transform: uppercase;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #1B273D;
  color: #fff;
}
/*--------------------------------------------------------------
Visual Composer
--------------------------------------------------------------*/
.wpb_row {
  margin: 0 -15px;
}
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 0 !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
  background-color: #ffb500 !important;
}
.add_to_cart_button {
  border: 2px solid #EEEEEE;
}
.vc_btn.ghost {
  background: none;
  border: 2px solid #EEEEEE;
}
.vc_btn.ghost:hover {
  border: 2px solid transparent;
}
.vc_btn_md {
  padding: 13px 22px !important;
  font-size: 13px !important;
}
.vc_progress_bar .vc_single_bar {
  height: 15px;
  margin-top: 50px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.vc_progress_bar .vc_single_bar .vc_bar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.vc_progress_bar .vc_label {
  position: absolute;
  top: -27px;
  left: -10px;
  color: #999999 !important;
  text-transform: uppercase;
}
.wpb_accordion_section {
  margin-bottom: 10px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  padding-left: 50px;
  background: none !important;
  border: 1px solid #EEEEEE;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  line-height: 50px;
  height: 50px;
  padding: 0;
  font-size: 15px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  right: auto;
  left: 0;
  top: 0 !important;
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  line-height: 50px;
  padding: 0 !important;
}
.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 .ui-state-default .ui-icon {
  right: auto;
  left: 0;
  top: -1px !important;
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  line-height: 50px;
  padding: 0 !important;
  background: none !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
  content: "\f054";
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active {
  background: #1B273D !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a {
  color: #fff !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a:hover {
  color: #fff !important;
}
.wpb_accordion .wpb_accordion_content {
  border: 1px solid #EEEEEE;
  border-top: none;
}
/*--------------------------------------------------------------
Essential Grid
--------------------------------------------------------------*/
.esg-filter-wrapper {
  margin-bottom: 35px;
}
.esg-filters.esg-navbutton-solo-right {
  position: absolute;
  right: 0;
  bottom: 93px !important;
  top: auto !important;
  z-index: 800;
}
.esg-filters.esg-navbutton-solo-left {
  position: absolute;
  left: -20px;
  bottom: 93px !important;
  top: auto !important;
  z-index: 800;
}
.esg-grid .mainul,
.esg-grid .mainul > li {
  margin: 0 !important;
}
.eg-thememove-blog-element-0 {
  font-weight: normal !important;
}
/*--------------------------------------------------------------
Custom
--------------------------------------------------------------*/
.struct:hover {
  background-color: #FFB600 !important;
  color: #fff !important;
}
.download {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #EEEEEE;
  padding: 15px 20px;
}
.download i {
  margin-right: 10px;
}
#map-canvas {
  height: 350px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  #map-canvas {
    height: 500px;
  }
}
.home-slider-button:hover {
  background-color: #fff !important;
}
.home-slider-button:hover a {
  color: #FFB600 !important;
}
.home-slider-button a {
  color: #FFFFFF !important;
}
::-moz-placeholder {
  color: #222;
  opacity: 1;
  font-weight: 300;
}
::-webkit-input-placeholder {
  color: #222;
  font-weight: 300;
}
.esg-grid {
  font-family: inherit !important;
}
.tp-video-play-button {
  display: none !important;
}
.scrollup {
  display: none;
}
.header-preset-02 .extra-info {
  color: #fff;
}
.header-preset-02 .extra-info span {
  color: #767D8C;
}
.header-preset-03 .extra-info {
  color: #111111;
}
.header-preset-03 .extra-info span {
  color: #999999;
}
.listing {
  margin: 0 !important;
}
.listing li {
  list-style: none;
  margin-bottom: 10px;
}
.vc_images_carousel .vc_carousel-indicators li {
  margin: 0 !important;
}
.atlwdg-trigger {
  left: 39px !important;
  border: none !important;
  background-color: #FFB600 !important;
  padding: 8px 13px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3) !important;
  font-size: 13px !important;
  z-index: 9999;
  top: 70% !important;
}
.atlwdg-trigger:hover {
  background-color: #1B273D !important;
}
@media only screen and (min-width: 992px) {
  .scrollup {
    display: block;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    position: fixed;
    right: 30px;
    bottom: -50px;
    font-size: 0;
    padding: 3px 12px 5px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .scrollup i {
    font-size: 35px;
  }
  .scrollup.show {
    bottom: 50px;
    opacity: 0.8;
  }
  .scrollup:hover {
    color: #fff !important;
    font-size: 15px;
  }
  .boxed .header-wrapper,
  .boxed .bottom-wrapper {
    width: 1200px;
    position: relative;
  }
  .uncover .bottom-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 0;
  }
  .uncover .content-wrapper {
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .uncover .site {
    padding-bottom: 504px;
  }
}
@media only screen and (min-width: 1200px) {
  .admin-bar.header-sticky .header-wrapper {
    top: 30px;
  }
}
@media (max-width: 992px) {
  .vc_column_container .vc_btn,
  .vc_column_container .wpb_button {
    padding: 8px 12px !important;
  }
  .intro {
    padding: 25px 20px;
  }
  .intro h3 {
    font-size: 18px !important;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .vc_column_container .vc_btn,
  .vc_column_container .wpb_button {
    font-size: 11px !important;
  }
  .home-projects {
    padding: 40px 0;
  }
  .who {
    padding: 40px 0 0;
  }
  .who [class*="col-"] {
    margin-bottom: 20px;
  }
  .offer {
    padding: 40px 0 10px;
  }
  .offer [class*="col-"] {
    margin-bottom: 20px;
  }
  .testimonial {
    padding: 40px 0;
  }
  .clients {
    padding: 30px 0;
  }
  .clients .owl-nav {
    top: -63px;
  }
  .footer {
    padding: 30px 0;
  }
  .features {
    padding: 40px 0 10px;
  }
  .features [class*="col-"] {
    margin-bottom: 20px;
  }
  header.entry-header.has-bg .heading-title-2 {
    margin-bottom: 15px;
  }
  .structure .esg-filterbutton {
    line-height: 1 !important;
    padding: 0 5px 5px !important;
  }
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  line-height: 1.8;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em 0 0;
  border-left: 5px solid #444;
  padding-left: 20px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
  line-height: 1.2;
}
p {
  margin-bottom: 1em;
}
.heading-title,
.widget-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .heading-title,
  .widget-title {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
.heading-title:before,
.widget-title:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading-title:after,
.widget-title:after {
  content: '';
  width: 80px;
  height: 3px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.heading-title-2 {
  text-align: center;
  
  position: relative;
  margin-bottom: 40px !important;
  display: inline-block;
  padding: 0 10px 10px;
      margin: 0 auto !important;
    width: 350px !important;
    margin-bottom: 40px !important;
    display: inherit !important;

}
@media (max-width: 768px) {
  .heading-title-2 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
.heading-title-2:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading-title-2:after {
  content: '';
  width: 110px;
  height: 3px;
  left: 50%;
  margin-left: -55px;
  bottom: -1px;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .heading-title-2 {
    padding: 0 100px 10px;
  }
}


body,
input,
select,
textarea {
	font-family: Montserrat;
}

body,
[class*="col-"],
.footer .menu li {
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
.navigation,
.intro,
.vc_progress_bar,
.footer,
.copyright,
.top-area,
.wpb_accordion,
.testimonial__content,
.testimonial__author,
.header-right,
.structure .esg-filterbutton,
.add_to_cart_button,
.vc_btn,
.breadcrumb {
	font-family: Montserrat;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 12px;
}

.woocommerce .star-rating span:before,
.woocommerce ul.products li.product h3:hover,
.scheme .header-right i,
.pagination span,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.scheme .top-area i,
.scheme .testimonial__author,
.scheme .navigation a:before,
.scheme .navigation a:after,
.navigation .current-menu-item>a,
.navigation .menu>li>a:hover,
.scheme .structure .esg-filter-wrapper .esg-filterbutton.selected,
.scheme .structure .esg-filter-wrapper .esg-filterbutton:hover,
.scheme .has-bg span,
.scheme .footer .menu li:hover:before,
.scheme .testimonials-list .author span:first-child {
	color: #a5c449;
}

.scheme .scrollup,
.scheme.single-project .gallery a:after,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce span.onsale,
.woocommerce button.button.alt,
.scheme .intro,
.scheme .wpb_accordion_wrapper .ui-state-active .ui-icon:before,
.scheme .clients .owl-nav div:hover:before,
.scheme .owl-controls .owl-dot.active,
.scheme .eg-howardtaft-container,
.scheme .structure .esg-navigationbutton,
.scheme .heading-title-2:after,
.scheme .heading-title:after,
.scheme .comments-title:after,
.scheme .comment-reply-title:after,
.scheme .widget-title:after,
.scheme input[type="submit"]:hover,
.navigation .sub-menu li a:hover,
.navigation .children li a:hover,
.scheme .sidebar .widget .menu li:hover,
.scheme .sidebar .widget .menu li.current-menu-item,
.scheme .features .wpb_wrapper p:first-child:after,
.scheme .recent-posts__thumb:after,
.woocommerce a.button.alt,
.scheme .sidebar .widget .menu li a:hover,
.scheme .sidebar .widget .menu li.current-menu-item a,
.woocommerce a.button:hover,
.scheme .widget_product_search input[type="submit"],
.scheme .related.products h2:after {
	background-color: #a5c449;
}

.scheme .clients .owl-item div:hover,
.scheme .header-right i,
.scheme .owl-controls .owl-dot.active,
.scheme .download:hover,
.woocommerce a.button:hover {
	border-color: #a5c449;
}

.navigation .sub-menu li:first-child,
.navigation .children li:first-child,
.navigation>div>ul>li:hover .sub-menu,
.navigation>div>ul>li:hover .children {
	border-top-color: #a5c449;
}

.scheme .work-with-us:before,
.scheme .who .consulting .info:before,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.scheme .home-projects,
.scheme .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header,
.scheme .testimonial:before,
.scheme .home-projects:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #595858;
}

.scheme .clients .owl-nav div:hover:before,
.scheme input[type="submit"]:hover,
.woocommerce a.button {
	color: #595858;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #595858;
}

a,
a:visited {
	color: #595858;
}

.scheme a:hover {
	color: #a5c449;
}

body.scheme {
	background-color: #ffffff;
	color: #595858;
}

.scheme .header {
	background-color: #ffffff;
	color: #595858;
}

.scheme .top-area {
	background-color: #595858;
	color: #ffffff;
}

.scheme .top-area a {
	color: #ffffff;
}

.scheme .top-area a:hover {
	color: #a5c449;
}

.navigation,
.header-preset-05 .nav {
	background-color: #ffffff;
}

.navigation>div>ul>li>a,
.search-box:after {
	color: #595858;
}

.navigation a:hover {
	color: #a5c449;
}

.scheme .footer {
	background-color: #595858;
	color: #ffffff;
}

.scheme .footer .widget-title {
	color: #ffffff;
}

.scheme .footer a {
	color: #ffffff !important;
}

.scheme .footer a:hover {
	color: #a5c449;
}

.scheme .copyright {
	background-color: #a5c449;
	color: #ffffff;
}

@media only screen and (min-width: 992px) {
    .navigation > div > ul > li.current-menu-item > a:after, .navigation > div > ul > li:hover > a:after {
        background-color: transparent !important;
    }
}


.content-wrapper .entry-header {
    display: none !important;
}

.div-centro-bis {
    margin: 0 auto;
    text-align: end;
    width: 100%;
    display: block;
}

.row-padding {
    padding: 80px 0px;
}

.parallax {
    background-position: 50% -161px;
}

.logo-partner img{

    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    width:80%;

}

.logo-partner img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    width:100%;
}

.bg-fisso {
    background-attachment: fixed;
}


.bottone-home, .titolo-home {
    float: left;
}

.testo-bianco {
    color: #ffffff;
}


.div-centro > a.vc_btn.vc_btn_white.vc_btn-white.vc_btn_md.vc_btn-md.vc_btn_square {
    color: #fff !important;
}

.button-chisiamo > a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-grey {
    border: 2px solid rgb(153, 153, 153);
    background: rgba(255, 255, 255, 0);
}

.button-chisiamo > a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-grey:hover {
    color: #fff; 
    border: 2px solid #a5c449; 
    background: #a5c449;
}
.vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
    color: #fff;
    background-color: #a5c449;
}
.entry-content > div {
    background-repeat: no-repeat;
    background-size:cover; 
    background-position:center center;
}

.height-fixed-stea {
    height: 65px;
}

@media only screen and (max-width : 992px) {
 .height-fixed-stea {
    display: none !important;
}
}


 .tp-caption a{
    color:#ff7302;
    text-shadow:none;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    -ms-transition:all 0.2s ease-out
}
.tp-caption a:hover{
    color:#ffa902
}
.tp-caption.titolo-slider, .titolo-slider {
    background-color: transparent ;
    text-decoration: none;
    font-family: Montserrat !important;
    border-width: 0px;
    border-color: rgb(34,34,34);
    border-style: none;
    FONT-SIZE: 30PX !important;
    BACKGROUND: #595758;
    COLOR: #FFFFFF;
    PADDING: 4px 20px;
}

 #rev_slider_6_1_wrapper .tp-loader.spinner2{
     background-color: #FFFFFF !important;
}
 .hades.tparrows {
     cursor:pointer;
     background:rgba(0,0,0,0.25);
     width:100px;
     height:100px;
     position:absolute;
     display:block;
     z-index:100;
}
 .hades.tparrows:before {
     font-family: "revicons";
     font-size:30px;
     color:rgba(255, 255, 255, 1);
     display:block;
     line-height: 100px;
     text-align: center;
     transition: background 0.3s, color 0.3s;
}
 .hades.tparrows.tp-leftarrow:before {
     content: "\e824";
}
 .hades.tparrows.tp-rightarrow:before {
     content: "\e825";
}
 .hades.tparrows:hover:before {
     color:rgba(0,0,0,0.5);
     background:rgba(255, 255, 255, 1);
}
 .hades .tp-arr-allwrapper {
     position:absolute;
     left:100%;
     top:0px;
     background:#888;
     width:100px;
    height:100px;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
     filter: alpha(opacity=0);
     -moz-opacity: 0.0;
     -khtml-opacity: 0.0;
     opacity: 0.0;
     -webkit-transform: rotatey(-90deg);
     transform: rotatey(-90deg);
     -webkit-transform-origin: 0% 50%;
     transform-origin: 0% 50%;
}
 .hades.tp-rightarrow .tp-arr-allwrapper {
     left:auto;
     right:100%;
     -webkit-transform-origin: 100% 50%;
     transform-origin: 100% 50%;
     -webkit-transform: rotatey(90deg);
     transform: rotatey(90deg);
}
 .hades:hover .tp-arr-allwrapper {
     -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
     filter: alpha(opacity=100);
     -moz-opacity: 1;
     -khtml-opacity: 1;
     opacity: 1;
     -webkit-transform: rotatey(0deg);
     transform: rotatey(0deg);
}
 .hades .tp-arr-iwrapper {
}
 .hades .tp-arr-imgholder {
     background-size:cover;
     position:absolute;
     top:0px;
    left:0px;
     width:100%;
    height:100%;
}
 .hades .tp-arr-titleholder {
}
 .hades .tp-arr-subtitleholder {
}

.vc_custom_heading.heading-title h2{
    font-size: 16px;
    text-align: center !important;
    font-weight: bolder;
}

img.img-table {
    width: 35px;
}
 
.td-table-2 tr {
    border-bottom: 1px solid #efefef;
}

/*
Theme Name: Stea
Theme URI: http://uptoart.it
Author: Uptoart
Author URI: http://uptoart.it
Description: The best construction WordPress theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thememove
Tags: black, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 *    2.1 Responsive images
 *    2.2 Alignment
 * 3.0 - Entry Content
 * 4.0 - Galleries
 * 5.0 - Attachments
 * 6.0 - Widget
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * ----------------------------------------------------------------------------
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: smaller;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

ul {
  list-style-type: square;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

form {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px; /* Don't cut off the webkit search cancel button */
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #efefef;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #efefef;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
  clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
  content: "";
  display: table;
}

/**
 * 2.1 Responsive images
 *
 * Fluid images for posts, comments, and widgets
 * ----------------------------------------------------------------------------
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}


/**
 * 2.2 Alignment
 *
 * ----------------------------------------------------------------------------
 */
/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}

div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/**
 * 3.0 Entry Content
 * ----------------------------------------------------------------------------
 */

.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
  display: none;
}

/* Page links */
.page-links {
  clear: both;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0;
  text-transform: uppercase;
}

.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
  background: #fff;
  color: #000;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
  background: none;
}

.page-links .page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}


/**
 * 4.0 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition:         opacity 400ms ease;
  width: 100%;
}

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 5.0 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
  background-color: #e8e5ce;
  margin: 0;
  padding: 0;
}

.attachment .entry-header {
  margin-bottom: 0;
  max-width: 1040px;
  padding: 30px 0;
}

.attachment .entry-title {
  display: inline-block;
  float: left;
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
}

.attachment .entry-title:before {
  content: "\f416";
  font-size: 32px;
  margin-right: 10px;
}

.attachment .entry-meta {
  clear: none;
  color: inherit;
  float: right;
  max-width: 604px;
  padding: 9px 0 0;
  text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
  max-width: 104px;
}

.attachment footer.entry-meta {
  display: none;
}

.attachment-meta:before {
  content: "\f307";
}

.full-size-link a:before {
  content: "\f402";
}

.full-size-link:before {
  content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
  color: #ca3c08;
}

.attachment .entry-content {
  background-color: #fff;
  max-width: 100%;
  padding: 40px 0;
}

.image-navigation {
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
}

.image-navigation a:hover {
  text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
  position: absolute;
  top: 50px;
}

.image-navigation .nav-previous {
  left: 0;
}

.image-navigation .nav-next {
  right: 0;
}

.image-navigation .meta-nav {
  font-size: 32px;
  font-weight: 300;
  vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
  margin: 0 auto;
  max-width: 724px;
  text-align: center;
}

.attachment .entry-attachment .attachment {
  display: inline-block;
}

.attachment .entry-caption {
  text-align: left;
}

.attachment .entry-description {
  margin: 20px auto 0;
  max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
  margin: 0;
}

.attachment .site-main .sidebar-container {
  display: none;
}

.attachment .entry-content .mejs-audio {
  max-width: 400px;
  margin: 0 auto;
}

.attachment .entry-content .wp-video {
  margin: 0 auto;
}

.attachment .entry-content .mejs-container {
  margin-bottom: 24px;
}

/**
 * 6.0 Widget
 * ----------------------------------------------------------------------------
 */

/* Search widget */
.search-form .search-submit {
  display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
  display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
  color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
}

.widget_calendar caption {
  font-size: 14px;
  margin: 0;
}

.widget_calendar th,
.widget_calendar td {
  padding: 0;
  text-align: center;
}

.widget_calendar a {
  display: block;
}

.widget_calendar a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
  background-color: transparent;
}
@media (min-width:1200px){
  blockquote,
  q {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    quotes: none;
  }

  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }

  blockquote {
    font-size: 18px;
    margin: 24px 40px;
  }

  blockquote blockquote {
    margin-right: 0;
  }

  blockquote cite,
  blockquote small {
    font-weight: normal;
    display: block;
    font-size: 11px;
    color: #000;
    margin-top: 20px;
  }

  blockquote em,
  blockquote i {
    font-style: normal;
    font-weight: 300;
  }

  blockquote strong,
  blockquote b {
    font-weight: 400;
  }
}

.has-bg , .entry-footer, .entry-meta{
display:none;
}

.primo {
width:300px;
float:left;
}
@media screen and (max-width: 991px) {
  h2.vc_custom_heading.heading-title-2 {
    max-width: 100%;
  }
  .button-chisiamo {
    margin-top: 40px !important;
    text-align: center !important;
  }
  .vc_btn3.vc_btn3-size-md {
    font-size: 11px;
    padding: 14px 20px;
  }
  .vc_custom_1429793283990 > div {
    margin-left: -20px !important;
}
}

@media screen and (min-width: 480px) {
.secondo {
width:300px;
float: left;
margin-left: 0px;
}

}
 
@media screen and (min-width: 768px) {
.secondo {
width:300px;
float: left;
margin-left: 0px;
}

}
 
@media screen and (min-width: 1024px) {

.secondo {
width:300px;
float: left;
margin-left: 9px;
}

}
 
@media screen and (min-width: 1200px) {
.secondo {
width:300px;
float: left;
margin-left: 25px;
}

}

.bottone {
  color: rgb(153, 153, 153) !important;
  border: 2px solid rgb(153, 153, 153) !important;
  background-color: rgb(255, 255, 255) !important;
  padding:13px 22px;
}

.bottone:hover {
  color: #ffffff !important;
  border:none !important;
  background-color: #A2C049 !important;
  padding:12px 26px;
}




input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.ciao {
margin-bottom:0!important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  min-height: 296px;
}

.mk-accordion.fancy-style .mk-accordion-tab:before {
    color:#9d162e !important;    
}


.fbf_facebook_page_widget li {
margin-left: 0;
padding-left: 0 !important;
}

body {
  background-color:#fff;
}

#u_0_2 {
color: #ffffff !important;
}

.menu-hover-style-1 .main-navigation-ul>li.menu-item>a.menu-item-link {
border-top: 3px solid transparent;
color: #444444;
font-size: 13px;
font-weight: inherit;
padding-right: 8px;
padding-left: 8px;
text-transform: uppercase;
letter-spacing: 1px;
}

.vc_btn-juicy_pink, a.vc_btn-juicy_pink, button.vc_btn-juicy_pink {
background-color:#9d162e !important;
}

.nav-round a[data-skin=dark] i {
color: #FFF;
}

.nav-round a[data-skin=dark] {
background: 0 0;
border: 2px solid rgba(51, 51, 51, 0);
}

.nav-round a[data-skin=dark]:hover {
background: rgba(0, 0, 0, 0);
}

.pagination-small_dot_stroke[data-skin=dark] span {
box-shadow: 0 0 0 2px transparent;
}

.pagination-small_dot_stroke[data-skin=dark] span a:focus, .pagination-small_dot_stroke[data-skin=dark] span a:hover, .pagination-small_dot_stroke[data-skin=dark] span.swiper-active-switch a {
background-color: rgba(255, 255, 255, 0);
}

.pagination-small_dot_stroke[data-skin=dark] span.swiper-active-switch {
box-shadow: 0 0 0 2px rgba(51, 51, 51, 0);
}

.pagination-small_dot_stroke[data-skin=dark] span a {
background-color: transparent;
}

.vc_gitem-col-align-left .vc_gitem-post-data-source-post_title h4{
font-size:16px !important;
color:#4e4e4e !important;
font-family: Quicksand;
}
.fuuter {
margin-bottom:3px !important;
color:#999999 !important;
}

.edge-title {
font-family: Quicksand;
}

.mk-accordion.simple-style .mk-accordion-tab:before{
  color: #9d162e;
}
.mk-accordion.simple-style .mk-accordion-single.current .mk-accordion-tab:before {
  color: #9d162e;
}
.filter-faq ul li a.current {
border-radius: 0 !important;
}

.mk-toggle.simple-style .mk-toggle-title:before {
  color: #9d162e;
}

.mk-blog-modern-item .blog-modern-btn {
border-radius:0;
}
#mk-page-introduce.intro-left {
background:#545454;
}
.page-introduce-title  {
color: white !important;
}
.mk-video-wrapper {
margin-bottom:20px;
}

.mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea, .mk-contact-form-wrapper.outline-style.contact-dark .text-input{
font-family: Quicksand;
  font-weight: bold;
}

.mk-woo-tabs {
display:none;
}

#mk-footer a:hover, #mk-footer a:focus  {
  color: #ffffff !important;
}

.ico-social {
 width: 35px;
 height: 35px;
 display: inline-block;
 padding-right: 8px;
 padding-top: 10px;
}
#cookie-notice{
      line-height: 73px !important;
}

.grecaptcha-badge {
    display: none !important;
}


.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

p.title-form {
    font-weight: 600;
    font-size: 15px;
}

.wpb_text_column.wpb_content_element.vc_custom_1624362365393.modulo-reclami {
    padding: 30px;
}

label.form-reclami.data-form {
        margin-top: 20px !important;
        display: block;
    }
    .form-privacy-2 span,
label.form-privacy-2 {
    margin-left: 35px;
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    color: #595858;
}
label.form-reclami {
    font-size: 11px;
    font-style: italic;
    font-weight: 600;
        color: #595858;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

label.form-button input.wpcf7-form-control.wpcf7-submit{
    background-color: #86a036 !important;
    font-weight: 600;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    color: #fff;
    padding: 10px 24px;
    width: auto;
    font-size: 13px;
    text-transform: uppercase;
}

.box-resp-sx {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: 15px;
}

.box-resp-dx {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 15px;
}

.col-lg-6 {
    width: 49%;
}

.vc_row.wpb_row.book .vc_row {
    display: flex;
}

.vc_row.wpb_row.book .vc_row>div{
    margin: 0;
}