<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none !important;
}

body {
  background-color: #fff;
  color: #363636;
  font-family: "Arial", sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 28px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: bold;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 10px;
  position: relative;
}
h3:after {
  background-color: #bcbcbc;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  width: 15px;
  position: absolute;
  z-index: 0;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

hr {
  margin: 5px 0;
}

p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  line-height: 20px;
}

img {max-width: 100% !important;}

#slider {
  position: relative;
  z-index: 1;background-color:#CCC;
}
#slider .flexslider {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width : 100%;
  overflow: hidden;
  border: none;
  margin: 0;
  position: relative;
  
}
#slider .flexslider.fixed {
  position: fixed;
}
#slider .flexslider .slides {
  height: 100%;
  list-style: none;
  padding: 0;
}
#slider .flexslider .slides .slide {
  height: 100%;
}
#slider .flexslider .flex-direction-nav {
  list-style: none;
  height: 100%;
  width: 100%;
  top: 0;
}
#slider .flexslider .flex-direction-nav .flex-next, #slider .flexslider .flex-direction-nav .flex-prev {
  background-color: transparent;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: 0;
  margin: auto;
}
#slider .flexslider .flex-direction-nav .flex-next:hover, #slider .flexslider .flex-direction-nav .flex-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#slider .flexslider .flex-direction-nav .flex-next:before, #slider .flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}
#slider .flexslider .flex-direction-nav .flex-next:after, #slider .flexslider .flex-direction-nav .flex-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  font-size: 48px;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 2;
}
#slider .flexslider .flex-direction-nav .flex-next {
  right: 10px;
}
#slider .flexslider .flex-direction-nav .flex-next:after {
  content: "\f105";
}
#slider .flexslider .flex-direction-nav .flex-prev {
  left: 10px;
}
#slider .flexslider .flex-direction-nav .flex-prev:after {
  content: "\f104";
  right: 16px;
}

.background-color-grey-light {
  background-color: #f3f3f3;
}

.background-color-grey-dark {
  background-color: #363636;
}
.background-color-grey-dark a {
  color: #fff;
}
.background-color-grey-dark a:hover {
  color: #ff6f05;
}

.has-dark-background {
  color: #fff;
}

.navigation-hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navigation-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

.top-0 {
  margin-top: 0;
  background-color: #f3f3f3;
  position: relative;
}

.top-10 {
  margin-top: 10px;
  background-color: #f3f3f3;
  position: relative;
}

.top-20 {
  margin-top: 20px;
  background-color: #f3f3f3;
  position: relative;
}

.top-30 {
  margin-top: 30px;
  background-color: #f3f3f3;
  position: relative;
}

.top-40 {
  margin-top: 40px;
  background-color: #f3f3f3;
  position: relative;
}

.top-50 {
  margin-top: 50px;
  background-color: #f3f3f3;
  position: relative;
}

.top-60 {
  margin-top: 60px;
  background-color: #f3f3f3;
  position: relative;
}

.top-70 {
  margin-top: 70px;
  background-color: #f3f3f3;
  position: relative;
}

.top-80 {
  margin-top: 80px;
  background-color: #f3f3f3;
  position: relative;
}

.top-90 {
  margin-top: 90px;
  background-color: #f3f3f3;
  position: relative;
}

.top-100 {
  margin-top: 100px;
  background-color: #f3f3f3;
  position: relative;
}

.top-110 {
  margin-top: 110px;
  background-color: #f3f3f3;
  position: relative;
}

.top-120 {
  margin-top: 120px;
  background-color: #f3f3f3;
  position: relative;
}

.top-130 {
  margin-top: 130px;
  background-color: #f3f3f3;
  position: relative;
}

.top-140 {
  margin-top: 140px;
  background-color: #f3f3f3;
  position: relative;
}

.top-150 {
  margin-top: 150px;
  background-color: #f3f3f3;
  position: relative;
}

.top-160 {
  margin-top: 160px;
  background-color: #f3f3f3;
  position: relative;
}

.top-170 {
  margin-top: 170px;
  background-color: #f3f3f3;
  position: relative;
}

.top-180 {
  margin-top: 180px;
  background-color: #f3f3f3;
  position: relative;
}

.top-190 {
  margin-top: 190px;
  background-color: #f3f3f3;
  position: relative;
}

.top-200 {
  margin-top: 200px;
  background-color: #f3f3f3;
  position: relative;
}

/****
  A
****/
.agent .agent-id {
  display: table;
  margin-bottom: 20px;
}
.agent .agent-id h4 {
  margin-top: 0;
}
.agent .agent-id img {
  float: left;
}
.agent .agent-id .agent-wrapper {
  padding-left: 100px;
}

/****
  B
****/
.block {
  padding: 40px 0;
}

.box {
  display: table;
}
.box .empty-space {
  background-color: #f3f3f3;
}
.box .image {
  background-color: #f3f3f3;
  display: inline-block;
}
.box .image img {
  max-width: 100%;
}
.box .description {
  display: inline-block;
  background-color: #f3f3f3;
}
.box .description .description-wrapper {
  background-color: #363636;
  color: #fff;
  display: inline-block;
  padding: 30px;
}
.box .description .description-wrapper h3:after {
  display: none;
}
.box .description .description-wrapper p {
  margin-bottom: 20px;
}

