/* ----------------------------------
  1. Reset default browser styles
  2. Global
    2.1 Font
    2.2 Global
  3. General classes
  4. Typography
  5. Header
  6. Content Elements
  7. UI Elements
      7.1. Buttons
      7.2. Forms
          7.2.1. Inputs & Textarea
          7.2.2. Label & Legend
          7.2.3. Checkbox & Radio
          7.2.4. Select
          7.2.5. Fieldset
          7.2.6. Form variations
      7.3. Tables
      7.4. Lists
      7.5. Blockquotes
      7.6. Dividers
  8. Widgets & Shortcodes
      8.3. LightBox
      8.5. Accordions & Toggles
      8.6. Alert boxes
      8.8. Pagination
      8.12. Carousel Sliders
      8.13. Progress Bars
      8.17. Isotope
      8.18. Team Members
      8.19. Maps
      8.20. Services
      8.22. Audio Player
  9. Blog
      9.1. Entries

  12. Sidebar
  13. Footer
-------------------------------------*/


/* -----------------------------------

  1. Reset default browser styles

------------------------------------- */

@viewport {
  user-zoom: fixed;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe {
  width: 100%;
}

b,
strong {
  font-weight: bold !important;
}

ul,
ol {
  list-style: none;
}

q {
  quotes: none;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

embed {
  vertical-align: top;
}

input,
button {
  -webkit-appearance: none;
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

html {
  overflow-x: hidden;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}



/* -----------------------------------

  2.1 Font

------------------------------------- */


@font-face {
  font-family: 'mona sans';
  src: url('../font/mona_sans/MonaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'mona sans';
  src: url('../font/mona_sans/MonaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}


@font-face {
  font-family: 'mona sans';
  src: url('../font/mona_sans/MonaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'mona sans';
  src: url('../font/mona_sans/MonaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}


@font-face {
  font-family: 'mona sans';
  src: url('../font/mona_sans/MonaSans-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'mona sans';
  src: url('../font/mona_sans/MonaSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}


@font-face {
  font-family: 'mona sans';
  src: url('../font/mona_sans/MonaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'mona sans';
  src: url('../font/mona_sans/MonaSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}


@font-face {
  font-family: 'mona sans';
  src: url('../font/mona_sans/MonaSans-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'mona sans';
  src: url('../font/mona_sans/MonaSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

/* -----------------------------------

  2.2 Global

------------------------------------- */

body {
  /* font: 18px/1.5556em 'Roboto Condensed', sans-serif; */
  font: 18px/1.5556em 'mona sans', sans-serif;
  color: var(--black);
  position: relative;
  letter-spacing: 0.2px;
}

.loader {
  position: fixed;
  background: var(--white);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.wrapper-container {
  position: relative;
}

::selection {
  background: #483949;
  color: var(--white);
}

::-moz-selection {
  background: #483949;
  color: var(--white);
}

::-o-selection {
  background: #483949;
  color: var(--white);
}

::-ms-selection {
  background: #483949;
  color: var(--white);
}

.selected-type-1 {
  background: #483949;
  color: var(--white);
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.clearfix:after,
.row:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #333334;
  -webkit-transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333334;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: text-indent .5s ease, color .5s ease;
}

[placeholder]:focus::-webkit-input-placeholder {
  text-indent: 10em;
  color: transparent;
}

[placeholder]:focus::-webkit-textarea-placeholder {
  text-indent: 10em;
  color: transparent;
}


/* ------------------------------------------------------

  3. General classes

------------------------------------------------------ */

.wrapper {
  overflow: hidden;
}

.relative {
  position: relative;
}

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

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

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

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

img[class*="align"] {
  margin-bottom: 15px;
  max-width: 50%;
}

img.alignleft {
  float: left;
  margin-right: 30px;
}

img.alignright {
  float: right;
  margin-left: 30px;
}

.page-content-wrap {
  padding: 72px 0;
}

.page-content-wrap2 {
  padding: 112px 0;
}

[class*="page-section"] {
  padding: 112px 0;
}

[class*="page-section"].type-2 {
  padding: 8px 0 60px
}


[class*="page-section"].type-3 {
  padding: 60px 0 25px;
}


[class*="page-section"].no-bts,
[class*="page-content-wrap"].no-bts {
  padding-bottom: 0;
}

[class*="page-section"].no-padding,
[class*="page-content-wrap"].no-padding,
[class*="col-"].no-padding {
  padding: 0;
}

.page-section-bg {
  background: #f8f9fa;
}

.page-section-bg2 {
  background: var(--base3);
}

.page-section-bg2.green {
  background: var(--green);
}

.page-section-bg2.green3 {
  background: var(--green3);
}

.page-section-bg2 .icons-box .icons-item .icons-box-title>a,
.page-section-bg2 .icons-box .icons-item,
.page-section-bg2 h3,
.page-section-bg2 .section-text,
.page-section-bg2 .sub-title {
  color: var(--white);
}

.page-section-bg2.green hr {
  border-color: var(--white);
}

.page-section-bg .icons-box.style-1.type-3 .icons-wrap .icons-item {
  background: var(--white);
}

.content-holder:not(:last-child) {
  margin-bottom: 41px;
}

.content-holder-small:not(:last-child) {
  margin-bottom: 28px;
}

[class*="flex-row"],
.owl-carousel[class*="flex-row"] .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

[class*="flex-row"]:after {
  display: none;
}

[class*="flex-row"]>*,
.owl-carousel[class*="flex-row"] .owl-stage>.owl-item {
  float: none;
}

[class*="flex-row"].flex-justify {
  justify-content: space-between;
}

[class*="flex-row"].flex-center {
  align-items: center;
}

[class*="flex-row"].flex-bottom {
  align-items: flex-end;
}

.owl-carousel[class*="flex-row"] .owl-stage>.owl-item .owl-item {
  height: 100%;
}

[class*="d-flex"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

[class*="shrink-0"] {
  flex-shrink: 0;
}

[class*="grow-1"] {
  flex-grow: 1;
}

[class*="align-self-start"] {
  align-self: flex-start;
}

[class*="align-self-end"] {
  align-self: flex-end;
}

[class*="flex-row"].justify-center {
  justify-content: center;
}

[class*="flex-row"].justify-end {
  justify-content: flex-end;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.w-100 {
  width: 100%;
}

/* -----------------------------------

  4. Typography

------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: 'Frank Ruhl Libre', serif; */
  color: var(--base3);
  font-weight: normal;
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
.sub-title.mb,
.h1:not(:last-child),
.h2:not(:last-child),
.h3:not(:last-child),
.h4:not(:last-child),
.h5:not(:last-child),
.h6:not(:last-child) {
  margin-bottom: 14px;
}

h1,
.h1 {
  font-size: 3.3333em;
  line-height: 56px;
  color: var(--base2);
  font-weight: bold;
}

h2,
.h2 {
  font-size: 2.6667em;
  line-height: 1.1667em;
  color: var(--base3)
}

h3,
.h3 {
  font-size: 2em;
  line-height: 1.5556em;
}

h4,
.h4 {
  font-size: 1.6667em;
  line-height: 1.8667em;
}

h5,
.h5 {
  font-size: 1.3333em;
  line-height: 1.1667em;
}

h6,
.h6 {
  font-size: 1em;
  line-height: 1.5556em;
}

p {
  padding: 0;
  font-weight: 300;
}

p:not(:last-child) {
  margin-bottom: 28px;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  text-decoration: none;
  background: transparent;
  vertical-align: baseline;
}

a,
a>* {
  text-decoration: none;
  outline: none !important;
}

a {
  color: inherit;
}

a:hover {
  color: var(--green);
}

a,
button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a.link-text {
  color: #038ed3;
}

a.link-text:hover {
  text-decoration: underline;
}

[class^="icon-"]:before,
[class*="icon-"]:before {
  width: auto;
  margin: 0;
  padding: 0;
}

.title-holder:not(:last-child) {
  margin-bottom: 40px;
}

.section-title {
  font-weight: bold;
}

.section-title [class*="item-divider"] {
  margin: 28px 0 0;
}

.section-title:not(:last-child) {
  margin-bottom: 41px;
}

.section-title.title-logo{
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 60px;
}

.section-title.title-logo svg {
  width: 184px;
  height: 55px;
  position: relative;
  margin-left: 10px;
  top: 20px;
}

.section-title.title-logo svg path {
  fill: var(--white);
}

.pre-title {
  /* font-family: 'Roboto Condensed', sans-serif; */
  text-transform: uppercase;
  color: var(--base2);
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.7px;
  font-weight: 300;
}

.pre-title:not(:last-child) {
  margin-bottom: 14px;
}

.page-title + .pre-title{
  margin-bottom: 70px;
}

.sub-title {
  color: var(--base2);
  font-size: 2em;
  line-height: 1.5556em;
  font-weight: bold;
}


.section-pre-title:not(:last-child) {
  margin-bottom: 0;
}

.text-size-medium {
  font-size: 24px !important;
  line-height: 30px !important;
}

.text-size-small {
  font-size: 16px !important;
  line-height: 26px !important;
}

a.custom-link,
button.custom-link {
  color: var(--green);
  border-bottom: 1px solid transparent;
}

button.custom-link{
  background: transparent;
}

a.custom-link:hover,
button.custom-link:hover {
  color: #333334;
  border-bottom-color: inherit;
}

/* Tooltips */

.tooltips a {
  position: relative;
  color: var(--green);
}

.tooltip {
  position: absolute;
  display: block;
  background: #2a2c32;
  padding: 6px 10px;
  color: var(--white);
  font-size: 12px;
  line-height: 13px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  z-index: 5;
  border-radius: 5px;

  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.top-tooltip .tooltip {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, -15px);
  -moz-transform: translate(-50%, -15px);
  -o-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
}

.left-tooltip .tooltip {
  top: 50%;
  right: 100%;
  margin-right: 5px;
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: translate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}

.right-tooltip .tooltip {
  top: 50%;
  left: 100%;
  margin-left: 9px;
  -webkit-transform: translate(15px, -50%);
  -moz-transform: translate(15px, -50%);
  -o-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
}

.bottom-tooltip .tooltip {
  top: 100%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translate(-50%, 15px);
  -moz-transform: translate(-50%, 15px);
  -o-transform: translate(-50%, 15px);
  -ms-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
}

.top-tooltip:hover .tooltip {
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.left-tooltip:hover .tooltip {
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.right-tooltip:hover .tooltip {
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.bottom-tooltip:hover .tooltip {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tooltip:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
}

.top-tooltip .tooltip:after {
  border-left: 7px solid transparent;
  border-top: 5px solid #2a2c32;
  border-right: 7px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -7px;
}

.tooltips a:hover .tooltip,
.share:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.tooltips a:hover {
  color: var(--base3);
  text-decoration: none;
}

.left-tooltip .tooltip:after {
  border-top: 7px solid transparent;
  border-left: 5px solid #2a2c32;
  border-bottom: 7px solid transparent;
  top: calc(50% - 7px);
  left: 100%;
}

.right-tooltip .tooltip:after {
  border-top: 7px solid transparent;
  border-right: 5px solid #2a2c32;
  border-bottom: 7px solid transparent;
  right: 100%;
  top: calc(50% - 7px);
}

.bottom-tooltip .tooltip:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #2a2c32;
  border-top: none;
  bottom: 100%;
  left: calc(50% - 7px);
}

.share .title {
  color: #7b8285;
  margin-right: 10px;
}

.share ul {
  display: inline-block;
}

.left-tooltip.share>.tooltip {
  background: var(--white);
  border-radius: 0;
  margin-right: 40px;
  padding: 11px 15px;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 52, 52, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(51, 52, 52, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(51, 52, 52, 0.1);
}

.left-tooltip.share .tooltip:after {
  border-left-color: var(--white);
}

.share .social-icons.style-2>li>button,
.share .social-icons.style-2>li>a {
  color: var(--dark-grey2);
}

.share .social-icons.style-2>li>button:hover,
.share .social-icons.style-2>li>a:hover {
  color: var(--green);
}

/* -----------------------------------

  5. Header

------------------------------------- */


.header.sticky-header.clone-fixed {
  position: fixed;
  z-index: 99;
  transition: 0.5s top cubic-bezier(.3, .73, .3, .74);
}

.header.style-3.sticky-header.clone-fixed {
  box-shadow: 0px 8px 21px 0px rgba(51, 51, 51, 0.1);
  background: #ffffff63;
  /* backdrop-filter: blur(10px); */
}

.header.fixed-header:not(.clone-fixed) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 8px 21px 0px rgba(51, 51, 51, 0);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#header.slideDown{
  box-shadow: 0px 8px 21px 0px rgba(51, 51, 51, 0.22);
  background: #ffffff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.header {
  height: 135px;
  top: 0;
  
  z-index: 99;
  width: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.logo {
  display: inline-block;
  position: relative;
  /* left: -30%; */
}

.logo svg{
  width: 213px;
  height: 54px;
}
.header .logo svg path{
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.header:not(.slideDown) .logo svg path{
  fill:white
}

.header .menu-wrap {
  width: 100%;
}

.top-header-container {
  padding: 12px 0;
  height: 100%;
}

.top-header {
  position: relative;
  padding: 8px 15px 5px;
  height: 100%;
}

.header:not(.slideDown) .top-header .lang-area {
  color: var(--white);
  transition: all .4s ease;
}

.top-header .lang-area {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.header:not(.slideDown) .top-header .lang-area a:not(.current) {
  color: var(--white);
  transition: all .4s ease;
}

.top-header .lang-area a {
  position: relative;
  color: var(--black);
  transition: all .4s ease;
}

.top-header .lang-area a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--green);
  height: 1px;
  width: 0;
  transition: all .4s ease;
}

.top-header .lang-area a.current {
  color: var(--green);
}

.top-header .lang-area a.current:after {
  width: calc(100%);
}

.top-header .lang-area a:hover:after {
  width: calc(100%);
}


/* Main Navigation */

#wrapper {
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  /* margin-top: 135px; */
}

.menu-wrap {
  position: relative;
}


.main-navigation {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 20px 0 10px;
}

.main-navigation>ul {
  font-size: 0;
}

.main-navigation>ul>li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 20px;
  font-size: 16px;
  line-height: 28px;
  padding: 14px 0;
}


.header:not(.slideDown) .main-navigation>ul>li>a {
  color: var(--white);
  transition: all .4s ease;
}

.main-navigation>ul>li>a {
  color: var(--grey);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: block;
  position: relative;
  transition: all .4s ease;
}

.main-navigation>ul>li>a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--green);
  height: 1px;
  width: 0;

  transition: all .4s ease;
}

.searchform-wrap.opened,
.main-navigation>li:hover>.sub-menu-wrap {
  opacity: 1;
  visibility: visible;
}

.main-navigation>ul>li.dropdown:hover>a:before,
.main-navigation>ul>li.dropdown.current>a:before {
  width: calc(100% - 15px);
}

.main-navigation>ul>li:hover>a:before,
.main-navigation>ul>li.current>a:before {
  width: 100%;
}

.sub-menu-wrap ul li {
  position: relative;
}

.sub-menu-wrap ul li:hover>a,
.sub-menu-wrap ul li.current>a {
  color: var(--green);
  background: #f9f9f9;
}

.main-navigation>ul>li.dropdown>a:after {
  font-family: 'fontello';
  content: '\f107';
  margin-left: 5px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.sub-menu-wrap {
  position: absolute;
  /* left: -20px; */
  left: -40%;
  top: 100%;
  min-width: 210px;
  border-top: 3px solid var(--green);
  background: var(--white);
  padding: 14px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  flex-wrap: nowrap;
  -webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
  transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
  -webkit-transform: translate3d(-15px, 15px, 0);
  -moz-transform: translate3d(-15px, 15px, 0);
  -o-transform: translate3d(-15px, 15px, 0);
  -ms-transform: translate3d(-15px, 15px, 0);
  transform: translate3d(-15px, 15px, 0);

  box-shadow: 0px 8px 21px 0px rgba(51, 51, 51, 0.1);
}

.sub-menu-wrap:before {
  content: '';
  bottom: 100%;
  width: 100%;
  left: 0;
  height: 4px;
  display: block;
  position: absolute;
  background: transparent;
}

.sub-menu-wrap .sub-menu-wrap.sub-menu-inner {
  left: 100%;
  background: #f2f3f6;
  top: 0;
  margin-left: 4px;
  margin-top: -15px;
}

.sub-menu-wrap .sub-menu-wrap.sub-menu-inner:before {
  right: 100%;
  left: auto;
  width: 4px;
  top: 0;
  bottom: auto;
  height: 100%;
}

.main-navigation>ul>li:hover>.sub-menu-wrap:not(.sub-menu-inner),
.sub-menu-wrap ul li:hover .sub-menu-wrap.sub-menu-inner {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.sub-menu-wrap ul li a {
  display: block;
  white-space: pre;
  position: relative;
  font-weight: 300;
  padding: 9px 35px 9px 20px;
  color: var(--grey2);
}

.sub-menu-wrap ul li.sub>a:after {
  font-family: 'fontello';
  content: '\e8e5';
  position: absolute;
  right: 20px;
}

.main-navigation>ul>li.has-megamenu {
  position: static;
}

.sub-menu-wrap.mega-menu {
  min-width: auto;
}

.sub-menu-wrap.mega-menu>*:not(:last-child) {
  margin-right: 30px;
}

.responsive-nav-button {
  display: none;
  text-align: center;
  color: var(--base3);
  font-size: 30px;
  z-index: 2;
  border-radius: 0;
  background: transparent;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#header:not(.slideDown) .responsive-nav-button{
  color: #fff;
}

.responsive-nav-button:hover {
  color: var(--green);
}

.responsive-nav-button:before {
  font-family: 'linearicons';
  content: "\e92b";
}

header.style-2 .responsive-nav-button:not(:hover) {
  color: var(--white);
}

#wrapper #advanced-menu-hide {
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.menu-button-wrap {
  text-align: right;
  padding: 10px 0;
}

.mobile-advanced {
  display: none;
}

/* Search and Shopping cart buttons */

.search-holder,
.shop-cart {
  display: inline-block;
  vertical-align: middle;
}

.search-holder .btn:not(:last-child) {
  margin-right: 30px;
}

.header:not(.slideDown) .search-button{
  color: var(--white);
}

.search-button:not(.btn-404),
.shop-cart .sc-cart-btn {
  font-family: 'Linearicons';
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  background: none;
  color: #483949;
}

button.search-button:before {
  content: "\e922";
}

button.search-button.btn-404:before {
  font-family: 'Linearicons';
  font-size: 14px;
  margin-right: 15px;
}

.searchform-wrap .vc-child form input {
  background-color: var(--white);
  border: none;
  color: var(--grey2);
  border-radius: 22px;
}

.close-search-form,
.close-popup {
  background-color: transparent;
  position: absolute;
  font-family: 'linearicons';
  left: 100%;
  margin-left: 20px;
  font-size: 20px;
  color: #f4f4f5;
  z-index: 99;
  font-weight: normal;
  display: inline-block;
  top: 50%;
  margin-top: -13px;

  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.close-search-form:hover,
.close-popup:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);

  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.close-search-form:before,
.close-popup:before {
  content: '\e92a';
}

.searchform-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  border-bottom: none;
  display: block;
  background: var(--dark-grey2_rgba);
  text-align: center;
  z-index: 201;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;

  opacity: 0;
  visibility: hidden;
}

.searchform-wrap.opened {
  opacity: 1;
  visibility: visible;
}

.searchform-wrap .vc-child {
  width: 710px;
  display: inline-block;
  position: relative;
  margin-top: 20%;
}

.searchform-wrap form,
.search-holder form {
  position: relative;
}

.searchform-wrap form input {
  padding-right: 60px;
}

.searchform-wrap form button,
.search-holder form button,
.search-form button.search-button {
  color: var(--green);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.searchform-wrap form input:not([type="submit"]):focus,
.searchform-wrap form textarea:focus {
  border-color: transparent;
  box-shadow: none;
}

/* ------------------------------------------------------

    6. Content Elements

------------------------------------------------------ */

#content {
  position: relative;
}

#content .home-content {
  color: var(--base)
}

#content .page h2,
#content .page .h2 {
  font-weight: bold;
  font-size: 36px;
}

#content .page h2:not(:first-child),
#content .page .h2:not(:first-child) {
  margin-top: 50px;
}

#content .no-content-wrapper{
  background: var(--grey2);
  padding-top: 400px;
}

#content .no-content-container{
  padding-top: 1px;
  background: var(--white);
} 

.banner {
  /* height: 300px; */
  height: 400px;
  /* margin-bottom: 75px; */
  margin-bottom: 45px;
  background: none;
  background-size: cover;
  background-position: center center;
}

.banner.paralax {
  background-attachment: fixed;
}

.banner.image {
  overflow: hidden;
  position: relative;
}

.banner.image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.related-content {
  margin-top: 70px;
}

.related-content+.related-content {
  margin-top: 85px;
}

.case-popup {
  background: rgba(31, 25, 31, 0.7);
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.case-popup .popup-inner {
  position: absolute;
  padding: 40px;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: 750px;
  background: var(--white);
}

.close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  color: var(--dark-grey);
}

/* Profile page */

.profile .profile-image img {
  border-radius: 12px;
}

.profile .areas_expertise ul:first-of-type,
.profile .areas_expertise ul:nth-of-type(2) {
  width: 41.66666666666667%;
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.profile .areas_expertise ul:nth-of-type(2) {
  width: 58.333333333333336%;
}

.profile .areas_expertise ul:first-of-type+hr {
  display: none;
}

.profile .content-holder.areas_expertise ul li:last-child {
  margin-bottom: 28px;
}


/* recruitment */

.recruit .title-section {
  margin-bottom: 50px;
}

.form-section .h6 {
  font-weight: bold;
  color: var(--black);
  padding: 0 1px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.form-section .h6 span:not(.sr-only) {
  color: var(--green);
}

.recruit .required_label {
  margin-top: 26px;
  margin-bottom: 55px;
}

.recruit .required_label span {
  /* font-family: 'Frank Ruhl Libre', serif; */
  color: var(--green);
  font-weight: bold;
}


/* Backgrounds */

.rev-slider-wrapper.full-scr .rev-slider {
  height: 100% !important;
  margin-left: 150px;
}

/* Breadcrumbs */

.breadcrumbs-wrap {
  padding: 0 0 100px;
  background-size: cover;
  background-attachment: fixed;
}

.breadcrumbs-wrap .page-title {
  color: var(--base3);
  font-weight: bold;
}

.breadcrumbs-wrap .breadcrumbs>li {
  display: inline-block;
  font-size: 0.8889em;
  line-height: 1.7500em;
  letter-spacing: 0.5px;
  color: var(--base2);
  font-weight: 300;
}

.breadcrumbs-wrap .breadcrumbs>li>a {
  color: var(--base2);
}

.breadcrumbs-wrap .breadcrumbs>li>a:hover {
  text-decoration: underline;
}

.breadcrumbs>li:not(:first-child):before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}


/* Cookies */


.cookie-consent-dialog-overlay {
  background: rgba(67, 75, 83, 0.9);
}

.cookie-consent-banner {
  max-width: 800px;
  height: auto;
  border-radius: 24px;
  padding: 30px 40px;
  text-align: left;
  font: 18px/1.5556em 'Roboto Condensed', sans-serif;
  color: var(--black);
  letter-spacing: 0.2px;
  top: 40px;
  bottom: unset;
  left: calc(50% - 800px/2);
}

.cookie-consent-banner+div {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(67, 75, 83, 0.9);
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}

.cookie-consent-banner-content {
  max-width: unset;
}

.cookie-consent-banner-content>h3,
.cookie-consent-dialog-title>h3 {
  font-weight: bold;
  font-size: 36px;

}


.cookie-consent-banner-buttons {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.cookie-consent-dialog-buttons {
  justify-content: space-evenly;
}

.cookie-consent-dialog-accept-selected-button,
.cookie-consent-dialog-accept-all-button,
.cookie-consent-banner-setting-button,
.cookie-consent-banner-accept-button {
  padding: 6px 28px;
  display: inline-block;
  font-size: 0.8889em;
  border-radius: 30px;
  background: var(--ligth-grey);
  text-align: center;
  letter-spacing: 0.75px;
  line-height: 1.7500em;
  align-self: unset;
  margin: 0;
}


.cookie-consent-banner-setting-button {
  margin-left: 25px;
  color: var(--base) !important;
}

.cookie-consent-dialog-accept-selected-button {
  color: var(--base) !important;
}

.cookie-consent-dialog-accept-selected-button:hover,
.cookie-consent-banner-setting-button:hover {
  background: var(--base3) !important;
  color: var(--white) !important;
}

.cookie-consent-dialog-accept-all-button:hover,
.cookie-consent-banner-accept-button:hover {
  background-color: var(--dark-grey2) !important
}


.cookie-consent-dialog {
  max-width: 750px;
  height: auto;
  border-radius: 24px;
  padding: 30px 40px;
  text-align: left;
  font: 18px/1.5556em 'Roboto Condensed', sans-serif;
  color: var(--black) !important;
  letter-spacing: 0.2px;

  margin: 110px auto;
  border: none;
  border-radius: 24px;
}

.cookie-consent-dialog hr {
  border-color: var(--ligth-grey5);
  border-width: 1px 0 0 0;
  width: 100%;
}

.cookie-consent-dialog-consent input[type="checkbox"] {
  transform: scale(1.5);
}

/* 

.cookie-consent-dialog-consent input[type="checkbox"][disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.cookie-consent-dialog-consent input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--green);
  border-radius: 50%;
  transform: translatex(-.4px) translateY(-.4px) scale(0);
}

.cookie-consent-dialog-consent input[type="checkbox"]:checked::before {
  transform: translatex(-.4px) translateY(-.4px) scale(1);
} */

p.cookie-consent-dialog-consent-title {
  margin-bottom: 12px;
  color: var(--base) !important;
  font-weight: bold;
}

p.cookie-consent-dialog-consent-description {
  color: var(--black) !important;

}

.cookie-consent-dialog-title+p {
  display: none;
}

.cookie-consent-dialog-title>a {
  color: var(--base) !important;
}

/* Half cols bg */

.half-bg-col {
  position: relative;
}

.col-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.col-bg.v2 {
  background: var(--white);
  overflow: hidden;
}

.col-bg.v2 img {
  width: 100%;
  height: auto;
}


[class*="img-col"] {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

.img-col-left {
  left: 0;
}

.img-col-right {
  right: 0;
}

.half-bg-col>.container>.row {
  margin: 0 -45px;
}

.half-bg-col>.container>.row>[class*="col-"] {
  padding: 0 45px;
}

.img-full-col>.half-col-img {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}

.half-bg-col .event-info .event-info-item,
.half-bg-col .event-info .event-info-item i {
  font-size: 20px;
  color: var(--white);
}

.half-bg-col .page-section-bg2 {
  color: #a19ca1;
  font-size: 16px;
  background: none;
}


/* Revolution slider */

.tparrows {
  background: none;
  width: auto;
  height: auto;
}

.tparrows:before {
  font-family: 'Linearicons';
  font-size: 48px;
  color: var(--white);
  opacity: 0.6;

  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

.tparrows:hover {
  background: none;
}

.tparrows:hover:before {
  opacity: 1;
  background: none;
}

.tparrows.tp-leftarrow:before {
  content: '\e93b';
}

.tparrows.tp-rightarrow:before {
  content: '\e93c';
}

.owl-dots .owl-dot {
  display: block;
  background: #65ae84;
  border-radius: 50%;
  opacity: 0.8;

  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}

.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
}

.tp-bullet {
  position: relative;
}

.tp-bullet:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 20px;
  width: 30px;
  height: 1px;
  background: var(--white);

  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}

.tp-bullet.selected:before {
  width: 60px;
}

.tp-bullet.selected {
  opacity: 1;
}

.tp-bullets {
  counter-reset: item;
}

.tp-bullets .tp-bullet:after {
  content: "0" counters(item, ".");
  counter-increment: item;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 15px;
  font-size: 14px;
  font-weight: 300;
  color: var(--white);
}

.owl-dots .owl-dot.active {
  background: transparent;
  border: 2px solid #65ae84;
}

.owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
}

.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
}

.owl-dots .owl-dot {
  display: block;
  background: transparent;
  border: 2px solid #e5e5e6;
  border-radius: 50%;
  cursor: pointer;

  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.owl-dots .owl-dot.active {
  background-color: #65ae84;
}

.page-section-bg2 .owl-dots .owl-dot,
.page-section-bg2 .owl-dots .owl-dot.active {
  border-color: var(--white);
}

.page-section-bg2 .owl-dots .owl-dot.active {
  background-color: var(--white);
}

[class*="carousel-type"] .owl-dots {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

[class*="carousel-type"] .owl-dots .owl-dot {
  display: block;
}

[class*="carousel-type"] .owl-dots .owl-dot:not(:last-child) {
  margin-bottom: 10px;
}

.tp-bullet.selected,
.tp-bullet:hover,
.tp-bullet {
  background: none;
}

[class*="scaption"] {
  font-size: 18px;
  line-height: 24px;
}

[class*="scaption"] p {
  font-weight: 300 !important;
  font-size: 17px !important;
}

[class*="scaption-white"] {
  color: var(--white);
}

[class*="scaption-dark"] {
  color: #483949;
}

[class*="scaption-dark2"] {
  color: #333334;
}

[class*="scaption"][class*="-large"],
[class*="scaption"][class*="-medium"] {
  /* font-family: 'Frank Ruhl Libre', serif; */
  font-weight: bold;
}

[class*="scaption"][class*="-large"] {
  font-size: 64px;
  line-height: 70px;
  letter-spacing: 0;
}

[class*="scaption"][class*="-medium"] {
  font-size: 48px;
}

[class*="scaption"][class*="-large2"] {
  font-size: 72px;
  line-height: 80px;
}

.tp-caption .btn {
  letter-spacing: 0.8px !important;
  transition: all .45s ease !important;
}

.tp-caption .btn.shadow {
  box-shadow: 0px 8px 21px 0px rgba(179, 200, 213, 0.45) !important;
}

.tp-caption .btn.shadow2 {
  box-shadow: 0px 8px 21px 0px rgba(67, 71, 68, 0.45) !important;
}

.tp-caption .btn.shadow3 {
  box-shadow: 0px 8px 21px 0px rgba(179, 209, 197, 0.45) !important;
}

.tp-caption .btn.shadow4 {
  box-shadow: 0px 8px 21px 0px rgba(59, 56, 59, 0.45) !important;
}


/* Page 404 */

.page-404-section {
  padding: 170px 0 250px;
  position: relative;
  text-align: center;
}

.page-404-section .inner-404 h1 {
  font-size: 400px;
  font-weight: bold;
  color: #483949;
  line-height: 350px;
}

.page-404-section .inner-404 .sub-title {
  color: #483949;
}

.page-404-section .inner-404 p a {
  color: #73b48e;
}

.page-404-section .inner-404 p a:hover {
  text-decoration: underline;
}

.page-404-section .inner-404 form input {
  min-width: 360px;
}

.page-404,
.coming-soon-page {
  min-height: 100%;
}

.page-404 .footer,
.coming-soon-page .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Coming soon */

.coming-soon {
  padding: 250px 0 270px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: var(--white);
}

.coming-soon h1 {
  font-size: 72px;
  font-weight: bold;
  color: var(--white);
}

.coming-soon .newsletter {
  max-width: 360px;
  margin: 0 auto;
}

/* -----------------------------------

  7. UI Elements

------------------------------------- */

/*----------- Buttons --------------*/

.btn {
  padding: 6px 28px;
  display: inline-block;
  font-size: 0.8889em;
  border-radius: 30px;
  background: var(--ligth-grey);
  color: var(--base);
  text-align: center;
  letter-spacing: 0.75px;
  line-height: 1.7500em;
}

.btn:not([class*="btn-style"]):hover {
  background: var(--base3);
  color: var(--white);
}

.btn-small {
  font-size: 14px;
  padding: 4.5px 30px 3.5px;
}

.btn-big {
  padding: 9.5px 30px 9.5px;
  font-size: 18px;
}

.btn-full {
  width: 100%;
}

[class*="btn"]>i {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 10px;
  line-height: 15px;
}

.btn-small>i {
  font-size: 14px;
  vertical-align: 0;
}

.btn-big.btn-icon>i {
  font-size: 20px;
}

/*
  btn styles:
    -base: efefef, 484c55 (ciza claro, cinza escuro)
    -style 2: efefef, 778926 (ciza claro, verde)
    -style 3: 778926, 484c55 (verde, cinza escuro)
  */

[class*="btn"].btn-style-2 {
  background: var(--ligth-grey);
  color: var(--base);
}

[class*="btn"].btn-style-2:hover {
  background: var(--green);
  color: var(--white);
}

[class*="btn"].btn-style-3 {
  color: var(--white);
  background: var(--green);
}

[class*="btn"].btn-style-3:hover {
  background: var(--dark-grey2);
}


.go-to-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  padding: 0;
  text-align: center;
  font-size: 22px;
  position: fixed;
  z-index: 103;
  right: 60px;
  bottom: 40%;
  background: #f5f2e9;
  color: #594c58;
  opacity: 0;
  visibility: hidden;
  font-family: 'Linearicons';
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.go-to-top.go-top-visible {
  right: 40px;
  opacity: 1;
  visibility: visible;
  display: block;
}

.go-to-top:before {
  content: "\e939";
}

.go-to-top:hover {
  background: #e9e6dd;
}

.btns-set {
  margin: 0 -5px -30px;
}

.btns-set .btn-col {
  padding: 0 5px 30px;
}

.btns-set ul>li:not(:last-child) {
  margin-bottom: 20px;
}

.info-btn {
  position: relative;
  cursor: pointer;
  font-weight: 300;
  color: var(--green);
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.info-btn:hover {
  color: var(--dark-grey2);
  border-color: inherit;
}

.footer .info-btn:hover {
  color: #65ae84;
}

.info-btn.with-icon {
  margin-right: 30px;
}

.info-btn.with-icon>i {
  color: var(--green);
  position: absolute;
  left: 100%;
  margin-left: 13px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}

.info-btn.with-icon.left-side,
.info-btn.with-icon.share {
  margin-left: 30px;
  margin-right: 0;
}

.info-btn.with-icon.share>i,
.info-btn.with-icon.left-side>i {
  left: auto;
  right: 100%;
}

a.play {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.play i {
  padding-left: 15px;
  font-size: 20px;
  display: inline-block;
  vertical-align: -2px;
}

/*----------- Forms --------------*/

form .row,
form .row>[class*="col-"] {
  margin-top: 0px !important;
}

form {
  text-align: left;
}

form.with-icon input {
  padding: 10px 60px 10px 20px;
}

form.with-icon input+button {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 40px;
  font-size: 20px;
  color: #65ae84;
  background: transparent;
}

form.with-icon input+button:hover {
  color: #2a2c32;
}

/* Inputs & Textarea */

input:not([type="submit"]),
textarea,
.custom-select .select-title {
  width: 100%;
  color: var(--grey2);
  height: 46px;
  padding: 10px 20px;
  border: 1px solid var(--ligth-grey5);
  background-color: #f9f9f9;

  text-align: left;
  font-weight: 300;
  border-radius: 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: box-shadow .35s ease, border-color .35s ease;
  transition: box-shadow .35s ease, border-color .35s ease;
}

textarea {
  display: block;
  height: initial;
  resize: none;
}

select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  color: var(--grey2);
  height: 46px;
  padding: 0;
  border: 1px solid var(--ligth-grey5);
  background-color: #f9f9f9;
  line-height: 22px;
  text-align: left;
  font-weight: 300;
  border-radius: 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: box-shadow .35s ease, border-color .35s ease;
  transition: box-shadow .35s ease, border-color .35s ease;
}

.select select option {
  background-color: #f9f9f9;
  font-size: 16px;
}

.select select,
.select::after {
  grid-area: select;
}

.select::after {
  content: "\e93a";
  justify-self: end;
  font-size: 22px;
  font-family: 'Linearicons';
  color: var(--black);
  font-weight: bold;
  margin-right: 20px;
}

select+.focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  border-color: transparent;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-transition: box-shadow .35s ease, border-color .35s ease;
  transition: box-shadow .35s ease, border-color .35s ease;
}

select:focus+.focus {
  border-color: rgba(3, 142, 211, .5);
  box-shadow: 0 0 10px 0 rgba(3, 142, 211, .2);
}


input:not([type="submit"]):focus,
textarea:focus {
  border-color: rgba(3, 142, 211, .5);
  box-shadow: 0 0 10px 0 rgba(3, 142, 211, .2);
  -moz-appearance: none;
  outline: 0px none transparent;
}

/* Label & Legend */

label,
legend {
  font-size: 14px;
  color: #7b8285;
  margin-bottom: 2px;
  display: block;
}

legend {
  color: inherit;
  padding: 0 7px;
  margin-bottom: 0px;
}

label[for] {
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.required:after {
  content: "*";
  color: #eb0b0b;
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
}

/* Checkbox & Radio */


input[type="checkbox"] {
  appearance: none;
  margin: 0;
  font: inherit;
  display: grid;
  place-content: center;
  border: 1px solid #c5c5c5;
  background-color: var(--white);
  border-radius: 50%;
  width: 1.15em;
  height: 1.15em;
  padding: 0;
}

input[type="checkbox"][disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--green);
  border-radius: 50%;
  transform: translatex(-.4px) translateY(-.4px) scale(0);
}

input[type="checkbox"]:checked::before {
  transform: translatex(-.4px) translateY(-.4px) scale(1);
}

.radio-holder{
  display: flex;
  align-items: center;
  padding: 0 1px;
  flex-wrap: wrap;

}
.radio-holder input[type="checkbox"] + label{
  margin-left: 7px;
  font-weight: bold;
  font-size: 18px;
  color: var(--black);
}

.radio-holder .input-validation{
  width: 100%;
  flex-shrink: 0;
}


/* file */

input[type='file'] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

input[type='file']  + label {
  padding: 6px 28px;
display: inline-block;
font-size: 0.8889em;
border-radius: 30px;
background: var(--ligth-grey);
color: var(--base);
text-align: center;
letter-spacing: 0.75px;
line-height: 1.7500em;
}

input[type='file']:focus + label,
input[type='file']  + label:hover {
  background: var(--base3);
  color: var(--white);
}

input[type='file'].has-file  + label{
  background: var(--base3);
  color: var(--white);
}


input[type='file'] + label {
	cursor: pointer; /* "hand" cursor */
}

.file-holder [data-validate-error].oc-visible, 
.file-holder [data-validate-for].oc-visible {
  display: block;
}

.input-holder {
  margin-bottom: 20px;
}

.input-holder .label-below {
  text-align: right;
  display: inline-block;
  width: 100%;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 300;
}

.input-holder .label-side {
  padding: 0 7px;
  font-size: 12px;
  font-weight: 300;
}

.filters .filters-inner {
  margin: 0 -15px;
}


/* Form variations */

.newsletter {
  position: relative;
}

.newsletter:not(.style-2)>button {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 40px;
  color: var(--green);
  background: none;
  line-height: 46px;
}

.newsletter.style-2 input {
  border: 1px solid #e4e4e5;
}

.newsletter.style-2 input:not(:last-child) {
  margin-bottom: 28px;
}

.search-form {
  margin-bottom: 50px;
}

.recruit .after-date-holder,
.recruit .input-holder {
  margin-bottom: 24px;
}

.input-holder {
  margin-bottom: 20px;
}

.recruit .input-holder.date-holder{
  margin-bottom: 0px;
}

.recruit .input-validation {
  padding: 0 8px;
}

/*----------- Tables --------------*/

table {
  margin: 45px 0;
  caption-side: bottom;
  border-collapse: collapse;
}

table tr>td,
table tr>th {
  text-align: left;
}

table th {
  padding: 15px 14px 14px 14px;
  border-top: 2px solid #878787;
  border-bottom: 2px solid #878787;
  color: #1c2539;
  font-weight: bold;
  font-size: 16px;
}

table td {
  padding: 20px 14px 18px 14px;
  border-bottom: 1px solid #878787;
  font-weight: 300;
  font-size: 16px;
  color: #5d666f;
}

table .fix-w {
  width: 50%;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


/*----------- Lists --------------*/

.custom-list:not(:last-child) {
  margin-bottom: 28px;
}

.custom-list>li {
  position: relative;
  font-weight: 300;
}

.custom-list>li>ul>li,
.custom-list>li>ol>li {
  margin-left: 25px;
}

.custom-list>li a {
  border-bottom: 1px solid transparent;
}

.custom-list>li a:hover {
  border-bottom-color: inherit;
}

.custom-list[class*="type-"] li::before {
  content: "\e99d";
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-family: 'linearicons';
  color: var(--green);
  font-size: 20px;
}

.custom-list>li>ul,
.custom-list>li>ol {
  margin-top: 14px;
}

.custom-list>li:not(:last-child),
.custom-list>li>*>li:not(:last-child) {
  margin-bottom: 14px;
}

.our-info {
  margin-top: 35px;
}

.our-info>p {
  display: block;
}

.our-info>p.address-info {
  display: flex;
}

.our-info>p.address-info i {
  margin-top: 5px;
}

.page-section-bg2 .our-info>p {
  color: var(--white);
}

.our-info:not(:last-child) {
  margin-bottom: 40px;
}

.our-info>p i {
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}

.our-info.style-2>p {
  color: var(--black);
}

.our-info.style-2>p i {
  width: 30px;
  font-size: 20px;
}

.our-info.hr-type>p {
  display: inline-block;
}

.our-info.hr-type>p:not(:last-child) {
  margin-right: 30px;
  margin-bottom: 10px;
}

/* info links */

.info-links>li:not(:last-child) {
  margin-bottom: 14px;
}

.info-links>li>a {
  color: var(--green);
  font-weight: 300;
  letter-spacing: 0.3px;
  position: relative;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.info-links>li>a:hover {
  border-bottom-color: inherit;
}

.info-links.comment-type>li {
  color: #88888b;
}

.info-links.comment-type>li>a {
  color: #88888b;
  letter-spacing: 0px;
}

.info-links.comment-type>li>a:last-child {
  color: #483949;
  font-weight: normal;
}

.info-links.h-type {
  margin: 0 -7px -5px;
}

.info-links.h-type>li {
  padding: 0 7px 5px;
  display: inline-block;
}

.info-links.h-type>li:not(:last-child) {
  margin-bottom: 0;
}

.info-links.v-type>li {
  padding-left: 30px;
  position: relative;
}

.info-links.v-type>li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 13px;
  background: var(--white);
}

.info-links.v-type>li a:hover {
  color: var(--white);
}

/* Social icons */

.social-icons {
  font-size: 0;
  margin: 0 -5px -10px;
}

.social-icons>li {
  display: inline-block;
  padding: 0 5px 10px;
}

.social-icons>li>button,
.social-icons>li>a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: var(--white);
  font-size: 16px;
  background: var(--grey5);
}

.social-icons>li>button:hover,
.social-icons>li>a:hover {
  background: var(--green);
}

.social-icons.style-2 {
  margin: 0 -10px -10px;
}

.social-icons.style-2>li {
  padding: 0 10px 10px;
}

.social-icons.style-2>li>button,
.social-icons.style-2>li>a {
  width: auto;
  height: auto;
  background: none;
  color: #a19ca1;
  line-height: inherit;
}

.social-icons.style-2>li>button:hover,
.social-icons.style-2>li>a:hover {
  color: var(--white);
}

.social-icons.style-3>li>button,
.social-icons.style-3>li>a {
  background: none;
  color: #65ae84;
  border: 1px solid #65ae84;
}

.social-icons.style-3>li>button:hover,
.social-icons.style-3>li>a:hover {
  color: var(--white);
  background: #65ae84;
}

.social-icons.style-4>li>button:not(:hover) .social-icons.style-4>li>a:not(:hover) {
  background: #5b4d5c;
}

.social-icons.v-type {
  margin: 0;
}

.social-icons.v-type>li {
  display: block;
  padding: 0;
}

.social-icons.v-type>li:not(:last-child) {
  margin-bottom: 20px;
}

.social-icons.v-type>li>a {
  font-size: 18px;
}

/* Toggle list */

.toggle-list li>ul>li {
  margin-bottom: 14px;
}

.toggle-list li button,
.toggle-list li a {
  margin-left: 28px;
  position: relative;
  font-weight: 300;
  color: var(--green);
  border-bottom: 1px solid transparent;
}

.toggle-list li button:before,
.toggle-list li a:before {
  content: '\e936';
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -28px;
  font-family: 'linearicons';
  font-size: 13px;
  color: var(--grey7);
  display: inline-block;
  margin-right: 15px;

  transform: translateY(-50%);
}

.toggle-list li button {
  background: transparent;
}

.toggle-list li button:hover,
.toggle-list li button.toggle,
.toggle-list li button.current,
.toggle-list li a:hover,
.toggle-list li a.toggle,
.toggle-list li a.current {
  color: var(--base2);
}

.toggle-list li button.toggle-btn,
.toggle-list li a.toggle-btn {
  content: '\e936';
}

.toggle-list li button.toggle-btn.no-child:before,
.toggle-list li a.toggle-btn.no-child:before,
.toggle-list li button.toggle-btn.toggle:before,
.toggle-list li>ul>li button:before,
.toggle-list li a.toggle-btn.toggle:before,
.toggle-list li>ul>li a:before {
  content: "\e937";
}

.toggle-list li button:hover,
.toggle-list li a:hover {
  border-bottom-color: inherit;
}

.toggle-list>li>button,
.toggle-list>li>a {
  display: inline-block;
  text-transform: uppercase;
}

.toggle-list>li>button:not(:last-child):not(.no-child),
.toggle-list>li>a:not(:last-child) {
  margin-bottom: 14px;
}

.toggle-list>li>ul {
  margin-left: 28px;
}

.toggle-item {
  display: none;
}

.toggle-btn.toggle+.toggle-item {
  display: block;
}

/* Minus list */

.minus-list li {
  position: relative;
  font-weight: 300;
  padding-left: 28px;
}

.minus-list li:before {
  content: '\e937';
  position: absolute;
  left: 0;
  top: 50%;
  font-family: 'linearicons';
  font-size: 13px;
  color: #5b5b5c;
  display: inline-block;
  margin-right: 15px;

  transform: translateY(-50%);
}

.minus-list li:not(:last-child) {
  margin-bottom: 14px;
}

.minus-list li>a {
  color: var(--green);
  border-bottom: 1px solid transparent;
}

.minus-list li>a:hover,
.minus-list li>a.current {
  color: var(--base2);
  border-color: inherit;
}

/*----------- Blockquotes --------------*/

.blockquote-holder:not(:last-child) {
  margin-bottom: 28px;
}

.blockquote-holder {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
  border-left: 3px solid #65ae84;
  padding: 28px;
}

blockquote p {
  /* font-family: 'Frank Ruhl Libre', serif; */
  font-size: 1.3333em;
  line-height: 36px;
  font-weight: 300;
}

blockquote .author {
  font-style: normal;
  font-weight: 300;
  color: #88888b;
  letter-spacing: 0.1px;
}

.blockquote-holder.style-2 {
  background: transparent;
  border: none;
  padding: 0 28px;
}

/*----------- Dividers --------------*/

span[class*="item-divider"] {
  display: block;
}

hr,
span[class*="item-divider"] {
  border-style: solid;
  border-color: var(--green);
  margin: 12px 0;
  border-width: 3px 0 0 0;
  width: 200px;
}

hr.full,
span[class*="item-divider"].full {
  border-color: var(--ligth-grey5);
  border-width: 1px 0 0 0;
  width: 100%;
  margin: 30px 0 60px;
}

.align-center span[class*="item-divider"] {
  margin-left: auto;
  margin-right: auto;
}


/*----------- N-loader --------------*/
.n-loader {
  width: 30px;
  height: 30px;
  background-image: url("../img/loader.png");
  animation: spin 2s cubic-bezier(.79, .14, .15, .86) infinite;
  transform-style: preserve-3d;
}

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

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

/* -----------------------------------

  8. Widgets & Shortcodes

------------------------------------- */


/*----------- Accordions & Toggles --------------*/

.accordion:not(:last-child) {
  margin-bottom: 48px;
}

.accordion.locations {
  margin-top: 61px;
}


.accordion .a-title {
  /* font-family: 'Roboto Condensed', sans-serif; */
  position: relative;
  cursor: pointer;
  padding: 14px 30px;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--base2);
}


.accordion .a-content .custom-list:not(:last-child) {
  margin-bottom: 20px;
}

.accordion .accordion-item {
  border-bottom: 1px solid var(--ligth-grey5);
}

.accordion .a-title:after {
  content: "\e936";
  font-family: 'linearicons';
  position: absolute;
  color: var(--base2);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
}

.accordion .a-title.active {
  color: var(--green);
}

.accordion .a-title.active:after {
  content: "\e937";
}

.accordion .a-content {
  padding-bottom: 28px;
  color: var(--base2);
}

/*----------- Alert boxes --------------*/
.oc-progress-bar {
  background-color: var(--green) !important;
}

.input-validation {
  font-weight: 300;
  font-size: 14px;
  padding: 0 19px;
  color: #eb0b0b;
}

[class*="alert"] {
  padding: 14px 70px 14px;
  margin-bottom: 20px;
  position: relative;
  font-size: 1em;
  font-weight: 300;
  color: #333;
  overflow: hidden;
}

[class*="alert"]:before {
  font-family: 'linearicons';
  font-size: 30px;
  color: var(--white);
  position: absolute;
  top: 14px;
  left: 30px;
}

[class*="alert"].alert-warning,
.warning,
.warning p {
  background: #fceadb;
  color: #eb740b;
}

[class*="alert"].alert-warning:before {
  content: "\e956";
  color: #f0994d;
}

[class*="alert"].alert-success,
.success,
.success p {
  background: #2ba206 !important;
  color: var(--white);
}


[class*="alert"].alert-success:before {
  content: "\e959";
  color: #2ba206;
}

[class*="alert"].alert-info,
.info,
.info p {
  background: #dae4f1;
  color: #0648a2;
}

[class*="alert"].alert-info:before {
  content: "\e965";
  color: #0648a2;
}

[class*="alert"].alert-error,
.error,
.error p {
  background: #eb0b0b !important;
  color: var(--white);
}

[class*="alert"].alert-error:before {
  content: "\e95a";
  color: #eb0b0b;
}

[class*="alert"] .close {
  font-family: 'linearicons';
  position: absolute;
  right: 30px;
  top: calc(50% - 14px);
  background: none;
  color: #353535;
  font-size: 12px;
}

[class*="alert"] .close:hover {
  color: #454745;
}

[class*="alert"] .close:after {
  content: '\e935';
}

.message-container-subscribe {
  color: #333;
  display: none;
  margin-top: 5px;
  z-index: 99;
}

[class*="message-container"] {
  display: inline-block;
  margin-top: 10px;
  top: 100%;
  left: 0;
  position: absolute;
  border-radius: 3px;
}

.alert-box p {
  white-space: nowrap;
}

/*----------- Pagination --------------*/

.pagination {
  text-align: center;
  margin: -2px -2px 0;
  position: relative;
  display: inline-block;
  font-size: 0;
}

.pagination>li {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
}

.pagination>li>button,
.pagination>li>a, 
.pagination>li>span{
  display: block;
  width: 36px;
  height: 36px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  background: transparent;
  color: var(--base2);
  border-radius: 50%;
  font-size: 20px;
}

.pagination>li.active>button,
.pagination>li:hover>button,
.pagination>li.active>a,
.pagination>li:hover>a {
  color: var(--white);
  background: var(--green);
}

.prev-page::before,
.next-page::before {
  font-family: 'linearicons';
  font-size: 26px;
}

.prev-page,
.next-page {
  color: var(--base2) !important;
  background: none !important;
  box-shadow: none !important;
}

.prev-page.disabled,
.next-page.disabled {
  color: var(--ligth-grey4) !important;
}

.prev-page::before {
  content: '\e964';
}

.next-page::before {
  content: '\e965';
}

.page-nav a {
  margin: 0 10px;
  font-size: 20px;
  font-weight: 300;
}

.page-nav i {
  font-size: 26px;
  display: inline-block;
  vertical-align: -4px;
}

/*----------- Icon Boxes --------------*/


.owl-carousel .owl-item .icons-wrap {
  height: 100%;
}

.icons-box .icons-item .item-box>i {
  display: block;
  font-size: 60px;
  color: var(--green);
  opacity: 0.5;
  transition: opacity .4s ease;
  font-style: normal;
}

.icons-box .icons-item .icons-box-title {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-weight: bold;
  text-transform: uppercase;
  color: var(--white);
  ;
  letter-spacing: 0.3px;
}


.icons-box .icons-item:hover .item-box>i {
  opacity: 1;
}

.icons-box.style-4{
}

.icons-box.style-4 .icons-wrap{
  padding: 55px;
}

.icons-box.style-4 .icons-wrap .item-title h3{
  font-size: 36px;
  line-height: 39px;
  text-align: center;
  text-transform: initial;
}
.icons-box.style-4 .icons-wrap .item-icon{
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons-box.style-4 .icons-wrap .item-space{
  height: 100px;
}

.icons-box.style-4 .icons-wrap img{
  max-height: 175px;
}

.icons-box.style-1 {
  position: relative;
  overflow: hidden;
}

.icons-box.style-1 .icons-item .item-box>i:not(:last-child) {
  margin-bottom: 28px;
}

.icons-box.style-1 .flex-row {
  margin-left: -28px;
  margin-top: -10px;
  margin-right: -1px;
}

.icons-box.style-1 .icons-wrap .icons-item {
  border: 1px solid #e8e8e9;
  margin-right: -1px;
  height: 100%;
  position: relative;
}

.icons-box.style-1:not(.owl-carousel) .icons-wrap .icons-item {
  border-bottom: none;
}

.icons-box.style-1:not(.owl-carousel) .icons-wrap .icons-item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background: #e8e8e9;
  display: block;
}

.icons-box.style-1:not(.type-3) .icons-wrap .icons-item {
  padding: 28px;
}

.icons-box.style-2 {
  overflow: hidden;
  position: relative;
}

.icons-box.style-2>.flex-row {
  margin-top: -32px;
}

.icons-box.style-2 .icons-item {
  position: relative;
  padding: 42px 0 28px 100px;
  border-top: 1px solid var(--grey6);
}

.icons-box.style-2 .item-box>i {
  position: absolute;
  left: 0;
  top: 42px;
  opacity: 1;
}

.icons-box.style-3 {
  overflow: hidden;
  position: relative;
  padding-top: 30px;
  margin-top: -30px;
}

.icons-box.style-3 .icons-item {
  height: 100%;
  cursor: pointer;
}

.icons-box.style-3 .item-box {
  height: 100%;
  padding: 52px 30px;
  background: #5a4c5b;
  text-align: center;
  color: var(--white);

  transition: all .4s ease;
}

.icons-box.style-3 .icons-wrap .item-box:hover {
  box-shadow: 0px -5px 21px 0px rgba(72, 57, 73, 0.45);
}

.icons-box.style-3 .icons-wrap:nth-child(1) .item-box {
  background: rgba(72, 57, 72, 0.9);
}

.icons-box.style-3 .icons-wrap:nth-child(2) .item-box {
  background: rgba(65, 51, 66, 0.9);
}

.icons-box.style-3 .icons-wrap:nth-child(3) .item-box {
  background: rgba(85, 71, 86, 0.9);
}

.icons-box.style-3 .icons-wrap:nth-child(4) .item-box {
  background: rgba(72, 57, 73, 0.9);
}

.icons-box.style-3 .icons-wrap:nth-child(5) .item-box {
  background: rgba(65, 51, 66, 0.9);
}

.icons-box.style-3 .icons-wrap:nth-child(1) .item-box:hover {
  background: rgba(72, 57, 72, 1);
}

.icons-box.style-3 .icons-wrap:nth-child(2) .item-box:hover {
  background: rgba(65, 51, 66, 1);
}

.icons-box.style-3 .icons-wrap:nth-child(3) .item-box:hover {
  background: rgba(85, 71, 86, 1);
}

.icons-box.style-3 .icons-wrap:nth-child(4) .item-box:hover {
  background: rgba(72, 57, 73, 1);
}

.icons-box.style-3 .icons-wrap:nth-child(5) .item-box:hover {
  background: rgba(65, 51, 66, 1);
}

.icons-box.style-3 .item-box>i {
  display: block;
  color: #f5f2e9;
  opacity: 1;
  margin-bottom: 28px;
}

.icons-box.style-3 .icons-item .icons-box-title>a {
  color: var(--white);
  text-transform: none;
  font-weight: normal;
}

.icons-box.style-3 .icons-item .info-btn {
  color: #f5f2e9;
  font-weight: 300;
}

.icons-box.style-1.type-2 .icons-item .item-box>i {
  font-weight: 900;
  /* font-family: 'Frank Ruhl Libre', serif; */
}

.icons-box.style-1.type-2 .icons-wrap .icons-item {
  padding-bottom: 100px;
  background: none;
}

.icons-box.style-1.type-3 .flex-row {
  margin: 0;
}

.icons-box.style-1.type-3 {
  overflow: visible;
}

.icons-box.style-1.type-3 .icons-wrap .icons-item {
  padding: 56px 20px;
  text-align: center;
  height: 100%;
  position: relative;
  transition: all .4s ease;
}

.icons-box.style-1.type-3 .icons-wrap .icons-item:hover {
  background: #65ae84;
  border-color: transparent !important;
}

.icons-box.style-1.type-3 .icons-wrap .icons-item:hover i,
.icons-box.style-1.type-3 .icons-item:hover .icons-box-title>a,
.icons-box.style-1.type-3 .icons-item:hover .custom-list>li a {
  color: var(--white);
}

.icons-box.style-1.type-3:not(.price-box) .icons-item:after {
  content: '';
  top: 156px;
  position: absolute;
  background: #65ae84;
  height: 30px;
  width: 1px;
  display: inline-block;
  transition: all .4s ease;
}

.icons-box.style-1.type-3 .icons-item:hover:after {
  background: rgba(51, 51, 52, 0.5);
  top: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
}

.icons-box.style-1.type-3 .icons-item .icons-box-title:not(:last-child) {
  margin-bottom: 28px;
}

.icons-box.style-1.type-3 .item-box>i,
.icons-box.style-1.type-3 .icons-item .icons-box-title,
.icons-box.style-1.type-3 .icons-item .custom-list {
  opacity: 1;
  transition: all .4s ease;
}

.icons-box.style-1.type-3 .item-box>i:not(:last-child) {
  margin-bottom: 108px;
}

.icons-box.style-1.type-3 .icons-item:hover .item-box>i {
  transform: translateY(40px);
  -ms-transform: translateY(40px);
  /* IE 9 */
  -moz-transform: translateY(40px);
  /* Firefox */
  -webkit-transform: translateY(40px);
  /* Safari and Chrome */
  -o-transform: translateY(40px);
  /* Opera */
}

.icons-box.style-1.type-3 .icons-item:hover .item-box>.icons-box-title,
.icons-box.style-1.type-3 .icons-item:hover .item-box>.icons-box-title,
.icons-box.style-1.type-3 .icons-item:hover .item-box>.custom-list {
  transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  /* IE 9 */
  -moz-transform: translateY(-40px);
  /* Firefox */
  -webkit-transform: translateY(-40px);
  /* Safari and Chrome */
  -o-transform: translateY(-40px);
  /* Opera */
}

.icons-box.style-1.type-3 .icons-item .btn {
  position: absolute;
  bottom: 50px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari and Chrome */
  -o-transform: translateX(-50%);
  /* Opera */
  opacity: 0;
  visibility: hidden;
}

.icons-box.style-1.type-3 .icons-item:hover .btn {
  opacity: 1;
  visibility: visible;
}


.half-bg-col .icons-box.style-1 .icons-wrap .icons-item {
  border-color: #483949;
}

/*----------- --- --------------*/

.page-section-bg2 .section-title,
.page-section-bg2 .pre-title,
.page-section-bg2 .section-title+p,
.page-section-bg2 .custom-list>li a,
.page-section-bg2 .custom-list li::before {
  color: var(--white);
}

/*----------- Carousel Sliders --------------*/

.owl-carousel {
  --distance: -70px;
}

.owl-carousel:not(:last-child) {
  margin-bottom: 35px;
}

.owl-carousel .owl-stage-outer {
  margin-bottom: -1px;
}

.owl-carousel.brand-box .owl-item img {
  width: auto;
}

.carousel-type-3 .owl-carousel .owl-dot,
.carousel-type-2 .owl-carousel .owl-dot,
.carousel-type-1 .owl-carousel .owl-dot {
  display: none !important;
}

.carousel-type-1 .owl-carousel {
  --distance: -7px;
  padding: 0 58px;
}

.carousel-type-2 {
  margin-top: 45px;
}

.carousel-type-3 .owl-carousel {
  margin: 70px 0;
  padding: 0 57px;
}

.carousel-type-3 .owl-carousel .owl-stage {
  display: flex;
}

.carousel-type-3 .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.carousel-type-3 .owl-carousel .owl-item>div {
  display: flex;
  flex-direction: column;
}

.owl-item {
  width: 100%;
}

.owl-prev,
.owl-next {
  color: #8b888b;
  position: absolute;
  top: 50%;
  font-size: 36px;
  line-height: 48px;

  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateY(-50%);
  /* Opera */

  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.owl-prev {
  left: var(--distance);
}

.owl-next {
  right: var(--distance);
}

.owl-carousel.var2 .owl-prev {
  left: 40px;
}

.owl-carousel.var2 .owl-next {
  right: 40px;
}

.owl-prev::before,
.owl-next::before {
  font-family: 'Linearicons';
}

.owl-prev::before {
  content: '\e93b';
}

.owl-next::before {
  content: '\e93c';
}

.owl-nav>[class*="owl-"] {
  color: #88888b;
}

.page-section-bg2 .owl-nav>[class*="owl-"]:hover {
  color: var(--white);
}


/*----------- Isotope --------------*/

.isotope.three-collumn .item {
  width: 33.3333%;
  padding: 0 15px 30px;
}

.isotope.four-collumn .item {
  width: 25%;
  padding: 0 15px 30px;
}

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

.list-docs .isotope-nav {
  margin-bottom: 22px;
}

.isotope-nav>* {
  margin: 0 15px 28px;
  display: inline-block;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-bottom: 1px solid transparent;
  color: var(--base2);
}

.isotope-nav>.is-checked {
  border-bottom-color: inherit;
}

/*----------- Team Members --------------*/

.team-item .team-member {
  position: relative;
  padding-left: 40px;
  padding-bottom: 50px;
  z-index: 1;
  overflow: hidden;
}

.team-member .member-photo {
  display: block;
}

.team-member .member-photo img {
  width: auto;
  border-radius: 25px;
}


.member-info {
  width: 100%;
}

.member-info .member-name{
  font-size: 20px;
}

.team-item .team-desc.overlay {
  padding: 26px 20px 18px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  background: var(--grey2_rgba);
  color: var(--white);
  border-radius: 12px;
  height: 95px;
  transition: all .5s ease;
}

.team-item:hover .team-desc.overlay {
  padding: 28px 20px 28px 30px;
  height: 76%;
}

.team-list .team-item .team-desc.overlay {
  height: auto;
  transform: translateY(calc(100% - 95px));
  -ms-transform: translateY(calc(100% - 95px));
  /* IE 9 */
  -moz-transform: translateY(calc(100% - 95px));
  /* Firefox */
  -webkit-transform: translateY(calc(100% - 95px));
  /* Safari and Chrome */
  -o-transform: translateY(calc(100% - 95px));
  /* Opera */
}

.team-list .team-item:hover .team-desc.overlay {
  height: auto;
  transform: translateY(0);
  -ms-transform: translateY(0);
  /* IE 9 */
  -moz-transform: translateY(0);
  /* Firefox */
  -webkit-transform: translateY(0);
  /* Safari and Chrome */
  -o-transform: translateY(0);
  /* Opera */
}

.team-list .team-member {
  border-radius: 12px;
}

.team-list .team-member .member-photo img {
  border-radius: unset;
}

.team-item .team-desc.overlay .member-name a,
.team-item .team-desc.overlay .member-position {
  color: var(--white);
}

.team-item .team-desc .member-name a,
.team-item .team-desc .member-position {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-weight: bold;
  letter-spacing: 0.3px;
}

.team-item .team-desc .member-position {
  font-weight: normal;
  margin-top: -14px;
}

.team-item .team-desc .member-position+a.btn {
  margin-top: 20px;
}

.member-info p:not(:last-child) {
  margin-bottom: 28px;
}

.member-position:not(:last-child) {
  margin-bottom: 14px;
}

.team-holder.style-2 .team-item .team-member,
.team-holder.style-3 .team-item .team-member {
  padding: 0;
}

.team-holder.style-2 .team-item .team-desc.overlay {
  height: 170px;
  width: 100%;
  text-align: center;
  background: rgba(31, 25, 31, 0.8);
  padding: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.team-holder.style-2 .team-item:hover .team-desc.overlay {
  height: 100%;
  padding: 18px;
  background: rgba(31, 25, 31, 0.9);
}

.team-holder.style-2 .team-item .team-desc.overlay .member-position,
.team-holder.style-3 .team-item .team-desc .member-position {
  font-size: 16px;
  color: var(--green);
  transition: all .5s ease;
}

.team-list .team-holder.style-2 .team-item:hover .team-desc.overlay .member-position {
  color: var(--white);
}

.team-holder.style-2 .member-position:not(:last-child) {
  margin-bottom: 34px;
}

.team-holder.style-3 .team-item .team-desc {
  text-align: center;
  padding-top: 28px;
}

.team-holder.style-3 .team-item .member-photo {
  border-bottom: 3px solid #65ae84;
}

.team-desc.overlay.style-2 {
  padding: 38px 40px;
  background: #483949;
  color: var(--white);
  transform: none;
}

.team-desc.overlay.style-2 p:not(:last-child) {
  margin-bottom: 0;
}

.team-desc.overlay.style-2 a.play {
  color: #f5f2e9;
  font-weight: 300;
}

.team-item:hover .team-desc.overlay.style-2 {
  padding: 38px 40px;
  transform: none;
  height: auto;
}

.team-holder.type-2 .team-item {
  text-align: left;
  padding: 30px 30px 40px;
  background-color: #f9f9f9;
  color: #333334;
}

.team-holder.type-2 .team-item h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.team-holder.type-2 .team-item h5:not(:last-child) {
  margin-bottom: 28px;
}

.team-holder.type-2 .team-item p {
  color: #666;
}

.team-holder.type-2 .team-item .member-photo {
  float: left;
  margin-right: 20px;
}

.team-holder.type-2 .team-member {
  padding: 0;
}

.team-holder.type-2 .team-member .member-photo {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.team-holder.type-2 .team-member .member-name {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-size: 20px;
  font-weight: normal;
}

/*----------- Map --------------*/


.map {
  width: 100%;
  height: 328px;
  border: 1px solid #000;
}

.world-map {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  background: #F0F0F0;
}

.world-map *:not(.n-loader) {
  visibility: hidden;
}

.world-map .n-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.world-map.loaded * {
  visibility: visible;
}

.world-map.loaded .n-loader {
  display: none;
}

.world-map .map-controls {
  position: absolute;
  bottom: 12px;
  right: 16px;
}

.world-map .map-controls button {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #cbcbcb;
}

.world-map .map-controls button+button {
  margin-top: 5px;
}

.world-map .map-poppup {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  min-height: 415px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(55, 70, 55, 0.45);
  -moz-box-shadow: 0px 0px 10px 3px rgba(55, 70, 55, 0.45);
  box-shadow: 0px 0px 10px 3px rgba(55, 70, 55, 0.45);
  transition: all ease .4s;
}

.world-map .map-poppup .poppup-content {
  padding: 20px;
}

.world-map .map-poppup .close-popup {
  top: 13px;
  right: 17px;
  margin: 0;
}

.world-map .map-poppup .h3 {
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}

.world-map .map-poppup img {
  margin: 15px 0 20px;
}

.point {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.54))
}

.point.active {
  filter: brightness(130%) drop-shadow(0px 0px 1.5px rgba(0, 0, 0, 0.98))
}


/*----------- Services --------------*/

.services {
  margin-top: 90px;
}

.services .flex-row {
  background: var(--dark-grey);
}

.services .item-col {
  width: 16.6666%;
}

.services .item-col-2 {
  width: 33.3333%;
}

.services .service-item {
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 8;
  transform: scale(100%);
  box-shadow: 0px 8px 21px 0px rgba(11, 11, 11, 0);
}

.services .service-item:hover{
  transform: scale(110%);
  box-shadow: 0px 8px 21px 0px rgb(11, 11, 11);
  z-index: 10;
}

.services .service-item figure:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: all .4s ease;
}

.services .service-item.green figure:after {
  background: var(--green);
  opacity: 70%;
}

.services .service-item.grey figure:after {
  background: var(--dark-grey);
  opacity: .7;
}

.services .service-item:hover figure:after {
  opacity: 0;
}

.services .service-item figure img {
  transition: all .4s ease;
  width: 100%;
}


.services .service-item span.service-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 30px;
  color: var(--white);
  font-size: 30px;
  line-height: 36px;
  display: inline-block;
  vertical-align: bottom;
  z-index: 2;
}

.service-item .service-body {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 28px 30px;
  background: #f9f9f9;
  border-top: 3px solid #65ae84;
}

.service-item .service-body .service-title {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-weight: bold;
}

.service-item .service-body .service-title:hover a {
  color: #65ae84;
}

.service-item .service-body p:not(:last-child) {
  margin-bottom: 14px;
}

/*----------- Audio Player --------------*/

.audio-poster {
  position: relative;
}

.audio-poster img {
  width: 100%;
}

.audio-poster .audioplayer1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}

.audioplayer {
  background: rgba(72, 57, 73, 0.9);
  color: #f5f2e9;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-left-color: #f5f2e9;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover a {
  border-left-color: #65ae84;
}

.audioplayer-volume {
  border: none;
}

.audioplayer-volume-button a {
  background: #f5f2e9;
}

.audioplayer-volume-button:hover a {
  background: #65ae84;
}

.audioplayer-volume-button a:before {
  border-right-color: #f5f2e9;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  border-color: #f5f2e9;
}

.audioplayer-volume-button:hover a:before {
  border-right-color: #65ae84;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button:hover a:after {
  border-color: #65ae84;
}

.audioplayer-bar-played,
.audioplayer-volume-adjust div div {
  background: #65ae84;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause,
.audioplayer .audioplayer-volume,
.audioplayer .audioplayer-time-duration {
  border: none;
}

/* -----------------------------------

  9. Blog

------------------------------------- */

.entry-box.with-sep .entry {
  margin-bottom: 40px;
}

.entry-box.with-sep .entry.doc {
  margin-bottom: 80px;
}


.entry-box.with-sep .entry .entry-body {
  overflow: hidden;
}

/*----------- Entries --------------*/


.entry-box.entry-small .entry {
  overflow: hidden;
}

.entry .thumbnail-attachment:not(:last-child) {
  margin-bottom: 28px;
}

.entry-box .entry .thumbnail-attachment:not(:last-child) {
  margin-bottom: 21px;
}

.single-entry .thumbnail-attachment img,
.entry .thumbnail-attachment img {
  border-radius: 10px;
}

.entry.link .thumbnail-attachment img {
  border: 1px solid #e8e8e9;
}

.entry-box.entry-small .entry .thumbnail-attachment {
  float: left;
  margin-right: 30px;
}

.entry-box.entry-small .entry .entry-body {
  overflow: hidden;
}

.entry-box .tooltips{
  padding-top: 45px;
}


.entry-box .tooltips a {
  font-weight: normal;
}

.entry .entry-title {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-weight: bold;
  /* font-size: 1.3333em; */
  font-size: 22px;
  line-height: 1.1667em;
}

.entry a.entry-title {
  margin-bottom: 14px;
}

.entry-box .entry a.entry-title {
  display: inline-block;
}

.entry .entry-title a {
  color: var(--base3);
}

.entry .entry-title a:hover,
.entry a.entry-title:hover {
  color: var(--green);
}

.entry .entry-body .wrapper {
  padding-right: 20px;
}

.entry .entry-body p:not(:last-child) {
  margin-bottom: 14px;
}

.entry .entry-body .label {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  border: 1px solid #e4e4e5;
  width: 68px;
  text-align: center;
}

.entry .label .title {
  background: #483949;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--white);
  font-weight: normal;
  margin: -1px;
}

.entry .label .date {
  text-transform: uppercase;
  padding: 16px 0;
}

.entry .label .date>.month {
  font-size: 16px;
}

.entry .label .date>.year {
  margin-top: 32px;
}

.entry .label .date>* {
  color: var(--green);
  font-weight: 900;
  margin-bottom: 0 !important;
  line-height: 24px;
}

.entry .entry-summary,
.entry .entry-summary *{
  font-weight: 300 !important;
  font-size: 18px!important;
  color: var(--black)!important;
  text-align: left !important;
  text-decoration: none !important;
  font-style: normal !important;
  margin-bottom: 0 !important;
}

.entry .entry-body .entry-summary img{
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
}

.thumbnail-attachment .owl-carousel .owl-nav>* {
  color: #333334;
  opacity: 0.5;
}

.thumbnail-attachment .owl-carousel .owl-nav>*:hover {
  opacity: 1;
}

.entries-nav .info-btn {
  font-size: 16px;
  line-height: 24px;
}

.entries-nav .next {
  text-align: right;
}

.entries-nav h6 {
  /* font-family: 'Roboto Condensed', sans-serif; */
}

.sidebar .entry .thumbnail-attachment img {
  max-width: 114px;
  border-radius: 7px;
}

.sidebar .entry-meta {
  font-weight: 300;
  color: var(--green);
  font-size: 16px;
  line-height: 26px;
}

.entry .entry-title a {
  color: var(--base3);
}

.related-content .entry-meta,
.entry-box .entry-meta {
  font-weight: 300;
  font-size: 16px;
  color: var(--ligth-grey4);
  margin-bottom: 10px;
}


.single-entry .entry-detail {
  margin-bottom: 35px;
}

.single-entry-doc .entry-detail {
  margin-bottom: 140px;
}

.single-entry-doc .entry-detail h1.entry-title,
.single-entry .entry-detail h1.entry-title {
  margin-bottom: 75px;
}

.single-entry-doc .entry-detail .entry-meta,
.single-entry .entry-detail .entry-meta {
  font-size: 16px;
  font-weight: 300;
}

.single-entry .entry-detail .entry-meta.entry-detail-meta {
  margin-top: 55px;
}

.single-entry .entry-detail .entry-meta.entry-detail-meta *:not(a):not(span):not(time) {
  font-size: 0;
}

.single-entry-doc .entry-detail .entry-meta {
  margin-bottom: 48px;
}

.single-entry-doc .entry-detail .entry-meta .entry-date,
.single-entry .entry-detail .entry-meta .entry-date {
  color: var(--green);
}

.single-entry-doc .entry-detail .entry-meta .sparator,
.single-entry .entry-detail .entry-meta .sparator {
  margin: 0 5px;
}

.single-entry-doc .entry-detail .entry-meta .entry-cat+.entry-cat::before,
.single-entry .entry-detail .entry-meta .entry-cat+.entry-cat::before {
  content: ",";
  display: inline-block;
  margin-right: 5px;
}

.single-entry-doc .entry-detail .bo-content + .pdf-viewer-wrapper {
  padding-left: 75px;
}

.single-entry-doc .entry-detail .pdf-viewer {
  aspect-ratio: 1 / 1.3;
  margin-bottom: 80px;
}


/* -----------------------------------

  12. Sidebar

------------------------------------- */

.with-sidebar {
  padding-right: 25px;
}

.with-sidebar .sidebar {
  padding-right: 44px;
}

.with-sidebar .related-content {
  padding-right: 28px;
}


.sidebar .widget:not(:last-child) {
  margin-bottom: 28px;
}

.sidebar .widget .widget-title {
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar .widget .widget-title:not(:last-child) {
  margin-bottom: 28px;
}

.widget[class*="with-bg"] {
  padding: 28px;
  background: var(--ligth-grey3);
}

.widget.with-bg2 {
  background: #483949;
  color: var(--white);
}

.widget.with-bg2 .widget-title {
  color: var(--white);
}


/* ----------------- Search Widget ---------------- */

.widget.widget-searchform {
  padding: 0;
  background: transparent;
}

/* ----------------- Categories Widget ---------------- */

.widget-categories ul {
  font-size: 20px;
  line-height: 26px;
}

/* ----------------- Tags Widget ---------------- */

.tagcloud {
  overflow: hidden;
  margin: -5px -2.5px 0;
}

.tagcloud a {
  color: #483949;
  font-size: 14px;
  letter-spacing: .5px;
  padding: 2px 15px;
  display: block;
  float: left;
  background: #f5f2e9;
  border-radius: 15px;
  margin: 5px 2.5px 0;
}

.tagcloud a:hover {
  background: #e9e6dd;
}

.tagcloud span {
  float: left;
  display: block;
  padding: 6px 0 5px;
  margin: 4px 8px 0 0;
  color: #7b8285;
}

/* ----------------- Entry Widget ---------------- */

.sidebar .entry-box.entry-small .entry .thumbnail-attachment:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 0;
}

.sidebar .entry {
  margin-bottom: 25px;
}

.sidebar .entry .entry-meta:not(:last-child) {
  margin-bottom: 0;
}

.sidebar .entry .entry-title {
  line-height: 22px;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}

/*----------- Search widget --------------*/

.sidebar .widget .search-holder {
  display: block;
}

.widget .search-holder form button {
  color: #6a606b;
}

/* -----------------------------------

  13. Footer

------------------------------------- */

#footer[class*="footer"] {
  margin-top: 125px;
}

#footer[class*="footer"] .footer-top {
  background: var(--grey3);
}

#footer[class*="footer"] .footer-bottom {
  background: var(--grey4);
  padding: 35px 0;
}

[class*="footer"] .copyright {
  color: var(--white);
  padding-left: 60px;
  font-size: 16px;
  line-height: 16px;
}

[class*="footer"] .main-footer {
  padding: 60px 0;
  color: var(--white);
}

[class*="footer"] .widget:not(:last-child) {
  margin-bottom: 74px;
}

[class*="footer"] .widget .widget-title {
  color: var(--white);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

[class*="footer"] .widget .widget-title:not(:last-child) {
  margin-bottom: 28px;
}

[class*="footer"] .widget p:not(:last-child) {
  margin-bottom: 14px;
}

[class*="footer"] .widget p span {
  color: #88888b;
}

[class*="footer"] .am a {
  display: flex;
}

[class*="footer"] .am img {
  height: 20px;
  width: auto;
}

.footer-logo-socials{
  display: flex;
  flex-direction: column;
  justify-content: space-between;  
}

#footer .footer-logo{
  width: 197px;
  margin-bottom: 30px;
}


/** formatações de BO ***/
.bo-content h1,
.bo-content h2,
.bo-content h3,
.bo-content h4,
.bo-content h5,
.bo-content h6 {
  color: var(--base3);
}

.profile .bo-content h1,
.profile .bo-content h2,
.profile .bo-content h3,
.profile .bo-content h4,
.profile .bo-content h5,
.profile .bo-content h6 {
  color: var(--base2);
}

.bo-content ul {
  list-style: none !important;
}

.bo-content ol {
  list-style: decimal;
  margin-left: 20px;
}

.bo-content ol li,
.bo-content ul li {
  position: relative;
  font-weight: 300;
  padding-left: 28px;
  margin-bottom: 14px;
}

.bo-content ol li {
  padding-left: 8px;
}

.bo-content ul li::before {
  content: '\e937';
  position: relative;
  left: -26px;
  font-family: 'linearicons';
  font-size: 13px;
  display: inline-block;
  margin-right: -13px;
  color: #5b5b5c;
}


.bo-content ul[style="list-style-type: circle;"] li::before {
  content: '\e99d';
  color: var(--green);
}

.bo-content ul[style="list-style-type: disc;"] li::before {
  content: '\e937';
  color: var(--green);
}

.bo-content ul[style="list-style-type: square;"] li::before {
  content: '\e98d';
}
.bo-content a{
  color: var(--green);
  text-decoration: underline;
}

.bo-content a:hover{
  text-decoration: underline;
}

.bo-content ol li>a,
.bo-content ul li>a {
  color: var(--green);
  border-bottom: 1px solid transparent;
}

.bo-content ol li>a:hover,
.bo-content ol li>a.current,
.bo-content ul li>a:hover,
.bo-content ul li>a.current {
  color: var(--base2);
  border-color: inherit;
  text-decoration: none;
}

