@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-BoldItalic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Black.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-BlackItalic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-MediumItalic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


html {
  overflow-x: hidden;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #555555;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.875;
  font-weight: 400;
  word-break: break-word;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display';
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 20px;
  color: #5A2B27;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  margin: 0 0 15px 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: 22px;
  margin: 40px 0 28px;
  font-weight: 400;
  padding: 50px 160px 0;
  position: relative;
  font-family: 'Playfair Display';
  color: #5A2B27;
  text-align: center;
}
blockquote cite {
  font-family: "Raleway",Sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  display: block;
  color: #9f9e9e;
  margin-top: 10px;
}
blockquote:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background: url("../images/quote.svg");
  width: 39px;
  height: 32px;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.7142857143;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

.bg-alt {
  background: #f7f7f7;
}

.bg-primary {
  background: #9f9e9e;
}

.text-primary {
  color: #9f9e9e;
}

.section-padd {
  padding: 110px 0;
}

.section-padd-bot {
  padding-bottom: 110px;
}

.section-padd-top {
  padding-top: 110px;
}

.section-padd-top70 {
  padding-top: 70px;
}

.lead {
  font-size: 18px;
}

.clear-both {
  clear: both;
}

.unstyle {
  list-style: none;
  padding-left: 0;
}

.font14 {
  font-size: 14px;
}

.text-light {
  color: #fff;
}
.text-light * {
  color: #fff;
}

.bolder {
  font-weight: 600;
}

.normal {
  font-weight: 400;
}

