@charset "UTF-8";
@import url(c:\wamp64\www\marina\css\colors.css);
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.bk {
  color: #000000;
}

.hide {
  display: none;
}

.center_pos, .image_viewer img, .btn_close_imv:after, .btn_close_imv:before, .btn_img_prev:after, .btn_img_next:after, .info_page, .header_info, .message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
}

.center_x {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@font-face {
  font-family: 'times';
  font-style: normal;
  src: url("../fonts/TimesNewRoman.eot");
  src: local("☺"), url("../fonts/TimesNewRoman.eot?#iefix") format("embedded-opentype"), url("../fonts/TimesNewRoman.woff") format("woff"), url("../fonts/TimesNewRoman.ttf") format("truetype");
}

@font-face {
  font-family: 'timesBold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TimesNewRoman-Bold.eot");
  src: local("☺"), url("../fonts/TimesNewRoman-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TimesNewRoman-Bold.woff") format("woff"), url("../fonts/TimesNewRoman-Bold.ttf") format("truetype");
}

/* common styles */
a, div, span, button {
  /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0); */
}

.screen, .image_viewer, .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  outline: 0;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-family: 'Nunito';
  font-size: 16px;
  color: #222222;
}

/* mixins media query */
.b_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b_header.dark .b_header_box {
  /* .b_header_top{
                background-color: var(--bg-black); 
            }
            .b_header_bottom{
                &:before{
                    background-image: url("../assets/elements/bg_black.jpg");
                    opacity: 0.3;
                }
            } */
}

.b_header.dark .b_header_box .b_header_info .b_header_text {
  color: var(--text-light);
}

.b_header.dark .b_header_box .b_header_info .b_header_text .b_header_title {
  color: var(--text-light);
}

.b_header.dark .b_header_box .b_header_info .b_header_text .b_header_subtitle {
  color: var(--color-1-light);
}

.b_header.dark .b_header_box .b_header_media a {
  color: var(--text-light);
}

.b_header.dark .b_header_box .b_header_contact a {
  color: var(--text-light);
  border-bottom: 0;
}

.b_header.dark .b_header_box .b_header_contact a i {
  color: var(--color-1-light);
}

.b_header.dark .b_header_box .b_header_contact a u {
  display: none;
}

.b_header.dark .b_header_box .menu_top .menu_top_btn a {
  color: var(--text-light);
}

.b_header.dark .b_header_box .menu_top .menu_top_btn div a {
  background-color: var(--bg-white);
  color: var(--text-dark);
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}

.b_header.dark .b_header_box .menu_top .menu_top_btn div a:last-of-type {
  border-bottom: 3px solid var(--color-1-dark);
}

.b_header.light .b_header_box {
  /* .b_header_bottom{
                background-color: var(--bg-white);   
            }  */
}

.b_header.light .b_header_box .b_header_info .b_header_text {
  color: var(--text-dark);
}

.b_header.light .b_header_box .b_header_info .b_header_text .b_header_title {
  color: var(--text-dark);
}

.b_header.light .b_header_box .b_header_info .b_header_text .b_header_subtitle {
  color: var(--color-1-dark);
}

.b_header.light .b_header_box .b_header_media a {
  color: var(--text-dark);
}

.b_header.light .b_header_box .b_header_contact a {
  color: var(--text-dark);
  border-bottom: 0;
}

.b_header.light .b_header_box .b_header_contact a i {
  color: var(--color-1-light);
}

.b_header.light .b_header_box .b_header_contact a u {
  display: none;
}

.b_header.light .b_header_box .menu_top .menu_top_btn a {
  color: var(--text-dark);
}

.b_header.light .b_header_box .menu_top .menu_top_btn div a {
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.b_header.light .b_header_box .menu_top .menu_top_btn div a:last-of-type {
  border-bottom: 3px solid var(--color-1-dark);
}

.b_header.center .b_header_box .b_header_top, .b_header.center .b_header_box .b_header_bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b_header.scroll {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.b_header.scroll .b_header_bottom {
  padding: 10px 20px !important;
}

.b_header.scroll .b_header_bottom:after {
  display: none;
}

.b_header.scroll.dark {
  background-color: var(--bg-dark);
}

.b_header.scroll.dark .b_header_box .b_header_top {
  background-color: var(--bg-black);
}

.b_header.scroll.dark .b_header_box .b_header_bottom:before {
  background-image: url("../assets/elements/bg_black.jpg");
  opacity: 0.3;
}

.b_header.scroll.light {
  background-color: var(--bg-light);
}

.b_header.scroll.light .b_header_box .b_header_bottom {
  background-color: var(--bg-white);
}

.b_header .b_header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

.b_header .b_header_box .b_header_top, .b_header .b_header_box .b_header_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 20px;
}

.b_header .b_header_box .b_header_top {
  margin: 5px 0px;
}

.b_header .b_header_box .b_header_bottom {
  padding: 25px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b_header .b_header_box .b_header_bottom:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.b_header .b_header_box .b_header_bottom:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.b_header .b_header_box .b_header_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  z-index: 1;
}

.b_header .b_header_box .b_header_info .b_header_logo {
  position: relative;
}

.b_header .b_header_box .b_header_info .b_header_logo img {
  position: relative;
  display: block;
  width: 50px;
}

.b_header .b_header_box .b_header_info .b_header_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
}

.b_header .b_header_box .b_header_info .b_header_text .b_header_title {
  font-family: 'Libre Baskerville';
  font-size: 30px;
}

.b_header .b_header_box .b_header_info .b_header_text .b_header_subtitle {
  font-family: 'Nunito';
  font-size: 11px;
  text-transform: uppercase;
  color: #dab220;
}

.b_header .b_header_box .b_header_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 20px;
}

.b_header .b_header_box .b_header_media a {
  display: block;
  width: 30px;
  height: 30px;
  text-decoration: none;
  line-height: 30px;
}

.b_header .b_header_box .b_header_media a i {
  display: none;
}

.b_header .b_header_box .b_header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 20px;
}

.b_header .b_header_box .b_header_contact a {
  font-size: 14px;
  text-decoration: none;
}

.b_header .b_header_box .b_header_contact a i {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #dab220;
}

@media (max-width: 768px) {
  .b_header .b_header_box .b_header_top, .b_header .b_header_box .b_header_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 0;
  }
  .b_header .b_header_box .b_header_info {
    padding: 0 5px;
  }
  .b_header .b_header_box .b_header_info .b_header_text {
    display: none;
  }
  .b_header .b_header_box .menu_top {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .b_header .b_header_box .menu_top .menu_top_btn {
    margin: 10px 20px;
  }
  .b_header.scroll {
    height: 80px;
  }
  .b_header.scroll .menu_top {
    display: none;
  }
}

.btn_scroll_top {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  border: 0;
  right: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 20;
  cursor: pointer;
  opacity: 0.7;
}

.btn_scroll_top:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  top: 28px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.btn_scroll_top.dark {
  background-color: var(--bg-light);
}

.btn_scroll_top.dark:after {
  border: 2px solid var(--text-dark);
  border-bottom: 0px;
  border-right: 0px;
}

.btn_scroll_top.light {
  background-color: var(--bg-dark);
}

.btn_scroll_top.light:after {
  border: 2px solid var(--text-light);
  border-bottom: 0px;
  border-right: 0px;
}

.b_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: var(--bg-dark);
  position: absolute;
  width: 100%;
  left: 0;
}

.b_footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.b_footer .b_footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 40px;
  z-index: 1;
}

.b_footer .b_footer_box .b_footer_title {
  font-family: 'Libre Baskerville';
  font-size: 22px;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 20px;
  position: relative;
}

.b_footer .b_footer_box .b_footer_text {
  font-family: 'Nunito';
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  margin-top: 10px;
}

.b_footer .b_footer_box .b_footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.b_footer .b_footer_box .b_footer_info .b_header_logo {
  position: relative;
}

.b_footer .b_footer_box .b_footer_info .b_header_logo img {
  position: relative;
  display: block;
  width: 50px;
}

.b_footer .b_footer_box .b_footer_info .b_header_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  margin-left: 20px;
}

.b_footer .b_footer_box .b_footer_info .b_header_text .b_header_title {
  font-family: 'Libre Baskerville';
  font-size: 28px;
}

.b_footer .b_footer_box .b_footer_info .b_header_text .b_header_subtitle {
  font-family: 'Nunito';
  font-size: 11px;
  text-transform: uppercase;
  color: #dab220;
}

