/**
* Relevanssi Search
* ----------------------------------------------------------------------------
*/
div.header-search-form {
  display: block;
  padding-top: 20px;
}
body.search-active div.header-search-form {
}

div.header-search-form form {
  margin-left: auto;
  width: 346px;
  max-width: 100%;
}

div.header-search-form .search-wrap input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  line-height: inherit;
  font-size: 15px;
}
div.header-search-form .search-wrap input[type="search"]:-moz-placeholder { /* Firefox 19+ */ 
  line-height: inherit;
  font-size: 15px;
}
div.header-search-form .search-wrap input[type="search"]::-moz-placeholder { /* Firefox 18- */
  line-height: inherit;
  font-size: 15px;
}
div.header-search-form .search-wrap input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  line-height: inherit;
  font-size: 15px;
}

div.header-search-form .search-wrap input[type="search"] {
  font-size: 16px;
  color: #f5f5f5;
  padding: 10px 20px 6px 15px !important;
}

div.header-search-form .search-wrap .fa-search {
  display: none !important;
}

.header-search-form form[role="search"] input[type="search"] {
    font-size: 16px;
    border: 1px solid #eaeaea !important;
    border-right: none !important;
    background: none !important;
    border-radius: 0 !important;
    padding: 8px 20px 8px 15px !important;
}

body .search-wrap {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}

body form[role="search"] .search-wrap {
    display: flex;
}

body .search-action {
    position: relative;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding-right: 0rem;
    width: auto;
    text-align: left;
    margin-right: 0;
    max-width: 435px;
}

form[role="search"] .search-button-wrap {
  display: none;
}

@media (min-width: 768px) { 
  form[role="search"] .search-button-wrap {
    display: block;
  }
}

form[role="search"] .search-button-wrap button {
  height: 100%;
  min-width: 100px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;  
  line-height: 1.1;
  color: #F5F5F5;
  border: 1px solid #9BA77D;
  background-color: #9BA77D;
  padding: 13px 35px 13px 35px;
  border-radius: 0px;
}

form[role="search"] .search-button-wrap button:focus,
form[role="search"] .search-button-wrap button:active,
form[role="search"] .search-button-wrap button:hover {
  border: 1px solid #57405A;
  background-color: #57405A;
}

body form[role="search"] .search-button-wrap-top button {
  position: relative;
  height: 100%;
  width: 40px;
  border: 1px solid #eaeaea;
  border-left: none;
  border-radius: 0;
}

body form[role="search"] .search-button-wrap-top button {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M16.2508 8.05272C16.2508 9.71941 15.6687 11.259 14.6882 12.5081L19.6338 17.1087C20.1221 17.5626 20.1221 18.2997 19.6338 18.7536C19.1455 19.2075 18.3525 19.2075 17.8642 18.7536L12.9186 14.153C11.5748 15.068 9.91845 15.6054 8.1254 15.6054C3.6369 15.6054 0 12.2249 0 8.05272C0 3.88057 3.6369 0.5 8.1254 0.5C12.6139 0.5 16.2508 3.88057 16.2508 8.05272ZM8.1254 13.2815C8.86412 13.2815 9.59561 13.1463 10.2781 12.8835C10.9606 12.6207 11.5807 12.2356 12.1031 11.75C12.6254 11.2645 13.0398 10.6881 13.3225 10.0537C13.6052 9.41931 13.7507 8.73938 13.7507 8.05272C13.7507 7.36607 13.6052 6.68613 13.3225 6.05174C13.0398 5.41736 12.6254 4.84094 12.1031 4.3554C11.5807 3.86986 10.9606 3.48471 10.2781 3.22193C9.59561 2.95916 8.86412 2.82391 8.1254 2.82391C7.38668 2.82391 6.65519 2.95916 5.9727 3.22193C5.29021 3.48471 4.67008 3.86986 4.14773 4.3554C3.62537 4.84094 3.21102 5.41736 2.92832 6.05174C2.64562 6.68613 2.50012 7.36607 2.50012 8.05272C2.50012 8.73938 2.64562 9.41931 2.92832 10.0537C3.21102 10.6881 3.62537 11.2645 4.14773 11.75C4.67008 12.2356 5.29021 12.6207 5.9727 12.8835C6.65519 13.1463 7.38668 13.2815 8.1254 13.2815Z" fill="%23343434"%3E%3C/path%3E%3C/svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  background-color: #eaeaea;
}

body form[role="search"] .search-button-wrap-top button:hover {
  background-color: #cacaca;
}

body .relevanssi-live-search-result p, 
body .relevanssi-live-search-result-status p {
  font-size: 15px;
  padding: 0;
  border: 0;
}

body .relevanssi-live-search-result-status p {
  font-size: 15px;
  color: #433045;
  border-top: 4px solid #ededed;
}

body .relevanssi-live-search-results,
.search-results-wrap #search-results {
  color: #8a8a8a;
}

@media (max-width: 767px) { 
  body.search-openX .relevanssi-live-search-results {
    transform: translateY(-20px);
  }
}

body .relevanssi-live-search-result-status p,
body .relevanssi-live-search-results a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  color: inherit;
  padding: 12px 15px 10px 15px;
  margin: 0;
  border-bottom: 1px solid #ededed;
}

body .relevanssi-live-search-results a:hover {
  background-color: #f9f9f9;
}

body .relevanssi-live-search-no-results {
  font-size: 15px;
  color: inherit;
  padding: 12px 15px 10px 15px;
  margin: 0;
}

body .rlv-has-spinner {
  width: 28px;
  height: 28px;
  border: 6px solid #7F5D83;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 1em auto;
}

body .rlv-has-spinner::after {
  display: none;
  content: "";
  width: 6px;
  height: 6px;
  background: #7F5D83;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 13px;
}

form[role="search"] input[type="search"] {
  font-size: 17px;
  line-height: inherit;
  color: #9499A1;
  border: 1px solid #CDCDCD !important;
  padding: 18px 15px 17px 50px !important; 
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M16.2508 8.05272C16.2508 9.71941 15.6687 11.259 14.6882 12.5081L19.6338 17.1087C20.1221 17.5626 20.1221 18.2997 19.6338 18.7536C19.1455 19.2075 18.3525 19.2075 17.8642 18.7536L12.9186 14.153C11.5748 15.068 9.91845 15.6054 8.1254 15.6054C3.6369 15.6054 0 12.2249 0 8.05272C0 3.88057 3.6369 0.5 8.1254 0.5C12.6139 0.5 16.2508 3.88057 16.2508 8.05272ZM8.1254 13.2815C8.86412 13.2815 9.59561 13.1463 10.2781 12.8835C10.9606 12.6207 11.5807 12.2356 12.1031 11.75C12.6254 11.2645 13.0398 10.6881 13.3225 10.0537C13.6052 9.41931 13.7507 8.73938 13.7507 8.05272C13.7507 7.36607 13.6052 6.68613 13.3225 6.05174C13.0398 5.41736 12.6254 4.84094 12.1031 4.3554C11.5807 3.86986 10.9606 3.48471 10.2781 3.22193C9.59561 2.95916 8.86412 2.82391 8.1254 2.82391C7.38668 2.82391 6.65519 2.95916 5.9727 3.22193C5.29021 3.48471 4.67008 3.86986 4.14773 4.3554C3.62537 4.84094 3.21102 5.41736 2.92832 6.05174C2.64562 6.68613 2.50012 7.36607 2.50012 8.05272C2.50012 8.73938 2.64562 9.41931 2.92832 10.0537C3.21102 10.6881 3.62537 11.2645 4.14773 11.75C4.67008 12.2356 5.29021 12.6207 5.9727 12.8835C6.65519 13.1463 7.38668 13.2815 8.1254 13.2815Z" fill="%23343434"%3E%3C/path%3E%3C/svg>') !important;
  background-repeat: no-repeat !important;
  background-position: 18px center !important;
  background-size: 20px !important;
  border-radius: 0 !important;
}

#search-results .ajax-result {}

#search-results .ajax-result a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  color: inherit;
  padding: 12px 15px 10px 15px;
  margin: 0;
  border-bottom: 1px solid #ededed;
}

#search-results .ajax-result:last-of-type a {
  border-bottom: none;
}

#search-results .ajax-result a:hover {
  background-color: #f9f9f9;
}

/* Ensure the scrollbar is always visible */
body .relevanssi-live-search-results-showing,
body .scrollable {
  overflow-y: scroll; /* Ensures vertical scrollbar */
  scrollbar-gutter: stable; /* Prevents layout shift */
}

/* For WebKit-based browsers (including Safari) */
body .relevanssi-live-search-results-showing::-webkit-scrollbar,
body .scrollable::-webkit-scrollbar {
  width: 8px; /* Adjust width */
}

body .relevanssi-live-search-results-showing::-webkit-scrollbar-thumb,
body .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5); /* Scrollbar color */
  border-radius: 4px;
}

body .relevanssi-live-search-results-showing::-webkit-scrollbar-track,
body .scrollable::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); /* Track color */
}



/**
* Mobile Header
* ----------------------------------------------------------------------------
*/
.header-widget-area .email  {
  display: none;
}

@media (min-width: 768px) { 
  .header-widget-area .email  {
    display: block;
  }
} 

@media (min-width: 992px) { 
  nav.nav-header  {
    display: block;
  }
}

/**
* Site
* ----------------------------------------------------------------------------
*/
.site-container > header {
  position: relative;
  color: #000;
}

.site-container .site-inner {
  position: relative;
  background-color: #fff; 
  padding: 2rem 0 0 0;
  overflow: hidden;
}

@media (min-width: 992px) { 
  .site-container .site-inner {
    padding: 4rem 0 0 0;
  }   
}

@media (min-width: 1200px) { 
  .site-container .site-inner {
    padding: 4rem 0 0 0;
  }   
}

.site-container header.slider-header {  
}

body.home .genesis-nav-menu > li > a {
}

body.home .genesis-nav-menu > li.current-menu-item > a, 
body.home .genesis-nav-menu > li > a:hover {
}

.columns-container {
  margin-bottom: 3rem;
}

.n2-ss-slider .n2-ss-layers-container .slider-ls-1 p {
}

@media (min-width: 768px) {
  .n2-ss-slider .n2-ss-layers-container {
    max-width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .n2-ss-slider .n2-ss-layers-container {
    max-width: 970px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .n2-ss-slider .n2-ss-layers-container {
    max-width: 1170px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  #n2-ss-14 .ss-logo {
    width: 180px !important;
  }

  #n2-ss-17 .logo-bcf {
    width: 350px !important;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  #n2-ss-14 .ss-logo {
    width: 220px !important;
  }
}

@media (min-width: 992px) {
  #n2-ss-14 .ss-logo {
    width: 275px !important;
  }
}

@media (min-width: 1200px) {
  #n2-ss-14 .ss-logo {
  }
}

