<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*******************************************
*******************************************

** - Default CSS
** - Preloader CSS
** - Header CSS
** - Main Banner CSS
** - Features CSS
** - About CSS
** - Property Details CSS
** - Photo Gallery CSS
** - Floor Plans CSS
** - Agent CSS
** - Feedback CSS
** - Services CSS
** - Contact CSS
** - Footer CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
:root, :root .v-light {
  --bg-color: #fff;
  --assistant-color: #F1F1F1;
  --theme-color: #B49433;
  --font-color: #333;
  --heading-color: #191c1f;
  --border-color: #bebebe;
  --smooth-color: #141414;
  --reverse-color: #141414;
  --reverse-heading-color: #fff;
}


@media only screen and (max-width: 991px) {
  .v-dark-head-mobile {
    --bg-color: #fff;
    --assistant-color: #F1F1F1;
    --theme-color: #B49433;
    --font-color: #333;
    --heading-color: #191c1f;
    --border-color: #bebebe;
    --smooth-color: #141414;
    --reverse-color: #141414;
    --reverse-heading-color: #fff;
  }
}
:root {
  --body-font: "Roboto", sans-serif;
  --heading-font: 'Playfair Display', serif;
  --font-code: Menlo, monaco, Consolas, Lucida Console, monospace;
  --font-pre: "Courier 10 Pitch", Courier, monospace;
  --font-size-base: 16px;
  --font-size-h1: 40px;
  --font-size-h2: 35px;
  --font-size-h3: 30px;
  --font-size-h4: 25px;
  --font-size-h5: 22px;
  --font-size-h6: 16px;
  --menu-size: 12px;
  --line-height-base: 1.4;
  --line-height-content: 1.6;
  --font-weight-heading: 600;
  --margin-padding: 120px;
  --margin-padding-mobile: 80px;
  --body-style-space: 100px;
  --smooth-width: 4px;
}

@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  background-color: var(--bg-color);
}

img {
  max-width: 100%;
}

p {
   color: var(--font-color);
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

button {
  outline: 0 !important;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

a:hover, a:focus {
  color: var(--theme-color);
  text-decoration: none;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}
.ptb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-50 {
  padding-top: 50px;
}
.p-20 {
  padding: 20px;
}
/*default-btn*/
.default-btn {
  display: inline-block;
  overflow: hidden;
  border: none !important;
  position: relative;
 background: var(--theme-color);
    background: -webkit-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    background: -moz-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    background: linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
  color: #000;
  padding: 10px 20px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(209 189 153, 0.25);
          box-shadow: 0 10px 20px 0 rgba(209 189 153, 0.25);
  font-weight: 500;
  font-size: 15px;
}


.default-btn::before {
  content: '';
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
          transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
  width: 300px;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}

.default-btn:hover, .default-btn:focus {
  background-color: var(--theme-color);
  color: #ffffff;
}

.default-btn:hover::before, .default-btn:focus::before {
  -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
          transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.dsn-button {
    position: relative;
    padding: 20px 10px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
	text-align:center;
	color:var(--theme-color);
	cursor:pointer;
}
.dsn-border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-width: 2px;
    border-style: solid;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 44% 100%, 35% 0, 47% 0, 60% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 44% 100%, 35% 0, 47% 0, 60% 100%, 100% 100%, 100% 0%);
    -webkit-transition: -webkit-clip-path 0.5s;
    transition: -webkit-clip-path 0.5s;
    -o-transition: clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
    z-index: 1;
}
.border-color-theme-color {
    border-color: var(--theme-color);
    border-image: linear-gradient(rgb(177 114 23), rgb(220 171 58)) 1;
}
.dsn-button:hover .dsn-border {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 94% 100%, 0 0, 5% 0, 100% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 94% 100%, 0 0, 5% 0, 100% 100%, 100% 100%, 100% 0%);
}
/*section-title*/
.section-title {
  text-align: center;
 /*  margin-bottom: 60px; */
  
}

.section-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing:2px;
    background: -webkit-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    background: -moz-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    background: linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title p {
  max-width: 645px;
  margin: 0 auto;
}

/*form-control*/
.form-control {
  height: 30px;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  border: none;
  border-radius: 0;
  background-color: #f3f3f3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  border: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #f3f3f3;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-ms-input-placeholder {
  color: #999999;
}

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