.b_footer .b_footer_box .b_footer_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 10px;
}

.b_footer .b_footer_box .b_footer_media a {
  display: block;
  width: 40px;
  height: 30px;
  text-decoration: none;
  color: #c5c5c5;
  line-height: 30px;
}

.b_footer .b_footer_box .b_footer_media a i {
  display: none;
}

.b_footer .b_footer_box .b_footer_media.vertical {
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.b_footer .b_footer_box .b_footer_media.vertical a {
  width: 100%;
  text-align: left;
  margin: 5px 0px;
}

.b_footer .b_footer_box .b_footer_media.vertical a i {
  display: inline-block;
  padding-left: 20px;
  font-style: normal;
}

.b_footer .b_footer_box .b_footer_media.vertical a.twitter span:before {
  color: #1da1f2;
}

.b_footer .b_footer_box .b_footer_media.vertical a.facebook span:before {
  color: #1877f2;
}

.b_footer .b_footer_box .b_footer_media.vertical a.gmail span:before {
  color: #4285f4;
}

.b_footer .b_footer_box .b_footer_media.vertical a.instagram span:before {
  color: #c32aa3;
}

.b_footer .b_footer_box .b_footer_media.vertical a.pinterest span:before {
  color: #bd081c;
}

.b_footer .b_footer_box .b_footer_media.vertical a.linkedin span:before {
  color: #0a66c2;
}

.b_footer .b_footer_box .b_footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  text-align: left;
}

.b_footer .b_footer_box .b_footer_contact a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  color: #7e7e7e;
  border-bottom: 1px solid #816623;
  padding: 3px 0px;
}

.b_footer .b_footer_box .b_footer_contact a i {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #dab220;
}

.b_footer .b_footer_box .b_footer_contact a u {
  text-decoration: none;
  display: none;
}

.b_footer .b_footer_box .b_footer_contact a span {
  display: inline-block;
  position: relative;
  word-break: break-word;
  max-width: calc(100% - 30px);
}

.b_footer .b_footer_box .contact {
  margin: 0;
}

.b_footer .b_footer_box .contact .ct_body {
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.b_footer .b_footer_box .contact .ct_body #btn_send_message {
  border-radius: 0;
  font-family: 'Nunito';
  font-size: 14px;
  color: #ffffff;
  background-color: #816623;
  padding: 6px 30px;
  width: auto;
  height: auto;
  text-transform: uppercase;
  margin-top: 15px;
}

.b_footer .b_footer_box .contact .ct_body #ct_name, .b_footer .b_footer_box .contact .ct_body #ct_email, .b_footer .b_footer_box .contact .ct_body #ct_text {
  width: 100%;
  border-radius: 0;
  border: 0px;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  text-indent: 0;
  border-bottom: 1px solid #816623;
}

.b_footer .b_footer_box .contact .ct_body #ct_text {
  height: 85px;
}

.b_footer .b_footer_box .contact .ct_body .ct_name, .b_footer .b_footer_box .contact .ct_body .ct_email {
  padding: 22px 0 0 0;
}

.b_footer .b_footer_box .b_footer_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0px 30px;
  width: 250px;
}

.b_footer .b_footer_box .b_footer_col.f-media {
  width: 140px;
}

.b_footer .b_footer_box .b_footer_col.f-menu {
  width: 200px;
}

.b_footer .b_footer_box .b_footer_col_content {
  width: 100%;
}

.b_footer .b_footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-family: 'Nunito';
  color: #ffffff;
  background-color: #907530;
  width: 100%;
  padding: 15px 0px;
  z-index: 1;
}

.b_footer.dark {
  background-color: var(--bg-dark);
}

.b_footer.dark:before {
  background-image: url("../assets/elements/bg_black.jpg");
  opacity: 0.4;
}

.b_footer.dark .b_footer_box .b_footer_title {
  color: var(--text-light);
}

.b_footer.dark .b_footer_box .b_footer_text {
  color: var(--text-gray);
}

.b_footer.dark .b_footer_box .b_footer_info .b_header_text {
  color: var(--text-light);
}

.b_footer.dark .b_footer_box .b_footer_info .b_header_text .b_header_title {
  color: var(--text-light);
}

.b_footer.dark .b_footer_box .b_footer_info .b_header_text .b_header_subtitle {
  color: var(--color-1-light);
}

.b_footer.dark .b_footer_box .b_footer_media a {
  color: var(--text-gray);
}

.b_footer.dark .b_footer_box .b_footer_contact a {
  color: var(--text-gray);
  border-bottom: 1px solid var(--color-1-dark);
}

.b_footer.dark .b_footer_box .b_footer_contact a i {
  color: var(--color-1-light);
}

.b_footer.dark .b_footer_box .contact .ct_body #btn_send_message {
  color: var(--text-light);
  background-color: var(--color-1-dark);
}

.b_footer.dark .b_footer_box .contact .ct_body #ct_name, .b_footer.dark .b_footer_box .contact .ct_body #ct_email, .b_footer.dark .b_footer_box .contact .ct_body #ct_text {
  color: var(--text-light);
  border-bottom: 1px solid var(--color-1-dark);
}

.b_footer.dark .b_footer_box .menu_bottom .menu_bottom_btn {
  border-bottom: 1px solid var(--color-1-dark);
}

.b_footer.dark .b_footer_box .menu_bottom .menu_bottom_btn a {
  color: var(--text-light);
}

.b_footer.light {
  background-color: var(--bg-light);
}

.b_footer.light .btn_scroll_top {
  background-color: var(--bg-dark);
}

.b_footer.light .btn_scroll_top:after {
  border: 2px solid var(--text-light);
  border-bottom: 0px;
  border-right: 0px;
}

.b_footer.light .b_footer_box .b_footer_title {
  color: var(--text-dark);
}

.b_footer.light .b_footer_box .b_footer_text {
  color: var(--text-dark);
}

.b_footer.light .b_footer_box .b_footer_info .b_header_text {
  color: var(--text-dark);
}

.b_footer.light .b_footer_box .b_footer_info .b_header_text .b_header_title {
  color: var(--text-dark);
}

.b_footer.light .b_footer_box .b_footer_info .b_header_text .b_header_subtitle {
  color: var(--color-1-dark);
}

.b_footer.light .b_footer_box .b_footer_media a {
  color: var(--text-dark);
}

.b_footer.light .b_footer_box .b_footer_contact a {
  color: var(--text-dark);
  border-bottom: 1px solid var(--color-1-dark);
}

.b_footer.light .b_footer_box .b_footer_contact a i {
  color: var(--color-1-light);
}

.b_footer.light .b_footer_box .contact .ct_body #btn_send_message {
  color: var(--text-light);
  background-color: var(--color-1-dark);
}

.b_footer.light .b_footer_box .contact .ct_body #ct_name, .b_footer.light .b_footer_box .contact .ct_body #ct_email, .b_footer.light .b_footer_box .contact .ct_body #ct_text {
  color: var(--text-dark);
  border-bottom: 1px solid var(--color-1-dark);
}

.b_footer.light .b_footer_box .menu_bottom .menu_bottom_btn {
  border-bottom: 1px solid var(--color-1-dark);
}

.b_footer.light .b_footer_box .menu_bottom .menu_bottom_btn a {
  color: var(--text-dark);
}

@media (max-width: 768px) {
  .b_footer .b_footer_box .b_footer_text {
    text-align: justify;
  }
  .b_footer .b_footer_box .contact .ct_body {
    height: auto;
    margin-bottom: 30px;
  }
  .b_footer .b_footer_box .contact .ct_buttons {
    text-align: center;
  }
  .b_footer .b_footer_box .b_footer_col.f-media {
    width: 250px;
  }
  .b_footer .b_footer_box .b_footer_col.f-menu {
    width: 250px;
    margin-bottom: 30px;
  }
  .b_footer .b_footer_box .b_footer_col.f-menu .menu_bottom_btn {
    display: inline-block;
    margin-right: 10px;
  }
  .b_footer .b_footer_box .b_footer_media.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b_footer .b_footer_box .b_footer_media.vertical a {
    width: 40px;
    text-align: center;
  }
  .b_footer .b_footer_box .b_footer_media.vertical a i {
    display: none;
  }
}

@media (max-width: 1024px) {
  .b_footer .b_footer_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.menu_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu_top li {
  list-style-type: none;
}

.menu_top li div {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 50px;
  min-width: 140px;
  pointer-events: none;
}

.menu_top li div a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0px;
  height: 0%;
  opacity: 0;
  padding: 25px 20px;
  line-height: 0px;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  word-break: break-word;
  position: relative;
}