@media (max-width: 549px) {
  header.site-header .widget-area .tels a {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}

@media (min-width: 550px) {
  header.site-header .widget-area .tels > div {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-negative: 0;
  }

  header.site-header .widget-area .tels > div > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

header.site-header .widget-area .tels a {
  font-size: 18px;
  margin-right: 15px;
}

header.site-header .widget-area .tels img {
  width: auto;
  height: 14px;
  margin-right: 1px;
}

select::-ms-expand { display: none; }
select {
  box-shadow: none;   
  outline: none;   
  /* 
  You need to apply -webkit-appearance:none; and using background-image for select.
  -webkit-appearance: none;
  -moz-appearance: none;
  */
}

form.form-country {
  position: relative;
  background: none;
  border: none;
  border-radius: 0;
  padding-left: 0 !important;
  padding-right: 25px !important;
}

form.form-country:before {
  content: "\f107";
  position: absolute;
  right: 10px;
  font: normal normal normal 14px / 1 fontawesome5;
  color: #3B334C;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

form.form-country select {
  color: #000;
  font-size: 14px;
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 5px 0 5px 5px;
  background: none !important;
  border: none !important;
  text-transform: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  width: 150%;
}

form.form-country select option {
  font-size: 16px;
  line-height: 2;
}

/**
* Fonts
* ----------------------------------------------------------------------------
*/ 
@font-face {
  font-family:'glyphicons';
  src:url('fonts/glyphicons-halflings-regular.eot');
  src:url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  	url('fonts/glyphicons-halflings-regular.woff') format('woff'),
  	url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),
  	url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
  	url('fonts/glyphicons-halflings-regular.svg#glyphicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'linearicons';
  src:url('fonts/Linearicons-Free.eot');
  src:url('fonts/Linearicons-Free.eot?#iefix') format('embedded-opentype'),
  	url('fonts/Linearicons-Free.woff') format('woff'),
  	url('fonts/Linearicons-Free.woff2') format('woff2'),
  	url('fonts/Linearicons-Free.ttf') format('truetype'),
  	url('fonts/Linearicons-Free.svg#linearicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fkg-light';
  src: url('fonts/FKGrotesk/woff2/FKGrotesk-Thin.woff2') format('woff2'),
       url('fonts/FKGrotesk/woff/FKGrotesk-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fkg-mono-light';
  src: url('fonts/FKGrotesk/woff2/FKGroteskMono-Light.woff2') format('woff2'),
       url('fonts/FKGrotesk/woff/FKGroteskMono-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fkg-regular';
  src: url('fonts/FKGrotesk/woff2/FKGrotesk-Regular.woff2') format('woff2'),
       url('fonts/FKGrotesk/woff/FKGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fkg-mono-regular';
  src: url('fonts/FKGrotesk/woff2/FKGroteskMono-Regular.woff2') format('woff2'),
       url('fonts/FKGrotesk/woff/FKGroteskMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fkg-semimono-regular';
  src: url('fonts/FKGrotesk/woff2/FKGroteskSemiMono-Regular.woff2') format('woff2'),
       url('fonts/FKGrotesk/woff/FKGroteskSemiMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fkg-medium';
  src: url('fonts/FKGrotesk/woff2/FKGrotesk-Medium.woff2') format('woff2'),
       url('fonts/FKGrotesk/woff/FKGrotesk-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fkg-bold';
  src: url('fonts/FKGrotesk/woff2/FKGrotesk-Bold.woff2') format('woff2'),
       url('fonts/FKGrotesk/woff/FKGrotesk-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fkg-black';
  src: url('fonts/FKGrotesk/woff2/FKGrotesk-Black.woff2') format('woff2'),
       url('fonts/FKGrotesk/woff/FKGrotesk-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/**
* Container width
* ----------------------------------------------------------------------------
*/
.gca-utility.columns-container.full-width {
  margin-left: calc( (100vw - 100%) / -2 - 20px );
  margin-right: calc( (100vw - 100%) / -2 - 20px );
  overflow: hidden;
}

.gca-utility.columns-container.full-width.row-flex {
  margin-left: calc( (100vw - 100%) / -2 );
  margin-right: calc( (100vw - 100%) / -2 );
  overflow: hidden;
}

.gca-utility.columns-container.full-width.inner {
  padding: 0 calc( (100vw - 100%) / 2 );
}  

/* wrap - site width */
.wrap {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {   
  .wrap, .content-sidebar-wrap > * {
    max-width: 750px;
  }
  
  .gca-utility.columns-container.full-width.inner {
    padding: 0 calc( (100vw - 720px) / 2 );
  } 
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .wrap, .content-sidebar-wrap > * {
    max-width: 970px;
  } 
  
  .gca-utility.columns-container.full-width.inner {
    padding: 0 calc( (100vw - 940px) / 2 );
  }   
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .wrap, .content-sidebar-wrap > * {
    max-width: 1170px;
  }   
  
  .gca-utility.columns-container.full-width.inner {
    padding: 0 calc( (100vw - 1140px) / 2 );
  }
}


/**
* Flex
* ----------------------------------------------------------------------------
*/
.site-header .wrap, 
.content-sidebar-wrap,
.footer-widgets .wrap,
.gca-utility.columns-container.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
} 

/* We tell all items to be 100% width, via flex-basis */
.site-header .wrap > *,
.content-sidebar-wrap > *,
.footer-widgets .wrap > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
}

.gca-utility.columns-container.row-flex > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 1px;
}

.gca-utility.columns-container.full-width.row-flex > * {
  margin-bottom: 0;
} 

.gca-utility.columns-container.full-width.row-flex > .one-half .inner,
.gca-utility.columns-container.full-width.row-flex > .three-sixths .inner,
.gca-utility.columns-container.full-width.row-flex > .one-half .inner {
  padding: 30px 15px; 
}

@media (min-width: 768px) {   
  .gca-utility.columns-container.full-width.row-flex > .one-half .inner,
  .gca-utility.columns-container.full-width.row-flex > .three-sixths .inner,
  .gca-utility.columns-container.full-width.row-flex > .one-half .inner {
    width: calc( 720px / 2 );  
  }
}

@media (min-width: 992px) { 
  .gca-utility.columns-container.full-width.row-flex > .one-half .inner,
  .gca-utility.columns-container.full-width.row-flex > .three-sixths .inner,
  .gca-utility.columns-container.full-width.row-flex > .one-half .inner {
    width: calc( 940px / 2 );  
  }  
}

@media (min-width: 1200px) { 
  .gca-utility.columns-container.full-width.row-flex > .one-half .inner,
  .gca-utility.columns-container.full-width.row-flex > .three-sixths .inner,
  .gca-utility.columns-container.full-width.row-flex > .one-half .inner {
    width: calc( 1140px / 2 );  
  }
}

.flex-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-no-wrap {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
} 

.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
} 

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} 

.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
} 

.flex-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;  
  justify-content: flex-end;
} 

.flex-justify-space-between {
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-center {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {  
  .flex-order-1 {
    order: 1;
  }
}


/**
* Header
* ----------------------------------------------------------------------------
*/
header.site-header {
  position: relative;
  background-color: #fff;
}

@media (min-width: 768px) {  
  header.site-headerX {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}

header.site-header {  
  padding-top: 10px; 
  padding-bottom: 10px;
}

header.site-header > .wrap {    
  position: relative;
  padding-bottom: 0px;  
}

header.site-headerX > .wrap:before {   
  display: block; 
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding-bottom: 0px; 
  background: #D5D1CD;  
}

header.site-header > .wrap > * {    
  position: relative;
}

header.site-header .widget-area .tels {
  font-size: 18px;
  line-height: 1;
  color: #3B334C;
  margin-bottom: 15px;
}

@media (min-width: 768px) {  
  header.site-header .widget-area .tels {
  }
}

header.site-header .widget-area .tels a:hover {
  color: #9BA77D;
}

body a.glink img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  margin-right: 8px;
}

body .flags a[title="Greek"] img {
  margin-right: 15px;
}

@media (min-width: 1200px) {
  body a.glink img {
    margin-right: 5px;
  }
}

@media (max-width: 419px) {
  body .flags a[title="Greek"] img {
    margin-right: 0;
  }

  .title-area .tel-no {
    display: none;
  }
}

#custom_html-2 {

}

@media (max-width: 767px) { 
  .site-headerX .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

header.site-header {  
  padding-top: 20px;  
  padding-bottom: 15px;
}

body.blog header.site-header,
body.page:not(.home) header.site-header {  
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  body.blog header.site-header,
  body.page:not(.home) header.site-header {  
    padding-bottom: 45px;
  }
}

body.page.contact header.site-header {  
  padding-bottom: 15px;
}

@media (min-width: 768px) {  
  .site-headerX .wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  header.site-header {  
    padding-top: 20px;  
    padding-bottom: 15px;
  }

  body.blog header.site-header,
  body.page:not(.home) header.site-header {  
    padding-bottom: 45px;
  }

  body.page.contact header.site-header {  
    padding-bottom: 15px;
  }
  
  header.site-header > .wrap {  
    padding-bottom: 0px;   
  }  
}

@media (min-width: 992px) {  
  header.site-header {  
    min-height: 200px;
  }

  body.home header.site-header {  
    min-height: 170px;
  }
}

body.home .n2-ss-slide {
  position: relative;
}

body.homeX header.slider-header .n2-ss-slide:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/header-dots.png);
  opacity: 1;
}

divX.title-header-content:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/header-dots.png);
} 

.site-header .wrap {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  */
}

@media (max-width: 767px) { 
  header.site-header .widget-area .top-search {
    width: 210px;
    max-width: 100%;
  }
}

@media (max-width: 419px) { 
  .site-header .wrap .title-area {
    width: 40% !important;
  }

  .site-header .wrap .header-widget-area {
    width: 60% !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .site-header .wrap .header-widget-area {
    padding-right: 15px !important;
  }

  header.site-header .widget-area .tels a {
    font-size: 16px;
    padding-left: 15px;
  }
}

@media (max-width: 419px) { 
  header.site-header .widget-area .top-search .search-button-wrap-top {
    display: none;
  }

  header.site-header .widget-area .top-search .search-action input {
    border: 1px solid #eaeaea !important;
  }
}

@media (min-width: 420px) { 
  .site-header .wrap {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    /*
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    */
  }
}

.site-header .wrap .title-area {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding-right: 0rem;
  width: auto;
  text-align: left;
}

.site-header .wrap .header-widget-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto; 
  width: auto;
  text-align: right;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 
} 

.site-headerX .wrap .header-widget-area {
  padding-right: 24px; 
}

@media (min-width: 768px) {
} 

.site-headerX .wrap .header-widget-area > .widget-last {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: auto;
}  

.site-header .title-area, .site-header .header-widget-area {
} 

.site-header .header-widget-area {
  margin-top: 20px;
}

.site-headerX .header-widget-area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} 

.site-header .header-widget-area .flex-base.flex-no-wrap.flex-justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header a {
  text-decoration: none;
}

.site-header .header-widget-area .widget_nav_menu {
  display: none;
}
  
@media (min-width: 768px) {
  .site-header .header-widget-area {
    text-align: right;
  }
} 

@media (min-width: 992px) {   
  .site-header .header-widget-area .widget_nav_menu {
    display: block;
  }  
} 

a.header-search-link {
  display: none;
  position: relative;
  top: 0px;
  font-size: 15px;
  line-height: 1;  
  margin-left: 15px;
}

@media (min-width: 992px) {   
  a.header-search-link {
    display: block;
  }  
}

a.header-search-link.active {
  color: #000 !important;
} 

div.title-header-content {
  /*display: none !important;*/
  position: relative;
  background-color: #D5D1CD;
  padding: 0;
}

body.blog div.title-header-content {
  padding-bottom: 20px !important;
}

body:not(.page-template-template-plain) div.title-header-content {
  height: auto;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background: #fff !important;
  padding: 10px 0;
}

body.archive div.title-header-content,
body.single div.title-header-content,
body.page-template-template-plain div.title-header-content {
  display: none;
}

@media (min-width: 768px) {   
  body:not(.page-template-template-plain) div.title-header-content {
  }

  body.archive div.title-header-content,
  body.single div.title-header-content,
  body.page-template-template-plain div.title-header-content {
  }
}

body:not(.page-template-template-plain) div.title-header-content > .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}

h1.hdr-title {
  font-family: 'fkg-medium';
  font-size: 2.8rem;
  color: #626262;
  line-height: 1.1;
  margin-top: auto;
  margin-bottom: 0;
}

h1.hdr-title span {
  color: #626262;
}

body.realestate h1.hdr-title {
  color: #9BA77D;
}

body.realestate h1.hdr-title span {
  color: #9BA77D;
}

body.enterprise h1.hdr-title {
  color: #4a3e4c;
}

body.enterprise h1.hdr-title span {
  color: #4a3e4c;
}

@media (min-width: 768px) {   
  h1.hdr-title {
    font-size: 3.4rem;
  }
}

header.title-header h1.entry-title {
  font-family: 'fkg-bold';
  font-size: 2.6rem;
  color: #3B334C;
  line-height: 1.2;
  margin-bottom: 0;
}  

@media (min-width: 768px) { 
  header.title-header h1.entry-title {
    font-size: 2.8rem;
  }  
} 

img.logo-header {
  position: relative;
  width: 152px;
  margin-left: 0px;
} 

@media (min-width: 768px) { 
  img.logo-header {
    width: 152px;
    margin-left: -15px;    
  }
}

.button-link-arrow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
}  

.button-link-arrow a > .link-text  {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.button-link-arrow a > .link-arrow  {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-link-arrow a {
  text-decoration: none;
}

.button-link-arrow a .link-text {
  font-family: 'fkg-medium';
  font-size: 16px;
  line-height: 1;
  color: #9BA77D;
  padding-right: 10px;
  /*white-space: nowrap;*/
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.button-link-arrow a:hover .link-text {
  color: #637142;
}

.button-link-arrow .link-arrow {
  padding-top: 7px;
}

.slider-button .button-link-arrow .link-arrow {
  padding-top: 0;
}

svg.arrow-sml-square .Rectangle_1329 {
  fill: #9BA77D; 
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

svg.arrow-sml-square .Path_15 {
  fill: #fff; 
}

.button-link-arrow a:hover svg.arrow-sml-square .Rectangle_1329 {
  fill: #637142;
}

a.theme-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

a.theme-button div.text {
  font-family: 'fkg-bold';
  font-size: 15px;
  line-height: 1;
  color: #9BA77D;
  padding-right: 10px;
}

a.theme-button div.icon {
  width: 22px;
  height: 22px;
}

svg.arrow-dot {
  position: relative;
  width: 22px;
  height: 22px;
}

a.theme-button:hover div.text {
  color: #637142;
}

a.theme-button svg.arrow-dot .cl-2 {
  stroke: #fff;
}
a.theme-button svg.arrow-dot .cl-1 {
  fill: #9ba77d;
  stroke: #9ba77d;
}
a.theme-button:hover svg.arrow-dot .cl-1 {
  fill: #637142;
  stroke: #637142;
}

header.slider-header a.theme-button div.text {
  font-size: 20px;
}

header.slider-header a.theme-button .icon {
  padding-top: 4px;
}

a.theme-button-solid {
  min-width: 142px;
  /*max-width: 142px;*/
  display: inline-block;
  font-family: 'fkg-bold';
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  background: #9BA77D;
  padding: 17px 15px 16px 15px;
  border-radius: 0px;
}

a.theme-button-solid:hover {
  background: #637142;
}

.download-box {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #637142;
  border-radius: 3px;
}

.download-box .item-1 {
  padding-right: 15px;
}

.download-box .item-2 {
}

/**
* Site inner - main, sidebar
* ----------------------------------------------------------------------------
*/

body.sidebar-content main.content {
  order: 2;
} 

body.sidebar-content aside.sidebar {
  order: 1;
} 

@media (min-width: 992px) {
  body.content-sidebar main.content, body.sidebar-content main.content {
    width: 61.5%;
  }
  
  body.content-sidebar main.content {
    padding: 0 0% 0 0;
  }   
  
  body.sidebar-content main.content {
    padding: 0 0 0 0%;
  }    
  
  body.content-sidebar aside.sidebar, body.sidebar-content aside.sidebar {
    width: 38.5%;
  }
  
  body.sidebar-content aside.sidebar {
    padding: 0 8.5% 0 0;
  }   
    
  body.content-sidebar aside.sidebar {
    padding: 0 0 0 26px;
  }     
  
  body.sidebar-content main.content {
    order: 2;
  } 
  
  body.sidebar-content aside.sidebar {
    order: 1;
  }    
}

/* sidebar */
aside.sidebar {
}

aside.sidebar h6 {
  font-size: 1.8rem;
} 

aside.sidebar .widget_nav_menu h3 {
  font-size: 2.2rem;
  color: #6f6f6f;
  margin-bottom: 25px;
}

aside.sidebar .widget {
  position: relative;
  margin-bottom: 3rem;
}

body.content-sidebar aside.sidebar .widget:first-of-type {
  margin-bottom: 4rem;
}

aside.sidebar .widget:last-of-type {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  aside.sidebar .widget {
    position: relative;
    margin-bottom: 6rem;
  }
}

body.sidebar-content aside.sidebar .widget_nav_menu h3 {
  font-family: 'fkg-medium';
  font-size: 2.2rem;
  color: #E18135;
  margin-bottom: 25px;
}

body.sidebar-content aside.sidebar ul.menu li a {
  position: relative;
  display: block;
  font-family: 'fkg-medium';
  font-size: 1.6rem;
  line-height: 1; 
  color: #6f6f6f;
  background: #EEEFEE;
  border: none;
  padding: 17px 10px 17px 20px; 
  text-decoration: none; 
  margin-bottom: 4px;
}   

body.sidebar-content aside.sidebar ul.menu li:hover a,
body.sidebar-content aside.sidebar ul.menu li.current-menu-item a {
  color: #5A5A5A;
}

body.sidebar-content aside.sidebar ul.menu li.main > a {
  color: #fff !important;
  background: #5A5A5A; 
}

body.sidebar-content aside.sidebar #menu-pdf-menu li a {
  position: relative;
  padding: 17px 10px 17px 40px; 
}

body.sidebar-content aside.sidebar #menu-pdf-menu li a:before {
  content: '\f1c1';
  position: absolute;
  top: 16px; 
  left: 20px; 
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);   
}


/**
* Footer
* ----------------------------------------------------------------------------
*/
.site-container .footer-widgets {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2857;
  color: #000; 
  background-color: #fff; 
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;  
  padding: 3rem 0 0 0;
}  

@media (min-width: 768px) { 
  .site-container .footer-widgets {
    padding: 4rem 0 0 0;
  } 
}

@media (min-width: 992px) { 
  .site-container .footer-widgets {
    padding: 5rem 0 0 0;
  } 
}

.site-container .footer-widgets a {
  color: inherit;
  text-decoration: none;
}

.site-container .footer-widget-area a:hover {
  color: #785A7B;
}

.footer-widget-area {
  margin-bottom: 3rem;
}

@media (min-width: 768px) { 
  .footer-widget-area {
    margin-bottom: 1rem;
  }
}

.footer-widget-area:last-child {
  margin-bottom: 0;
}

.footer-widget-area h3,
.footer-widget-area h4 {
  font-family: 'fkg-bold';
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.footer-widget-area .menu li {
  line-height: 1.1428;
  margin-bottom: 10px;
}

@media (min-width: 768px) { 
  .footer-widget-area .menu li {
    margin-bottom: 6px;
  }
}

.footer-widget-area .footer-contact {
}

.footer-widget-area .footer-contact .addr {
  margin-bottom: 10px;
}

.footer-widget-area .footer-contact .tel-email {
}

.footer-widget-area .footer-contact.uk h4.us {
  margin-top: 20px;
}

.footer-widget-area .footer-contact.us h4.uk {
  margin-top: 20px;
}

.footer-widget-area .footer-contact.uk .us,
.footer-widget-area .footer-contact.us .uk {
  color: #878787;
}

.footer-widgets .wrap .footer-widgets-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100% !important;
}

.footer-widgets .wrap .footer-widgets-6 > section {
  margin-right: 20px;
}

.footer-widgets .wrap .footer-widgets-6 > section:last-child {
  margin-right: 0;
}

@media (max-width: 439px) {
  .footer-widgets .wrap .footer-widgets-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-widgets .wrap .footer-widgets-6 > section {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.footer-widgets .wrap .footer-widgets-6 #media_image-5 {
  width: 121px;
  height: auto;
}

.footer-widgets .wrap .footer-widgets-6 #media_image-6 {
display: none;
  width: 159px;
  height: auto;
}

.footer-widgets .wrap .footer-widgets-6 #media_image-4 {
display: none;
  width: 61px;
  height: auto;
}

@media (min-width: 320px) and (max-width: 374px)  {
  .footer-widgets .wrap .footer-widget-area {
    width: 100%;
  }   

  .footer-widgetsX .wrap .footer-widgets-2,
  .footer-widgetsX .wrap .footer-widgets-3 {
    width: 50%; 
  }    
}

@media (min-width: 375px) and (max-width: 991px)  {
  .footer-widgets .wrap .footer-widget-area {
    width: 100%;
  }   

  .footer-widgetsX .wrap .footer-widgets-2 {
    width: 40%; 
  } 
  
  .footer-widgetsX .wrap .footer-widgets-3 {
    width: 60%; 
  }
}

@media (min-width: 992px) {  
  .footer-widgetsX .wrap {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  
  .footer-widgets .wrap .footer-widget-area {
    width: auto;
  } 
  
  .footer-widgets .wrap .footer-widgets-1 {
    width: 22%;
  } 
  
  .footer-widgets .wrap .footer-widgets-2 {
    width: 22%;
  }

  .footer-widgets .wrap .footer-widgets-3 {
    width: 15%;
  }

  .footer-widgets .wrap .footer-widgets-4 {
    width: 15%;
  }

  .footer-widgets .wrap .footer-widgets-5 {
    width: auto;
    padding-right: 0;
  }

  .footer-widgets .wrap .footer-widgets-6 {
    padding-left: 22%;
  }

  .footer-widgets .wrap .footer-widget-area > section {
    padding-right: 20px;
  } 

  .footer-widgets .wrap .footer-widget-area:last-of-type > section {
    padding-right: 0;
  }  

  .footer-widgets .wrap .footer-widgets-6 > section {
    margin-right: 50px;
  }
}

@media (max-width: 767px) { 
  .footer-widgets .wrap .footer-widgets-2,
  .footer-widgets .wrap .footer-widgets-3,
  .footer-widgets .wrap .footer-widgets-4,
  .footer-widgets .wrap .footer-widgets-6 {
    padding-left: 13px;
  } 
}

.footer-widgets a[href^="mailto"]:hover {
}  

img.logo-footer {
  width: 130px;
  max-width: 100%;
}

@media (min-width: 768px) {  
  img.logo-footer {  
    width: 150px; 
  }
}

.site-container > footer {
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
  padding: 10px 0 35px 0;
}

@media (min-width: 768px) {  
  .site-container > footer {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

.site-footer a {
  color: inherit;
  text-decoration: underline;  
}

.site-footer a:hover {
  color: #785A7B;
  text-decoration: underline;
}

@media (min-width: 992px) {    
  .site-footer .copy {
    padding-left: 22%;
  }  
}

/**
* Share buttons
* ----------------------------------------------------------------------------
*/
#share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#share-buttons .share-label {
  font-family: 'fkg-medium';
  font-size: 14px;
  color: #9BA77D;
} 

#share-buttons a {
  font-size: 14px;
  margin-left: 7px;
  text-decoration: underline;
}

#share-buttons a:last-of-type {
  margin-right: 0;
}

#share-buttons a:hover {
  color: #9BA77D;
}

@media (min-width: 768px) {
}


/**
* Pagination
* ----------------------------------------------------------------------------
*/
.posts-pagination {
  font-size: 16px;
  border-top: 1px solid #dadada; 
  padding-top: 10px;
  margin-top: 45px;   
} 

.posts-pagination .pagination-posts,
.posts-pagination .share {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;  
  width: 100%;
}

.posts-pagination .share {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .posts-pagination .pagination-posts {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;  
  }  
  
  .posts-pagination .share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
} 
 
.entry-footer .pagination-posts > div {  
  display: inline-block;
}

.entry-footer .pagination-posts > div {
  margin-bottom: 15px;
}

.entry-footer .pagination-posts > div:first-of-type {
  margin-bottom: 15px;
}

.entry-footer .pagination-posts .pagination-previous a {
  position: relative;
  line-height: 20px;
  padding-left: 0px;
}

.entry-footer .pagination-posts .pagination-next a {
  position: relative;
  line-height: 20px;
  padding-right: 18px;
}

.entry-footerX .pagination-posts .pagination-previous a:before,
.entry-footerX .pagination-posts .pagination-next a:before {
  position: absolute;
  top: 5px;
  font-family: 'Linearicons-Free';
  color: #898989;
  speak: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-footerX .pagination-posts .pagination-previous a:hover:before,
.entry-footerX .pagination-posts .pagination-next a:hover:before {
  color: #5A5A5A;
}

.entry-footerX .pagination-posts .pagination-previous a:before {
  content: "\e879";
  left: 0;
}

.entry-footerX .pagination-posts .pagination-next a:before {
  content: "\e87a";
  right: 0;
}

.entry-footer .pagination-posts a:hover {
  color: #9BA77D;
  text-decoration: none;
}

.entry-footer .pagination-posts i {
  position: relative;
  font-family: glyphicons;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
} 

@media (min-width: 768px) {

}

.pagination.page {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  padding-top: 1rem;
  border-top: 1px solid #dadada;
  -webkit-box-pack: end;
  -ms-flex-pack: end;  
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .pagination.page .pages-single {
    margin-left: auto;
  }
}

.pagination.page .pages-single {
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pagination.page .pages-single > * {
  display: inline-block;
  margin-right: 5px;
}

.pagination.page .pages-single a:hover {
  color: #9BA77D;
  text-decoration: none;
}

.pagination.page .pages-single .page-numbers {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  border: none;  
}

.pagination.page .pages-single .current {
  color: #9BA77D;
  background: none;  
}

.pagination.page .pages-single a.page-numbers:hover {
  text-decoration: none;
  color: #9BA77D;
  background: none;  
}

.pagination.page svg.Arrow_circle {
  top: 6px;
  width: auto;
  height: 24px;
}

.pagination.page .Arrow_circle .cls-1,
.pagination.page .Arrow_circle .cls-3{stroke:#9B9B9B;}
.pagination.page a:hover .Arrow_circle .cls-1,
.pagination.page a:hover .Arrow_circle .cls-3{stroke:#000;}

.pagination.page .pages-single .page-numbers.next {
}

.pagination.page .pages-single .page-numbers.prev {
}

.pagination.page .pages-all {
}

/**
* Custom WPBakery Element
* ----------------------------------------------------------------------------
*/
.sec-dot-points .wpb_wrapper {
  display: grid;
  -ms-grid-columns: (1fr 0) [1];
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0px;
  column-gap: 0px;
  grid-row-gap: 30px;
  row-gap: 30px;
}

@media (min-width: 480px) { 
  .sec-dot-points .wpb_wrapper {
    -ms-grid-columns: (1fr 0) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    column-gap: 30px;
  }
}

@media (min-width: 768px) { 
  .sec-dot-points .wpb_wrapper {
    -ms-grid-columns: (1fr 0) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 55px;
    column-gap: 55px;
    max-width: 768px;
  }
}

.dot-points {}

.dot-points .dot {
  display: inline-flex;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #000;
  margin-right: 10px;
}

.dot-points .title {
  font-size: 17px;
  line-height: 1.25;
  color: #000;
}

.dot-points .time {
  font-family: 'fkg-light';
  font-size: 17px;
  line-height: 1.25;
  color: #000;
}



a.item-linkbox { 
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding-top: 100%;
  font-family: 'fkg-medium';
  line-height: 1.2;  
  color: #fff;
}

a.item-linkbox .wrap-area { 
  position: absolute;
  inset: 0;
  padding: 20px 18px 20px 19px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a.item-linkbox .wrap-area > div { 
  position: relative;
  height: 100%;
}

a.item-linkbox .wrap-area .title { 
  position: absolute;
  top: 0;
  left: 0;
}

a.item-linkbox .wrap-area img { 
  width: 170px;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

a.item-linkbox .wrap-back img { 
  position: relative;
}

a.item-linkbox .wrap-front .title .text { 
  font-family: 'fkg-medium';
  font-size: 19px;
  line-height: 1.1;  
  color: #fff;
}

a.item-linkbox .wrap-back .title .text { 
  font-family: 'fkg-bold';
  font-size: 15px;
  line-height: 1.1; 
  margin-bottom: 10px;
}

a.item-linkbox .wrap-back .title .desc { 
  font-family: 'fkg-regular';
  font-size: 14px;
  line-height: 1.15;
}

a.item-linkbox .wrap-front .cat { 
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.2;
}

a.item-linkbox .wrap-back .link { 
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.2;
}

a.item-linkbox .wrap-back .link { 
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.2;
}

a.item-linkbox .wrap-back .wrap-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a.item-linkbox .wrap-back .wrap-link .link-text {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding-top: 0px;
  margin-right: 4px;
}

a.item-linkbox .wrap-back .wrap-link .link-arrow svg.long-arrow-right {
  width: 21px;
  height: auto;
  transition: transform .4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(0);
  will-change: transform;
}

a.item-linkboxX .wrap-back .wrap-link:hover .link-arrow svg.long-arrow-right {
  transform: translateX(10px);
}

a.item-linkbox .wrap-back .wrap-link .link-arrow svg.long-arrow-right .cl-1 {
  fill: #fff;
}

a.item-linkbox .wrap-back .wrap-link:hover .link-text {
  color: #fff;
}

a.item-linkbox .wrap-back .wrap-link:hover .link-arrow svg.long-arrow-right .cl-1 {
  fill: #fff;
}

a.item-linkbox .wrap-back { 
  opacity: 0;
}

a.item-linkbox:hover .wrap-back { 
  opacity: 1;
}

/* Custom range input (slider) */
.custom-scrollbar {
  display: none;
  position: relative;
  width: 80%;
  margin: 10px auto 0 auto;
}

/* Style the range input */
.custom-scrollbar input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  display: block;
  margin: 0;
  padding: 8px 0;
  width: 100%;
}

/* Removes default focus */
.custom-scrollbar input[type="range"]:focus {
  outline: none;
}

.custom-scrollbar input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #9BA77D;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  margin-top: -5px;
}
.custom-scrollbar input[type="range"]::-moz-range-thumb {
  -moz-appearance:none;
  appearance:none;
  width: 15px;
  height: 15px;
  background: #9BA77D;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  margin-top: -5px;
}
.custom-scrollbar input[type="range"]::-ms-thumb {
  appearance:none;
  width: 15px;
  height: 15px;
  background: #9BA77D;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  margin-top: -5px;
}

.custom-scrollbar input[type="range"]:hover::-webkit-slider-thumb {
  background: #9BA77D;
}
.custom-scrollbar input[type="range"]:hover::-moz-range-thumb {
  background: #9BA77D;
}
.custom-scrollbar input[type="range"]:hover::-ms-thumb {
  background: #9BA77D;
}

.custom-scrollbar input[type="range"]::-webkit-slider-runnable-track {
  background: #eee;
  cursor: pointer;
  height: 5px;
  width: 100%;
  box-shadow: none;
  text-shadow: none;
}
.custom-scrollbar input[type="range"]::-moz-range-track {
  background: #eee;
  cursor: pointer;
  height: 5px;
  width: 100%;
  box-shadow: none;
  text-shadow: none;
  border-bottom: 5px solid #fff;
}
.custom-scrollbar input[type="range"]::-ms-track {
  background: #eee;
  cursor: pointer;
  height: 5px;
  width: 100%;
  box-shadow: none;
  text-shadow: none;
}

@media (max-width: 767px) { 
  .custom-scrollbar {
    display: block;
  }

  a.item-linkbox {
    flex-shrink: 0;
    width: 215px;
    height: 215px;
    padding-top: 0;
    margin-right: 15px;
  }

  .grid-linkbox-pages > .wpb_column > .vc_column-inner {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
  }

  .grid-linkbox-pages > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

@media (min-width: 768px) { 
  .grid-linkbox-pages > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    column-gap: 16px;
    grid-row-gap: 16px;
    row-gap: 16px;
  }
}

@media (min-width: 992px) { 
  .grid-linkbox-pages > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) { 
  .grid-linkbox-pages > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) { 
  .grid-linkbox-pages > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 768px) {
  .max-in-row-4 .grid-linkbox-pages > .wpb_column > .vc_column-inner > .wpb_wrapper {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .max-in-row-4 .grid-linkbox-pages > .wpb_column > .vc_column-inner > .wpb_wrapper {
      grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .max-in-row-4 .grid-linkbox-pages > .wpb_column > .vc_column-inner > .wpb_wrapper {
      grid-template-columns: repeat(4, 1fr);
  }
}

.services-group-grid a.item,
.services-grid a.item { 
  text-decoration: none;
}

.services-group-grid a.item figure { 
  /*height: 100%;*/
  position: relative;
  padding-top: 66%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
} 

.services-grid a.item figure { 
  height: 100%;
  position: relative;
  padding-top: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}

.services-gridX a.item figure:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 28%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
}

.services-group-grid a.item figure:after,
.services-grid a.item figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;  
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 2;
}

.services-group-grid a.item:hover figure:after,
.services-grid a.item:hover figure:after {
  opacity: 1;
}

.services-group-grid .item figure .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  font-family: 'fkg-bold';
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 13px 5px 13px 10px;
  padding: 0;
  z-index: 3;
}

.services-grid .item figure .title { 
  display: none;
}

.services-grid .item figure .title-text { 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: 'fkg-bold';
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 13px 5px 13px 10px;
  z-index: 3;
}

.services-group-grid .item figure .img-box { 
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27%;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 3;
}

.services-grid .item figure .img-box { 
  display: none;
}

.services-group-grid .item figure .img-box img { 
  width: 800px;
  height: auto;
  max-width: 100%;
}

.services-group-grid a.item:hover figure .desc,
.services-grid a.item:hover figure .desc {
  opacity: 1;
}

.glide-services .lnr {
  font-family: 'Linearicons-Free';
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.glide-services .glide__arrow:hover .lnr {
  color: rgba(255, 255, 255, .3);
}

.glide-services .glide__arrow--left .lnr {
  margin-right: 8px;
}

.glide-services .glide__arrow--right .lnr {
  margin-right: 8px;
}

.services-group-grid > .vc_column-inner > .wpb_wrapper {
  position: relative;
}

.glide-services .glide__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;  
  justify-content: flex-end;
  margin-left: calc(100% - 45px);
}

.glide-services .glide__arrow--left {
}

.glide-services .glide__arrow--right {
}

@media (max-width: 767px) {
  .glide-services .glide__arrows {
    display: none;
  }
}

@media (min-width: 768px) {
  .glide-services .glide__arrows {
    width: auto;
    margin-left: calc(28% - 40px);
  }

  .services-group-grid > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(100, 1fr);
    grid-column-gap: 3px;
    column-gap: 3px;
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .services-group-grid > .vc_column-inner > .wpb_wrapper > a {
    grid-column: auto/span 28;
  }

  .services-group-grid > .vc_column-inner > .wpb_wrapper > section {
    grid-column: auto/span 72;
  }  
}

@media (min-width: 992px) {
  .glide-services .glide__arrows {
    width: auto;
    margin-left: calc(29% - 40px);
  }

  .services-group-grid > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(100, 1fr);
    grid-column-gap: 3px;
    column-gap: 3px;
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .services-group-grid > .vc_column-inner > .wpb_wrapper > a {
    grid-column: auto/span 29;
  }

  .services-group-grid > .vc_column-inner > .wpb_wrapper > section {
    grid-column: auto/span 71;
  }  
}

@media (min-width: 1200px) {
  .glide-services .glide__arrows {
    width: calc(22% - 10px);
    width: auto;
    margin-left: calc(22% - 45px);
  }

  .services-group-grid  > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(100, 1fr);
  }

  .services-group-grid  > .vc_column-inner > .wpb_wrapper > a {
    grid-column: auto/span 23;
    grid-column: auto/span 22;
  }

  .services-group-grid  > .vc_column-inner > .wpb_wrapper > section {
    grid-column: auto/span 77;
    grid-column: auto/span 78;
  }
}

.glide-services .glide__arrow.glide__arrow--left {
  display: none !important;
}

.services-grid .sec-realestate,
.services-grid .sec-enterprise {
  margin-bottom: 6px;
}

.services-grid.sub-pages > .wpb_column > .vc_column-inner > .wpb_wrapper,
.services-grid .sec-realestate > .wpb_column > .vc_column-inner > .wpb_wrapper,
.services-grid .sec-enterprise > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 6px;
  column-gap: 6px;
  grid-row-gap: 6px;
  row-gap: 6px;
}

@media (min-width: 520px) {
  .services-grid.sub-pages > .wpb_column > .vc_column-inner > .wpb_wrapper,
  .services-grid .sec-realestate > .wpb_column > .vc_column-inner > .wpb_wrapper,
  .services-grid .sec-enterprise > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .services-grid.sub-pages > .wpb_column > .vc_column-inner > .wpb_wrapper,
  .services-grid .sec-realestate > .wpb_column > .vc_column-inner > .wpb_wrapper,
  .services-grid .sec-enterprise > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .services-grid.sub-pages > .wpb_column > .vc_column-inner > .wpb_wrapper,
  .services-grid .sec-realestate > .wpb_column > .vc_column-inner > .wpb_wrapper,
  .services-grid .sec-enterprise  > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

body .glide__track {
  flex: 1;
  overflow: hidden;
}

body .glide__slides,
body .glide__track {
  overflow: hidden;
} 

body .glide__slides,
body .glide__slide {
  position: relative;
  list-style: none;
  background: none; 
  margin: 0;
}

body .glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  padding: 0;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} 

body .glide__slide[class*="active"] {
} 

body .glide__arrow {
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
}

.glide-imgs {
  position: relative;
}

.glide-imgs .slider__bullets {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 20px;
  padding-bottom: 20px; 
}

.glide-imgs .slider__bullet {
  font-size: 16px;
  line-height: 1.25;
  width: auto;
  height: auto;
  padding: 0;
  background: none; 
  border: none;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  margin-right: 10px;
}

.glide-imgs .slider__bullet:first-of-type {
  margin-left: auto;
}

.glide-imgs .slider__bullet:last-of-type {
  margin-right: auto;
}

.glide-imgs .slider__bullet:hover,
.glide-imgs .slider__bullet[class*=active] {
  color: #000;
}

.glide-imgs figure {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 61.4035%;
}

/* Fade - https://github.com/glidejs/glide/issues/369 */
.glide-imgs .glide__slides {
  transform: translate3d(0,0,0) !important;
  width: 100% !important;
  padding-top: 61.4035%;
}
.glide-imgs .glide__slide {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .4s ease;
}
.glide-imgs .glide__slide.glide__slide--active {
  opacity: 1;
  z-index: 1;
}

.flickity-imgs-carousel {
  display: block;
  margin-right: calc(-1 * (100vw - 100%)/2 );
}

.flickity-imgs-carousel .flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flickity-imgs-carousel .carousel-cell {
  position: relative;
  margin-right: 20px;
  max-width: 80%;
}

.flickity-imgs-carousel .carousel-cell:last-of-type {
  padding-right: 29px;
}

@media (min-width: 768px) { 
  .flickity-imgs-carousel .carousel-cell {
    margin-right: 40px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) { 
  .flickity-imgs-carousel .carousel-cell {
    margin-right: 58px;
  }
}

a.sec-acc-show-hide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #5B5B5B;
  font-family: 'fkg-bold';
  font-size: 24px;
  line-height: 1.08;
}

a.sec-acc-show-hide > div:not(.sec-acc-button) {
  padding-right: 15px;
}

.sec-acc-button {
  position: relative;
  font-family: 'Courier';
  font-size: 25px;
  line-height: 1.08;
  color: inherit;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-acc-button::before {
  position: absolute;
  top: 7px;
  right: 0;
  content: '';
  transform: rotate(0deg);
  background: #5B5B5B;
  width: 17px;
  height: 3px;
}

.sec-acc-button::after {
  position: absolute;
  top: 7px;
  right: 0;
  content: '';
  transform: rotate(90deg);
  transition: transform 0.1s ease;
  background: #5B5B5B;
  width: 17px;
  height: 3px;
}

a.sec-acc-show-hide.active .sec-acc-button::after {
  display: none;
}


/**
* Portfolio & Projects
* ----------------------------------------------------------------------------
*/
body.portfolio .entry-content h1 {
  margin-bottom: 25px;
}

@media (min-width: 992px) { 
  body.portfolio .entry-content h1 {
    margin-bottom: 50px;
  }
}

body.portfolio .container-projects {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 17px;
  margin-bottom: 3rem;
}

@media (min-width: 450px) { 
  body.portfolio .container-projects {
   grid-template-columns: repeat(2, 1fr);
  }
} 

@media (min-width: 768px) { 
  body.portfolio .container-projects {
   grid-template-columns: repeat(3, 1fr);
  }
}

.other-projects-slider a,
body.portfolio .container-projects a {
  position: relative;
  display: block;
  text-decoration: none;
}

.other-projects-slider figure,
body.portfolio .container-projects figure {
  position: relative;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 100%;
}

.other-projects-slider figure:before,
body.portfolio .container-projects figure:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba( 34, 34, 34, .83 );
  opacity: 0;
  transition: all .2s ease-out;                         
}

.other-projects-slider a:hover figure:before,
body.portfolio .container-projects a:hover figure:before {
  opacity: 1;
}

.other-projects-slider a figure .text,
body.portfolio .container-projects a figure .text {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-out;
}

.other-projects-slider a:hover figure .text,
body.portfolio .container-projects a:hover figure .text {
  opacity: 1;
}

.other-projects-slider a figure .text .icon,
body.portfolio .container-projects a figure .text .icon {
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
}

.other-projects-slider a figure .text .addr,
body.portfolio .container-projects a figure .text .addr {
  font-size: 1.8rem;
  line-height: 22px;
  color: #fff;
}

.other-projects-slider .carousel-cell {
  width: 80%;
  margin-right: 17px; 
}

@media (min-width: 768px) {  
  .other-projects-slider .carousel-cell {
    width: calc(33.3333% - 16px);
  }
}

.other-projects-slider .item-project > figure {
  cursor: auto;
}

body.single-project .site-container .site-inner {
  padding-bottom: 0;
}

body.single-project #sec-intro {
  padding-bottom: 5rem;
}

body.single-project #sec-2 {
  padding-bottom: 1rem;
}