.lighter {
  font-weight: 300;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.dtable {
  display: table;
}

.dcell {
  display: table-cell;
  vertical-align: middle;
}

.flex-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.overflow {
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.layer-behind {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f4f4f4;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.gaps {
  clear: both;
  height: 20px;
  display: block;
}
.gaps.size-2x {
  height: 40px;
}

.number-stroke {
  font-family: 'Playfair Display';
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.title-link {
  display: inline;
  background-size: 0 2px;
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, #7e7e7e, #f5f5f5);
}
.title-link:hover {
  /*background-size: 100% 2px;*/
  color: #EEE6D9 !important;
}

.btn-details {
  position: relative;
  font-family: 'Playfair Display';
  font-size: 13px;
  font-weight: 600;
  color: #5A2B27;
  text-transform: uppercase;
  z-index: 0;
  letter-spacing: 0.5px;
}
.btn-details:before {
  position: absolute;
  content: "";
  background: #dddddd;
  bottom: -3px;
  left: -7px;
  width: 20px;
  height: 12px;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.btn-details:hover {
  color: #5A2B27;
}
.btn-details:hover:before {
  width: calc( 100% + 14px );
  transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-play {
  position: relative;
  text-align: center;
  width: 60px;
  height: 60px;
  display: block;
  background: #fff;
  color: #5A2B27;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.btn-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  z-index: 1;
  display: block;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-play i:before {
  margin-left: 2px;
}
.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.btn-play:hover {
  background: #5A2B27;
  color: #fff;
}
.btn-play:hover:before {
  background: #5A2B27;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
    opacity: 0;
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  overflow: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.none-style {
  list-style: none;
  padding-left: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.mad-btn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 18px 41px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-family: 'Playfair Display';
  font-weight: 600;
  text-align: center;
  background: #5A2B27;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
  position: relative;
  border-bottom-right-radius: 40px;
}
.mad-btn:before, .mad-btn:after {
  content: "";
  position: absolute;
  background: #5A2B27;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.mad-btn:before {
  width: calc( 100% + 2px );
  height: 1px;
  bottom: -6px;
  left: 10px;
}
.mad-btn:after {
  width: 1px;
  height: calc( 100% + 2px );
  top: 10px;
  right: -6px;
}
.mad-btn:hover, .mad-btn:active, .mad-btn:focus {
  background: transparent;
  color: #5A2B27;
  border-color: #5A2B27;
}
.mad-btn:hover:before, .mad-btn:active:before, .mad-btn:focus:before {
  width: 0;
}
.mad-btn:hover:after, .mad-btn:active:after, .mad-btn:focus:after {
  height: 0;
}

.mad-btn.mad-btn-light {
  background: #fff;
  color: #5A2B27;
}
.mad-btn.mad-btn-light:before, .mad-btn.mad-btn-light:after {
  background: #fff;
}
.mad-btn.mad-btn-light:visited {
  background: #fff;
  color: #5A2B27;
}
.mad-btn.mad-btn-light:hover, .mad-btn.mad-btn-light:focus {
  color: #fff;
  background: #5A2B27;
  border-color: #5A2B27;
}

.mad-btn.mad-btn-dark {
  color: #6D3617;
  background: #EEE6D9;
}
.mad-btn.mad-btn-dark:before, .mad-btn.mad-btn-dark:after {
  background: #EEE6D9;
}
.mad-btn.mad-btn-dark:visited {
  color: #6D3617;
  background: #EEE6D9;
}
.mad-btn.mad-btn-dark:hover, .mad-btn.mad-btn-dark:focus {
  background: transparent;
  color: #6D3617;
  border-color: #6D3617;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #555555;
  border: none;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  font-weight: 500;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #555555;
}

select {
  border: none;
  background: #fff;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

textarea {
  width: 100%;
  height: 130px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555555;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #555555;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #5A2B27;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #9f9e9e;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
  min-width: 200px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  line-height: 1;
}
#site-logo img {
  width: 280px;
}
#site-logo img.logo-static {
  display: block;
}
#site-logo img.logo-scroll {
  display: none;
}

.is-stuck #site-logo img.logo-static {
  display: none;
}
.is-stuck #site-logo img.logo-scroll {
  display: block;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul, .vertical-main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.site-header.header-static {
  position: static;
}

.mad-mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.mad-mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}

.mad-main-header .mad-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  flex: 1 auto;
}

.mad-mainbar-row > [class^=mad-col] {
  display: flex;
  align-items: stretch;
  position: static;
}

.mad-mainbar-row .mad-col {
  /*flex-basis: 0;*/
  flex-grow: 0.65;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.mad-mainbar-row > [class^=mad-col] {
  flex-flow: row nowrap;
}
.mad-mainbar-row > [class^=mad-col].text-left {
  justify-content: flex-start;
}
.mad-mainbar-row > [class^=mad-col].text-center {
  justify-content: center;
}
.mad-mainbar-row > [class^=mad-col].text-right {
  justify-content: flex-end;
}

.mad-main-header .mad-row > div:empty {
  display: none;
}

.mad-row {
  margin-right: -15px;
  margin-left: -15px;
}

.mad-col:before {
  display: inline-flex;
}

.mad-main-header .mad-row .mad-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.mad-header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Main Menu */
.main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}

.main-navigation > ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-navigation ul {
  /*font-family: 'Playfair Display';*/
  font-weight: normal;
  font-size: 14px;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation > ul > li {
  margin: 0px 20px;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.main-navigation > ul > li:last-child {
  margin-right: 0;
}
.main-navigation > ul > li:first-child {
  margin-left: 0;
}

.main-navigation > ul > li > a:before {
  position: absolute;
  height: 8px;
  width: 8px;
  bottom: -14px;
  left: 50%;
  opacity: 0;
  margin-left: -5px;
  background: #fff;
  content: "";
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transform: rotate(45deg);
}

.main-navigation > ul > li:hover > a:before,
.main-navigation > ul > li.current-menu-item > a:before,
.main-navigation > ul > li.current-menu-ancestor > a:before {
  bottom: -4px;
  opacity: 1;
}

.main-navigation ul ul {
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: #5A2B27;
}

.main-navigation ul > li > a {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  font-size: 16px;
  margin: 0;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.main-navigation ul > li.menu-item-has-children > a {
  padding-right: 17px;
}

.main-navigation > ul > li.menu-item-has-children:last-child > a:after {
  right: 0px;
}

.main-navigation ul li li {
  display: block;
  position: relative;
  padding: 0px 34px;
}

.main-navigation ul li li a {
  font-size: 16px;
  line-height: 30px;
  color: #b6b6b6;
  text-align: left;
  display: block;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.main-navigation:not(.no-line) ul li li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0px;
  height: 1px;
  background: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}

.main-navigation:not(.no-line) ul li li a:hover:before,
.main-navigation:not(.no-line) ul ul li.current-menu-item > a:before,
.main-navigation:not(.no-line) ul ul li.current-menu-ancestor > a:before {
  left: 0px;
  visibility: visible;
  opacity: 1;
  width: 30px;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
  padding-left: 40px;
  color: #fff;
}

.main-navigation.no-line ul li li a:hover,
.main-navigation.no-line ul ul li.current-menu-item > a,
.main-navigation.no-line ul ul li.current-menu-ancestor > a {
  padding-left: 0;
}

.main-navigation ul > li.menu-item-has-children > a:after {
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -4px;
  font-family: "Flaticon";
  content: "";
  font-size: 8px;
  line-height: 1;
  color: #c3c7c9;
  font-weight: 500;
}

.main-navigation ul > li.menu-item-has-children > a:hover:after {
  color: #fff;
}

.main-navigation ul > li li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  font-family: Flaticon;
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 9px;
  color: #b6b6b6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}

.main-navigation ul li ul {
  min-width: 290px;
  white-space: nowrap;
  padding: 20px 0px;
  position: absolute;
  top: 100%;
  left: -34px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.main-navigation ul li ul:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -10px;
  left: 0;
}

.main-navigation ul li ul ul {
  left: calc(100% + 2px);
  top: -30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.main-navigation ul > li:hover > ul {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  border: none !important;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.admin-bar .is-stuck,
.admin-bar .site-header-vertical {
  top: 32px;
}

@media screen and (min-width: 1024px) {
  .is-stuck {
    background-color: #5A2B27;
    -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
  }
  .is-stuck .main-navigation ul.menu > li:hover > ul {
    transform: translateY(0);
  }
  .is-stuck .main-navigation ul.menu > li > a {
    color: #fff;
  }
  .is-stuck .main-navigation ul.menu > li > a:after {
    color: #fff;
  }
  .is-stuck .main-navigation ul.menu > li > a:before {
    background: #fff;
  }
  .is-stuck .cart-contents .count {
    background: #fff;
    color: #5A2B27;
  }
}
/* Responsive */
@media (max-width: 1199px) {
  .main-navigation > ul > li {
    margin: 0 14px;
  }
}
@media (max-width: 1440px) {
  .mad-btn-cta .btn-cta-header {
    display: none;
  }
}
@media (max-width: 1265px) {
  .mad-btn-cta .contact-header {
    display: none;
  }
}
@media (max-width: 782px) {
  .admin-bar .site-header,
.admin-bar .is-stuck {
    top: 46px;
  }
  .site-header.header-static {
	  position: fixed;
	}
}
@media (max-width: 600px) {
  .admin-bar .is-stuck {
    top: 0;
  }
}
/*--------------------------------------------------------------
## Vertical Header
--------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .site-header-vertical {
      background-image: url(/../images/bg/bg-left-menu.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover
  }
  .site-header-vertical {
      width: 340px;
  }
  .header-vertical .site-footer {
      margin-left: 340px;
  }
  .header-vertical .footer-bottom {
      margin-left: 340px;
  }
  .header-vertical .site-content {
    margin-left: 340px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-vertical .site-footer {
    margin-left: 340px;
  }

  .site-header-vertical {
    position: fixed;
    top: 0;
    left: 0;
    width: 340px;
    height: 100%;
    outline: 0;
    z-index: 101;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .site-header-vertical .header-desktop {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
  }

  .vertical-main-navigation {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 0;
    vertical-align: middle;
    padding: 0;
    z-index: 100;
  }
  .vertical-main-navigation > ul {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .vertical-main-navigation ul {
    font-family: 'Playfair Display';
    font-weight: normal;
    font-size: 14px;
    margin: 0px 0px;
    padding: 0px 0px;
  }
  .vertical-main-navigation ul ul {
    margin: 0;
    padding: 0;
    background-color: #5A2B27;
  }
  .vertical-main-navigation ul > li > a {
    position: relative;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: block;
    outline: none;
    color: #fff;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .vertical-main-navigation ul > li.menu-item-has-children > a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    font-family: "Flaticon";
    content: "";
    font-size: 8px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
  }
  .vertical-main-navigation ul li {
    display: block;
    position: relative;
  }
  .vertical-main-navigation ul li li {
    padding: 0px 34px;
  }
  .vertical-main-navigation ul li li a {
    font-size: 16px;
    line-height: 30px;
    color: #b6b6b6;
    text-align: left;
    display: block;
    padding: 5px 0px 5px 0px;
    position: relative;
    text-decoration: none;
    outline: none;
    text-transform: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
  }
  .vertical-main-navigation ul li li a:hover, .vertical-main-navigation ul li li.current-menu-item > a, .vertical-main-navigation ul li li.current-menu-ancestor > a {
    padding-left: 40px;
    color: #fff;
  }
  .vertical-main-navigation ul li ul {
    min-width: 250px;
    white-space: nowrap;
    padding: 20px 0px;
    position: absolute;
    top: 10px;
    left: calc(100% + 15px);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  .vertical-main-navigation ul li ul ul {
    left: 100%;
    top: 10px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
  }
  .vertical-main-navigation ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .vertical-main-navigation.no-line ul li li a:hover,
.vertical-main-navigation.no-line ul ul li.current-menu-item > a,
.vertical-main-navigation.no-line ul ul li.current-menu-ancestor > a {
    padding-left: 0;
  }

  .vertical-main-navigation:not(.no-line) ul li li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 0px;
    height: 1px;
    background: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
  }
  .vertical-main-navigation:not(.no-line) ul li li a:hover:before, .vertical-main-navigation:not(.no-line) ul ul li.current-menu-item > a:before, .vertical-main-navigation:not(.no-line) ul ul li.current-menu-ancestor > a:before {
    left: 0px;
    visibility: visible;
    opacity: 1;
    width: 30px;
  }
}
@media (min-width: 768px) {
  .row-height-full.elementor-section.elementor-section-height-full > .elementor-container .elementor-row {
    height: 100%;
  }
}
/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .mad-main-header,
.header-desktop {
    display: none;
  }

  .header_mobile {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header_mobile.open, .header_mobile.is-stuck {
    background: #5A2B27;
    -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
  }
  .header_mobile .mobile_nav .mobile_mainmenu li a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: rgba(255, 255, 255, 0.7);
  }

  .header_mobile .mlogo_wrapper {
    position: relative;
  }
  .header_mobile .mlogo_wrapper img {
    height: 90px;
  }

  .header_mobile .mlogo_wrapper .mobile_logo {
    float: left;
  }

  #mmenu_toggle {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 20px;
    right: 34px;
    margin-top: -10px;
    top: 50%;
  }

  #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #fff;
    height: 3px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
    border-radius: 2px;
  }

  #mmenu_toggle button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 3px;
    background: #fff;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 3px;
    background: #fff;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle.active button {
    background: none;
  }

  #mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  #mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .mobile_nav {
    display: none;
    margin-top: 20px;
  }

  .mobile_nav .mobile_mainmenu {
    font-family: 'Playfair Display';
    margin: 0;
    padding: 0;
  }

  .mobile_nav .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
  }

  .mobile_nav .mobile_mainmenu ul {
    display: none;
  }

  .mobile_nav .mobile_mainmenu li {
    position: relative;
    list-style: none;
  }

  .mobile_nav .mobile_mainmenu li a {
    padding: 9px 0;
    display: block;
    font-size: 16px;
  }

  .mobile_nav .mobile_mainmenu > li > a {
    text-transform: uppercase;
    font-size: 14px;
  }

  .mobile_nav .mobile_mainmenu > li:last-child > a {
    border: none;
  }

  .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
    color: #fff;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: auto;
    padding: 9px 12px 9px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
  }

  .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: #9397a7;
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }

  .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
    font-size: 10px;
    font-weight: 600;
  }

  .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .mobile_nav ul li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
  }

  .mobile_nav ul li > a:hover:before {
    visibility: visible;
    opacity: 1;
  }

  .mobile_nav ul li a:hover {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mlogo_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}
/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  width: 100%;
  height: 280px;
  color: #5A2B27;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  background: center center no-repeat;
  background-size: cover;
}
.page-header .breadcrumbs {
  margin-bottom: 0;
  padding-left: 0;
}
.page-header .breadcrumbs li {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
}
.page-header .breadcrumbs li:before {
  content: "•";
  position: absolute;
  color: #5A2B27;
  font-family: "Raleway",Sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 4px;
  left: -2px;
  top: 8px;
}
.page-header .breadcrumbs li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.page-header .breadcrumbs li:first-child:before {
  display: none;
}
.page-header .breadcrumbs li a {
  color: #5A2B27;
  background-size: 0 2px;
  background-position: 0 88%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, #7e7e7e, #f5f5f5);
}
.page-header .breadcrumbs li a:hover {
  background-size: 100% 2px;
}
.page-header.header-static .page-title {
  margin-top: -15px;
}

.page-title {
  color: #5A2B27;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  margin-top: 75px;
  margin-bottom: 10px;
}

/*Header Left*/
.header-vertical .page-header {
  height: 400px;
}

@media (max-width: 1024px) {
  .page-header {
    height: 400px;
  }

  .page-title {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .page-header .page-title {
    font-size: 32px;
  }
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-content {
  padding: 90px 0 100px;
}

.post-box .post-inner {
  padding: 40px 40px 38px;
  border: 1px solid #EEE6D9;
  background: #fff;
  margin-bottom: 60px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-box .entry-title {
  margin-bottom: 12px;
      font-weight: 700;
}
.post-box .entry-title a {
  color: #5A2B27;
  font-weight: 600;
}
.post-box p {
  line-height: 30px;
  margin-bottom: 16px;
}
.post-box .entry-footer {
  line-height: 1;
}
.post-box .entry-media {
  position: relative;
  margin-bottom: 34px;
  overflow: hidden;
}
.post-box .entry-media.post-cat-abs .post-cat {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.post-box .entry-media .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.post-box .post-cat {
  margin-bottom: -10px;
}
.post-box .post-cat a {
  font-family: 'Playfair Display';
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.1;
  display: inline-block;
  color: #fff;
  background: #5A2B27;
  padding: 8px 10px;
  margin-right: 7px;
  margin-bottom: 10px;
  border-top-right-radius: 20px;
}
.post-box .post-cat a:hover {
  background: #f5f5f5;
  color: #5A2B27;
}
.post-box .entry-meta {
  font-family: "Raleway",Sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
  color: #5A2B27;
}
.post-box .entry-meta > span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-left: 25px;
}
.post-box .entry-meta > span:before {
  position: absolute;
  content: "••";
  font-size: 18px;
  line-height: 1;
  left: -2px;
  top: 4px;
}
.post-box .entry-meta > span:first-child {
  padding-left: 0;
}
.post-box .entry-meta > span:first-child:before {
  display: none;
}
.post-box .entry-meta > span a {
  color: #9f9e9e;
}
.post-box .entry-meta > span a:hover {
  color: #5A2B27;
}
.post-box .img-slider {
  position: relative;
}
.post-box .img-slider .mad-swiper-button-next, .post-box .img-slider .mad-swiper-button-prev {
  background: #fff;
  color: #5A2B27;
}
.post-box .img-slider .mad-swiper-button-next:hover, .post-box .img-slider .mad-swiper-button-prev:hover {
  color: #9f9e9e;
}
.post-box .audio-box iframe {
  width: 100%;
  margin-bottom: 30px;
}
.post-box .link-box {
  margin-bottom: 22px;
  position: relative;
  padding-left: 52px;
}
.post-box .link-box a {
  font-size: 22px;
  font-weight: 400;
  font-family: 'Playfair Display';
  color: #5A2B27;
}
.post-box .link-box i {
  color: #5A2B27;
  position: absolute;
  left: 0;
  top: -1px;
}
.post-box .link-box i:before {
  font-size: 40px;
  line-height: 1;
}
.post-box:not(.blog-post):hover .post-inner {
  border-color: #5A2B27;
}

.page-pagination {
  margin-top: 50px;
  margin-bottom: 0;
}
.page-pagination li {
  display: inline-block;
}
.page-pagination li a, .page-pagination li span {
  font-family: 'Playfair Display';
  font-size: 16px;
  color: #bfbfbf;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 18px;
  margin-right: 5px;
  border-bottom: 2px solid #d8d8d8;
  padding: 7px;
  background: transparent;
}
.page-pagination li a i:before, .page-pagination li span i:before {
  font-size: 12px;
}
.page-pagination li a.next, .page-pagination li a.prev {
  line-height: 15px;
}
.page-pagination li span, .page-pagination li a:hover {
  color: #5A2B27;
  border-bottom-color: #000000;
}

/* blog post */
.blog-post {
  box-shadow: none;
  overflow: inherit;
  margin-bottom: 0;
}
.blog-post > .inner-post p:not(:last-child) {
  margin-bottom: 20px;
}
.blog-post > .inner-post p:last-child {
  margin-bottom: 0;
}
.blog-post > .inner-post .entry-summary {
  padding-bottom: 50px;
  overflow: hidden;
}
.blog-post .entry-footer {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.related-posts h3, .blog-grid h3, .blog-slider h3 {
  margin-bottom: 30px;
}
.related-posts .post-box .post-inner, .blog-grid .post-box .post-inner, .blog-slider .post-box .post-inner {
  padding: 19px;
  margin-bottom: 0;
}
.related-posts .post-box .post-inner .entry-media, .blog-grid .post-box .post-inner .entry-media, .blog-slider .post-box .post-inner .entry-media {
  margin-bottom: 24px;
}
.related-posts .post-box .post-inner .the-excerpt, .blog-grid .post-box .post-inner .the-excerpt, .blog-slider .post-box .post-inner .the-excerpt {
  margin-bottom: 5px;
}
.related-posts .post-box .post-inner .entry-title, .blog-grid .post-box .post-inner .entry-title, .blog-slider .post-box .post-inner .entry-title {
  margin-bottom: 15px;
}

.related-posts {
  margin-bottom: 78px;
}

.comment-form p {
  margin-bottom: 20px;
  line-height: 1.4;
}
.comment-form p label {
  margin-left: 8px;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
.comment-form .comment-notes {
  margin-bottom: 10px;
}
.comment-form .logged-in-as {
  font-size: 14px;
  margin-bottom: 20px;
}
.comment-form .logged-in-as a {
  color: #555555;
}
.comment-form input[type=text],
.comment-form input[type=email] {
  width: 100%;
}
.comment-form .mad-btn {
  margin-top: 10px;
}
.comment-form .mad-btn:before, .comment-form .mad-btn:after {
  display: none;
}
.comment-form .mad-btn:hover {
  border: 1px solid;
}
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget ul li {
  position: relative;
}
.widget ul li a {
  display: inline;
  background-size: 0 2px;
  background-position: 0 88%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, #4b4b4b, #f5f5f5);
}
.widget ul li a:hover {
  /*background-size: 100% 2px;*/
  color: #EEE6D9;
}

.widget-area {
  font-family: 'Playfair Display';
}
.widget-area .widget {
  margin-bottom: 43px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  padding-bottom: 12px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  position: relative;
}
.widget-area .widget .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 2px;
  border-bottom: 2px dotted #5A2B27;
}
.widget-area .widget ul:not(.recent-news) > li {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
}
.widget-area .widget ul:not(.recent-news) > li:last-child {
  margin-bottom: 0;
}
.widget-area .widget ul:not(.recent-news) > li a {
  color: #5A2B27;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget ul:not(.recent-news) > li .count {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 1;
  color: #9f9e9e;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget select {
  width: 100%;
  padding: 8px;
  outline: none;
}
.widget-area .widget table caption {
  margin-bottom: 10px;
}
.widget-area .widget table td, .widget-area .widget table th {
  border-color: #aaa;
  text-align: center;
}
.widget-area .widget_categories ul li a,
.widget-area .widget_archive ul li a,
.widget-area .widget_nav_menu ul li a,
.widget-area .widget_product_categories ul li a {
  display: block;
  padding: 10px 20px;
  background: #f4f4f4;
  text-transform: uppercase;
}
.widget-area .widget_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover,
.widget-area .widget_nav_menu ul li a:hover,
.widget-area .widget_product_categories ul li a:hover {
  color: #fff;
  background: #5A2B27;
  text-decoration: none;
}
.widget-area .widget_categories ul li a:hover + span.count,
.widget-area .widget_archive ul li a:hover + span.count,
.widget-area .widget_nav_menu ul li a:hover + span.count,
.widget-area .widget_product_categories ul li a:hover + span.count {
  color: #fff;
}
.widget-area .widget_nav_menu ul li a > span {
  color: #a3a3a3;
}
.widget-area .widget_nav_menu ul li.current-menu-item a {
  color: #fff;
  background: #5A2B27;
}

.widget .recent-news li:not(:last-child) {
  margin-bottom: 25px;
}
.widget .recent-news .thumb {
  float: left;
  margin-right: 20px;
  width: 75px;
}
.widget .recent-news h6 {
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
}
.widget .recent-news h6 a {
  color: #5A2B27;
  font-weight: 600;
}
.widget .recent-news .post-on {
  font-family: "Raleway",Sans-serif;
  font-size: 12px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  color: #9f9e9e;
}

/*--------------------------------------------------------------
## Responsive Blog
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .content-area {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {

  .post-nav .post-prev,
.post-nav .post-next {
    width: 50%;
  }

  .post-nav .thumb-post-next,
.post-nav .thumb-post-prev {
    display: none;
  }

  .post-nav .post-next {
    margin-right: 0;
  }

  .post-nav .post-prev {
    margin-left: 0;
  }

  .related-posts .col-sm-6:first-child {
    margin-bottom: 30px;
  }

  .comment-form .mad-btn {
    font-size: 12px;
    padding: 15px 28px;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .entry-content {
    padding: 50px 0 70px;
  }

  .post-box .post-inner {
    padding: 20px 20px 18px;
  }
}


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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

/*--------------------------------------------------------------
# Elementor Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Heading
--------------------------------------------------------------*/
.ot-heading {
  position: relative;
}
.ot-heading > span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5A2B27;
  display: inline-block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ot-heading h2 {
  margin-bottom: 0;
  line-height: 56px;
  font-weight: 700;
  font-size: 50px;
}
.ot-heading.is-dots {
  padding-bottom: 30px;
}

.mad-align-center .ot-heading.is-dots:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mad-align-right .ot-heading.is-dots:before {
  left: auto;
  right: 2px;
}

.mad-align-left .ot-heading.is-dots:before {
  left: 1px;
  right: auto;
}

@media (max-width: 1024px) {
  .mad-tablet-align-center .ot-heading.is-dots:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mad-tablet-align-right .ot-heading.is-dots:before {
    left: auto;
    right: 2px;
  }

  .mad-tablet-align-left .ot-heading.is-dots:before {
    left: 1px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .ot-heading > span {
    font-size: 12px;
  }

  .ot-heading h2 {
    font-size: 27px;
    line-height: 38px;
  }

  .ot-heading {
    padding-bottom: 20px;
  }
  .ot-heading:before {
    width: 40px;
  }

  .mad-mobile-align-center .ot-heading.is-dots:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mad-mobile-align-right .ot-heading.is-dots:before {
    left: auto;
    right: 2px;
  }

  .mad-mobile-align-left .ot-heading.is-dots:before {
    left: 1px;
    right: auto;
  }
}
@media (max-width: 600px) {
  .ot-heading h2 br {
    display: none;
  }
}
/*--------------------------------------------------------------
## Video Popup
--------------------------------------------------------------*/
.video-popup span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 20px;
}

/*--------------------------------------------------------------
## Contact-info
--------------------------------------------------------------*/
.contact-info {
  font-size: 16px;
  overflow: hidden;
  color: #5A2B27;
}
.contact-info h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-info i {
  font-size: 26px;
  margin-top: 2px;
  line-height: 1;
  float: left;
  color: #5A2B27;
}
.contact-info i:before {
  font-size: 26px;
}
.contact-info img {
  width: 30px;
  margin-top: 3px;
  float: left;
}
.contact-info p {
  margin-bottom: 0;
}
.contact-info .info-text {
  padding-left: 50px;
  font-weight: 300;
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.ot-testimonials .testi-item {
  background: transparent;
  padding-right: 20px;
  margin-top: 26px;
}
.ot-testimonials .testi-item .t-head {
  overflow: hidden;
  justify-content: normal;
  padding-left: 20px;
}
.ot-testimonials .testi-item .t-head img {
  max-width: 80px;
  margin-right: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ot-testimonials .testi-item .t-head h6 {
  font-size: 22px;
  margin-bottom: 2px;
}
.ot-testimonials .testi-item .t-head span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6f6f6f;
}
.ot-testimonials .testi-item .ttext {
  position: relative;
  margin-bottom: 50px;
  padding: 37px 35px 37px 40px;
  font-size: 18px;
  line-height: 26px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.ot-testimonials .testi-item .ttext > span {
  position: absolute;
  content: "";
  left: 28px;
  top: -1px;
  width: 80px;
  height: 1px;
  background: #fff;
}
.ot-testimonials .testi-item .ttext:before {
  position: absolute;
  top: -28px;
  left: 28px;
  content: "";
  width: 80px;
  height: 45px;
  z-index: 1;
  background: url("../images/quote.svg") no-repeat center;
}
.ot-testimonials .ot-testimonials-slider-s2 .testi-item {
  padding-right: 0;
  padding-bottom: 10px;
  margin: 0;
}
.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
  font-size: 14px;
  padding: 0;
  margin-bottom: 30px;
  border: none;
  background: none;
}
.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext:before {
  display: none;
}
.ot-testimonials .ot-testimonials-slider-s2 .testi-item .t-head {
  padding-left: 0;
}
.ot-testimonials .ot-testimonials-slider-s2 .testi-item .t-head h5 {
  margin-bottom: 3px;
  font-weight: 600;
}

@media (max-width: 480px) {
  .ot-testimonials .t-head img {
    margin-right: 15px;
  }
}
/*--------------------------------------------------------------
## Image Carousel
--------------------------------------------------------------*/
.image-gallery .gallery-icon {
  position: relative;
}

.gallery-icon.portrait img {
    border-bottom-right-radius: 80px;
}

.image-gallery .gallery-icon .overlay {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border-bottom-right-radius: 80px;
}
.image-gallery .gallery-icon .overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: #5A2B27;
  color: #EEE6D9;
}
.image-gallery .gallery-icon .overlay i:before {
  font-size: 22px;
}
.image-gallery .gallery-icon .overlay i:hover {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.image-gallery .gallery-icon:hover .overlay {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 600px) {
  .image-gallery .gallery.gallery-columns-2 .gallery-item, .image-gallery .gallery.gallery-columns-3 .gallery-item, .image-gallery .gallery.gallery-columns-4 .gallery-item, .image-gallery .gallery.gallery-columns-5 .gallery-item, .image-gallery .gallery.gallery-columns-6 .gallery-item, .image-gallery .gallery.gallery-columns-7 .gallery-item, .image-gallery .gallery.gallery-columns-8 .gallery-item, .image-gallery .gallery.gallery-columns-9 .gallery-item, .image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.ot-accordions .acc-item {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.ot-accordions .acc-item .acc-toggle {
  cursor: pointer;
  justify-content: space-between;
  overflow: hidden;
  font-family: 'Playfair Display';
  font-size: 20px;
  color: #5A2B27;
  padding: 15px 0 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-accordions .acc-item .acc-toggle i {
  float: right;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  color: #5A2B27;
}
.ot-accordions .acc-item .acc-toggle i.up {
  display: none;
}
.ot-accordions .acc-item .acc-toggle i.down {
  margin-top: 5px;
}
.ot-accordions .acc-item .acc-toggle i:before {
  font-size: 14px;
}
.ot-accordions .acc-item .acc-content {
  display: none;
  padding: 0 20px 27px 0;
  font-size: 14px;
  line-height: 30px;
}
.ot-accordions .acc-item .acc-content p:last-child, .ot-accordions .acc-item .acc-content ul:last-child {
  margin-bottom: 0;
}
.ot-accordions .acc-item.current .acc-toggle i.down {
  display: none;
}
.ot-accordions .acc-item.current .acc-toggle i.up {
  display: inherit;
}
.ot-accordions .acc-item:last-child {
  border-bottom: none;
}
/*--------------------------------------------------------------
## Process
--------------------------------------------------------------*/
.ot-process {
  padding-right: 20px;
  padding-left: 20px;
}
.ot-process .process_nav {
  margin: 0;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 3px solid #5A2B27;
}
.ot-process .process_nav li {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  margin-right: 70px;
  cursor: pointer;
}
.ot-process .process_nav li:last-child {
  margin-right: 0;
}
.ot-process .process_nav li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background: #EEE6D9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-process .process_nav li .number-stroke {
  position: absolute;
  left: -17px;
  top: -38px;
  font-size: 72px;
}
.ot-process .process_nav li .icon-main {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 140px;
  line-height: 141px;
  background: #000;
  color: #fff;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  background-color: #5a2d27;
  border-radius: 72% 28% 46% 54% / 43% 54% 46% 57%;
}
.ot-process .process_nav li .icon-main span:not(.number-stroke) {
  font-size: 56px;
}
.ot-process .process_nav li .icon-main span:not(.number-stroke):before {
  font-size: 56px;
}
.ot-process .process_nav li .icon-main span.ot-flaticon-tip {
  margin-left: 18px;
}
.ot-process .process_nav li.current:after {
  opacity: 1;
  visibility: visible;
}
.ot-process .process_nav li:hover .icon-main, .ot-process .process_nav li.current .icon-main {
  background: #EEE6D9;
  color: #5a2d27;
}
.ot-process .process_nav li .process-des-item {
  padding: 0;
}
.ot-process .process_nav li h5 {
  margin-bottom: 16px;
}
.ot-process .process_nav h5 {
  font-size: 18px;
  color: #5A2B27;
  margin-bottom: 26px;
}
.ot-process .process-des-item {
  padding: 38px 50px 0;
  text-align: center;
  color: #a3a3a3;
  margin: 0;
}

.ot-process:not([data-tab]) .process_nav {
  border-bottom: none;
}
.ot-process:not([data-tab]) .process_nav li {
  margin-right: 50px;
}
.ot-process:not([data-tab]) .process_nav li:last-child {
  margin-right: 0;
}

.order-even-top-40 .ot-process:not([data-tab]) .process_nav li:nth-child(even) {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .ot-process .process_nav li, .ot-process:not([data-tab]) .process_nav li {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .ot-process .process_nav {
    display: block;
    border-color: #fff;
  }
  .ot-process .process_nav li {
    margin-bottom: 60px;
  }
  .ot-process .process_nav li:last-child {
    margin-bottom: 30px;
  }
  .ot-process .process_nav li:after {
    display: none;
  }
  .ot-process .process-des-item {
    padding: 20px 30px 0;
  }

  .order-even-top-40 .ot-process:not([data-tab]) .process_nav li:nth-child(even) {
    margin-top: 0;
  }
}
/*--------------------------------------------------------------
## Support Box
--------------------------------------------------------------*/
.support-box {
  position: relative;
}
.support-box .inner-box {
  position: relative;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transform-style: preserve-3d;
}
.support-box .inner-box > div {
  backface-visibility: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  border-radius: 50px;
}
.support-box .icon-title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.support-box .icon-title h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 42px;
  font-weight: 600;
}
.support-box .icon-title span {
  margin-bottom: 4px;
}
.support-box .icon-title span:before {
  font-size: 45px;
}
.support-box .icon-title i {
  font-size: 45px;
  margin-bottom: 20px;
  margin-top: 19px;
}
.support-box .overlay {
  z-index: 1;
  opacity: 1;
  text-align: center;
  padding: 20px 30px;
  background: #EEE6D9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #a3a3a3;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.support-box .overlay p {
	margin-bottom: 0;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
}
.support-box:hover .inner-box {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.support-box:hover .inner-box .content-box {
  opacity: 0;
}

.content-box img {
    border-radius: 50px;
}
/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.team-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.team-wrap .team-text-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.team-wrap .team-info {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(26, 26, 26, 0.5);
  opacity: 1;
  text-align: center;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.team-wrap .team-info div.dcell {
  position: relative;
  width: 100%;
  height: 100%;
}
.team-wrap .team-thumb {
  overflow: hidden;
}
.team-wrap img {
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.team-wrap .m_extra {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.team-wrap .m_extra span {
	display: block;
    font-size: 12px;
    margin-bottom: 20px;
}
.team-wrap h4 {
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0;
    font-size: 24px;
}
.team-wrap h4 a {
  color: #fff;
}
.team-wrap h4 a:hover {
  color: #9f9e9e;
}
.team-wrap .team-social > span {
  cursor: pointer;
  margin-bottom: 20px;
  position: absolute;
  z-index: 2;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.team-wrap .team-social > span:before {
  font-size: 21px;
}
.team-wrap .team-social a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.team-wrap .team-social a:hover {
  color: #9f9e9e;
}
.team-wrap .team-social.active > span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.team-wrap .team-social.active a {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 1;
  visibility: visible;
}
.team-wrap:hover .team-info {
  opacity: 1;
}
.team-wrap:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.member-info {
  font-family: 'Playfair Display';
  list-style: none;
  font-size: 18px;
  padding-left: 0;
}
.member-info li {
  color: #a3a3a3;
  padding-bottom: 10px;
}

.member-form input[type=text],
.member-form input[type=email] {
  width: 100%;
}
.member-form .mad-btn {
  margin-top: 10px;
}
.member-form .mad-btn:before, .member-form .mad-btn:after {
  display: none;
}
.member-form .mad-btn:hover {
  border: 1px solid;
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .team-wrap h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .team-wrap .team-social a {
    opacity: 1;
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
/* projects-grid
================================================== */

.projects-grid {
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  /* info style 2 */
  /* info style 3 */
  /* info hidden */
}
.projects-grid .projects-box {
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 100px;
}
.projects-grid .projects-box .portfolio-info {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(10, 10, 10, 0.8);
  opacity: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-grid .projects-box .portfolio-info .overlay {
  opacity: 1;
  background: transparent;
  z-index: 0;
}
.projects-grid .projects-box .portfolio-info .portfolio-info-inner {
  text-align: center;
  width: 100%;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-grid .projects-box .portfolio-info h5 {
  color: #fff;
  font-size: 24px;
  padding: 0 25px;
  margin-bottom: 17px;
}
.projects-grid .projects-box .portfolio-info h5 a {
  color: #fff;
}
.projects-grid .projects-box .portfolio-info .portfolio-cates {
  color: #9f9e9e;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  padding: 0 25px;
}
.projects-grid .projects-box .portfolio-info .portfolio-cates a {
  color: #9f9e9e;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.5px;
  margin: 0 5px;
}
.projects-grid .projects-box .portfolio-info .portfolio-cates a:hover {
  color: #fff;
}
.projects-grid .projects-box .portfolio-info .portfolio-cates a:first-child {
  margin-left: 0;
}
.projects-grid .projects-box .portfolio-info .portfolio-cates a:last-child {
  margin-right: 0;
}
.projects-grid .projects-box .projects-thumbnail {
  overflow: hidden;
}
.projects-grid .projects-box .projects-thumbnail .overlay {
  visibility: hidden;
}
.projects-grid .projects-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border-bottom-right-radius: 100px;
}
.projects-grid .projects-box:hover .portfolio-info {
  opacity: 1;
}
.projects-grid.img-scale .projects-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.projects-grid.no-cat .portfolio-cates {
  display: none;
}

.project-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 100px;
}

.portfolio-related-posts-wrap {
  padding-top: 70px;
}

.portfolio-related-title-wrap h2 {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1025px) {
  .portfolio-related-posts-wrap .mad-swiper-pagination {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .projects-box .portfolio-info {
    right: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 600px) {
  .portfolio-related-title-wrap h2 {
    font-size: 30px;
  }
}
/*--------------------------------------------------------------
## Miscellaneous
--------------------------------------------------------------*/
.site-overlay {
  cursor: url(../images/close.png) 16 16, default;
  background: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  z-index: -1;
}

.dc-bgdark .elementor-drop-cap span {
  background: #5A2B27;
  color: #fff;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.mad-cta-header {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
## Menu Mobie
--------------------------------------------------------------*/
.header-mobile {
  display: none;
}

.header-mobile .is-stuck {
  background-color: #5A2B27;
}
.header-mobile .is-stuck .cart-contents .count {
  background: #fff;
  color: #5A2B27;
}

.mmenu-toggle button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: #fff;
}
.mmenu-toggle button i:before {
  font-size: 22px;
}

.mmenu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 310px;
  height: 100vh;
  background: #5A2B27;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.mmenu-wrapper.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mmenu-wrapper .mmenu-inner {
  top: 0;
  height: 100%;
  width: 327px;
  padding: 20px 52px 35px 35px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.mmenu-wrapper .mmenu-close {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.mmenu-wrapper .mobile_mainmenu {
  margin: 0;
  padding: 0;
}
.mmenu-wrapper .mobile-nav {
  min-width: 240px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  display: none;
}
.mmenu-wrapper .mobile_mainmenu li {
  position: relative;
  list-style: none;
}
.mmenu-wrapper .mobile_mainmenu li a {
  padding: 9px 30px 9px 0;
  display: block;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow {
  color: #fff;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 34px;
  height: auto;
  padding: 7px 12px 7px 0;
  line-height: inherit;
  text-align: right;
  box-sizing: border-box;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i {
  color: #9397a7;
  display: inline-block;
  line-height: 1;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
  font-size: 10px;
  font-weight: 600;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mmenu-wrapper.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mmenu-wrapper.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mmenu-wrapper.on-left .mmenu-close {
  text-align: right;
}
.mmenu-wrapper.on-left .mmenu-close i:before {
  content: "";
}

.mmenu-active .mmenu-overlay {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

@media only screen and (max-width: 1024px) {
  .header-mobile {
    display: block;
  }
}

.header_mobile .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.header_mobile .mad-row {
    margin-left: 0;
    margin-right: 0;
}
.header_mobile .mad-col {
    padding-left: 0;
    padding-right: 0;
}
.header_mobile .mad-search {
    margin-right: 30px;
}
.header_mobile .mad-menu-mobile {
    padding-right: 15px;
}
.header_mobile .mlogo_wrapper img {
    height: 76px;
}
.header_mobile .mad-row{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
}

/* Page Header */
section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}
.space-medium {
  padding-top: 70px;
  padding-bottom: 70px;
}
.no-padding {
  padding: 0;
}
.bg-dark-1 {
  background-color: #5A2B27;
}
.page-header {
  background-image: url('../images/bg-pheader.jpg');
}

/* Post */
.masonry-post .post-inner {
  padding: 20px;
  margin-bottom: 30px;
}
.masonry-post .owl-theme .owl-nav [class*='owl-'] {
    width: 50px;
    height: 50px;
}

/* About Us */
.about-detail .ot-heading {
    margin-bottom: 25px;
}

.our-philosophy {
    background-image: url(../images/bg1-aboutus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.our-philosophy .ot-heading {
    margin-bottom: 50px;
}
.our-philosophy .ot-heading:before {
    border-color: #FFF;
}
.work-content .ot-heading {
    padding: 21px 0 25px 0;
}
.ot-accordions .acc-item .acc-toggle span.up {
    display: none;
}
.ot-accordions .acc-item.current .acc-toggle span.down {
    display: none;
}
.ot-accordions .acc-item.current .acc-toggle span.up {
    display: inherit;
}
.about-team {
    background-image: url(../images/bg2-home1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Our Team */
.clients-slide .owl-stage, .clients-slide-medium .owl-stage {
    display: flex;
    align-items: center;
}
.clients-slide .img-item figure, .clients-slide-medium .img-item figure {
    margin-top: 0;
    margin-bottom: 0;
}
.clients-slide .img-item img, .clients-slide-medium .img-item img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.clients-slide .img-item img, .clients-slide-medium .img-item img {
    width: auto;
    opacity: .7;
    filter: brightness(100%) contrast(0%) saturate(100%) blur(0) hue-rotate(0deg);
}
.clients-slide .img-item img:hover, .clients-slide-medium .img-item img:hover {
    opacity: 1;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}
.mad-btn.border-hover-dark:hover {
    border-color: #EEE6D9;
}
.mad-btn.border-hover-light:hover {
    border-color: #fff;
}
/* SInle Team */
.single-team {
    padding-top: 90px;
    padding-bottom: 100px;
}
.team-member-img {
    margin-right: -100px;
    padding-top: 55px;
    position: relative;
    z-index: 1;
}
.team-member-img img{
	border-top-right-radius: 100px;
}
.team-member-info {
    background: #5A2B27;
    padding: 40px;
	border-bottom-right-radius: 100px;
}
.team-member-info h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1;
    padding-top: 75px;
    margin-bottom: 25px;
}
.team-member-info h5 {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 28px;
}
.single-team-detail {
    padding-top: 55px;
}
.single-team-detail h4 {
    margin-bottom: 28px;
    line-height: 1;
}

.single-team-detail p {
    margin-bottom: 50px;
}
.single-team-detai strong {
    color: #5A2B27;
}
/* Our process */
.process-step {
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.process-step .ot-heading {
    margin-bottom: 60px;
}

.process-step .ot-heading.is-dots:before {
    border-bottom-color: #fff;
}
.ot-process .process_nav li .icon-main {
    text-align: center;
}
.ot-process .process_nav li .icon-main .dcell {
    display: block;
}
.ot-process .process_nav li .icon-main i:before {
    font-size: 64px;
}
.ot-process .process_nav li .icon-main .dcell .ot-flaticon-tip {
    margin-left: 18px;
}
.skill-process-detail  .ot-heading {
    margin-bottom: 25px;
}
.skill-process-detail p {
    margin-bottom: 33px;
}
.our-studio-detail {
    padding: 60px 50px 60px 50px;
    margin-top: 78px;
	background: #5A2B27;
    border-bottom-right-radius: 100px;
}
.our-studio-detail .ot-heading {
    padding-bottom: 12px;
}
.our-studio-detail .ot-heading h2 {
    color: #fff;
    font-size: 36px;
	line-height: 46px;
}
.our-studio-detail p {
    color: #A3A3A3;
    margin-bottom: 0;
}

.studio-testi-slide {
    width: 100%;
    position: relative;
}
.studio-testi-img {
    width: 100%;
}
.studio-testi-slide-block {
    margin-left: 0;
    margin-right: 0;
}
.studio-testi-slide-block {
    margin-top: 58px;
    padding-top: 82px;
    padding-left: 87px;
    background-color: #EEE6D9;
}
.studio-testi-slide-block .ot-heading {
    margin-bottom: 25px;
}
.studio-testi-slide-block .testimonials-slide-2 {
    padding-bottom: 70px;
}
.studio-testi-slide-block .testimonials-slide-2 .testi-item .ttext:before {
    display: none;
}
.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
    padding: 0 70px 0 0;
    background-color: #EEE6D9;
    border: none;
}
.studio-testi-img-block {
    z-index: -1;
    position: relative;
}

.studio-testi-img-block.z-index-1 img{
	border-bottom-right-radius: 100px;
}

.testimonials-slide-2.owl-theme .owl-nav .owl-next, .testimonials-slide-2.owl-theme .owl-nav .owl-prev {
    bottom: 0;
    right: 0;
    top: auto;
    background-color: #EEE6D9;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.testimonials-slide-2.owl-theme .owl-nav .owl-next:hover, .testimonials-slide-2.owl-theme .owl-nav .owl-prev:hover {
    background-color: #5A2B27;
}
.testimonials-slide-2.owl-theme .owl-nav .owl-prev {
    right: 60px;
    left: auto;
}

.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.space-1 {
    width: 100%;
    height: 1px;
}
.space-2 {
    width: 100%;
    height: 2px;
}
.space-5 {
    width: 100%;
    height: 5px;
}
.space-10 {
    width: 100%;
    height: 10px;
}
.space-20 {
    width: 100%;
    height: 20px;
}
.space-25 {
    width: 100%;
    height: 25px;
}
.space-30 {
    width: 100%;
    height: 30px;
}
.space-40 {
    width: 100%;
    height: 40px;
}
.space-50 {
    width: 100%;
    height: 50px;
}
.space-60 {
    width: 100%;
    height: 60px;
}
.space-70 {
    width: 100%;
    height: 70px;
}
.space-80 {
    width: 100%;
    height: 80px;
}
.space-90 {
    width: 100%;
    height: 90px;
}
.space-100 {
    width: 100%;
    height: 100px;
}
.space-110 {
    width: 100%;
    height: 110px;
}
.space-120 {
    width: 100%;
    height: 120px;
}
.space-130 {
    width: 100%;
    height: 130px;
}
.space-140 {
    width: 100%;
    height: 140px;
}
.space-150 {
    width: 100%;
    height: 150px;
}
.space-55 {
    width: 100%;
    height: 55px;
}
.p-80 {
    padding: 80px;
}
.hight-light-1 {
    background-color: #5A2B27;
}
.hight-light-2 {
    background-color: #878787;
}
.icon-main.info {
    background: #43BAFF;
}
.icon-main.success {
    background: #4BD48B;
}
.icon-main.warning {
    background: #F9AF3B;
}
.icon-main.danger {
    background: #F5592F;
}
.cta {
    background-image: url(../images/bg/bg1-home1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 73px 0;
    color: #A9A9A9;
}

/* Portfolio */
.project-item {
    margin-bottom: 30px;
}

.no-gaps .project-item {
    padding: 0px;
}
.projects-grid.p-info-s2 .portfolio-info .portfolio-info-inner {
    background: #5A2B27;
}
.projects-grid.p-info-s2 .portfolio-info .portfolio-info-inner h5 a {
    color: #FFF;
    background-image: linear-gradient(0deg,#FFFFFF,#FFFFFF);
}
.projects-metro {
    margin-left: -15px;
    margin-right: -15px;
}
.projects-metro .project-item.thumb2x .projects-thumbnail img {
    margin-top: calc(-30px/2);
}
.portfolio-detail-info p:last-child {
    margin-bottom: 0;
}
.portfolio-detail-info {
	background: #5A2B27;
    padding: 40px 40px;
    margin-top: 10px;
	border-bottom-right-radius: 100px;
}
.portfolio-detail-info h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1;
    text-transform: uppercase;
}
.portfolio-detail-info p {
    color: #FFF;
    font-weight: 400;
	font-size: 15px;
    line-height: 24px;
    margin-bottom: 36px;
    font-family: "Montserrat", sans-serif;
}
.portfolio-detail-info p:last-child {
    margin-bottom: 0;
}
.gallery.s2 {
    margin: 0 -30px -30px 0;
}
.s2 .gallery-item {
    padding: 0 30px 30px 0;
}
.projects-grid.img-popup.popup-is-title .projects-thumbnail .overlay h5 {
    display: block;
}
.projects-grid.img-popup.popup-is-title .projects-thumbnail .overlay i {
    display: none;
}
.projects-grid.style-4.img-popup .projects-thumbnail .overlay {
    background: rgba(0,0,0,.42);
}
.projects-grid {
    margin: calc(-30px/2);
}

/* Top header */
.bg-dark-mad {
    background-color: #5A2B27;
}
/* Index 2 */
.mad-mainbar-row .mad-col.logo-col {
    flex-grow: 0.2;
}
.mad-mainbar-row .mad-col.menu-col {
    -ms-flex-pack: center;
    justify-content: center;
    flex-grow: 0.6;
}
.mad-mainbar-row .mad-col.cta-col {
    flex-grow: 0.2;
}
.max-w-350 {
    max-width: 350px;
}
.benefits-desc-1 h2 {
    color: #fff;
    line-height: 60px;
    margin-bottom: 38px;
}
.ot-heading.s-light:before {
    border-color: #FFF;
}
.ot-heading.s-light h2 {
    color: #FFF;
}
.about-content-2 .ot-heading {
    padding: 75px 0 30px 0;
}

.about-content-2 p{
	color: #fff;
}

.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.s-light .studio-testi-slide-block{
    background-color: #5A2B27;
}
.owl-theme .owl-nav [class*='owl-'] {
    font-weight: 700;
}
/* Index 3 */
.main-header-slight .mad-cart i {
    color: #5A2B27;
}
.ot-testimonials .ot-testimonials-slider-s2.s2 .testi-item .ttext {
    padding-right: 0;
    background-color: transparent;
}
.testimonials-slide-2.s2.owl-theme .owl-nav .owl-next, .testimonials-slide-2.s2.owl-theme .owl-nav .owl-prev {
    background-color: transparent;
}
/* Index 4 */
.benefits-desc-classic h2 {
    line-height: 60px;
    margin-bottom: 38px;
}
.title-s2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
}
.gallery-columns-5 .gallery-item {
    float: left;
}

.banner-4 {
    background-image: url(../images/banner-home.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 270px 0;
}
.banner-4 h2 {
    font-family: "Montserrat", sans-serif;
	font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 40px;
}
.video-popup.s-dark .btn-play {
    color: #FFF;
    background: #5A2B27;
}
.video-popup.s-dark .btn-play:before {
    background: #5A2B27;
}
.banner-desc-4 {
    position: absolute;
    left: -63%;
    width: auto;
    top: 62%;
}
.banner-desc-4 p {
    position: relative;
    display: block;
    color: #5A2B27;
    font-family: "Montserrat", sans-serif;
    font-size: 14.02px;
    line-height: 18.03px;
    text-transform: uppercase;
    letter-spacing: .75px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-bottom: 0;
}
.banner-desc-4 p:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90px;
    left: calc(100% + 12px);
    top: 50%;
    background: #5A2B27;
    animation: MoveUpRight 1.5s linear infinite;
}
.feature-4 {
    /*background-image: url(../images/bg/bg1-home4.jpg);*/
	background: #5A2B27;
    margin-top: -153px;
    padding: 40px 0 39px 0;
	border-top-right-radius: 100px;
}
.feature-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.feature-wrap .feature-item {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.feature-item h6 {
    color: #EEE6D9;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 21px;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0;
}
.feature-item h6:before {
    /*content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 70px;
    background-color: #989898;*/
}
.feature-item p {
    color: #fff;
    margin-bottom: 0;
}
.header-topbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.topbar-socials.list-social a {
    border-color: transparent;
    color: rgb(90 43 39);
    padding: 8px;
    margin-right: 0;
}
.topbar-socials.list-social a i:before {
    font-size: 18px;
}
.topbar-socials.list-social a:hover {
    background-color: rgba(238, 230, 217, 0.3);
}
.topbar-info {
    list-style: none;
}
.topbar-info li {
    padding-right: 25px;
    padding-left: 25px;
    font-weight: 500;
    font-size: 14px;
	margin-top: 5px;
    color: rgb(90 43 39);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.topbar-info li i {
    padding-right: 9px;
}
.topbar-info li:last-child {
    padding-right: 0;
    border-right: none;
}
.topbar-info li i:before {
    font-size: 17px;
}
.logo-size-small {
    width: 150px;
}
.main-header-slight {
    position: relative;
}
.main-header-slight.is-stuck {position: fixed;background-color: #fff;}
@media screen and (min-width: 1024px){
.main-header-slight.is-stuck .main-navigation ul.menu > li > a {
    color: rgb(90 43 39);
}
}
.main-header-slight .panel-btn i {
    color: rgb(26, 26, 26);
}
.main-header-slight.header-4 .mad-sidepanel {
    padding-right: 0;
    padding-left: 30px;
}
.main-header-slight .mad-cta-header .toggle_search i {
    color: rgb(26, 26, 26);
}
.main-header-slight .main-navigation > ul > li > a {
    color: rgb(90 43 39);
    font-weight: 600;
	margin: 40px 0;
}
.main-header-slight.header-4 .mad-search {
    margin-right: 0;
}
.main-header-slight .cta-col {
    width: 13%;
    flex-grow: 0.21;
}
.main-header-slight .main-navigation > ul > li.menu-item-has-children > a:after {
    color: rgb(26, 26, 26);
}
.main-header-slight .main-navigation > ul > li > a:before {
    background-color: rgb(90 43 39);
}
.header_mobile_slight .mmenu-toggle button, .header_mobile_slight .mad-cta-header .toggle_search i {
    color: rgb(26, 26, 26);
}
/* Index 6 */
.image-gallery .gallery-icon.landscape .overlay {
    display: none;
}
/* Side Nav */
.list-social li:last-child a {
    margin-right: 0;
}
.lg-outer, .lg-backdrop {
    z-index: 9999;
}
@media (min-width: 767px){
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .team-block-wrap .team-item {
    width: 50%;
  }
  .about-team {
    padding: 105px 0 86px 0;
  }
  .how-it-work {
    padding-top: 120px;
    padding-bottom: 98px;
  }
  .our-studio {
      padding-top: 120px;
  }
  .faq {
      padding-bottom: 90px;
  }
  .p-md-80 {
      padding: 80px;
  }
}
@media (min-width: 1025px){
  .about-team, .section-team-list, .cta-2, .cta-bg-img {
    background-attachment: fixed;
  }
}
@media (min-width: 1200px){
  .feature-content {
      margin-left: 70px;
  }
  .about-img {
      margin-left: -55px;
  }
  .about-detail {
      margin-left: 70px;
  }
  .work-img {
      margin: -220px -335px -336px 0;
  }
  .team-member-info {
      padding: 0 15px 80px 170px;
  }
  .studio-img {
      margin-right: -325px;
  }
  .our-studio-detail {
      margin-top: 330px;
  }
  .studio-testi-slide {
      width: 54.959%;
      position: relative;
  }
  .studio-testi-img {
      width: 45%;
  }
  .studio-testi-img-block {
      margin: 0 -40px 0 -75px;
  }
  .studio-testi-slide-block {
      margin-left: -45px;
      margin-right: 45px;
      margin-top: 58px;
      padding-top: 82px;
      padding-left: 87px;
      background-color: #EEE6D9;
  }
  .about-img-2 {
      margin: 0 0 0 -375px
  }
  .testi-2 {
      padding-bottom: 120px;
      padding-top: 120px;
  }
  .ml-xl-35 {
      margin-left: 35px;
  }
  .mr-xl-70 {
      margin-right: 35px;
  }
  .ml-xl-70 {
      margin-left: 70px;
  }
  .mr-xl-70 {
      margin-right: 70px;
  }
  .mt-xl--40 {
      margin-top: -40px;
  }
  .mt-xl-40 {
      margin-top: 40px;
  }
  .p-xl-80 {
      padding: 80px;
  }
  .px-xl-90 {
      padding-left: 90px !important;
      padding-right: 90px !important;
  }
  .pl-xl-7 {
      padding-left: 7px;
  }
}
@media (min-width: 1600px){
  .mr-xxl {
      margin-right: 234px;
  }
}
@media (max-width: 1200px){
  .team-member-img {
    margin-right: 0;
    padding-top: 0;
  }
  .team-member-info h2 {
    padding-top: 0;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
}
@media (max-width: 992px){
  .feature-4 {
    background-size: cover;
  }
  .feature-wrap .feature-item{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
}
@media (max-width: 767px){
  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
  .benefits-desc-classic h2 {
    line-height: 30px;
    margin-bottom: 0;
  }
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mad-btn {
    padding: 12px 20px;
  }
  .studio-testi-slide-block {
    padding-left: 40px;
  }
  .ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
    padding-right: 40px;
  }
  .studio-testi-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .studio-testi-img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-4 h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .feature-wrap .feature-item{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .feature-wrap .feature-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .feature-item h6 {
    padding: 0;
  }
  .feature-item h6:before {
    display: none;
  }
}
/* Services Detail */
.services-single {
    padding-top: 90px;
    padding-bottom: 80px;
}
ul.services-menu li i {
    float: right;
    margin-top: 7px;
}
.services-detail-content .ot-heading {
    padding-bottom: 18px;
}
.services-detail-content .ot-heading h2 {
    line-height: 40px;
	font-size: 36px;
}
.services-detail-content .simple-slide {
    padding-bottom: 20px;
}
.services-detail-content .detail-img {
    padding-top: 20px;
    margin-bottom: 80px;
}
.services-detail-content .circle-progress {
    padding-bottom: 8px;
}
.services-detail-content .service-testi {
    padding-top: 60px;
    margin-bottom: 60px;
}
.services-detail-content .ot-heading.is-dots {
    padding-bottom: 30px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 60px;
    margin-bottom: 30px;
}
.owl-theme .owl-dots .owl-dot {
    position: relative;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    margin: 0;
    background: #323232;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #323232;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #323232;
}
.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}
@media (max-width: 992px){ 
    .services-single .widget_nav_menu {
      padding-bottom: 40px;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
      margin-bottom: 0;
      margin-top: 30px;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* Subscribe Email */
.mc4wp-form-fields .subscribe-inner-form {
  position: relative;
}
.mc4wp-form-fields .subscribe-inner-form input[type=email] {
  height: 46px;
  width: 100%;
  background: transparent;
  color: #b1b0b0;
  border-color: rgba(255, 255, 255, 0.1);
  padding-right: 56px;
}
.mc4wp-form-fields .subscribe-inner-form input[type=email]::placeholder {
  color: #b1b0b0;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon {
  background: transparent;
  border: none;
  outline: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 100%;
  line-height: 44px;
  text-align: center;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i:before {
  font-size: 16px;
}

/* Back To Top*/
#back-to-top {
  background: #EEE6D9;
  color: #5A2B27;
  border: 0 none;
  cursor: pointer;
  width: 42px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  outline: medium none;
  position: fixed;
  right: 40px;
  bottom: -20px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  border-bottom-right-radius: 20px;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
#back-to-top i {
  display: block;
  margin-top: 13px;
}
#back-to-top i:before {
  font-size: 17px;
}
/* Custom HTML */
@media (min-width: 1230px){
  /*.container {
      max-width: 1200px;
  }*/
  .container-big {
      max-width: 1540px;
  }
  .container-slider-5 {
      max-width: 1640px;
  }
  .container-large {
      max-width: 100%;
      padding-left: 100px;
      padding-right: 100px;
  }
}
.no-padding {
  padding: 0 !important;
}
/* Custom Css Header HTML */
.pb-50 {
    padding-bottom: 50px;
}
/* Blog */
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #5A2B27;
    background-color: #fff;
    border-radius: 0;
    border: none;
    margin: 0;
    width: 60px;
    height: 60px;
}
.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none;
    border: none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    color: #EEE6D9;
    background-color: #fff;
}
.owl-nav i:before {
    font-size: 18px;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}
/* Footer */
.site-footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #5A2B27;
    color: #fff;
}
.widget-footer ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.widget-footer a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.widget-footer li {
    padding-bottom: 14px;
}
.widget-footer li:last-child {
    padding-bottom: 0;
}
.widget-footer .footer-social li {
    padding-bottom: 0;
}
.widget-footer a:hover {
    color: #fff;
}
.footer-logo {
    max-width: 155px;
    padding-bottom: 32px;
}
.footer-social {
    padding-top: 9px;
    padding-bottom: 2px;
}
.footer-social ul, .list-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social li, .list-social li {
    display: inline-block;
}
.footer-social a, .list-social a {
    font-size: 20px;
    padding: 7px;
    color: #fff;
    text-align: center;
    margin-right: 11px;
}

.footer-social a i, .list-social a i {
    width: 14px;
    height: 14px;
}

.footer-list {
    margin: 0;
    padding-top: 5px;
    padding-left: 0;
    list-style: none;
}
.widget-footer h6 {
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 1;
}
.footer-list-item i:before {
    font-size: 18px;
}
.footer-list-item .list-item-text {
    padding-left: 14px;
	line-height: 22px;
}
.footer-list-item {
    line-height: 1;
    padding-top: 11px;
    padding-bottom: 14px
}
.footer-list-item:first-child {
    padding-top: 0;
}
.footer-list-item:last-child {
    padding-bottom: 0;
}
.footer-widget-subcribe h6{
    margin-bottom: 28px;
}
.footer-widget-subcribe form {
    margin-bottom: 18px;
}
.footer-widget-subcribe p {
    font-size: 14px;
    margin-bottom: 0;
}
.footer-bottom {
    padding: 23px 0;
    background-color: #5A2B27;
    border-top: 1px solid #fff;
}
.footer-bottom p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.footer-bottom ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-bottom ul li span{
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #7B7B7B;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-bottom ul li:first-child span {
    padding-left: 0;
}
.footer-bottom ul li:last-child span {
    padding-right: 0;
    border-right: none;
}
.footer-bottom li a {
    color: #7B7B7B;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 26px;
}
.footer-bottom li a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}
@media (max-width: 1299px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* contact form*/

.contact-info-item {
    display: flex;
}

.contact-info-content {
    width: calc(100% - 80px);
}

.contact-info-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
	font-weight: 700;
}

.contact-info-content p {
    margin-bottom: 0;
}

.contact-info-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: #5A2B27;
    border-bottom-right-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
	padding: 0;
}

.contact-info-item:hover .icon-box i {
    color:#5A2B27;
}
.contact-info-item .icon-box i {
    position: relative;
    font-size: 20px;
    color: #fff;
    transition: all 0.3sease-in-out;
    z-index: 1;
}

.contact-info-item:hover .icon-box:before {
    transform: scale(1);
}
.contact-info-item .icon-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
	border: 1px solid #5A2B27;
    border-bottom-right-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

#map{
	width: 100%;
	height: 500px;
}

.content-box {
    position: relative;
    overflow: hidden;
}

.content-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.icon-title {
    position: relative;
    z-index: 2;
    color: white;
}

.footer-list-item {
  position: relative;
  padding-left: 20px;
}

.list-item-icon {
  position: absolute;
  left: 0;
  z-index: 0;
}

.list-item-text {
  position: relative;
  z-index: 1;
  display: block;
}

/*// Tab*/

.nav-tabs {
    border-bottom: 0;
	display: inline-flex;
    margin-bottom:20px;
}

.tabbable {
    text-align: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #5A2B27;
    background-color: transparent;
    border-color: #EEE6D9;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	border:0;
	color: #6D3617;
}

.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs .nav-item {
    margin-bottom: 30px;
    margin-right: 30px;
	cursor: pointer;
}

.nav-link {
    display: block;
    padding: 0;
}

/* Active tab li style */
.nav-tabs .nav-item.active {
    background-color: transparent;
    border-color: #EEE6D9;
    color: #5A2B27;
}

.mad-btn.mad-btn-dark.active::before,
.mad-btn.mad-btn-dark.active::after {
    background-color: transparent;
    border-color: #EEE6D9;
}


/* Optional: Keep hover consistent */
.nav-tabs .nav-item:hover {
    background-color: transparent;
    border-color: #EEE6D9;
    color: #5A2B27;
}
