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

    [Master Stylesheet]
    Theme Name: Beauly - Cheyenne Luxury Rentals
    Theme URI: Create Online web 
    Author: SK
    Date: 17-01-2024
    Description: Beauly - Cheyenne Luxury Rentals

-----------------------------------------------------------------------------------


/************ TABLE OF CONTENTS ***************

  Theme Header CSS
  Theme About CSS
  Theme Amenities CSS
  Theme Apartment Info CSS
  Theme Apartment CSS
  Theme Blog CSS
  Theme Contact CSS
  Theme Counter CSS
  Theme Cover CSS
  Theme CTA CSS
  Theme Faq CSS
  Theme Floor CSS
  Theme Follow CSS
  Theme footer CSS
  Theme Gallery CSS
  Theme Hero CSS
  Theme Page Header CSS
  Theme Plan CSS
  Theme Preloder CSS
  Theme Project Filter CSS
  Theme Project CSS
  Theme Request CSS
  Theme Scroll CSS
  Theme Service CSS
  Theme Sponsor CSS
  Theme Subscribe CSS
  Theme Team CSS
  Theme Testimonial CSS

**********************************************/
/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&amp;family=Old+Standard+TT:wght@400;700&amp;display=swap");
:root {
  /**
     @Font-Family Declaration
   */
  --tj-ff-body: 'Jost', sans-serif;
  --tj-ff-heading: 'Old Standard TT', serif;
  --tj-ff-p: 'Jost', sans-serif;
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  /**
     @Font-weight Declaration
   */
  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;
  /**
     @Font-Size Declaration
   */
  --tj-fs-body: 14px;
  --tj-fs-p: 14px;
  --tj-fs-h1: 85px;
  --tj-fs-h2: 55px;
  --tj-fs-h3: 24px;
  --tj-fs-h4: 24px;
  --tj-fs-h5: 16px;
  --tj-fs-h6: 14px;
  /**
     @Color Declaration
   */
  --tj-color-common-white: #ffffff;
  --tj-color-common-black: #000000;
  --tj-color-heading-primary: #343a40;
  --tj-color-text-body: #cfcfcf;
  --tj-color-theme-primary: #00d5f7;
  --tj-color-theme-bg-dark: #222326;
  --tj-color-theme-bg-dark-2: #0e1013;
  --tj-color-theme-bg-dark-light: #2b2c30;
  --tj-color-theme-bg-dark-light-2: #1e1f21;
  --tj-color-theme-bg-dark-deep: #1a1b1d;
  --tj-color-theme-bg-dark-deep-2: #181d24;
  --tj-color-theme-bg-primary-blur: rgba(189, 140, 98, 0.2);
  --tj-color-grey-1: #c5c5c5;
  --tj-color-grey-2: #aeaeae;
  --tj-color-grey-3: #acacac;
  --tj-color-grey-4: #999999;
  --tj-color-grey-5: #f7f7f7;
  --tj-color-grey-6: #b7b7b7;
  --tj-color-grey-7: #a6aeb5;
  --tj-color-grey-8: #edf2f6;
  --tj-color-grey-9: #ddd;
  --tj-color-grey-10: #c0c0c0;
  --tj-color-border-1: #ededed;
  --tj-color-border-2: #e9e9e9;
  --tj-color-border-3: #999999;
  --tj-color-border-4: #222326;
  --tj-color-border-5: rgba(250, 250, 250, 0.1);
  --tj-color-border-6: rgba(189, 140, 98, 0.3);
  --tj-color-border-7: rgba(227, 227, 227, 0.4);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  Typography CSS
*/
body {
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  font-weight: normal;
  color: var(--tj-color-text-body);
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-white);
  margin-top: 0px;
  font-weight: var(--tj-fw-sbold);
  line-height: 1.2;
}

h1 {
  font-size: var(--tj-fs-h1);
}

h2 {
  font-size: var(--tj-fs-h2);
}

h3 {
  font-size: var(--tj-fs-h3);
}

h4 {
  font-size: var(--tj-fs-h4);
}

h5 {
  font-size: var(--tj-fs-h5);
}