@media (min-width: 768px) { 
  body.single-project #sec-2 {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1200px) { 
  body.single-project #sec-2 {
    padding-bottom: 7rem;
  }
}

body.single-project #sec-2 .el-1 {
}

body.single-project #sec-2 .el-2 p {
  margin-bottom: 19px;
}

body.single-project #sec-2 .el-2 ul {
  padding-left: 15px;
}

body.single-project #sec-images {
}

body.single-project #sec-images .wpb_wrapper {
  display: grid;
  -ms-grid-columns: (1fr 0) [1];
  grid-template-columns: repeat(1,1fr);
  grid-row-gap: 12px;
  grid-column-gap: 10px;
}

body.single-project #sec-images .wpb_wrapper .wpb_single_image {
  margin: 0;
}

body.single-project #other-projects {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

body.single-project #other-projects h2 {
  margin-bottom: 30px;
}

@media (min-width: 768px) { 
  body.single-project #other-projects {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}


/**
* Post
* ----------------------------------------------------------------------------
*/
body.blog .site-container .site-inner {
  padding-bottom: 0;
} 

body.blog .page-top {
  padding-bottom: 4rem;
} 

@media (min-width: 992px) {
  body.blog .page-top {
    padding-bottom: 6rem;
  } 
}

body.blog .page-top h2,
body.blog .page-top h1 {
  font-size: 28px;
  margin-bottom: 0;
} 

body.blog .page-top h1 {
  color: #9C9B9B;
  margin-bottom: 0;
}

body.blog .page-top h2 {
  margin-bottom: 3px;
}

section.latest-posts {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

section.latest-posts h2 {
  font-family: 'fkg-medium';
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  section.latest-posts h2 {
    margin-bottom: 30px;
  }

  section.latest-posts {
    padding-top: 8rem;
    padding-bottom: 9rem;
  }
}

section.latest-posts a {
  display: block;
  text-decoration: none;
}

body.home section.latest-posts {
  padding-top: 0;
}

.grid-list-posts {
  display: grid;
  -ms-grid-columns: (1fr 0) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 20px;
  row-gap: 20px;
}

@media (max-width: 767px) {
  .grid-list-posts .item-post:last-child {
    display: none;
  }
}

@media (min-width: 768px) {
  .grid-list-posts {
    -ms-grid-columns: (1fr 0) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (min-width: 992px) {
  .grid-list-posts {
    -ms-grid-columns: (1fr 0) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 29px;
    column-gap: 29px;
  }
}

.grid-list-posts .title a {
  font-family: 'fkg-regular';
  font-size: 21px;
  line-height: 1.2;
  color: #636362;
  margin-top: 10px;
  margin-bottom: 6px;
}

.grid-list-posts .title a:hover {
  color: #636362;
}

.grid-list-posts .date {
  font-size: 14px;
  line-height: 1.3;
  color: #A8A8A7;
  margin-top: 4px;
}

.grid-list-posts .show-mobile {
  display: none;
}

@media (max-width: 767px) {
  .grid-list-posts .title a {
    font-size: 19px;
    line-height: 1.2;
  }

  .grid-list-posts .link-long-arrow a .link-text {
    font-size: 17px;
    padding-top: 0px;
  }

  .grid-list-posts .show-non-mobile {
    display: none;
  }

  .grid-list-posts .show-mobile {
    display: block;
  }
}

section.post {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  section.post {
    margin-bottom: 30px;
  }
}

.grid-list-posts figure {
  position: relative;
  padding-top: 78%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.grid-list-posts figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(67, 48, 69, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0; 
}

.grid-list-posts a:hover figure:after {
  opacity: 1; 
}

section.post > div { 
  width: 100%;
}

section.post > .image {
  position: relative;
  margin-bottom: 15px;
}

section.post > .image a {
  display: block;
  text-decoration: none;
}

section.post > .image figure {
  position: relative;
  padding-bottom: 57.1428%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.post > .image figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(155, 167, 125, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

section.post > .image a:hover figure:after {
  opacity: 1;
}

section.post > .image figure .post-date {
  position: absolute;
  left: 31px;
  top: 0;
  text-align: center;
  background-color: rgba(0,0,0,.45);
  padding: 18px 12px 11px 12px;
}

section.post > .image figure .post-date .dd {
  font-size: 24px;
  line-height: 27px; 
  color: #fff;
}

section.post > .image figure .post-date .mm {
  font-size: 17px;
  line-height: 22px; 
  color: #fff;
  text-transform: uppercase;
}

section.post > .content .sep {
  font-size: 17px;
  line-height: 1.2;
  color: #A8A8A7;
  margin-left: 6px;
  margin-right: 6px;
}

section.post > .content .cats {
  font-size: 17px;
  line-height: 1.2;
  color: #A8A8A7;
  margin-bottom: 9px;
}

section.post > .content .cats a:hover {
  color: #3B334C;
  text-decoration: none;
}

section.post > .content h2 {
  /*font-size: 26px;*/
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  section.post > .content h2 {
    margin-bottom: 17px;
  }
}

section.post > .content h2 a:hover {
  color: #9BA77D;
  text-decoration: none;
}

section.post > .content .date {
  font-size: 17px;
  line-height: 1.2; 
  color: #A8A8A7;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  section.post > .content .date {
    margin-bottom: 9px;
  }
}

section.post > .content .excerpt {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  section.post > .content .excerpt {
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  section.post {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {     
  section.post > div.image { 
    width: 61.5%;
  }   
  
  section.post > div.content { 
    width: 38.5%;
  }

  section.post {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  section.post {
    margin-bottom: 80px;
  }
  
  section.post .content { 
    padding: 0 3rem 0 4rem;
  }
  
  main article:nth-child(even) section.post > div.image {
    order: 1;
  }

  main article:nth-child(even) section.post .content {
    padding: 0 4rem 0 0rem;
  }
}

@media (min-width: 1200px) { 
  section.post .content { 
    padding: 0 4rem 0 5rem;
  }

  main article:nth-child(even) section.post .content {
    padding: 0 5rem 0 0rem;
  }
}

body.single-post .site-container .site-inner {
  padding-bottom: 0;
} 

body.single-post .site-container .site-inner > .wrap > p {
  display: none !important;
}

aside .meta-blog {
}

aside .meta-blog h1 {
  margin-bottom: 20px;
}

@media (min-width: 768px) { 
  aside .meta-blog h1 {
  }
}

aside .meta-blog div > span {
  font-family: 'fkg-medium';
}

aside .meta-blog .date {
  font-size: 16px;
  line-height: 19px;
  color: #A8A8A7;
  margin-bottom: 0;
}  

aside .meta-blog .category {
  font-size: 16px;
  line-height: 19px;
  color: #A8A8A7;
  margin-bottom: 0;
}

aside .meta-blog .category a:hover {
  color: #3B334C;
  text-decoration: none;
}

aside .meta-blog .author {
  font-size: 16px;
  line-height: 19px;
  color: #A8A8A7;
  margin-top: 9px;
}

section.block-quote {
  max-width: 580px;
  background-color: rgba(155, 167, 125, .08);
  border-left: 7px solid #9BA77D;
  padding: 23px 21px 18px 18px;
  margin-left: 20px;
}

@media (min-width: 992px) { 
  section.block-quote {
    margin-left: 40px;
  }
}

section.block-quote .text {
  font-size: 16px;
  line-height: 20px;
  color: #9BA77D;
  margin-bottom: 6px;
}

section.block-quote .by {
  font-family: 'fkg-bold';
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  color: #9BA77D;
}

body.single-post main {
  font-size: 21px;
}

body.single-post .image {
  margin-bottom: 20px;
}

body.single-post .image figure {
  position: relative;
  padding-bottom: 57.1428%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.single-post main .n2-section-smartslider {
  margin-bottom: 30px;
}

body.single-post .col-image .wpb_single_image {
  font-size: 13px;
  margin-bottom: 6px;
}

body.single-post .col-image .image-desc {
  font-size: 13px;
}

body.single-post iframe {
  width: 100%;
  margin-bottom: -5px;
}

body.single-post .post-image {
  position: relative;
  margin-bottom: 50px;
}

body.single-post .post-image .post-date {
  position: absolute;
  left: 31px;
  top: 0;
  text-align: center;
  background-color: rgba(0,0,0,.45);
  padding: 18px 12px 11px 12px;
}

body.single-post .post-image .post-date .dd {
  font-size: 24px;
  line-height: 29px; 
  color: #fff;
}

body.single-post .post-image .post-date .mm {
  font-size: 17px;
  line-height: 24px; 
  color: #fff;
  text-transform: uppercase;
}

body.single-post main .entry-content h2 {
  font-size: 1.9rem;
  line-height: 21px;                                   
  margin-bottom: 12px;
} 

body.single-post main .entry-content a {
  color: #878787;
  text-decoration: underline;
}

body.single-post main .entry-content a:hover {
  color: inherit;
  text-decoration: underline;
}

body.single-post main .entry-content figcaption {
  font-size: 13px;
  color: #878787;
  padding-top: 3px;
  margin-bottom: 45px;
}

body.single-post main .entry-content figcaption a:hover {
  color: #000;
}  

.search-wrap {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}

.search-wrap .fa-search {
  position: absolute;
  top: 15px;
  right: 12px;
  font-size: 16px;
  color: #aaa;
  z-index: 1;
}

.search-wrap input[type="search"] {
  width: 100%; 
  font-family: inherit;
  letter-spacing: normal;  
  background-color: #fff;
  padding: 13px 45px 13px 15px !important;  
}

.search-wrap input[type="search"]:focus {
  border-color: #6f6f6f;
}

.search-wrap input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  line-height: inherit;
}
.search-wrap input[type="search"]:-moz-placeholder { /* Firefox 19+ */ 
  line-height: inherit;
}
.search-wrap input[type="search"]::-moz-placeholder { /* Firefox 18- */
  line-height: inherit;
}
.search-wrap input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  line-height: inherit;
}

form[role="search"] input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 17px;
  color: #9499A1;
  line-height: inherit;
}
form[role="search"] input[type="search"]:-moz-placeholder { /* Firefox 19+ */ 
  font-size: 17px;
  color: #9499A1;
  line-height: inherit;
}
form[role="search"] input[type="search"]::-moz-placeholder { /* Firefox 18- */
  font-size: 17px;
  color: #9499A1;
  line-height: inherit;
}
form[role="search"] input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  font-size: 17px;
  color: #9499A1;
  line-height: inherit;
}

article.post {
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  article.post {
    margin-bottom: 0rem;
  }
}

@media (min-width: 992px) {
  article.post {
    margin-bottom: 0rem;
  }
}

article.postX h1.entry-title,
article.postX h2.entry-title {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #5A5A5A;
  margin-top: 20px;
  margin-bottom: 10px;
}

article.postX h2.entry-title a:hover {
  color: #3c3c3d;
  text-decoration: none;
}

article.post .post-image-date {
  position: relative;  
}

article.post .post-date {
  color: inherit;
}

article.post .post-image-date .post-date {
  display: inline-block;
  position: absolute; 
  left: 25px;
  top: 25px; 
  font-family: 'fkg-light';
  color: #fff; 
  line-height: 1; 
  text-align: center;
  background: #5A5A5A;
  padding: 10px 14px 12px 14px;  
  border-radius: 0;
}

article.post .post-image-date .post-date .dd {
  font-size: 2.5rem;
}

article.post .post-image-date .post-date .mm {
  font-size: 1.5rem;
}

article.post .post-info {
  font-size: 1.5rem;
  color: #bbb;
  padding-top: 5px;  
  padding-bottom: 30px;
}

article.postX .post-info > div {
  display: inline-block;
}

article.post .post-info i {
  position: relative;
  font-size: 1.8rem;
  padding-right: 5px;
}

article.post .post-info-date,
article.post .post-author {
  margin-right: 10px;
}

.post-image.gray-filterX img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: grayscale(.8);
}

.post-image.gray-filterX img:hover, .post-image.gray-filterX img:active, .post-image.gray-filterX img:focus {
  filter: grayscale(0);
}

aside.sidebar .widget_search, aside.sidebar .widget_categories, aside.sidebar .widget_recent_entriesX  {
  margin-bottom: 6rem;
}

.widget_search, .widget_categories, .widget_recent_entries  {
  font-size: 1.8rem;
  line-height: 1.4;
}

body.content-sidebar aside.sidebar .widget h3 {
  position: relative;
  font-size: 2rem;
  font-family: 'fkg-medium';
  margin-bottom: 1.5rem;
}

aside.sidebarX .widget h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-top: 2px solid #eee;
}

.widget_recent_entries li  {
  position: relative; 
  padding-top: 14px;
  padding-bottom: 14px; 
}

.widget_recent_entries li a {
  display: block;
  font-size: 1.6rem;
  color: #6f6f6e;
}

.widget_recent_entries a:hover {
  color: #5A5A5A;
  text-decoration: none;  
}

.widget_recent_entries span.post-date {
  display: block;
  font-size: 1.4rem;  
  color: #5A5A5A;
  margin-top: 3px;
} 

body.content-sidebar aside.sidebar .widget_categories h3 {
  position: relative;
  font-size: 1.9rem;
  font-family: 'fkg-medium';
  line-height: 1.2;
  color: #3c3c3d;
  padding: 14px 10px 14px 20px; 
  border-top: 1px solid #eee;  
  border-bottom: 1px solid #eee;   
  margin-bottom: 0;
}

.widget_categories li  {
  position: relative; 
  line-height: 1.3;  
  padding: 14px 10px 14px 20px;
  border-bottom: 1px solid #eee;  
}

.widget_categories li a {
  display: block;
  font-size: 1.6rem;
}

.widget_categories li a:hover {
  color: #5A5A5A;
  text-decoration: none;  
}

div.read-more {
  display: block;
  margin-top: 7px;
  margin-bottom: 0px;  
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;  
}

@media (min-width: 768px) {
  div.read-more {
    margin-top: 20px;
  }
}

a.read-more {
  display: inline-block;
  font-size: 16px;
  font-family: 'fkg-medium';
  color: #9BA77D;  
  text-decoration: underline;
} 

a.read-more:hover {
  color: #626262;  
}

a.read-more span {
  position: relative;
  display: inline-block;
  padding-top: 7px;
  padding-right: 5px;
} 

a.read-more svg {
  top: 5px;
}

a.read-more:hover .Arrow_circle .cls-1,
a.read-more:hover .Arrow_circle .cls-3{stroke:#878787;}

body.single-post .entry-content table tr > td:first-of-type {
 padding-right: 25px;
}

/**
* Search
* ----------------------------------------------------------------------------
*/
@media (min-width: 768px) {
  body.searchX .content-sidebar-wrap .entry-titles {
    width: 25%;
    padding-right: 30px;
  }

  body.searchX .content-sidebar-wrap #genesis-content {
    width: 75%;
  }
}

body.search .title-header-content {
  display: none;
}

body.search .main-search-box {
  margin-bottom: 30px;
}

body.search .entry-titles {
  margin-bottom: 30px;
}

body.search .entry-titles h1 {
  color: #626262;
  margin-bottom: 0;
}

body.search article {
  margin-bottom: 3rem;
}

body.search article h2.entry-title {
  font-family: 'fkg-medium';
  font-size: 22px;
  margin-bottom: 5px;
}

body.search article h2.entry-title a:hover {
  color: #9BA77D;
  text-decoration: none;
}

body.search .entry-titles .search-word {
  color: #9BA77D;
}

body.search .entry-content {
  font-family: 'fkg-regular';
  font-size: 17px;
  line-height: 1.24;
  color: #636362;
}

body.search .entry-content .button-link-arrow {
  margin-top: 0px;
}

body.search div.read-more {
  margin-top: 15px;
  margin-bottom: 5px;
}

body.search #sec-action {
  margin-top: 60px;
}

@media (min-width: 768px)  {
  body.search #sec-action {
    margin-top: 90px;
  }
}

body.error404 div.title-header-content {
  display: none;
}

body.search #sec-call-back-form,
body.error404 #sec-call-back-form {
  background-image: url(https://equitis.com/wp-content/uploads/2023/07/equitis-form-bg.jpg);
}

#sec-custom-search {
}

body.error404 #sec-custom-search {
  margin-bottom: 60px;
}

@media (min-width: 768px)  {
  body.error404 #sec-custom-search {
    margin-bottom: 160px;
  }
}

