<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logged-in header{
  margin-top: 32px;
}
header {
  background: rgba(29, 37, 44, 0.6);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  transition:0.4s;
}
.header_bg{
  background: #000;
  transition:0.4s;
}
.mfp-wrap {
	z-index: 9999999999 !important;
}
.responsive_menu_wrapper{display: none;}
.logo {
  padding-top: 10px;
}
.main_menu {
  display: table;
  width: 100%;
  height: 70px;
}
.main_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.main_menu ul li {
  position: relative;
  display: inline-block;
}
.main_menu ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 30px 15px;
  position: relative;
  display: block;
}
.main_menu ul li a::after {
  display: block;
  width: 0px;
  background: #fff;
  content: '';
  height: 2px;
  transition:0.4s;
}
.main_menu ul li.current-menu-item a::after,
.main_menu ul li.current_page_item a::after {
  width: 30px;
}
.main_menu ul li ul.sub-menu {
  background: rgba(29, 37, 44, 0.8);
  position: absolute;
  left: 0;
  text-align: left;
  border-radius: 0;
  top: 150%;
  width: 250px;
  transition:0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}
.header_bg .main_menu ul li ul.sub-menu {
  background: #000;

}
.main_menu ul li ul.sub-menu li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #5D5D5D;
  transition:0.4s;
}
.main_menu ul li ul.sub-menu li:last-child{
  border-bottom: none;
}
.main_menu ul li ul.sub-menu li a::after{
  display: none;
}
.main_menu ul li ul.sub-menu li a{
  padding-top: 0;
  padding-bottom: 0;
}

/*Hover action*/

.main_menu ul li a:hover::after{
  width: 30px;
}

.main_menu ul li:hover ul.sub-menu{
 top: 100%;
 opacity: 1;
 visibility: visible;
 z-index: 99999999;
}
.main_menu ul li ul.sub-menu li:hover{
  padding-left: 5px;
}
.mobile-menu {
  display: none;
}