textarea.form-control {
  height: auto !important;
  min-height: auto !important;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  background-color: #ffffff;
}

.preloader .loader-gif {
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.preloader .loader-gif img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

/*================================================
Navbar CSS
=================================================*/
.header-area {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  left: 0;
}

.header-area .navbar {
  position: relative;
}

.top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-header ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.top-header ul.header-contact li {
  margin-right: 20px;
  color: #ffffff;
  display: inline-block;
}

.top-header ul.header-contact li i {
  color: var(--theme-color);
  margin-right: 3px;
}

.top-header ul.header-contact li a {
  display: inline-block;
  color: #ffffff;
}

.top-header ul.header-contact li a:hover, .top-header ul.header-contact li a:focus {
  color: var(--theme-color);
}

.top-header ul.header-contact li:last-child {
  margin-right: 0;
}

.top-header ul.social {
  text-align: right;
}

.top-header ul.social li {
  display: inline-block;
}

.top-header ul.social li a {
  width: 38px;
  height: 38px;
  line-height: 40px;
  background-color: #ededed;
  color: var(--theme-color);
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
}

.top-header ul.social li a:hover, .top-header ul.social li a:focus {
  background-color: var(--theme-color);
  color: #ffffff;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  padding: 0px 40px;
  left: 0;
 background:var(--heading-color);
}
.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  background-color:var(--heading-color);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.bg-light {
  background-color: transparent !important;
}

.navbar-light .navbar-brand img:last-child {
  display: none;
}

.navbar-light .navbar-nav {
  margin-left: auto;
}

.navbar-light .navbar-nav .nav-item {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
  padding-right: 0;
}

.navbar-light .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: var(--theme-color);
  left: -13px;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: var(--theme-color);
}

.navbar-light .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link::before {
  display: none;
}

.navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-light .others-options {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link:hover, .navbar-light.is-sticky .navbar-nav .nav-item .nav-link.active {
  color: var(--theme-color);
}

.navbar-light.is-sticky .navbar-brand img:last-child {
  display: block;
}

.navbar-light.is-sticky .navbar-brand img:first-child {
  display: none;
}

.navbar-light.navbar-style-two .navbar-nav {
  margin: 0 auto;
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
  height: 800px;
  background: -webkit-linear-gradient(to right,#8f7c4dcf,#d3b773);
  background:  -moz-linear-gradient(to right,#8f7c4dcf,#d3b773);
  background: linear-gradient(to right,#8f7c4dcf,#d3b773);
}
.inner-banner{ height: 300px;
  background: -webkit-linear-gradient(to right,#8f7c4dcf,#d3b773);
  background:  -moz-linear-gradient(to right,#8f7c4dcf,#d3b773);
  background: linear-gradient(to right,#8f7c4dcf,#d3b773);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banner::before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0;
}

.home-area .d-table-cell {
  vertical-align: bottom;
}

.item-bg1 {
  background-image: url(../img/banner.jpg);
  background-size: cover;
    background-repeat: no-repeat;
}

.item-bg2 {
  background-image: url(../img/main-banner2.jpg);
}

.item-bg3 {
  background-image: url(../img/main-banner3.jpg);
}
.item-bg4 {
  background-image: url(../img/thank-you.jpg);
}

.main-banner-content {
  max-width: 560px;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 22;
  border: 10px solid rgba(0, 0, 0, 0.47);
  padding: 50px;
  margin-bottom: 120px;
}

.main-banner-content h1 {
  line-height: 30px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner-content h1 span {
  color: var(--theme-color);
}

.main-banner-content p {
  font-size: 15px;
  color: #ffffff;
  opacity: .90;
  margin-bottom: 25px;
}
.mainYellowBg {background: var(--theme-color);
  background: -webkit-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
  background: -moz-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
  background: linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
  padding:10px 20px;text-align:center;}
.mainYellowBg  p {color:#000;font-weight:300;font-size:25px;}
.main-banner-text {
 /*  max-width: 560px; */
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 22;
  padding: 20px;
 /* border: 2px solid var(--theme-color); border-style: dashed;  */
 margin-top: 7%;
  color: #fff;
  text-align:center;
  display:none;
}

.main-banner-text h2  {
  line-height:  45px;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 0px;
   color: var(--theme-color);
  font-family:Poppins;
  text-align:center;
  letter-spacing: 2px;
   background: -webkit-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    background: -moz-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    background: linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* 
.main-banner-text span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    display: block;
} */
.main-banner-text h1 {
  line-height:  30px;
  font-size: 18px;
  padding-top:20px;
}
.main-banner-text h3 {
  line-height:  21px;
 
  font-size: 15px;
}
.main-banner-text p {
  font-size: 15px;
  
  margin-bottom: 10px;
}

.hero-content {
  position: relative;
  z-index: 22;
  margin-top: 70px;
}

.hero-content span {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.hero-content h1 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
}

.hero-content p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
}

.hero-content p i {
  color: var(--theme-color);
}

.home-slides .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme-color);
  width: 45px;
}

.visit-form {
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  position: relative;
  z-index: 22;
  margin-top: 20px;
}

/* .visit-form::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  width: 96%;
  opacity: .62;
  height: 50%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}
 */
.visit-form form {
  text-align: center;
}

.visit-form form .form-control {
  border: 1px solid #eeeeee;
  font-size: 14px;
  border-radius: 2px;
}

.visit-form form label {
  color: #3c3c3c;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
  display: block;
}

.visit-form form .default-btn {
  margin-top: 10px;
}

.video-banner {
  overflow: hidden;
}

.video-banner .d-table-cell {
  vertical-align: bottom;
}

.video-banner .video-background {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}

/*================================================
Features CSS
=================================================*/
.features-area {
  padding-bottom: 70px;
}
.features-area h2 {text-align:center; }
.features-area h2 span{border-bottom:solid 1px var(--theme-color);}
.features-area h3{font-size:22px}
.single-features {
  margin-bottom: 20px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 1rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1rem rgba(108, 118, 134, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.single-features .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: var(--theme-color);
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  border: 1.3px solid var(--theme-color);
}

.single-features h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-features a {
  color: var(--theme-color);
  font-size: 15px;
}

.single-features a:hover, .single-features a:focus {
  letter-spacing: 2px;
}

.single-features:hover, .single-features:focus {
  border-color: #ebebeb;
}

.single-features:hover .icon, .single-features:focus .icon {
  background-color: var(--theme-color);
  color: #ffffff;
}

/*================================================
About CSS
=================================================*/
.about-image {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.about-image .back-img1 {
  position: absolute;
  z-index: -1;
  right: 10px;
  top: -30px;
}

.about-image .back-img2 {
  position: absolute;
  z-index: -1;
  left: 10px;
  bottom: -30px;
}

.about-image .circle-img {
  position: absolute;
  bottom: -50px;
  right: -4px;
  z-index: 2;
  border-radius: 50%;
  border: 5px solid var(--theme-color);
}

.about-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-content p {
  margin-bottom: 0;
}

.single-inner-box {
  position: relative;
  padding-left: 85px;
}

.single-inner-box .icon {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  color: var(--theme-color);
  font-size: 35px;
  border: 1.3px solid #c7c7c7;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 45px;
  border-radius: 3px;
  padding-top: 5px;

}

.single-inner-box h4 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
 /*  margin-bottom: 10px; */
  padding-top: 20px;
}

.single-inner-box:hover .icon, .single-inner-box:focus .icon {
  color: #ffffff;
  background-color: var(--theme-color);
  padding-top:5px;
}

/*================================================
Property Details CSS
=================================================*/
.property-details-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.property-details-area::before {
  position: absolute;
  right: -95%;
  background: var(--theme-color);
  content: '';
  top: 0;
  width: 260%;
  height: 585%;
  z-index: 22;
  -webkit-transform: skewY(108deg);
          transform: skewY(108deg);
}

.video-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-image: url(../img/video-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-image img {
  display: none;
}

.video-image::before {
  position: absolute;
  right: 0;
  background: #000000;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .39;
  z-index: -1;
}

.video-image .video-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  font-size: 30px;
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 65px;
  margin: 0 auto;
}

.video-image .video-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.property-details-info {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 25;
}

.property-details-info .property-details {
  max-width: 540px;
}

.property-details-info h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.property-details-info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.property-details-info ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.property-details-info .property-details ul li span {
  font-weight: 600;
}

.property-details-info .additional-details {
  margin-top: 35px;
  max-width: 540px;
}

.property-details-info .additional-details h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.property-details-info .additional-details ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.property-details-info .additional-details ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.property-details-info .additional-details ul li span {
  font-weight: 600;
}

.property-details-area-two {
  position: relative;
  z-index: 1;
}

.property-details-area-two::before {
  position: absolute;
  right: 0;
  background: var(--theme-color);
  content: '';
  top: 0;
  width: 53%;
  height: 100%;
  z-index: 22;
}

/*================================================
Photo Gallery CSS
=================================================*/
.photo-gallery-item {
  overflow: hidden;
  position: relative;
}

.photo-gallery-item a img {
  -webkit-transition: .9s;
  transition: .9s;
}

.photo-gallery-item:hover a img, .photo-gallery-item:focus a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*================================================
Floor Plans CSS
=================================================*/
.floor-plans-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/black-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.tab .tabs {
  text-align: center;
  padding: 0;
  margin: 0 0 15px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
 /*  margin-left: -15px;
  margin-right: -15px; */
}

.tab .tabs li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  padding-left: 10px;
}

.tab .tabs li::before {
  width: 30px;
  height: 30px;
  left: 0;
  bottom: -8px;
  position: absolute;
  background: var(--theme-color);
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  margin: 0 auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab .tabs li a {
  background-color: #ffffff;
  padding: 18px 40px;
  color: #3c3c3c;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.tab .tabs li a:hover {
   background: var(--theme-color);
    background: -webkit-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    background: -moz-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    background: linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
  color: #000;
}

.tab .tabs li.current a {
  background: var(--theme-color);
    background: -webkit-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    background: -moz-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    background: linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
  color: #000;
}

.tab .tabs li.current::before {
  opacity: 1;
  visibility: visible;
}

.tab .tab_content {
  background-color: #ffffff;
  padding: 35px;
}

.tab .tab_content .tabs_item {
  display: none;
}

.tab .tab_content .tabs_item:first-child {
  display: block;
}

.tab .tab_content .tabs_item .tabs_item_content p {
  margin-bottom: 0;
  color:#000;
}

.tab .tab_content .tabs_item .tabs_item_content ul {
  padding: 0;
  margin: 25px 0 30px;
  list-style-type: none;
}

.tab .tab_content .tabs_item .tabs_item_content ul li {
  margin-bottom: 12px;
  font-weight: 500;
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}

.tab .tab_content .tabs_item .tabs_item_content ul li span {
  float: right;
  color: #3c3c3c;
  font-weight: 600;
}

.tab .tab_content .tabs_item .tabs_item_content ul li:last-child {
  margin-bottom: 0;
}

/*================================================
Agent CSS
=================================================*/
.agent-image {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.agent-image .back-img1 {
  position: absolute;
  z-index: -1;
  right: -23px;
  top: -30px;
}

.agent-image .back-img2 {
  position: absolute;
  z-index: -1;
  left: -23px;
  bottom: -30px;
}

.agent-content {
  padding-left: 30px;
  position: relative;
}

.agent-content .section-title {
  text-align: left;
  margin-bottom: 35px;
}

.agent-content .section-title p {
  margin-left: 0;
  margin-right: 0;
}

.agent-content .agent-info {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 15px 100px 20px 25px;
}

.agent-content .agent-info::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  width: 100%;
  height: 100%;
  background: var(--theme-color);
}

.agent-content .agent-info::after {
  content: '';
  position: absolute;
  -webkit-clip-path: polygon(0 0, 97.5% 0, 82% 95%, 0 95%);
          clip-path: polygon(0 0, 97.5% 0, 82% 95%, 0 95%);
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
}

.agent-content .agent-info h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
  color:#fff;
}

.agent-content h5{  color: var(--theme-color);
}
.agent-content .agent-info span {
  display: block;
  color: var(--theme-color);
}

.agent-content p {
  margin: 0;
}

.agent-content .agent-contact-info, .amenities-info {
  padding: 0;
  margin: 5px 0 45px;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.agent-content .agent-contact-info li, .amenities-info li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 16px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}

.agent-content .agent-contact-info li span, .amenities-info li span{
 
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

.agent-content .agent-contact-info li i, .amenities-info li i {
  color: var(--theme-color);
  position: relative;
  top: 5px;
  font-size: 30px;
}

.agent-content .agent-contact-info li a, .amenities-info li a {
  display: inline-block;
  color: var(--font-color);
}

.agent-content .agent-contact-info li a:hover, .agent-content .agent-contact-info li a:focus {
  color: var(--theme-color);
}

.agent-content .social {
  position: absolute;
  left: 200px;
  bottom: 10px;
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.agent-content .social li {
  display: inline-block;
}

.agent-content .social li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: #ededed;
  color: var(--theme-color);
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
}

.agent-content .social li a:hover, .agent-content .social li a:focus {
  background-color: var(--theme-color);
  color: #ffffff;
}

/*================================================
Feedback CSS
=================================================*/
.feedback-area {
  position: relative;
  padding-bottom: 70px;
  z-index: 1;
  background-image: url(../img/black-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.feedback-area .section-title h2 {
  color: #ffffff;
}

.feedback-area .section-title p {
  color: #ffffff;
  opacity: .90;
}

.single-feedback {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding: 40px 30px;
}

.single-feedback .client-image img {
  border-radius: 50%;
}

.single-feedback .rating {
  padding: 0;
  margin: 20px 0 15px;
  list-style-type: none;
}

.single-feedback .rating li {
  display: inline-block;
  color: #ffc000;
  font-size: 18px;
}

.single-feedback p {
  margin-bottom: 0;
}

.single-feedback .bar {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
  height: 2px;
  background: var(--theme-color);
}

.single-feedback h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-feedback span {
  display: block;
  font-size: 14px;
  color: #3c3c3c;
}

/*================================================
Services CSS
=================================================*/
.services-area {
  padding-bottom: 70px;
}

.single-services {
  margin-bottom: 30px;
  background-color: #fcfafa;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  border: 1px solid #fcfafa;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
    border-color: #ebebeb;
}

.single-services .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: var(--theme-color);
  font-size: 35px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  border: 1.3px solid #c7c7c7;
}

.single-services h3 {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-services .bar {
  position: relative;
  margin-top: 12px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
  height: 3px;
  background: #ffae00;
}

.single-services a {
  color: var(--theme-color);
  font-size: 15px;
}

.single-services a:hover, .single-services a:focus {
  letter-spacing: 2px;
}

.single-services:hover, .single-services:focus {
  border-color: #ebebeb;
}

.single-services:hover .icon, .single-services:focus .icon {
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 50%;
}

/*================================================
Contact CSS
=================================================*/
#map {
  width: 100%;
  height: 450px;
}

#contactForm label {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

#contactForm .has-error ul {
  padding: 0;
  margin: 10px 0 0;
  list-style-type: none;
}

#contactForm .has-error ul li {
  color: red;
}

#contactForm #msgSubmit {
  margin: 0;
}

#contactForm .text-danger {
  margin: 15px 0 0 !important;
  font-size: 20px;
  font-weight: 600;
}

.contact-box .agent-contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.contact-box .agent-contact .image {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-box .agent-contact .image img {
  border-radius: 7px;
  border: 6px solid #eeeeee;
}

.contact-box .agent-contact .content {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-box .agent-contact .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-box .agent-contact .content span {
  display: block;
  color: var(--theme-color);
  margin-bottom: 12px;
}

.contact-box .contact-info {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contact-box .contact-info li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #3c3c3c;
  position: relative;
  font-size: 15px;
  margin-top: 10px;
  padding-left: 39px;
  padding-top: 5px;
}

.contact-box .contact-info li a {
  display: inline-block;
  color: #3c3c3c;
}

.contact-box .contact-info li a:hover, .contact-box .contact-info li a:focus {
  color: var(--theme-color);
}

.contact-box .contact-info li i {
  color: var(--theme-color);
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-box .social {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.contact-box .social li {
  display: inline-block;
}

.contact-box .social li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: #ededed;
  color: var(--theme-color);
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
}

.contact-box .social li a:hover, .contact-box .social li a:focus {
  background-color: var(--theme-color);
  color: #ffffff;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
  text-align: center;
  padding-top: 30px;
  min-height:150px;
  background-color: var(--reverse-color);
  
}

.footer-area p {
  color:var(--assistant-color);
}

.footer-area p a {
  display: inline-block;
  color: var(--assistant-color);
}

.footer-area p a:hover, .footer-area p a:focus {
  color: var(--assistant-color);
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: 15px;
  font-size: 25px;
  color: #ffffff;
  background-color: #0a4d5a;
  z-index: 4;
  display: none;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background: var(--theme-color);
}
/*# sourceMappingURL=style.css.map */
ul.list li {list-style-type:none;text-align:center;padding:10px; list-style-position: outside;}
/* 
ul.list li:before{font-family: IcoFont!important;content:"\ea5d";padding-right:15px;color: var(--theme-color);}
 */
 .locBg{background:#0a4d5a;color:#fff;}
 .locBg p{color:#fff;}
.greenBg{background:var(--theme-color);}
 .topContactText{text-align:end;padding:0px;margin:0px;}
 .topContactText a{color:#fff;font-weight:bold;}
.f10{font-size:10px;}
.f12{font-size:12px;}
h2.f30{font-size:30px;}
.greenColor{ color: var(--theme-color);}
.yellowColor{color:#ffae00;}
.homeMobBanner,.fixedContact{display:none;}
.help-block.with-errors ul li {color:red;}
.text-center{text-align:center;}
.mt-30{margin-top:30px;}
@media only screen and (max-width: 991px)
{
.homeMobBanner{display:block;}
.item-bg1{background:none;}
/* ul.mob-action {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background:#000;color:#fff;
		box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);
		z-index: 1030;border:solid 1px red;
	} */
.fixedContact{display:inline-block;background:var(--theme-color);color:#fff;position:fixed;bottom:0px;width:100%;box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);z-index: 101;}
ul.bottomLinks{padding:0px;margin:0px;}
ul.bottomLinks li{list-style-type:none;font-size:14px;padding:10px 0px;float:left;display:inline;text-align:center;border-right:solid 1px #fff;width:33%;}
ul.bottomLinks li:last-child{border-right:0px;}
ul.bottomLinks li a {color:#fff;}
}
.gradientBg {
    background: var(--theme-color);
    background: -webkit-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    background: -moz-linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
    background: linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);
}
.sub-heading {
    letter-spacing: 3px;
    font-size: 16px;
	color:var(--theme-color);
}
.sm-title-block {
    letter-spacing: 2px;
    font-size: 16px;
	color:var(--theme-color);
}
.line {
  position: absolute;
  background-color: var(--border-color);
}
.line.line-top, .line.line-bottom {
  left: -15px;
  right: -15px;
  height: 1px;
}
.line.line-top.line-top, .line.line-bottom.line-top {
  top: 0;
}
.line.line-top.line-bottom, .line.line-bottom.line-bottom {
  bottom: 0;
}
.line.line-left, .line.line-right {
  width: 1px;
  top: -15px;
  bottom: -15px;
}
.line.line-left.line-left, .line.line-right.line-left {
  left: 0;
}
.line.line-left.line-right, .line.line-right.line-right {
  right: 0;
}

.line-under, .line-under-left {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.line-under:after, .line-under:before, .line-under-left:after, .line-under-left:before {
  bottom: 0;
  width: 150px;
  height: 1.5px;
  background-color: var(--theme-color);
}

.line-under {
  padding-right: 15px;
}
.line-under:after {
  right: 0;
}

.line-under-left {
  padding-left: 15px;
}
.line-under-left:before {
  left: 0;
}

.line-bg-left, .line-bg-right {
  position: relative;
  z-index: 1;
}
.line-bg-left:before, .line-bg-left:after, .line-bg-right:before, .line-bg-right:after {
  top: 0;
  width: 100px;
  height: 100%;
  z-index: -1;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}
.background-section .line-bg-left:before, .background-section .line-bg-left:after, .background-section .line-bg-right:before, .background-section .line-bg-right:after {
  /* background-color: var(--bg-color); */
}
.line-bg-left.sub-heading:before, .line-bg-right.sub-heading:before {
  width: 60px;
}
 .sub-heading{   color: var(--theme-color);}

.line-bg-left:before {
  left: 0;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

.line-bg-right {
  padding-right: 15px;
}
.line-bg-right:after {
  right: 0;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}

.line-under:after, .line-bg-left:before, .line-bg-right:after, .line-under-left:before {
  content: "";
  position: absolute;
}

.bg-circle-dotted {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15vw;
  background-image: url(../img/circle-dotted.png);
  background-size: contain;
  opacity: 0.4;
  background-repeat: no-repeat;
}
.v-light .bg-circle-dotted {
  opacity: 0.04;
}
.bg-circle-dotted.bg-circle-dotted-right {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.line-shap:before, .line-shap:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 4vw;
  height: 1px;
  background: var(--border-color);
}
@media only screen and (max-width: 400px) {
  .line-shap:before, .line-shap:after {
    display: none;
  }
}
.line-shap:not(.line-shap-before):after {
  content: "";
  margin-left: 15px;
}
.line-shap:not(.line-shap-after):before {
  content: "";
  margin-right: 15px;
}

.corner {
  position: absolute;
  width: 15px;
  height: 2px;
  background-color:  var(--theme-color);
  z-index: 1;
}
.corner:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: var(--theme-color);
}
.corner.corner-left-top, .corner.corner-left-top:after, .corner.corner-left-bottom, .corner.corner-left-bottom:after {
  left: 0;
}
.corner.corner-left-top, .corner.corner-left-top:after, .corner.corner-right-top, .corner.corner-right-top:after {
  top: 0;
}
.corner.corner-left-bottom, .corner.corner-left-bottom:after, .corner.corner-right-bottom, .corner.corner-right-bottom:after {
  bottom: 0;
}
.corner.corner-right-top, .corner.corner-right-top:after, .corner.corner-right-bottom, .corner.corner-right-bottom:after {
  right: 0;
}
.services .services-item .services-item-inner {
    position: relative;margin-bottom: 20px;
}
.services .services-item .services-item-inner .services-content {
    position: relative;
    padding: 10px;
    background: #000;
	
}
.service-description h4{color:#fff;}
.service-description p {color:#c7c7c7;}
.background-section {
    background-color: var(--assistant-color);
}
.p-relative {
    position: relative;
}
.mb-15{margin-bottom:15px;}
.mb-30{margin-bottom:30px;}
.p-0{padding:0px;}
.bContentDiv{position:absolute;bottom:5%;left:0px;}
.resume .resume-box-inner:nth-of-type(n + 3) {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .resume .resume-box-inner:nth-of-type(n + 2) {
    margin-top: 30px;
  }

}
@media only screen and (max-width: 767px) {
  .resume .resume-box {
    margin-bottom: 0;
  }
}
.resume .resume-box .item-resume-box {
  padding-left: 20px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .resume .resume-box .item-resume-box {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .resume .resume-box .item-resume-box {
    padding-bottom: 20px;
  }
}
.resume .resume-box .item-resume-box:last-of-type {
  padding-bottom: 0;
}
.resume .resume-box .item-resume-box:last-of-type:after {
  display: none;
}
.resume .resume-box .item-resume-box:before, .resume .resume-box .item-resume-box:after {
  content: "";
  position: absolute;
}
.resume .resume-box .item-resume-box:before {
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-color);
}
.resume .resume-box .item-resume-box:after {
  top: 20px;
  left: 4px;
  width: 1px;
  height: calc(100% - 24px);
  background-color: #bebebe;
}
.resume .resume-box .item-resume-box h6 {
  max-width: 460px;
  font-size: inherit;
  line-height: 1.6;
  font-weight: 500;
}
.h-100 {
    height: 100%!important;
}

.cover-bg-img{width:100%;}
.box-info-inner .section-title{padding:30px 0px 0px 30px;}
.box-info-inner p{padding:0px 0px 0px 30px;}
table.tborder td{border:solid 1px #fff;color:#fff;}
table.tborder thead{color:#fff;border-bottom:solid 1px #fff;color: var(--theme-color);text-transform:uppercase;font-size:17px;}
.box-info-inner ul li {list-style-type:none;padding-bottom:15px;}
.wh-50{width:50%;}
#amenities img {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}
.table{ background-color: var(--assistant-color);}
.modal{margin-top:15%;}
.navbar-brand img {width:60%}
.tabs_item_image img {filter: blur(5px);width:75%;}
.priceDiv{border:solid 1px #B49433;border-radius:5px;padding:30px;text-align:center;margin:5px;}
.ptag{font-weight:300;background: linear-gradient(to right, #ad6d13 0%, #e5b742 50%, #ebc871 100%);padding:7px;font-size:25px;}
.modal-open {
  padding-right: 0px;
}
.mobileBanner{display:none;}</pre></body></html>