#sec-error404 {
  padding-bottom: 50px;
}

#sec-error404 .wpb_single_image {
  margin-bottom: 40px;
}

#sec-error404 h1 {
  font-family: 'fkg-bold';
  font-size: 38px;
  line-height: 1.1;
  color: #6B6470;
  margin-bottom: 30px;
}

@media (min-width: 768px)  {
  #sec-error404 h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

#sec-error404 .wpb_text_column {
  font-family: 'fkg-light';
  font-size: 24px;
  color: #68696A;
  line-height: 1.2;
  margin-bottom: 0px;
}

#sec-error404 .wpb_text_column bold {
  font-family: 'fkg-medium';
}

#sec-error404 .wpb_text_column a {
  color: #7F5D83;
  text-decoration: underline;  
}

#sec-error404 .wpb_text_column a:hover {
  text-decoration: none;  
}

#sec-error404 .wpb_text_column.el-1 {
  margin-bottom: 25px;
}


/**
* Page
* ----------------------------------------------------------------------------
*/
body.page .vc_row.sec-row > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.vc_row.sec-row {
  padding-bottom: 2rem;
}   

@media (min-width: 768px)  {
  .vc_row.sec-row {
    padding-bottom: 3rem;    
  } 
}

@media (min-width: 992px)  {
  .vc_row.sec-row {
    padding-bottom: 5rem;   
  } 
}

@media (min-width: 1200px)  {
  .vc_row.sec-row {
    padding-bottom: 5rem;   
  } 
}

.vc_row.sec-row-top {
  padding-top: 5rem;
}   

@media (min-width: 768px)  {
  .vc_row.sec-row-top {
    padding-top: 6rem;    
  } 
}

@media (min-width: 992px)  {
  .vc_row.sec-row-top {
    padding-top: 8rem;   
  } 
}

@media (min-width: 1200px)  {
  .vc_row.sec-row-top {
    padding-top: 8rem;   
  } 
}

.vc_row.sec-row-margin {
  margin-bottom: 2rem;
}   

@media (min-width: 768px)  {
  .vc_row.sec-row-margin {
    margin-bottom: 3rem;    
  } 
}

@media (min-width: 992px)  {
  .vc_row.sec-row-margin {
    margin-bottom: 5rem;   
  } 
}

@media (min-width: 1200px)  {
  .vc_row.sec-row-margin {
    margin-bottom: 5rem;   
  } 
}

.vc_row.sec-row-margin-more {
  margin-bottom: 5rem;
}   

@media (min-width: 768px)  {
  .vc_row.sec-row-margin-more {
    margin-bottom: 6rem;    
  } 
}

@media (min-width: 992px)  {
  .vc_row.sec-row-margin-more {
    margin-bottom: 8rem;   
  } 
}

@media (min-width: 1200px)  {
  .vc_row.sec-row-margin-more {
    margin-bottom: 8rem;   
  } 
}

body .wpb_wrapper > .wpb_text_column.wpb_content_element {
  margin-bottom: 2rem;
}

body .wpb_wrapper > .wpb_text_column.wpb_content_element:last-child {
  margin-bottom: 3rem;
} 

.col-image.strech-left > .vc_column-inner {
  min-height: 300px;
  margin-left: calc(-1 * (100vw - 100%)/2 );
} 

.col-image.strech-right > .vc_column-inner {
  min-height: 300px;
  margin-right: calc(-1 * (100vw - 100%)/2 );
}

body.page blockquote {
  position: relative;
  font-size: 2.9rem;
  font-family: 'fkg-light';
  font-style: normal;  
  line-height: 1.4;  
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

body.page #sec-hilight h2 {
  font-size: 28px;
  color: #B6ADA3;
  line-height: 1.1;
}

@media (min-width: 768px) {
  body.page #sec-hilight h2 {
      font-size: 32px;
  }
}

@media (max-width: 767px) {     
  #dynamic-to-top {
    display: none !important;
  } 
  
  .non-mobile {
    display: none;
  }  
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  } 
}  

@media (max-width: 991px) {       
  .non-desktop {
    display: none;
  }  
}

@media (min-width: 992px) {
  .desktop-only {
    display: none;
  } 
}

article ul {
  padding-top: 1rem;
  padding-left: 0rem;
  margin-bottom: 2rem;  
}

article ul > li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 20px;
} 

body.page .form-get-in-touch .el-1 {
  font-family: 'fkg-medium';
  font-size: 15px;
  line-height: 1.25;
  color: #878787;
  margin-bottom: 0px !important;
}

body.page .form-get-in-touch h3 {
  margin-bottom: 11px;
}

body.page .form-get-in-touch .el-3 {
  margin-bottom: 25px !important;
}

svg.long-arrow-right .cl-1 {
  fill: #815B85;
}

section.latest-posts .link-long-arrow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.link-long-arrow a .link-text {
  font-size: 19px;
  line-height: 1.2;
  color: #000;
  padding-top: 3px;
  margin-right: 8px;
}

.link-long-arrow a .link-arrow {
}

.link-long-arrow a .link-arrow-inner {
}

.link-long-arrow a .link-arrow svg.long-arrow-right {
  width: auto;
  height: 15px;
  transition: transform .4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(0);
  will-change: transform;
}

.link-long-arrow a:hover .link-arrow svg.long-arrow-right {
  transform: translateX(10px);
}

.link-long-arrow a .link-arrow svg.long-arrow-right .cl-1 {
  fill: #815B85;
}

.link-long-arrow a:hover .link-text {
  color: #616161;
}

.link-long-arrow a:hover .link-arrow svg.long-arrow-right .cl-1 {
  fill: #815B85;
}

svg.arrow .cls-1 {
  stroke-miterlimit: 10;
  fill: none;
  stroke: #000;
}

svg.arrow g {
  transform: scaleX(1);
  transition: all .3s ease-out;
}

.flickity-prev-next-button:hover svg.arrow g {
  transform: scaleX(1.2);
}

.flickity-prev-next-button svg {
  width: 28px;
  height: auto;
}

.sec-comm-image-text {
  padding-bottom: 1rem;
}

.sec-comm-image-text h3 {
}

.sec-comm-image-text .el-1 {
}

@media (max-width: 767px) {  
  .sec-comm-image-text .col-text {
    order: 1;
  }
}

@media (min-width: 992px) {  
  .sec-comm-image-text {
    padding-bottom: 4rem;
  }

  .sec-comm-image-text:last-of-type {
    padding-bottom: 0;
  }

  .sec-comm-image-text > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec-comm-image-text .col-text.left {
    padding-right: 15px;
  }

  .sec-comm-image-text .col-text.right {
    padding-left: 15px;
  }

  .sec-comm-image-text .col-image.left {
    padding-right: 15px;
  }

  .sec-comm-image-text .col-image.right {
    padding-left: 15px;
  }
}

.services-grid {
  padding-bottom: 3rem;
}

.sec-specialities .el-1 {
  max-width: 970px;
  margin-bottom: 25px !important
}

#sec-google {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

#sec-google > .wpb_column > .vc_column-inner {
  padding-top: 10px !important;
}

@media (min-width: 992px) {  
  #sec-google {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  #sec-google > .col-left > .vc_column-inner {
    border-right: 1px solid #9BA77D;
    padding-right: 15px;
  }

  #sec-google > .col-left {
    padding-right: 15px;
  }

  #sec-google > .col-right {
    padding-left: 15px;
  }  
}

@media (min-width: 1200px) {  
  #sec-google > .col-left {
    padding-right: 30px;
  }

  #sec-google > .col-right {
    padding-left: 30px;
  }  
}

#sec-gallery {}

#sec-gallery > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding-bottom: 3rem;
}

.masonry-item { 
  width: 50%; 
  padding-right: 8px;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  #sec-gallery > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-right: -8px;
  }
  
  .masonry-item { 
    width: 33.3333%; 
  }
}

@media (min-width: 768px) {
  #sec-gallery > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-right: -15px;
  }
  
  .masonry-item { 
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

.masonry-item > a { 
  position: relative;
  display: block;
}

.masonry-item > a:before { 
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(155, 167, 125, .56);
  opacity: 0;
  transition: all .3s ease-out;
}

.masonry-item > a:after { 
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(images/magnify.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px auto;
  opacity: 0;
  transition: all .4s ease-out;
}

.masonry-item > a:hover:before,
.masonry-item > a:hover:after {
  opacity: 1;
}

section.testimonials .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

section.testimonials .item > .flex-base {
  margin-top: auto;
}

section.testimonials .item .quote {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 13px;
}

section.testimonials .item .quote-by {
  font-size: 12px;
  line-height: 1.2;
  color: #9BA77D;  
}

section.testimonials .item .date {
  font-size: 12px;
  line-height: 1.2;
  color: #747474;
}

section.testimonials .item .logo {
  padding-bottom: 3px;
  margin-left: 13px;
}

section.testimonials .item .logo img {
  width: 22px;
}

#sec-services-pages {
  background: #f2f2f2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#sec-services-pages #services-real-estate {
  margin-bottom: 2px;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  #sec-services-pages {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

#sec-services-pages > .wpb_column > .vc_column-inner {
  padding-top: 0 !important
}

#sec-services-pages .el-1 {
  max-width: 750px;
}

#sec-action {
  background-color: #433045;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  #sec-action {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}

#sec-action .el-text {
  font-family: 'fkg-medium';
  font-size: 25px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
}

#sec-action .el-text strong {
  font-family: 'fkg-medium';
  color: #fff;
}

@media (min-width: 768px) {
  #sec-action .el-text {
    font-size: 25px;
  }
}

#sec-action > .wpb_column > .vc_column-inner {
  padding-top: 0 !important
}

#sec-action .sec-action > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sec-action .sec-action > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
  width: 100%;
}

#sec-action .el-buttons {
  margin-bottom: 20px;
}

#sec-action .el-buttons > .wpb_wrapper > .flex-base {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
  */ 
}

#sec-action .el-buttons a.contact > .flex-base {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* Align items vertically */
  /*
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* Align items horizontally */   
}

#sec-action .el-buttons a.contact .text {
  padding-right: 6px;
}

#sec-action .el-buttons a.contact .icon svg {
  height: 9px;
  width: auto;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transform: rotate(-90deg);
}

#sec-action .el-buttons a.contact.active .icon svg,
#sec-action .el-buttons a.contact:hover .icon svg {
  transform: rotate(0deg);
}

#sec-action .el-buttons a.contact .icon svg path {
  stroke: rgba(255, 255, 255, .7);
}

#sec-action .el-buttons a.contact:hover .icon svg path {
  stroke: rgba(255, 255, 255, 1);
}

#sec-action .el-buttons > .wpb_wrapper > .flex-base > a {
}

#sec-action .el-buttons > .wpb_wrapper > .flex-base > a:last-child {
}

#sec-action .el-buttons a.contact {
  width: 242px;
  font-family: 'fkg-medium';
  font-size: 19px;
  line-height: 1.16;
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
}

#sec-action .el-buttons a.contact:hover {
  color: rgba(255, 255, 255, 1);
}

#sec-action .el-buttons .theme-button-solid {
  width: 242px;
  font-family: 'fkg-medium';
  font-size: 19px;
  line-height: 1.16;
  color: #F5F5F5;
  text-align: center;
  padding: 8px 10px 5px 10px;
  background: #57405A;
  margin-bottom: 10px;
}

#sec-action .el-buttons .theme-button-solid:hover {
  background: #785A7B;
}

#sec-action .el-buttons .theme-button-solid.email {
  margin-bottom: 14px;
}

@media (min-width: 992px) {
  #sec-action .el-buttons a {
    margin-left: auto;
  }

  #sec-action .sec-action > .wpb_column > .vc_column-inner > .wpb_wrapper > .el-text {
    width: 75%;
    padding-right: 20px;
  }

  #sec-action .sec-action > .wpb_column > .vc_column-inner > .wpb_wrapper > .el-buttons {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  #sec-action .sec-action > .wpb_column > .vc_column-inner > .wpb_wrapper > .el-text {
    width: 75%;
    padding-right: 20px;
  }

  #sec-action .sec-action > .wpb_column > .vc_column-inner > .wpb_wrapper > .el-buttons {
    width: 25%;
  }
}

.site-container > p {
  display: none;
}

#sec-call-back-form {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  background-color: #fafafa;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

@media (min-width: 768px) {
  #sec-call-back-form > .wpb_column > .vc_column-inner {
    max-width: 750px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  #sec-call-back-form > .wpb_column > .vc_column-inner {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  #sec-call-back-form > .wpb_column > .vc_column-inner {
    max-width: 1170px;
  }
}

#sec-call-back-form.type-1 {
  padding-top: 0;
}

#sec-call-back-form.type-1 .sec-row-2 > .wpb_column > .vc_column-inner,
#sec-call-back-form.type-2 > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  max-width: 540px;
}

#sec-call-back-form  .sec-row-1 > .wpb_column > .vc_column-inner {
  text-align: right;
}

section.page-quote {
  position: relative;
  max-width: 960px;
  padding: 0 50px;
  margin-left: 0;
}

section.page-quote:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(images/quote-icon-left.svg);
  background-repeat: no-repeat;
}

section.page-quote:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(images/quote-icon-right.svg);
  background-repeat: no-repeat;
}

section.page-quote .text {
  font-size: 2.8rem;
  line-height: 1.1;
  color: #B6ADA3;
  margin-bottom: 10px;
}

@media (min-width: 768px) { 
  section.page-quote .text {
    font-size: 3.2rem;
  }
}

section.page-quote .by {
  font-family: 'fkg-bold';
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
  color: #868686;
}

@media (max-width: 767px) {  
  .sec-comm-image-text-top .col-text,
  .sec-comm-image-text .col-text {
    order: 1;
  }

  .sec-comm-image-text-top .col-image .wpb_single_image,
  .sec-comm-image-text .col-image .wpb_single_image {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {  
  .sec-comm-image-text {
  }

  .sec-comm-image-text:last-of-type {
  }

  .sec-comm-image-text > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }  
  
  .sec-comm-left-right .col-left,
  .sec-comm-image-text-top .col-text.left,
  .sec-comm-image-text .col-text.left {
    padding-right: 15px;
  }

  .sec-comm-left-right .col-right,
  .sec-comm-image-text-top .col-text.right, 
  .sec-comm-image-text .col-text.right {
    padding-left: 15px;
  }

  .sec-comm-image-text-top .col-image.left, 
  .sec-comm-image-text .col-image.left {
    padding-right: 15px;
  }

  .sec-comm-image-text-top .col-image.right,  
  .sec-comm-image-text .col-image.right {
    padding-left: 15px;
  }
}

.sec-bg-full-text .col-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .sec-bg-full-text > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec-bg-full-text .col-text {
    min-height: 450px;
  }
}

@media (min-width: 992px) {
  .sec-bg-full-text .col-left {
    padding-right: 15px;
  }

  .sec-bg-full-text .col-right {
    padding-left: 15px;
  }
}

/**
* Link Boxes
* ----------------------------------------------------------------------------
*/
a.item-linkbox.grid-about {
  background: #9A8D80;
}

a.item-linkbox.grid-about figure:before {
  background-color: #9A8D80;
}

/**
* Home Page
* ----------------------------------------------------------------------------
*/
body.home .site-container .site-inner {
  padding-top: 0;
  padding-bottom: 0;
} 

body.home div.title-header-content {
  display: none;
}

body.home header.site-header {
  padding-bottom: 5px !important;
}

body.home .button-link-arrow {
  font-family: 'fkg-bold';
}

body.home #sec-carousel-main {
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 768px) { 
  body.home #sec-carousel-main {
    margin-bottom: 80px;
  }
}

body.home #sec-carousel-main .sec-overlay {
  position: absolute;  
  inset: 0;
  padding-top: 160px;
}

body.home #sec-carousel-main .sec-overlay-slider {
  position: absolute;  
  inset: 0;
}

body.home #sec-carousel-main .sec-overlay > .wpb_column {
  width: 90%;
  margin: 0 auto;
  float: none;
  padding-left: 4%;
}

@media (min-width: 992px) { 
  body.home #sec-carousel-main .sec-overlay > .wpb_column {
    width: 90%;
    margin: 0 auto;
    padding-left: 4%;
  }
}

@media (min-width: 1200px) { 
  body.home #sec-carousel-main .sec-overlay > .wpb_column {
    width: 1140px;
    margin: 0 auto;
    padding-left: 4%;
  }
}

body.home #sec-carousel-main .sec-overlay > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
}

body.home #sec-carousel-main .sec-overlay > .wpb_column > .vc_column-inner > .wpb_wrapper > div {
  position: relative;
  z-index: 2;
}

body.home #sec-carousel-main .sec-overlay > .wpb_column > .vc_column-inner > .wpb_wrapper > div.logo-zero {
  position: absolute;
  top: 0;
  width: 100%;
  padding-left: 200px;
  padding-top: 40px;
  z-index: 1;
  opacity: 0.5;
}

body.home #sec-carousel-main .sec-overlay .logo-zero img {
  width: 85%;
}

body.home #sec-carousel-main .sec-overlay .logo-bcf {
  margin-bottom: 30px;
}

body.home #sec-carousel-main .sec-overlay .logo-bcf img {
  width: 444px;
}

body.home #sec-carousel-main .sec-overlay .title {
  font-family: 'fkg-medium';
  font-size: 32px;
  line-height: 1.1;
  color: #3E3243;
  margin-bottom: 17px;
}

body.home #sec-carousel-main .sec-overlay a.theme-button-solid {
  font-family: 'fkg-bold';
  font-size: 16px;
  padding: 10px 15px 9px 15px;
}

body.home #sec-carousel-main .sec-overlay .button-link-arrow a .link-text {
  font-family: 'fkg-medium';
  font-size: 16px;
}  

body.home .sec-images .img-moc {
  width: 90%;
  margin: 0px auto 80px auto;
}

@media (min-width: 768px) and (max-width: 1023px) { 
  body.home #sec-panel-1 {
    padding-bottom: 20px;    
  }

  body.home #sec-panel-2 {
    padding-bottom: 40px;    
  }

  body.home #sec-panel-3-text {
    top: -50px;    
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) and  (max-width: 1199px)  { 
  body.home #sec-panel-1 {
    padding-bottom: 100px;    
  }

  body.home #sec-panel-2 {
    padding-bottom: 100px;    
  }
}

@media (min-width: 1200px) { 
  body.home #sec-panel-1 {
    padding-bottom: 70px;    
  }

  body.home #sec-panel-1-text .col-full {
    padding-left: 80px;
  }

  body.home #sec-panel-2 {
    padding-bottom: 50px;    
  }

  body.home #sec-panel-2-text .col-full {
    padding-left: 150px;
  }
}

body.home .sec-panel-2 > .wpb_column > .vc_column-inner > .wpb_wrapper,
body.home .sec-panel-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  /*
  width: 946px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  */
}

body.home .sec-panel-1-img {
  width: 83.5%;
  margin-left: 18%;  
}

body.home .sec-panel-2-img {
  width: 83.5%;
}

body.home .sec-panel-1-square {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
}

body.home .sec-panel-2-square {
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
}

body.home .sec-panel-2-square > div,
body.home .sec-panel-1-square > div {
  position: absolute;
  inset: 0;
}

body.home .sec-panel-2-square > .wpb_column > .vc_column-inner,
body.home .sec-panel-1-square > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