/* Home Page CSS */
.section-hero {
	display: block;
  width: 100%;
}
.hero_content_wrapper {
  position: relative;
  display: block !important;
}
.hero_slider {
	display: block;
  width: 100%;
}
.hero_content_absolute {
  position: relative;
  width: 90%;
  left: 0;
  bottom: 150px;
  margin: auto;
}
.hero_content {
  background-color: rgba(0, 0, 0);
  padding: 40px 0 80px 0;
}
.hero_content h1 {
  position: relative;
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color:#fff;
  padding-bottom: 20px;
}
.hero_content h1::after {
  display: block;
  width: 90px;
  height: 3px;
  background: #ababab;
  content: '';
  margin: 29px auto 0;
}
.hero_content h3 {
  font-size: 22px;
  line-height: 24px;
  color:#fff;
  text-transform: uppercase;
}
.hero_content_wrapper .owl-nav button {
  font-size: 50px !important;
  color:#fff !important;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero_content_wrapper .owl-nav button.owl-next {
  right: 20px;
  left: auto;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.hero_content_wrapper .owl-dots button {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 7px;
  width: 18px;
  height: 18px;
  background: transparent;
}
.hero_content_wrapper .owl-dots .active {
  background: #fff;
}
.hero_content_wrapper .owl-dots {
	margin-top: -200px;
	text-align: center;
	z-index: 9;
	position: relative;
}
.custome-home {
	padding: 35px 0 100px;
}
.featured_img-wrapper.neighborhoods_archive .img_hover_text{
  opacity:1;
  visibility: visible;
  bottom:0;
}
.featured_img-wrapper {
	position: relative;
	margin-bottom: 30px;
	display: block;
	width: 100%;
	transition:0.4s;
	overflow: hidden;
}
.img_hover_text {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	background-color: rgba(0, 91, 127, 0.9);
	color: #fff;
	padding: 15px;
	opacity: 1;
	visibility: visible;
	transition:0.4s;
}
.img_hover_text h3 {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 25px;
	font-weight: 400;
	position: relative;
	margin-bottom: 10px;
}
.img_hover_text h3::after {
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	content: '';
	margin: 9px auto 0;
}
.img_hover_text p {
	margin: 0;
	text-transform: uppercase;
}
.home-exceptinal-details {
	padding: 36px 0 100px;
}
.home-featured-images {
	padding-bottom: 69px;
}
.home-featured {
	padding: 33px 0 100px;
}
.home-exceptionla-items-wrapper {
	padding-bottom: 100px;
}
.single-exp-item {
	background: #005b7f;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
	padding: 40px;
  margin-bottom: 30px;
}
.single-exp-item:hover{
	color:#fff;
}
.single-exp-item h3 {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}
.single-exp-item p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}
.single-exp-item img {
	margin-bottom: 22px;
}
.left-right {
  padding: 100px 0;
}
.meta-ttl {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.neighborhoods-home-slider-wrapper .owl-nav button {
  font-size: 50px !important;
  color: #000000 !important;
  position: absolute;
  left: 56%;
  bottom: 0;
  -webkit-transform: translateX(-44%);
  transform: translateX(-44%);
}
.neighborhoods-home-slider-wrapper .owl-nav button.owl-next {
  margin-left: 30px;
}
.home-neighborhoods-slider-item p {
  display: inline;
}
.home-testimonial {
  padding: 150px 0;
}
.home-single-testimonial.title_content_block {
  padding: 20px 0 50px;
}
.home-single-testimonial p {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000;
  margin-top: 21px;
  margin-bottom: 33px;
}
.client_des, .client_name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: -10px;
}
.dot {
  display: block;
  font-size: 40px;
  margin-bottom: 15px;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.hero_content_wrapper.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  min-height: inherit;
  object-fit: cover;
}
.home-testimonial-wrapper .owl-dots button {
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  width: 15px;
  height: 15px;
  background: transparent;
}
.home-testimonial-wrapper .owl-dots .active {
  background: #b5b5b5;
}
.home-testimonial-wrapper .owl-dots {
  bottom: 30px;
  text-align: center;
  z-index: 9;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blue_bg_section {
  position: relative;
  /*background-image: url('../images/background.jpg');*/
  background-size: cover;
  background-position: center;
  z-index: 1;
  padding: 37px 0 22px;
}
.blue_bg_section::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #077bde;
  opacity: 0.4;
  z-index: -11;
}
.blue_bg_section .sub-title{color:#fff;}
.blue_bg_section .title{color:#fff;}
footer {
  background: #000;
  color: #fff;
  padding-bottom: 50px;
}
footer a {
  color: #fff;
}
.footer_menu {
  display: table;
  width: 100%;
  height: 70px;
}
.footer_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.footer_menu ul li {
  position: relative;
  display: inline-block;
}
.footer_menu ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 30px 20px;
  position: relative;
  display: block;
}
.footer_menu ul li a::after {
  display: block;
  width: 0px;
  background: #fff;
  content: '';
  height: 2px;
  transition:0.4s;
}
.footer_menu ul li.current_page_item a::after {
  width: 30px;
}
/*Hover action*/

.footer_menu ul li a:hover::after{
  width: 30px;
}
.footer_menu_wrap {
  border-bottom: 1px solid #808080;
  padding: 20px 0;
}
.footer_widgets {
  padding: 40px 0;
}
.footer_left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_left ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
.footer_left ul li a:hover{
  color:#fff;
}
.footer_left ul li:first-child{
  padding-left: 0;
}
.footer_left ul li:last-child{
  padding-right: 0;
  border-right: none;
}
.footer_social {
  text-align: right;
}
.footer_social img{
  margin-left: 50px;
}
.footer_social a {
  border: 2px solid #808080;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 29px;
  border-radius: 50%;
  margin-right: 11px;
  transition: 0.4s;
}
.footer_social a:hover{
  border-color:#fff;
  background: #fff;
  color:#808080;
}
.footer_social a.houzz {
  border: none;
  width: auto;
}
.footer_social a.houzz:hover{
  border:none;
  background:transparent;
}
.testimoinal_full_page{}
.testimoinal_full_page .home-single-testimonial.title_content_block {
  padding: 40px 20px 0 20px;
}
.pm_50{
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.testimonal_btn {
  margin-top: 60px;
}
.testimoinal_full_page {
  padding: 80px 0 150px;
}
.portfolio .title {
  font-size: 40px;
  line-height: 40px;
}
.portfolio .home-featured-images {
  padding-bottom: 0;
}
.home-featured.portfolio {
  padding-bottom: 0;
}
.portfolio_btn {
  padding-top: 50px;
}
.our-process {
  padding-top: 100px;
}
.tab_bar .nav-item {
  width: 25%;
  display: block;
  text-align: center;
  color: #888a8d;
  font-weight: 700;
  padding: 24px;
  border-bottom: 3px solid #f2f2f2;
}
.tab_bar .nav-item.active{
  border-color: #022a3a;
}
.tab_content_padding {
  padding-top: 90px
}
.contact_sidebar {
  position: relative;
  padding: 30px 30px 115px;
}
.contact_sidebar h3{
  font-size: 48px;
  line-height: 48px;
  display: inline-block;
  position: relative;
  color: #1d252c;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  padding-bottom: 22px;
}
.contact_sidebar h3::after {
  display: block;
  width: 50px;
  height: 2px;
  background: #ababab;
  content: '';
  margin-top: 20px;
}
.sidebar_block {
  margin-bottom: 30px;
}
.sidebar_block p span {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  display: block;
}
.sidebar_block p {
  margin: 0;
}
.sidebar_block p a{
  color:#333;
}
.contact_us_today h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.call_us_btn {
  color: #000;
  font-size: 16px;
  border: 1px solid #000;
  padding: 12px 50px;
  display: inline-block;
  transition: 0.4s;
}
.call_us_btn:hover{
  color:#000;
}
.contact_us_today {
  padding: ;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
}
.contact-section {
  padding-top: 100px;
}
.tab_block_content{}
.tab_block_content .sub-title {
  font-size: 16px;
  line-height: 20px;
}
.tab_block_content .title {
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 10px;
}
.tab_block_content .title::after {
  margin: 20px 0;
}
.tab_block_content {
  margin-bottom: 50px;
}
.portfolio_images {
  padding-top: 90px;
}
.video-play-btn {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  top: 50%;
  color: #1d252c;
  font-size: 28px;
  height: 80px;
  line-height: 80px;
  margin: auto;
  padding-left: 8px;
  position: absolute;
  left: 50%;
  text-align: center;
  width: 80px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portpolio_video_slider{
  display: block !important;
}
.portpolio_video_slider .owl-dots button {
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  width: 20px;
  height: 20px;
  background: transparent;
  box-shadow: 1px 1px 1px #8686866e;
}
.portpolio_video_slider .owl-dots .active {
  background: #fff;
}
.portpolio_video_slider .owl-dots {
  bottom: 150px;
  text-align: center;
  z-index: 9;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.neighborhood_images{
  margin-bottom: 30px;
}
.grid-sizer,
.grid-item {
  float: left;
  width: calc(25% - 30px);
  margin: 15px;
}
.image_gellary,
.grid {
  margin: 0 -15px;
}
.grid-item--width2 { width: calc(50% - 30px); }
.gellary_items,
.single_gellary_item{
  width: calc(50% - 30px);
  float: left;
  margin:15px;
}
.video_slider_item{
  /*height: 888px;*/
}
.video_slider_item video{
  width:100%;
  object-fit: cover;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}
.video_slider_item img{
  min-height: 100%;
}

/* Contact Form CSS */
.for_desktop{display: block;}
.for_mobile{display: none;}

.contact_form_wrapper .custom_select,
.contact_form_wrapper .custom_input_style {
  margin-bottom: 15px !important;
}
.contact_form_wrapper .custom_select select,
.contact_form_wrapper .custom_input_style input {
  background: #f2f2f2 !important;
  border: none !important;
  height: 50px !important;
  padding: 15px 20px !important;
  color: #000 !important;
  font-size: 18px !important;
}

.contact_form_wrapper .custome_message_box label,
.contact_form_wrapper .custom_input_style label{
  font-size: 18px !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
/*.contact_form_wrapper .custom_select label{
  opacity: 0;
  visibility: hidden;
}*/

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 400!important;
    font-size: inherit;
}
.contact_form_wrapper .custome_message_box textarea {
  background: #f2f2f2 !important;
  border: none !important;
  height: 150px !important;
  padding: 15px 20px !important;
  color: #000 !important;
  font-size: 18px !important;
}


/* Reset Select */
.contact_form_wrapper .custom_select .gfield_select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
/* Custom Select */
.contact_form_wrapper .custom_select .ginput_container_select{
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
}
/* Arrow */
.contact_form_wrapper .custom_select .ginput_container_select::after {
  content: '\f0d7' !important;
  font-family: fontAwesome !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 0.7em 1em !important;
  pointer-events: none !important;
}

.subscribe_form {
  background: #2d2d2d;
}
.call_us_text {
  position: relative;
  padding-right: 16px;
  letter-spacing: 2px;
  vertical-align: middle;
}
.call_us_text a{
  color:#fff;
  padding-left: 4px;
}
.stay_touch {
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
}
.call_us_text::after {
  position: absolute;
  width: 1px;
  height: 40px;
  background: #fff;
  content: '';
  right: 0;
  top: -7px;
}
.stay_touch,
.call_us_text {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
.subscribe_form {
  background: #2d2d2d;
  display: table;
  width: 100%;
  height: 100px;
  padding: 20px 0;
  text-align: center;
}
.d-table-center {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.custom_inilne_input_style label {
  display: none !important;
}
.gravity_form_subscribe {
  display: inline-block !important;
  margin-top: 30px !important;
}

.gravity_form_subscribe .gform_wrapper {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  width: auto !important;
}
.gravity_form_subscribe .gform_wrapper .gform_body {
  width: auto !important;
  display: inline-block !important;
}
.gravity_form_subscribe .gform_wrapper .gform_footer {
  width: auto !important;
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gravity_form_subscribe .custom_inilne_input_style {
  padding: 0 !important;
  vertical-align: middle !important;
  margin: 0 15px 0 0 !important;
  width: auto !important;
}
.gravity_form_subscribe .custom_inilne_input_style .ginput_container {
  margin: 0 !important;
}
.custom_inilne_input_style input {
  background: transparent !important;
  border: 1px solid #969696 !important;
  border-radius: 4px !important;
  padding: 10px 15px !important;
  color: #fff !important;
  font-family: 'Open Sans', sans-serif !important;
  text-align: center !important;
}
#gform_submit_button_2 {
  border: none !important;
  background: #fff !important;
  color: #2d2d2d !important;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  padding: 10px 15px !important;
  margin-left: 10px !important;
  margin-right: 0 !important;
}
.custom_inilne_input_style input::placeholder {
  color: #fff !important;
}
.lightbox_gellary .img_fullwidth img {
  width: 100%;
  /*height: 93px;*/
  margin-bottom: 30px;
}

/* .grid {
	width: 100% !important;
} */
.static_img_wrapper {
  position:relative;
  display: grid;
  width: 100%;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
  grid-auto-flow:dense;
  grid-gap: 30px;
  margin-bottom: 30px;
}
.static_item {
  position:relative;
  display: grid;
}
.static_item.double_width_img {
  grid-column: span 2;
}
.static_item.double_height_img {
  grid-column: span 2;
  grid-row: span 2;
}
.img_content_wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
.img_content_wrap .title_content_block.left_content .sub-title,
.img_content_wrap .title_content_block.left_content .title{
  color:#fff;
}
.text_btm{
  margin-top: 20px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-link-credit {
  text-align: center;
}

a hover .footer-link-credit {
  color: white!important;
  text-decoration: underline;
}

.footer-link-credit a hover {
  color: white!important;
  text-decoration: underline;
}

a:hover .footer-link-credit {
    text-decoration: underline;
    color: white!important;
}</pre></body></html>