.menu_top li div a:after {
  bottom: 0px;
}

.menu_top li div a:nth-of-type(n+6) {
  left: 100%;
  top: -250px;
}

.menu_top li div a:nth-of-type(n+11) {
  left: 200%;
  top: -500px;
}

.menu_top_btn {
  display: inline-block;
  position: relative;
  margin: 0px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu_top_btn a {
  display: inline-block;
  color: #ffffff;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.menu_top_btn a:hover:after {
  opacity: 1;
  width: 100%;
}

.menu_top_btn a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0%;
  height: 3px;
  background-color: var(--color-1-light);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.menu_top_btn:hover div {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  pointer-events: all;
}

.menu_top_btn:hover div a {
  opacity: 1;
  height: 100%;
}

.menu_top_btn.selected a:after {
  opacity: 1;
  width: 100%;
}

.menu_bottom {
  display: block;
  position: relative;
}

.menu_bottom li {
  list-style-type: none;
}

.menu_bottom li div {
  display: none;
}

.menu_bottom_btn {
  display: block;
  position: relative;
  padding: 10px;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  border-bottom: 1px solid #54492c;
}

.menu_bottom_btn a {
  color: #ffffff;
  font-family: 'Libre Baskerville';
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
}

.menu_bottom_btn:hover {
  background-color: rgba(139, 227, 235, 0.2);
}

.btn_selected {
  border: 4px solid rgba(253, 59, 0, 0.5);
}

.menu_mobile {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 200;
  width: 100%;
}

.menu_panel {
  display: block;
  position: fixed;
  left: -102%;
  top: 0px;
  z-index: 210;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu_panel .btn_menu_mobile_top {
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 2px solid var(--color-1-light);
  padding-top: 13px;
  cursor: pointer;
}

.menu_panel .btn_menu_mobile_top span {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 50px;
  background-color: var(--color-1-light);
  margin-bottom: 4px;
  margin-left: 10px;
}

.menu_panel .btn_menu_mobile_top span:nth-child(3) {
  display: none;
}

.menu_panel .btn_menu_mobile_top span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 19px;
}

.menu_panel .btn_menu_mobile_top span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 19px;
}

.menu_scroll_box {
  width: 100%;
  max-height: Calc(100% - 70px);
  position: relative;
  top: 70px;
  left: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu_scroll_box li {
  list-style-type: none;
  position: relative;
}

.menu_scroll_box li div {
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile_link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.75);
  margin-bottom: 5px;
  padding-left: 15px;
  text-decoration: none;
  text-transform: capitalize;
}

.mobile_link span {
  font-family: 'Arial';
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.mobile_link a {
  text-decoration: none;
  color: #ffffff;
}

.scroll_box_second {
  width: 100%;
  height: Calc(100% - 70px);
  position: absolute;
  top: 70px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 20px;
  left: -100%;
  z-index: 10;
}

.btn_menu_back {
  display: block;
  height: 30px;
  position: relative;
  top: 30px;
  margin-bottom: 45px;
}

.btn_menu_back:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 7px;
  top: 15px;
}

.btn_menu_back:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-left: 0px;
  border-top: 0px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 6px;
  top: 11px;
}

.btn_open_submenu {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  position: absolute;
  right: 5px;
  top: 5px;
  border-top-right-radius: 17px;
  border-bottom-left-radius: 17px;
  width: 50px;
  height: 40px;
}

.btn_open_submenu:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  border-left: 0px;
  border-top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  left: 19px;
  top: -8px;
}

.btn_mobile_menu_open {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 14px;
}

.categ_title {
  font-family: "timesBold";
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.btn_menu_mobile {
  display: none;
  position: fixed;
  left: 20px;
  top: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid var(--color-1-light);
  padding-top: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.btn_menu_mobile span {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 50px;
  background-color: var(--color-1-light);
  margin-bottom: 4px;
  margin-left: 11px;
}

@media (max-width: 768px) {
  .btn_menu_mobile {
    display: block;
  }
}

.menu_categ {
  display: inline-block !important;
  width: Calc(50% - 5px);
  margin-right: 5px;
  text-shadow: none !important;
}

.search_box_mobile {
  width: Calc(100% - 70px);
  position: relative;
  left: 60px;
  top: 0px;
}

.search_box_mobile input {
  display: block;
  height: 36px;
  border-radius: 5px;
  border: 2px solid var(--color-1-light);
  background-color: rgba(0, 0, 0, 0.3);
  width: Calc(100% - 60px);
  color: var(--color-1-light);
  text-indent: 10px;
  position: absolute;
  left: 0px;
  top: 5px;
}

.search_box_mobile .btn_search {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  border: 2px solid var(--color-1-light);
  cursor: pointer;
}

.search_box_mobile .btn_search:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-1-light);
  border-radius: 20px;
  position: absolute;
  left: 7px;
  top: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search_box_mobile .btn_search:after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: var(--color-1-light);
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 22px;
  top: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/icomoon/icomoon.ttf?tz5dt9") format("truetype"), url("../fonts/icomoon/icomoon.woff?tz5dt9") format("woff"), url("../fonts/icomoon/icomoon.svg?tz5dt9#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file-excel:before {
  content: "\e90f";
  color: #217346;
}

.icon-file-powerpoint:before {
  content: "\e910";
  color: #dc5321;
}

.icon-file-pdf:before {
  content: "\e911";
  color: #f40f02;
}

.icon-file-word:before {
  content: "\e912";
  color: #2b579a;
}

.icon-thumbs-down-regular:before {
  content: "\e90b";
}

.icon-thumbs-down-solid:before {
  content: "\e90c";
}

.icon-thumbs-up-regular:before {
  content: "\e90d";
}

.icon-thumbs-up-solid:before {
  content: "\e90e";
}

.icon-whatsapp:before {
  content: "\e90a";
}

.icon-youtube:before {
  content: "\e909";
}

.icon-linkedin-in:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e900";
}

.icon-pinterest-p:before {
  content: "\e901";
}

.icon-email:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-google:before {
  content: "\e904";
}

.icon-twitter:before {
  content: "\e905";
}

.icon-location:before {
  content: "\e907";
}

.icon-phone:before {
  content: "\e908";
}

/* libre-baskerville-regular - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/libre/libre-baskerville-v14-latin-regular.eot");
  src: local(""), url("../fonts/libre/libre-baskerville-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/libre/libre-baskerville-v14-latin-regular.woff2") format("woff2"), url("../fonts/libre/libre-baskerville-v14-latin-regular.woff") format("woff"), url("../fonts/libre/libre-baskerville-v14-latin-regular.ttf") format("truetype"), url("../fonts/libre/libre-baskerville-v14-latin-regular.svg#LibreBaskerville") format("svg");
}

/* libre-baskerville-italic - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/libre/libre-baskerville-v14-latin-italic.eot");
  src: local(""), url("../fonts/libre/libre-baskerville-v14-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/libre/libre-baskerville-v14-latin-italic.woff2") format("woff2"), url("../fonts/libre/libre-baskerville-v14-latin-italic.woff") format("woff"), url("../fonts/libre/libre-baskerville-v14-latin-italic.ttf") format("truetype"), url("../fonts/libre/libre-baskerville-v14-latin-italic.svg#LibreBaskerville") format("svg");
}

/* libre-baskerville-700 - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/libre/libre-baskerville-v14-latin-700.eot");
  src: local(""), url("../fonts/libre/libre-baskerville-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/libre/libre-baskerville-v14-latin-700.woff2") format("woff2"), url("../fonts/libre/libre-baskerville-v14-latin-700.woff") format("woff"), url("../fonts/libre/libre-baskerville-v14-latin-700.ttf") format("truetype"), url("../fonts/libre/libre-baskerville-v14-latin-700.svg#LibreBaskerville") format("svg");
}

/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito/nunito-v25-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/nunito/nunito-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito/nunito-v25-latin-regular.woff2") format("woff2"), url("../fonts/nunito/nunito-v25-latin-regular.woff") format("woff"), url("../fonts/nunito/nunito-v25-latin-regular.ttf") format("truetype"), url("../fonts/nunito/nunito-v25-latin-regular.svg#Nunito") format("svg");
  /* Legacy iOS */
}

.homepage .b_main {
  padding-top: 0;
}