body.home .sec-panel-2-square > .wpb_column > .vc_column-inner > .wpb_wrapper,
body.home .sec-panel-1-square > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding-top: 29.7%;
}

body.home .sec-panel-1-heading {
}

@media (min-width: 768px) { 
  body.home .sec-panel-1-heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 73%;
  }
}

@media (min-width: 992px) { 
  body.home #sec-panel-1 .sec-panel-1-heading {
    left: 24%;
  }
  body.home #sec-panel-3 .sec-panel-1-heading {
    left: 3%;
  }
}

body.home .sec-panel-2-heading {
}

@media (min-width: 768px) { 
  body.home .sec-panel-2-heading {
    position: absolute;
    top: 0;
    right: 0;
    width: 74%;
  }
}

@media (min-width: 768px) { 
  body.home .sec-panel-2-heading > .wpb_column > .vc_column-inner,
  body.home .sec-panel-1-heading > .wpb_column > .vc_column-inner {
    padding: 0 !important;
  }

  body.home #sec-panel-1 .sec-panel-1-heading > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-top: 12%;
  }

  body.home #sec-panel-1 .sec-panel-1-heading h2 {
    margin-bottom: 31px;
  }

  body.home #sec-panel-2 .sec-panel-2-heading > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-top: 6%;
  }

  body.home #sec-panel-2 .sec-panel-2-heading h2 {
    padding-left: 13.5%;
    margin-bottom: 36px;
  }

  body.home #sec-panel-2 .sec-panel-2-heading h4 {
    margin-bottom: 5px;
  }

  body.home #sec-panel-3 .sec-panel-1-heading > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-top: 7%;
  }

  body.home #sec-panel-3 .sec-panel-1-heading h2 {
    padding-left: 53%;
    margin-bottom: 36px;
  }

  body.home #sec-panel-3 .sec-panel-1-heading h4 {
    margin-bottom: 5px;
  }
}

@media (min-width: 1200px) { 
  body.home #sec-panel-2 .sec-panel-2-heading h2 {
    margin-bottom: 48px;
  }
}


body.home #sec-panel-1 .wpb_single_image,
body.home #sec-panel-2 .wpb_single_image,
body.home #sec-panel-3 .wpb_single_image {
  margin-bottom: 0 !important;
}

body.home .sec-panel-2-heading h2,
body.home .sec-panel-1-heading h2 {
  font-family: 'fkg-bold';
  font-size: 40px;
  line-height: 1.1;
  color: #3E3243;
  margin-bottom: 3px;
}

body.home .sec-panel-2-heading h3,
body.home .sec-panel-1-heading h3 {
  font-family: 'fkg-regular';
  font-size: 32px;
  line-height: 1.1;
  color: #3E3243;
  margin-bottom: 0;
}

body.home .sec-panel-2-heading h4,
body.home .sec-panel-1-heading h4 {
  font-family: 'fkg-bold';
  font-size: 26px;
  line-height: 1.1;
  color: rgba(62, 50, 67, 0.40);
  margin-bottom: 0;
}

@media (min-width: 992px) { 
  body.home .sec-panel-2-heading h2,
  body.home .sec-panel-1-heading h2 {
    font-size: 55px;
    margin-bottom: 0;
  }

  body.home .sec-panel-2-heading h3,
  body.home .sec-panel-1-heading h3 {
    font-size: 35px;
  }

  body.home .sec-panel-2-heading h4,
  body.home .sec-panel-1-heading h4 {
    font-size: 32px;
    line-height: 1.2;
  }
}

body.home #sec-panel-1 .sec-panel-1-heading h4 {
  max-width: 740px;
  padding-left: 9%;
}

body.home #sec-panel-2 .sec-panel-2-heading h3 {
  padding-left: 0%;
}
body.home #sec-panel-2 .sec-panel-2-heading h4 {
  padding-left: 8.3%;
}

body.home #sec-panel-3 .sec-panel-1-heading h3 {
  padding-left: 0;
}
body.home #sec-panel-3 .sec-panel-1-heading h4 {
  padding-left: 9%;
}

body.home .sec-panel-1-text {
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 767px) {  
  body.home .sec-panel-1-text {
    line-height: 1.2;
  }
}

@media (min-width: 768px) {  
  body.home #sec-panel-3 .sec-panel-1-heading h3 {
    padding-left: 35%;
  }

  body.home #sec-panel-3 .sec-panel-1-heading h4 {
    padding-left: 29%;
  }

  body.home .sec-panel-1-text {
    padding-bottom: 40px;
  }
}

body.home .sec-panel-1-text > .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: 100%;
}

@media (min-width: 1024px) {  
  body.home .sec-panel-1-text > .wpb_column > .vc_column-inner > .wpb_wrapper {
    width: 83%;
    margin: -100px auto 0 auto;
  }
}

body.home .sec-panel-1-text > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
}

@media (min-width: 768px) {  
  body.home .sec-panel-1-text > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    width: 78%;
    margin-left: 22%;
  }
}

body.home #sec-1 {
  margin-bottom: 3rem;
}

body.home #sec-1 h2 {
  font-family: 'fkg-medium';
  font-size: 26px;
  line-height: 1.1;
}

body.home #sec-1 .col-text {
  font-size: 21px;
  line-height: 1.2;
  color: #636362;
}

@media (min-width: 768px) {  
  body.home #sec-1 .col-text {
    font-size: 23px;
  }
}

@media (min-width: 992px) {  
  body.home #sec-1 {
    margin-bottom: 7rem;
  }
}

body.home #sec-2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

@media (max-width: 991px) {  
  body.home #sec-2 .col-text > .vc_column-inner {
    padding-top: 0;
  }
}

body.home #sec-2 h2 {
  font-family: 'fkg-medium';
  font-size: 28px;
  line-height: 1;
}

body.home #sec-2 .col-text {
  font-size: 23px;
  line-height: 1.2;
  color: #616161;
}

@media (min-width: 992px) {  
  body.home #sec-2 {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

body.home #sec-3 {
  padding-top: 3rem;
}

@media (min-width: 768px) {  
  body.home #sec-3 {
    padding-top: 5rem;
  }
}

/**
* DNA pages
* ----------------------------------------------------------------------------
*/
body.dna div.title-header-content {
  display: none;
}

body.dna .site-container .site-inner {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  body.dna .site-container .site-inner {
    padding-top: 0;
  }
}

body.dna #sec-1 {
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  body.dna #sec-1 {
    padding-bottom: 8rem;
  }
}

body.dna #sec-1 .wpb_single_image img {
  position: absolute;
  top: 0;
  right: 65px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  body.dna #sec-1 .wpb_single_image img {
    top: 0;
    right: 65px;
    width: 250px;
    max-width: 100%;
  }
}

body.dna #sec-1 .sec-1 {
  margin-bottom: 27px;
}

body.dna #sec-1 .sec-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding-bottom: 47px;
  border-bottom: 1px solid #A2A2A2;
}

body.dna #sec-1 .sec-1 h2 {
  font-family: 'fkg-bold';
  font-size: 38px;
  line-height: 1;
  margin-bottom: 5px;
}

body.dna #sec-1 .sec-1 h3 {
  font-family: 'fkg-bold';
  font-size: 44px;
  line-height: 1;
  padding-left: 73px;
  margin-bottom: 6px;
}

body.dna #sec-1 .sec-1 h4 {
  font-family: 'fkg-bold';
  font-size: 34px;
  line-height: 1;
  padding-left: 28px;
  margin-bottom: 0;
}

body.dna #sec-1 .sec-2 {
  font-family: 'fkg-regular';
  font-size: 24px;
  color: #8D8D8D;
  font-weight: 400;
  line-height: 1.18;
}

@media (min-width: 768px) {  
  body.dna #sec-1 .sec-1 h2 {
    font-size: 44px;
    line-height: 1.1;
  }
  
  body.dna #sec-1 .sec-1 h3 {
    font-size: 48px;
    padding-left: 73px;
    line-height: 1.1;
  }
  
  body.dna #sec-1 .sec-1 h4 {
    font-size: 38px;
    padding-left: 28px;
    line-height: 1.2;
  }

  body.dna #sec-1 .sec-2 {
    font-size: 28px;
    line-height: 1.18;
  }
}

body.dna .sec-style-1 {
  padding-top: 0;
  padding-bottom: 0;
}

body.dna .sec-style-1 > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}

body.dna .sec-style-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
}

body.dna .sec-style-1 .sec-image  {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}

body.dna .sec-style-1 .sec-image .wpb_single_image {
  position: relative;
  left: -15px;
  margin: 0;
}

body.dna .sec-style-1 .sec-1  {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}

body.dna .sec-style-1 .sec-1 .el-1 > .vc_column-inner  {
  height: 50px;
}

@media (min-width: 768px) {  
  body.dna .sec-style-1 .sec-1 .el-1 > .vc_column-inner  {
    height: 76px;
  }
}

body.dna .sec-style-1 .sec-2 {
  padding-top: 170px;
}

body.dna .sec-style-1 .sec-2 h2,
body.dna .sec-style-1 .sec-2 h3 {
  font-family: 'fkg-medium';
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 0;
}

body.dna .sec-style-1 .sec-2 h3 {
  width: 780px;
  max-width: 100%;
}

@media (min-width: 768px) {  
  body.dna .sec-style-1 .sec-2 h2,
  body.dna .sec-style-1 .sec-2 h3 {
    font-size: 34px;
    line-height: 1.1;
  }
}

body.dna .sec-style-2 {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {  
  body.dna .sec-style-2 {
    padding-top: 15px;
  }
}

body.dna .sec-style-2 .sec-1 {
}

body.dna .sec-style-2 .sec-2 {
  padding-top: 17px;
}

body.dna .sec-style-2 .sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: 780px;
  max-width: 100%;
}

body.dna .sec-style-2 .sec-2 h2 {
  font-family: 'fkg-medium';
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  body.dna .sec-style-2 .sec-2 h2 {
    font-size: 34px;
    line-height: 1.1;
  }
}

body.dna .sec-style-2 .sec-2 h6 {
  font-family: 'fkg-medium';
  font-size: 18px;
  margin-bottom: 0;
}

body.dna .sec-style-3 {
  padding-top: 15px;
  padding-bottom: 3rem;
}

body.dna .sec-style-3 .el-1 {
  margin-bottom: 60px !important;
}

body.dna .sec-style-4 {
  font-family: 'fkg-regular';
  font-size: 24px;
  line-height: 1.05;
  color: rgba(67, 48, 69, 0.50);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

body.dna .sec-style-4 strong {
  font-family: 'fkg-bold';
}

@media (min-width: 768px) {
  body.dna .sec-style-4 {
    font-size: 34px;
    line-height: 1.05;
  }

  body.dna .grid-linkbox-pages > .wpb_column > .vc_column-inner > .wpb_wrapper {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  body.dna .grid-linkbox-pages > .wpb_column > .vc_column-inner > .wpb_wrapper {
      grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  body.dna .grid-linkbox-pages > .wpb_column > .vc_column-inner > .wpb_wrapper {
      grid-template-columns: repeat(4, 1fr);
  }
}

body.dna #sec-2 .sec-image {
  opacity: 0.5;
}

body.dna #sec-5 {
  color: rgba(67, 48, 69, 0.50);
}

body.dna #sec-6 .sec-image {
  opacity: 0.5;
}

body.dna #sec-9 {
  color: #BDB5AC;
}

body.dna .sec-paragraphs .wpb_wrapper > .wpb_text_column.wpb_content_element:last-child {
  margin-bottom: 20px;
}

/**
* Services Page
* ----------------------------------------------------------------------------
*/
body.page-template-template-services-main div.title-header-content {
  display: none;
}

body.page-template-template-services-main .site-container .site-inner {
} 

body.page-template-template-services-main article h2 {
  font-family: 'fkg-medium';
  font-size: 34px;
  line-height: 1.06;
  color: #000;
  margin-bottom: 30px;
} 

body.page-template-template-services-main #sec-intro {
  margin-bottom: 40px;
}

@media (min-width: 768px) { 
}

body.page-template-template-services-main #sec-1-1 {
  padding-top: 38px;
  padding-bottom: 5px;
}

@media (min-width: 768px) { 
  body.page-template-template-services-main #sec-1-1 {
    padding-top: 58px;
  }
}

body.page-template-template-services-main #sec-1-1 .sec-row-1 {
}

body.page-template-template-services-main #sec-1-1 .sec-row-2 {
}

@media (min-width: 768px) { 
}

body.page-template-template-services-main #sec-1-2 {
  padding-bottom: 10px;
}

body.page-template-template-services-main #sec-1-2 .row-el-2,
body.page-template-template-services-main #sec-1-2 .row-el-1 {
}

body.page-template-template-services-main #sec-1-3 {
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media (min-width: 768px) { 
  body.page-template-template-services-main #sec-1-3 {
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
}

body.page-template-template-services-main #sec-1-3 > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}

@media (min-width: 768px) { 
}

body.page-template-template-services-main #sec-2-4,
body.page-template-template-services-main #sec-2-3,
body.page-template-template-services-main #sec-2-2,
body.page-template-template-services-main #sec-2-1 {
}

body.page-template-template-services-main .sec-style-1 .sec-line {
  padding-top: 30px;
}

@media (min-width: 768px) { 
  body.page-template-template-services-main .sec-style-1 .sec-line {
    padding-top: 60px;
  }
}

body.page-template-template-services-main .sec-style-1 .sec-line > .vc_column-inner  {
  padding-top: 0 !important;
}

body.page-template-template-services-main .sec-style-1 .sec-line .row-el-1 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
}

body.page-template-template-services-main .sec-style-1 .sec-line .row-el-1 > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}

body.page-template-template-services-main .sec-style-1 .sec-line .row-el-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 13px;
}

body.page-template-template-services-main .sec-style-1 .sec-hilight .el-hilight {
  margin-bottom: 30px;
}

@media (min-width: 768px) { 
  body.page-template-template-services-main .sec-style-1 .sec-hilight .el-hilight {
    margin-bottom: 50px;
  }
}

body.page-template-template-services-main .el-hilight > .wpb_wrapper {
  max-width: 780px;
}

body.page-template-template-services-main .sec-style-1 .sec-hilight .el-image {
  margin-bottom: 25px;
}

@media (min-width: 768px) { 
  body.page-template-template-services-main .sec-style-1 .sec-hilight .el-image {
    margin-bottom: 45px;
  }
}

body.page-template-template-services-main .sec-style-1 .sec-paragraphs {
  padding-bottom: 30px;
}

body.page-template-template-services-main .sec-paragraphs .wpb_wrapper > .wpb_text_column.wpb_content_element:last-child {
  margin-bottom: 20px;
}

body.page-template-template-services-main .sec-style-1 .max-in-row-4 {
  margin-bottom: 0;
}

@media (min-width: 768px) { 
}

/**
* Single Category Page
* ----------------------------------------------------------------------------
*/
#sec-newsletter-form {
  background: #433045;
  border-top: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 15px;
  left: 0 !important;
  margin: 0;
}

#sec-newsletter-form > .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) { 
  #sec-newsletter-form > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) { 
  #sec-newsletter-form > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 940px;
  }
}

@media (min-width: 1200px) { 
  #sec-newsletter-form > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 1140px;
  }
}

#sec-newsletter-form .sec-row-1 {
  font-family: 'fkg-medium';
  color: #fff;
  font-size: 25px;
  line-height: 1.2; 
}

#sec-newsletter-form  #el-text-newsletter {
  margin-bottom: 16px;
}

body.single-category-page div.title-header-content {
  display: none;
}

body.single-category-page .site-container .site-inner {
  padding-bottom: 0;
}

body.single-category-page #sec-top-1 {
  margin-bottom: 40px;
}

body.single-category-page #sec-top-1 .page-logo {
  margin-bottom: 20px;
}

@media (min-width: 768px) { 
  body.single-category-page #sec-top-1 {
    margin-bottom: 90px;
  }

  body.single-category-page #sec-top-1 .page-logo {
    margin-bottom: 40px;
  }
}

body.single-category-page #sec-com-challenges {
  background-color: rgba(209, 119, 99, 0.19);
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

body.single-category-page #sec-com-challenges .el-1 {
  color: rgba(209, 119, 99, 0.70);
  margin-bottom: 30px;
}

body.single-category-page #sec-com-challenges .el-2 {
}

@media (min-width: 768px) { 
  body.single-category-page #sec-com-challenges {
    padding-top: 66px;
    padding-bottom: 80px;
    margin-bottom: 100px;
  }

  body.single-category-page #sec-com-challenges .el-1 {
    margin-bottom: 50px;
  }
}

body.single-category-page #sec-line .sec-line > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 13px;
  background-color: #222;
  margin-bottom: 30px;
}

body.single-category-page #sec-title .col-title {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  body.single-category-page #sec-title .col-title {
    margin-bottom: 0px;
  }
}

body.single-category-page #sec-title .el-title {
  margin-bottom: 0;
}

body.single-category-page #sec-title .el-logo {
  margin-top: 5px;
  margin-bottom: 0;
}

body.single-category-page #sec-title .el-logo img {
  width: 170px;
  max-width: 100%;
  height: auto;
}

body.single-category-page #sec-intro {
}

body.single-category-page #sec-full-image {
}

body.single-category-page #sec-1 {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  body.single-category-page #sec-1 {
    padding-bottom: 70px;
  }
}

body.single-category-page .sec-acc-panel {
  padding-top: 0;
  padding-bottom: 0;
}

body.single-category-page .sec-acc-panel.style-1 {
  background: #f2f2f2;
}

body.single-category-page .sec-acc-panel.style-2 {
  background: #e2e2e2;
}

body.single-category-page .sec-acc-panel-row-2 {
  padding: 0;
}

body.single-category-page .sec-acc-panel-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
  border-top: 1px solid #222;
  padding-top: 30px;
  padding-bottom: 30px;
}

body.single-category-page .sec-acc-panel-row-2 {
  padding-top: 0px;
  padding-bottom: 30px;
}

body.single-category-page .sec-acc-panel-row-2 > .wpb_column > .vc_column-inner > .wpb_wrapper> .wpb_text_column.wpb_content_element:last-child {
  margin-bottom: 15px;
}

@media (min-width: 768px) {   
  body.single-category-page .sec-acc-panel-row-2 {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

body.single-category-page #sec-acc-panels-bottom {
  padding-top: 50px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  body.single-category-page #sec-acc-panels-bottom {
    padding-top: 110px;
    padding-bottom: 0px;
  }
}

body.single-category-page .sec-acc-panel .link-long-arrow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body.single-category-page .sec-acc-panel .link-long-arrow a .link-text {
  font-family: 'fkg-medium';
  font-size: 21px;
  line-height: 1.2;
  color: #5B5B5B;
  padding-top: 0;
  margin-right: 8px;
}

body.single-category-page .sec-acc-panel .link-long-arrow a:hover .link-text {
  color: #000;
}

body.single-category-page .sec-acc-panel .link-long-arrow a .link-arrow {
  padding-top: 2px;
}

body.single-category-page .link-long-arrow a .link-arrow svg.long-arrow-right {
  width: auto;
  height: 15px;
}

body.single-category-page .link-long-arrow a .link-arrow svg.long-arrow-right .cl-1 {
  fill: #815B85;
}

body.single-category-page .link-long-arrow a:hover .link-arrow svg.long-arrow-right .cl-1 {
  fill: #815B85;
}

body.single-category-page #sec-page-action {
  margin-bottom: 60px;
}

@media (min-width: 768px) { 
  body.single-category-page #sec-page-action {
    margin-bottom: 105px;
  }
}

#sec-page-action .el-1 {
  font-size: 28px;
  line-height: 1.29;
  border-left: 13px solid #f2f2f2;
  padding-left: 27px;
  margin-bottom: 0;
}

#sec-page-action .sec-page-action-form {
  padding-top: 30px
}

@media (min-width: 768px) { 
  #sec-page-action .sec-page-action-form {
    padding-top: 50px
  }
}

#sec-page-action a.page-action-form-open-close {
  font-family: 'fkg-bold';
  text-decoration: none;
}

#sec-page-action a.page-action-form-open-close:hover {
  text-decoration: underline;
}

#sec-page-action a.page-action-form-open-close .icon {
  position: relative;
  top: -3px;
}

#sec-page-action a.page-action-form-open-close .icon svg {
  height: 9px;
  width: auto;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transform: rotate(-90deg);
}

#sec-page-action a.page-action-form-open-close.active .icon svg,
#sec-page-action a.page-action-form-open-close:hover .icon svg {
  transform: rotate(0deg);
}

#sec-page-action a.page-action-form-open-close .icon svg path {
  stroke: #433045;
}

#sec-page-action a.page-action-form-open-close:hover .icon svg path {
  stroke: #433045;
}

#sec-page-action .el-page-action-form {
  background: rgba(87, 64, 90, 0.09);
  padding: 40px 40px 40px 40px;
  margin-bottom: 0;
}

#sec-page-action svg.button-x .cl-1,
#sec-page-action svg.button-x .cl-2 {
  stroke: #B3ABB3;
  fill: none;
}

#sec-page-action a.close-form-callback:hover svg.button-x .cl-1,
#sec-page-action a.close-form-callback:hover svg.button-x .cl-2 {
  stroke: rgba(120, 90, 123, 0.8);
}

#sec-callback-form-page {
  margin: 0;
}

#sec-callback-form-page > .wpb_column > .vc_column-inner {
  padding: 0;
}

#sec-callback-form-page .sec-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
}

#sec-callback-form-page .el-button-close {
  text-align: right;
  margin-bottom: 10px;
}

@media (min-width: 768px) { 
  #sec-callback-form-page .el-button-close {
    position: absolute;
    width: 100%;
    text-align: right;
    margin: 5px;
  }
}

#sec-callback-form-page svg.button-x {
  width: 33px;
  height: auto;
}

#sec-callback-form-page .el-buttons {
  margin-bottom: 25px;
}

#sec-callback-form-page .el-buttons a.theme-button-solid.tel {
  margin-right: 11px;
}

#sec-callback-form-page .el-buttons a.theme-button-solid {
  background: #57405A;
}

#sec-callback-form-page .el-buttons a.theme-button-solid:hover {
  background: #785A7B;
}

#sec-callback-form-page #gform_wrapper_15 {
  max-width: 680px;
  margin: 0;
}

