﻿/* 
Love Ring | Just another HTML Template

Template Name: Love Ring
Author: Creative Layers
Version: 1.0.0

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Content Elements 
5. Main Header / Two / Three / Four / Five
6. Sticky Header
7. Mobile Header
8. Main Footer / Two / Three / Four / Five
9. Banner Section / One to Five
10. Section Title
11. Icon Box Section
12. Full Image Width Section
13. Counter Section
14. Gallery Section
15. Testimonials Section
16. Service Section
17. CTA Section
18. Product Section
19. Packages Section
20. Blog Section
21. Team Section
22. Contact Form Section
23. Address Box Section
24. Logo Grid Section
25. Instagram Grid Section
26. Love Story Section
27. Count Down Timer Section
28. Time Line  Section
29. Parallax Section 
30. Event Section 
31. Map Section
32. Teaser Section
33. Invitation Card Section
34. Portfolio Pages
35. Blog Pages
36. About Us Pages
37. 404 Page
38. Coming Soon Page
39. Shop Pages 
**********************************************/
/*** 

====================================================================
Fonts
====================================================================


***/

@import url("fontawesome-all.css");
@import url("animate.css");
@import url("../plugin/owl/owl.carousel.min.css");
@import url("../plugin/bootstrap/jquery-ui.min.css");
@import url("../plugin/select/select2.min.css");
@import url("../plugin/bootstrap/jquery.modal.min.css");
@import url("../plugin/chosen/chosen.css");
@import url("../plugin/mmenu/mmenu.css");
@import url("../plugin/mscroll/jquery.mCustomScrollbar.min.css");
@import url("../plugin/fancybox/jquery.fancybox.min.css");
@import url("../plugin/swiper/swiper-bundle.min.css");


@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Cormorant-SemiBold.eot');
    src: url('../fonts/Cormorant-SemiBold-1.eot') format('embedded-opentype'),
        url('../fonts/Cormorant-SemiBold.woff2') format('woff2'),
        url('../fonts/Cormorant-SemiBold.woff') format('woff'),
        url('../fonts/Cormorant-SemiBold.ttf') format('truetype'),
        url('../fonts/Cormorant-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Cormorant-SemiBoldItalic.eot');
    src: url('../fonts/Cormorant-SemiBoldItalic-1.eot') format('embedded-opentype'),
        url('../fonts/Cormorant-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Cormorant-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Cormorant-SemiBoldItalic.ttf') format('truetype'),
        url('../fonts/Cormorant-SemiBoldItalic.svg') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-Regular.eot');
    src: url('../fonts/Caveat-Regular-1.eot') format('embedded-opentype'),
        url('../fonts/Caveat-Regular.woff2') format('woff2'),
        url('../fonts/Caveat-Regular.woff') format('woff'),
        url('../fonts/Caveat-Regular.ttf') format('truetype'),
        url('../fonts/Caveat-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.eot');
    src: url('../fonts/Raleway-SemiBold-1.eot') format('embedded-opentype'),
        url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBold.woff') format('woff'),
        url('../fonts/Raleway-SemiBold.ttf') format('truetype'),
        url('../fonts/Raleway-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBoldItalic.eot');
    src: url('../fonts/Raleway-SemiBoldItalic-1.eot') format('embedded-opentype'),
        url('../fonts/Raleway-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Raleway-SemiBoldItalic.ttf') format('truetype'),
        url('../fonts/Raleway-SemiBoldItalic.svg') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold-1.eot') format('embedded-opentype'),
        url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff'),
        url('../fonts/Raleway-Bold.ttf') format('truetype'),
        url('../fonts/Raleway-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*** 

====================================================================
Reset
====================================================================

***/
/*** 

====================================================================
Global Settings
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

body {
  font-size: 18px;
  color: #615E5E;
  line-height: 30px;
  font-weight: 600;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'Cormorant';
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  color:  #B19B78;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0 0 20px;
  background: none;
  line-height: 1.2em;
}

section {
  position: relative;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  min-width: auto;
}

p,
.text {
  font-size: 20px;
  color: #615E5E;
  line-height: 35px;
  font-weight: 600;
  margin: 0 0 30px;
}
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.auto-container {
  position: static;
  max-width: 1320px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: 900px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 1;
  transition: all 300ms ease;
}

.section {
  padding: 120px 0 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_alice {
  background-color: #f8f7f2;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.content-middle .row > [class^="col-"] {
    align-self: center;
}
.content-bottom .row > [class^="col-"] {
    align-self: flex-end;
}
/*==========================
typography
============================*/

h1,h2,h3,h4,h5,h6 {
  color: #1C2836;
  font-weight: 600;
}

h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.1em;
}

h3 {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.1em;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1em;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
}

h6 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
}

h1,
.max-title1 h1,
.max-title1 h2,
.max-title1 h3,
.max-title1 h4,
.max-title1 h5,
.max-title1 h6 {
    font-size: 80px;
    line-height: 97px;
    letter-spacing: 0.1em;
}

.max-title2 h1,
.max-title2 h2,
.max-title2 h3,
.max-title2 h4,
.max-title2 h5,
.max-title2 h6 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0.1em;
}

.max-title3 h1,
.max-title3 h2,
.max-title3 h3,
.max-title3 h4,
.max-title3 h5,
.max-title3 h6 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.1em;
}

.max-title4 h1,
.max-title4 h2,
.max-title4 h3,
.max-title4 h4,
.max-title4 h5,
.max-title4 h6 {
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0.1em;
}

.max-title5 h1,
.max-title5 h2,
.max-title5 h3,
.max-title5 h4,
.max-title5 h5,
.max-title5 h6 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.1em;
}

.max-title6 h1,
.max-title6 h2,
.max-title6 h3,
.max-title6 h4,
.max-title6 h5,
.max-title6 h6 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.1em;
}

.max-title7 h1,
.max-title7 h2,
.max-title7 h3,
.max-title7 h4,
.max-title7 h5,
.max-title7 h6 {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.1em;
}

.text-xs   { font-size: 11px; }
.text-sm   { font-size: 13px; }
.text-base { font-size: 14px; }
.text-lg   { font-size: 15px; }
.text-xl   { font-size: 18px; }
.text-2xl  { font-size: 20px; }
.text-3xl  { font-size: 40px; }
.text-4xl  { font-size: 60px; }
.text-5xl  { font-size: 85px; }

.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color .top-title,
.white-color .sub-title {
  color: #ffffff;
}

.oro-color h1,
.oro-color h2,
.oro-color h3,
.oro-color h4,
.oro-color h5,
.oro-color h6,
.oro-color .top-title,
.oro-color .sub-title {
  color: #B19B78;
}


.blockquote-style-one {
  position: relative;
  background: transparent;
  border-radius: 0px;
  padding: 28px;
  border-left: 2px solid #B19B78;
  color: #1C2836;
  font-style: italic;
}
.blockquote-style-one p {
  color: #1C2836;
  font-style: italic;
}
.bg-gray {
  background-color: #545748;
}
.bg-golden {
  background-color: #B19B78;
}
.bg-blue {
  background-color: #181B2B;
}
.bg-green {
  background-color: #242C2B;
}
.bg-light-blue {
  background-color: #436372;
}
.gold-color {
  color: #B19B78;
}