h6 {
  font-size: var(--tj-fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tj-ff-p);
  font-size: 16px;
  font-weight: var(--tj-fw-normal);
  color: var(--tj-color-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

*::-webkit-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

*::-ms-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

/** Background Colors **/
.bg-dark-deep {
  background-color: var(--tj-color-theme-bg-dark-deep);
}

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

/** Common Classes CSS **/
.w-img img {
  width: 100%;
}

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

img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.b-radius {
  border-radius: 6px;
}

.padding {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .padding {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .padding {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .sm-padding {
    padding: 15px;
  }
}
.padding-15 {
  padding: 15px !important;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

/* Section Heading */
.section-heading {
  margin-bottom: 60px;
}
.section-heading .sub-heading {
  color: var(--tj-color-theme-primary);
  margin-bottom: 22px;
  line-height: 1;
}
.section-heading .section-title {
  font-weight: var(--tj-fw-bold);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-heading .section-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .section-heading .section-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.section-heading p {
  font-size: 18px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section-heading p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-heading p br {
    display: none;
  }
}

@media (max-width: 991px) {
  .section-heading.mb-60 {
    margin-bottom: 40px;
  }
  .section-heading {
    margin-bottom: 40px;
  }
}
/* Margin Class */
.mt-10 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* overflow */
.oh {
  overflow: hidden;
}

.video-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 600px;
}
@media (max-width: 991px) {
  .video-section {
    height: 400px;
  }
}

/**
  Buttons CSS
*/
.tj-primary-btn {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-primary);
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  padding: 20px 35px;
  letter-spacing: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tj-primary-btn:focus, .tj-primary-btn:hover {
  color: var(--tj-color-common-white);
}
@media (max-width: 767px) {
  .tj-primary-btn {
    font-size: 15px;
    padding: 15px 25px;
  }
}
.tj-primary-btn span {
  position: relative;
  z-index: 20;
}
.tj-primary-btn:after {
  background: var(--tj-color-common-white);
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -1;
}
.tj-primary-btn:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tj-primary-btn i {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .tj-primary-btn i {
    margin-left: 10px;
  }
}

/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.header {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 20px;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.header__sticky {
  background-color: var(--tj-color-theme-bg-dark);
  border-bottom: 1px solid #2b2c30;
  position: fixed;
  left: 0;
  top: 0;
  padding: 15px 0 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .header.header__sticky {
    display: none;
  }
}
.header .primary-header {
  padding: 0 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header .primary-header {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .primary-header {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header .primary-header {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .header .primary-header-inner {
    display: grid;
    grid-template-columns: 250px 1fr 250px;
    grid-column-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .header .primary-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .primary-header-inner .header-contact-area {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .primary-header-inner .header-contact-area {
    display: none;
  }
}
.header .primary-header-inner .header-contact-area i {
  color: var(--tj-color-common-white);
  font-size: 16px;
  margin-right: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .primary-header-inner .header-contact-area i {
    font-size: 16px;
  }
}
.header .primary-header-inner .header-contact-area a {
  color: var(--tj-color-common-white);
  font-size: 18px;
  margin-left: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .primary-header-inner .header-contact-area a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header .primary-header-inner {
    grid-template-columns: 180px 1fr 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .primary-header-inner {
    grid-template-columns: 175px 1fr 175px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .primary-header-inner {
    grid-template-columns: 135px 1fr 135px;
    grid-column-gap: 15px;
  }
  .header .primary-header-inner .header-contact-area a {
    margin-left: 5px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header .primary-header-inner .header-right .header-btn {
    margin-right: 60px;
  }
  .header .primary-header-inner .header-right .mobile-side-menu-toggle {
    font-size: 30px;
    color: var(--tj-color-common-white);
  }
  .header .primary-header-inner .header-right .mobile-side-menu-toggle:hover {
    content: "/f550";
  }
}

.header-menu-wrap {
  display: none;
}
@media (min-width: 992px) {
  .header-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.header-menu-wrap .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu-wrap .sub-menu li {
  display: inline-block;
  position: relative;
  margin: 0 40px;
}
@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .header-menu-wrap .sub-menu li {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-menu-wrap .sub-menu li {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-menu-wrap .sub-menu li {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-wrap .sub-menu li {
    margin: 0 30px;
  }
}
.header-menu-wrap .sub-menu li a {
  display: block;
  font-family: var(--tj-ff-body);
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--tj-color-common-white);
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-menu-wrap .sub-menu li a i {
  font-size: 13px;
}
.header-menu-wrap .sub-menu li a:before {
  content: "";
  background-color: var(--tj-color-common-white);
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -10px;
  -webkit-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
          transform: skewX(30deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-menu-wrap .sub-menu li ul {
  background-color: var(--tj-color-common-white);
  display: block;
  width: 220px;
  padding: 0;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  position: absolute;
  left: 0;
  top: 62px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.header-menu-wrap .sub-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.header-menu-wrap .sub-menu li li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--tj-color-common-white);
  text-align: left;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-menu-wrap .sub-menu li li:last-child {
  margin: 0;
  border-bottom: none;
}
.header-menu-wrap .sub-menu li li:hover {
  background-color: var(--tj-color-theme-primary);
}
.header-menu-wrap .sub-menu li li a {
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--tj-color-theme-bg-dark);
  font-weight: 600;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.header-menu-wrap .sub-menu li li a:before {
  display: none;
}
.header-menu-wrap .sub-menu li li:hover a {
  color: var(--tj-color-common-white);
}
.header-menu-wrap .sub-menu li:hover a:before {
  width: 100%;
}
.header-menu-wrap .sub-menu .has-dropdown {
  position: relative;
}
.header-menu-wrap .sub-menu .has-dropdown a {
  padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-wrap .sub-menu .has-dropdown a {
    padding-right: 15px;
  }
}
.header-menu-wrap .sub-menu .has-dropdown ul li {
  margin: 0;
  padding-left: 20px;
}
.header-menu-wrap .sub-menu .has-dropdown ul li a {
  padding-right: 0;
}
.header-menu-wrap .sub-menu .has-dropdown:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  color: var(--tj-color-common-white);
  font-size: 13px;
  content: "\f078";
  position: absolute;
  top: 51%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-wrap .sub-menu .has-dropdown:after {
    top: 56%;
  }
}
.header-menu-wrap .sub-menu .has-dropdown:hover:before {
  color: var(--tj-color-theme-primary);
}

.header-right {
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right {
    display: none;
  }
}
.header-right .tj-primary-btn {
  background-color: transparent;
  font-size: 16px;
  padding: 15px 20px;
  border: 1px solid var(--tj-color-common-white);
}
@media (max-width: 991px) {
  .header-right .tj-primary-btn {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-right .tj-primary-btn {
    font-size: 14px;
    padding: 15px 20px;
  }
  .header-right .tj-primary-btn i {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-right .tj-primary-btn {
    font-size: 14px;
    padding: 15px 20px;
  }
  .header-right .tj-primary-btn i {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right .tj-primary-btn {
    font-size: 14px;
    padding: 15px;
  }
  .header-right .tj-primary-btn i {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
@media (max-width: 767px) {
  .header-right .header-logo img {
    width: 70px;
  }
}

.header-2 {
  background-color: var(--tj-color-theme-bg-dark);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .header-2 {
    position: inherit;
  }
}
.header-2 .primary-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header-2 .primary-header-inner {
    padding: 10px 0;
  }
}
.header-2 .primary-header-inner .header-logo {
  max-width: 300px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .header-2 .primary-header-inner .header-logo img {
    max-width: 180px;
    width: 100%;
  }
}
.header-2 .primary-header-inner .header-menu-wrap .sub-menu li {
  margin: 0 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-2 .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-2 .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-2 .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-2 .primary-header-inner .header-menu-wrap .sub-menu li a {
    font-size: 14px;
  }
}
.header-2 .primary-header-inner .header-menu-wrap .sub-menu ul {
  top: 66px;
}
.header-2 .primary-header-inner .header-menu-wrap .sub-menu ul li {
  margin: 0;
}
.header-2 .primary-header-inner .header-menu-wrap .sub-menu ul li a {
  height: 45px;
  line-height: 45px;
}
.header-2 .primary-header-inner .header-right {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.header-2 .primary-header-inner .header-right .header-logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .header-2 .primary-header-inner .header-right .header-btn,
  .header-2 .primary-header-inner .header-right .header-contact-area {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-2 .primary-header-inner .header-right .header-contact-area {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-2 .primary-header-inner .mean-push {
    display: none;
  }
  .header-2 .primary-header-inner .header-right {
    width: 100%;
  }
}

.sticky-header-wrap.fixed .primary-header-inner {
  padding: 10px 0;
}
.sticky-header-wrap.fixed .primary-header-inner .header-menu-wrap .sub-menu li ul {
  top: 56px;
}

.header-3 {
  background-color: transparent;
  position: absolute;
  top: 0;
}
.header-3.header__sticky {
  padding: 0;
}
.header-3 .primary-header {
  padding: 0;
}
.header-3 .primary-header .primary-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu {
    margin-right: 70px;
  }
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li {
  margin: 0 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 15px;
  }
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li ul {
  top: 62px;
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li ul li {
  margin: 0;
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu .has-dropdown {
  padding: 0;
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu .has-dropdown:before {
  right: 15px;
}
@media (max-width: 991px) {
  .header-3 .primary-header .primary-header-inner .header-right {
    position: inherit;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-3 .primary-header .primary-header-inner .header-right .tj-primary-btn {
    margin-right: 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-3 .primary-header .primary-header-inner .header-right .tj-primary-btn {
    margin-right: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-3 .primary-header .primary-header-inner .header-right .tj-primary-btn {
    margin-right: 75px;
  }
}

.side-menu-icon {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 100;
  display: block;
  cursor: pointer;
}
@media (max-width: 991px) {
  .side-menu-icon {
    display: none;
  }
}

.side-menu-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 850px;
  -webkit-transform: translateX(850px);
  -ms-transform: translateX(850px);
  transform: translateX(850px);
  height: 100%;
  display: block;
  background-color: var(--tj-color-theme-bg-dark-deep);
  z-index: 100;
  padding: 40px;
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side-menu-wrapper .side-menu-close {
  background-color: var(--tj-color-theme-primary);
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.side-menu-wrapper.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 991px) {
  .side-menu-wrapper {
    display: none;
  }
}

.side-menu-content .side-menu-header {
  font-family: var(--tj-ff-body);
  font-size: 30px;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  margin-bottom: 40px;
}
.side-menu-content .side-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box img {
  width: 150px;
  height: 120px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info .side-menu-title {
  font-family: var(--tj-ff-body);
  font-size: 32px;
  font-weight: 500;
  color: var(--tj-color-theme-primary);
  line-height: 1;
  margin-bottom: 10px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p {
  max-width: 400px;
  width: 100%;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p:last-child {
  margin-bottom: 0;
}
.side-menu-content .side-menu-item .side-menu-arrow {
  font-size: 45px;
  color: var(--tj-color-theme-primary);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-menu-content .side-menu-item .side-menu-arrow i {
  font-weight: 200;
}
.side-menu-content .side-menu-item:hover {
  border: 1px solid var(--tj-color-border-6);
}
.side-menu-content .side-menu-item:hover .side-menu-arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.side-menu-content .side-menu-item:last-child {
  margin-bottom: 0;
}

.side-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.side-menu-overlay.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/cancel.html), auto;
}
@media (max-width: 991px) {
  .side-menu-overlay {
    display: none;
  }
}

.header-4 {
  background-color: var(--tj-color-theme-bg-dark-light);
  position: inherit;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-4.header__sticky {
  background-color: var(--tj-color-theme-bg-dark-light);
  border-bottom: 1px solid #2b2c30;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-4.header__sticky .top-bar {
  display: none;
}
.header-4 .top-bar {
  background-color: var(--tj-color-theme-bg-dark-deep);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 50px;
}
@media (max-width: 767px), (max-width: 575px) {
  .header-4 .top-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 19px 25px;
  }
}
.header-4 .top-bar .top-left-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  list-style: none;
}
@media (max-width: 767px) {
  .header-4 .top-bar .top-left-content ul {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.header-4 .top-bar .top-left-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.header-4 .top-bar .top-left-content ul li i {
  color: var(--tj-color-theme-primary);
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 767px), (max-width: 575px) {
  .header-4 .top-bar .top-left-content ul li i {
    font-size: 15px;
  }
}
.header-4 .top-bar .top-left-content ul li a {
  color: var(--tj-color-grey-9);
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), (max-width: 575px) {
  .header-4 .top-bar .top-left-content ul li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header-4 .top-bar .top-left-content ul li:nth-child(2) i {
    font-size: 15px;
  }
}
.header-4 .top-bar .top-left-content ul li:nth-child(2) a {
  line-height: 1;
}
@media (max-width: 767px) {
  .header-4 .top-bar .top-right-content {
    display: none;
  }
}
.header-4 .top-bar .top-right-content .top-social-list {
  list-style: none;
}
.header-4 .top-bar .top-right-content .top-social-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
.header-4 .top-bar .top-right-content .top-social-list li a {
  color: var(--tj-color-grey-9);
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-4 .top-bar .top-right-content .top-social-list li a:hover {
  color: var(--tj-color-theme-primary);
}
.header-4 .top-bar .top-right-content .top-social-list li:last-child {
  margin-right: 0;
}
.header-4 .primary-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 27.5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header-4 .primary-header-inner {
    padding: 27.5px 40px;
  }
}
@media (max-width: 767px) {
  .header-4 .primary-header-inner {
    padding: 27.5px 20px;
  }
}
@media (max-width: 767px), (max-width: 575px) {
  .header-4 .primary-header-inner .header-logo {
    max-width: 150px;
    width: 100%;
  }
}
.header-4 .primary-header-inner .header-menu-wrap .sub-menu li {
  margin: 0 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-4 .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-4 .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 13px;
  }
}
.header-4 .primary-header-inner .header-menu-wrap .sub-menu li ul {
  top: 70px;
}
.header-4 .primary-header-inner .header-menu-wrap .sub-menu li ul li {
  margin: 0;
}
.header-4 .primary-header-inner .header-right {
  position: initial;
  display: block;
}
.header-4 .primary-header-inner .header-right .tj-primary-btn {
  background-color: var(--tj-color-theme-primary);
  border: none;
  padding: 19px 20px;
  margin-right: 30px;
}

.sticky-header-wrap {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99;
}
.sticky-header-wrap.fixed {
  display: block;
  animation-name: menuSticky;
  -webkit-animation-name: menuSticky;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
}
.sticky-header-wrap .header {
  position: relative;
  top: 0;
}
.sticky-header-wrap .header .top-bar {
  display: none;
}

@-webkit-keyframes menuSticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes menuSticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.mobile-side-menu-overlay,
.mobile-side-menu {
  display: none;
}

@media (max-width: 991px) {
  .mobile-side-menu {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    width: 80%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
    display: block;
    background-color: var(--tj-color-theme-bg-dark-deep);
    z-index: 100;
    padding: 40px;
    -webkit-transition: transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-side-menu .side-menu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    position: fixed;
    top: 40px;
    right: 40px;
    color: var(--tj-color-common-white);
    font-size: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--tj-color-border-6);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
  }
  .mobile-side-menu .side-menu-search {
    position: relative;
    margin-bottom: 50px;
  }
  .mobile-side-menu .side-menu-search input {
    color: var(--tj-color-common-black);
    height: 52px;
    width: 100%;
    font-size: 20px;
    padding: 0 25px;
    border: none;
  }
  .mobile-side-menu .side-menu-search input::-webkit-input-placeholder {
    color: var(--tj-color-grey-10);
    font-size: 20px;
  }
  .mobile-side-menu .side-menu-search input:-moz-placeholder {
    color: var(--tj-color-grey-10);
    font-size: 20px;
  }
  .mobile-side-menu .side-menu-search input::-moz-placeholder {
    color: var(--tj-color-grey-10);
    font-size: 20px;
  }
  .mobile-side-menu .side-menu-search input:-ms-input-placeholder {
    color: var(--tj-color-grey-10);
    font-size: 20px;
  }
  .mobile-side-menu .side-menu-search button {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
    width: 60px;
    height: 52px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    margin-bottom: 50px;
  }
  .mobile-side-menu .list-header {
    color: var(--tj-color-common-white);
    font-family: var(--tj-ff-body);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-list {
    margin-bottom: 50px;
  }
  .mobile-side-menu .side-menu-list li {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-list li {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu .side-menu-list li p {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-list li p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu .side-menu-list li i {
    background-color: var(--tj-color-theme-primary);
    font-size: 12px;
    color: var(--tj-color-common-white);
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 20px;
  }
  .mobile-side-menu .side-menu-list li :last-child {
    margin-bottom: 0;
  }
  .mobile-side-menu .side-menu-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    list-style: none;
  }
  .mobile-side-menu .side-menu-social ul li a {
    background-color: var(--tj-color-theme-bg-dark-deep);
    color: var(--tj-color-theme-primary);
    font-size: 18px;
    width: 50px;
    padding: 15px 0;
    line-height: 1;
    text-align: center;
    border: 1px solid var(--tj-color-border-6);
    border-radius: 2px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mobile-side-menu .side-menu-social ul li a:hover {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
  }
  .mobile-side-menu .mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
  }
  .mobile-side-menu .mean-bar .meanmenu-reveal {
    display: none !important;
  }
  .mobile-side-menu .mean-bar .mean-nav {
    background-color: transparent;
    margin-top: 0;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul {
    display: block !important;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li {
    float: none;
    display: block;
    width: auto;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--tj-color-border-5);
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a {
    color: var(--tj-color-common-white);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    border-top: none;
    padding: 0;
    float: none;
  }
}
@media (max-width: 991px) and (max-width: 767px), (max-width: 991px) and (max-width: 575px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
    padding: 0;
    top: -10px;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before, .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 200;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
    content: "+";
  }
}
@media (max-width: 991px) and (max-width: 767px), (max-width: 991px) and (max-width: 575px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:after {
    content: "\f068";
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:before {
    display: none;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand i {
    display: none;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul {
    padding: 0 0 0 30px;
    margin-top: 40px;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul li a {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
    display: block;
  }
  .mobile-side-menu-overlay.is-open {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
    cursor: url(../img/cancel.html), auto;
  }
}
/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Hero CSS
----------------------------------------*/
.hero-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .hero-section {
    height: auto;
    padding: 200px 0;
  }
}
.hero-section .hero-text {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
@media (max-width: 991px) {
  .hero-section .hero-text {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-text {
    left: 30px;
    bottom: 15px;
  }
}
.hero-section .hero-text p {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-common-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero-section .hero-text p {
    font-size: 15px;
  }
}
.hero-section .text-2 {
  left: auto;
  right: 50px;
}
@media (max-width: 767px) {
  .hero-section .text-2 {
    right: 30px;
    bottom: 25px;
  }
}

.hero-content .hero-sub-title {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-white);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .hero-content .hero-sub-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-content .hero-sub-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.hero-content .hero-title {
  max-width: 760px;
  margin: 0 auto 40px auto;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .hero-title {
    font-size: 60px;
    max-width: 625px;
  }
}
@media (max-width: 991px) {
  .hero-content .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-content .hero-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.hero-content p {
  max-width: 520px;
}
.hero-content p:last-child {
  margin-bottom: 0;
}

.hero-section-2 {
  position: relative;
  height: 750px;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-section-2 {
    height: auto;
    z-index: 1;
    padding: 100px 0 140px 20px;
  }
}
@media (max-width: 767px) {
  .hero-section-2 {
    padding: 60px 0 120px 10px;
  }
}
.hero-section-2 .hero-bg {
  background-image: url(../img/bg-img/hero-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .hero-section-2 .hero-bg {
    display: none;
  }
}
.hero-section-2 .hero-container {
  max-width: 1475px;
  margin: auto;
  padding: 0 15px;
  width: 100%;
}
.hero-section-2 .hero-container .hero-content .hero-content-wrap {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 30px;
}
.hero-section-2 .hero-container .hero-content .hero-content-wrap .content-box {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.hero-section-2 .hero-container .hero-content .hero-content-wrap .content-box i {
  color: var(--tj-color-theme-primary);
  font-size: 30px;
  line-height: 1;
}
.hero-section-2 .hero-container .hero-content .hero-content-wrap .content-box h4 {
  color: var(--tj-color-theme-primary);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.hero-section-2 .hero-container .hero-content .hero-content-wrap .content-box:nth-child(2) i {
  font-size: 25px;
}
.hero-section-2 .hero-container .hero-title {
  color: var(--tj-color-grey-9);
  font-size: 75px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-2 .hero-container .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .hero-section-2 .hero-container .hero-title {
    font-size: 50px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .hero-section-2 .hero-container .hero-title {
    font-size: 40px;
  }
}
.hero-section-2 .hero-text {
  background-color: var(--tj-color-theme-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
}
.hero-section-2 .hero-text i {
  color: var(--tj-color-common-white);
  font-size: 25px;
  margin-right: 10px;
  line-height: 1;
}
.hero-section-2 .hero-text h4 {
  font-family: var(--tj-ff-body);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero-section-2 .hero-text h4 {
    font-size: 16px;
  }
}
.hero-section-2 .hero-box {
  background-color: var(--tj-color-common-white);
  position: absolute;
  right: 40px;
  bottom: 40px;
  padding: 15px 26px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  border-radius: 80px;
}
@media (max-width: 991px) {
  .hero-section-2 .hero-box {
    display: none !important;
  }
}
.hero-section-2 .hero-box .hero-box-thumb {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.hero-section-2 .hero-box .hero-box-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section-2 .hero-box h3 {
  font-size: 22px;
  color: var(--tj-color-common-black);
  margin-bottom: 0;
  line-height: 1;
}
.hero-section-2 .hero-box h3 span {
  display: block;
  margin-top: 15px;
}

.hero-3 {
  background-image: url(../img/bg-img/hero-bg-3.jpg);
  height: 1000px;
}
@media (max-width: 991px) {
  .hero-3 {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .hero-3 {
    height: auto;
    padding: 180px 0 120px 0;
  }
}
.hero-3 .hero-content {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .hero-3 .hero-content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content {
    margin-top: 10px;
  }
}
.hero-3 .hero-content .hero-sub-title {
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .hero-3 .hero-content .hero-sub-title {
    margin-bottom: 25px;
  }
}
.hero-3 .hero-content .hero-title {
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .hero-3 .hero-content .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content .hero-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.hero-3 .hero-sidebar {
  background-color: var(--tj-color-theme-bg-dark-deep-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 95px;
  width: 1000px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg) scaleX(-1);
      -ms-transform: rotate(90deg) scaleX(-1);
          transform: rotate(90deg) scaleX(-1);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  z-index: 101;
}
@media (max-width: 991px) {
  .hero-3 .hero-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-sidebar {
    display: none;
  }
}
.hero-3 .hero-sidebar .hero-sidemenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  list-style: none;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.hero-3 .hero-sidebar .hero-sidemenu-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li i {
  color: var(--tj-color-theme-primary);
  font-size: 16px;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li a {
  color: var(--tj-color-common-white);
  font-size: 18px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .hero-3 .hero-sidebar .hero-sidemenu-list li a {
    font-size: 15px;
  }
}
.hero-3 .hero-sidebar .hero-sidemenu-list li .hero-social-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li .hero-social-list li i {
  color: var(--tj-color-common-white);
  font-size: 18px;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li .hero-social-list li a {
  margin-left: 0;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li .hero-social-list li:nth-child(2) i {
  font-size: inherit;
  line-height: inherit;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li .hero-social-list li:last-child {
  margin-right: 0;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li:nth-child(2) i {
  font-size: 18px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hero-section-4 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 900px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-4 {
    height: 600px;
  }
}
@media (max-width: 991px), (max-width: 767px) {
  .hero-section-4 {
    height: auto;
    padding: 180px 0;
  }
}
@media (max-width: 575px) {
  .hero-section-4 {
    height: auto;
    padding: 150px 0;
  }
}

.hero-content.content-2 .hero-sub-title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .hero-content.content-2 .hero-sub-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero-content.content-2 .hero-sub-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content.content-2 .hero-title {
    font-size: 85px;
    max-width: inherit;
  }
}

/* !END: Theme Hero CSS */
/**----------------------------------------
START: Theme About CSS
----------------------------------------*/
@media (max-width: 991px) {
  .about-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about-section .about-thumb {
  max-width: 518px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about-section .about-thumb {
    width: 100%;
    max-width: inherit;
  }
}

.about-content {
  line-height: 1;
}
.about-content strong{
  font-size: 22px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .about-content {
    margin-bottom: 40px;
  }
}
.about-content .about-sub-title {
  color: var(--tj-color-theme-primary);
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 991px) {
  .about-content .about-sub-title {
    font-size: 20px;
  }
}
.about-content .about-sub-title i {
  font-size: 35px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .about-content .about-sub-title i {
    font-size: 20px;
  }
}
.about-content .about-title {
    margin-bottom: 22px;
    max-width: 500px;
    width: 100%;
    font-size: 40px;
}
@media (max-width: 767px) {
  .about-content .about-title {
    font-size: 36px;
  }
}
.about-content p {
  margin-bottom: 50px;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 991px) {
  .about-content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .about-section-2 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about-section-2 .about-thumb {
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about-section-2 .about-thumb {
    max-width: inherit;
  }
}
.about-section-2 .about-content .about-sub-title {
  color: var(--tj-color-theme-primary);
  margin-bottom: 27px;
  line-height: 1;
}
@media (max-width: 767px) {
  .about-section-2 .about-content .about-sub-title {
    font-size: 20px;
  }
}
.about-section-2 .about-content .about-title {
  color: var(--tj-color-grey-9);
  font-size: 48px;
  line-height: 1;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-section-2 .about-content .about-title {
    font-size: 36px;
  }
}
.about-section-2 .about-content p {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .about-section-2 .about-content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-section-2 .about-content p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .about-section .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* !END: Theme About CSS */
/**----------------------------------------
START: Theme Counter CSS
----------------------------------------*/
.counter-section {
  background-color: var(--tj-color-theme-bg-dark-light);
  padding: 105px 0 95px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-section {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .counter-section {
    padding: 50px 0 25px 0;
  }
}
@media (max-width: 767px) {
  .counter-section {
    padding: 30px 0 10px 0;
  }
}

.counter-item {
  position: relative;
}
@media (max-width: 991px) {
  .counter-item {
    margin-bottom: 20px;
  }
}
.counter-item .counter-title {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-theme-primary);
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 0;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item .counter-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .counter-item .counter-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .counter-item .counter-title {
    font-size: 50px;
  }
}
.counter-item .counter-title .odometer.odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.counter-item .counter-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.counter-item .counter-content .counter-text {
  font-family: var(--tj-ff-body);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 8px;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 767px) {
  .counter-item .counter-content .counter-text {
    font-size: 12px;
    letter-spacing: 4px;
  }
}

@media (max-width: 767px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
.counter-2 {
  padding: 75px 0 70px 0;
}
@media (max-width: 991px) {
  .counter-2 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .counter-2 {
    padding: 30px 0 10px 0;
  }
}

@media (max-width: 991px) {
  .counter-item.item-2 .counter-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .counter-item.item-2 .counter-title {
    font-size: 50px;
  }
}
.counter-item.item-2 .counter-title .odometer-formatting-mark {
  display: none;
}
.counter-item.item-2 .counter-text {
  letter-spacing: 4px;
}

.counter-3 .counter-container {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

/* !END: Theme Counter CSS */
/**----------------------------------------
START: Theme Plan CSS
----------------------------------------*/
.plan-section .plan-content {
  margin-right: 32.5px;
}
@media (max-width: 991px) {
  .plan-section .plan-content {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.plan-content p {
  margin-bottom: 35px;
}
.plan-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan-content ul li:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tj-color-border-6);
}
.plan-content ul li h3 {
  font-family: var(--tj-ff-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.plan-content .pdf-box {
  margin-top: 55px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 991px) {
  .plan-content .pdf-box {
    margin-top: 25px;
  }
}
.plan-content .pdf-box h3 {
  font-family: var(--tj-ff-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}

.plan-tab .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .plan-tab .nav {
    margin-bottom: 30px;
  }
}
.plan-tab .nav-tabs {
  border-bottom: none;
}
.plan-tab .nav-tabs .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--tj-color-common-white);
  font-size: 18px;
}
.plan-tab .nav-tabs .nav-link:hover {
  color: var(--tj-color-theme-primary);
  border-right: 1px solid var(--tj-color-theme-primary);
  border-bottom: 1px solid var(--tj-color-theme-primary);
}
.plan-tab .nav-tabs .nav-link.active {
  color: var(--tj-color-theme-primary);
  border-right: 1px solid var(--tj-color-theme-primary);
  border-bottom: 1px solid var(--tj-color-theme-primary);
}

/* !END: Theme Plan CSS */
/**----------------------------------------
START: Theme Amenities CSS
----------------------------------------*/
@media (max-width: 991px) {
  .amenities-section {
    padding-bottom: 30px;
  }
}
.amenities-section .section-heading {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .amenities-section .section-heading {
    margin-bottom: 40px;
  }
}
.amenities-section .section-heading .sub-heading {
  margin-bottom: 15px;
}
.amenities-section .section-heading .section-title {
  margin-bottom: 20px;
  font-size: 40px;
}
@media (max-width: 991px) {
  .amenities-section .section-heading .section-title {
    width: 100%;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .amenities-item {
    margin-bottom: 40px;
  }
}
.amenities-item .amenities-icon {
  color: var(--tj-color-theme-primary);
  font-size: 75px;
  height: 75px;
  width: 75px;
  line-height: 1;
  display: inline-block;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.amenities-item .amenities-item-title {
  margin: 25px 0 25px 0;
  line-height: 1;
}
.amenities-item p:last-child {
  margin-bottom: 0;
}
.amenities-item:hover .amenities-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.amenities-2 {
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .amenities-2 {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .amenities-2 {
    padding-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .amenities-2 .section-heading {
    padding-bottom: 25px;
  }
}
.amenities-2 .section-heading .section-title {
  line-height: 1.2;
}

.amenities-box {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
  border: 1px solid var(--tj-color-theme-primary);
  margin-bottom: 25px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .amenities-box {
    padding: 40px 20px;
  }
}
.amenities-box .amenities-icon {
  color: var(--tj-color-theme-primary);
  font-size: 75px;
  height: 75px;
  width: 75px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.amenities-box .amenities-item-title {
  margin-bottom: 25px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .amenities-box .amenities-item-title {
    font-size: 20px;
  }
}
.amenities-box .amenities-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.amenities-box .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.amenities-box p:last-child {
  margin-bottom: 0;
}
.amenities-box:hover .overlay, .amenities-box:hover .amenities-thumb {
  visibility: visible;
  opacity: 1;
}
.amenities-box:hover .amenities-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* !END: Theme Amenities CSS */
/**----------------------------------------
START: Theme Gallery CSS
----------------------------------------*/
.gallery-section {
  position: relative;
}
.gallery-section .beauly-gallery-wrap .gallery-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .gallery-section .beauly-gallery-wrap .gallery-filter {
    margin-bottom: 40px;
  }
}
.gallery-section .beauly-gallery-wrap .gallery-filter li {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-text-body);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 25px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery-section .beauly-gallery-wrap .gallery-filter li {
    font-size: 18px;
  }
}
.gallery-section .beauly-gallery-wrap .gallery-filter li:hover {
  color: var(--tj-color-theme-primary);
}
.gallery-section .beauly-gallery-wrap .gallery-filter li.active {
  color: var(--tj-color-theme-primary);
  text-decoration: line-through;
}
.gallery-section .beauly-gallery-wrap .property-gallery {
  position: relative;
}
.gallery-section .beauly-gallery-wrap .property-gallery .item {
  max-width: 1030px;
  margin: 0 auto;
  position: relative;
}
.gallery-section .beauly-gallery-wrap .owl-stage-outer .owl-stage .owl-item .item {
    height: 500px;
    text-align: center;
    background: #272728;
}
.gallery-section .beauly-gallery-wrap .owl-stage-outer .owl-stage .owl-item .item img {
    height: 100% !important;
    display: inline-block !important;
    width: auto !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-section .beauly-gallery-wrap .property-gallery .item {
    max-width: 730px;
  }
}
@media (max-width: 991px) {
  .gallery-section .beauly-gallery-wrap .property-gallery .item {
    max-width: 500px;
  }
}
.gallery-section .beauly-gallery-wrap .property-gallery .item .video-btn a {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-size: 35px;
  width: 120px;
  padding: 33px 0;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.gallery-section .beauly-gallery-wrap .property-gallery .item .video-btn a:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}
@media (max-width: 991px) {
  .gallery-section .beauly-gallery-wrap .property-gallery .item .video-btn a {
    font-size: 20px;
    width: 80px;
    padding: 25px 0;
    margin-top: 10px;
  }
}
.gallery-section .owl-carousel .owl-nav > div {
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 575px) {
  .gallery-section .owl-carousel .owl-nav > div {
    font-size: 40px;
  }
}
.gallery-section .owl-carousel .owl-nav > div.owl-next {
  left: auto;
  right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gallery-section .owl-carousel .owl-nav > div.owl-next {
    right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-section .owl-carousel .owl-nav > div.owl-next {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .gallery-section .owl-carousel .owl-nav > div.owl-next {
    right: 35px;
  }
}
.gallery-section .owl-carousel .owl-nav > div.owl-prev {
  left: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gallery-section .owl-carousel .owl-nav > div.owl-prev {
    left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-section .owl-carousel .owl-nav > div.owl-prev {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .gallery-section .owl-carousel .owl-nav > div.owl-prev {
    left: 35px;
  }
}

.gallery-section-2 .gallery-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .gallery-section-2 .gallery-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .gallery-section-2 .gallery-top .section-heading {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .gallery-section-2 .gallery-top .section-heading p br {
    display: none;
  }
}
.gallery-section-2 .gallery-top .nav-tabs {
  border-bottom: none;
}
.gallery-section-2 .gallery-top .nav-tabs .nav-link {
  color: var(--tj-color-text-body);
  font-size: 22px;
  font-weight: var(--tj-fw-medium);
  border: none;
  padding: 0;
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-section-2 .gallery-top .nav-tabs .nav-link {
    font-size: 18px;
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .gallery-section-2 .gallery-top .nav-tabs .nav-link {
    font-size: 18px;
    margin-left: 0;
    margin: 0 20px;
  }
}
.gallery-section-2 .gallery-top .nav-tabs .active {
  background-color: transparent;
  color: var(--tj-color-theme-primary);
  text-decoration: line-through;
}
.gallery-section-2 .tab-content {
  position: relative;
}
.gallery-section-2 .beauly-gallery-wrap .carousel {
  position: inherit;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
@media (max-width: 991px) {
  .gallery-section-2 .beauly-gallery-wrap .carousel {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.gallery-section-2 .beauly-gallery-wrap .carousel-inner {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .gallery-section-2 .beauly-gallery-wrap .carousel-inner {
    margin-bottom: 15px;
  }
}
.gallery-section-2 .beauly-gallery-wrap .carousel-inner .gallery-inner-thumb img {
  width: 100%;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav {
  position: inherit;
  margin: 0;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media (max-width: 991px) {
  .gallery-section-2 .beauly-gallery-wrap .gallery-nav {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav [data-bs-target] {
  background-color: transparent;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  text-indent: inherit;
  border: none;
  opacity: 1;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav.right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav.right [data-bs-slide-to] {
  background-color: var(--tj-color-theme-bg-primary-blur);
  position: absolute;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav.right [data-bs-slide-to="0"] {
  width: 153px;
  height: 153px;
  left: 19.2%;
  top: 8.9%;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav.right [data-bs-slide-to="1"] {
  top: 9%;
  right: 24%;
  height: 183px;
  width: 141px;
  left: auto;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav.right [data-bs-slide-to="2"] {
  bottom: 26.5%;
  left: 19.2%;
  height: 156px;
  width: 154px;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav.right [data-bs-slide-to="3"] {
  bottom: 13%;
  right: 5%;
  height: 175px;
  width: 275px;
}
.gallery-section-2 .gallery-item-wrap .owl-nav {
  display: none;
}
.gallery-section-2 .gallery-box-wrap .owl-nav {
  display: none;
}

.video-btn a {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-size: 35px;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.video-btn a:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}
@media (max-width: 991px) {
  .video-btn a {
    font-size: 20px;
    width: 80px;
    height: 80px;
    margin-top: 10px;
  }
}

/* !END: Theme Gallery CSS */
/**----------------------------------------
START: Theme Apartment CSS
----------------------------------------*/
.apartment-section {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .apartment-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .apartment-section {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .apartment-section .apartment-content {
    overflow: hidden;
    overflow: scroll;
  }
}

.beauly-table thead {
  background: var(--tj-color-theme-primary);
}
.beauly-table thead th {
  color: var(--tj-color-common-white);
}
.beauly-table tbody tr {
  border-bottom: 1px solid rgba(189, 140, 98, 0.3);
}
.beauly-table tbody tr:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}
.beauly-table tbody tr:hover th, .beauly-table tbody tr:hover td {
  color: var(--tj-color-theme-primary);
  vertical-align: middle;
}
.beauly-table tbody tr th,
.beauly-table tbody tr td {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.beauly-table tbody tr th a,
.beauly-table tbody tr td a {
  text-decoration: underline;
}

.beauly-table > :not(caption) > * > * {
  color: var(--tj-color-grey-1);
  font-size: 18px;
  font-weight: 400;
  padding: 19px 45px;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .beauly-table > :not(caption) > * > * {
    padding: 19px 35px;
  }
}
@media (max-width: 991px) {
  .beauly-table > :not(caption) > * > * {
    padding: 25px 10px;
  }
}
@media (max-width: 767px) {
  .beauly-table > :not(caption) > * > * {
    font-size: 16px;
    padding: 15px 10px;
  }
}

.apartment-2 {
  padding-top: 0;
}
@media (max-width: 767px) {
  .apartment-2 {
    padding-top: 20px;
  }
}
.apartment-2 .apartment-content .beauly-table thead {
  background-color: var(--tj-color-theme-bg-dark-light);
}

.beauly-apartment-carousel .item {
  max-width: 1020px;
  margin: 0 auto;
  width: 100%;
}
.beauly-apartment-carousel .owl-nav > div {
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .beauly-apartment-carousel .owl-nav > div {
    display: none;
  }
}
.beauly-apartment-carousel .owl-nav > div.owl-next {
  left: auto;
  right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .beauly-apartment-carousel .owl-nav > div.owl-next {
    right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .beauly-apartment-carousel .owl-nav > div.owl-next {
    display: none;
  }
}
.beauly-apartment-carousel .owl-nav > div.owl-prev {
  left: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .beauly-apartment-carousel .owl-nav > div.owl-prev {
    left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .beauly-apartment-carousel .owl-nav > div.owl-prev {
    display: none;
  }
}

.apartment-item {
  position: relative;
}
.apartment-item .apartment-thumb img {
  width: 100%;
}
@media (max-width: 767px) {
  .apartment-item .apartment-thumb img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .apartment-item .apartment-thumb {
    height: 300px;
  }
}
.apartment-item .apartment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px;
}
@media (max-width: 767px), (max-width: 575px) {
  .apartment-item .apartment-content {
    height: 60px;
    padding: 0 10px;
  }
}
.apartment-item .apartment-content .apartment-title {
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 1;
  border-right: 1px solid var(--tj-color-common-white);
}
@media (max-width: 991px) {
  .apartment-item .apartment-content .apartment-title {
    font-size: 20px;
  }
}
@media (max-width: 767px), (max-width: 575px) {
  .apartment-item .apartment-content .apartment-title {
    font-size: 11px;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.apartment-item .apartment-content .apartment-price {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-theme-primary);
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 1;
  border-right: 1px solid var(--tj-color-common-white);
}
@media (max-width: 991px) {
  .apartment-item .apartment-content .apartment-price {
    font-size: 20px;
  }
}
@media (max-width: 767px), (max-width: 575px) {
  .apartment-item .apartment-content .apartment-price {
    font-size: 11px;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.apartment-item .apartment-content .apartment-information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 991px) {
  .apartment-item .apartment-content .apartment-information-list {
    display: none;
  }
}
.apartment-item .apartment-content .apartment-information-list li {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.apartment-item .apartment-content .apartment-information-list li i {
  font-size: 16px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
}
.apartment-item .apartment-content .apartment-information-list li span {
  font-size: 16px;
}
.apartment-item .apartment-content .apartment-btn-wrap .apartment-btn {
  color: var(--tj-color-common-white);
  font-size: 16px;
  padding: 8px 25px;
  border: 1px solid var(--tj-color-common-white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px), (max-width: 575px) {
  .apartment-item .apartment-content .apartment-btn-wrap .apartment-btn {
    font-size: 11px;
    padding: 8px 10px;
  }
}
.apartment-item .apartment-content .apartment-btn-wrap .apartment-btn:hover {
  color: var(--tj-color-theme-primary);
  border: 1px solid var(--tj-color-theme-primary);
}

/* !END: Theme Apartment CSS */
/**----------------------------------------
START: Theme Request CSS
----------------------------------------*/
.beauly-contact-form {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.beauly-contact-form .form-group {
  margin-bottom: 10px;
}
.beauly-contact-form .form-group .form-control {
  background-color: var(--tj-color-theme-bg-dark-2);
  font-family: var(--tj-ff-body);
  color: var(--tj-color-common-white);
  padding: 15px;
  letter-spacing: 2px;
  border: 1px solid var(--tj-color-border-6);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.beauly-contact-form .form-group .form-control::-webkit-input-placeholder {
  color: var(--tj-color-grey-10);
}
.beauly-contact-form .form-group .form-control:-moz-placeholder {
  color: var(--tj-color-grey-10);
}
.beauly-contact-form .form-group .form-control::-moz-placeholder {
  color: var(--tj-color-grey-10);
}
.beauly-contact-form .form-group .form-control:-ms-input-placeholder {
  color: var(--tj-color-grey-10);
}
.beauly-contact-form .form-group .address {
  height: 80px;
}
.beauly-contact-form .tj-primary-btn {
  width: 100%;
}

/* !END: Theme Request CSS */
/**----------------------------------------
START: Theme Follow CSS
----------------------------------------*/
.follow-section .follow-container {
  max-width: 1428px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.follow-section .follow-item-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
@media (max-width: 991px) {
  .follow-section .follow-item-wrap {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
  }
}
@media (max-width: 767px) {
  .follow-section .follow-item-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.follow-section .follow-item-wrap .follow-item {
  position: relative;
}
.follow-section .follow-item-wrap .follow-item:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.follow-section .follow-item-wrap .follow-item:hover:before {
  visibility: visible;
  opacity: 1;
}
.follow-section .follow-item-wrap .follow-item img {
  width: 100%;
}
.follow-section .follow-item-wrap .follow-item .follow-icon {
  color: var(--tj-color-common-white);
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.follow-section .follow-item-wrap .follow-item .follow-icon :hover {
  color: var(--tj-color-theme-primary);
}
.follow-section .follow-item-wrap .follow-item:hover .follow-icon {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.follow-section .follow-btn {
  line-height: 1;
}
.follow-section .follow-btn.btn-2 .tj-primary-btn {
  color: var(--tj-color-theme-primary);
  background-color: transparent;
  border: 1px solid var(--tj-color-theme-primary);
}

/* !END: Theme Follow CSS */
/**----------------------------------------
START: Theme Project CSS
----------------------------------------*/
.project-section {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .project-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .project-section {
    padding-bottom: 30px;
  }
}

.project-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.project-item .project-text {
  background-color: var(--tj-color-theme-primary);
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.project-item .project-text span {
  color: var(--tj-color-common-white);
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.project-item .project-thumb {
  overflow: hidden;
}
.project-item .project-thumb img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item .project-content {
  background-color: var(--tj-color-theme-bg-dark-light);
  padding: 25px 30px;
}
.project-item .project-content .project-item-title {
  margin-bottom: 15px;
}
.project-item .project-content .project-list {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.project-item .project-content .project-list li {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.project-item .project-content .project-list li i {
  font-size: 16px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
}
.project-item .project-content .project-list li span {
  font-size: 16px;
}
.project-item:hover .project-thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.project-2 {
  padding-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .project-2 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .project-2 {
    padding-bottom: 60px;
  }
}
.project-2 .project-top {
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .project-2 .project-top {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .project-2 .project-top {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.project-2 .project-top .section-heading {
  margin-bottom: 0;
}
.project-2 .project-top .custom-next-prev-wrap {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.project-2 .project-top .custom-next-prev-wrap .owl-next,
.project-2 .project-top .custom-next-prev-wrap .owl-prev {
  color: var(--tj-color-common-white);
  font-size: 20px;
  width: 60px;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  border: 1px solid var(--tj-color-common-white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.project-2 .project-top .custom-next-prev-wrap .owl-next i,
.project-2 .project-top .custom-next-prev-wrap .owl-prev i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-2 .project-top .custom-next-prev-wrap .owl-next i:before,
.project-2 .project-top .custom-next-prev-wrap .owl-prev i:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-2 .project-top .custom-next-prev-wrap .owl-next:hover,
.project-2 .project-top .custom-next-prev-wrap .owl-prev:hover {
  color: var(--tj-color-theme-primary);
  border: 1px solid var(--tj-color-theme-primary);
}

.project-item.item-2 {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-item.item-2 {
    margin: 0 20px;
  }
}
.project-item.item-2 .project-content {
  width: 90%;
  position: absolute;
  bottom: -200px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-item.item-2 .project-content {
    width: 95%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item.item-2 .project-content {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .project-item.item-2 .project-content {
    bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-item.item-2 .project-content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item.item-2 .project-content h3 {
    font-size: 16px;
  }
}
.project-item.item-2 .project-content h4 {
  font-family: var(--tj-ff-body);
  font-size: 30px;
  color: var(--tj-color-theme-primary);
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item.item-2 .project-content h4 {
    font-size: 20px;
  }
}
.project-item.item-2 .project-text {
  background-color: transparent;
  padding: 0;
  top: -35px;
  right: -35px;
}
@media (max-width: 767px) {
  .project-item.item-2 .project-text {
    top: 25px;
    right: 15px;
  }
}
.project-item.item-2 .project-text span {
  font-size: 24px;
  line-height: 1;
}
.project-item.item-2 .round-shape {
  background-color: var(--tj-color-theme-primary);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  position: absolute;
  top: -200px;
  right: -200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .project-item.item-2 .round-shape {
    top: -100px;
    right: -100px;
  }
}
.project-item.item-2:hover .project-content {
  bottom: 30px;
}
.project-item.item-2:hover .project-text {
  top: 25px;
  right: 15px;
}
.project-item.item-2:hover .round-shape {
  top: -100px;
  right: -100px;
}

/* !END: Theme Project CSS */
/**----------------------------------------
START: Theme Faq CSS
----------------------------------------*/
.faq-section {
  background-image: url(../img/bg-img/faq-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 700px;
  position: relative;
}
@media (max-width: 991px) {
  .faq-section {
    height: auto;
  }
}
.faq-section .location-mark {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .faq-section .location-mark {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-section .location-mark {
    display: none;
  }
}
.faq-section .location-mark > div {
  position: absolute;
  right: 28%;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-animation: ripple_white 2s linear infinite;
  animation: ripple_white 2s linear infinite;
  border-radius: 50%;
}
.faq-section .location-mark > div:nth-child(2) {
  right: 40%;
  top: 60%;
}
.faq-section .location-mark > div:nth-child(3) {
  right: 50%;
  top: 30%;
}
.faq-section .location-mark > div:nth-child(4) {
  right: 57%;
  top: 67%;
}
.faq-section .location-mark > div > span {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-bg-dark-light);
  font-weight: 600;
  width: 40px;
  padding: 12px 0;
  line-height: 1;
  text-align: center;
  display: block;
  border-radius: 50%;
}
.faq-section .location-mark > div h3 {
  background-color: var(--tj-color-theme-bg-dark-light);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 20px;
  margin-bottom: 0;
  width: 155px;
  position: absolute;
  left: 50%;
  top: -15px;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  visibility: hidden;
  opacity: 0;
}
.faq-section .location-mark > div h3:before {
  background-color: var(--tj-color-theme-bg-dark-light);
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7.5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.faq-section .location-mark > div h3 span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.faq-section .location-mark > div:hover h3 {
  visibility: visible;
  opacity: 1;
}
.faq-section .faq-content {
  background-color: var(--tj-color-theme-bg-dark-light);
  padding: 30px;
  width: 400px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .faq-section .faq-content {
    width: 100%;
  }
}
.faq-section .faq-content .accordion-item {
  background-color: transparent;
  border: none;
}
.faq-section .faq-content .accordion-item:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tj-color-border-7);
}
.faq-section .faq-content .accordion-item .accordion-button {
  background-color: transparent;
  color: var(--tj-color-common-white);
  font-size: 20px;
  padding: 0;
}
.faq-section .faq-content .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-section .faq-content .accordion-item .accordion-button:not(.collapsed) {
  color: var(--tj-color-theme-primary);
  line-height: 1;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-section .faq-content .accordion-item .accordion-button:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  content: "+";
  font-weight: 500;
  height: auto;
  width: auto;
  font-size: 16px;
}
.faq-section .faq-content .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f068";
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.faq-section .faq-content .accordion-item .accordion-collapse .accordion-body {
  position: relative;
  padding: 0;
  z-index: 2;
}

@-webkit-keyframes ripple_white {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.08), 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.08), 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple_white {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 12px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 12px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
  }
}
.faq-section-2 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .faq-section-2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .faq-section-2 {
    padding-bottom: 40px;
  }
}

.faq-info .accordion .accordion-item {
  background-color: transparent;
  border: 1px solid var(--tj-color-border-5);
  margin-bottom: 20px;
  border: 1px solid var(--tj-color-border-5);
}
.faq-info .accordion .accordion-item .accordion-button {
  background-color: transparent;
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
  font-size: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-info .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--tj-color-theme-bg-dark-light);
  color: var(--tj-color-theme-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-info .accordion .accordion-item .accordion-button:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-weight: 500;
  height: auto;
  width: auto;
  font-size: 16px;
}
.faq-info .accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f077";
  color: var(--tj-color-theme-primary);
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.faq-info .accordion .accordion-item .accordion-body:not(.collapsed) {
  background-color: var(--tj-color-theme-bg-dark-light);
  padding-top: 0;
}

/* !END: Theme Faq CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.post-card .post-content {
  background-color: var(--tj-color-theme-bg-dark-light);
  padding: 30px;
}
.post-card .post-content .post-content-title {
  max-width: 420px;
  width: 100%;
  line-height: 1.6em;
  margin: 15px 0 20px 0;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card .post-content .post-content-title:hover {
  color: var(--tj-color-theme-primary);
}
@media (max-width: 991px) {
  .post-card .post-content .post-content-title br {
    display: none;
  }
}
@media (max-width: 991px) {
  .post-card .post-content .post-content-title {
    font-size: 22px;
  }
}
.post-card .post-content p {
  max-width: 450px;
  width: 100%;
}
.post-card .post-content p:last-child {
  margin-bottom: 0;
}
.post-card .post-thumb {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.post-card:hover .post-thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.post-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.post-meta ul li {
  font-size: 16px;
}
.post-meta ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.post-meta ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.post-meta ul li i {
  color: var(--tj-color-theme-primary);
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.post-items {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 21px;
}
.post-items .post-item .post-content {
  padding: 40px 30px;
}
.post-items .post-item .post-content h3 {
  margin-bottom: 0;
}

.blog-2 {
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .blog-2 {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .blog-2 {
    padding-bottom: 35px;
  }
}
.blog-2 .post-card {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .blog-2 .post-card .post-content .post-content-title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .blog-wrapper {
    margin-bottom: 60px;
  }
}
.blog-wrapper .tj-blog .blog-details-thumb {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.blog-wrapper .tj-blog .tj-blog-title {
  font-size: 35px;
  margin-bottom: 20px;
}
.blog-wrapper .tj-blog .post-meta {
  margin-bottom: 15px;
}
.blog-wrapper .tj-blog .desc {
  margin-bottom: 20px;
}
.blog-wrapper .tj-blog .blog-details-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .blog-wrapper .tj-blog .blog-details-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    row-gap: 25px;
  }
}
.blog-wrapper .tj-blog .blog-details-box .blog-details-list {
  list-style: none;
}
.blog-wrapper .tj-blog .blog-details-box .blog-details-list li {
  font-size: 18px;
  color: var(--tj-color-common-white);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 20px;
}
.blog-wrapper .tj-blog .blog-details-box .blog-details-list li:last-child {
  margin-bottom: 0;
}
.blog-wrapper .tj-blog .blog-details-box .blog-details-list li i {
  font-size: 25px;
  margin-top: 4px;
}
.blog-wrapper .tj-blog .details-para {
  max-width: 765px;
  width: 100%;
  margin-bottom: 50px;
}
.blog-wrapper .tj-blog blockquote {
  background-color: var(--tj-color-theme-bg-dark-light);
  padding: 40px 35px;
  margin-bottom: 40px;
}
.blog-wrapper .tj-blog blockquote img {
  margin-bottom: 20px;
}
.blog-wrapper .tj-blog blockquote p {
  margin-bottom: 45px;
}
.blog-wrapper .tj-blog blockquote span {
  font-size: 24px;
  color: var(--tj-color-theme-primary);
  padding-left: 55px;
  position: relative;
  line-height: 1;
}
.blog-wrapper .tj-blog blockquote span:before {
  background-color: var(--tj-color-theme-primary);
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-wrapper .tj-blog .comment-wrap {
  margin-bottom: 50px;
}
.blog-wrapper .tj-blog .comment-wrap .comment-header {
  font-size: 30px;
  line-height: 1;
  position: relative;
  margin-bottom: 60px;
}
.blog-wrapper .tj-blog .comment-wrap .comment-header:before {
  background-color: var(--tj-color-theme-primary);
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--tj-color-border-5);
}
@media (max-width: 767px) {
  .blog-wrapper .tj-blog .comment-wrap .comment-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    row-gap: 25px;
  }
}
.blog-wrapper .tj-blog .comment-wrap .comment-box.box-2 {
  padding-left: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box .comment-thumb {
  width: 120px;
  height: 120px;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box .comment-thumb img {
  max-width: inherit;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box .comment-content .comment-title {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box .comment-content span {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box .comment-content p {
  max-width: 610px;
  margin-bottom: 25px;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box .comment-content .reply {
  color: var(--tj-color-theme-primary);
  font-size: 16px;
  padding: 5px 20px;
  border: 1px solid var(--tj-color-theme-primary);
}
.blog-wrapper .tj-blog .blog-details-form .form-header {
  font-size: 30px;
  line-height: 1;
  position: relative;
  margin-bottom: 60px;
}
.blog-wrapper .tj-blog .blog-details-form .form-header:before {
  background-color: var(--tj-color-theme-primary);
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.blog-wrapper .tj-blog .blog-details-form .beauly-contact-form {
  max-width: inherit;
  margin: 0;
}
.blog-wrapper .tj-blog .blog-details-form .beauly-contact-form .form-group .form-control {
  background-color: transparent;
  border: 1px solid var(--tj-color-grey-9);
}
.blog-wrapper .tj-blog .blog-details-form .beauly-contact-form .tj-primary-btn {
  width: inherit;
}

.sidebar-item {
  background-color: var(--tj-color-theme-bg-dark-deep);
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sidebar-item.item-2 {
    margin-bottom: 0;
  }
}
.sidebar-item .search-form {
  position: relative;
}
.sidebar-item .search-form .form-control {
  background-color: transparent;
  font-size: 16px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  height: 50px;
  border: 1px solid var(--tj-color-theme-primary);
  padding-right: 40px;
  color: var(--tj-color-common-white);
}
.sidebar-item .search-form .form-control::-webkit-input-placeholder {
  color: var(--tj-color-grey-10);
}
.sidebar-item .search-form .form-control:-moz-placeholder {
  color: var(--tj-color-grey-10);
}
.sidebar-item .search-form .form-control::-moz-placeholder {
  color: var(--tj-color-grey-10);
}
.sidebar-item .search-form .form-control:-ms-input-placeholder {
  color: var(--tj-color-grey-10);
}
.sidebar-item .search-form .search-btn {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  font-size: 15px;
}
.sidebar-item .sidebar-title {
  font-size: 30px;
  line-height: 1;
  position: relative;
  margin-bottom: 60px;
}
.sidebar-item .sidebar-title:before {
  background-color: var(--tj-color-theme-primary);
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.sidebar-item .thumb-post li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-item .thumb-post li:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar-item .thumb-post li .thumb {
  max-width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
}
.sidebar-item .thumb-post li .thumb-post-info .post-meta {
  margin-bottom: 5px;
}
.sidebar-item .thumb-post li .thumb-post-info .post-meta {
  margin-bottom: 15px;
}
.sidebar-item .thumb-post li .thumb-post-info .post-meta li:not(:last-of-type) {
  margin-bottom: 0;
}
.sidebar-item .thumb-post li .thumb-post-info .thumb-post-title {
  font-size: 18px;
  font-family: var(--tj-ff-body);
  line-height: 1.5em;
  max-width: 200px;
  width: 100%;
  margin-bottom: 0;
}
.sidebar-item .thumb-post li .thumb-post-info .thumb-post-title a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-item .thumb-post li .thumb-post-info .thumb-post-title a:hover {
  color: var(--tj-color-theme-primary);
}
.sidebar-item .category-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-item .category-list li a {
  font-size: 16px;
  color: var(--tj-color-grey-9);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-item .category-list li a:hover {
  color: var(--tj-color-theme-primary);
}
.sidebar-item .category-list li span {
  font-size: 16px;
  color: var(--tj-color-theme-primary);
}
.sidebar-item .category-list li:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--tj-color-border-5);
}
.sidebar-item .tags li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sidebar-item .tags li a {
  background-color: transparent;
  color: var(--tj-color-grey-1);
  text-transform: capitalize;
  font-size: 16px;
  padding: 8px 20px;
  margin: 0 10px 10px 0;
  border: 1px solid var(--tj-color-grey-9);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-item .tags li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-theme-primary);
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Theme Sponsor CSS
----------------------------------------*/
.sponsor-section .sponsor-carousel .item img {
  max-width: 110px;
  margin: 0 auto;
  height: 40px;
}

.sponsor-2 {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .sponsor-2 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .sponsor-2 {
    padding: 50px 0;
  }
}

/* !END: Theme Sponsor CSS */
/**----------------------------------------
START: Theme Testimonial CSS
----------------------------------------*/
.testimonial-section .testimonial-carousel .testi-item .testi-content {
  background-color: var(--tj-color-theme-bg-dark-deep);
  padding: 40px 30px;
}
.testimonial-section .testimonial-carousel .testi-item .testi-content p {
  margin-bottom: 0;
}
.testimonial-section .testimonial-carousel .testi-item .testi-author {
  background-color: var(--tj-color-theme-bg-dark-light-2);
  padding: 40px 30px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
}
.testimonial-section .testimonial-carousel .testi-item .testi-author .author-thumb {
  height: 80px;
  width: 80px;
}
.testimonial-section .testimonial-carousel .testi-item .testi-author .author-thumb img {
  border-radius: 50%;
}
.testimonial-section .testimonial-carousel .testi-item .testi-author .author-content .author-name {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
  font-size: 22px;
}
.testimonial-section .testimonial-carousel .testi-item .testi-author .author-quote {
  position: absolute;
  top: -27.5px;
  right: 40px;
}
.testimonial-section .testimonial-carousel .owl-nav {
  display: none;
}
.testimonial-section .testimonial-carousel .owl-dots {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
  margin-top: 50px;
}
.testimonial-section .testimonial-carousel .owl-dots span {
  background-color: #fff;
  height: 3px;
  width: 25px;
  display: block;
  border-radius: 30px;
}
.testimonial-section .testimonial-carousel .owl-dots .active span {
  background-color: var(--tj-color-theme-primary);
}

/* !END: Theme Testimonial CSS */
/**----------------------------------------
START: Theme Cover CSS
----------------------------------------*/
.cover-section .cover-wrap > div {
  padding: 0;
}
@media (max-width: 767px) {
  .cover-section .cover-wrap > div {
    width: 50%;
  }
}
.cover-section .cover-wrap .cover-item {
  position: relative;
}
@media (max-width: 991px) {
  .cover-section .cover-wrap .cover-item {
    height: auto;
  }
}
.cover-section .cover-wrap .cover-item .cover-img {
  height: 414px;
}
@media (max-width: 767px) {
  .cover-section .cover-wrap .cover-item .cover-img {
    height: 300px;
  }
}
.cover-section .cover-wrap .cover-item .cover-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover-section .cover-wrap .cover-item .cover-img .cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cover-section .cover-wrap .cover-item .cover-img .cover-content .cover-title {
  margin-bottom: -5px;
}

@media (max-width: 991px) {
  .cover-2 {
    padding-bottom: 40px;
  }
}
.cover-2 .cover-wrap > div {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .cover-2 .cover-wrap > div {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .cover-2 .cover-wrap .cover-item {
    margin-bottom: 20px;
  }
}
.cover-2 .cover-wrap .cover-item .cover-title {
  text-align: center;
}
@media (max-width: 767px) {
  .cover-2 .cover-wrap .cover-item .cover-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cover-2 .cover-wrap .cover-item .cover-img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cover-2 .cover-wrap .cover-item .cover-img {
    height: 200px;
  }
}

/* !END: Theme Cover CSS */
/**----------------------------------------
START: Theme Team CSS
----------------------------------------*/
@media (max-width: 991px) {
  .team-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .team-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .team-item {
    margin-bottom: 20px;
  }
}
.team-item .team-thumb {
  position: relative;
  overflow: hidden;
}
.team-item .team-thumb img {
  width: 100%;
}
.team-item .team-thumb .team-social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.team-item .team-thumb .team-social li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .team-item .team-thumb .team-social li {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
    opacity: 1;
  }
}
.team-item .team-thumb .team-social li:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.team-item .team-thumb .team-social li:nth-child(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.team-item .team-thumb .team-social li:nth-child(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.team-item .team-thumb .team-social li a {
  background-color: var(--tj-color-theme-bg-dark-light);
  color: var(--tj-color-common-white);
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team-item .team-thumb .team-social li a:hover {
  background-color: var(--tj-color-theme-primary);
}
.team-item:hover .team-social li {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.team-item .team-content {
  padding: 25px;
  border: 1px solid var(--tj-color-grey-9);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team-item .team-content .team-member {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
  font-weight: 500;
  margin-bottom: 10px;
}
.team-item .team-content .member-prof {
  color: var(--tj-color-grey-9);
  line-height: 1;
}
.team-item:hover .team-content {
  background-color: var(--tj-color-theme-primary);
  border: 1px solid var(--tj-color-theme-primary);
}
.team-item:hover .member-prof, .team-item:hover .team-member {
  color: var(--tj-color-common-white);
}

.team-2 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .team-2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-2 {
    padding-bottom: 30px;
  }
}
.team-2 .team-item {
  margin-bottom: 30px;
}
.team-2 .team-item .team-thumb .team-social a {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}
.team-2 .team-item .team-thumb .team-social a:hover {
  color: var(--tj-color-common-white);
}

.team-details {
  padding-bottom: 0;
}

.team-details-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  padding: 65px;
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .team-details-box {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    row-gap: 30px;
  }
}
@media (max-width: 991px), (max-width: 767px) {
  .team-details-box {
    padding: 35px;
  }
}
.team-details-box .right-details .team-author {
  font-size: 30px;
  font-family: var(--tj-ff-body);
  font-weight: 500;
  margin-bottom: 25px;
}
.team-details-box .right-details .team-details-list {
  margin-bottom: 40px;
}
.team-details-box .right-details .team-details-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .team-details-box .right-details .team-details-list li {
    font-size: 12px;
  }
}
.team-details-box .right-details .team-details-list li:last-child {
  margin-bottom: 0;
}
.team-details-box .right-details .team-details-list li .desc {
  color: var(--tj-color-grey-9);
  width: 200px;
  font-size: 18px;
  display: block;
}
@media (max-width: 767px) {
  .team-details-box .right-details .team-details-list li .desc {
    width: 150px;
  }
}
.team-details-box .right-details .team-details-social {
  list-style: none;
}
.team-details-box .right-details .team-details-social li a {
  background-color: var(--tj-color-theme-bg-dark-deep);
  color: var(--tj-color-theme-primary);
  font-size: 18px;
  width: 50px;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
  border: 1px solid var(--tj-color-border-6);
  border-radius: 2px;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-details-box .right-details .team-details-social li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
@media (max-width: 991px), (max-width: 767px), (max-width: 767px), (max-width: 575px) {
  .team-details-box .left-details {
    width: 100%;
  }
  .team-details-box .left-details img {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 991px), (max-width: 991px) and (max-width: 767px), (max-width: 991px) and (max-width: 767px), (max-width: 991px) and (max-width: 575px), (max-width: 767px) and (max-width: 991px), (max-width: 767px) and (max-width: 767px), (max-width: 767px) and (max-width: 767px), (max-width: 767px) and (max-width: 575px), (max-width: 767px) and (max-width: 991px), (max-width: 767px) and (max-width: 767px), (max-width: 767px) and (max-width: 767px), (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 991px), (max-width: 575px) and (max-width: 767px), (max-width: 575px) and (max-width: 767px), (max-width: 575px) and (max-width: 575px) {
  .team-details-box .left-details img {
    width: 100%;
  }
}

.team-details-content {
  background-color: var(--tj-color-theme-bg-dark-light);
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 65px 65px 65px;
}
@media (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .team-details-content {
    padding: 0 40px 40px 40px;
  }
}
.team-details-content .content-header {
  color: var(--tj-color-grey-9);
  font-family: var(--tj-ff-body);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
}
.team-details-content p:last-child {
  margin-bottom: 0;
}

/* !END: Theme Team CSS */
/**----------------------------------------
START: Theme CTA CSS
----------------------------------------*/
.cta-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .cta-section {
    height: 400px;
  }
}

.cta-content .cta-btn a {
  background-color: var(--tj-color-common-white);
  height: 115px;
  width: 115px;
  line-height: 105px;
  text-align: center;
  border-radius: 50%;
  border: 5px solid var(--tj-color-theme-primary);
  margin: 0 auto;
  margin-bottom: 45px;
  display: block;
}
@media (max-width: 767px) {
  .cta-content .cta-btn a {
    height: 80px;
    width: 80px;
    line-height: 68px;
  }
}
.cta-content .cta-header {
  font-size: 45px;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .cta-content .cta-header {
    font-size: 24px;
  }
}

/* !END: Theme CTA CSS */
/**----------------------------------------
START: Theme Floor CSS
----------------------------------------*/
@media (max-width: 991px) {
  .floor-section {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .floor-section {
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .floor-item {
    margin-bottom: 40px;
  }
}
.floor-item .floor-thumb {
  height: 250px;
  margin-bottom: 40px;
}
.floor-item .floor-thumb img {
  height: 100%;
  width: auto;
}
.floor-item .floor-content .floor-title {
  color: var(--tj-color-grey-9);
  margin-bottom: 15px;
}
.floor-item .floor-content .floor-list {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.floor-item .floor-content .floor-list li {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.floor-item .floor-content .floor-list li i {
  font-size: 16px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
}
.floor-item .floor-content .floor-list li span {
  font-size: 16px;
}
.floor-item.sold {
  position: relative;
}
.floor-item.sold .floor-thumb img {
  opacity: 0.5;
}
.floor-item.sold .floor-text {
  position: absolute;
  top: 20px;
  right: 70px;
}
.floor-item.sold .floor-text span {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  padding: 5px 15px;
}

/* !END: Theme Floor CSS */
/**----------------------------------------
START: Theme Page Header CSS
----------------------------------------*/
.page-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .page-header {
    height: 450px;
  }
}
.page-header .page-header-content {
  margin-top: 120px;
}
.page-header .page-header-content h1 {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 0px;
}
.page-header .page-header-content ul{
  padding: 0px;
  margin: 0px;
}
.page-header .page-header-content ul li{
  list-style: none;
  display: inline-block;
  padding-right: 5px;
  margin-right: 5px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .page-header .page-header-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .page-header .page-header-content h1 {
    font-size: 48px;
  }
}
.page-header .page-header-content p {
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
}

/* !END: Theme Page Header CSS */
/**----------------------------------------
START: Theme Project Filter CSS
----------------------------------------*/
.project-filter-section {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .project-filter-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .project-filter-section {
    padding-bottom: 30px;
  }
}
.project-filter-section .filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-filter-section .filter-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
@media (max-width: 991px) {
  .project-filter-section .filter-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .project-filter-section .filter-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.project-filter-section .filter-box .project-filter {
  list-style: none;
}
.project-filter-section .filter-box .project-filter li {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  line-height: 1;
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-filter-section .filter-box .project-filter li {
    font-size: 16px;
    margin-right: 20px;
  }
}
.project-filter-section .filter-box .project-filter li:last-child {
  margin-right: 0;
}
.project-filter-section .filter-box .project-filter li.active {
  color: var(--tj-color-theme-primary);
  border-bottom: 1px solid var(--tj-color-theme-primary);
}
@media (max-width: 767px) {
  .project-filter-section .filter-box .project-filter li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .project-filter-section .filter-box .project-filter li {
    margin-bottom: 20px;
  }
}
.project-filter-section .filter-box .project-location-search .ddl-select {
  background-color: transparent;
  font-size: 18px;
  border: 1px solid var(--tj-color-theme-primary);
  width: 412px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .project-filter-section .filter-box .project-location-search .ddl-select {
    width: 250px;
  }
}
.project-filter-section .filter-box .project-location-search .ddl-select:after {
  height: 12px;
  width: 12px;
  margin-top: -8px;
  right: 25px;
}
.project-filter-section .filter-box .project-location-search .ddl-select .list {
  width: 100%;
  border-radius: 0;
}
.project-filter-section .filter-box .project-location-search .ddl-select .list li {
  background-color: var(--tj-color-theme-primary);
  font-size: 16px;
  color: var(--tj-color-common-white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-filter-section .filter-box .project-location-search .ddl-select .list li:hover {
  background-color: var(--tj-color-common-black);
}

/* !END: Theme Project Filter CSS */
/**----------------------------------------
START: Theme Apartment Info CSS
----------------------------------------*/
.apartment-info-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--tj-color-border-5);
}
.apartment-info-item > div {
  padding: 0;
}
@media (max-width: 767px) {
  .apartment-info-item > div {
    padding: 0 15px;
  }
}
.apartment-info-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .apartment-info-item .left-item {
    margin-bottom: 30px;
  }
}
.apartment-info-item .left-item .info-number {
  color: var(--tj-color-theme-primary);
}
.apartment-info-item .left-item .info-title {
  color: var(--tj-color-grey-9);
  margin-bottom: 20px;
  line-height: 1;
}
.apartment-info-item .left-item .info-icon {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.apartment-info-item .left-item .info-icon i {
  font-size: 16px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
}
.apartment-info-item ul {
  list-style: none;
}
.apartment-info-item ul li {
  font-size: 18px;
  color: var(--tj-color-grey-9);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .apartment-info-item ul li {
    margin-bottom: 10px;
  }
}
.apartment-info-item ul li:last-child {
  margin-bottom: 0;
}
.apartment-info-item .mid-item {
  margin-left: 60px;
}
@media (max-width: 991px) {
  .apartment-info-item .mid-item {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .apartment-info-item .mid-item {
    margin-bottom: 30px;
  }
}
.apartment-info-item .mid-item.item-2 {
  margin-left: 0;
}
.apartment-info-item .mid-item img {
  max-width: 330px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .apartment-info-item .mid-item img {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .apartment-info-item .mid-item img {
    max-width: 230px;
  }
}
.apartment-info-item .right-item {
  text-align: right;
}
@media (max-width: 991px) {
  .apartment-info-item .right-item {
    text-align: left;
  }
}
.apartment-info-item .right-item .right-title {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .apartment-info-item .right-item .right-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .apartment-info-item .right-item .right-title {
    font-size: 32px;
  }
}

/* !END: Theme Apartment Info CSS */
/**----------------------------------------
START: Theme Contact CSS
----------------------------------------*/
.contact-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}
@media (max-width: 767px) {
  .contact-wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}

.contact-item {
  border-right: 1px solid var(--tj-color-border-5);
}
.contact-item:last-child {
  border: none;
}
.contact-item .contact-icon {
  font-size: 45px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
  margin-bottom: 15px;
}
.contact-item .contact-title {
  color: var(--tj-color-grey-9);
  line-height: 1;
  margin-bottom: 15px;
}
.contact-item .contact-list {
  list-style: none;
}
.contact-item .contact-list li a {
  font-size: 18px;
}
.contact-item p {
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}

.map-wrapper iframe {
  height: 525px;
  width: 100%;
}
@media (max-width: 767px), (max-width: 575px) {
  .map-wrapper iframe {
    height: 450px;
  }
}

/* !END: Theme Contact CSS */
/**----------------------------------------
START: Theme footer CSS
----------------------------------------*/
.footer-area {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area {
    background-size: 60%;
  }
}
.footer-area .footer-top {
  padding: 95px 0 75px 0;
}
@media (max-width: 991px) {
  .footer-area .footer-top {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-top {
    padding: 60px 0 10px 0;
  }
}
@media (max-width: 991px) {
  .footer-area .footer-top .beauly-widget {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-top .beauly-widget {
    padding: 0;
    margin-bottom: 50px;
  }
}
.footer-area .footer-top .beauly-widget .footer-thumb {
  margin-bottom: 40px;
}
@media (max-width: 767px), (max-width: 575px) {
  .footer-area .footer-top .beauly-widget .footer-thumb img {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .footer-area .footer-top .beauly-widget .footer-thumb {
    margin-bottom: 20px;
    margin-top: 17px;
  }
}
.footer-area .footer-top .beauly-widget p {
  margin-bottom: 22px;
}
.footer-area .footer-top .beauly-widget .widget-social-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer-area .footer-top .beauly-widget .widget-social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.footer-area .footer-top .beauly-widget .widget-social-list li a {
  background-color: var(--tj-color-theme-bg-dark-deep);
  color: var(--tj-color-theme-primary);
  font-size: 18px;
  width: 50px;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
  border: 1px solid var(--tj-color-border-6);
  border-radius: 2px;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-area .footer-top .beauly-widget .widget-social-list li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .footer-area .footer-top .beauly-widget .widget-social-list li a {
    width: 40px;
    padding: 10px 0;
  }
}
.footer-area .footer-top .beauly-widget .widget-header-title {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
  margin-bottom: 50px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .footer-area .footer-top .beauly-widget .widget-header-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-top .beauly-widget .widget-header-title {
    margin-bottom: 20px;
  }
}
.footer-area .footer-top .beauly-widget .widget-list li {
  display: block;
}
.footer-area .footer-top .beauly-widget .widget-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-area .footer-top .beauly-widget .widget-list li a {
  color: var(--tj-color-text-body);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-area .footer-top .beauly-widget .widget-list li a:hover {
  color: var(--tj-color-theme-primary);
}
.footer-area .footer-top .beauly-widget .widget-contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.footer-area .footer-top .beauly-widget .widget-contact-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-area .footer-top .beauly-widget .widget-contact-list li i {
  color: var(--tj-color-theme-primary);
  font-size: 30px;
}
.footer-area .footer-top .beauly-widget .widget-contact-list li .footer-info-heading {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-text-body);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.footer-area .footer-top .beauly-widget .widget-contact-list li .footer-info-heading span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.footer-area .footer-top .beauly-widget .widget-contact-list li .footer-info-heading a {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.footer-area .footer-top .beauly-widget .subscribe-form .form-control {
  background-color: transparent;
  color: var(--tj-color-common-white);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--tj-color-border-6);
  padding: 15px 20px;
  border-radius: 0;
}
.footer-area .footer-top .beauly-widget .subscribe-form .form-control::-webkit-input-placeholder {
  color: var(--tj-color-grey-10);
}
.footer-area .footer-top .beauly-widget .subscribe-form .form-control:-moz-placeholder {
  color: var(--tj-color-grey-10);
}
.footer-area .footer-top .beauly-widget .subscribe-form .form-control::-moz-placeholder {
  color: var(--tj-color-grey-10);
}
.footer-area .footer-top .beauly-widget .subscribe-form .form-control:-ms-input-placeholder {
  color: var(--tj-color-grey-10);
}
.footer-area .footer-top .beauly-widget .subscribe-form .tj-primary-btn {
  padding: 15px 42.5px;
  margin-top: 30px;
}
.footer-area .footer-1-col-1 {
  margin-top: -15px;
}
.footer-area .footer-1-col-2 {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .footer-area .footer-1-col-2 {
    padding-left: 0;
  }
}
.footer-area .footer-1-col-2 .widget-list li {
  font-size: 16px;
}
.footer-area .footer-bottom {
  border-top: 1px solid var(--tj-color-border-5);
}
.footer-area .footer-bottom .footer-content {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .footer-area .footer-bottom .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.footer-area .footer-bottom .footer-content .footer-left p {
  font-family: var(--tj-ff-body);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.footer-area .footer-bottom .footer-content .footer-left p a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .footer-bottom .footer-content .footer-left p a:hover {
  color: var(--tj-color-theme-primary);
}
.footer-area .footer-bottom .footer-content .footer-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.footer-area .footer-bottom .footer-content .footer-right ul li a {
  font-family: var(--tj-ff-body);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .footer-bottom .footer-content .footer-right ul li a:hover {
  color: var(--tj-color-theme-primary);
}

.footer-2 .footer-1-col-2 {
  padding-left: 65px;
}
@media (max-width: 991px) {
  .footer-2 .footer-1-col-2 {
    padding-left: 0;
  }
}

.footer-3 {
  background-position: bottom right;
}
.footer-3 .footer-top {
  padding: 70px 0 70px 0;
}
@media (max-width: 991px) {
  .footer-3 .footer-top {
    padding: 105px 0 45px 0;
  }
}
@media (max-width: 767px) {
  .footer-3 .footer-top {
    padding: 50px 0 0 0;
  }
}
.footer-3 .footer-1-col-1 {
  background-color: var(--tj-color-theme-bg-dark-light);
}
.footer-3 .footer-1-col-1 .footer-thumb {
  background-color: var(--tj-color-theme-primary);
  padding: 15px 20px;
  margin-bottom: 0 !important;
  position: relative;
}
.footer-3 .footer-1-col-1 .footer-thumb:before {
  background-color: var(--tj-color-theme-primary);
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: -10px;
  left: 45px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer-3 .footer-1-col-1 .footer-box {
  padding: 35px 20px;
}
.footer-3 .footer-1-col-1 .footer-box .footer-author {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-3 .footer-1-col-1 .footer-box .footer-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.footer-3 .footer-1-col-1 .footer-box .footer-author img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.footer-3 .footer-1-col-1 .footer-box .footer-author .author-content .author-name {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
  font-size: 18px;
  font-weight: 400;
}
.footer-3 .footer-1-col-1 .footer-box .footer-author .author-content .author-cert {
  font-family: var(--tj-ff-body);
  font-size: 16px;
  color: var(--tj-color-theme-primary);
  font-weight: 400;
  margin-bottom: 0;
}
.footer-3 .footer-1-col-1 .footer-box .footer-number,
.footer-3 .footer-1-col-1 .footer-box .footer-mail {
  color: var(--tj-color-grey-9);
  font-size: 16px;
  display: block;
}
.footer-3 .footer-1-col-1 .footer-box .footer-btn {
  font-family: var(--tj-ff-body);
  font-size: 16px;
  color: var(--tj-color-theme-primary);
  border: 1px solid var(--tj-color-theme-primary);
  line-height: 1;
  padding: 12px 36px;
  display: inline-block;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-3 .footer-1-col-1 .footer-box .footer-btn:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.footer-3 .footer-1-col-2 {
  padding-left: 55px;
}
@media (max-width: 991px) {
  .footer-3 .footer-1-col-2 {
    padding-left: 0;
  }
}
.footer-3 .footer-1-col-3 .widget-list li {
  font-size: 16px;
}

/* !END: Theme footer CSS */
/**----------------------------------------
START: Theme Preloder CSS
----------------------------------------*/
#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  margin-top: 0px;
  top: 0px;
}

#loading::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tj-color-theme-bg-dark);
  z-index: -1;
}

#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading #loading-center #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#loading #loading-center #loading-center-absolute .object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid var(--tj-color-theme-primary);
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--tj-color-theme-primary);
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
#loading #loading-center #loading-center-absolute .object-1 {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid var(--tj-color-theme-primary);
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--tj-color-theme-primary);
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
#loading #loading-center #loading-center-absolute .object-2 {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid var(--tj-color-theme-primary);
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--tj-color-theme-primary);
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
#loading #loading-center #loading-center-absolute .object-3 {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid var(--tj-color-theme-primary);
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--tj-color-theme-primary);
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
#loading #loading-center #loading-center-absolute #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#loading #loading-center #loading-center-absolute #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#loading #loading-center #loading-center-absolute #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#loading #loading-center #loading-center-absolute #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#loading #loading-center .closeLoader {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}

@-webkit-keyframes animate {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes animate {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/* !END: Theme Preloder CSS */
/**----------------------------------------
START: Theme Scroll CSS
----------------------------------------*/
.beauly-scroll-top {
  position: fixed;
  right: 30px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
          box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.75rem);
      -ms-transform: translateY(0.75rem);
          transform: translateY(0.75rem);
  -webkit-transition: all 0.2s linear, margin-right 0s;
  transition: all 0.2s linear, margin-right 0s;
}

.beauly-scroll-top.progress-done {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.beauly-scroll-top-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: var(--tj-color-theme-primary);
}

.beauly-scroll-top > svg path {
  fill: none;
}

.beauly-scroll-top > svg.progress-circle path {
  stroke: var(--tj-color-theme-primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@media (min-width: 1px) {
  .beauly-scroll-top.progress-done {
    opacity: 1;
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
/* !END: Theme Scroll CSS *//*# sourceMappingURL=main.css.map */

.propertylist {
    padding: 0px;
    margin: 20px 0px;
}
.propertylist li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    border-right: 1px solid #cdcccc;
    padding-right: 20px;
    line-height: 10px;
}
.propertylist li:last-child{
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}
.price-text p {
    font-size: 35px !important;
}
.price-text small{
  font-weight: normal;
  font-size: 18px;
}
.newtext p{
  max-width: inherit;
}
.amenitieslist strong {
    display: block;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
}
.amenitieslist li{
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin: 5px 0px;
}

.newtext .about-title{
  max-width: inherit;
}

.responsiveTab {}
.responsive-table b {color: #222326;display: block;font-weight: 600;font-size: 12px}
.responsive-table {width: 100%;margin-bottom: 1.5em}
.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

@media (min-width:44em) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto
    }
}

.responsive-table thead th {
    background-color: #222326;
    border: 1px solid #222326;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.responsive-table thead th:first-of-type {
    text-align: left
}

.responsive-table tbody,
.responsive-table td,
.responsive-table th,
.responsive-table tr {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal
}

@media (min-width:44em) {
    .responsive-table tr {
        display: table-row
    }
}

.responsive-table td,
.responsive-table th {
    padding: .5em;
    vertical-align: middle
}

@media (min-width:30em) {
    .responsive-table td,
    .responsive-table th {
        padding: .75em .5em
    }
}

@media (min-width:44em) {
    .responsive-table td,
    .responsive-table th {
        display: table-cell;
        padding: .5em
    }
}

@media (min-width:62em) {
    .responsive-table td,
    .responsive-table th {
        padding: .75em .5em
    }
}

@media (min-width:75em) {
    .responsive-table td,
    .responsive-table th {
        padding: 16px .75em
    }
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: 700;
    text-align: center
}

@media (min-width:44em) {
    .responsive-table caption {
        font-size: 1.5em
    }
}

.responsive-table tfoot {
    font-size: .8em;
    font-style: italic
}

@media (min-width:62em) {
    .responsive-table tfoot {
        font-size: .9em
    }
}

@media (min-width:44em) {
    .responsive-table tbody {
        display: table-row-group
    }
}

.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 2px solid #222326
}

@media (min-width:44em) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0
}

@media (min-width:44em) {
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: rgba(94, 93, 82, .1)
    }
}

.responsive-table tbody th[scope=row] {
    background-color: #4d0a40;
    color: #fff
}

@media (min-width:44em) {
    .responsive-table tbody th[scope=row] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left
    }
}

.responsive-table tbody td {
    text-align: right
}

.responsive-table tbody td:first-child {
    text-align: left !important
}

@media (min-width:30em) {
    .responsive-table tbody td {
        border-bottom: 1px solid #222326;
        border-left: 1px solid #222326
    }
    .responsive-table tbody td:last-child {
        border-right: 1px solid #222326
    }
}

@media (min-width:44em) {
    .responsive-table tbody td {
        text-align: center;
        color: #ffffff
    }
}

.responsive-table tbody td[data-type=currency] {
    text-align: right
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: rgba(94, 93, 82, .75)
}

@media (min-width:30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em
    }
}

@media (min-width:44em) {
    .responsive-table tbody td[data-title]:before {
        content: none
    }
}

.additional-rates {margin-top: 20px}
.additional-rates h5 {font-size: 20px;text-transform: capitalize;margin: 0px;}
.additional-rates ul li {border-bottom: 1px dotted #ccc;padding-bottom: 4px;padding: 8px 0 8px 10px !important;display: block}
.additional-rates ul li span {display: inline-block;float: right}
.all-listing-btn {background-color: #f28331;width: 100%;border-radius: 0;padding: 5px 10px;color: #fff;
    font-size: 20px;margin-top: 10px;display: block;text-align: center;}
.all-listing-btn:hover{background: #222326; color: #fff; text-decoration: none;}
.list-inline {padding: 0;margin: 0;}
.resturant {border: 1px solid #cdcccc;border-radius: 8px;padding: 20px;height: 100%;}
.resturant strong {font-size: 20px;display: block;padding-bottom: 5px;font-weight: 600;}

.resturant p {position: relative;padding-left: 25px;}
.resturant .fas {position: absolute;top: 5px;left: 0;}

.reviewlist {
    border-bottom: 1px solid #3e3e3e;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.reviewlist h2 {
    font-size: 30px;
    margin-top: 10px;
}

.gallerybutton{
  position: relative;
}
.gallerybutton a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 12px 30px;
    background: #00d5f7;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    display: block;
}
.gallerybutton a:hover{
  background: #0e1013;
}