/****
  D
****/
.disable-submit-button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

/****
  N
****/
.navigation {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  /*position: absolute;*/
  width: 100%;
  z-index: 99;
}
.navigation.fixed {
  position: fixed;
  width: 100%;
}
.navigation .navbar-collapse {
  padding-right: 0;
}
.navigation .navbar {
  margin-bottom: 0;
  min-height: inherit;
  padding: 15px 0;
}
.navigation .navbar .navbar-brand {
  height: inherit;
  line-height: 0;
  padding: 0;
}
.navigation .navbar .navbar-nav li.active a {
  color: #ff6f05;
}
.navigation .navbar .navbar-nav li a {
  color: #363636;
  line-height: 0;
  margin: 0;
}
.navigation .navbar .navbar-nav li a:hover {
  background-color: transparent;
  color: #ff6f05;
}
.navigation .navbar .navbar-nav li a:active, .navigation .navbar .navbar-nav li a:focus {
  background-color: transparent;
}

/****
  F
****/
.feature-box h4 {
  margin: 15px 0;
}

.features-list {
  padding-left: 0;
}
.features-list li {
  font-size: 18px;
  list-style: none;
  padding: 10px 0;
}
.features-list li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #ff6f05;
  content: "\f05d";
  font-size: 24px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

#footer {
  background-color: #292929;
  color: #fff;
  padding: 20px 0;
}

#form-slider-status {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

/****
  I
****/
.image-carousel {
  height: auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.image-carousel img {
  max-width: 100%;
}
.image-carousel p {
  margin-bottom: 20px;
}
.image-carousel .image-carousel-slide .image-carousel-slide-wrapper {
  display: table;
}
.image-carousel .image-carousel-slide .image-carousel-slide-wrapper .inner {
  display: table-cell;
  vertical-align: middle;
}
.image-carousel .owl-buttons {
  bottom: 0px;
  position: absolute;
  right: 0px;
}
.image-carousel .owl-buttons .owl-prev, .image-carousel .owl-buttons .owl-next {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ff6f05;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
}
.image-carousel .owl-buttons .owl-prev:after, .image-carousel .owl-buttons .owl-next:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  padding: 7px 13px;
}
.image-carousel .owl-buttons .owl-prev:hover, .image-carousel .owl-buttons .owl-next:hover {
  background-color: #f56800;
}
.image-carousel .owl-buttons .owl-next {
  margin-left: 2px;
}
.image-carousel .owl-buttons .owl-next:after {
  content: "\f105";
}
.image-carousel .owl-buttons .owl-prev:after {
  content: "\f104";
}

/****
  L
****/
#loading-icon {
  bottom: 0;
  font-size: 30px;
  height: 50px;
  left: 0;
  margin: auto;
  padding-top: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 3;
}

.loading:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.logos {
  display: block;
  line-height: 0;
  margin-top: 10px;
  padding: 0 30px;
  text-align: justify;
}
.logos:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.logos .logo {
  display: inline-block;
  margin-bottom: 7px;
  position: relative;
}
.logos .logo a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  padding: 10px;
}
.logos .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/****
  M
****/
.mfp-close:hover, .mfp-close:active, .mfp-close:focus {
  background-color: transparent;
}

/****
  P
****/
.property-wrapper {
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 15px;
}
.property-wrapper .property {
  background-color: #fff;
}
.property-wrapper .property .image-wrapper {
  position: relative;
}
.property-wrapper .property .image-wrapper:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #363636;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.property-wrapper .property .image-wrapper:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f00e";
  color: #fff;
  font-size: 36px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  z-index: 4;
}
.property-wrapper .property .image-wrapper:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.property-wrapper .property .image-wrapper:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.property-wrapper .property .image-wrapper img {
  max-width: 100%;
}
.property-wrapper .property header {
  background-color: #363636;
  color: #fff;
  padding: 10px;
}
.property-wrapper .property header h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.property-wrapper .property .description {
  padding: 10px;
}
.property-wrapper .property .description dl {
  margin-bottom: 0;
}
.property-wrapper .property .description dl dt {
  float: left;
}
.property-wrapper .property .description dl dd {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 3px;
  padding-bottom: 3px;
  text-align: right;
}
.property-wrapper .property .description dl dd:last-child {
  border: none;
}

/****
  S
****/
.slider-banner {
	background-color: #999999;
	color: #fff;
	padding: 35px 0;
}
.slider-banner .title {
  position: relative;
}
.slider-banner .title h2 {
  margin-bottom: 0px;
  margin-top: 0;
}
.slider-banner .title i {
  color: #ff6f05;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  right: 0;
}
.slider-banner .title .subtitle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.subtitle {
  font-size: 18px;
}

/****
  V
****/
.video {
  visibility: hidden;
}
.video iframe {
  margin-bottom: -5px;
}