.text-accent { color: #B19B78; }
.text-light  { color: #436372; }
.text-dark   { color: #181B2B; }
.text-black  { color: #000000; }
.text-white  { color: #FFFFFF; }
.text-green  { color: #242C2B; }
.text-gray   { color: #545748; }

.bg-accent  { background-color: #B19B78; }
.bg-black   { background-color: #000000; }
.bg-white   { background-color: #FFFFFF; }
.bg-dark    { background-color: #181B2B; }
.bg-light   { background-color: #436372; }
.bg-green   { background-color: #242C2B; }
.bg-gray    { background-color: #545748; }

.italic       { font-style: italic; }
.uppercase    { text-transform: uppercase; }
.capitalize   { text-transform: capitalize; }
.normal       { text-transform: none; }
.line-through { text-decoration: line-through; }
.underline    { text-decoration: underline; }

.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }

.leading-1 { line-height: 1 !important; }
.leading-11 { line-height: 1.1 !important; }
.leading-12 { line-height: 1.2 !important; }
.leading-13 { line-height: 1.3 !important; }
.leading-14 { line-height: 1.4 !important; }
.leading-15 { line-height: 1.5 !important; }
.leading-16 { line-height: 1.6 !important; }
.leading-17 { line-height: 1.7 !important; }
.leading-18 { line-height: 1.8 !important; }
.leading-19 { line-height: 1.9 !important; }
.leading-2 { line-height: 2 !important; }

.d-none         { display: none !important; }
.d-flex         { display: flex !important; }
.d-block        { display: block !important; }
.d-inline-block { display: inline-block !important; }

.border-none  { border: none; }
.border-light { border: 1px solid rgba(white, 0.1); }
.border-dark  { border: 1px solid rgba(black, 0.2); }

.shadow-card {
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
}

.typography {
  position: relative;
}

.list-style-circle {
  position: relative;
  margin-bottom: 50px;
  padding: 0;
  margin: 0;
}

.list-style-circle li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;

}

.list-style-circle li:before {
  position: absolute;
  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  left: 0;
  top: 6px;
  font-size: 20px;
  line-height: 1;
  color: #B19B78;
}

.list-style-dot {
  position: relative;
  margin: 0;
  padding: 0;
}

.list-style-dot li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 17px;
}

.list-style-dot li:before {
  position: absolute;
  left: 0;
  top: 12px;
  height: 7px;
  width: 7px;
  content: "";
  background-color: #B19B78;
  border-radius: 50%;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding: 0 15px;
}
.row {
  margin: 0 -15px;
}
.row>* {
  padding: 0 15px;
}
.row.no-gutters {
  margin: 0;
}
.row.no-gutters>* {
  padding: 0 0px;
}
/*** 

====================================================================
Content Elements
====================================================================

***/

.text-up {
  text-transform: uppercase;
}

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

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

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

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

.grid-45 > .row {
  margin: 0 -45px;
}
.grid-45 > .row > [class^="col-"]{
    padding: 0 45px;
}
.grid-42 > .row {
  margin: 0 -42px;
}
.grid-42 > .row > [class^="col-"]{
    padding: 0 42px;
}
.grid-30 > .row {
  margin: 0 -30px;
}
.grid-30 > .row > [class^="col-"]{
    padding: 0 30px;
}
.grid-15 > .row {
  margin: 0 -15px;
}
.grid-15 > .row > [class^="col-"]{
    padding: 0 15px;
}
.y-gap-45 > [class^="col-"] {
  margin-bottom: 90px;
}
.y-gap-42 > [class^="col-"] {
  margin-bottom: 84px;
}
.y-gap-40 > [class^="col-"] {
  margin-bottom: 80px;
}
.y-gap-35 > [class^="col-"] {
  margin-bottom: 70px;
}
.y-gap-30 > [class^="col-"] {
  margin-bottom: 60px;
}
.y-gap-25 > [class^="col-"] {
  margin-bottom: 50px;
}
.y-gap-20 > [class^="col-"] {
  margin-bottom: 40px;
}
.y-gap-15 > [class^="col-"] {
  margin-bottom: 30px;
}
.y-gap-10 > [class^="col-"] {
  margin-bottom: 20px;
}
.y-gap-05 > [class^="col-"] {
  margin-bottom: 10px;
}
.x-gap-45 {
  margin: 0 -45px;
}
.x-gap-45 > [class^="col-"] {
  padding: 0 -45px;
}
.x-gap-42 {
  margin: 0 -42px;
}
.x-gap-42 > [class^="col-"] {
  padding: 0 -42px;
}
.x-gap-40 {
  margin: 0 -40px;
}
.x-gap-40 > [class^="col-"] {
  padding: 0 -40px;
}
.x-gap-35 {
  margin: 0 -35px;
}
.x-gap-35 > [class^="col-"] {
  padding: 0 -35px;
}
.x-gap-30 {
  margin: 0 -30px;
}
.x-gap-30 > [class^="col-"] {
  padding: 0 -30px;
}
.x-gap-25 {
  margin: 0 -25px;
}
.x-gap-25 > [class^="col-"] {
  padding: 0 -25px;
}
.x-gap-20 {
  margin: 0 -20px;
}
.x-gap-20 > [class^="col-"] {
  padding: 0 -20px;
}
.x-gap-15 {
  margin: 0 -15px;
}
.x-gap-15 > [class^="col-"] {
  padding: 0 -15px;
}
.x-gap-10 {
  margin: 0 -10px;
}
.x-gap-10 > [class^="col-"] {
  padding: 0 -10px;
}
.x-gap-05 {
  margin: 0 -5px;
}
.x-gap-05 > [class^="col-"] {
  padding: 0 -5px;
}
/*==========================
Icons
===========================*/


img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

hr {
  -webkit-appearance: none;
  position: relative;
  height: 1px;
  margin: 30px auto;
  background: #e6e8ed;
  border-style: none;
  outline-style: none;
}

section hr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}

.content-elements .content-title h1,
.content-elements .content-title h2,
.content-elements .content-title h3,
.content-elements .content-title h4,
.content-elements .content-title h5,
.content-elements .content-title h6 {
  letter-spacing: 0;
}
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.tabs-box .tab-btn {
  cursor: pointer;
}


/*==========================
Accordian Box
===========================*/
.accordion-box {
  position: relative;
  margin-bottom: 30px;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-radius: 0px;
  border: 1px solid #DDDDDD;
  transition: all 300ms ease;
}

.accordion-box .block .acc-btn {
  position: relative;
  color: #1C2836;
  font-size: 20px;
  line-height: 35px;
  padding: 23px 40px 17px 82px;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
  text-transform: uppercase;
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #F8F7F2;
  color: #B19B78;
  border-radius: 50%;
  text-align: center;
  transition: all 300ms ease;
  font-weight: 400;
}
.accordion-box .block .acc-btn.active .icon {
  background-color: #B19B78;
  color: #ffffff;
}
.accordion-box .block .acc-btn .icon:before {
  content: "\f067";
  font-family: 'Font Awesome 5 Pro';
}
.accordion-box .block .acc-btn.active .icon:before {
  
  content: "\f068";
  font-family: 'Font Awesome 5 Pro';
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  padding: 0px 40px 19px 82px;
}

.accordion-box .block .content p {
  position: relative;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 35px;
  transition: all 300ms ease;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0;
}


/*==========================
Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
}

.default-tabs .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.default-tabs .tab-buttons li {
  position: relative;
  color: #4F547B;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Raleway';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 11px 20px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 7px 14px 0;
  transition: all 300ms ease;
}

.default-tabs .tab-buttons li.active-btn {
  background-color: rgba(177, 155, 120, 0.07);
  color: #B19B78;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
  padding: 5px 0;
}

.default-tabs .tabs-content p {
  margin-bottom: 24px;
}

.default-tabs .tabs-content p:last-child {
  margin-bottom: 0;
}

/* Style Two */
.default-tabs.style-two .tab-buttons {
  background: #ffffff;
  border-bottom: 1px solid #E7E7EC;
}
.default-tabs.style-two .tabs-content {
  position: relative;
  width: 100%;
  padding: 19px 0;
}
.default-tabs.style-two .tab-buttons li {
  padding: 9px 10px;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid transparent;
  background: none;
  margin: 0;
  margin-right: 40px;
}

.default-tabs.style-two .tab-buttons li.active-btn {
  color: #B19B78;
  border-bottom: 3px solid #B19B78;
}

/*==========================
default table
===========================*/
.table-outer {
  overflow-y: hidden;
  overflow-x: auto;
}

.default-table {
  position: relative;
  background: #ffffff;
  border: 0;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  min-width: 550px;
}

.default-table thead {
  background: #F8F7F2;
  border-radius: 8px;
  color: #B19B78;
}
.default-table thead tr {
  border-radius: 8px;
}
.default-table thead th {
  position: relative;
  padding: 25px 26px;
  color: #B19B78;
  white-space: nowrap;
  font-family: 'Raleway';
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.default-table thead tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.default-table thead tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.default-table tbody tr {
  position: relative;
  border-bottom: 1px solid #EDEDED;
}

.default-table tr td {
  position: relative;
  padding: 15px 26px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
}

/*==========================
Message Box
===========================*/
.message-box {
  position: relative;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  min-height: 75px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.message-box p {
  color: inherit;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  font-family: 'Raleway';
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.message-box a {
  color: inherit;
  text-decoration: underline;
  transition: all 300ms ease;
}

.message-box .close-btn {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 80px;
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 300ms ease;
}

/* Message Info */
.message-box.info {
  background-color: #CDE9F6;
  color: #4780AA;
}

/* Message warning */
.message-box.warning {
  background-color: #F7F3D7;
  color: #927238;
}

/* Message success */
.message-box.success {
  background-color: #DEF2D7;
  color: #5B7052;
}

/* Message Error */
.message-box.error {
  background-color: #ECC8C5;
  color: #AB3331;
}

/*** 
======================
Buttons Styles
======================
***/

.theme-btn {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
  min-width: 200px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Raleway';
  font-weight: 600;
  background-color: #B19B78;
  color: #ffffff;
  padding: 21px 15px 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}
.theme-btn:before {
  position: absolute;
  content: '';
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #ffffff40;
}
.theme-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #35332F;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.theme-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #35332F;
}
.theme-btn:focus {
    outline: none;
}
.theme-btn:hover span {
  width: 225%;
  height: 562.5px;
}

/* Btn-secondary Style*/
.theme-btn.btn-secondary {
  background-color: #ffffff;
  color: #B19B78;
}
.theme-btn.btn-secondary:before { 
  border-color:  rgba(177, 155, 120, 0.4)
}
.theme-btn.btn-secondary span {
  background-color: #35332F;
}
.theme-btn.btn-secondary:hover {
  background-color: #35332F;
  color: #ffffff;
}
.theme-btn.btn-secondary:hover:before {
  border-color: #ffffff;
}
.theme-btn.btn-secondary.text-black:hover {
  color: #ffffff !important;
}

/* Btn-dark Style*/
.theme-btn.btn-dark {
  background-color: #35332F;
  color: #ffffff;
}
.theme-btn.btn-dark:before { 
  border-color:  rgba(255, 255, 255, 0.3)
}
.theme-btn.btn-dark span {
  background-color: #B19B78;
}
.theme-btn.btn-dark:hover {
  background-color: #B19B78;
  color: #ffffff;
}


/* Btn-green Style*/
.theme-btn.btn-green {
  background-color: #545748;
  color: #ffffff;
}
.theme-btn.btn-green:before { 
  border-color:  rgba(255, 255, 255, 0.4)
}
.theme-btn.btn-green span {
  background-color: #B19B78;
}
.theme-btn.btn-green:hover {
  background-color: #B19B78;
  color: #ffffff;
}


/* Btn-blue Style*/
.theme-btn.btn-blue {
  background-color: #181B2B;
  color: #ffffff;
}
.theme-btn.btn-blue:before { 
  border-color:  rgba(255, 255, 255, 0.4)
}
.theme-btn.btn-blue span {
  background-color: #B19B78;
}
.theme-btn.btn-blue:hover {
  background-color: #B19B78;
  color: #ffffff;
}


/* Btn-sky Style*/
.theme-btn.btn-sky {
  background-color: #A3BBC8;
  color: #ffffff;
}
.theme-btn.btn-sky:before { 
  border-color:  rgba(255, 255, 255, 0.4)
}
.theme-btn.btn-sky span {
  background-color: #B19B78;
}
.theme-btn.btn-sky:hover {
  background-color: #B19B78;
  color: #ffffff;
}


.content-elements .buttons {
  margin-bottom: 20px;
  padding: 20px;
  background-color: lightgray;
}

.content-elements .buttons .column {
  margin-bottom: 30px;
}

.content-elements .buttons .theme-btn {
  margin-right: 20px;
  margin-bottom: 20px;
}

/*=== Default Form ===*/
.default-form {
  position: relative;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.default-form .form-group:last-child {
  margin-bottom: 0;
}

.default-form .form-group > label {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #1C2836;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: 'Raleway';
  text-transform: uppercase;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="number"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  width: 100%;
  display: block;
  line-height: 30px;
  padding: 15px 0px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #1C2836;
  background: transparent;
  border:  none;
  outline: none;
  border-bottom: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 0px;
  transition: all 300ms ease;
  font-family: 'Raleway';
  font-weight: 600;
}
.default-form .form-group input[type="text"]::placeholder,
.default-form .form-group input[type="password"]::placeholder,
.default-form .form-group input[type="number"]::placeholder,
.default-form .form-group input[type="email"]::placeholder,
.default-form .form-group input[type="url"]::placeholder,
.default-form .form-group textarea::placeholder,
.default-form .form-group select::placeholder {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #615E5E;
  text-transform: uppercase;
}
.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
  border-color: #1C2836;
}

.default-form .form-group textarea {
  height: 121px;
  resize: none;
}

.default-form .form-group input[type="submit"],
.default-form .form-group > button {
  position: relative;
  display: inline-block;
  min-width: 160px;
  font-family: 'Raleway';
  font-weight: 600;
}

.default-form input.error:focus,
.default-form select.error:focus,
.default-form textarea.error:focus {
  border-color: #ff0000;
}

.default-form label.error {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 20px;
  color: #1C2836;
  margin-bottom: 0;
  font-family: 'Raleway';
  font-weight: 600;
}

.default-form .form-group > .icon {
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #9fa9b8;
  font-size: 14px;
  line-height: 54px;
}

.default-form .form-group .rating {
  position: relative;
}

.default-form .form-group .rating a {
  position: relative;
  font-size: 13px;
  color: #999999;
  font-family: 'Raleway';
  font-weight: 600;
}

.default-form .form-group .rating a:hover {
  color: #FFC78B;
}

#email-form .form-group:first-child {
  margin-bottom: 0;
}

#email-form .response {
  position: relative;
  text-align: center;
}

#email-form .response .success {
  background: #35c2a5;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
  font-family: 'Raleway';
  font-weight: 600;
}

#email-form .response .failed {
  background-color: #f74848;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
  font-family: 'Raleway';
  font-weight: 600;
}

#email-form .response .text-info {
  background-color: #ffa737;
  color: #222222;
  padding: 0 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Raleway';
  font-weight: 600;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text],
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  line-height: 46px ;
  min-height: 46px ;
  font-family: 'Raleway';
  font-weight: 600;
}

.chosen-container-multi .chosen-choices,
.chosen-container.chosen-with-drop .chosen-drop {
  background: #ffffff;
  min-height: 46px;
  line-height: 46px;
  border: 0;
  border-radius: 0px;
  border-bottom: 1px solid #dddddd ;
}
.chosen-container.chosen-with-drop .chosen-drop {
  padding: 24px 20px 15px;
  border: 1px solid #dddddd;
  margin-top: 20px;
}
.chosen-container-single .chosen-single {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 0;
  height: 46px;
  line-height: 46px;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1C2836;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.chosen-container-single .chosen-search:before {
  display: none;
}
.chosen-container-single .chosen-single div:after {
    font-size: 20px;
    color: #615E5E;
    right: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  color: #1967d2;
  font-size: 13px;
  line-height: 25px;
  font-family: 'Raleway';
  letter-spacing: 0.1em;
  padding: 0 25px 0 10px;
  border-radius: 10px;
  background: rgba(25, 103, 210, 0.1);
}
.chosen-container-active .chosen-single, .chosen-container-active .chosen-choices, .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    border-bottom: 1px solid #1C2836;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  top: 3px;
  color: #ffffff;
}
.chosen-container-multi .chosen-choices li.search-choice {
  margin-top: 15px;
}
.chosen-container-single .chosen-search input[type=text] {
  height: 46px;
  line-height: 46px;
  padding: 0px 21px;
  border:  none;
  background-color: #F8F7F2;
  box-shadow: none;
  color: #1C2836;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.chosen-container-single .chosen-search {
  padding: 0;
}
.chosen-search-top {
  position: relative;
  display: inline-block;
  width: 100%;
}
.chosen-search-top button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  color: #2F2D51;
  font-size: 20px;
  line-height: 1;
  z-index: 11;
  width: 46px;
  height: 46px;
}
.chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}
.chosen-container .chosen-results li {
  padding: 15px 0;
  margin: 0;
  color: #1C2836;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.chosen-container-multi .chosen-drop .result-selected,
.chosen-container .chosen-results li.active-result.result-selected {
    color: #B19B78;
}
.chosen-container-multi .chosen-choices {
  padding: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
    padding: 0 25px 2px 10px;
    border-radius: 10px;
    background: rgba(177, 155, 120, 0.5);
    margin-left: 0;
    font-family: 'Raleway';
    font-weight: 600;
    letter-spacing: 0.1em;
}

/*======================
Checkbox 
=======================*/
.checkbox-outer {
  position: relative;
  margin-bottom: 30px;
}

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

.checkboxes.inline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.checkboxes li {
  margin-right: 20px;
}

.checkboxes label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-family: 'Raleway';
  font-weight: 600;
  text-transform: uppercase;
  color: #1C2836;

}

.checkboxes input[type="checkbox"] {
  display: none;
}

.checkboxes label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #fff;
  border: 2px solid #dddddd;
  border-radius: 0px;
  box-sizing: border-box;
  transition: all 0.25s;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  text-align: center;
  line-height: 12px;
  padding-left: 2px;
}

.checkboxes input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  background-color: #B19B78;
  border: 2px solid #B19B78;
}

.checkboxes.square label:before {
  border-radius: 0px;
}

.checkboxes.two-column:after {
  display: table;
  clear: both;
  content: "";
}

.checkboxes.two-column li {
  display: flex;
  position: relative;
  float: left;
  margin: 0;
  min-width: 50%;
  padding-right: 10px;
}

.checkbox-outer .view-more {
  position: relative;
}

.checkbox-outer .view-more {
  font-size: 13px;
  line-height: 20px;
  color: #1967D2;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.checkbox-outer .view-more .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  font-weight: 900;
  font-size: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background: rgba(25, 103, 210, 0.15);
  border-radius: 60px;
}

/*======================
Radio bOX
=======================*/
.radio-box {
  position: relative;
}

.radio-box label {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  padding-left: 26px;
  cursor: pointer;
  margin-bottom: 18px;
  font-family: 'Raleway';
  font-weight: 600;
  text-transform: uppercase;
  color: #1C2836;
}

.radio-box label:before {
  position: absolute;
  left: 0;
  top: 3px;
  height: 15px;
  width: 15px;
  background: #ffffff;
  content: "";
  border: 2px solid #DDDDDD;
  border-radius: 50px;
  background: transparent;
  transition: all 300ms ease;
}

.radio-box label:after {
  position: absolute;
  content: "";
  left: 4px;
  top: 7px;
  height: 7px;
  width: 7px;
  border-radius: 5px;
  overflow: hidden;
  background: transparent;
  text-align: center;
}

.radio-box input[type="radio"] {
  display: none;
}

.radio-box input[type="radio"]:checked + label {
  border-color: #B19B78;
}

.radio-box input[type="radio"]:checked + label:before {
  border-color: #B19B78;
}

.radio-box input[type="radio"]:checked + label:after {
  background-color: #B19B78;
  opacity: 1;
}

/*======================
Switches 
=======================*/
.switchbox-outer {
  position: relative;
}

.switchbox-outer h4 {
  font-size: 16px;
  line-height: 1em;
  color: #1b2032;
  font-weight: 700;
  margin-bottom: 15px;
}

.switchbox {
  position: relative;
}

.switchbox li {
  position: relative;
  margin-bottom: 20px;
}

.switchbox .title {
  position: relative;
  margin-left: 10px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 600;

}

.switch {
  position: relative;
  display: flex;
  margin: 0;
  align-items: center;
  cursor: pointer;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border: none;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: #ffffff;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #B19B78;

}

input:checked + .slider:before {
  background: #ffffff;
  transform: translateX(30px);
}

.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

.tooltip-btn {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-family: 'Raleway';
  font-weight: 600;
  color: #1C2836;
  padding: 10px 20px;
  min-width: 100px;
  text-align: center;
  background: #F8F7F2;
  border-radius: 8px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* Range Slider widget */
.rangeslider-widget {
  position: relative;
}

.range-slider-one {
  position: relative;
  min-height: 48px;
  padding-top: 10px;
}

.range-slider-one .ui-widget.ui-widget-content {
  height: 5px;
  border: none;
  margin-bottom: 20px;
  border-radius: 30px;
  background: #EFEFEF;
}

.range-slider-one .ui-slider .ui-slider-range {
  top: 0px;
  height: 5px;
  background: #B19B78;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
  position: absolute;
  top: -7px;
  width: 17px;
  height: 17px;
  background: #FFFFFF;
  border: 2px solid #B19B78;
  box-sizing: border-box;
  border-radius: 20px;
  cursor: pointer;
}

.range-slider-one .input-outer {
  display: flex;
  justify-content: center;
}

.range-slider-one .amount-outer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  padding:8px 19px 8px 20px;
  height: 30px;
  text-align: center;
  background: #F8F7F2;
  border-radius: 0px;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #B19B78;
}

.range-slider-one .amount {
  margin-right: 5px;
}

.range-slider-one .ui-state-default:last-child {
  display: block !important;
}

.range-slider-one.salary-range .ui-state-default {
  display: block !important;
}

/*==========================
Progress Bars
============================*/
.bar-item {
  position: relative;
  margin-bottom: 48px;
}

.bar-item .skill-bar {
  position: relative;
  width: 100%;
  height: 6px;
}

.bar-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 6px;
  background: #EFEFEF;
  border-radius: 0px;
}

.bar-item .skill-bar .bar-inner .bar {
  position: relative;
  left: 0px;
  top: 0px;
  height: 6px;
  width: 0px;
  border-radius: 0px;
  border-bottom: 6px solid #B19B78;
  transition: all 2000ms ease;
}

.bar-item .skill-header {
  position: relative;
  margin-bottom: 12px;
}

.bar-item .skill-header .skill-title {
  position: relative;
  color: #1C2836;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-family: 'Raleway';
  font-weight: 600;
}
.bar-item .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-family: 'Raleway';
  font-weight: 600;
  margin-bottom: 5px;
  color: #1C2836;
}
.bar-item .skill-percentage .count-box .count-text {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-family: 'Raleway';
    font-weight: 600;
    margin: 0;
    display: inline-block;
    color: #1C2836;
}