.homepage .b_main_col {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.homepage .b_main_col .art_body {
  display: none !important;
}

.custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  height: auto !important;
  min-height: auto !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: var(--bg-gray);
}

.custom:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../assets/elements/bg_alpha.png");
  opacity: 0.15;
}

.custom .custom_content {
  max-width: 1100px;
  position: relative;
  z-index: 2;
}

.homepage_slider {
  position: relative;
  width: 100%;
  min-height: 280px;
  height: calc(80vh + 80px);
}

.homepage_slider .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--bg-slider-dark);
  opacity: 0;
  pointer-events: none;
  padding-top: 80px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.homepage_slider .slider .slider-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.homepage_slider .slider .slider-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/elements/bg_black.jpg");
  opacity: 0.3;
}

.homepage_slider .slider .slider-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.3;
}

.homepage_slider .slider h1 {
  font-family: 'Libre Baskerville';
  font-size: 55px;
  color: var(--text-light);
  position: relative;
  z-index: 2;
  font-weight: 400;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.homepage_slider .slider h3 {
  max-width: 700px;
  font-family: 'Nunito';
  font-size: 18px;
  color: var(--text-light);
  position: relative;
  z-index: 2;
  font-weight: 400;
}

.homepage_slider .slider a {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 17px 30px;
  color: var(--text-light);
  background-color: var(--color-1-dark);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.08em;
  cursor: pointer;
  margin: 30px 0px;
}

.homepage_slider .slider a:hover {
  background-color: var(--color-1-dark-hover);
}

.homepage_slider .slider .slider-divider {
  position: relative;
  width: 100px;
  height: 4px;
  background-color: var(--color-1-dark);
  margin: 10px 0px;
}

.homepage_slider .slider-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.homepage_slider .slider-nav .slider-btn {
  position: relative;
  width: 50px;
  height: 10px;
  margin: 5px 0px;
  cursor: pointer;
}

.homepage_slider .slider-nav .slider-btn:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-color: var(--text-gray);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.homepage_slider .slider-nav .slider-btn:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.6, 2);
          transform: translate(-50%, -50%) scale(1.6, 2);
  background-color: var(--color-1-light);
}

.homepage_slider .slider-nav .slider-btn.selected:after {
  -webkit-transform: translate(-50%, -50%) scale(1.6, 2);
          transform: translate(-50%, -50%) scale(1.6, 2);
  background-color: var(--color-1-light);
}

.homepage_slider > div:first-of-type {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 768px) {
  .homepage_slider {
    height: 100vh;
  }
  .homepage_slider .slider {
    padding: 0 20px;
    height: 100vh;
  }
  .homepage_slider .slider h1 {
    font-size: 40px;
    margin-top: 50px;
  }
  .homepage_slider .slider .slider-bg {
    height: 100vh;
  }
}

.hp-number {
  position: absolute;
  left: 0px;
  top: -35px;
}

.hp-number:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 70px;
  background-color: var(--color-1-light);
}

.hp-number i {
  display: block;
  position: absolute;
  width: 46px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  left: -20px;
  top: 82px;
  font-family: 'Libre Baskerville';
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: var(--text-dark);
  border: 2px solid var(--color-1-light);
  border-radius: 100px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.hp-number i:after {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  width: 54px;
  height: 58px;
  border: 2px solid rgba(205, 178, 80, 0.3);
  border-radius: 100px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.welcome {
  width: 100%;
  min-height: 400px;
  height: 700px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.welcome .wlc-bg {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
}

.welcome .wlc-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--color-1);
  opacity: 0.85;
}

.welcome .wlc-bg img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.welcome .wlc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 940px;
  height: 100%;
  position: relative;
  z-index: 2;
}

.welcome .wlc-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 180px;
  width: 200%;
  height: 100%;
  z-index: 0;
  background-color: var(--bg-gray);
}

.welcome .wlc-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 180px;
  width: 200%;
  height: 100%;
  z-index: 0;
  background-image: url("../assets/elements/bg_alpha.png");
  opacity: 0.15;
}

.welcome .wlc-content .wlc-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: left;
  height: 100%;
  width: 530px;
  z-index: 1;
}

.welcome .wlc-content .wlc-text-box h2 {
  font-family: 'Libre Baskerville';
  font-size: 40px;
  color: var(--color-1-light);
  font-weight: 400;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.welcome .wlc-content .wlc-text-box h3 {
  font-family: 'Nunito';
  font-size: 20px;
  color: var(--text-dark);
  font-weight: 400;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}

.welcome .wlc-content .wlc-text-box p {
  font-family: 'Nunito';
  font-size: 16px;
  color: var(--text-dark);
  margin-bottom: 50px;
  line-height: 26px;
}

.welcome .wlc-content .wlc-text-box i {
  font-family: 'Nunito';
  font-size: 16px;
  color: var(--text-dark);
  text-transform: uppercase;
  font-style: normal;
}

.welcome .wlc-content .wlc-text-box u {
  font-family: 'Nunito';
  font-size: 16px;
  color: var(--color-1-light);
  text-decoration: none;
}

.welcome .wlc-content .wlc-lawyer {
  position: absolute;
  height: 100%;
  width: 600px;
  right: -120px;
  z-index: 1;
}

.welcome .wlc-content .wlc-lawyer img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 768px) {
  .welcome {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: visible;
  }
  .welcome .wlc-content {
    height: auto;
    width: 100%;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .welcome .wlc-content:before {
    right: 0;
    width: 100%;
  }
  .welcome .wlc-content:after {
    right: 0px;
    width: 100%;
  }
  .welcome .wlc-content .hp-number {
    left: 50px;
  }
  .welcome .wlc-content .wlc-text-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .welcome .wlc-content .wlc-lawyer {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    right: 0;
    width: 100%;
    min-width: 300px;
    min-height: 300px;
  }
}

.areas {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.areas .hp-number {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.areas .hp-number i {
  color: #ffffff;
}

.areas .ar-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-slider-dark);
}

.areas .ar-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("../assets/elements/bg_black.jpg");
  opacity: 0.3;
}

.areas .ar-bg div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.2;
}

.areas h2 {
  width: 100%;
  font-family: 'Libre Baskerville';
  font-size: 40px;
  color: var(--text-light);
  font-weight: 400;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  position: relative;
  z-index: 2;
  margin-top: 120px;
}

.areas h3 {
  width: 100%;
  max-width: 600px;
  font-family: 'Nunito';
  font-size: 20px;
  color: var(--text-gray);
  font-weight: 400;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  position: relative;
  z-index: 2;
}

.areas .ar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  height: 100%;
  position: relative;
  z-index: 2;
  margin: 30px 0px 80px 0px;
}

.areas .ar-content .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(33% - 50px);
  max-width: 400px;
  position: relative;
  margin-bottom: 40px;
}

.areas .ar-content .service:hover .sv-icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.areas .ar-content .service:hover .sv-text h4 {
  color: var(--color-1-light);
}

