/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Lora&family=Montserrat:wght@500&display=swap");
body {
  line-height: 1.2;
  font-family: "Lora", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #666; }

p, .paragraph {
  font-weight: 400;
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Lora", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  line-height: 1.2; }

h1, .h1 {
  font-size: 48px; }

h2, .h2 {
  font-size: 38px; }

h3, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 26px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 15px; }

/* Button style */
.btn {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 2px;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: .2s ease; }
  .btn:hover, .btn:active, .btn:focus {
    outline: 0;
    box-shadow: none !important; }

.btn-primary {
  background: #DAB768;
  color: #fff;
  border-color: #DAB768; }
  .btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary.active {
    background: #DAB768 !important;
    border-color: #DAB768 !important; }

.btn-outline-primary {
  background: transparent;
  color: #666;
  border-color: #DAB768; }
  .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary.active {
    background: #DAB768 !important;
    border-color: #DAB768 !important;
    color: #fff; }

body {
  background-color: #F8F8F8;
  overflow-x: hidden; }

::selection {
  background: #d0a33f;
  color: #fff; }

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%; }

a:hover {
  color: #DAB768; }

a,
a:hover,
a:focus {
  text-decoration: none; }

a,
button,
select {
  cursor: pointer;
  transition: .2s ease; }
  a:focus,
  button:focus,
  select:focus {
    outline: 0; }

.slick-slide {
  outline: 0; }

.section {
  padding-top: 100px;
  padding-bottom: 100px; }
  .section-sm {
    padding-top: 60px;
    padding-bottom: 60px; }
  .section-title {
    margin-bottom: 20px; }
    .section-title-border {
      border-bottom: 1px solid #DEDEDE;
      padding-bottom: 20px;
      display: inline-block; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.border-default {
  border-color: #DEDEDE !important; }

.outline-0 {
  outline: 0 !important; }

.bg-primary {
  background: #DAB768 !important; }

.bg-light {
  background: #ededed !important; }

.text-primary {
  color: #DAB768 !important; }

.text-light {
  color: #999 !important; }

.text-dark {
  color: #000 !important; }

.text-default {
  color: #666 !important; }

.font-primary {
  font-family: "Lora", sans-serif !important; }

.font-secondary {
  font-family: "Cormorant Garamond", sans-serif !important; }

.font-tertiary {
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 1px; }

.zindex-1 {
  z-index: 1; }

.overflow-hidden {
  overflow: hidden; }

.mobile-view {
  display: none; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block; } }
.desktop-view {
  display: block; }
  @media (max-width: 991px) {
    .desktop-view {
      display: none; } }
.form-group {
  margin-bottom: 40px; }
  .form-group label {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 14px; }
  .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 0;
    padding: 0;
    height: 40px; }

textarea.form-control {
  height: 100px !important; }

.input-group > .input-group-append:not(:last-child) > .btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.navbar {
  padding: 0; }
  @media (max-width: 991px) {
    .navbar {
      padding: 10px; } }
.navbar-light .navbar-nav .nav-link {
  color: #666;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-size: 14px; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #DAB768; }

.navbar-expand-md .navbar-nav .nav-item {
  margin: 0; }
  .navbar-expand-md .navbar-nav .nav-item .nav-link {
    padding: 15px 25px; }
  .navbar-expand-md .navbar-nav .nav-item .lang-list {
    margin: 15px 25px;
    color: #666;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    border: 0;
    background-color: transparent; }

.navbar-expand-md .navbar-nav .dropdown-menu {
  background-color: #F8F8F8;
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
  border-color: #DEDEDE;
  text-align: center; }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item {
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 7px 22px; }
    .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item:hover {
      color: #DAB768; }

.search-wrapper {
  position: relative; }
  .search-wrapper input {
    height: 35px;
    width: 75%;
    margin-left: 25%;
    border: 1px solid #DEDEDE;
    border-radius: 40px;
    font-size: 12px;
    color: #999;
    background-color: transparent;
    padding: 0 15px; }
    @media (max-width: 1200px) {
      .search-wrapper input {
        width: 90%;
        margin-left: 10%; } }
    .search-wrapper input:focus {
      outline: 0;
      border-color: #DAB768; }
    .search-wrapper input::placeholder {
      font-size: inherit;
      color: inherit; }
  .search-wrapper button {
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    padding: 11px 15px 10px 10px;
    top: 0;
    font-size: 12px;
    color: #999; }

/* search mobile */
.search-btn {
  border: 0;
  background-color: transparent; }

.search-collapsed {
  max-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  transition: .2s ease;
  opacity: 0; }
  .search-collapsed.open {
    visibility: visible;
    opacity: 1; }
  .search-collapsed form {
    height: 100%; }
  .search-collapsed input {
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #fff;
    font-size: 14px;
    padding: 0 10px; }
    .search-collapsed input:focus {
      box-shadow: none !important;
      border: 0;
      outline: 0; }
  .search-collapsed button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    padding: 10px;
    font-size: 20px; }

.social-icons a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  font-size: 12px;
  color: #999; }
  .social-icons a:hover {
    color: #DAB768;
    border-color: #DAB768; }

.post-wrapper {
  position: relative; }
  .post-wrapper img {
    height: 500px;
    width: 100%;
    object-fit: cover; }
  .post-wrapper .post-content {
    position: absolute;
    text-align: center;
    padding: 30px 45px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.9); }

.post-title {
  color: inherit; }
  .post-title:hover {
    color: #DAB768; }

.post-category {
  font-family: "Montserrat", sans-serif;
  color: #999;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px; }

.post-date {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999; }

.date-style {
  position: relative; }
  .date-style::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background-color: #999;
    left: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%); }
  .date-style::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background-color: #999;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%); }
  .date-style.large::before, .date-style.large::after {
    width: 40px; }

.post-slider .post-wrapper {
  margin: 0 10px; }

.post-slider .slick-list {
  overflow: visible; }

.post-slider .slick-dots {
  padding: 0;
  text-align: center;
  margin-top: 20px; }
  .post-slider .slick-dots li {
    display: inline-block;
    list-style-type: none;
    margin: 5px; }
    .post-slider .slick-dots li button {
      padding: 0;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #DAB768;
      color: transparent;
      overflow: hidden; }
    .post-slider .slick-dots li.slick-active button {
      background-color: #DAB768; }

.input-group {
  border-color: #DEDEDE; }
  .input-group .form-control {
    height: 50px; }

.form-control:focus {
  outline: 0;
  border-color: #DAB768;
  box-shadow: none; }

.form-control::placeholder {
  color: #999; }

.footer-list a {
  color: #666;
  font-family: "Montserrat", sans-serif; }
  .footer-list a:hover {
    color: #DAB768; }

.card {
  border: 0;
  border-radius: 0; }
  .card-img-top {
    border-radius: 0; }

.widget {
  padding: 20px 15px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px; }
  .widget-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #DEDEDE; }
  .widget-list a {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #DAB768;
    display: block;
    padding: 7px 0;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .widget .media {
    text-align: left; }
    .widget .media small {
      font-size: 10px; }

.content * {
  word-break: break-word;
  overflow-wrap: break-word; }

.content img {
  max-width: 100%; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 500; }

.content strong {
  font-weight: 600; }

.content a {
  color: #666;
  border-bottom: 1px dotted #DEDEDE; }
  .content a:hover {
    color: #DAB768; }

.content ol,
.content ul {
  padding-left: 20px; }
  .content ol li,
  .content ul li {
    margin-bottom: 10px; }

.content ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none; }
  .content ul li {
    padding-left: 20px;
    position: relative; }
    .content ul li::before {
      position: absolute;
      content: '';
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background: #DAB768;
      left: 3px;
      top: 8px; }

.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #DEDEDE; }

.content table td,
.content table th {
  padding: .75rem;
  vertical-align: top;
  margin-bottom: 0; }

.content tr:not(:last-child) {
  border-bottom: 1px solid #DEDEDE; }

.content th {
  font-weight: 500; }

.content thead {
  background: #ededed;
  margin-bottom: 0; }
  .content thead tr {
    border-bottom: 1px solid #DEDEDE; }

.content tbody {
  background: #fafafa;
  margin-bottom: 0; }

.content .notices {
  margin: 2rem 0;
  position: relative;
  overflow: hidden; }

.content .notices p {
  padding: 10px;
  margin-bottom: 0; }

.content .notices p::before {
  position: absolute;
  top: 2px;
  color: #fff;
  font-family: "themify";
  font-weight: 900;
  content: "\e717";
  left: 10px; }

.content .notices.note p {
  border-top: 30px solid #6ab0de;
  background: #ededed; }

.content .notices.note p::after {
  content: 'Note';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.tip p {
  border-top: 30px solid #78C578;
  background: #ededed; }

.content .notices.tip p::after {
  content: 'Tip';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.info p {
  border-top: 30px solid #F0B37E;
  background: #ededed; }

.content .notices.info p::after {
  content: 'Info';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.warning p {
  border-top: 30px solid #E06F6C;
  background: #ededed; }

.content .notices.warning p::after {
  content: 'Warning';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content blockquote {
  font-size: 20px !important;
  color: #666;
  padding: 20px 40px;
  border-left: 2px solid #DAB768;
  margin: 40px 0;
  font-weight: bold;
  background: #ededed; }
  .content blockquote p {
    margin-bottom: 0 !important; }

.content pre {
  display: block;
  padding: 9.5px;
  margin: 10px 0px 10px;
  white-space: pre-wrap; }

.content code {
  margin-bottom: 0 !important;
  font-size: 100%; }

.code-tabs {
  border: 1px solid #DEDEDE;
  overflow: hidden;
  margin-bottom: 20px; }
  .code-tabs .nav-tabs {
    margin-bottom: 0; }
    .code-tabs .nav-tabs .nav-item {
      padding-left: 0;
      border-right: 1px solid #DEDEDE; }
      .code-tabs .nav-tabs .nav-item .nav-link {
        text-decoration: none;
        font-weight: 500;
        border: 0; }
      .code-tabs .nav-tabs .nav-item::before {
        display: none; }
      .code-tabs .nav-tabs .nav-item.active {
        background: #DAB768; }
        .code-tabs .nav-tabs .nav-item.active .nav-link {
          color: #fff; }
  .code-tabs .tab-content {
    padding: 20px 15px; }

.recent-thumb-alt {
  font-size: 0;
  height: 65px;
  width: 80px;
  background-color: #DAB768;
  text-align: center; }
  .recent-thumb-alt::first-letter {
    font-size: 50px;
    line-height: 65px;
    color: #fff; }

.pagination {
  margin-top: 30px;
  justify-content: center; }
  .pagination .page-item .page-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ededed;
    text-align: center;
    padding: 0;
    margin-right: 10px;
    border: 0;
    color: #666; }
    .pagination .page-item .page-link:hover {
      background: #DAB768;
      color: #fff; }
    .pagination .page-item .page-link:focus {
      box-shadow: none; }
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 50%; }
  .pagination .page-item.active .page-link {
    background: #DAB768;
    color: #fff; }