/*** 

====================================================================
Main Header
====================================================================

***/

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  transition: all 300ms ease;
  padding: 0 40px;
}
.main-header.fixed-header {
    position: fixed;
    background: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.header-span {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.main-header .container {
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
  height: 100px;
  justify-content: center;
}
.header-left {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
}
.header-right {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
.header-right .theme-btn {
  min-width: 150px;
  margin-left: 32px;
}
.header-cart-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header-cart-list li {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0 30px 0 0;
}
.header-cart-list li:last-child {
  margin-right: 0;
}
.header-cart-list > li > a {
  display: flex;
  padding: 20px 0;
}
.header-logo {
  position: relative;
  display: inline-block;
}
.header-logo img {
  width: 200px;
  height: auto;
}
.main-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu > ul {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.main-menu > ul > li {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0 22px;
}
.main-menu > ul > li:last-child {
  margin-right: 0;
}
.main-menu > ul > li:first-child {
  margin-left: 0;
}
.main-menu > ul > li > a {
  position: relative;
  display: block;
  color: #1C2836;
  font-family: 'Raleway';
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
.main-menu > ul > li.current-menu-ancestor > a,
.main-menu > ul > li.current-menu-item > a,
.main-menu > ul > li:hover > a{
  color: #B19B78;
}
.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 27px 0px 30px 0px;
  opacity: 0;
  z-index: 1;
  border-top: 2px solid #B19B78;
  border-radius: 0px;
  background-color: #fff;
  -ms-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s;
}
.main-menu .navigation > li  ul {
  min-width: 300px;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul .from-right {
  left: auto;
  right: 100%;
  margin-right: 2px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  z-index: 1;
  padding-right: 30px;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  z-index: 1;
  color: #1C2836;
  font-family: 'Raleway';
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #B19B78;
  text-decoration: underline;
}
.main-menu .navigation > li > ul > li > ul > li.current-menu-item > a,
.main-menu .navigation > li > ul > li.current-menu-ancestor > a,
.main-menu .navigation > li > ul > li.current-menu-item > a {
  color: #B19B78;
  text-decoration: underline;
}
.main-menu .navigation > li > ul > li ul {
  position: absolute;
  top: 100%;
  left: 100%;
  padding: 27px 0 30px 0px;
  margin-top: -68px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  border-top: 2px solid #B19B78;
  background-color: #fff;
  -ms-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  transition: all 0.3s;
  transform: translateY(50px);
}
.main-menu .navigation > li > ul > li ul li {
  position: relative;
  width: 100%;
  padding-right: 30px;
}
.main-menu .navigation > li > ul > li ul li a {
  position: relative;
  display: block;
  padding: 10px 30px;
  z-index: 1;
  color: #1C2836;
  font-family: 'Raleway';
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}
.main-menu .navigation > li > ul > li ul li:hover a {
  color: #B19B78;
  text-decoration: underline;
}
span.drop-nav-arrow:before {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  display: block;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0px);
}
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0px);
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu {
  position: static;
}
.main-menu .navigation > li > .mega-menu .image-box {
  position: absolute;
  right: -230px;
  top: -15px;
  padding: 20px;
}
.main-menu .navigation > li > .mega-menu {
  position: absolute;
  left: auto;
  right: auto;
  margin: auto;
  width: 880px;
  background: #ffffff;
  padding: 27px 30px;
  min-height: 225px;
  top: 100%;
  z-index: 100;
  opacity: 0;
  margin-top: 0px;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 0px;
  border-top: 2px solid #B19B78;
  transition: all 300ms ease;
  transform: scaleY(0);
  transform-origin: top;
}
.main-menu .navigation > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
/*.main-menu .navigation > li > .mega-menu:before {
  position: absolute;
  left: 20px;
  top: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #B19B78;
  content: "";
}*/
.main-menu .navigation > li > .mega-menu .mega-menu-bar {
  position: relative;
}
.main-menu .navigation > li .mega-menu-bar .column {
  position: relative;
}
.main-menu .navigation > li .mega-menu-bar h3 {
  position: absolute;
  top: -40px;
  left: 15px;
  font-size: 16px;
  line-height: 25px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 15px;
}
.main-menu .navigation > li .mega-menu-bar > ul {
  position: relative;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li .mega-menu-bar .column {
  position: relative;
  margin-bottom: 10px;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
  margin-bottom: 0;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  z-index: 1;
  color: #1C2836;
  font-family: 'Raleway';
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li.current-menu-item > a,
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
  color: #B19B78;
  text-decoration: underline;
}

/*-------mobile-nav---------*/
.mm-panel,
.mm-navbar {
  background-color: #ffffff;
}
.mm-panels > .mm-panel:first-child > .mm-navbar.mm-navbar_sticky {
  display: none;
}
.mm-panel {
  padding: 0 20px;
}
.main-menu > ul > li.mm-add-listing {
  display: none;
}
.mm-menu_fullscreen.mm-menu_position-bottom {
    top: 100px;
}
.mm-menu_fullscreen.mm-menu_position-bottom {
    height: calc(100vh - 100px);
}
.mm-navbar_sticky {
  padding: 7px 0;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 22px;
}
.mm-navbar_sticky .mm-btn_prev:before {
    left: 0;
}
.mm-navbar_sticky .mm-btn_next:after, 
.mm-navbar_sticky .mm-btn_prev:before {
  top: 2px;
}
.mm-navbar_sticky .mm-btn {
  width: 25px;
}
.mm-listview {
  padding-top: 0px;
}
.mm-menu li {
  margin-bottom: 0px;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border: none;
}
.mobile-nav-toggler {
  margin-left: 30px;
}
.mobile-nav-toggler .flaticon-menu-1:before {
  transition: all 100ms ease;
}
.mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  margin-left: 0px;
  width: 30px;
  color: #1C2836;
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  transform: scaleX(-1);
}
.mobile-nav-toggler:hover {
  color: #1C2836;
}
.mm-wrapper_opened .mobile-nav-toggler .flaticon-menu-1:before {
  content: "\f175";
  font-size: 30px;
  line-height: 30px;
  display: block;
  color: #202124;
}
.mm-panels {
  --mm-color-background: #ffffff;
  --mm-color-text-dimmed: #ffffff;
  --mm-color-border: rgba(255, 255, 255, 0.1);
  --mm-listitem-size: 50px;
}
.mm-listitem__text {
  color: #1C2836;
  font-family: 'Raleway';
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  background-color: transparent;
  letter-spacing: 0.1em;
}
.mm-menu .column a,
.mm-listitem__text {
  font-family: 'Raleway';
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 0;
  background-color: transparent;
  letter-spacing: 0.1em;
  color: #615E5E;
}
.mm-navbar__title {
  text-align: left;
  font-size: 18px;
  line-height: 50px !important;
  font-weight: 600;
  color: #1C2836 !important;
  text-transform: uppercase;
  font-family: 'Raleway';
  letter-spacing: 0.1em;
  display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.mm-menu .navigation.mm-listview  li a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #1C2836;
}
.mm-menu .mm-listview  li {
  justify-content: space-between;
}
.mm-menu a.mm-listitem__text {
  text-transform: uppercase;
  display: inline-block;
  flex-basis: inherit;
  width: auto;
  flex-grow: inherit;
  white-space: normal;
  color: #615E5E;
}
.mm-menu li {
  padding: 12px 0px;
}
.mm-menu .mm-listitem:after {
  display: none;
}
.mm-menu li.current-menu-ancestor > a.mm-listitem__text,
.mm-menu li.current-menu-item > a.mm-listitem__text {
  color: #B19B78;
  border-radius: 0px;
  background-color: transparent;
  text-decoration: underline;
}
.mm-menu li.current-menu-ancestor > a.mm-listitem__text,
.mm-menu li.current-menu-item > a.mm-listitem__text,
.mm-menu li.current-menu-item > a {
  background-color: transparent;
  color: #B19B78;
}
.mm-btn.mm-btn_next.mm-listitem__btn {
  padding: 0;
  width: 30px;
  text-align: center;
}
.mm-btn:after, .mm-btn:before {
    right: 50%;
}
.mm-menu .navigation.mm-listview li.mm-add-listing .theme-btn {
  width: 100%;
  margin: 55px 0 15px;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
  min-width: 200px;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  font-family: 'Raleway';
  font-weight: 600;
  background-color: #B19B78;
  color: #ffffff;
  padding: 23px 15px 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}
.mm-btn:after,
.mm-btn:before {
  border-color: #1C2836;
  border-width: 1.5px;
  height: 9px;
  width: 9px;
}
.current-menu-item .mm-btn:after,
.current-menu-item .mm-btn:before {
  border-color: #B19B78;
}

/*----------hamburger icon-------*/

.menu-icon {
  position: relative;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 30px;
  height: 30px;
  padding: 0 !important;
}
.menu-icon .line{
  width: 25px;
  height: 1px;
  background-color: #1C2836;
  display: block;
  margin: 4px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-icon:hover{
  cursor: pointer;
}
.mm-wrapper_opened .menu-icon,
.menu-icon.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-icon .line:nth-child(1) {
  align-items: flex-end;
  margin-left: auto;
}
.mm-wrapper_opened .menu-icon .line:nth-child(1),
.mm-wrapper_opened .menu-icon .line:nth-child(2), 
.menu-icon.is-active .line:nth-child(1),
.menu-icon.is-active .line:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 30px;
}
.mm-wrapper_opened .menu-icon .line:nth-child(1),
.menu-icon.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.mm-wrapper_opened .menu-icon .line:nth-child(2),
.menu-icon.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-5px) rotate(90deg);
  -ms-transform: translateY(-5px) rotate(90deg);
  -o-transform: translateY(-5px) rotate(90deg);
  transform: translateY(-5px) rotate(90deg);
}

.mobile-header .menu-icon {
  margin: 0;
}
/*-------header search bar----------*/
.search-bar {
  position: fixed;
  left: 0;
  top: 0%;
  width: 100%;
  z-index: 999999;
  background-color: #181B2B;
  transition: all 0.3s ease-out;
  display: none;
}
.main-header .search-bar .container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.search-close {
  position: absolute;
  right: 40px;
  top: 47px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  z-index: 1;

}
.search-bar-content {
  position: relative;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin: auto;
}
.search-bar-info {
  position: relative;
  display: inline-block;
  width: 100%;
}
.search-bar-info input {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 15px;
  color: #ffffff;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 0.1em;
}
.search-bar-info button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}

/*-------header cart ----------*/

.sk-cart-bar {
  position: absolute;
  right: 0;
  top: 100%;
  width: 410px;
  border-top: 2px solid #b19b78;
  background-color: #ffffff;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.header-cart-li:hover .sk-cart-bar {
  opacity: 1;
  visibility: visible;
}
.sk-cart-list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.sk-cart-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.sk-remove {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  font-size: 14px;
  color: #1C2836;
}
.sk-cart-item-img {
  position: relative;
  display: inline-block;
  width: 90px;
  min-width: 90px;
  margin-right: 20px;
}
.sk-cart-item-info {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sk-cart-item-info h3 {
  color: #1C2836;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.sk-cart-item-info h3 a {
  color: #1C2836;
}
.sk-cart-price {
  display: block;
}
.sk-cart-price del {
  color: #615E5E;
  font-size: 14px;
  line-height: 35px;
  margin-right: 10px;
}
.sk-cart-price .sk-price {
  font-size: 20px;
  color: #b19b78;
  line-height: 35px;
}
.sk-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #EDEDED;
  padding-top: 15px;
  padding-bottom: 26px;
}
.sk-cart-total label {
  display: block;
  margin: 0;
  color: #1C2836;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sk-cart-total .sk-price {
  color: #1C2836;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 36px;
}
.sk-cart-btn .theme-btn {
  float: left;
  width: calc(50% - 10px);
  min-width: inherit;
  margin: 0 0px 0 0;
}
.sk-cart-btn .theme-btn:last-child {
  margin: 0 0px 0 20px;
}

/*==========================
header style two
===========================*/

.header-style-two .header-span {
  display: none;
}
.header-style-two .main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0;
}
.header-style-two .header-inner {
  padding: 0;
  height: auto;
  justify-content: space-between;
  align-items: initial;
  
}
.header-style-two .header-left,
.header-style-two .header-right {
  position: relative;
  align-items: initial;
}
.header-style-two .header-logo {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  align-items: center;
  display: flex;
}
.header-style-two .main-menu > ul > li > a {
  color: #ffffff;
  padding: 44px 0 44px;
}
.header-style-two .main-menu > ul > li > a:before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.header-style-two .main-menu > ul > li:hover > a:before,
.header-style-two .main-menu > ul > li.current-menu-ancestor > a:before,
.header-style-two .main-menu > ul > li.current-menu-item > a:before {
  width: 100%;
}
.header-style-two .header-cart-list {
  align-items: initial;
}
.header-style-two .header-cart-list li  {
  margin: 0;
  padding: 0 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.header-style-two .header-cart-list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 0;
}
.header-style-two .header-cart-list li a.menu-icon {
   margin: 0;
} 
.header-style-two .menu-icon span:after,
.header-style-two .menu-icon span:before {
  background-color: #ffffff;
}
.header-style-two .main-header.fixed-header {
    background-color: #181B2B;
}
.header-style-two .menu-icon {
    height: auto;
}
.header-style-two  .menu-icon .line {
    background-color: #ffffff;
}

/*==========================
header style three
===========================*/