#sec-callback-form-page #gform_wrapper_15 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
#sec-callback-form-page #gform_wrapper_15 textarea {
  background: #FDFDFD;
  border-color: rgba(67, 48, 69, 0.40);
}

#sec-callback-form-page #gform_wrapper_15 input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
#sec-callback-form-page #gform_wrapper_15 textarea:focus {
  border-color: rgba(67, 48, 69, 0.60);
}

body.single-category-page h2.vc_custom_heading {
  font-family: 'fkg-medium';
  font-size: 28px;
  line-height: 1.06;
  color: #000;
  margin-bottom: 15px;
}

body.single-category-page h6.vc_custom_heading {
  margin-bottom: 20px;
}

@media (min-width: 768px) { 
  body.single-category-page h2.vc_custom_heading {
    font-size: 34px;
  }
}

body.single-category-page  .wpb_wrapper > .el-hilight.wpb_text_column {
  font-family: 'fkg-regular';
  font-size: 34px;
  line-height: 1.06;
  margin-bottom: 30px;
}

@media (min-width: 768px) { 
  body.single-category-page  .wpb_wrapper > .el-hilight.wpb_text_column {
    font-size: 34px;
    margin-bottom: 50px;
  }
}

body.single-category-page #sec-full-image .wpb_single_image {
  margin-bottom: 30px;
}

body.single-category-page #sec-full-image .el-slider {
  margin-bottom: 30px;
}

@media (min-width: 768px) { 
  body.single-category-page #sec-full-image .el-slider {
    margin-bottom: 50px;
  }
}

body.single-category-page .sec-paragraphs {
  padding-bottom: 30px;
}

body.single-category-page .sec-paragraphs .wpb_wrapper > .wpb_text_column.wpb_content_element:last-child {
  margin-bottom: 20px;
}

body.single-category-page #sec-page-tiles {
  padding-bottom: 40px;
}

@media (min-width: 768px) { 
  body.single-category-page #sec-page-tiles {
    padding-bottom: 60px;
  }
}

body.thinking-7 #grid-thinking-pages .item-linkbox.thinking-7,
body.thinking-6 #grid-thinking-pages .item-linkbox.thinking-6,
body.thinking-5 #grid-thinking-pages .item-linkbox.thinking-5,
body.thinking-4 #grid-thinking-pages .item-linkbox.thinking-4,
body.thinking-3 #grid-thinking-pages .item-linkbox.thinking-3,
body.thinking-2 #grid-thinking-pages .item-linkbox.thinking-2,
body.thinking-1 #grid-thinking-pages .item-linkbox.thinking-1 {
  display: none;
}

body.technology-7 #grid-technology-pages .item-linkbox.technology-7,
body.technology-6 #grid-technology-pages .item-linkbox.technology-6,
body.technology-5 #grid-technology-pages .item-linkbox.technology-5,
body.technology-4 #grid-technology-pages .item-linkbox.technology-4,
body.technology-3 #grid-technology-pages .item-linkbox.technology-3,
body.technology-2 #grid-technology-pages .item-linkbox.technology-2,
body.technology-1 #grid-technology-pages .item-linkbox.technology-1 {
  display: none;
}

body.education-7 #grid-education-pages .item-linkbox.education-7,
body.education-6 #grid-education-pages .item-linkbox.education-6,
body.education-5 #grid-education-pages .item-linkbox.education-5,
body.education-4 #grid-education-pages .item-linkbox.education-4,
body.education-3 #grid-education-pages .item-linkbox.education-3,
body.education-2 #grid-education-pages .item-linkbox.education-2,
body.education-1 #grid-education-pages .item-linkbox.education-1 {
  display: none;
}

body.real-estate-7 #grid-real-estate-pages .item-linkbox.real-estate-7,
body.real-estate-6 #grid-real-estate-pages .item-linkbox.real-estate-6,
body.real-estate-5 #grid-real-estate-pages .item-linkbox.real-estate-5,
body.real-estate-4 #grid-real-estate-pages .item-linkbox.real-estate-4,
body.real-estate-3 #grid-real-estate-pages .item-linkbox.real-estate-3,
body.real-estate-2 #grid-real-estate-pages .item-linkbox.real-estate-2,
body.real-estate-1 #grid-real-estate-pages .item-linkbox.real-estate-1 {
  display: none;
}

body.enterprise-7 #grid-enterprise-pages .item-linkbox.enterprise-7,
body.enterprise-6 #grid-enterprise-pages .item-linkbox.enterprise-6,
body.enterprise-5 #grid-enterprise-pages .item-linkbox.enterprise-5,
body.enterprise-4 #grid-enterprise-pages .item-linkbox.enterprise-4,
body.enterprise-3 #grid-enterprise-pages .item-linkbox.enterprise-3,
body.enterprise-2 #grid-enterprise-pages .item-linkbox.enterprise-2,
body.enterprise-1 #grid-enterprise-pages .item-linkbox.enterprise-1 {
  display: none;
}

body.challenges-7 #grid-challenges-pages .item-linkbox.challenges-7,
body.challenges-6 #grid-challenges-pages .item-linkbox.challenges-6,
body.challenges-5 #grid-challenges-pages .item-linkbox.challenges-5,
body.challenges-4 #grid-challenges-pages .item-linkbox.challenges-4,
body.challenges-3 #grid-challenges-pages .item-linkbox.challenges-3,
body.challenges-2 #grid-challenges-pages .item-linkbox.challenges-2,
body.challenges-1 #grid-challenges-pages .item-linkbox.challenges-1 {
  display: none;
}

body.research-7 #grid-research-pages .item-linkbox.research-7,
body.research-6 #grid-research-pages .item-linkbox.research-6,
body.research-5 #grid-research-pages .item-linkbox.research-5,
body.research-4 #grid-research-pages .item-linkbox.research-4,
body.research-3 #grid-research-pages .item-linkbox.research-3,
body.research-2 #grid-research-pages .item-linkbox.research-2,
body.research-1 #grid-research-pages .item-linkbox.research-1 {
  display: none;
}

body.team-7 #grid-team-pages .item-linkbox.team-7,
body.team-6 #grid-team-pages .item-linkbox.team-6,
body.team-5 #grid-team-pages .item-linkbox.team-5,
body.team-4 #grid-team-pages .item-linkbox.team-4,
body.team-3 #grid-team-pages .item-linkbox.team-3,
body.team-2 #grid-team-pages .item-linkbox.team-2,
body.team-1 #grid-team-pages .item-linkbox.team-1 {
  display: none;
}

body.prof-services-7 #grid-prof-services-pages .item-linkbox.prof-services-7,
body.prof-services-6 #grid-prof-services-pages .item-linkbox.prof-services-6,
body.prof-services-5 #grid-prof-services-pages .item-linkbox.prof-services-5,
body.prof-services-4 #grid-prof-services-pages .item-linkbox.prof-services-4,
body.prof-services-3 #grid-prof-services-pages .item-linkbox.prof-services-3,
body.prof-services-2 #grid-prof-services-pages .item-linkbox.prof-services-2,
body.prof-services-1 #grid-prof-services-pages .item-linkbox.prof-services-1 {
  display: none;
}


/**
* About pages
* ----------------------------------------------------------------------------
*/
body.about-7 #grid-about-pages .item-linkbox.about-7,
body.about-6 #grid-about-pages .item-linkbox.about-6,
body.about-5 #grid-about-pages .item-linkbox.about-5,
body.about-4 #grid-about-pages .item-linkbox.about-4,
body.about-3 #grid-about-pages .item-linkbox.about-3,
body.about-2 #grid-about-pages .item-linkbox.about-2,
body.about-1 #grid-about-pages .item-linkbox.about-1 {
  display: none;
}

#sec-about-pages > div > div {
  padding-top: 0 !important;
}

#sec-about-pages .wpb_raw_code {
  margin-bottom: 0 !important;
}

#sec-about-pages {
  padding-top: 0;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {  
  #sec-about-pages {
    padding-bottom: 5rem;
  }
}

body.about .sec-hilight .text-hilight {
  font-size: 30px;
  line-height: 1.15;
}

@media (min-width: 768px) {  
  body.about .sec-hilight .text-hilight {
    width: 85%;
  }
}

body.about .site-container .site-inner {
  padding-bottom: 0;
} 

body.about #sec-intro .wpb_text_column strong {
  color: #9ba77d;
}

body.about #sec-intro .wpb_text_column a {
  text-decoration: underline;
}

body.about #sec-intro .wpb_text_column a:hover {
  color: #9ba77d;
}

body.about .wpb_single_image.mobile-only {
  margin-bottom: 20px;
}

body.about-1 #sec-about-pages #about-pages a.about-1 {
  /*display: none;*/
}
body.about-1 #sec-about-pages #about-pages a.about-1 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

body.about-1 #sec-intro {
}

@media (min-width: 768px) {  
}

body.about-1 #sec-3 {
  position: relative;
  color: #cdcdcd;
  padding-top: 3rem;
  z-index: 1;
}

body.about-1 #sec-3:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: url(images/equitis-about-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  opacity: 0.3;
}

body.about-1 #sec-3 .col-main {
  position: relative;
  z-index: 3;  
}

body.about-1 #sec-3 > .wpb_column {
  padding-bottom: 3rem;
}

body.about-1 #sec-3 h4 {
  color: #9BA77D;
}

body.about-1 #sec-3 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
  -ms-grid-columns: (1fr 0) [1];
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0px;
  column-gap: 0px;
  grid-row-gap: 0px;
  row-gap: 0px;
}

@media (min-width: 768px) {  
  body.about-1 #sec-3 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    -ms-grid-columns: (1fr 0) [2];
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
    column-gap: 30px;
  }

  body.about-1 #sec-3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .sec-1 {
    order: 1;
  }

  body.about-1 #sec-3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .sec-2 {
    order: 3;
  }

  body.about-1 #sec-3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .sec-3 {
    order: 2;
  }

  body.about-1 #sec-3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .sec-4 {
    order: 4;
  }
}

@media (min-width: 992px) {  
  body.about-1 #sec-3 {
    padding-top: 4rem;
  }
  
  body.about-1 #sec-3 > .wpb_column {
    padding-bottom: 4rem;
  }

  body.about-1 #sec-3 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-column-gap: 6px;
    column-gap: 60px;
  }
}

body.about-1 #sec-4 {
  padding-top: 3rem;
}

body.about-2 #sec-about-pages #about-pages a.about-2 {
  /*display: none;*/
}
body.about-2 #sec-about-pages #about-pages a.about-2 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

body.about-1 #sec-team-heading {
  padding-top: 6rem;
  padding-bottom: 0rem;
}

body.about-1 #sec-team-heading h2 {
  margin-bottom: 0;
}

body.about-1 #sec-team-heading > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body.about-1 #sec-team {
}

body.about-1 #sec-team > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body.about-1 #sec-team .sec-member-intro {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  body.about-1 #sec-team .sec-member-intro {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

body.about-1 #sec-team .sec-member-intro > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

@media (min-width: 768px) {
  body.about-1 #sec-team-heading {
    padding-top: 8rem;
    padding-bottom: 0;
  }
}

body.about-1 #sec-team .sec-member {
  position: relative;
  color: #fff;
}

body.about-1 #sec-team .sec-member-close {
  padding-top: 6.5rem;
  padding-bottom: 0rem;
}

body.about-1 #sec-team .sec-member-close > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body.about-1 #sec-team .sec-member-close h2 {
  color: #fff;
  margin-bottom: 0;
}

body.about-1 #sec-team .sec-member-close .el-1 {
  font-size: 16px;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 16px;
  max-width: 550px;
}

@media (min-width: 768px) {
  body.about-1 #sec-team .sec-member-close .el-1 {
    width: calc(58.33333333% - 30px);
  }
}

body.about-1 #sec-team .sec-member:not(.sec-member-close) {
  padding-top: 0;
  padding-bottom: 5rem;
}

body.about-1 #sec-team .sec-member:not(.sec-member-close) > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body.about-1 #sec-team .sec-member::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #3B334C;
}

body.about-1 #sec-team .sec-member .col-left .el-2 {
  font-size: 22px;
}

body.about-1 #sec-team .sec-member .col-right h5 {
  font-size: 22px;
  margin-bottom: 17px;
}

body.about-1 #sec-team .sec-member .col-right .el-1 {
  color: rgba(255, 255, 255, .6);
  padding-left: 15px;
  padding-bottom: 18px;
  border-left: 1px solid rgba(255, 255, 255, .35);
  margin-bottom: 0;
}

body.about-1 #sec-team .sec-member .col-right .el-1 a:hover {
  color: #fff;
  text-decoration: none;
}

body.about-1 #sec-team .sec-member .col-right > .vc_column-inner > .wpb_wrapper > *:last-child {
  padding-bottom: 5px;
}

@media (min-width: 768px) {  
  body.about-1 #sec-team > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-column-gap: 55px;
    column-gap: 55px;
    grid-row-gap: 0;
    row-gap: 0;  
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: (1fr 0) [2];
  }

  body.about-1 #sec-team .sec-member {
    grid-column: auto/span 2;
  } 
  
  body.about-1 #sec-team .sec-member.order-1 {
    order: 1;
  }

  body.about-1 #sec-team .sec-member.order-2 {
    order: 2;
  }

  body.about-1 #sec-team .sec-member.order-3 {
    order: 3;
  }

  body.about-1 #sec-team .sec-member.order-4 {
    order: 4;
  }

  body.about-1 #sec-team .sec-member .col-left > .vc_column-inner > .wpb_wrapper {
    max-width: 550px;
  }
}

.item-member-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 176px;
  flex: 0 0 176px;
  width: 176px;
}

.item-member-left a {
  display: block;
  text-decoration: none;
}

.member-image {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .member-image {
    margin-bottom: 6px;
  }
}

.member-name {
  font-family: 'fkg-bold';
  font-size: 22px;
  line-height: 1.1;
  color: #3B334C;
  margin-bottom: 2px;
}

.member-position {
  font-size: 15px;
  line-height: 1.15;
  color: #868686;
  margin-bottom: 5px;
  max-width: 250px;
}

.member-desc {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
}

.member-more a {
  font-size: 13px;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
}

.member-more a:hover {
  color: #3B334C;
}

@media (min-width: 320px) {  
  .item-member {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}  

@media (min-width: 768px) {  
  .item-member {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .item-member-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .member-more {
    margin-top: auto;
  }
}

svg.arrow-angle-right .cl-1 {
  stroke: #000;
  fill: none;
}

a.button-angle-right:hover svg.arrow-angle-right .cl-1 {
  fill: #C7BFD8;
}

a.button-angle-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

a.button-angle-right .text {
  font-size: 13px;
  line-height: 1.2;
  color: #000;
  margin-right: 8px;
}

a.button-angle-right:hover .text {
  color: #3B334C;
}

a.button-angle-right div.icon {
  position: relative;
  width: 34px;
  height: 34px;
}

a.button-angle-right div.icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

a.close-member {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: 15px;
}

@media (min-width: 768px) {  
  a.close-member {
    top: 0px;
  }
}

svg.button-x {
  width: 44px;
  height: auto;
}

svg.button-x .cl-1,
svg.button-x .cl-2 {
  stroke: #57405A;
  fill: none;
}

a.close-form-contact:hover svg.button-x .cl-1,
a.close-form-contact:hover svg.button-x .cl-2 {
  stroke: rgba(120, 90, 123, 0.8);
}

#sec-team svg.button-x {
  width: 29px;
  height: auto;
}

#sec-team a.close-member:hover svg.button-x .cl-1 {
  fill: #637142;
}

#sec-team a.close-member:hover svg.button-x .cl-2 {
  stroke: #3B334C;
}

body.about-1 #sec-team .sec-member .el-email a.button-angle-right .text {
  color: #9BA77D;
}

body.about-1 #sec-team .sec-member .el-email a.button-angle-right:hover .text {
  color: #fff;
}

body.about-1 #sec-team .sec-member .el-email svg.arrow-angle-right .cl-1,
body.about-1 #sec-team .sec-member .el-email svg.arrow-angle-right .cl-2 {
  stroke: #9BA77D;
}

body.about-1 #sec-team .sec-member .el-email a.button-angle-right:hover svg.arrow-angle-right .cl-1,
body.about-1 #sec-team .sec-member .el-email a.button-angle-right:hover svg.arrow-angle-right .cl-2 {
  stroke: #fff;
  fill: none;
}

body.about-2 #sec-intro {
}

@media (min-width: 768px) {  
}

body.about-3 #sec-about-pages #about-pages a.about-3 {
  /*display: none;*/
}
body.about-3 #sec-about-pages #about-pages a.about-3 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

body.about-3 #sec-intro {
}

@media (min-width: 768px) {  
}

body.about-4 #sec-about-pages #about-pages a.about-4 {
  /*display: none;*/
}
body.about-4 #sec-about-pages #about-pages a.about-4 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

body.about-4 #sec-intro {
}

@media (min-width: 768px) {  
}

body.team #sec-intro {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {  
  body.team #sec-intro {
    padding-bottom: 5rem;
  }
}

body.team #sec-2 .col-left .el-2 {
  font-size: 22px;
}

@media (max-width: 767px) {  
  body.team #sec-2 .col-left .el-2 {
    line-height: 1.2;
  }
}

@media (min-width: 768px) {  
  body.team #sec-2 .sec-non-publications > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 88%;
  }
}

body.team #sec-2 .sec-publications .col-right h5 {
  font-size: 22px;
  margin-bottom: 17px;
}

body.team #sec-2 .sec-publications .col-right .el-1 {
  color: rgba(0, 0, 0, .6);
  padding-left: 15px;
  padding-bottom: 18px;
  border-left: 1px solid rgba(156, 171, 119, .35);
  margin-bottom: 0;
}

body.team #sec-2 .sec-publications .col-right .el-1 a:hover {
  color: #9BA77D;
  text-decoration: none;
}

body.team #sec-2 a.button-angle-right:hover .text {
  color: #9BA77D;
}

body.team #sec-2 a.button-angle-right:hover svg.arrow-angle-right .cl-1 {
  stroke: #9BA77D;
  fill: none;
}

body.team #sec-2 a.button-angle-right:hover svg.arrow-angle-right .cl-2 {
  stroke: #9BA77D;
}

/**
* Our Services
* ----------------------------------------------------------------------------
*/
.el-enterprise.wpb_raw_code > .wpb_wrapper > p,
.el-real-estate.wpb_raw_code > .wpb_wrapper > p,
.content-sidebar-wrap > main > p {
  margin: 0 !important;
}

.el-logos-services.wpb_raw_code,
.el-enterprise.wpb_raw_code,
.el-real-estate.wpb_raw_code {
  margin-bottom: 0 !important;
}

#sec-services-sub-pages {
  padding-bottom: 3rem;  
}

#sec-services-sub-pages > .vc_column_container > .vc_column-inner {
  padding-top: 15px;
}

body.services #sec-logos section.logos {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

@media (min-width: 992px) {  
  body.services #sec-logos section.logos {
    padding-top: 1rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 1200px) {  
  body.services #sec-logos section.logos {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
}

body.services #sec-quote {}

body.services .el-list p {
  margin-bottom: 5px;
}

body.services .el-list ul {
  padding-top: 0;
  padding-left: 30px;
}

body.services .site-container .site-inner {
  padding-bottom: 0;
} 

body.services .col-links-underline .wpb_raw_code a,
body.services .col-links-underline .wpb_text_column a {
  text-decoration: underline;
}

body.services .col-links-underline .wpb_raw_code a:hover,
body.services .col-links-underline .wpb_text_column a:hover {
  color: #9ba77d;
}

body.services-main #sec-services-pages {
  background: #fff;
  padding-top: 0;
}

body.services-main #sec-intro {
  padding-bottom: 30px;
}

body.services-main #sec-intro > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body.services-main #sec-services-pages {
  padding-bottom: 65px;
}

body.services-main #sec-2 h3 {
  margin-bottom: 12px;
}

body.services-main #sec-2 .el-image {
  margin-bottom: 25px;
}

body.services-main #sec-2 .col-left .el-image {
  padding-top: 12px;
  padding-bottom: 4px;
}

body.services-main #sec-2 .col-right .el-image {
  padding-top: 12px;
  padding-bottom: 4px;
}

@media (min-width: 768px) {  
}

/**
* Single Service
* ----------------------------------------------------------------------------
*/
body.services #sec-intro .text-hilight {
  font-size: 30px;
  line-height: 1.15;
}

@media (min-width: 768px) {  
  body.services #sec-intro .text-hilight {
    width: 85%;
  }
}

body.assessment-1 .wpb_text_column strong,
body.assessment-2 .wpb_text_column strong {
  color: #9ba77d;
}

/**
* Services Menus
* ----------------------------------------------------------------------------
*/
a.group-enterprise > figure > .title {
  background-color: #6b6171 !important;
}
a.group-realestate > figure > .title {
  background-color: #b5bd9e !important;
}

a.group-enterprise > figure:after {
  background-color: rgba(59, 51, 76, 0.4) !important;
  background-color: rgba(59, 51, 76, 0) !important;
}
a.group-enterprise:hover > figure:after {
  background-color: rgba(59, 51, 76, 0.4) !important;
}
a.group-realestate > figure:after {
  background-color: rgba(155, 167, 125, 0.6) !important;
}

.services-group-grid a.service-7 figure {
  background: #9BA77D !important
}

.services-group-grid a.service-8 figure {
  background: #4b3d4d !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body:not(.enterprise-1) .services-group-grid a.service-8:hover figure {
  background: #352a36 !important;
}

.services-group-grid a.service-7 figure .title,
.services-group-grid a.service-8 figure .title {
}