.areas .ar-content .service:hover .sv-text .sv-divider {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.areas .ar-content .service .sv-icon {
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 40px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.areas .ar-content .service .sv-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.areas .ar-content .service .sv-text {
  width: calc(100% - 40px);
  text-align: left;
}

.areas .ar-content .service .sv-text h4 {
  font-family: 'Nunito';
  font-size: 26px;
  font-weight: 400;
  color: var(--text-light);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.areas .ar-content .service .sv-text .sv-divider {
  width: 40px;
  height: 2px;
  background-color: var(--color-1-light);
  margin: 14px 0px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.areas .ar-content .service .sv-text p {
  font-family: 'Nunito';
  font-size: 16px;
  color: var(--text-gray);
}

.areas .ar-content .service a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

@media (max-width: 768px) {
  .areas {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 40px;
  }
  .areas .ar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .areas .ar-content .service {
    width: 100%;
    max-width: 400px;
  }
}

.experience {
  width: 100%;
  min-height: 400px;
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.experience .ex-bg {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}

.experience .ex-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--color-1);
  opacity: 0.85;
}

.experience .ex-bg div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.experience .ex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 940px;
  height: 100%;
  position: relative;
  z-index: 2;
}

.experience .ex-content h2 {
  font-family: 'Libre Baskerville';
  font-size: 40px;
  color: var(--text-white);
  font-weight: 400;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.experience .ex-content h3 {
  font-family: 'Nunito';
  font-size: 20px;
  color: var(--text-white);
  font-weight: 400;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  max-width: 700px;
}

.experience .ex-content a {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 17px 30px;
  color: var(--text-light);
  background-color: var(--bg-dark);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  margin: 30px 0px;
}

.experience .ex-content a:hover {
  background-color: var(--bg-slider-dark);
}

@media (max-width: 768px) {
  .experience {
    height: auto;
    padding: 40px;
  }
  .experience .ex-content {
    width: 100%;
  }
}

.qualities {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: var(--bg-gray);
}

.qualities:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../assets/elements/bg_alpha.png");
  opacity: 0.15;
}

.qualities .hp-number {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.qualities h2 {
  width: 100%;
  font-family: 'Libre Baskerville';
  font-size: 40px;
  color: var(--color-1-light);
  font-weight: 400;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  position: relative;
  z-index: 2;
  margin-top: 120px;
}

.qualities h3 {
  width: 100%;
  max-width: 600px;
  font-family: 'Nunito';
  font-size: 20px;
  color: var(--text-gray);
  font-weight: 400;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  position: relative;
  z-index: 2;
}

.qualities .q-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  height: 100%;
  position: relative;
  z-index: 2;
  margin: 30px 0px 80px 0px;
}

.qualities .q-content .q-col {
  width: 33%;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qualities .q-content .q-col .img-center {
  width: 80%;
}

.qualities .q-content > div:first-child .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.qualities .q-content > div:first-child .item .q-text {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.qualities .q-content > div:first-child .item .q-icon {
  margin-right: auto;
  margin-left: 40px;
}

.qualities .q-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 400px;
  position: relative;
  margin-bottom: 40px;
}

.qualities .q-content .item:hover .q-icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.qualities .q-content .item:hover .q-text h4 {
  color: var(--color-1-dark);
}

.qualities .q-content .item .q-icon {
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 40px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.qualities .q-content .item .q-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.qualities .q-content .item .q-text {
  width: calc(100% - 40px);
  text-align: left;
}

.qualities .q-content .item .q-text h4 {
  font-family: 'Nunito';
  font-size: 26px;
  font-weight: 400;
  color: var(--text-dark);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: capitalize;
}

.qualities .q-content .item .q-text .q-divider {
  width: 40px;
  height: 2px;
  background-color: var(--color-1-light);
  margin: 14px 0px;
}

.qualities .q-content .item .q-text p {
  font-family: 'Nunito';
  font-size: 16px;
  color: var(--text-gray);
  line-height: 26px;
}

.qualities .q-content .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

@media (max-width: 768px) {
  .qualities {
    padding: 0 40px;
  }
  .qualities .q-content {
    width: 100%;
  }
  .qualities .q-content .q-col {
    width: 100%;
  }
  .qualities .q-content .q-col .item {
    max-width: 400px;
  }
  .qualities .q-content .q-col .img-center {
    display: none;
  }
}

.consultation {
  width: 100%;
  min-height: 400px;
  height: 670px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.consultation .hp-number {
  left: calc(50% + 70px);
  z-index: 4;
}

.consultation .hp-number i {
  color: var(--text-light);
}

.consultation .cs-bg {
  width: 50%;
  height: 100%;
}

.consultation .cs-bg div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.consultation .cs-content {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: var(--bg-slider-dark);
  text-align: left;
  padding: 50px;
  padding-top: 120px;
}

.consultation .cs-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../assets/elements/bg_black.jpg");
  opacity: 0.3;
}

.consultation .cs-content h2 {
  font-family: 'Libre Baskerville';
  font-size: 40px;
  color: var(--color-1-light);
  font-weight: 400;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  z-index: 2;
  position: relative;
}

.consultation .cs-content h3 {
  font-family: 'Nunito';
  font-size: 20px;
  color: var(--text-gray);
  font-weight: 400;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  max-width: 700px;
  z-index: 2;
  position: relative;
}

.consultation .cs-content .cs-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  position: relative;
}

.consultation .cs-content .cs-form input[type="text"] {
  width: 45%;
  border: 0;
  border-bottom: 2px solid #c19f47;
  background: transparent;
  padding: 4px 0px;
  color: #cccccc;
  margin-bottom: 40px;
  font-size: 14px;
}

.consultation .cs-content .cs-form input[type="text"]:focus {
  outline: 0;
  border-radius: 0;
  border: 1px solid #ffffff;
}

.consultation .cs-content .cs-form select {
  width: 100%;
  max-width: 600px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #c19f47;
  color: #cccccc;
  margin-bottom: 40px;
}

.consultation .cs-content .cs-form textarea {
  width: 100%;
  max-width: 600px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #c19f47;
  color: #cccccc;
  margin-bottom: 40px;
}

.consultation .cs-content .cs-form button {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 17px 30px;
  border: 0;
  color: var(--text-light);
  background-color: var(--color-1-dark);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  margin: 0px 0px;
}

.consultation .cs-content .cs-form button:hover {
  background-color: var(--color-1-dark-hover);
}

@media (max-width: 768px) {
  .consultation {
    min-height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .consultation .cs-bg {
    position: relative;
    height: 100vh;
    width: 100%;
  }
  .consultation .cs-content {
    width: 100%;
  }
}

.staff {
  width: 100%;
  min-height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: var(--bg-gray);
}

.staff:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../assets/elements/bg_alpha.png");
  opacity: 0.15;
}

.staff .hp-number {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.staff h2 {
  width: 100%;
  font-family: 'Libre Baskerville';
  font-size: 40px;
  color: var(--color-1-light);
  font-weight: 400;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  position: relative;
  z-index: 2;
  margin-top: 120px;
}

.staff h3 {
  width: 100%;
  max-width: 600px;
  font-family: 'Nunito';
  font-size: 20px;
  color: var(--text-gray);
  font-weight: 400;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  position: relative;
  z-index: 2;
}

.staff .staff-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  height: 400px;
  position: relative;
  z-index: 2;
  margin: 30px 0px 80px 0px;
}

.staff .staff-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 30%;
  height: 100%;
  position: relative;
}

.staff .staff-content .item:hover .staff-overlay {
  height: 320px;
}

.staff .staff-content .item .item-image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.staff .staff-content .item .item-image div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.staff .staff-content .item .staff-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  background-color: var(--bg-dark);
  padding: 16px 30px;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.staff .staff-content .item .staff-overlay .name-role {
  font-family: 'Nunito';
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.staff .staff-content .item .staff-overlay .name-role span {
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 5px;
}

.staff .staff-content .item .staff-overlay .name-role i {
  text-transform: capitalize;
  color: var(--color-1-light);
  font-style: normal;
  padding: 0 5px;
}

.staff .staff-content .item .staff-overlay .item-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0px;
  width: 100%;
}

.staff .staff-content .item .staff-overlay .item-media a {
  display: inline-block;
  width: 40px;
  height: 30px;
  text-decoration: none;
  color: #bfbebe;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.staff .staff-content .item .staff-overlay .item-media a:hover {
  color: var(--color-1-dark-hover);
}

.staff .staff-content .item .staff-overlay .item-info {
  text-align: center;
}

.staff .staff-content .item .staff-overlay .item-info span {
  font-size: 16px;
  color: var(--text-white);
}

.staff .staff-content .item .staff-overlay .staff-more {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 17px 30px;
  border: 0;
  color: var(--text-light);
  background-color: var(--color-1-dark);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  margin: 40px 0px 0px 0px;
}

.staff .staff-content .item .staff-overlay .staff-more:hover {
  background-color: var(--color-1-dark-hover);
}

@media (max-width: 768px) {
  .staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px;
  }
  .staff .staff-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: auto;
  }
  .staff .staff-content .item {
    height: 400px;
    max-width: 400px;
    margin-bottom: 50px;
    width: 100%;
  }
}

.top_ten {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.article_side_title {
  font-family: 'Libre Baskerville';
  text-decoration: none;
  display: block;
  font-size: 18px;
  color: var(--text-dark);
  margin: 7px 20px 30px 0px;
  word-break: break-word;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}

.article_side_title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--color-1-light);
  position: absolute;
  left: 0px;
  bottom: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article_side_title:hover {
  color: var(--color-1-light);
}

.article_side_title:hover:after {
  width: 70px;
}