.btn, button {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  background-color: #ff6f05;
  border: none;
  color: #fff;
  font-weight: bold;
  outline: none !important;
}
.btn:hover, .btn:active, .btn:focus, button:hover, button:active, button:focus {
  color: #fff;
  background-color: #f56800;
}
.btn.btn-framed, button.btn-framed {
  background-color: transparent;
  border: 2px solid #f3f3f3;
  color: #363636;
  font-weight: bold;
  text-decoration: none;
}
.btn.btn-framed:hover, button.btn-framed:hover {
  background-color: #f3f3f3;
}
.btn.btn-framed .fa, button.btn-framed .fa {
  color: #ff6f05;
  margin-left: 5px;
}
.btn.btn-large, button.btn-large {
  padding: 15px 20px;
}

.btn-link {
  color: #363636;
  font-weight: bold;
  text-decoration: none;
}

.form-group {
  position: relative;
}

.form-slider-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
  opacity: 0.98;
  background-color: #232323;
  color : #ffffff;
  
  height: auto;
  padding: 30px 30px 15px 30px;
  
  z-index: 10;
}
.form-slider-wrapper h1 {
  margin-top: 0;
}
.form-slider-wrapper h3 {
  margin: 0;
}
.form-slider-wrapper h3:after {
  display: none;
}
.form-slider-wrapper hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  margin: 20px 0;
}
.form-slider-wrapper .btn {
  font-size: 18px;
  margin-top: 10px;
  padding: 15px;
  width: 100%;
}
.form-slider-wrapper figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

form #form-status {
  color: #fff;
  line-height: 45px;
  position: relative;
  top: -10px;
}
form #form-status #valid {
  position: relative;
  top: -10px;
}
form #form-status #valid .icon {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
form #form-status #invalid {
  color: red;
  position: relative;
  top: -10px;
}
form label.error {
  background-color: red;
  bottom: -30px;
  color: #fff;
  font-size: 12px;
  left: 0;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
form label.error:before {
  border-style: solid;
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent red transparent;
  content: "";
  height: 0px;
  left: 5px;
  position: absolute;
  top: -5px;
  width: 0px;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], textarea, .form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: inherit;
  padding: 12px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="number"]:focus, input[type="number"]:active, textarea:focus, textarea:active, .form-control:focus, .form-control:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  

  .box .image img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], textarea, .form-control {
    padding: 9px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  h4 {
    font-size: 14px;
  }

  p {
    line-height: 18px;
  }

  .box .image img {
    width: 100%;
  }

  .block {
    padding: 30px 0px;
  }



  .features-list li {
    font-size: 16px;
    padding: 6px 0px;
  }

  .property-wrapper {
    padding: 5px;
  }

  .flexslider .slide img {
    width: auto;
    height: auto;
    /*margin-left: -200%;*/
    position: relative;
    /*left: 100%;*/
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header h3:after {
    right: 0;
    margin: auto;
  }
  
  .agent-contact{
    text-align: center;
  }
  
  .navbar-brand{
    text-align: center;
	float : none !important;
  }
  .pull-right.center {
    text-align: center;
	float : none !important;
  }
  .agent {
    margin-bottom: 60px;
  }

  .box {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    text-align: center;
  }
  .box div {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }
  .box div img {
    width: 100% !important;
  }

  .flex-direction-nav {
    bottom: 10px;
    top: inherit !important;
  }

  .flexslider {
    height: auto !important;
  }
  .flexslider .slide img {
    width: 100%;
    height: auto;
    position: inherit;
  }

  .feature-box {
    text-align: center;
    margin-bottom: 50px;
  }

  

  .image-carousel .image-carousel-slide {
    text-align: center;
  }

  .logos {
    text-align: center;
  }
  .logos .logo {
    display: block !important;
    margin-bottom: 20px;
  }

  .navbar-collapse {
    overflow-x: hidden;
    padding-left: 0;
  }
  .navbar-collapse .navbar-nav {
    margin-bottom: 0;
  }
  .navbar-collapse .navbar-nav li a {
    padding: 20px 0;
  }

  .navbar-toggle {
    margin: 0;
  }
  .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle .icon-bar {
    background-color: #363636;
  }

  .navigation {
    position: relative !important;
  }

  .property img {
    max-width: inherit !important;
    width: 100%;
  }

  .top-0, .top-10, .top-20, .top-30, .top-40, .top-50, .top-60, .top-70, .top-80, .top-90, .top-100, .top-110, .top-120,
  .top-130, .top-140, .top-150, .top-160, .top-170, .top-180, .top-190, .top-200 {
    margin-top: 0 !important;
  }

  .slider-banner .title {
    margin-bottom: 70px;
    text-align: center;
  }
  .slider-banner .title i {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: inherit !important;
    bottom: -50px;
    left: 0;
  }

  .video .fluid-width-video-wrapper {
    margin-bottom: 20px !important;
  }
}

#calltoactionfixed {
position: fixed;
bottom: 0; 
left: 0;
width: 100%;
background-color: rgba(0,0,0,0.7);
text-align : center;
padding-top : 7px;
padding-bottom : 7px;
display : block;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);	
z-index : 99999999;
color : #ffffff;
}


footer {padding-bottom : 55px !important}	</pre></body></html>