.header-style-three {
  background-color: #f8f7f2;
}
.header-style-three .main-header {
  padding: 0;
}
.header-style-three .main-header.fixed-header .desktop-header {
  padding: 0 40px;
}
.header-style-three .header-logo {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header-style-three .desktop-header .main-menu > ul {
  margin-left: -23px;
}
.header-style-three .desktop-header .main-menu > ul > li:nth-last-child(2) {
  margin-right: 0;
}
.header-style-three .desktop-header .main-menu > ul > li:nth-child(3) {
  margin-right: 266px;
}

/*==========================
header style four
===========================*/

.header-style-four {
  background-color: #f8f7f2;
}
.header-style-four .main-header.fixed-header {
    background-color: #181B2B;
}
.header-style-four .header-span {
  display: none;
}
.header-style-four .main-header {
  padding: 0;
}
.header-style-four .main-header.fixed-header .desktop-header {
  padding: 0 20px;
}
.header-style-four .header-inner {
  padding: 0;
  align-items: initial;
  height: auto;
}
.header-style-four .header-left {
    height: 100%;
    padding-left: 30px;
}
.header-style-four .header-right {
  align-items: initial;
  height: 100%;
}
.header-style-four .header-right .theme-btn {
    min-width: 170px;
    margin-left: 30px;
}
.header-style-four .header-logo {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header-style-four .desktop-header .main-menu > ul {
  margin-left: -26px;
}
.header-style-four .desktop-header .main-menu > ul > li:nth-last-child(2) {
  margin-right: 0;
}
.header-style-four .desktop-header .main-menu > ul > li:nth-child(3) {
  margin-right: 266px;
}
.header-style-four .main-menu > ul > li > a {
    padding: 35px 0;
    color: #ffffff;
}
.header-style-four .main-menu > ul > li.current-menu-ancestor > a,
.header-style-four .main-menu > ul > li.current-menu-item > a, 
.header-style-four .main-menu > ul > li:hover > a {
    color: #B19B78;
}
.header-style-four .menu-icon span:before,
.header-style-four .menu-icon span:after {
  background-color: #ffffff;
}
.header-style-four .mobile-nav-toggler {
    color: #ffffff;
    border: none;
    margin-right: 20px;
    height: 100%;
    align-items: center;
}

.header-style-four .menu-icon {
    height: auto;
}
.header-style-four  .menu-icon .line {
    background-color: #ffffff;
}


.mm-menu_fullscreen.mm-menu_position-bottom {
    top: 100px;
}
.mm-menu_fullscreen.mm-menu_position-bottom {
    height: calc(100vh - 100px);
}

/*==========================
header style five
===========================*/

.header-style-five .main-header {
  padding: 0 60px;
}
.header-style-five .header-span {
    height: 120px;
}
.header-style-five .header-inner {
  padding: 0px 0;
  height: 120px;
  justify-content: space-between;
}
.header-style-five .header-right,
.header-style-five .header-left {
    position: relative;
}
.header-style-five .header-logo {
  margin-right: 44px;
}
.header-style-five .menu-icon {
    margin: 0 0 0 0px;
}

/*==========================
header style six
===========================*/

.header-style-six .header-span {
    display: none;
}
.header-style-six .main-menu > ul > li > a {
    color: #ffffff;
}
.header-style-six .main-menu > ul > li.current-menu-ancestor > a, 
.header-style-six .main-menu > ul > li.current-menu-item > a, 
.header-style-six .main-menu > ul > li:hover > a {
    color: #B19B78;
}
.header-style-six .menu-icon .line {
    background-color: #ffffff;
}
.header-style-six .main-menu > ul > li:nth-last-child(2) {
  margin-right: 0;
}
.header-style-six .main-header.fixed-header {
    background: #181B2B;
}

/*==========================
header sidenav
===========================*/
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, 
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    visibility: hidden;
}
.sidenav {
  position: fixed;
  left: -500px;
  top: 0;
  width: 500px;
  max-width: 500px;
  height: 100%;
  min-height: 100%;
  padding: 0 60px 38px 60px;
  background-color: #fff;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 7%);
  -webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
  -moz-transition: all .6s cubic-bezier(.77,0,.175,1);
  transition: all .6s cubic-bezier(.77,0,.175,1);
  text-align: center;
}
.sidenav-open .sidenav {
  left: 0;
  visibility: visible;
}
.body-cover {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    background-color: rgba(24, 27, 43, 0.7);
    -webkit-transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
    transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
}
.sidenav-open .body-cover {
    z-index: 1002;
    opacity: 1;
}
.sidenav-inner {
  padding: 120px 60px 30px;
  background-color: #ffffff;
  text-align: center;
  min-height: 721px;
  height: 100vh;
  overflow-x: auto;
}
.sidenav-logo {
  display: inline-block;
  margin-bottom: 25px;
}
.sidenav-inner .sub-title {
  margin-bottom: 25px;
}
.sidenav-insta-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.sidenav-insta-grid label {
  font-size: 20px;
  margin-bottom: 8px;
  display: block;
  font-family: 'Cormorant';
  font-style: normal;
  width: 100%;
}
.sidenav-insta-grid .gallery-item {
  width: 33.333%;
}
.sidenav-insta-grid .gallery-item .gallery-hover {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidenav-insta-grid .gallery-item .gallery-hover span {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}
.sidenav-bottom p {
  color: #1C2836;
  font-size: 20px;
  font-family: 'Cormorant';
}
.sidenav-bottom ul {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 30px 0 0;
  justify-content: center;
  align-items: center;
}
.sidenav-bottom ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 5px;
}
.sidenav-bottom ul li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #B88768;
  border: 1px solid transparent;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}
.sidenav-bottom ul li a:hover {
  border-color: #B88768;
}
.close-sidenav-outer {
  text-align: right;
  padding: 60px 0 30px;
}
.close-sidenav {
  color: #000000;
  font-size: 24px;
}
/*** 

====================================================================
Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 121px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-top {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 120px;
}
.footer-logo {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 55px;
}
.footer-menu {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 55px;
}
.footer-menu ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 22px;
}
.footer-menu ul li:first-child {
  margin-left: 0;
}
.footer-menu ul li:last-child {
  margin-right: 0;
}
.footer-menu ul li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  font-family: 'Raleway';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-menu ul li a:hover {
  color: #B19B78;
  text-decoration: underline;
}
.footer-social {
  position: relative;
  display: inline-block;
  width: 100%;
}
.footer-social ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer-social ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 7.5px;
}
.footer-social ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  border-radius: 50%;
}
.footer-social ul li a:hover {
  background-color: #ffffff;
  color: #181B2B;
}
.footer-bottom {
  position: relative;
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 31px 0 28px;
  text-align: center;
}
.footer-bottom p {
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
}
.scroll-to-top {
  position: fixed;
  right: 24px;
  bottom: 100px;
  z-index: 99;
  width: 50px;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: none;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.60);
  transition: all 300ms ease;
}

/*==========================
footer style two
===========================*/

.footer-style-two.main-footer {
    padding: 90px 0 0;
}
.footer-style-two .footer-top {
  margin-bottom: 60px;
}
.footer-row {
  position: relative;
  display: flex;
  margin: 0 -15px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-col {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  margin-bottom: 30px;
}
.footer-col .footer-logo {
    position: relative;
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 30px;
}
.footer-col p {
  color: #ffffff;
  font-size: 13px;
  line-height: 26px;
  font-family: 'Raleway';
  font-weight: 600;
  margin-bottom: 19px;
  text-transform: uppercase;
}
.footer-col p:last-child {
  margin-bottom: 0;
}
.footer-col p a {
  color: #ffffff;
}
.span-heading {
  position: relative;
  display: flex;
  color: #ffffff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}
.footer-col ul {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.footer-col ul li a {
  position: relative;
  display: inline-block;
  font-family: 'Raleway';
  font-size: 13px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer-col ul li a:hover {
  color: #B19B78;
  text-decoration: underline;
}
.subscribe-div {
  position: relative;
  display: inline-block;
}
.subscribe-div input {
  position: relative;
  display: inline-block;
  padding: 0 0 15px;
  margin: 0;
  background-color: transparent;
  border:  none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  line-height: 20px;
  font-family: 'Raleway';
  font-weight: 600;
  color: #ffffff;
  width: 300px;
  max-width: 100%;
  letter-spacing: 0.1em;
}
.subscribe-div input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.subscribe-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  padding: 0;
  outline: none;
  border: none;
  box-shadow: none;
}
.footer-bottom-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom-inner a,
.footer-bottom-inner p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
    line-height: 16px;
    font-family: 'Raleway';
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.footer-bottom-inner a:hover {
  color: #ffffff;
}
.footer-bottom-inner ul {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer-bottom-inner ul li {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0 0 0 38px;
}

/*==========================
footer style three
===========================*/

.footer-style-three.main-footer {
    padding: 90px 0px 0;
}
.footer-style-three .footer-top {
  margin-bottom: 60px;
}
.footer-style-three .footer-col p {
  color: #615E5E;
}
.footer-style-three .footer-col p a {
  color: #615E5E;
}
.footer-style-three .span-heading {
  color: #1C2836;
}
.footer-style-three .footer-col ul li a {
  color: #615E5E;
}
.footer-style-three .footer-bottom-inner a:hover,
.footer-style-three .footer-col p a:hover,
.footer-style-three .footer-col ul li a:hover {
  color: #B19B78;
}
.footer-style-three .subscribe-div input {
  padding: 19px 40px 20px 19px;
  border: 1px solid rgba(160, 164, 142, 0.5);
  color: #1C2836;
}
.footer-style-three .subscribe-div input::placeholder {
  color: #615E5E;
}
.footer-style-three .subscribe-btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
.footer-style-three .footer-bottom-inner a,
.footer-style-three .footer-bottom-inner p {
  color: #615E5E;
}
.footer-style-three .footer-bottom {
    border-top: none;
    padding-top: 0;
}
.footer-style-three .footer-bottom-outer {
  padding-top: 31px;
  border-top: 1px solid rgba(160, 164, 142, 0.5);
}

/*==========================
footer style four
===========================*/

.footer-style-four.main-footer {
    padding: 90px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-cta {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.footer-cta span {
  color: #ffffff;
  display: block;
  margin-bottom: 19px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway';
  font-weight: 600;
}
.footer-cta h2 {
  color: #ffffff;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
}
.w-150 {
  min-width: 150px;
}
.footer-style-four .footer-top {
  padding-top: 58px;
  margin-bottom: 40px;
}
.photo-grid {
  max-width: 300px;
}
.photo-grid > .row {
  margin: 0 -10px;
}
.photo-grid > .row > [class^="col-"]{
    padding: 0 10px;
}
.footer-style-four .footer-bottom {
  border: none;
  padding: 0;
}
.footer-style-four .footer-bottom-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 31px 0 28px;
  text-align: center;
}
.footer-style-four .footer-bottom-inner p {
  color: #ffffff;
  margin: 0;
}

/*==========================
footer style five
===========================*/

.main-footer.footer-style-five {
  padding-top: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-news {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.footer-news span {
  display: block;
  color: #B19B78;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway';
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-news h2{
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C2836;
  margin-bottom: 60px;
}
.footer-style-five .subscribe-div input {
    padding: 22px 21px 23px;
    background-color: #ffffff;
    border: none;
    font-size: 11px;
    line-height: 15px;
    font-family: 'Raleway';
    font-weight: 600;
    color: #615E5E;
    width: 406px;
    max-width: 100%;
    letter-spacing: 0.1em;
}
.footer-style-five .subscribe-div input::placeholder {
  color: #615E5E;
}
.footer-style-five .subscribe-div .subscribe-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 41px;
    height: 100%;
    padding: 0;
    outline: none;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.footer-style-five .footer-top {
  padding-top: 60px;
  margin-bottom: 0;
}
.footer-style-five .footer-bottom-inner a, .footer-style-five .footer-bottom-inner p,
.footer-style-five .span-heading {
  color: #1C2836;
}
.footer-style-five .footer-col p a,
.footer-style-five .footer-col p {
  color: #615E5E;
}
.footer-style-five .footer-col p a:hover {
  text-decoration: underline;
}
.footer-style-five .footer-col ul li a {
  color: #615E5E;
}
.footer-style-five .footer-col ul li a:hover {
  text-decoration: underline;
}
.footer-style-five .footer-bottom-inner ul {
    width: auto;
}
.footer-style-five .footer-bottom-inner ul li {
  margin: 0 5px;
}
.footer-style-five .footer-bottom-inner ul li:first-child {
  margin-left: 0;
}
.footer-style-five .footer-bottom-inner ul li:last-child {
  margin-right: 0;
}
.footer-style-five .footer-bottom-inner ul li a {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #181B2B;
  font-weight: 400;
  letter-spacing: normal;
}
.footer-style-five .footer-bottom-inner ul li a:hover {
  color: #ffffff;
  background-color: #181B2B;
}

/*** 

====================================================================
Banner Section
====================================================================

***/

.banner-section {
  display: flex;
  width: 100%;
}
.banner-sidebar {
  display: flex;
  flex-direction: column-reverse;
  min-width: 100px;
  width: 100px;
  background-color: #ffffff;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9;
}
.scroll-to {
  writing-mode: vertical-rl;
  display: flex;
  transform: rotate(180deg);
  text-transform: uppercase;
  color: #1C2836;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway'!important;
  font-weight: 600;
  letter-spacing: 0.1em;
  align-items: center;
}
.scroll-to:before {
  position: relative;
  content: '';
  display: inline-block;
  width: 1px;
  height: 56px;
  background-color: #1C2836;
  order: 1;
  margin: 10px 0px 0 0px;
  transition: all 0.3s ease-out;
}
.scroll-to:after {
  position: relative;
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #1C2836;
  border-radius: 50%;
  order: 1;
  transition: all 0.3s ease-out;
}
.scroll-to:hover:before,
.scroll-to:hover:after {
  background-color: #B19B78;
}
.banner-sidebar-link {
  writing-mode: vertical-rl;
  display: flex;
  transform: rotate(180deg);
  text-transform: uppercase;
  color: #1C2836;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway'!important;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.sidebar-social {
  display: flex;
  flex-direction: column;
  transform: rotate(180deg);
  text-transform: uppercase;
  color: #1C2836;
  font-size: 13px;
  line-height: 19px;
  padding: 0;
  margin: 30px 0;
}
.sidebar-social li {
  display: flex;
  padding: 0;
  margin: 15px 0px;
}
.sidebar-social li a {
  color: #1C2836;
  font-size: 13px;
  line-height: 19px;
  transform: rotate(90deg);
  font-weight: 400;
}
.sidebar-social li a:hover {
  color: #B19B78;
}
.banner-carousel {
  width: 100%;
}
.banner-carousel .slide-item {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100vh - 100px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 861px;
}
.hero-banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 27, 43, 0.3);
  z-index: 1;
}
.hero-banner-caption {
  position: relative;
  z-index: 1;
}
.banner-carousel .hero-banner-caption {
  max-width: 878px;
  position: relative;
  z-index: 1;
}
.banner-carousel .hero-banner-caption h1 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.banner-carousel .hero-banner-caption p {
  color: #ffffff;
  max-width: 638px;
  margin-bottom: 29px;
}
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next{
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  outline: none !important;
  color: #000000;
  font-size: 22px;
  box-shadow: none;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 30px;
}
.banner-carousel.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30px;
}
.banner-carousel.owl-carousel.owl-theme button.owl-dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  margin: 15px 0;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  padding: 0;
}
.banner-carousel.owl-carousel.owl-theme button.owl-dot span {
  display: none;
}
.banner-carousel.owl-carousel.owl-theme button.owl-dot.active {
  width: 30px;
  height: 30px;
  background-color: transparent !important;
}

/*==========================
hero banner style two
===========================*/

.banner-carousel-two .slide-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 108px;
  min-height: 960px;
}
.banner-carousel-two .hero-banner-caption {
  max-width: 638px;
  position: relative;
  text-align: center;
  margin: auto;
  z-index: 1;
}
.banner-carousel-two .hero-banner-caption h1 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.banner-carousel-two .hero-banner-date {
  display: block;
  color: #ffffff;
  font-family: 'caveat';
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 15px;
}
.banner-carousel-two .hero-banner-caption p {
  color: #ffffff;
  max-width: 638px;
  margin-bottom: 34px;
}
.banner-carousel-two.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
}
.banner-carousel-two.owl-carousel.owl-theme .owl-nav .owl-prev,
.banner-carousel-two.owl-carousel.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border: 1px solid #ffffff !important;
  border-left: none!important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff!important;
  font-size: 20px!important;
  background-color: transparent;
  border-radius: 0;
}
.banner-carousel-two.owl-carousel.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
  border-left: 1px solid #ffffff !important;
  border-right: none !important;
}
.scroll-to-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  z-index: 1;
  font-family: 'Raleway';
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.scroll-to-next span {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1px;
  height: 80px;
  background-color: #ffffff;
  margin-top: 14px;
  margin-bottom: -40px;
}
.scroll-to-next span:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 1px;
  height: 40px;
  background-color: #1C2836;
}