blockquote {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

blockquote p {
  font-family: 'Arial';
  color: var(--text-dark-gray);
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  text-align: justify;
}

blockquote p:before {
  content: '“';
  padding-right: 10px;
  font-family: 'Times';
  font-size: 30px;
  font-weight: 700;
  color: var(--text-dark-gray);
  position: relative;
  top: 10px;
}

blockquote p:after {
  content: '”';
  padding-left: 10px;
  font-family: 'Times';
  font-size: 30px;
  font-weight: 700;
  color: var(--text-dark-gray);
  position: relative;
  top: 10px;
}

blockquote cite {
  display: block;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-dark);
  font-style: normal;
  text-align: left;
}

blockquote div {
  font-family: 'Arial';
  font-size: 14px;
  color: var(--color-1);
  text-align: left;
}

.article_1, .article_2, .article_3, .article_4, .article_5, .database_9147055320 {
  font-family: 'Arial';
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.article_1 time, .article_2 time, .article_3 time, .article_4 time, .article_5 time, .database_9147055320 time {
  font-family: 'Arial';
  text-transform: uppercase;
  color: var(--color-1);
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}

.article_1 .article_title, .article_2 .article_title, .article_3 .article_title, .article_4 .article_title, .article_5 .article_title, .database_9147055320 .article_title {
  font-family: 'Times';
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: normal;
  text-align: left;
}

.article_1 .article_title .title-underline, .article_2 .article_title .title-underline, .article_3 .article_title .title-underline, .article_4 .article_title .title-underline, .article_5 .article_title .title-underline, .database_9147055320 .article_title .title-underline {
  display: block;
  font-family: 'arial';
  font-size: 30px;
  line-height: 0px;
  margin-bottom: 5px;
  letter-spacing: -0.1em;
  height: 2px;
  color: var(--color-1);
}

p {
  font-family: 'Arial';
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.gt, .user_date {
  font-family: 'Arial' !important;
  text-transform: uppercase;
  color: var(--color-1) !important;
  font-size: 16px !important;
  font-weight: 700;
  margin-top: 10px;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

.dt {
  font-family: 'Times' !important;
  color: var(--text-dark) !important;
  font-size: 24px !important;
  font-weight: 400;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  line-height: normal;
  text-align: left;
}

.dtl {
  font-family: 'Times' !important;
  color: var(--text-dark) !important;
  font-size: 24px !important;
  font-weight: 400;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  line-height: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}

.dtl:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: var(--color-1);
  position: absolute;
  left: 0;
  bottom: -7px;
}

.xtable {
  width: 100%;
  border-collapse: collapse;
}

.xtable th, .xtable td {
  padding: 10px;
  border: 1px solid #e5e5e5;
  text-align: left;
  font-family: 'Arial';
  font-size: 16px;
  line-height: 26px;
}

.body_art_list {
  display: block;
  padding-top: 60px;
  padding-bottom: 50px;
  min-height: 500px;
  position: relative;
  z-index: 2;
}

.body_art_list > article:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-right: 0;
  border-left: 3px solid #c19f47;
}

.body_art_list > article:nth-child(odd) .art_img_box {
  left: auto;
  right: 0;
}

.article_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: calc(100% - 40px);
  margin: 40px 20px;
  position: relative;
  border: 1px solid #c19f47;
  border-right: 3px solid #c19f47;
  background-color: #ffffff;
}

.article_box:hover .art_img_box:after {
  opacity: 0.3;
}

.art_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  width: calc(60% - 80px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 40px 40px;
}