.services-group-grid a.service-7 figure .title-text,
.services-group-grid a.service-8 figure .title-text {
  position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    height: 20px;
    font-family: 'fkg-medium';
    font-size: 28px;
    line-height: 1.1;
    color: #fff;
    padding: 0 20px;
    z-index: 3;
}
@media (max-width: 767px) { 
  .services-group-grid a.service-7 figure .title, 
  .services-group-grid a.service-8 figure .title {
    display: none;
  }

  .services-group-grid a.service-7 figure .title-text,
  .services-group-grid a.service-8 figure .title-text {
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) { 
  .services-group-grid a.service-7 figure .title-text,
  .services-group-grid a.service-8 figure .title-text {
      font-size: 22px;
  }
}

.arrow-right-services {
  width: 25px;
}

.arrow-right-services .st0 {
  fill: #fff;
}	

.arrow-right-services:hover .st0 {
  fill: #fff;
}

.services-group-grid a.service-7 figure:after {
  background-color: rgba(0, 0, 0, .2) !important;
}
.services-group-grid a.service-8 figure:after {
  background-color: rgba(0, 0, 0, .0) !important;
}

@media (min-width: 768px) {
  .services-group-grid a.service-7 figure,
  .services-group-grid a.service-8 figure {
    padding-top: 65%;
    padding-top: calc(64.6% + 1px);
  }
}

@media (min-width: 992px) {
  .services-group-grid a.service-7 figure,
  .services-group-grid a.service-8 figure {
    padding-top: 66%;
    padding-top: calc(65.8% + 1px);
  }
}

@media (min-width: 1200px) {
  .services-group-grid a.service-8 figure,
  .services-group-grid a.service-7 figure {
    padding-top: 66%;
    padding-top: calc(65.3% + 1px);
  }
}

@media (max-width: 767px) {
  .services-group-grid a.service-7 figure,
  .services-group-grid a.service-8 figure {
    padding-top: 50px;
  }
}

body.enterprise-1 a.service-8 figure:after,
body.property-1 a.service-7 figure:after {
  display: none !important;
}

body.heat-network-1 #sec-services-sub-pages a.heat-network-1 {
  display: none;
}
body.heat-network-2 #sec-services-sub-pages a.heat-network-2 {
  display: none;
}
body.heat-network-3 #sec-services-sub-pages a.heat-network-3 {
  display: none;
}
body.heat-network-4 #sec-services-sub-pages a.heat-network-4 {
  display: none;
}
body.heat-network-5 #sec-services-sub-pages a.heat-network-5 {
  display: none;
}
body.heat-network-6 #sec-services-sub-pages a.heat-network-6 {
  display: none;
}

body.bcf-9 #sec-services-sub-pages a.bcf-9 figure:after,
body.bcf-8 #sec-services-sub-pages a.bcf-8 figure:after,
body.bcf-7 #sec-services-sub-pages a.bcf-7 figure:after,
body.bcf-6 #sec-services-sub-pages a.bcf-6 figure:after,
body.bcf-5 #sec-services-sub-pages a.bcf-5 figure:after,
body.bcf-4 #sec-services-sub-pages a.bcf-4 figure:after,
body.bcf-3 #sec-services-sub-pages a.bcf-3 figure:after,
body.bcf-2 #sec-services-sub-pages a.bcf-2 figure:after,
body.bcf-1 #sec-services-sub-pages a.bcf-1 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

body.ecosteps-9 #sec-services-sub-pages a.ecosteps-9 figure:after,
body.ecosteps-8 #sec-services-sub-pages a.ecosteps-8 figure:after,
body.ecosteps-7 #sec-services-sub-pages a.ecosteps-7 figure:after,
body.ecosteps-6 #sec-services-sub-pages a.ecosteps-6 figure:after,
body.ecosteps-5 #sec-services-sub-pages a.ecosteps-5 figure:after,
body.ecosteps-4 #sec-services-sub-pages a.ecosteps-4 figure:after,
body.ecosteps-3 #sec-services-sub-pages a.ecosteps-3 figure:after,
body.ecosteps-2 #sec-services-sub-pages a.ecosteps-2 figure:after,
body.ecosteps-1 #sec-services-sub-pages a.ecosteps-1 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

body.strategy-9 #sec-services-sub-pages a.strategy-9 figure:after,
body.strategy-8 #sec-services-sub-pages a.strategy-8 figure:after,
body.strategy-7 #sec-services-sub-pages a.strategy-7 figure:after,
body.strategy-6 #sec-services-sub-pages a.strategy-6 figure:after,
body.strategy-5 #sec-services-sub-pages a.strategy-5 figure:after,
body.strategy-4 #sec-services-sub-pages a.strategy-4 figure:after,
body.strategy-3 #sec-services-sub-pages a.strategy-3 figure:after,
body.strategy-2 #sec-services-sub-pages a.strategy-2 figure:after,
body.strategy-1 #sec-services-sub-pages a.strategy-1 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

body.education-9 #sec-services-sub-pages a.education-9 figure:after,
body.education-8 #sec-services-sub-pages a.education-8 figure:after,
body.education-7 #sec-services-sub-pages a.education-7 figure:after,
body.education-6 #sec-services-sub-pages a.education-6 figure:after,
body.education-5 #sec-services-sub-pages a.education-5 figure:after,
body.education-4 #sec-services-sub-pages a.education-4 figure:after,
body.education-3 #sec-services-sub-pages a.education-3 figure:after,
body.education-2 #sec-services-sub-pages a.education-2 figure:after,
body.education-1 #sec-services-sub-pages a.education-1 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

body.reasses-9 #sec-services-sub-pages a.reasses-9 figure:after,
body.reasses-8 #sec-services-sub-pages a.reasses-8 figure:after,
body.reasses-7 #sec-services-sub-pages a.reasses-7 figure:after,
body.reasses-6 #sec-services-sub-pages a.reasses-6 figure:after,
body.reasses-5 #sec-services-sub-pages a.reasses-5 figure:after,
body.reasses-4 #sec-services-sub-pages a.reasses-4 figure:after,
body.reasses-3 #sec-services-sub-pages a.reasses-3 figure:after,
body.reasses-2 #sec-services-sub-pages a.reasses-2 figure:after,
body.reasses-1 #sec-services-sub-pages a.reasses-1 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

body.metrics-9 #sec-services-sub-pages a.metrics-9 figure:after,
body.metrics-8 #sec-services-sub-pages a.metrics-8 figure:after,
body.metrics-7 #sec-services-sub-pages a.metrics-7 figure:after,
body.metrics-6 #sec-services-sub-pages a.metrics-6 figure:after,
body.metrics-5 #sec-services-sub-pages a.metrics-5 figure:after,
body.metrics-4 #sec-services-sub-pages a.metrics-4 figure:after,
body.metrics-3 #sec-services-sub-pages a.metrics-3 figure:after,
body.metrics-2 #sec-services-sub-pages a.metrics-2 figure:after,
body.metrics-1 #sec-services-sub-pages a.metrics-1 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

body.sustainability-9 #sec-services-sub-pages a.sustainability-9 figure:after,
body.sustainability-8 #sec-services-sub-pages a.sustainability-8 figure:after,
body.sustainability-7 #sec-services-sub-pages a.sustainability-7 figure:after,
body.sustainability-6 #sec-services-sub-pages a.sustainability-6 figure:after,
body.sustainability-5 #sec-services-sub-pages a.sustainability-5 figure:after,
body.sustainability-4 #sec-services-sub-pages a.sustainability-4 figure:after,
body.sustainability-3 #sec-services-sub-pages a.sustainability-3 figure:after,
body.sustainability-2 #sec-services-sub-pages a.sustainability-2 figure:after,
body.sustainability-1 #sec-services-sub-pages a.sustainability-1 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

body.assessment-9 #sec-services-sub-pages a.assessment-9 figure:after,
body.assessment-8 #sec-services-sub-pages a.assessment-8 figure:after,
body.assessment-7 #sec-services-sub-pages a.assessment-7 figure:after,
body.assessment-6 #sec-services-sub-pages a.assessment-6 figure:after,
body.assessment-5 #sec-services-sub-pages a.assessment-5 figure:after,
body.assessment-4 #sec-services-sub-pages a.assessment-4 figure:after,
body.assessment-3 #sec-services-sub-pages a.assessment-3 figure:after,
body.assessment-2 #sec-services-sub-pages a.assessment-2 figure:after,
body.assessment-1 #sec-services-sub-pages a.assessment-1 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

body.technology-9 #sec-services-sub-pages a.technology-9 figure:after,
body.technology-8 #sec-services-sub-pages a.technology-8 figure:after,
body.technology-7 #sec-services-sub-pages a.technology-7 figure:after,
body.technology-6 #sec-services-sub-pages a.technology-6 figure:after,
body.technology-5 #sec-services-sub-pages a.technology-5 figure:after,
body.technology-4 #sec-services-sub-pages a.technology-4 figure:after,
body.technology-3 #sec-services-sub-pages a.technology-3 figure:after,
body.technology-2 #sec-services-sub-pages a.technology-2 figure:after,
body.technology-1 #sec-services-sub-pages a.technology-1 figure:after {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

/**
* Pages Menus
* ----------------------------------------------------------------------------
*/

#carousel-about-pages {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

@media (min-width: 992px) {  
  #carousel-about-pages {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

#carousel-about-pages a.group-about > figure > .title {
  background-color: #d1c7bc;
}

#carousel-about-pages a.group-about > figure:after {
  background-color: rgba(0, 0, 0, 0.2);
}

#carousel-about-pages .services-group-grid a.service-7 figure {
  background: #b6ada3 !important
}


/**
* Assessment pages
* ----------------------------------------------------------------------------
*/

/* BCF Infographic */
body.assessment-2 #sec-intro .sec-main-image {
  padding-bottom: 6rem;
}

body.assessment-2 #sec-intro .sec-heading h2 {}

body.assessment-2 #sec-intro .sec-heading .h2 {
  font-family: 'fkg-regular';
}

body.assessment-2 #sec-intro .sec-main-image h2 {
}

body.assessment-2 #sec-intro .main-image {
  text-align: center;
}

body.assessment-2 #sec-intro .main-image img {
  width: 790px;
}

body.assessment-2 #sec-intro .el-text .h6 {
  color: #9ba77d;
}

@media (max-width: 767px) {  
  body.assessment-2 #sec-intro .el-image {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {  
  body.assessment-2 #sec-intro .sec-content > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: grid;
    -ms-grid-columns: (1fr 0) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    column-gap: 30px;
    grid-row-gap: 15px;
    row-gap: 15px;
  }
  
  body.assessment-2 #sec-intro .el-image {
    margin-top: auto;
    margin-bottom: 0;
  }
  
  body.assessment-2 #sec-intro .el-text {
    order: 1;
    margin-bottom: 0;
  }
}

/**
* Enterprise page
* ----------------------------------------------------------------------------
*/
body.enterprise .site-container .site-inner {
  padding-bottom: 0;
}

body.enterprise-1 #sec-services-sub-pages {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  body.enterprise-1 #sec-services-sub-pages {
    padding-bottom: 6rem;
  }
}

body.enterprise-1 #sec-2 {
  position: relative;
  color: #fff;
  padding-top: 3rem;
  z-index: 1;
}

body.enterprise-1 #sec-2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background-image: url(images/equitis-about-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}

body.enterprise-1 #sec-2 .col-main {
  position: relative;
  z-index: 3;  
}

body.enterprise-1 #sec-2 > .wpb_column {
  padding-bottom: 3rem;
}

body.enterprise-1 #sec-2 h4 {
  color: #9BA77D;
}

body.enterprise-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
  -ms-grid-columns: (1fr 0) [1];
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0px;
  column-gap: 0px;
  grid-row-gap: 0px;
  row-gap: 0px;
}

@media (min-width: 768px) {  
  body.enterprise-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    -ms-grid-columns: (1fr 0) [2];
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
    column-gap: 30px;
  }

  body.enterprise-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .sec-1 {
    order: 1;
  }

  body.enterprise-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .sec-2 {
    order: 3;
  }

  body.enterprise-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .sec-3 {
    order: 2;
  }

  body.enterprise-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .sec-4 {
    order: 4;
  }
}

@media (min-width: 992px) {  
  body.enterprise-1 #sec-2 {
    padding-top: 4rem;
  }
  
  body.enterprise-1 #sec-2 > .wpb_column {
    padding-bottom: 4rem;
  }

  body.enterprise-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-column-gap: 6px;
    column-gap: 60px;
  }
}

/**
* Property/Real Estate page
* ----------------------------------------------------------------------------
*/
body.property .site-container .site-inner {
  padding-bottom: 0;
}

body.property-1 #sec-services-sub-pages {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  body.property-1 #sec-services-sub-pages {
    padding-bottom: 6rem;
  }
}

body.property-1 #sec-2 {
  position: relative;
  color: #fff;
  padding-top: 3rem;
  z-index: 1;
}

body.property-1 #sec-2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background-image: url(images/equitis-about-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}

body.property-1 #sec-2 .col-main {
  position: relative;
  z-index: 3;  
}

body.property-1 #sec-2 > .wpb_column {
  padding-bottom: 3rem;
}

body.property-1 #sec-2 h4 {
  color: #637142;
  color: #3B334C;
}

body.property-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
  -ms-grid-columns: (1fr 0) [1];
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0px;
  column-gap: 0px;
  grid-row-gap: 0px;
  row-gap: 0px;
}

@media (min-width: 768px) {  
  body.property-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    -ms-grid-columns: (1fr 0) [2];
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
    column-gap: 30px;
  }

  body.property-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .sec-1 {
    order: 1;
  }

  body.property-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .sec-2 {
    order: 3;
  }

  body.property-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .sec-3 {
    order: 2;
  }

  body.property-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .sec-4 {
    order: 4;
  }
}

@media (min-width: 992px) {  
  body.property-1 #sec-2 {
    padding-top: 4rem;
  }
  
  body.property-1 #sec-2 > .wpb_column {
    padding-bottom: 4rem;
  }

  body.property-1 #sec-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-column-gap: 6px;
    column-gap: 60px;
  }
}


/**
* Contact us
* ----------------------------------------------------------------------------
*/
body.contact .site-container .site-inner {
} 

@media (max-width: 767px) {  
  body.contact .site-container .site-inner {
    padding-bottom: 0;
  } 
}

body.contact #sec-intro {
  padding-bottom: 50px;
}

@media (max-width: 767px) {  
  body.contact #sec-intro {
    padding-bottom: 80px;
  } 
}

body.contact #sec-intro h1 {
}

body.contact #sec-intro .el-1 {
  margin-bottom: 30px;
}

body.contact #sec-intro h6 {
  padding-top: 15px;
  margin-bottom: 10px;
}

body.contact #sec-intro .col-right > .vc_column-inner > .wpb_wrapper {
  margin-bottom: 30px;
}

body.contact #sec-intro .col-right .addr {
  font-size: 18px;
  margin-bottom: 8px;
}

body.contact #sec-intro .col-right .tel-email {
  font-size: 18px;
}

body.contact #sec-intro .col-right .tel-email span {
  font-family: 'fkg-medium';
  color: #9BA77D;
}

body.contact #sec-intro .col-right .tel-email a {
  text-decoration: none;
}

body.contact #sec-intro .col-right .tel-email a:hover {
  color: #9BA77D;
}

@media (max-width: 767px) {  
  body.contact #sec-intro {
    padding-bottom: 15px;
  } 

  body.contact #sec-intro .col-left {
    margin-bottom: 20px;
  }
}

body .wpb_gmaps_widget .wpb_wrapper {
  background-color: #f7f7f7;
  padding: 0;
}

@media (min-width: 992px) {  
  body.contactX .col-right {
    padding-top: 50px;
  }
}

body.contact #map1,
body.contact #map2 {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
} 

body.contact .map-google {
  position: relative;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
} 

body.contact .map-google-pano {
  position: relative;
}

body.contact .floating-panel {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #eee;
  text-align: center;
  font-family: "Roboto", "sans-serif";
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none !important;
}

body.contact .floating-panel a {
  text-decoration: none;
}

body.maps .map-google {
  position: relative;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
} 

body.maps .map-google-pano {
  position: relative;
}

body.maps #map4,
body.maps #map3 {
  width: 50%;
} 

body.maps #pano2,
body.maps #pano1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

body.maps #pano3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.floating-panel {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: none;
  text-align: center;
  font-family: "Roboto", "sans-serif";
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none !important;
}

.floating-panel a {
  text-decoration: none;
}

/**
* Policy page
* ----------------------------------------------------------------------------
*/
body.policy .site-container .site-inner {
}

body.policy .site-container .site-inner h2 {
}

body.policy .site-container .site-inner h5 {
  margin-bottom: 5px;
}

body.policy .site-inner main a {
  color: #9BA77D;
  text-decoration: underline;
}

body.policy .site-inner main a:hover {
  color: #000;
}

body.policy .site-inner main article ul {
  padding-top: 0;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

body.policy .site-inner article {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  body.policy .site-inner article {
    padding-bottom: 60px;
  }
}

/* Others */ 
.vc_row.vc_row-flex > .vc_column_container.bg-strech-full-left > .vc_column-inner {
  min-height: 250px; 
}

.vc_row.vc_row-flex > .vc_column_container.strech-text-right > .vc_column-inner > .wpb_wrapper {
}

@media (min-width: 768px) {
  .vc_row.vc_row-flex > .vc_column_container.bg-strech-full-left > .vc_column-inner {
    margin-left: calc( (100vw - 750px)/2 * -1 );
  }
}

@media (min-width: 992px) {
  .vc_row.vc_row-flex > .vc_column_container.bg-strech-full-left > .vc_column-inner {
    margin-left: calc( (100vw - 970px)/2 * -1 );
  }
}

@media (min-width: 1200px) {
  .vc_row.vc_row-flex > .vc_column_container.bg-strech-full-left > .vc_column-inner {
    margin-left: calc( (100vw - 1170px)/2 * -1 );
  }
}

.vc_row.vc_row-flex > .vc_column_container.bg-strech-full-right > .vc_column-inner {
  min-height: 250px; 
}

@media (min-width: 768px) {
  .vc_row.vc_row-flex > .vc_column_container.bg-strech-full-right > .vc_column-inner {
    margin-right: calc( (100vw - 750px)/2 * -1 );
  }
}

@media (min-width: 992px) {
  .vc_row.vc_row-flex > .vc_column_container.bg-strech-full-right > .vc_column-inner {
    margin-right: calc( (100vw - 970px)/2 * -1 );
  }
}

@media (min-width: 1200px) {
  .vc_row.vc_row-flex > .vc_column_container.bg-strech-full-right > .vc_column-inner {
    margin-right: calc( (100vw - 1170px)/2 * -1 );
  }
}

.sec-bg-strech-full .col-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .sec-bg-strech-full .col-text {
    order: 1;
  }
}

@media (min-width: 768px) {
  .sec-bg-strech-full > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec-bg-strech-full .col-text {
    min-height: 500px;
  }

  .sec-bg-strech-full .col-left {
    padding-right: 15px;
  }

  .sec-bg-strech-full .col-right {
    padding-left: 15px;
  }
}


/**
* Gravity Forms
* ----------------------------------------------------------------------------
*/
body .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 2%;
  grid-row-gap: 9px;
}

body .gform_wrapper .gform_validation_errors {
  display: none !important;
}

body .gform_wrapper .gfield_error input,
body .gform_wrapper .gfield_error textarea {
  border-color: #c02b0a !important;
}

body .gform_wrapper div.gfield_error div.validation_message {
  font-size: 12px;
  font-family: 'fkg-regular';
  border: none !important;
  background: none !important;
  padding: 0 0 8px 0 !important;
}

body .gform_wrapper.gravity-theme .gfield_validation_message, 
body .gform_wrapper.gravity-theme .validation_message {
  background: none;
  border: none;
  font-size: 14px;
  margin-top: 8px;
  padding: 0;
}

body .gform_wrapper div.gfield.form-privacy-policy {
  font-family: 'fkg-regular';
  font-size: 12px;
  color: #676767;
  padding-top: 18px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  body .gform_wrapper div.gfield.form-privacy-policy {
    padding-top: 18px;
  }
}  

body .gform_wrapper {
  margin: 0 0 30px 0;
}

@media (min-width: 768px) {
  body .gform_wrapper {
    margin: 0 0 30px 0;
  }
}

body .gform_wrapper h3.gform_title {
  font-family: 'fkg-regular';
  font-size: 2.2rem;
  font-weight: normal;
  margin: 10px 0 6px;
} 

body .gform_wrapper span.gform_description {
  font-family: 'fkg-regular';
  font-size: 1.6rem;
  font-weight: normal;
  width: 100%;
  margin-bottom: 16px;
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-family: 'fkg-medium';
  font-size: 16px;
  font-weight: normal;
  color: #9BA77D;
  margin-bottom: 4px;
}

body .gform_wrapper.gravity-theme .gfield_checkbox label,
body .gform_wrapper.gravity-theme .gfield_radio label {
  font-family: 'fkg-regular';
  font-size: 16px;
  font-weight: normal;
}

body .gform_wrapper .gfield_required {
  display: none !important;
  color: inherit;
}

body .gform_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'fkg-regular';
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #888888; 
}
body .gform_wrapper :-moz-placeholder { /* Firefox 19+ */ 
  font-family: 'fkg-regular';
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #888888; 
}
body .gform_wrapper ::-moz-placeholder { /* Firefox 18- */
  font-family: 'fkg-regular';
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #888888; 
}
body .gform_wrapper :-ms-input-placeholder { /* IE 10+ */
  font-family: 'fkg-regular';
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #888888; 
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .gform_wrapper textarea {
  font-family: 'fkg-regular';
  font-size: 15px;
  font-weight: normal;
  color: #000;
  /* border: 1px solid #b6ada3; */
  border: 1px solid rgba(182, 173, 163, .11);
  background-color: rgba(182, 173, 163, .11);
  padding: 11px 10px 11px 10px !important;
  border-radius: 3px !important;
} 

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  line-height: 1 !important;
}

body .gform_wrapper textarea {
  height: 130px !important;
}

body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .gform_wrapper textarea:focus {
  border: 1px solid rgba(120, 90, 123, 0.5);
}

@media (max-width: 767px) { 
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
  body .gform_wrapper textarea {
    font-size: 16px;
  }
}

.gform_wrapper textarea.large {
    height: 180px;
    width: 100%;
}

body .gform_wrapper.gravity-theme .gfield.half {
  grid-column: auto/span 6;
}

body .gform_wrapper.gravity-theme .gfield.half.full {
  grid-column: auto/span 12;
}

@media (min-width: 540px) {
  body .gform_wrapper.gravity-theme .gfield.tel {
    grid-column: auto/span 6;
  }
}

@media (max-width: 640px) {
  body .gform_wrapper.gravity-theme .gfield.half {
    grid-column: auto/span 12;
  }
}

@media (min-width: 1200px) {
  body .gform_wrapper.gravity-theme .gfield.half.full.short {
    grid-column: auto/span 5;
  }
  
  body .gform_wrapper.gravity-theme .gfield.half.full.long {
    grid-column: auto/span 7;
  }
}