/*==========================
hero banner style three
===========================*/
.body-page-three {
  padding: 0 40px;
  background-color: #f8f7f2;
}
.banner-carousel-three .slide-item {
  height: calc(100vh - 140px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 860px;
}
.banner-carousel-three.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
} 
.banner-carousel-three.owl-carousel.owl-theme .owl-nav .owl-prev,
.banner-carousel-three.owl-carousel.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  outline: none !important;
  color: #000000;
  font-size: 22px;
  box-shadow: none;
}
.banner-carousel-three.owl-carousel.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -30px;
}

/*==========================
hero banner style four
===========================*/

.body-page-four {
  padding: 20px;
  background-color: #f8f7f2;
}
.banner-carousel-four .slide-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 40px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding-top: 90px;
  min-height: 940px;
}
.banner-carousel-four .hero-banner-caption h1 {
  margin-bottom: 7px;
}
.banner-carousel-four .hero-banner-caption h1,
.banner-carousel-four .hero-banner-caption p {
  color: #ffffff;
  position: relative;
}
.banner-carousel-four .hero-banner-caption p {
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.hero-banner-overlay.linear-gradient {
  background-color: transparent;
  background-image: linear-gradient(to top,rgba(24, 27, 43, 0.1),#181B2B);
}
.banner-carousel-four.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30px;
}
.banner-carousel-four.owl-carousel.owl-theme button.owl-dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  margin: 15px 0;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  padding: 0;
}
.banner-carousel-four.owl-carousel.owl-theme button.owl-dot span {
  display: none;
}
.banner-carousel-four.owl-carousel.owl-theme button.owl-dot.active {
  width: 30px;
  height: 30px;
  background-color: transparent !important;
}
.banner-section-four .sidebar-social {
  position: absolute;
  right: 67px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  flex-direction: column-reverse;
}
.banner-section-four .sidebar-social li a {
  color: #ffffff;
  transform: rotate(-90deg);
}
.banner-section-four .sidebar-social li a:hover {
  color: #b19b78;
}
.scroll-to.scroll-style-four {
  position: absolute;
  right: 30px;
  bottom: 33px;
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.1em;
  writing-mode: initial;
  transform: none;
  z-index: 1;
  text-transform: initial;
  display: flex;
  align-items: center;
}
.scroll-to.scroll-style-four:after,
.scroll-to.scroll-style-four:before {
  display: none;
}
.scroll-to.scroll-style-four .scroll-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 15px;
}
.scroll-to.scroll-style-four .scroll-text small {
  font-size: 11px;
  line-height: initial;
  display: block;
  margin-top: 7px;
}
.scroll-animation {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll-animation::before {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -1px;
  content: '';
  width: 3px;
  height: 8px;
  background-color: #fff;
  border-radius: 0;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*==========================
hero banner style five
===========================*/

.banner-section-five {
  padding: 0 60px;
}
.banner-carousel-five .slide-item {
  height: calc(100vh - 180px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 820px;
}
.banner-carousel-five .hero-banner-caption {
  text-align: center;
  padding: 0 50px;
}
.banner-carousel-five .hero-banner-caption .sub-title {
  color: #ffffff;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.banner-carousel-five .hero-banner-caption h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.banner-carousel-five.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.banner-carousel-five.owl-carousel.owl-theme .owl-nav button.owl-next, 
.banner-carousel-five.owl-carousel.owl-theme .owl-nav button.owl-prev {
  position: absolute;
  left: 62px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-out;
  font-size: 0;
}
.banner-carousel-five.owl-carousel.owl-theme .owl-nav button.owl-next {
  left: auto;
  right: 62px;
}
.banner-carousel-five.owl-carousel.owl-theme .owl-nav button.owl-next:hover, 
.banner-carousel-five.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {
  background-color: #ffffff;
}
.banner-carousel-five.owl-carousel.owl-theme .owl-nav button.owl-next:after, 
.banner-carousel-five.owl-carousel.owl-theme .owl-nav button.owl-prev:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.banner-carousel-five.owl-carousel.owl-theme .owl-nav button.owl-prev:after {
  border-right: 5px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.banner-carousel-five.owl-carousel.owl-theme .owl-nav button.owl-prev:hover:after {
  border-right-color: #1C2836;
}
.banner-carousel-five.owl-carousel.owl-theme .owl-nav button.owl-next:after {
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.banner-carousel-five.owl-carousel.owl-theme .owl-nav button.owl-next:hover:after {
  border-left-color: #1C2836;
}

/*==========================
hero banner style six
===========================*/
.banner-section-six .slide-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-top: 108px;
    min-height: 960px;
}
.banner-section-six p,
.banner-section-six h1 {
  color: #ffffff;
}
.banner-section-six p {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}
/*** 

====================================================================
Section Title
====================================================================

***/
.content-img,
.content-row,
.content-title {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
}
.content-title h1,
.content-title h2,
.content-title h3,
.content-title h4,
.content-title h5,
.content-title h6 {
  text-transform: uppercase;
}
.text-case-normal.content-title h1,
.text-case-normal.content-title h2,
.text-case-normal.content-title h3,
.text-case-normal.content-title h4,
.text-case-normal.content-title h5,
.text-case-normal.content-title h6 {
  text-transform: initial;
}
.title-logo {
  margin-bottom: 20px;
  display: block;
}
.title-logo img {
  width: 35px;
  height: auto;
}
.sub-title {
  position: relative;
  display: block;
  color: #B19B78;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway';
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.top-title {
  position: relative;
  display: block;
  color: #B19B78;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway';
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.top-title.font-40 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
  font-family: 'Cormorant';

}
.gold-color.top-title {
  color: #B19B78;
} 

/*** 

====================================================================
Icon Box Section
====================================================================

***/

.icon-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.icon-box-img {
  position: relative;
  display: inline-flex;
  width: 90px;
  height: 90px;
  border: 1px solid #B19B78;
  border-radius: 50%;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.icon-box-img:hover {
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.icon-box-img img {
  width: 35px;
  height: auto;
}
.icon-box h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

/*** 

====================================================================
Full Image Width Section
====================================================================

***/

.full-width-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  float: left;
}
.full-width-img.half-left {
  left: 0;
  width: 50%;
}
.full-width-img.half-right {
  right: 0;
  left: auto;
  width: 50%;
}
.hero-banner-overlay.opacity-30 {
    background-color: rgba(24, 27, 43, 0.3);
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Raleway';
  letter-spacing: 0.1em;
  z-index: 2;
}
.play-btn:hover {
  background-color: #b19b78;
  border-color: #b19b78;
  color: #ffffff;
}

/*** 

====================================================================
Counter Section
====================================================================

***/

.count-box .count-text {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 73px;
  color: #b19b78;
  margin-bottom: 24px;
}
.count-box p {
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway';
  font-weight: 600;
  text-transform: uppercase;
  color: #1C2836;
  letter-spacing: 0.1em;
}
.counter-section-two .count-box .count-text,
.counter-section-two .count-box p {
  color: #ffffff;
}

/*** 

====================================================================
Gallery Section
====================================================================

***/

.gallery-item {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.gallery-item img {
  width: 100%;
  transition: all 0.3s ease-out;
  transform: scale(1);
}
.gallery-item:hover img {
  transition: all 0.3s ease-out;
  transform: scale(1.1);
}
.gallery-hover {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 27, 43, 0.7);
  transition: all 0.3s ease-out;
}
.gallery-item:hover .gallery-hover {
  top: 0;
}
.gallery-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #1C2836;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  z-index: 1;
}
.gallery-item-info {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  background-color: #ffffff;
  text-align: center;
  padding: 22px 10px;
  text-transform: uppercase;
}
.gallery-item-info h3 {
  margin-bottom: 2px;
}
.gallery-item-info p {
  margin: 0;
  color: #b19b78;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  font-family: 'Raleway';
  letter-spacing: 0.1em;
}

.portfolioFilter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.portfolioFilter a {
  position: relative;
  display: inline-block;
  color: #615E5E;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-family: 'Raleway';
  text-transform: uppercase;
  padding-bottom: 5px;
  margin: 0px 13px 10px;
}
.portfolioFilter a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1C2836;
}
.portfolioFilter a.current,
.portfolioFilter a:hover {
  color: #1C2836;
}
.portfolioFilter a.current:after {
  width: 100%;
}

.gallery-section-two .gallery-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-weight: 400;
}
.gallery-hover.hover-style-three .gallery-item-info {
    position: absolute;
    left: 10px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 20px);
    background-color: transparent;
    text-align: center;
    padding: 22px 10px;
    text-transform: uppercase;
}
.gallery-hover.hover-style-three .gallery-item-info h3,
.gallery-hover.hover-style-three .gallery-item-info .sub-title {
  color: #ffffff;
}
.mb--1 {
  margin-bottom: -1px;
}

/*** 

====================================================================
Testimonials Section
====================================================================

***/

.max-width-850 {
  max-width: 850px;
  margin: auto;
}
.testımonıals-carousel .item {
  text-align: center;
}
.testımonıals-carousel .item p {
  font-size: 23px;
  line-height: 45px;
}
.testımonıals-carousel .item cite {
  font-style: normal;
  color: #b19b78;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Raleway';
  text-transform: uppercase;
}
.testımonıals-carousel .item cite span {
  display: block;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 35px;
  color: #1C2836;
  font-family: 'Cormorant';
  font-weight: 600;
}
.owl-thumbs {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  float: left;
  width: 100%;
  flex-wrap: wrap;
}
.owl-thumb-item {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7.5px;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.owl-thumb-item img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.owl-thumb-item.active img {
  width: 80px;
  height: 80px;
}
.white-color.testımonıals-carousel .item cite span,
.white-color.testımonıals-carousel .item cite,
.white-color.testımonıals-carousel .item p {
  color: #ffffff;
}

.vector-leaf-8 {
  position: absolute;
  left: 38px;
  bottom: 50px;
}
.testımonıals-carousel-grid .swiper-slide,
.testımonıals-carousel-grid .item {
  text-align: center;
}
.testımonıals-img {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-bottom: 10px;
}
.testımonıals-img img {
  border-radius: 50%;
}
.testımonıals-carousel-grid .swiper-slide h3,
.testımonıals-carousel-grid .item h3 {
  margin-bottom: 5px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.testımonıals-carousel-grid .swiper-slide .sub-title,
.testımonıals-carousel-grid .item .sub-title {
  margin-bottom: 10px;
}
.testımonıals-carousel-grid .swiper-slide p,
.testımonıals-carousel-grid .item p {
  font-size: 18px;
  line-height: 30px;
}
/*** 

====================================================================
Service Section
====================================================================

***/

.service-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.service-blog img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.service-blog:hover img {
  transform: scale(1.1);
}
.service-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 27, 43, 0.7);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
}
.service-hover .service-number {
  display: block;
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
}
.service-hover h3 {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
.serevice-tab {
  position: relative;
}
.serevice-tab .tab-buttons {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
  padding: 0;
  border-bottom: 1px solid rgba(160, 164, 142, 0.5);
}
.serevice-tab .tab-buttons li.tab-btn {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 15px 20px;
  margin: 0;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Raleway';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s ease-out;
  border-bottom: 2px solid transparent;
}
.serevice-tab .tab-buttons li.tab-btn.active-btn {
  border-bottom-color: #1C2836;
  color: #1c2836;
}
.serevice-tab .tab-buttons li.tab-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}
.serevice-tab .tab-buttons li.tab-btn span img {
  width: 50px;
  height: auto;
}
.gallery-carousel.owl-carousel.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
}
.gallery-carousel.owl-carousel.owl-carousel.owl-theme .owl-nav .owl-prev,
.gallery-carousel.owl-carousel.owl-carousel.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  outline: none;
  color: #000000;
}
.gallery-carousel.owl-carousel.owl-carousel.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 30px;
}
.serevice-tab .tabs-content h3 {
  text-transform: uppercase;
}
.serevice-tab .tabs-content p {
  margin-bottom: 20px;
}
.custom-serevice .serevice-tab .tab-buttons {
  border-bottom: none;
}
.custom-serevice .serevice-tab .tab-buttons li {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 15px 20px;
    margin: 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Raleway';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid transparent;
    border-bottom: none;
    color: #1c2836;
}
.custom-serevice .serevice-tab .tab-buttons li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #1c2836;
}
.custom-serevice .serevice-tab .tab-buttons li:hover a,
.custom-serevice .serevice-tab .tab-buttons li:hover {
  color: #B19B78;
}
.custom-serevice .serevice-tab .tab-buttons li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
}
.hover-img {
  display: none;
}
.custom-serevice .serevice-tab .tab-buttons li img {
  transition: all 0.3s ease-out;
}
.custom-serevice .serevice-tab .tab-buttons li:hover .normal-img {
  display: none;
}
.custom-serevice .serevice-tab .tab-buttons li:hover .hover-img {
  display: block;
}
.serevice-blog {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 71px 30px 30px 30px;
  border: 1px solid #DDDDDD;
  text-align: center;
  height: 100%;
}
.serevice-blog:hover {
  border-color: #B19B78;
}
.serevice-blog span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 54px;
    margin: auto;
    margin-bottom: 30px;
}
.serevice-blog img {
  transition: all 0.3s ease-out;
}
.serevice-blog:hover .normal-img {
  display: none;
}
.serevice-blog:hover .hover-img {
  display: block;
}
.serevice-blog h3 {
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.serevice-blog:hover h3 {
  color: #B19B78;
}
/*** 

====================================================================
CTA Section
====================================================================

***/

.white-square {
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.white-square.gap-10 {
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.cta-section .theme-btn {
  margin-top: 10px;
}
.vector-img-eight {
  position: absolute;
  left: 50px;
  bottom: 0;
  overflow: hidden;
}
.vector-img-eight img {
  position: relative;
  top: 160px;
}
.vector-img-one {
  position: absolute;
  left: 40px;
  bottom: 0;
  overflow: hidden;
}
.vector-img-one img {
  position: relative;
  bottom: -160px;
}
/*** 

====================================================================
Product Section
====================================================================

***/

.product-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
.product-blog-img {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  float: left;
}
.product-blog-img img {
  width: 100%;
}
.product-img-hover {
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.product-blog:hover .product-img-hover {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.product-img-hover ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.product-img-hover ul li {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0 10px;
}
.product-img-hover ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
}
.owl-carousel .owl-item .product-img-hover ul li a img,
.product-img-hover ul li a img {
  width: 20px;
  height: auto;
}
.product-img-hover ul li a:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.product-blog-info {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 30px 15px 0;
}
.product-blog-info h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-blog-info h3,
.product-blog-info h3 a {
  color: #1C2836;
}
.product-blog-info h3 a:hover {
  color: #B19B78;
}
.product-blog-info .sk-price {
  color: #B19B78;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.product-carousel.owl-carousel.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  left: 0;
  top: 38%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
}
.product-carousel.owl-carousel.owl-carousel.owl-theme .owl-nav .owl-prev, 
.product-carousel.owl-carousel.owl-carousel.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  outline: none !important;
  color: #000000;
  font-size: 15px;
  box-shadow: none;
}
.product-carousel.owl-carousel.owl-carousel.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -22px;
}
/*** 

====================================================================
Packages Section
====================================================================

***/

.packages-blog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDDDD;
  padding: 60px;
}
.packages-blog.highlight {
  border-color: #b19b78;
}
.packages-blog-title {
  position: relative;
  margin-bottom: 45px;
}
.packages-blog-title h3 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0;
  letter-spacing: 0;
}
.packages-blog-title .sk-price {
  color: #B19B78;
  font-size: 60px;
  line-height: 1;
  display: block;
  letter-spacing: 0.1em;
}
.packages-blog-title .sk-price .sk-price-meta {
  color: #1C2836;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway';
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
.packages-blog-info ul {
  position: relative;
  display: block;
  padding: 0;
  margin:  0 0 45px;
}
.packages-blog-info ul li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 35px;
}