.art_categ {
  font-family: 'Nunito';
  font-size: 14px;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  color: var(--color-1-dark);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.art_title {
  display: block;
  font-family: 'Libre Baskerville';
  font-size: 22px;
  font-weight: 400;
  color: var(--text-dark);
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  padding: 15px 0px 40px 0px;
  position: relative;
  text-align: left;
}

.art_title:after {
  content: "";
  display: block;
  position: relative;
  left: 0;
  top: 18px;
  width: 50px;
  height: 2px;
  background-color: var(--color-1);
}

.art_content {
  display: block;
  font-family: 'Nunito';
  color: var(--text-dark-gray);
  font-size: 16px;
  position: relative;
  line-height: 24px;
  text-align: left;
}

.art_author {
  font-family: 'Libre Baskerville';
  font-size: 16px;
  color: var(--color-1);
  text-transform: capitalize;
  text-decoration: none;
  padding-top: 10px;
}

.art_img_box {
  display: block;
  position: absolute;
  left: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.art_img_box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.art_img {
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.art_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.btn_more_articles {
  font-family: 'Nunito';
  font-size: 14px;
  display: inline-block;
  padding: 6px 18px;
  background-color: var(--color-1);
  color: var(--text-white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_more_articles:hover {
  background-color: var(--color-1-dark-hover);
}

.art_list_title {
  position: absolute;
  font-size: 0.01px;
}

.read_more {
  display: inline-block;
  font-size: 12px;
  padding: 2px 35px 2px 10px;
  border-radius: 20px;
  background-color: #6691e9;
  color: #ffffff;
  position: relative;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: normal;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}

.read_more:before {
  content: "-";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: absolute;
  right: 18px;
  top: 4px;
  font-family: Arial;
  line-height: 1px;
  text-align: right;
  text-indent: 8px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.read_more:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  position: absolute;
  right: 5px;
  top: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.read_more:hover {
  background-color: transparent;
  color: #000000;
  border: 1px solid #b0c6f3;
}

.read_more:hover:before {
  background-color: #b0c6f3;
  border: 1px solid #1d3e80;
  color: #1d3e80;
  -webkit-box-shadow: inset 1px 2px 3px 0px rgba(255, 255, 255, 0.75);
          box-shadow: inset 1px 2px 3px 0px rgba(255, 255, 255, 0.75);
}

.read_more:hover:after {
  background-color: #b0c6f3;
  border: 1px solid #1d3e80;
  -webkit-box-shadow: inset 1px 2px 3px 0px rgba(255, 255, 255, 0.75);
          box-shadow: inset 1px 2px 3px 0px rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
  .article_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 3px solid #c19f47;
  }
  .article_box .art_img_box {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .article_box .art_text {
    margin: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 40px);
  }
  .article_box .art_text .art_author {
    text-align: left;
  }
}

.comments_body {
  padding: 30px;
  padding-left: 10px;
  padding-bottom: 40px;
  padding-top: 0;
  background-color: #ffffff;
}

.art_insert_comment {
  display: block;
  padding: 30px;
  font-family: "times";
  font-size: 14px;
  text-align: left;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding-bottom: 0;
}

.art_insert_comment i {
  color: #ff0000;
  font-size: 14px;
  font-style: normal;
}

.art_insert_comment span {
  display: inline-block;
  width: 60px;
  float: left;
}

.art_insert_comment input {
  outline: none;
  border: 0;
  border-radius: 0;
  text-indent: 0;
  line-height: 35px;
  width: 100%;
  border-bottom: 2px solid #222222;
  font-family: 'Nunito';
  font-size: 16px;
}

.art_insert_comment textarea {
  outline: none;
  border: 0;
  border-radius: 0;
  text-indent: 0;
  line-height: 35px;
  width: 100%;
  border-bottom: 2px solid #222222;
  font-family: 'Nunito';
  font-size: 16px;
}

.ins_com_title {
  display: block;
  font-family: 'Libre Baskerville';
  font-size: 20px;
  color: var(--text-dark);
  padding-bottom: 20px;
}

.ins_com_name, .ins_com_email {
  display: inline-block;
  margin-right: 20px;
  width: calc(50% - 40px);
}

@media (max-width: 768px) {
  .ins_com_name, .ins_com_email {
    width: 100%;
    max-width: 220px;
  }
}

.ins_com_text {
  display: block;
  margin-top: 5px;
  width: calc(100% - 60px);
}

.btn_ins_comment {
  font-family: 'Nunito';
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-1);
  color: var(--text-white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_ins_comment:hover {
  background-color: var(--color-1-dark-hover);
}

.comment {
  display: block;
  padding: 10px 20px 10px 20px;
  font-family: 'Nunito';
  font-size: 16px;
  margin-bottom: 10px;
}

.comment span {
  position: relative;
  left: 20px;
  color: var(--text-dark-gray);
}

.com_icon {
  display: block;
  width: 50px;
  height: 50px;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
  float: left;
  text-transform: uppercase;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  top: -40px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.com_icon:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 33px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #ffffff;
}

.com_icon:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}

.com_name {
  display: block;
  margin-left: 80px;
  font-family: 'Libre Baskerville';
  font-size: 18px;
  line-height: 26px;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.com_name span {
  left: 0;
}

.com_data {
  font-family: 'Nunito';
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-1) !important;
  display: block;
}

.btn_line {
  padding: 0px 20px 40px 20px;
  text-align: right;
  position: relative;
  z-index: 10;
}

#char_info {
  font-family: 'Nunito';
}

.btn_more_comments {
  font-family: 'Nunito';
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-1);
  color: var(--text-white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_more_comments:hover {
  background-color: var(--color-1-dark-hover);
}

.com_buttons {
  display: block;
  max-width: 530px;
}

.rating_report {
  text-align: left;
  width: 115px;
  margin-top: 20px;
  padding: 5px;
  padding-bottom: 2px;
  border: 1px solid #cccccc;
}

.rating_report span {
  width: auto;
}

.rating_report label {
  float: right;
  position: relative;
  z-index: 1;
}

.rating_report div:last-child:after {
  display: none;
}

.star_nr {
  display: block;
  height: 17px;
  width: 100px;
  position: relative;
}

.star_nr .stars {
  position: relative;
  top: -4px;
  z-index: 1;
}

.star_nr:after {
  content: "";
  display: block;
  height: 15px;
  width: 102%;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  left: 0px;
  top: 1px;
  z-index: 0;
}

.image_viewer {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 200;
  -webkit-transform: scale(0.001);
          transform: scale(0.001);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}

.image_viewer img {
  max-width: 90%;
  max-height: 90%;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.75);
}

.btn_close_imv {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--color-1);
}

.btn_close_imv:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: var(--text-light);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: inherit;
  transition: inherit;
}

.btn_close_imv:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: var(--text-light);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: inherit;
  transition: inherit;
}

.btn_close_imv:hover {
  background-color: var(--text-light);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.btn_close_imv:hover:after {
  background-color: var(--text-dark);
}

.btn_close_imv:hover:before {
  background-color: var(--text-dark);
}

.btn_img_prev, .btn_img_next {
  display: block;
  width: 60px;
  height: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 110;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_img_prev:after, .btn_img_next:after {
  content: "\276E";
  display: block;
  color: var(--color-1);
  font-size: 60px;
  height: 60px;
  line-height: 60px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
}

.btn_img_prev:hover, .btn_img_next:hover {
  color: var(--color-1-light);
}

.btn_img_prev {
  border-top-left-radius: 160px;
  border-bottom-left-radius: 160px;
  left: 10%;
}

.btn_img_prev:after {
  content: "\276E";
}

.btn_img_next {
  border-top-right-radius: 160px;
  border-bottom-right-radius: 160px;
  left: Calc(90% - 60px);
}

.btn_img_next:after {
  content: "\276F";
}

.b_container {
  width: 100%;
  text-align: center;
  background-color: var(--bg-gray);
}

.b_container:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../assets/elements/bg_alpha.png");
  opacity: 0.15;
}

.b_container.full .b_left_col {
  padding-left: 40px;
}

.b_container.full .b_right_col {
  padding-right: 40px;
}

.b_col {
  display: inline-block;
  width: 100%;
}

.b_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: -4px;
  padding-top: 80px;
}

.full .b_col {
  width: 100%;
}

.box .b_col {
  width: calc(100% - 200px);
  max-width: 1200px;
}

.b_left_col {
  width: 30%;
  min-width: 200px;
  padding-top: 40px;
}

.b_main_col {
  width: 70%;
}

.b_right_col {
  width: 30%;
  min-width: 200px;
  padding-top: 40px;
}

body.full .b_main_col {
  width: 100%;
}

body.left-side .b_left_col {
  width: 30%;
  min-width: 200px;
}

body.left-side .b_main_col {
  width: 70%;
}

body.right-side .b_right_col {
  width: 30%;
  min-width: 200px;
}

body.right-side .b_main_col {
  width: 70%;
}

body.sides .b_left_col {
  width: 15%;
  min-width: 200px;
}

body.sides .b_right_col {
  width: 15%;
  min-width: 200px;
}

body.sides .b_main_col {
  width: 70%;
}

@media (max-width: 768px) {
  .box .b_col {
    width: 100%;
  }
  .box .b_col .b_main .b_left_col {
    display: none;
  }
  .box .b_col .b_main .b_main_col {
    width: 100%;
  }
}

.redirect {
  text-align: center;
  background-color: #efefef;
  background-image: url("../assets/elements/pattern_side.jpg");
}

.info_page {
  font-family: "times";
  font-size: 18px;
  color: #333388;
}

.info_page span {
  font-family: "timesBold";
}

.data_box {
  display: inline-block;
  font-family: "timesBold";
  font-size: 40px;
  text-align: center;
  line-height: 16px;
  line-height: 25px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0px;
  margin: 10px;
  margin-top: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.data_box span {
  font-size: 12px;
  display: block;
  letter-spacing: 0.02em;
}

.data_box i {
  display: block;
  font-style: normal;
  font-size: 20px;
  line-height: 10px;
}

.rating_box {
  display: inline-block;
  text-align: right;
}

.rating_box .score {
  display: inline-block;
  font-family: "robotoBold";
  color: #179701;
  font-size: 20px;
  position: relative;
  top: 3px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.rating_box .score span {
  color: #777777;
  font-family: "roboto";
  text-shadow: none;
  font-size: 16px;
  width: auto;
  float: none;
  position: relative;
  top: -2px;
  margin-left: 6px;
}

.rating_box .rate_btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.rating_box .rate_btn span {
  display: inline-block;
  width: auto;
  position: relative;
  top: -2px;
}

.logo_box {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.star span:after {
  display: block;
  content: '\2606';
  font-size: 25px;
  color: #c08600;
}

.star_fill span:before {
  display: block;
  content: '\2605';
  font-size: 25px;
  color: #ffe600;
}

.star_fill span:after {
  display: block;
  content: '\2606';
  font-size: 25px;
  color: #c08600;
  position: absolute;
  left: 0px;
  top: 0px;
}

.stars {
  display: inline-block;
}

.stars span {
  display: inline-block;
  width: auto;
  position: relative;
}

.stars span:before {
  display: block;
  content: '\2605';
  font-size: 16px;
  color: #ffe600;
}

.stars span:after {
  display: block;
  content: '\2606';
  font-size: 16px;
  color: #c08600;
  position: absolute;
  left: 0px;
  top: 0px;
}

.search_box {
  display: block;
  position: relative;
  text-align: left;
  z-index: 4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 50px;
  margin-bottom: 20px;
}

.search_box input {
  line-height: 30px;
  border: 0;
  border-bottom: 2px solid #222222;
  outline: none;
  font-family: 'Libre Baskerville';
  font-size: 16px;
  border-radius: 0;
  background: transparent;
  vertical-align: bottom;
  width: calc(100% - 41px);
}

.search_box .btn_search {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  top: 8px;
  display: inline-block;
  vertical-align: bottom;
}

.search_box .btn_search:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-1);
  border-radius: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search_box .btn_search:after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: var(--color-1);
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 17px;
  top: 21px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search_box .btn_search:hover:before {
  -webkit-box-shadow: inset 2px 1px 4px 0px rgba(0, 0, 0, 0.5), 2px 1px 2px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 2px 1px 4px 0px rgba(0, 0, 0, 0.5), 2px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.search_box .btn_search:hover:after {
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.5);
}

.slider_box {
  display: block;
}

.header_info {
  display: block;
  width: 100%;
  top: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social_box {
  display: block;
}

.body_article {
  display: block;
}

.comments_box {
  display: block;
}

.links {
  display: block;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

.links img {
  display: block;
  max-width: 150px;
  position: relative;
  left: 0;
  margin-bottom: 5px;
}

.links a {
  display: block;
  font-family: 'Nunito';
  font-size: 18px;
  text-transform: capitalize;
  color: var(--color-1-dark);
  padding-bottom: 5px;
  text-align: left;
}

.links a:hover {
  color: var(--color-1-light);
}

.article_box_small {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #cccccc;
}

.article_box_small:hover .art_img_box_small .art_img_small {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.article_box_small:hover .art_title_small {
  color: var(--text-gray);
}

.article_box_small .read_more {
  display: none;
}

.b_left_col .article_box_small, .b_right_col .article_box_small {
  width: 90% !important;
  max-width: 270px;
}

.art_text_small {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}

.art_title_small {
  display: block;
  font-family: 'Libre Baskerville';
  font-size: 18px;
  color: var(--text-dark);
  font-weight: 400;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  padding: 5px 0px 15px 0px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.art_content_small {
  display: block;
  font-family: 'Nunito';
  font-size: 14px;
  color: var(--text-dark);
  position: relative;
  text-align: center;
  word-break: break-all;
}

.art_author_small {
  font-family: 'Nunito';
  font-size: 15px;
  display: block;
  color: var(--color-1-dark);
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 10px;
  text-align: center;
}

.art_img_box_small {
  display: block;
  position: relative;
  width: calc(100% + 40px);
  top: -20px;
  height: 150px;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.art_img_small {
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: relative;
}

.art_small_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.top_art {
  position: relative;
  z-index: 2;
}

.sugestions {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.sugestions_title {
  display: block;
  font-family: 'Libre Baskerville';
  font-size: 20px;
  color: var(--color-1-dark);
  font-weight: 400;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  padding-left: 20px;
  text-align: left;
}

@media (min-width: 1450px) {
  .b_container.full .article_box_small {
    width: 22%;
  }
}

@media (max-width: 1150px) {
  .article_box_small {
    width: 47%;
  }
}

@media (max-width: 900px) {
  .article_box_small {
    width: 100%;
  }
}

.art_body {
  display: block;
  padding: 20px;
  padding-bottom: 40px;
  min-height: 500px;
  text-align: left;
  position: relative;
  z-index: 2;
}

.art_body .art-media {
  margin: 10px;
  position: relative;
  top: -20px;
}

@media (max-width: 550px) {
  .art_body .art-media {
    top: auto;
  }
}

.art_body .art-media:hover {
  -webkit-filter: drop-shadow(0px 0px 0px #444444);
          filter: drop-shadow(0px 0px 0px #444444);
}

.art_body .art-media:hover:before {
  color: #c7921d !important;
}

.art_body .art-media:before {
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.art_body .art-media.icon-twitter:before {
  color: #1da1f2;
}

.art_body .art-media.icon-facebook:before {
  color: #1877f2;
}

.art_body .art-media.icon-whatsapp:before {
  color: #25D366;
}

.art_body .art-like {
  display: inline-block;
  position: relative;
  top: -20px;
  margin-left: 50px;
}

@media (max-width: 550px) {
  .art_body .art-like {
    display: block;
    top: 0;
    margin: 20px 9px;
  }
}

.art_body .art-like span {
  font-size: 16px;
  color: #1c3e96;
}

.art_body .art-like button {
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
}

.art_body .art-like button:before {
  font-size: 16px;
  color: #1c3e96;
}

.art_body .art-like #btn-dislike {
  position: relative;
  top: 4px;
}

.art_body .views {
  position: absolute;
  top: 10px;
  font-family: arial;
  right: 32px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-1);
}

.art_body a {
  color: var(--color-1-light);
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.art_body a:hover {
  color: var(--color-1-dark);
  text-decoration: underline;
}

.crt_art_title {
  display: none;
  font-family: "times";
  font-size: 24px;
  color: #333388;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  padding: 20px 0px 20px 0px;
}

.crt_art_content {
  display: block;
  position: relative;
  padding: 30px;
  background-color: #ffffff;
}

@media (max-width: 550px) {
  .crt_art_content img {
    width: 100% !important;
  }
}

.crt_art_author {
  font-family: 'Libre Baskerville';
  font-weight: 400px;
  font-size: 17px;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  padding: 20px 0px 10px 0px;
  text-align: right;
}

.crt_art_author a {
  text-decoration: none;
  color: var(--color-1-dark);
}

.crt_art_date {
  font-family: "times";
  font-size: 14px;
  display: block;
  color: #777777;
  text-transform: capitalize;
  text-decoration: none;
  text-align: right;
}

.video_preview {
  display: none !important;
}

.previewTable {
  width: 100%;
}

.previewTable td {
  border: 0;
  vertical-align: top;
}

.platforma > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
  padding: 4px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bg-gray);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .platforma > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.platforma > div i {
  font-size: 16px;
  font-family: 'Libre Baskerville';
  color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--color-1-light);
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 33px;
}

.platforma > div p {
  width: calc(100% - 150px);
  font-size: 14px;
  font-family: 'Libre Baskerville';
}

@media (max-width: 768px) {
  .platforma > div p {
    width: 100%;
    margin: 10px 0;
  }
}

.platforma > div .art-like {
  top: 0;
  margin-left: 0;
}

.platforma > div .art-like span {
  color: var(--color-1-dark);
}

.platforma > div .art-like button:before {
  color: var(--color-1-dark);
}

.article_not_found {
  font-family: 'Times New Roman';
  font-size: 46px;
  color: var(--color-1);
  margin-top: 70px;
  margin-left: 50px;
}

.overlay {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
}

.message {
  display: block;
  background-color: #cccccc;
  width: 300px;
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

.msg_title {
  font-family: 'Nunito';
  font-size: 14px;
  color: #cccccc;
  width: Calc(100% + 40px);
  position: relative;
  left: -20px;
  top: -20px;
  padding: 5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.msg_body {
  font-family: 'Nunito';
  font-size: 14px;
  padding-bottom: 20px;
}

.msg_close {
  font-family: 'Nunito';
  font-size: 13px;
  display: inline-block;
  width: 80px;
  height: 25px;
  line-height: 25px;
  background-color: #ad8a36;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.msg_close:hover {
  background-color: #008800;
}

.categ_box {
  display: block;
  padding-top: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.list_categ {
  font-family: 'Libre Baskerville';
  text-decoration: none;
  display: block;
  font-size: 18px;
  color: var(--color-1-dark);
  margin: 7px 20px 30px 0px;
  word-break: break-word;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}

.list_categ:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--color-1-light);
  position: absolute;
  left: 0px;
  bottom: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.list_categ:hover {
  color: var(--color-1-light);
}

.list_categ:hover:after {
  width: 70px;
}

.contact {
  text-align: center;
  margin-top: 220px;
  margin-bottom: 180px;
}

.ct_body {
  display: inline-block;
  width: 400px;
  height: 300px;
  border: 4px solid #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 20px;
}

.ct_name span, .ct_email span, .ct_text span {
  font-family: "timesBold";
  font-size: 14px;
  color: #333388;
}

.ct_name i, .ct_email i, .ct_text i {
  color: #ff0000;
}

#ct_name, #ct_email, #ct_text {
  display: block;
  width: 250px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  height: 30px;
  text-indent: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  -webkit-box-shadow: inset 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

#ct_text {
  width: 350px;
  height: 80px;
}

.send_message {
  font-family: "times";
  font-size: 13px;
  display: inline-block;
  width: 80px;
  height: 25px;
  line-height: 25px;
  border-radius: 20px;
  background-color: #333388;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.send_message:hover {
  background-color: #008800;
}

/*-----------------------cookies-------------------*/
.btnk {
  display: inline-block;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #cccccc;
  float: left;
  margin-left: -1px;
  cursor: pointer;
  min-width: 130px;
}

.btn_agree {
  display: block;
  width: 60px;
  background-color: #008800;
  text-align: center;
  color: #ffffff;
  float: left;
  padding: 3px;
  margin-left: 20px;
  cursor: pointer;
}

#cookies {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 80px;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  font-family: "Arial";
}

#cookiestable {
  display: inline-block;
  background: #efefef;
  padding: 1%;
  padding-top: 4px;
  width: 98%;
  padding-bottom: 4px;
}

.fs {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

#details_box {
  display: none;
  border: 1px solid #cccccc;
  padding: 5px;
  width: 690px;
}

.ctable {
  width: 98%;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-collapse: collapse;
  margin: 5px;
}

.ctable tr td {
  border: 1px solid #cccccc;
  line-height: 20px;
  padding: 5px;
}

.ctable th {
  font-size: 12px;
  background: #efefef;
}

.pad5 {
  padding: 5px;
}

.chide {
  display: none;
}

.clabel {
  color: #555555;
  display: inline;
  width: 100px;
  line-height: unset;
}

#cookie_panel {
  display: inline-block;
  width: 750px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

#info {
  color: #ffffff;
  background-color: #008800;
  padding: 10px;
  border-radius: 3px;
  width: auto;
  display: none;
  margin-right: 4px;
}

/*-------------------end cookie panel---------------*/
.youtube_obj {
  display: inline-block;
  width: 100%;
  height: 400px;
  line-height: 350px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.iframe_obj {
  width: 100%;
  height: 100%;
  outline: 0px;
  border: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
}

p {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

h4 {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: normal;
}
/*# sourceMappingURL=blog_front.css.map */