body .gform_wrapper .gform_footer input[type=submit] {
  font-family: 'fkg-regular';
  font-size: 15px;
  font-weight: normal;
  line-height: 1 !important;
  color: #fff; 
  border: 1px solid #57405A;
  background-color: #57405A;  
  padding: 13px 31px 13px 30px !important;
  border-radius: 0px !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
  min-width: 100px;
  text-align: center;
  margin-top: 19px;
}

body .gform_wrapper .gform_footer input[type=submit]:hover, 
body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_footer input[type=submit]:active {
  color: #fff;
  border-color: #785A7B;
  background-color: #785A7B;
}

@media only screen and (max-width: 641px) {
  body .gform_wrapper .gform_footer input[type=submit] {
    margin-top: 15px;
  }
}

body .gform_wrapper li.hidden_label input {
  margin-top: 0;
  margin-bottom: 0px;
}

html body .gform_wrapper .top_label div.ginput_container_textarea {
  margin-bottom: 1px;
}

body .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}

body .gform_wrapper.gravity-theme .gform_footer input {
  margin-left: auto;
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
}

body .gform_wrapper div.validation_error {
  display: none;
} 

body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

body .gform_wrapper .gfield_description {
  font-size: 13px;
  padding-bottom: 9px;
}

.gform_wrapper .validation_message,
.gform_wrapper .gfield_error .gfield_label {
  color: #ca4841 !important;    
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ca4841 !important;
}

body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-family: 'fkg-regular';
  font-size: 12px;
  font-weight: normal;
  padding-top: 0 !important;
  padding-bottom: 8px !important;  
}

.gform_confirmation_message {
  font-family: 'fkg-regular';
  font-size: 19px;
  font-weight: normal;
  line-height: 1.2;
  color: #626262;
  padding-bottom: 20px;
  /*
  padding-top: 40px;
  */
}

/* Hide default radio */
body .gform_wrapper input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #636362;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/* Custom selected state */
body .gform_wrapper input[type="radio"]:checked::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #636362;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Optional: Add hover effect */
body .gform_wrapper input[type="radio"]:hover {
  border-color: #333;
}

/* Optional: Disabled state */
body .gform_wrapper input[type="radio"]:disabled {
  border-color: #ccc;
  cursor: not-allowed;
}

body .gform_wrapper .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

/* Hide default checkbox */
body .gform_wrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #636362;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: white;
}

/* Custom checked state */
body .gform_wrapper input[type="checkbox"]:checked::before {
  content: "✔"; /* Unicode checkmark */
  font-size: 14px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Background change when checked */
body .gform_wrapper input[type="checkbox"]:checked {
  background-color: #636362;
  border-color: #636362;
}

/* Optional: Hover effect */
body .gform_wrapper input[type="checkbox"]:hover {
  border-color: #333;
}

/* Optional: Disabled state */
body .gform_wrapper input[type="checkbox"]:disabled {
  border-color: #ccc;
  background-color: #eee;
  cursor: not-allowed;
}

body .gform_wrapper .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

body .gform_wrapper select {
  text-transform: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  padding: 4px;  
}

body .gform_wrapper.gravity-theme select {
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 11px 10px 11px 10px;
  overflow: hidden;
  font-family: 'fkg-regular';
  font-size: 1.4rem;
  color: #888; 
  border: 1px solid #C4C4C4;
  background-color: #fff;
  border-radius: 3px;
  line-height: 1.4;
}

@media only screen and (min-width: 767px) { 
  body .gform_wrapper.gravity-theme select {
    font-size: 13px;
  }
}

body .gform_wrapper.gravity-theme select option {
  font-size: 16px;
  line-height: 2;
}

body .gform_wrapper .ginput_container_select {
  position: relative;
}

body .gform_wrapper .ginput_container_select:before {
  content: "\f107";
  position: absolute;
  right: 10px;
  font: normal normal normal 14px/1 fontawesome5;
  color: #9BA77D;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

body .gform_wrapper .gfield_description.gform_fileupload_rules {
  font-family: 'fkg-regular';
  font-size: 12px;
  color: #727681;
  padding: 0;
  padding-top: 4px;
  margin: 0;
}

html body .gform_wrapper .top_label div.ginput_container.ginput_container_fileupload {
} 

body .gform_description {
  line-height: 1.3;
}

body .gform_wrapper .top_label .gfield_error {
  width: 100%;
}

body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message {
  background: none;
  border: none;
  font-family: 'fkg-regular';
  font-size: 15px;
  margin-top: 8px;
  padding: 10px 10px 10px 0;
}

@media only screen and (min-width: 641px) {
  body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; 
    padding-right: 16px;
  }  
}

body .gform_wrapper div.gfield.form-privacy-policy {
  font-family: 'fkg-regular';
  font-size: 14px;
}

body .gform_wrapper div.gfield.form-privacy-policy a {
  text-decoration: underline;
} 

body .gform_wrapper div.gfield.form-privacy-policy a:hover {
  color: #000;
}

body .gform_wrapper.gravity-theme .gfield-choice-input {
  vertical-align: middle;
}

body .gform_wrapper.gravity-theme .gfield-choice-input+label {
  vertical-align: top;
}

.gform_required_legend {
  display: none !important;
}

#gform_wrapper_9 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
#gform_wrapper_9 textarea {
} 

#gform_wrapper_9 input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
#gform_wrapper_9 textarea:focus {
}

#gform_confirmation_message_13 {
  padding-top: 40px;
  padding-bottom: 99px;
}

#gform_wrapper_16 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
#gform_wrapper_16 textarea {
  font-family: 'fkg-regular';
  font-size: 15px;
  color: #000;
  /* border: 1px solid #b6ada3; */
  border: 1px solid #fff;
  background-color: #fff;
  padding: 11px 10px 11px 10px !important;
  border-radius: 3px !important;
}

#gform_wrapper_16 div.gfield.form-privacy-policy {
  font-family: 'fkg-regular';
  font-size: 13px;
  color: #FFF;
}

#gform_wrapper_16 div.gfield.form-privacy-policy a:hover {
  color: #FFF;
  text-decoration: none;
}

#gform_16 {
  position: relative;
  max-width: 840px;
}

@media only screen and (min-width: 641px) {
  #gform_16 .gform-body {
    padding-right: 150px;
  }

  #gform_16 .gform_footer {
    position: absolute;
    top: 0;
    right: 0; 
  }

  #gform_wrapper_16 .gform_footer input[type=submit] {
    margin-top: 0;
  }  
}

@media only screen and (min-width: 992px) {
  #field_16_1 {
    grid-column: auto / span 5;
  }

  #field_16_3 {
    grid-column: auto / span 7;
  }
}

#field_16_8 {
  max-width: 480px;
}

#gform_confirmation_message_16 {
  color: #fff;
}

/**
* Comments
* ----------------------------------------------------------------------------
*/
.comments-sep-line {
  border-top: 1px solid #ececec;
  padding-top: 3rem;
  margin-top: 0rem;
}

#comments {  
}

.comment-header {
}

.comment-header .comment-author {
}

.comment-header img {
  margin-right: 5px;
}

.comment-header .comment-meta time {
  font-size: 1.3rem;
}

.comment-content {
  font-style: italic;
}

.comment-reply {
}


#commentform {
}

#commentform label {
  display: block;
}

#commentform p.comment-form-comment {
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
  width: 100%;
}

#commentform p.comment-form-url {
  display: none;
}

#commentform p.form-submit input {
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  background-color: rgba(51, 58, 86, 1);
  border: none;
  border-radius: 0;
  padding: 14px 20px;
  margin-top: 15px;
}

#commentform p.form-submit input:hover {
  background-color: rgba(51, 58, 86, .5);
} 

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

#gform_confirmation_message_13 br {
  display: none;
}



/**
* Plugins
* ----------------------------------------------------------------------------
*/

body #dynamic-to-top {
  display: none;
  overflow: hidden;
  width: auto;
  z-index: 90;
  position: fixed;
  bottom: 20px;
  right: 20px;
  top: auto;
  left: auto;
  font-family: sans-serif;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  padding: 17px 16px;
  border: none;
  background-color: rgba(0,0,0,.6);
  -webkit-background-origin: border;
  -moz-background-origin: border;
  -icab-background-origin: border;
  -khtml-background-origin: border;
  -o-background-origin: border;
  background-origin: border;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -icab-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -khtml-box-shadow: none;
  -icab-box-shadow: none;
  box-shadow: none; 
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -icab-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
}

body .vc_col-has-fill>.vc_column-inner, 
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
body .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
body .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
body .vc_row-has-fill>.vc_column_container>.vc_column-inner, 
body .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
body .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
body .vc_section.vc_section-has-fill, 
body .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, 
body .vc_section.vc_section-has-fill+.vc_section {
  padding-top: 30px ;
}

body .wpb_button, 
body .wpb_content_element, 
body ul.wpb_thumbnails-fluid > li {
  margin-bottom: 21.74px;
  margin-bottom: 3rem;
}

body .wpb_wrapper > .wpb_text_column.wpb_content_element {
  margin-bottom: 2rem;
}

body .wpb_wrapper > .wpb_text_column.wpb_content_element:last-child {
  margin-bottom: 3rem;
}

body.wpb-js-composer .vc_tta-container {
  margin-bottom: 0rem;
} 

/* Accordian */ 
.wpb-js-composer .vc_tta-panel.vc_active .vc_tta-panel-heading, 
.wpb-js-composer .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
  margin-bottom: 9px !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading {
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover {
  background-color: transparent !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border: none !important;
  border-top: 1px solid #9BA77D !important; 
  background-color: transparent !important;
  margin: 0 !important;
} 

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  font-family: 'fkg-bold';
  font-size: 19px !important;
  line-height: 1.25 !important;
  color: #9BA77D !important;
  padding: 20px 30px 20px 20px !important;
} 

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #3C3C3B !important;
} 

.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
  border-radius: 0 !important;
  background-color: transparent !important;  
} 

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  font-family: 'fkg-regular';
  font-size: 17px !important;
  line-height: 1.35 !important;  
  color: inherit !important;  
  background-color: rgba(155, 167, 125, .07) !important;
  border: none !important;
  border-top: 1px solid #9BA77D !important;   
  padding: 17px 34px 20px 20px !important;
  margin-bottom: 20px !important; 
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  position: relative !important;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon {
  right: 0 !important;
  height: 10px !important;
  width: 10px !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color:  #9BA77D !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color:  #9BA77D !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-panel-title > a:hover .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-panel-title > a:hover .vc_tta-controls-icon::before {
  border-color:  #3C3C3B !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:last-child {
  border-bottom: 1px solid #9BA77D;
}

@media (max-width: 767px) {
}


/* Column Classes
--------------------------------------------- */

.gca-column {
  padding-left: 15px;
  padding-right: 15px;
}  

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .gca-column {
  padding-right: 0;
  padding-left: 0;
}

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 50%;
}

.one-third,
.two-sixths {
	width: 33.333333%;
}

.four-sixths,
.two-thirds {
	width: 66.666667%;
}

.one-fourth {
	width: 25%;
}

.three-fourths {
	width: 75%;
}

.one-fifth {
	width: 20%;
}

.two-fifths {
	width: 40%;
}

.three-fifths {
	width: 60%;
}

.four-fifths {
	width: 80%;
}

.one-sixth {
	width: 16.666667%;
}

.five-sixths {
	width: 83.333333%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Media Queries
--------------------------------------------- */

@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		width: 100%;
		margin-bottom: 15px;
	}

}


/* Utility Classes
--------------------------------------------- */

.clearfix:before {
	content: " ";
	display: table;
}

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

.vertical-spacer {
	clear: both;
	padding-bottom: 30px;
}

.columns-container {
  margin-left: -15px;
  margin-right: -15px;
	clear: both;
	overflow: hidden;
}


/**
* Layouts
* ----------------------------------------------------------------------------
*/

@media (max-width: 767px) {  
  .vc_row.theme-image-text .col-text {
    order: 1;
  }

  .vc_row.theme-image-text .col-image .wpb_single_image {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) { 
  .vc_row.theme-image-text > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {  
  .vc_row.theme-column-gap .col-left {
    padding-right: 15px;
  }

  .vc_row.theme-column-gap .col-right {
    padding-left: 15px;
  }
}

  
/**
* Extras
* ----------------------------------------------------------------------------
*/

.video-box {
  position: relative;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  width: 100%;
} 

.video-box .image-holder {
  position: relative;
  width: 100%;
  background: #f5f5f5 url(images/no-image.jpg);
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
} 

.video-box .image-holder:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.8148%;
} 

.video-box a.image-holder:after {
  display: none;
  position: absolute;  
  content: "";
  width: 100%;
  top: 0;  
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;   
}

.video-box:hover a.image-holder:after {
  display: block;
}

.video-box .icon-play {
  position: absolute;
  z-index: 2;
  text-align: center;
  display: inline-block;
  width: 70px !important;
  height: 70px !important;
  line-height: 70px !important;
  top: 50%;
  left: 50%;
  font-size: 25px;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background-color: rgba(247, 170, 20, 0); 
  border: 2px solid #fff;
  transform: translate(-50%,-50%);
}

body.conversations .video-box .icon-play {
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  font-size: 17px;
  border-width: 1px;
}  

.video-box:hover .icon-play {
  border-color: #9BA77D; 
  background-color: rgba(247, 170, 20, 0); 
}

.video-box:hover .icon-play {
  color: #9BA77D;
}

.video-box .icon-play .fa-play {
  position: relative;
  left: 3px;
}

.fancybox__footer {
  text-align: center !important;
}

@media (min-width: 768px) {
  .fancybox__viewport {
    padding-top: 10px !important
  }

  .fancybox__nav,
  .fancybox__toolbar {
    opacity: 1 !important;
  }
}

/* Initial state of the element */
.hidden-el-mes {
  opacity: 0;
  transform: translateY(50px); /* Optional: adds a subtle movement effect */
  transition: opacity 1.5s ease-out, transform 1s ease-out !important;
}

/* Visible state of the element */
.visible-el-mes {
  opacity: 1;
  transform: translateY(0);
}

/**
* Category colours
* ----------------------------------------------------------------------------
*/

a.item-linkbox.thinking .wrap-front { 
  background: #809a53;
}
a.item-linkbox.thinking .wrap-back { 
  background: #61753f;
}
body.single-category-page.thinking .sec-acc-panel-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
  border-top-color: #809a53;
}
body.single-category-page.thinking #sec-line .sec-line > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #809a53;
}
body.single-category-page.thinking  .wpb_wrapper > .el-hilight.wpb_text_column {
  color: #809a53;
}
body.single-category-page.thinking #sec-page-action .el-1 {
  border-left-color: #809a53;
}
body.single-category-page.thinking .sec-acc-panel.style-1 {
  background: rgba(128, 154, 83, 0.12);
}
body.single-category-page.thinking .sec-acc-panel.style-2 {
  background: rgba(128, 154, 83, 0.24);
}

a.item-linkbox.technology .wrap-front { 
  background: #675869;
}
a.item-linkbox.technology .wrap-back { 
  background: #504452;
}
body.single-category-page.technology .sec-acc-panel-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
  border-top-color: #675869;
}
body.single-category-page.technology #sec-line .sec-line > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #675869;
}
body.single-category-page.technology  .wpb_wrapper > .el-hilight.wpb_text_column {
  color: #675869;
}
body.single-category-page.technology #sec-page-action .el-1 {
  border-left-color: #675869;
}
body.single-category-page.technology .sec-acc-panel.style-1 {
  background: rgba(103, 88, 105, 0.12)
}
body.single-category-page.technology .sec-acc-panel.style-2 {
  background: rgba(103, 88, 105, 0.24)
}

a.item-linkbox.education .wrap-front { 
  background: #9a8d80;
}
a.item-linkbox.education .wrap-back { 
  background: #7e7367;
}
body.single-category-page.education .sec-acc-panel-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
  border-top-color: #9a8d80;
}
body.single-category-page.education #sec-line .sec-line > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #9a8d80;
}
body.single-category-page.education  .wpb_wrapper > .el-hilight.wpb_text_column {
  color: #9a8d80;
}
body.single-category-page.education #sec-page-action .el-1 {
  border-left-color: #9a8d80;
}
body.single-category-page.education .sec-acc-panel.style-1 {
  background: rgba(154, 141, 128, 0.12);
}
body.single-category-page.education .sec-acc-panel.style-2 {
  background: rgba(154, 141, 128, 0.24);
}

a.item-linkbox.real-estate .wrap-front { 
  background: #84ABAD;
}
a.item-linkbox.real-estate .wrap-back { 
  background: #5C8689;
}
body.single-category-page.real-estate .sec-acc-panel-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
  border-top-color: #84ABAD;
}
body.single-category-page.real-estate #sec-line .sec-line > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #84ABAD;
}
body.single-category-page.real-estate  .wpb_wrapper > .el-hilight.wpb_text_column {
  color: #84ABAD;
}
body.single-category-page.real-estate #sec-page-action .el-1 {
  border-left-color: #84ABAD;
} 
body.single-category-page.real-estate .sec-acc-panel.style-1 {
  background: rgba(132, 171, 173, 0.12);
}
body.single-category-page.real-estate .sec-acc-panel.style-2 {
  background: rgba(132, 171, 173, 0.27);
}

a.item-linkbox.enterprise .wrap-front { 
  background: #CCB249;
}
a.item-linkbox.enterprise .wrap-back { 
  background: #A28D39;
}
body.single-category-page.enterprise .sec-acc-panel-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
  border-top-color: #CCB249;
}
body.single-category-page.enterprise #sec-line .sec-line > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #CCB249;
}
body.single-category-page.enterprise  .wpb_wrapper > .el-hilight.wpb_text_column {
  color: #CCB249;
}
body.single-category-page.enterprise #sec-page-action .el-1 {
  border-left-color: #CCB249;
}
body.single-category-page.enterprise .sec-acc-panel.style-1 {
  background: rgba(204, 178, 73, 0.12);
}
body.single-category-page.enterprise .sec-acc-panel.style-2 {
  background: rgba(204, 178, 73, 0.24);
}

a.item-linkbox.challenges .wrap-front { 
  background: #d17763;
}
a.item-linkbox.challenges .wrap-back { 
  background: #ad5643;
}
body.single-category-page.challenges .sec-acc-panel-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
  border-top-color: #d17763;
}
body.single-category-page.challenges #sec-line .sec-line > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #d17763;
}
body.single-category-page.challenges  .wpb_wrapper > .el-hilight.wpb_text_column {
  color: #d17763;
}
body.single-category-page.challenges #sec-page-action .el-1 {
  border-left-color: #d17763;
}
body.single-category-page.challenges .sec-acc-panel.style-1 {
  background: rgba(209, 119, 99, 0.12);
}
body.single-category-page.challenges .sec-acc-panel.style-2 {
  background: rgba(209, 119, 99, 0.24);
}

a.item-linkbox.news .wrap-front { 
  background: #4d93c8;
}
a.item-linkbox.news .wrap-back { 
  background: #3f7cac;
}

a.item-linkbox.research .wrap-front { 
  background: #4d93c8;
}
a.item-linkbox.research .wrap-back { 
  background: #3f7cac;
}
body.single-category-page.research .sec-acc-panel-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
  border-top-color: #4d93c8;
}
body.single-category-page.research #sec-line .sec-line > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #4d93c8;
}
body.single-category-page.research  .wpb_wrapper > .el-hilight.wpb_text_column {
  color: #4d93c8;
}
body.single-category-page.research #sec-page-action .el-1 {
  border-left-color: #4d93c8;
}
body.single-category-page.research .sec-acc-panel.style-1 {
  background: rgba(77, 147, 200, 0.12);
}
body.single-category-page.research .sec-acc-panel.style-2 {
  background: rgba(77, 147, 200, 0.24);
}

a.item-linkbox.about .wrap-front { 
  background: #a284b6;
}
a.item-linkbox.about .wrap-back { 
  background: #7c648c;
}
body.single-category-page.about .sec-acc-panel-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
  border-top-color: #a284b6;
}
body.single-category-page.about #sec-line .sec-line > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #a284b6;
}
body.single-category-page.about  .wpb_wrapper > .el-hilight.wpb_text_column {
  color: #a284b6;
}
body.single-category-page.about  .wpb_wrapper > .el-hilight.wpb_text_column strong {
  color: #a284b6 !important;
}
body.single-category-page.about #sec-page-action .el-1 {
  border-left-color: #a284b6;
}
body.single-category-page.about .sec-acc-panel.style-1 {
  background: rgba(162, 132, 182, 0.12);
}
body.single-category-page.about .sec-acc-panel.style-2 {
  background: rgba(162, 132, 182, 0.27);
}

a.item-linkbox.team .wrap-front { 
  background: #a284b6;
}
a.item-linkbox.team .wrap-back { 
  background: #7c648c;
}
body.single-category-page.team .sec-acc-panel-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
  border-top-color: #a284b6;
}
body.single-category-page.team #sec-line .sec-line > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #a284b6;
}
body.single-category-page.team  .wpb_wrapper > .el-hilight.wpb_text_column {
  color: #a284b6;
}
body.single-category-page.team #sec-page-action .el-1 {
  border-left-color: #a284b6;
}
body.single-category-page.team .sec-acc-panel.style-1 {
  background: rgba(162, 132, 182, 0.12);
}
body.single-category-page.team .sec-acc-panel.style-2 {
  background: rgba(162, 132, 182, 0.27);
}

a.item-linkbox.prof-services .wrap-front { 
  background: #3B538D;
}
a.item-linkbox.prof-services .wrap-back { 
  background: #2A3A60;
}
body.single-category-page.prof-services .sec-acc-panel-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
  border-top-color: #3B538D;
}
body.single-category-page.prof-services #sec-line .sec-line > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #3B538D;
}
body.single-category-page.prof-services  .wpb_wrapper > .el-hilight.wpb_text_column {
  color: #3B538D;
}
body.single-category-page.prof-services #sec-page-action .el-1 {
  border-left-color: #3B538D;
}
body.single-category-page.prof-services .sec-acc-panel.style-1 {
  background: rgba(59, 84, 141, 0.12);
}
body.single-category-page.prof-services .sec-acc-panel.style-2 {
  background: rgba(59, 84, 141, 0.24);
}