.packages-blog .theme-btn {
  width: 100%;
  border: 1px solid #b19b78;
  min-width: inherit;
}
.packages-blog .theme-btn:hover {
  border-color: #35332F;
}

/*** 

====================================================================
Blog Section
====================================================================

***/

.blog-post {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.blog-post .post-date {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #ffffff;
  color: #b19b78;
  font-size: 11px;
  line-height: 16px;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.blog-post .post-date span {
  display: block;
  font-size: 60px;
  line-height: 1;
  font-family: 'Cormorant';
  margin-top: -21px;
}
.blog-post-info {
  padding-top: 30px;
  display: inline-block;
  width: 100%;
}
.blog-post-info h3,
.blog-post-info .top-title {
  margin-bottom: 10px;
}
.blog-post-info h3,
.blog-post-info h3 a {
  color: #1C2836;
  display: inline-block;
  width: 100%;
  letter-spacing: 0;
}
.blog-post-info h3 a:hover {
  color: #b19b78;
}
.blog-post-info p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
}
.load-more {
  position: relative;
  display: inline-flex;
  color: #b19b78;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

/*** 

====================================================================
Team Section
====================================================================

***/

.team-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.team-img {
  position: relative;
  display: inline-block;
  width: 190px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 30px;
}
.team-img img {
  width: 100%;
  height: auto;
}
.team-img-hover {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 27, 43, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.team-blog:hover .team-img-hover {
  opacity: 1;
  visibility: visible;
}
.team-social {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
} 
.team-social li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 10px;
}
.team-social li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
}
.team-social li a:hover {
  color: #b19b78;
}
.team-info h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.team-info p {
  color: #b19b78;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.swiper-pagination,
.owl-carousel .owl-dots {
  text-align: center;
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  bottom: auto;
}
.swiper-pagination {
  bottom: auto !important;
}
.swiper-pagination .swiper-pagination-bullet,
.owl-carousel .owl-dot {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 7.5px;
  width: 30px;
  height: 30px;
  border: 1px solid transparent !important;
  background-color: transparent !important;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #b19b78;
  border-radius: 50%;
}
.owl-carousel .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #b19b78;
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.owl-carousel .owl-dot.active {
  border-color: #b19b78 !important;
}

/*** 

====================================================================
Contact Form Section
====================================================================

***/

.pt-200 {
  padding-top: 200px !important;
}
.contact-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.max-width-1070 {
  max-width: 1070px;
  margin: auto;
}
.contact-form {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #F8F7F2;
  padding: 60px 120px 95px;
}
.contact-form-vector {
  position: absolute;
  right: 30px;
  top: 40px;
}
.input-div {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.input-div input,
.input-div textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #B19B78;
  padding: 13px 0;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #1C2836;
}
.input-div textarea {
  height: 120px;
}
.input-div input::placeholder,
.input-div textarea::placeholder {
  text-transform: uppercase;
}
.input-div input:focus,
.input-div textarea:focus {
  border-bottom-color: #1C2836;
}
.input-div .chosen-container.chosen-with-drop .chosen-drop {
  background-color: #F8F7F2;
}
.input-div .chosen-container-single .chosen-single {
  border-color:  #B19B78;
}
.input-div .chosen-container-single.chosen-container-active .chosen-single {
  border-color: #1c2836;
}
.input-div .chosen-container-single .chosen-single div:after {
    font-size: 19px;
    color: #b19b78;
    right: 0;
    font-weight: 300;
}
.input-div .chosen-container-single .chosen-search input[type=text] {
    background-color: #fff;
}
.input-div .theme-btn {
  margin-top: 20px;
}
.theme-btn.full-width {
  width: 100%;
}
.vector-leaf-3 {
  position: absolute;
  left: 22px;
  bottom: 11px;
}
.vector-leaf-4 {
  position: absolute;
  right: 40px;
  bottom: 11px;
}
.radio-row {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -15px 3px;
}
.radio-row .radio-box {
  padding: 0 15px;
}
.vector-leaf-5 {
  position: absolute;
  left: 50px;
  bottom: 63px;
  display: inline-block;
}
.vector-leaf-6 {
  position: absolute;
  right: 0;
  bottom: 28px;
  overflow: hidden;
}
.vector-leaf-6 img {
  position: relative;
  right: -329px;
}
.max-width-520 {
  max-width: 520px;
}
.contact-section-three .contact-form {
    background-color: #ffffff;
    padding: 50px 50px 32px;
}
.contact-section-three .contact-bg {
  height: calc(100% - 163px);
}
.z-index-2 {
  z-index: 2;
}
/*** 

====================================================================
Address Box Section
====================================================================

***/

.address-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.address-box-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
  min-height: 60px;
}
.address-box p {
  margin-bottom: 10px;
}
.address-box p strong {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #1C2836;
}


/*** 

====================================================================
Logo Grid Section
====================================================================

***/

.logo-item {
  position: relative;
  display: inline-block;
  width: 100%;
}

/*** 

====================================================================
Instagram Grid Section
====================================================================

***/
.br-top {
  border-top: 1px solid rgba(160, 164, 142, 0.5);
}
.insta-grid {
  position: relative;
  display: flex;
}
.insta-grid-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
  color: #615E5E;
  z-index: 1;
}
.insta-grid-two {
  margin: 0 -9px;
}
.insta-grid-two .gallery-item {
  margin: 0 9px;
}
.insta-grid-two .gallery-item:nth-child(even) {
  margin-top: 60px;
}
.insta-grid.grid-2 {
  margin: 0 -2.5px;
}
.insta-grid.grid-2 .gallery-item {
  margin: 0 2.5px;
}

/*** 

====================================================================
Love Story Section
====================================================================

***/

.love-story-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 235px;
}
.love-story-blog.right-align {
  float: right;
}
.love-story-img {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.love-story-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.love-story-img span {
  position: absolute;
  right: -5px;
  bottom: 0;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.love-story-img span img {
  width: 16px;
  height: auto;
  border-radius: 0;
}
.love-story-blog h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.love-story-blog p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}
.social-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.social-list li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 30px 0 0;
}
.social-list li:last-child {
  margin-right: 0;
}
.love-story-blog.right-align .social-list li {
  float: right;
  margin: 0 0 0 30px;
}
.love-story-blog.right-align .social-list li:last-child {
  margin-left: 0;
}
.social-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #1C2836;
  font-weight: normal;
}
.social-list li a:hover {
  color: #b19b78;
}
.love-story-round-img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 540px;
  margin: auto;
}
.love-story-round-img img {
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.love-story-round-img:before {
  position: absolute;
  content: '';
  right: -25px;
  top: -29px;
  width: 100%;
  height: 100%;
  border: 1px solid #b19b78;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  z-index: -1;
}
.love-story-section-two .love-story-round-img {
    max-width: 500px;
    margin: -105px auto;
}
.love-story-section-two .love-story-round-img img {
  border-radius: 50%;
}
.love-story-section-two .love-story-round-img:before {
  border-radius: 50%;
  left: -37px;
  top: -37px;
  right: auto;
  width: calc(100% + 74px);
  height: calc(100% + 74px);
}
/*** 

====================================================================
Count Down Timer Section
====================================================================

***/

.save-the-date {
  position: relative;
  display: inline-block;
  width: 100%;
}
.save-the-date h2 {
  font-size: 50px;
  line-height: 63px;
  margin-bottom: 10px;
  font-family: 'Caveat';
  letter-spacing: 0;
  font-weight: 400;
}
.save-the-date.white-color * {
  color: #ffffff;
}
.save-the-date p {
  margin-bottom: 10px;
}
.save-the-date .save-the-date-text {
  text-transform: uppercase;
}
.vector-img-two {
  position: absolute;
  left: 0;
  bottom: 0px;
  overflow: hidden;
}
.vector-img-two img {
  position: relative;
  top: 110px;
}
.countdown {
  position: relative;
  display: flex;
  margin: auto;
  justify-content: space-between;
  max-width: 1070px;
  margin: 0 auto;
}
.countdown-two .countdown {
  margin: 0 -15px;
}
.countdown .block {
  position: relative;
  display: flex;
  padding: 0 15px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Raleway';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.countdown .block .digit {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 73px;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-family: 'Cormorant';
}

.countdown-two {
  position: relative;
  display: block;
  max-width: 850px;
  margin: auto;
  padding: 45px 103px 27px;
  z-index: 1;
  margin-top: -260px;
}
.countdown-two .content-title h1 {
  margin-bottom: 30px;
}
.countdown-two .content-title .sub-title {
  font-size: 18px;
  line-height: 26px;
}
.countdown-two .countdown .block,
.countdown-two .countdown .block .digit {
  color: #1C2836;
}
/*** 

====================================================================
Time Line  Section
====================================================================

***/

.timeline-blog {
  position: relative;
  display: inline-block;
  width: 100%;
}
.timeline-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 32px;
}
.timeline-img img {
  width: 50px;
  height: auto;
}
.timeline-icon {
  position: relative;
  display: flex;
  width: 15px;
  height: 15px;
  background-color: #b19b78;
  border-radius: 50%;
  box-shadow: 0 0 0px 4px rgba(177, 155, 120, 0.2);
  margin-bottom: 39px;
}
.timeline-row {
  position: relative;
  display: block;
  width: calc(100% - 80px);
  margin: auto;
}
.timeline-row:before {
  position: absolute;
  content: '';
  left: 0;
  top: 89px;
  width: 100%;
  border-top: 1px dashed #1C2836;
  z-index: -1;
}
.timeline-info h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.timeline-info .sub-title {
  margin-bottom: 20px;
}
.timeline-info p {
  font-size: 18px;
  line-height: 30px;
  max-width: 240px;
}

/*------time line vertical----*/
.timeline-row-vertical {
  position: relative;
  display: block;
  max-width: 562px;
  margin: auto;
}
.timeline-row-vertical .timeline-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.timeline-row-vertical .timeline-blog:before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: calc(100% + 30px);
  border-left: 1px dashed #1C2836;
}
.timeline-row-vertical .timeline-blog:last-child:before {
  display: none;
}
.timeline-row-vertical .timeline-blog .timeline-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 100%;
  position: relative;
}
.timeline-row-vertical .timeline-blog .timeline-info {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.timeline-row-vertical .timeline-blog .timeline-img {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 100%;
  position: relative;
}
.timeline-row-vertical .timeline-blog:nth-child(odd) .timeline-img {
  justify-content: flex-end;
}
.timeline-row-vertical .timeline-blog .timeline-icon {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 32px;
}

/*** 

====================================================================
Parallax Section 
====================================================================

***/

.parallax-div {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.parallax-div h2 {
  margin-bottom: 24px;
}
.light-gray-80 {
  background-color: rgba(84, 87, 72, 0.8);
}

/*** 

====================================================================
Event Section 
====================================================================

***/

.event-blog {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 60px 15px 34px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.event-blog.bg_alice {
  background-color: #F8F7F2;
}
.event-blog.bg_alice.style2:hover {
  background-color: #545748;
}
.event-blog:hover {
    background-color: #b19b78;
}
.vector-leaf-7 {
  position: absolute;
    left: -53px;
    top: -6px;
    transform: rotate(13.24deg);
    width: 122px;
}
.event-blog-icon {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 22px;
}
.event-blog-icon img {
  width: 50px;
  height: auto;
}
.event-blog:hover .normal-img {
  display: none;
}
.event-blog:hover .hover-img {
  display: block;
}
.event-blog-link {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1 0 0;
  height: 100%;
  align-items: flex-end;
}
.event-blog:hover h3,
.event-blog:hover p,
.event-blog:hover .load-more {
  color: #ffffff;
}

/*** 

====================================================================
Map Section 
====================================================================

***/

.map-section {
  
}
.map-section iframe {
  position: relative;
  display: inherit;
  width: 100%;
  height: 612px;
}
.height-766 iframe {
  height: 766px;
}
/*** 

====================================================================
Teaser Section 
====================================================================

***/

.teaser-blog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #FFDBDB;
  align-items: center;
  justify-content: center;
}
.teaser-blog .gallery-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 27, 43, 0.3);
  z-index: 1;
}
.teaser-blog:hover .gallery-item img {
  transform: scale(1.1);
}
.teaser-blog img {
  width: 100%;
}
.teaser-info {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  padding: 10px;
}
.teaser-info .top-title {
  color: #ffffff;
  margin-bottom: 13px;
}
.teaser-info h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.teaser-blog.highlight .teaser-info .top-title,
.teaser-blog.highlight .teaser-info h3 {
  color: #1C2836;
}

/*** 

====================================================================
Invitation Card Section 
====================================================================

***/

.invitation-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 284px;
}
.theme-logo {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.invitation-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 1070px;
  margin: auto;
  min-height: 1300px;
  padding: 120px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.invitation-content h1 {
  margin-bottom: 30px;
}
.invitation-content .sub-title {
  font-size: 18px;
  line-height: 24px;
}
.list-info ul {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 30px;
}
.list-info.horizontaly {
  width: 100%;
  display: block;
  max-width: 767px;
  margin: 0 auto;
}
.list-info.horizontaly ul {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}
.list-info.horizontaly ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 0 15px;
}
.list-info.horizontaly ul li span {
  margin: 0 0 10px;
  width: 40px;
  height: 40px;
}
.list-info.horizontaly ul li span img {
  width: 40px;
}
.list-info ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: 0 0 19px;
}
.list-info ul li span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 25px;
  margin-right: 19px;
  margin-top: 7px;
}
.list-info-content p {
  margin-bottom: 17px;
}
.max-width-720 {
  max-width: 720px;
  margin: auto;
}
.invitation-content .event-blog {
  padding: 0;
  background-color: transparent;
}

/*** 

====================================================================
Portfolio Pages 
====================================================================

***/

.gallery-info {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding-top: 20px;
}
.gallery-info h3 {
  margin-bottom: 7px;
}
.gallery-info .sub-title {
  margin-bottom: 0;
}
.gallery-hover.hover-style-one {
  background-color: transparent;
}
.gallery-hover.hover-style-two .gallery-item-info {
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  text-align: left;
  width: 100%;
  padding: 20px;
}
.gallery-hover.hover-style-two .gallery-item-info p,
.gallery-hover.hover-style-two .gallery-item-info h3 {
  color: #ffffff;
}
.gallery-hover.hover-style-two {
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(24, 27, 43, 0.7), rgba(24, 27, 43, 0));
}
.gallery-hover.hover-style-four .gallery-item-info {
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  text-align: left;
  width: 100%;
  padding: 20px;
}
.gallery-hover.hover-style-four .gallery-item-info p,
.gallery-hover.hover-style-four .gallery-item-info h3 {
  color: #ffffff;
}
.gallery-hover.hover-style-four {
  background-color: rgba(177, 155, 120, 0.7);
  background-image: none;
}
.gallery-hover.hover-style-five .gallery-item-info {
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  text-align: left;
  width: 100%;
  padding: 20px;
}
.gallery-hover.hover-style-five .gallery-item-info p,
.gallery-hover.hover-style-five .gallery-item-info h3 {
  color: #ffffff;
}
.gallery-hover.hover-style-five {
  background-color: rgba(24, 27, 43, 0.7);
}
.gallery-hover.hover-style-six .gallery-item-info {
    position: absolute;
    left: 10px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 20px);
    background-color: transparent;
    text-align: center;
    padding: 22px 10px;
    text-transform: uppercase;
}
.gallery-hover.hover-style-six .gallery-item-info h3,
.gallery-hover.hover-style-six .gallery-item-info .sub-title {
  color: #ffffff;
}
.gallery-hover.hover-style-six {
  background-color: rgba(177, 155, 120, 0.7);
  background-image: none;
}
.gallery-hover.hover-style-seven .gallery-item-info {
    position: absolute;
    left: 10px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 20px);
    background-color: transparent;
    text-align: center;
    padding: 22px 10px;
    text-transform: uppercase;
}
.gallery-hover.hover-style-seven .gallery-item-info h3,
.gallery-hover.hover-style-seven .gallery-item-info .sub-title {
  color: #ffffff;
}
.gallery-hover.hover-style-seven {
  background-color: rgba(163, 187, 200, 0.7);
  background-image: none;
}
.gallery-hover.hover-style-square .gallery-item-info {
    position: absolute;
    left: 30px;
    bottom: auto;
    top: 30px;
    transform: none;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background-color: #ffffff;
    text-align: center;
    padding:  10px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gallery-hover.hover-style-square {
  background-color: transparent;
  background-image: none;
}
.portfolio-carousel-two.owl-carousel.owl-theme .owl-stage-outer,
.portfolio-carousel-one.owl-carousel.owl-theme .owl-stage-outer {
  overflow: inherit;
}
.portfolio-carousel-one.owl-carousel.owl-theme .owl-dots {
    justify-content: flex-start;
}
.portfolio-carousel-one.owl-carousel.owl-theme .owl-dots {
  margin-top: 60px;
}
.overflow-hidden {
  overflow: hidden;
}
.portfolio-fullscreen-slider .content-title {
  position: relative;
  z-index: 99;
  min-width: 395px;
}
.portfolio-fullscreen-slider .content-title .top-title {
  margin-bottom: 7px;
}
.portfolio-fullscreen-slider .content-title h2 {
  margin-bottom: 30px;
}
.portfolio-fullscreen-slider .content-title p {
  max-width: 287px;
  font-size: 18px;
  line-height: 30px;
}
.portfolio-fullscreen-slider-outer {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 850px;
}
.portfolio-carousel-two.owl-carousel.owl-theme .owl-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.portfolio-carousel-two.owl-carousel.owl-theme .owl-item .item {
  transition: all 0.3s ease-out;
  transform: scale(0.9);
  width: 100%;
}
.portfolio-carousel-two.owl-carousel.owl-theme .owl-item.active .item {
  transition: all 0.3s ease-out;
  transform: scale(1);
}
.portfolio-carousel-two.owl-carousel.owl-theme .owl-prev,
.portfolio-carousel-two.owl-carousel.owl-theme .owl-next {
  background-color: #ffffff !important;
  width: 70px;
  height: 70px;
}
.portfolio-carousel-two.owl-carousel.owl-theme .owl-prev {
  left: -35px;
}
.portfolio-carousel-two.owl-carousel.owl-theme .owl-next {
  right: -35px;
  left: auto;
}
.portfolio-fullscreen-slider-three .top-title {
  margin-bottom: 0;
  color: #ffffff;
}
.portfolio-fullscreen-slider-three .banner-carousel .hero-banner-caption h1 {
  margin-bottom: 30px;
}
.portfolio-fullscreen-slider-three .banner-carousel .hero-banner-caption p {
  max-width: 484px;
  font-size: 18px;
  line-height: 30px;
}
.portfolio-fullscreen-slider-three .banner-carousel.owl-carousel.owl-theme .owl-dots {
  left: 29px;
  right: auto;
}
.portfolio-fullscreen-slider-three .scroll-to {
    color: #ffffff;
    position: absolute;
    right: 33px;
    bottom: 60px;
    z-index: 99;
}
.portfolio-fullscreen-slider-three .scroll-to:before {
    background-color: #ffffff;
}
.portfolio-fullscreen-slider-three .scroll-to:after {
    background-color: #ffffff;
}
.portfolio-single .content-title h2 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 13px;
}
.portfolio-category-list {
  position: relative;
  display: inline-block;
  width: 100%;
}
.portfolio-category-list-info {
  position: relative;
  display: inline-block;
  width: 100%;
}
.portfolio-category-list-info h3 {
  margin-bottom: 5px;
  letter-spacing: 0;
}
.portfolio-category-list-info p a {
  color: #615E5E;
}
.portfolio-category-list-info p a:hover {
  color: #B19B78;
}
.portfolio-category-list-info ul {
  position: relative;
  display: flex;
  padding: 0;
  margin: 15px 0 30px;
  flex-wrap: wrap;
}
.portfolio-category-list-info ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 20px 0 0;
}
.portfolio-category-list-info ul li a {
  color: #615E5E;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}
.portfolio-category-list-info ul li a:hover {
  color: #B19B78;
}
.sk-navigation {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
  padding: 30px 0 0;
  margin: 30px 0 0;
  clear: both;
  box-sizing: border-box;
  border-top: 1px solid #DDDDDD;
}
.sk-navigation-next,
.sk-navigation-prev {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 49%;
  padding: 0;
  box-sizing: border-box;
  color: #1C2836;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
}
.sk-navigation-next a,
.sk-navigation-prev a {
  color: #1C2836;
  display: inline-flex;
  align-items: center;
}
.sk-navigation-next a i,
.sk-navigation-prev a i {
  font-size: 23px;
}
.sk-navigation-prev a i {
  margin-right: 20px;
}
.sk-navigation-next a i {
  margin-left: 20px;
}
.sk-navigation-next a:hover,
.sk-navigation-prev a:hover {
  color: #B19B78;
}
.sk-navigation-next {
  text-align: right;
}
.sk-navigation-back-btn {
  position: absolute;
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 10px;
}
.sk-navigation-back-btn a {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}
.portfolio-single-slider.owl-carousel.owl-theme .owl-nav .owl-prev, 
.portfolio-single-slider.owl-carousel.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
}
.portfolio-single-slider.owl-carousel.owl-theme .owl-nav .owl-prev, 
.portfolio-single-slider.owl-carousel.owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-out;
    font-size: 0;
}
.portfolio-single-slider.owl-carousel.owl-theme .owl-nav button.owl-next:after, 
.portfolio-single-slider.owl-carousel.owl-theme .owl-nav button.owl-prev:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.portfolio-single-slider.owl-carousel.owl-theme .owl-nav button.owl-prev:after {
    border-right: 5px solid #ffffff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.portfolio-single-slider.owl-carousel.owl-theme .owl-nav button.owl-next:after {
    border-left: 5px solid #ffffff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.portfolio-single-slider.owl-carousel.owl-theme .owl-nav button.owl-next:hover, 
.portfolio-single-slider.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {
    background-color: #ffffff;
}
.portfolio-single-slider.owl-carousel.owl-theme .owl-nav button.owl-next:hover:after {
    border-left-color: #1C2836;
}
.portfolio-single-slider.owl-carousel.owl-theme .owl-nav button.owl-prev:hover:after {
    border-right-color: #1C2836;
}
.max-width-491 {
  max-width: 491px;
}
.sk-slider-pp {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.sk-slider-pp .portfolio-carousel-three.owl-carousel .owl-stage-outer {
    overflow: inherit;
} 
.sk-slider-pp .portfolio-carousel-three.owl-carousel  .owl-dots {
  margin: 60px 0 50px;
}


/*** 

====================================================================
Blog Pages 
====================================================================

***/

.blog-post-section .blog-post .post-date span {
  color: #1C2836;
}
.sk-paginaton-round {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sk-paginaton-round .sk-navigation-next, 
.sk-paginaton-round .sk-navigation-prev {
    position: relative;
    display: flex;
    vertical-align: middle;
    width: auto;
}
.sk-paginaton-round ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.sk-paginaton-round ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 2.5px;
}
.sk-paginaton-round ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  color: #1C2836;
  padding-bottom: 5px;
}
.sk-paginaton-round ul li.active a {
  background-color: #B19B78;
  color: #ffffff;
}
.sk-paginaton-round ul li span {
  color: #1C2836;
}
.blog-post-list-view {
  position: relative;
  display: inline-block;
  width: 100%;
}
.blog-post-list-view .blog-post {
  flex-direction: row;
  align-items: center;
  height: auto;
}
.blog-post-list-view .gallery-item {
  width: 49%;
  min-width: 49%;
  margin-right: 30px;
}
.blog-post-list-view .blog-post-info {
  width: 100%;
}
.blog-post-grid-view .blog-post-info h3 {
  font-size: 35px;
  line-height: 42px;
}
.blog-post-grid-view .blog-post-info h3 a,
.blog-post-grid-view .blog-post-info h3 {
  letter-spacing: 0.1em;
}
.blog-post-grid-view .blog-post-info p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 15px;
}
.blog-post-list-view .blog-post-info h3 {
  font-size: 25px;
  line-height: 40px;
}
.blog-search {
  position: relative;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 22px;
  margin-bottom: 40px;
}
.blog-search input {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 13px;
  line-height: 15px;
  font-family: 'Raleway';
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.blog-search button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  line-height: 1;
}
.blog-widget h3 {
  letter-spacing: 0;
}
.widget_categories ul {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 40px;
}
.widget_categories ul li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.widget_categories ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1C2836;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'Raleway';
  padding: 15px 0;
}
.widget_categories ul li.current a {
  color: #B19B78;
  text-decoration: underline;
}
.blog-sidebar-post {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.blog-sidebar-post .gallery-item {
  position: relative;
  display: flex;
  width: 80px;
  min-width: 80px;
  align-items: flex-start;
  margin-right: 15px;
}
.blog-sidebar-post-info {
  position: relative;
  display: inline-block;
  width: 100%;
}
.blog-sidebar-post-info h3 {
  font-family: 'Raleway';
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #1c2836;
}
.blog-sidebar-post-info h3 a {
  color: #1c2836;
}
.blog-sidebar-post-info .post-date a {
  color: #B19B78;
}
.blog-sidebar-post-info .post-date {
  position: relative;
  display: block;
  color: #B19B78;
  font-size: 16px;
  line-height: 15px;
}
.widget_instagram {
  margin-bottom: 34px;
}
.widget_post {
  margin-bottom: 40px;
}
.widget_instagram .row {
  margin: 0 -3px;
}
.widget_instagram .row > [class^="col-"]{
    padding: 0 3px;
    margin-bottom: 6px;
}
.tag_cloud a {
  position: relative;
  display: inline-block;
  background-color: #F8F7F2;
  color: #1C2836;
  font-size: 16px;
  padding: 5px 21px;
  margin: 0 5px 10px 0;
}
.tag_cloud a.current {
  background-color: #B19B78;
  color: #ffffff;
}
.blog-post-meta > div {
  position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 15px;
    font-size: 13px;
    line-height: 15px;
    font-family: 'Raleway';
}
.blog-post-meta > div:last-child {
  padding-right: 0;
}
.blog-post-meta > div:before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
.blog-post-meta > div a {
  color: #615E5E;
}
.blog-post-detail .content-title {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
}
.blog-post-detail h1 {
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.blog-post-detail .top-title {
  margin-bottom: 15px;
}
.font-25 {
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #1C2836;
}
.blog-post-detail-info {
  max-width: 850px;
  margin: 0 auto;
}
.blog-post-detail-info blockquote {
  padding: 20px 0 20px 28px;
  border-left: 2px solid #B19B78;
  color: #1C2836;
  font-style: italic;
  font-size: 20px;
  line-height: 35px;
  margin: 0 0 30px;
}
.blog-testimonilas-section {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #F8F7F2;
}
.blog-testimonilas {
  position: relative;
  display: flex;
  max-width: 850px;
  margin: auto;
  padding: 125px 0 100px;
}
.blog-testimonilas-img {
  position: relative;
  display: inline-block;
  width: 150px;
  min-width: 150px;
  margin-right: 30px;
}
.blog-testimonilas-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.blog-testimonilas-info {
  position: relative;
  display: inline-block;
  width: 100%;
}
.blog-testimonilas-info h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}
.blog-testimonilas-info .author-position {
  color: #B19B78;
  font-size: 13px;
  line-height: 15px;
  font-family: 'Raleway';
  margin-bottom: 19px;
  display: block;
}
.blog-testimonilas-info p {
  font-size: 20px;
  line-height: 35px;
  margin: 0;
}
.post-comment-row {
  position: relative;
  display: block;
  max-width: 850px;
  margin: 60px auto 0;
}
.post-comment-row h2 {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.post-comment-list li,
.post-comment-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 0px;
}
.post-comment-list {
  padding-bottom: 30px;
}
.post-comment-list li {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 30px;
}
.post-comment-list li:last-child {
  border-bottom: none;
}
.post-comment .post-comment-img {
    position: relative;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    display: block;
    float: left;
}
.post-comment .post-comment-img img {
  width: 100%;
  border-radius: 50%;
  height: auto;
}
.post-comment .post-comment-text {
    padding: 0 0 0 80px;
    min-height: 103px;
}
.post-comment .post-comment-text .single-product-rating,
.post-comment .post-comment-text h3 {
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 5px;
  display: inline-flex;
}
.post-comment .post-comment-text .single-product-rating {
  top: -3px;
}
.post-comment .post-comment-text h3 {
  margin-right: 30px;
}
.post-comment .post-comment-text .post-date {
  font-size: 11px;
  line-height: 13px;
  color: #615E5E;
  display: block;
  margin-bottom: 30px;
  font-family: 'Raleway';
  text-transform: uppercase;
}
.post-comment .post-comment-text .post-category {
  position: relative;
  display: block;
  color: #B19B78;
  font-family: 'Raleway';
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.post-comment .post-comment-text p {
  font-size: 18px;
  line-height: 30px;
}
.default-tabs .tabs-content .post-comment .post-comment-text p {
  margin-bottom: 30px;
}
.post-comment-form .input-div input, 
.post-comment-form  .input-div textarea {
    border-bottom: 1px solid #DDDDDD;
    padding: 0px 0 13px;
    color: #615E5E;
}
.post-comment-form .input-div input:focus, 
.post-comment-form .input-div textarea:focus {
    border-bottom-color: #1C2836;
    color: #1C2836;
}
.post-comment-form .input-div {
  margin-bottom: 30px;
}
.post-comment-form .input-div textarea {
    height: 181px;
}
.post-comment-form .input-div .theme-btn {
    margin-top: 0px;
}
.comment-form-rating label {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'Raleway';
}
.blog-social {
  position: absolute;
  left: 40px;
  top: 10px;
  display: block;
}
.blog-social li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.blog-social li a {
  position: relative;
  display: inline-block;
  color: #1A3454;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}
.blog-social li a:hover {
  color: #B19B78;
}
.sk-navigation-two .sk-navigation {
  border-top: none;
  padding: 27px 0;
  margin-top: 0;
}
.sk-navigation-two .sk-navigation-next a,
.sk-navigation-two .sk-navigation-prev a {
  align-items: flex-start;
}
.sk-navigation-two .sk-navigation-next a span, .sk-navigation-two .sk-navigation-prev a span {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  letter-spacing: 0;
}
.sk-navigation-two .sk-navigation-next a span span, .sk-navigation-two .sk-navigation-prev a span span {
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Raleway';
  letter-spacing: 0.1em;
}
.sk-navigation-two .sk-navigation-prev a i,
.sk-navigation-two .sk-navigation-next a i {
    margin-top: 7px;
}


/*** 

====================================================================
About Us Pages 
====================================================================

***/

.page-header {
  display: flex;
  padding: 0;
  min-height: 500px;
  align-items: center;
}
.page-header p {
  color: #ffffff;
  font-family: "Raleway";
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
}


/*** 

====================================================================
404 Page
====================================================================

***/
.text-404 {
  max-width: 760px;
  margin: 0 auto;
}
.title-404 {
  display: block;
  font-size: 200px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.title-404 span {
  color: #B19B78;
}
.text-404 .sub-title {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.text-404  p {
  margin-bottom: 42px;
}


/*** 

====================================================================
Coming Soon Page
====================================================================

***/
.coming-soon,
.coming-soon-title {
  position: relative;
  z-index: 1;
}
.coming-soon-title h1 {
  margin-bottom: 16px;
}
.max-width-659 {
  max-width: 659px;
  margin: auto;
}
.coming-soon-title p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  text-transform: initial;
}
.coming-soon .contact-form {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    padding: 0px;
}
.coming-soon .input-div input, 
.coming-soon .input-div textarea {
  color: #ffffff;
  border-color: #ffffff;
}



/*** 

====================================================================
Shop Pages 
====================================================================

***/

.widget_price_filter .range-slider-one .input-outer {
    display: flex;
    justify-content: flex-start;
}
.widget_price_filter .range-slider-one .amount-outer {
  background-color: transparent;
  padding: 0;
  color: #1C2836;
  text-transform: uppercase;
}
.widget_price_filter .range-slider-one .ui-widget.ui-widget-content {
    margin-bottom: 10px;
    margin-left: 10px;
}
.pp-price,
.pp-price a {
  color: #B19B78;
  font-size: 16px;
  line-height: 22px;
}
.product-filter-row  {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-filter-count {
  color: #1C2836;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-family: 'Raleway';
  text-transform: uppercase;
}
.product-filter-ordering .chosen-container-active .chosen-single {
  border: none ;
}
.product-filter-ordering .form-group.chosen-search {
  width: 271px;
  text-align: right;
}
.product-filter-ordering .chosen-container.chosen-with-drop .chosen-drop {
    margin-top: 0px;
}
.product-filter-ordering .chosen-container-single .chosen-single {
  border: none ;
}
.single-product-content {
  width: 100%;
  display: inline-block;
}
.single-product-gallery {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 57.37%;;
  margin: 0;
  padding: 0;
  float: left;
  box-sizing: border-box;
}
.single-product-summary {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 42.63%;
  padding: 0 0 0 90px;
  float: left;
  box-sizing: border-box;
}
.single-product-title {
  margin-bottom: 10px;
} 
.single-product-rating-div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.single-product-summary .price {
  font-size: 25px;
  line-height: 30px;
  color: #B19B78;
  letter-spacing: 0.1em;
}
.single-product-summary .price ins {
  text-decoration: none;
}
.single-product-summary .price del {
  color: #615E5E;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}
.single-product-rating {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #E59819;
  font-size: 10px;
}
.single-product-rating i {
  margin: 0 3.5px;
}
.single-product-rating i:first-child {
  margin-left: 0;
}
.single-product-rating i:last-child {
  margin-right: 0;
}
.product-details__short-description {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.single-product-cart {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.quantity-buttons.quantity {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #DDDDDD;
    padding: 8px 20px 12px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.quantity-minus,
.quantity-plus {
  cursor: pointer;
  display: inline-block;
    color: #121f38;
    background-color: transparent;
    text-align: center;
    -webkit-user-select: none;
    box-sizing: border-box;
    border: none;
    font-family: 'Font Awesome 5 Pro';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
}
.quantity-minus:before {
  content: '\f068';
}
.quantity-plus:before {
  content: '\f067';
}
.quantity-buttons.quantity .quantity-input.qty {
  position: relative;
  display: inline-block;
    color: #121f38;
    background-color: transparent;
    text-align: center;
    -webkit-user-select: none;
    box-sizing: border-box;
    border: none;
    padding: 0;
    margin: 0;
    outline: 0;
    width: 44px;
    font-size: 18px;
    top: 0;
    font-weight: inherit;
    line-height: calc(50px - (5px * 2) - 2px);
    font-family: 'Raleway';
}
.single-product-cart .theme-btn {
  margin-bottom: 30px;
}
.single-product-meta {
  position: relative;
  display: inline-block;
  width: 100%;
}
.single-product-meta th {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1C2836;
  padding: 5px 20px 5px 0;
}
.single-product-meta td {
  font-size: 18px;
  line-height: 30px;
  padding: 5px 0;
}
.single-product-meta td a {
  color: #615E5E;
}
.single-product-meta td a:hover {
  color: #B19B78;
}
.single-product-meta ul {
  position: relative;
  display: flex;
  align-items: center;
}
.single-product-meta ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}
.single-product-meta ul li a {
  color: #615E5E;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
}
.gallery-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.gallery-main {
  width: calc(100% - 110px);
}
.gallery-thumbs {
  order: -1;
  width: 100px;
  height: 710px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.gallery-thumbs .swiper-slide {
  margin-bottom: 5px;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide img {
  transition: 0.3s;
  margin-bottom: 5px;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 0.9;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.product-tab .default-tabs .tab-buttons {
  justify-content: center;
}
.product-tab .default-tabs .tab-buttons li {
    position: relative;
    color: #615E5E;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Raleway';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 14px 0px;
    background: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin: 0 20px;
    transition: all 300ms ease;
    border-bottom: 1px solid transparent;
    border-radius: 0;
}
.default-tabs.style-two .tab-buttons li.active-btn {
  border-radius: 0;
  color: #1C2836;
  border-bottom: 1px solid #1C2836;
}
.product-tab .tabs-content {
    max-width: 850px;
    margin: 60px auto 30px;
    padding: 0 !important;
}
.product-tab .post-comment-row {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0px auto 0;
}
.product-tab .tabs-content table th {
  color: #615E5E;
  padding: 0 38px 15px 0;
  font-size: 20px;
  line-height: 35px;
}
.product-tab .tabs-content table td {
  color: #1C2836;
  padding: 0 0 15px;
  font-size: 20px;
  line-height: 35px;
}
.product-shop-table table.shop-table {
  width: 100%;
}
.product-shop-table table.shop-table thead {
  background-color: #F8F7F2;
  border-radius: 8px;
}
.product-shop-table table.shop-table thead tr {
  background-color: transparent;
  border: none;
  border-radius: 8px;

}
.product-shop-table table.shop-table th {
  color: #1C2836;
  font-family: 'Raleway';
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 26px 30px;
}
.product-shop-table table.shop-table thead tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.product-shop-table table.shop-table thead tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.product-shop-table table.shop-table tbody td {
  color: #1C2836;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 30px 30px;
}
.product-shop-table table.shop-table tbody tr {
  border-bottom: 1px solid #DDDDDD;
}
.product-shop-table table.shop-table tbody th {
  display: none;
}
.product-thumbnail {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  margin-right: 40px;
  display: inline-block;
}
.product-shop-table table.shop-table tbody td.product-name {
  display: flex;
  align-items: center;
}
.pp-product-name {
  position: relative;
  display: inline-block;
  color: #1C2836;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
}
.pp-product-name a {
  color: #1C2836;
}
.product-shop-table table.shop-table .price {
  color: #B19B78;
  font-size: 20px;
  line-height: 35px;
}
.product-shop-table table.shop-table .quantity-buttons.quantity {
  margin: 0;
  min-width: 120px;
}
.remove {
  color: #1C2836;
  font-size: 0;
  font-weight: 300;
}
.remove:after {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  font-size: 22px;
}
.product-shop-table table.shop-table td {
  padding: 30px 0 0;
}
.coupon-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-shop-table table.shop-table .coupon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 470px;
  border-bottom: 1px solid #DDDDDD;
}
.product-shop-table table.shop-table .coupon button,
.product-shop-table table.shop-table .coupon input {
    position: relative;
    width: auto;
    display: block;
    line-height: 30px;
    padding: 15px 0px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #1C2836;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: none;
    box-sizing: border-box;
    border-radius: 0px;
    transition: all 300ms ease;
    font-family: 'Raleway';
    font-weight: 600;
    text-transform: uppercase;
}
.product-shop-table table.shop-table .coupon input[type="text"]:focus{
  border-color: #1C2836;
}
.product-shop-table table.shop-table .coupon button {
  color: #B19B78;
}
.product-cart-total-inner {
  position: relative;
  display: block;
  max-width: 520px;
  margin-left: auto;
}
.product-cart-total table.shop-table {
  width: 100%;
  border: 1px solid #EFECDE;
}
.product-cart-total table.shop-table tr {
  border-bottom: 1px solid #EFECDE;
}
.product-cart-total table.shop-table tr:last-child {
  border-bottom: none;
}
.product-cart-total table.shop-table th,
.product-cart-total table.shop-table td {
  font-size: 13px;
  line-height: 18px;
  font-family: 'Raleway';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 30px;
  color: #1C2836;
}
.product-cart-total table.shop-table th {
  background-color: #F8F7F2;
  max-width: 170px;
  width: 170px;
}
.product-cart-total table.shop-table td {
  text-align: right;
}
.product-cart-total table.shop-table tr.order-total td {
  font-weight: bold;
}
.product-order-review {
  position: relative;
  width: 100%;
  display: inline-block;
}
.product-order-review table.shop-table {
  width: 100%;
  border: 1px solid #dddddd;
}
.product-order-review table.shop-table thead th {
  padding-top: 40px;
}
.product-order-review table.shop-table th,
.product-order-review table.shop-table td {
  padding: 17px 40px;
  color: #1C2836;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Raleway';
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-order-review table.shop-table tr th:last-child,
.product-order-review table.shop-table tr td:last-child {
  text-align: right;
}
.product-order-review table.shop-table .pp-product-name {
    color: #615E5E;
    font-size: 13px;
    line-height: 18px;
}
.product-order-review table.shop-table tbody tr:first-child td,
.product-order-review table.shop-table tbody tr:first-child th {
  padding-top: 17px;
}
.product-order-review table.shop-table tbody tr:last-child td,
.product-order-review table.shop-table tbody tr:last-child th {
  padding-bottom: 17px;
}
.product-order-review table.shop-table tbody th,
.product-order-review table.shop-table tbody td {
  padding-bottom: 7px;
  padding-top: 7px;
}
.product-order-review table.shop-table tfoot tr:last-child td,
.product-order-review table.shop-table tfoot tr:last-child th {
  padding-bottom: 40px;
}
.product-checkout-payment {
  position: relative;
  display: inline-block;
  width: 100%;
}
.product-checkout-payment ul {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 40px 40px 20px;
  margin: 0;
  border: 1px solid #dddddd;
}
.product-checkout-payment ul li {
  position: relative;
  display: block;
  padding-left: 31px;
  margin: 0 0 25px; 
}
.product-checkout-payment ul li input[type="radio"] {
  position: absolute;
  left: 0;
}
.product-checkout-payment ul li label {
  padding: 0;
}
.product-checkout-payment .radio-box label:before {
  left: -31px;
}
.product-checkout-payment .radio-box label:after {
  left: -27px;
}
.product-checkout-payment ul li .payment_box {
  display: none;
}
.product-checkout-payment ul li .payment_box p {
  font-size: 18px;
  line-height: 30px;
}
.product-checkout-payment ul li.is-checked .payment_box {
  display: block;
}
.product-checkout-payment ul li a {
  color: #1C2836;
}
.shop-order {
  position: relative;
  display: block;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.shop-order-complete {
  position: relative;
  display: block;
  text-align: center;
}
.shop-order-complete-icon {
  color: #B19B78;
  font-size: 80px;
  line-height: 1;
  display: block;
  margin-bottom: 25px;
}
.shop-order-complete h3 {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.shop-order-shipping ul {
  border: 2px dashed #FF9999;
  padding: 35px 75px 15px;
  margin: 0;
}
.shop-order-shipping ul li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 70px 20px 0;
}
.shop-order-shipping ul li:last-child {
  margin-right: 0;
}
.shop-order-shipping ul li label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #1C2836;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.shop-order-shipping ul li p {
  margin: 0;
  font-family: 'Raleway';
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C2836;
}