/*
Theme Name: ganzv2
Description: Theme 4
Version: 1.1.4
Author:
Variation:Dark
Host: 
Live Editing: true
Theme Preview: http://bryansloan.ourubertor.com
*/
/**
 * Table of Contents

 * 0.0 - Variables
        0.1 - Background Colors
        0.2 - Font Colors
        0.3 - Font Family
 * 1.0 - Reset
 * 2.0 - Typography
 * 3.0 - Buttons
 * 4.0 - Header
 * 5.0 - Banner
 * 6.0 - Content
 * 7.0 - Property Page
       9.1 - List
       9.2 - Grid
       9.3 - Table
       9.4 - Map
 * 8.0 - Listings Details Page
 * 9.0 - AFC
 * 10.0 - Featured listing widget
 * 11.0 - Property Search Widget
 * 12.0 - Blog Widget
 * 13.0 - Feature Box (For Buyers / For Sellers / Contact) Widget
 * 14.0 - Testimonial Widget
 * 15.0 - About Widget
 * 16.0 - Area Search Widget
 * 17.0 - Contact Us Widget
 * 18.0 - Stat Counter Widget
 * 19.0 - Forms
 * 20.0 - Homepage Slideshow
 * 21.0 - Homepage header
 * 22.0 - Top navigation
 * 23.0 - For Buyers/For Sellers
 * 24.0 - Blog Page
 * 25.0 - Blog Article
 * 26.0 - Links
 * 27.0 - Contact
 * 28.0 - Footer
 * 29.0 - Media queries
 * 30.0 - Widget overrides
 */
/*********************************************/
/*              0.0 - Variables              */
/*********************************************/
/* default google fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
:root {
  --primary-color:#17181a;
  --secondary-color:#a9a9a9;
  --accent-color:#6f7d8c;
  --txt-color:#404040;
  --bg-color:#fff;
  --white:#fff;
  --black:#000;
  /* 0.1 - Default Background Colors */
  /* 0.2 - Default Font Colors */
  /* 0.3 - Default Font Family */
  --main-font:"Montserrat","Helvetica Neue","Helvetica,Arial",sans-serif;
  --alt-font: "Montserrat",sans-serif;
}

/*********************************************/
/*                1.0 - Reset                */
/*********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-weight: 300;
  color: var(--txt-color);
  background: var(--bg-color);
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*********************************************/
/*             2.0 - Typography              */
/*********************************************/
html, body {
  font-size: 10px;
  font-family: var(--main-font);
}

h1 {
  margin-bottom: 1.5rem;
  font-size: 3.6em;
  line-height: 3.6rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

h2 {
  margin-bottom: 1.5rem;
  font-size: 3em;
  line-height: 3rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

h3 {
  margin-bottom: 1.5rem;
  font-size: 2.4em;
  line-height: 2.4rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

h4 {
  margin-bottom: 1.5rem;
  font-size: 1.8em;
  line-height: 1.8rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

h5 {
  margin-bottom: 1.5rem;
  font-size: 1.4em;
  line-height: 1.4rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

h6 {
  margin-bottom: 1, 5rem;
  font-size: 1.2em;
  line-height: 1.2rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

p {
  margin-bottom: 1.5rem;
  font-size: 1.6em;
  line-height: 2.5rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

/*********************************************/
/*              3.0 - Buttons                */
/*********************************************/
/*.btn {
	font-weight: 700;
	font-size: 12px;
	border-radius: 0;
	border: 0;
	padding: 15px 35px;
	text-transform: uppercase;
	letter-spacing: 3px;
	overflow: hidden;
	transition: all .25s ease;
}

.btn-default {
	&:hover {
		background: var(--accent-bg-color);
		color: var(var(--white));
	}
	background: var(--gray-bg-color);
	color: var(var(--white));
}
.btn-primary {
	background: var(--accent-bg-color);
	color: var(var(--white));
	&:hover {
		background: var(--gray-bg-color);
		color: var(var(--white));
	}
}


.btn {
    border-radius: 0;
    border: 0;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
    overflow: hidden;
    transition: all .25s ease;

    &__primary {
        background: var(--accent-bg-color);
        color: var(var(--white));
    }

    &__inverted {
        background: var(--gray-bg-color);
        color: var(var(--white));
    }
}
*/
/*a {
  color: #3b3b3b;
  text-decoration: none;
  &:active{
    color: #191970;
  }
  &:focus{
    color: #191970;
  }
  &:hover{
    color: #191970;
  }
  &:visited {
    color: purple;
  }
}*/
/*********************************************/
/*              4.0 - Header                */
/*********************************************/
/*---header default---*/
header #main-navbar {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 9;
}
header .-default .nav_menu.dropdown-menu {
  position: relative !important;
  width: 100% !important;
}
header .-default li > .dropdown-menu {
  position: relative !important;
  background: 0 0;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
header .-default nav {
  background: #2d2f33;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  padding: 15px;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}
header .-default nav #nav-close {
  display: block;
  float: right;
  font-size: 22px;
  text-decoration: none;
  font-weight: 500;
  padding-right: 10px;
  color: var(--accent-color);
}
header .-default nav #nav-close:hover {
  color: var(--white);
}
header .-default nav #main_menu {
  background: 0 0;
  margin-top: 30px;
}
header .-default nav #main_menu li {
  width: 100%;
}
header .-default nav #main_menu li:first-child a {
  border-top: 1px solid #323949;
}
header .-default nav #main_menu li a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--accent-color);
  text-align: left;
  text-shadow: none;
}
header .-default nav #main_menu li a:hover {
  background: transparent !important;
  color: var(--white) !important;
}
header .-default .navbar-static-top .company-logo {
  display: flex;
  align-items: center;
  float: left;
}
header .-default .navbar-static-top .company-logo .navbar-brand {
  height: 100%;
  max-width: 100%;
  align-items: center;
}
header .-default .navbar-static-top .company-logo .navbar-brand img {
  visibility: visible;
  max-width: 120px;
  max-height: 100% !important;
  display: inline-block;
  margin-top: 0;
}
header .-default .navbar-static-top .company-logo .realtor_heading_title {
  float: left;
  display: inline;
  clear: none;
  margin-top: 5px;
}
header .-default .navbar-static-top .navbar-header {
  width: 50%;
  text-align: right;
  padding-top: 15px;
}
header .-default .navbar-static-top .navbar-header .nav-contact-wrap {
  margin-right: 150px;
  padding: 15px;
  font-size: 15px;
}
header .-default .navbar-static-top .navbar-header .nav-contact-wrap span a {
  padding: 0 15px;
  font-weight: 400 !important;
  font-size: 14px;
  color: var(--white);
}
header .-default .navbar-static-top .navbar-header .nav-contact-wrap span a:hover {
  color: var(--white);
  text-decoration: none;
}
header .-default .navbar-static-top .navbar-header a#nav-expander {
  position: fixed;
  top: 16px;
  background: none repeat scroll 0 0 var(--black);
  color: var(--white);
  height: 50px;
  padding: 1em 1.6em 2em;
  display: block;
  font-size: 15px;
  font-weight: 400;
  right: 0;
  margin-right: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: right 0.3s ease-in-out 0s;
  width: 130px;
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}
header .-default .navbar-static-top .navbar-header a#nav-expander:hover {
  cursor: pointer;
}
header .-default .navbar-static-top .navbar-header a#nav-expander i {
  font-color: var(--white);
}
header .-default .-social-nav {
  display: inline-block;
}
header .-default .-social-wrap li {
  display: inline-block;
}
header .-default .-social-wrap li a {
  padding: 0 5px !important;
}
header .-var1 .COMPANY_LOGO {
  max-width: 120px;
}
header .-var1 #main_menu li > a {
  color: var(--white);
  font-size: 1.6em;
}
header .-var1 #main_menu .dropdown-menu {
  background: transparent;
}
header .-var1 #main_menu .dropdown-menu li a {
  font-size: initial;
  font-weight: 300;
}
header .-var1 .navbar-brand {
  padding: 0;
  margin: 0;
  height: auto;
}
header .-var1 .company-logo {
  background: 0 0 !important;
  padding-top: 15px;
}
header .-var1 .company-logo .realtor_heading_title {
  min-height: 50px;
  position: absolute;
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
}
header .-var1 .-social-wrap {
  display: inline-block;
  margin-left: 20px;
}
header .-var1 .-social-wrap li {
  display: inline-block;
}
header .-var1 .-social-wrap li a {
  color: var(--white);
  font-size: 1.4em;
  padding: 0 10px;
}
header .-var1 .contact-info {
  display: inline-block;
}
header .-var1 .contact-info li {
  display: inline-block;
  padding: 10px;
}
header .-var1 .contact-info li a {
  color: var(--white);
  font-size: 1.4em;
}
header .-var1 .contact-info li span {
  margin-left: 7px;
}
header .-var1 .realtor_heading_title a {
  color: var(--white);
  font-size: 36px;
  line-height: 36px;
  margin-top: 5px;
}
header .-var1 .realtor_heading_title span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: var(--white);
}
header .-var2 #main_menu li a {
  color: var(--white);
  font-size: 1.6em;
}
header .-var2 #main_menu .dropdown-menu {
  background: transparent;
}
header .-var2 #main_menu .dropdown-menu li a {
  font-size: initial;
  font-weight: 300;
}
header .-var2 .navbar-brand {
  padding: 0;
  margin: 0;
  height: auto;
}
header .-var2 .company-logo {
  background: 0 0 !important;
  padding-top: 15px;
}
header .-var2 .company-logo .realtor_heading_title {
  min-height: 50px;
  position: absolute;
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
}
header .-var2 .-social-wrap {
  display: inline-block;
  margin-left: 20px;
}
header .-var2 .-social-wrap li {
  display: inline-block;
}
header .-var2 .-social-wrap li a {
  color: var(--white);
  font-size: 1.4em;
  padding: 0 10px;
}
header .-var2 .contact-info {
  display: inline-block;
}
header .-var2 .contact-info li {
  display: inline-block;
  padding: 10px;
}
header .-var2 .contact-info li a {
  color: var(--white);
  font-size: 1.4em;
}
header .-var2 .contact-info li span {
  margin-left: 7px;
}
header .-var2 .realtor_heading_title a {
  color: var(--white);
  font-size: 36px;
  line-height: 36px;
}
header .-var2 .realtor_heading_title span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: var(--white);
  margin-top: 5px;
}
header .-var3 {
  position: absolute;
  width: 100%;
  z-index: 99999;
}
header .-var3 #section_main_menu {
  text-align: center;
}
header .-var3 #section_main_menu #main_menu {
  display: inline-block;
  float: none !important;
}
header .-var3 #section_main_menu #main_menu .dropdown-menu li a {
  font-size: inherit;
}
header .-var3 .navbar-brand {
  float: none;
  height: auto;
}
header .-var3 .company-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .-var3 .company-logo a {
  color: var(--white);
}
header .-var3 .company-logo span {
  display: block;
  font-size: 18px;
  color: var(--white);
}
header .-var3 .section-above-navbar {
  margin-top: 10px;
}
header .-var3 .section-above-navbar .col-sm-12 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
header .-var3 .section-above-navbar .col-sm-12 li a {
  font-weight: 400 !important;
  font-size: 14px;
  color: var(--white);
}
header .-var3 .-social-wrap {
  display: flex;
}
header .-var3 .-social-wrap li a {
  padding: 10px;
}
header .-var3 .contact-info {
  display: flex;
  margin-left: 30px;
}
header .-var3 .contact-info li a {
  padding: 10px;
}
header .-var3 .contact-info li a .fa {
  margin-right: 7px;
}
header .-var3 .section-navbar {
  padding-top: 15px;
}
header .-var3 #main_menu li a {
  font-size: 1.6em;
  color: var(--white);
}
header .-var3 #main_menu li a .dropdown-menu a {
  font-size: inherit;
}
header .nav li a:focus, header .nav li a:hover {
  background: 0 0 !important;
  color: var(--white) !important;
}
header .nav li a:focus {
  color: var(--white) !important;
}

.nav-expanded #main-navbar .-default nav {
  right: 0;
}
.nav-expanded #main-navbar .-default .navbar-static-top .navbar-header a#nav-expander {
  right: 20em;
}

.dropdown-menu {
  background-color: transparent;
  margin: 0 !important;
  padding-left: 15px;
}

.open .highlighted {
  color: var(--white) !important;
  background: 0 0 !important;
}

.-default .realtor_heading_title a {
  color: var(--white);
  font-size: 36px;
  line-height: 36px;
}
.-default .realtor_heading_title a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.-default .realtor_heading_title span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: var(--white);
}

@media (max-width: 767px) {
  body:not(.home) header .site-banner .inner-page-title h1 {
    display: none;
  }
  header .-var1 .navbar-toggle, header .-var2 .navbar-toggle {
    background: var(--white);
  }
  header .-var1 .navbar-toggle .icon-bar, header .-var2 .navbar-toggle .icon-bar {
    background: var(--black);
  }
  header .-var1 #section_main_menu, header .-var2 #section_main_menu {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    margin: 0;
  }
  header .-var1 #section_main_menu #main_menu, header .-var2 #section_main_menu #main_menu {
    display: inline-block;
    float: left !important;
    margin-left: 10px;
  }
  header .-var1 .-below-wrap, header .-var2 .-below-wrap {
    padding: 0;
  }
  header .-var3 #section_main_menu {
    text-align: left;
  }
  header .-var3 #section_main_menu #main_menu {
    display: inline-block;
    float: left !important;
  }
  header .-var3 .section-above-navbar .col-sm-12 {
    display: block;
  }
  header .-var3 .contact-info {
    margin-top: 5px;
    display: block;
    margin-left: 0px;
  }
  header .-var3 .contact-info li {
    display: inline-block;
    margin-bottom: 10px;
  }
  header .-var3 .navbar-toggle {
    position: absolute;
    top: 80px;
    right: 20px;
    z-index: 999999999;
    background: var(--white);
  }
  header .-var3 .navbar-toggle .icon-bar {
    background: var(--black);
  }
  header .-var3 #section_main_menu {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
  }
}
@media (max-width: 991px) {
  header .-var1 .-social-wrap {
    margin-left: 0;
  }
}
/*********************************************/
/*              5.0 - Banners                */
/*********************************************/
/*---banner content---*/
body:not(.home) header {
  overflow: hidden;
}
body:not(.home) #static-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 30vh;
}
body:not(.home) .banner-layout-container {
  position: absolute;
  color: var(--white);
  bottom: 5%;
  width: 100%;
  font-size: 36px;
  left: 0;
  right: 0;
}
body:not(.home) .banner-layout-container h1 {
  font-size: 26px;
}

#top-header-content {
  position: relative;
}

.home #static-banner img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .banner-layout-container {
  position: absolute;
  width: 100%;
  color: var(--white);
  color: var(--inverse-font-color);
  bottom: 30%;
  z-index: 2;
}
.home .banner-layout-container .-default h1 {
  font-size: 5.4rem;
  margin-bottom: 50px;
  color: var(--white);
  font-weight: 300;
  text-transform: uppercase;
}
.home .banner-layout-container .-default p {
  font-size: 2.4rem;
  color: var(--white);
  font-weight: 300;
}
.home .banner-layout-container .-banner-text h1, .home .banner-layout-container .-banner-text p {
  color: var(--white);
}
.home .banner-layout-container .btn {
  border: 1px solid var(--white);
  color: var(--white);
  background: 0 0;
}
.home .banner-layout-container .-btn-right {
  text-align: left;
}
.home .banner-layout-container .-btn-left {
  text-align: right;
}

#static-banner:before {
  content: " ";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*--slider banner--*/
#slider-banner .carousel-inner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#slider-banner .carousel-inner .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .home .banner-layout-container {
    bottom: 15%;
  }
}
@media (max-width: 500px) {
  .home .banner-layout-container h1 {
    font-size: 3.6em;
  }
}
/*********************************************/
/*              6.0 - Content                */
/*********************************************/
/*-----ganzv2 content-----*/
/*sitemap*/
.-main.site-map h3 {
  text-transform: uppercase;
}
.-main.site-map a {
  font-size: 1.6em;
  color: #222;
}
.-main.site-map dl {
  margin: 10px 20px;
}
.-main.site-map dl dd {
  font-size: 1.6em;
}
.-main.site-map dl dd a {
  font-size: initial;
}
.-main.site-map dl dd dd {
  font-size: initial;
}
.-main.site-map dd {
  padding-left: 20px;
}

/*--spotlight variations--*/
.simp-spotlight, .-spotlight {
  background-color: var(--primary-color);
  padding: 12vh 0;
  text-align: center;
}
.simp-spotlight .s-title, .-spotlight .s-title {
  color: var(--white);
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: 300;
}
.simp-spotlight .s-text, .-spotlight .s-text {
  color: var(--white);
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  padding: 0 25%;
  font-weight: 300;
}

.fort-spotlight, .-spotlight1 {
  text-align: center;
  background: var(--primary-color);
  padding: 40px 0;
}
.fort-spotlight .-title, .-spotlight1 .-title {
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
.fort-spotlight strong, .-spotlight1 strong {
  font-weight: 700;
}
.fort-spotlight .-description, .-spotlight1 .-description {
  color: var(--white);
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 400;
}

.render-spotlight, .-spotlight3 {
  margin-top: 70px;
}
.render-spotlight h1, .-spotlight3 h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.render-spotlight p, .-spotlight3 p {
  font-size: 1.4em;
  line-height: inherit;
}

.tat-spotlight, .-spotlight5 {
  margin-top: 60px;
  margin-bottom: 30px;
}
.tat-spotlight .-content, .-spotlight5 .-content {
  padding-top: 20px;
}
.tat-spotlight .-content h1, .-spotlight5 .-content h1 {
  font-size: 5.9vh;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.tat-spotlight .-img-holder, .-spotlight5 .-img-holder {
  padding-top: 20px;
}

.prisma-spotlight, ._spotlight6 {
  border-bottom: 1px solid #181818;
  margin: 0;
}
.prisma-spotlight [data-type=container-content], ._spotlight6 [data-type=container-content] {
  padding-top: 20px;
}
.prisma-spotlight ._c-title ._title, ._spotlight6 ._c-title ._title {
  font-family: var(--alt-font) !important;
  text-align: center;
  color: var(--primary-color);
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.prisma-spotlight ._c-paragraph p, ._spotlight6 ._c-paragraph p {
  font-size: 1.8em;
  text-align: left;
  font-weight: 300;
}
.prisma-spotlight ._c-paragraph p strong, ._spotlight6 ._c-paragraph p strong {
  color: var(--white);
}

/*--cta-widget variations--*/
.simp-cta-widget, .-cta-widget {
  padding-top: 15vh;
  padding-bottom: 10vh;
}
.simp-cta-widget .s-menu-item, .-cta-widget .s-menu-item {
  height: 260px;
  overflow: hidden;
  position: relative;
  background: var(--bg-color);
  transition: all 300ms linear;
  border-radius: 3px;
  padding: 15px;
}
.simp-cta-widget .s-menu-item:hover, .-cta-widget .s-menu-item:hover {
  background-color: var(--primary-color);
  z-index: 999;
  transform: scale(1.1);
}
.simp-cta-widget .s-menu-item:hover .s-main, .-cta-widget .s-menu-item:hover .s-main {
  color: var(--white) !important;
  -webkit-animation: smallToBig 300ms ease;
  -moz-animation: smallToBig 300ms ease;
  -ms-animation: smallToBig 300ms ease;
  font-weight: 300;
}
.simp-cta-widget .s-menu-item:hover .s-icon, .-cta-widget .s-menu-item:hover .s-icon {
  color: var(--white) !important;
  font-size: 90px;
  opacity: 0.3;
  -webkit-animation: smallToBig 900ms alternate ease;
  -moz-animation: smallToBig 900ms alternate ease;
  -ms-animation: smallToBig 900ms alternate ease;
}
.simp-cta-widget .s-menu-item:hover .s-sub, .-cta-widget .s-menu-item:hover .s-sub {
  color: var(--white);
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
}
.simp-cta-widget .editable-icon, .-cta-widget .editable-icon {
  font-size: 200%;
}
.simp-cta-widget .editable-icon .s-icon, .-cta-widget .editable-icon .s-icon {
  font-size: 5em;
  color: var(--primary-color);
  opacity: 0.8;
  width: 100%;
  height: 50%;
  text-align: center;
  transition: all 400ms linear;
}
.simp-cta-widget .s-content, .-cta-widget .s-content {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 50%;
  top: 50%;
}
.simp-cta-widget .s-content .s-main, .-cta-widget .s-content .s-main {
  letter-spacing: 0px;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  transition: all 200ms linear;
}
.simp-cta-widget .s-content .s-sub, .-cta-widget .s-content .s-sub {
  text-align: center;
  font-size: 13px;
  color: #999;
  position: absolute;
  bottom: 20px;
  line-height: 16px;
  width: 100%;
  left: 0px;
  opacity: 0.8;
  transition: all 200ms linear;
  margin-bottom: 10px;
  padding: 0 15px;
  letter-spacing: 0;
}

.fort-cta-widget, .cta-widget1 {
  background: var(--primary-color);
  padding: 40px 0;
  color: var(--white);
  text-align: center;
}
.fort-cta-widget .container, .cta-widget1 .container {
  padding: 0;
}
.fort-cta-widget .container .col-sm-4, .cta-widget1 .container .col-sm-4 {
  text-align: center;
}
.fort-cta-widget .container .col-sm-4 a, .cta-widget1 .container .col-sm-4 a {
  color: var(--white);
}
.fort-cta-widget .container .col-sm-4 a .editable-icon .fa, .cta-widget1 .container .col-sm-4 a .editable-icon .fa {
  font-size: 3em;
}
.fort-cta-widget .container .col-sm-4 .-title, .cta-widget1 .container .col-sm-4 .-title {
  margin-bottom: 30px;
  margin-top: 20px;
  letter-spacing: 4px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.1;
}
.fort-cta-widget .container .col-sm-4 .-title strong, .cta-widget1 .container .col-sm-4 .-title strong {
  color: var(--white);
  font-weight: 700;
}
.fort-cta-widget .container .col-sm-4 .-description, .cta-widget1 .container .col-sm-4 .-description {
  letter-spacing: 2px;
  line-height: 1.1;
  font-size: 14px;
}

.render-cta-widget, .-cta-widget3 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.render-cta-widget img, .-cta-widget3 img {
  width: 100%;
}
.render-cta-widget .cta-text-wrap, .-cta-widget3 .cta-text-wrap {
  background: #eee;
  padding: 30px;
}
.render-cta-widget .cta-text-wrap h1, .-cta-widget3 .cta-text-wrap h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.render-cta-widget .cta-text-wrap p, .-cta-widget3 .cta-text-wrap p {
  font-size: 1.8em;
  text-align: center;
  padding-bottom: 60px;
}

/*------for render-------*/
.community-blurb {
  padding-top: 100px;
  padding-bottom: 70px;
  color: var(--white);
  background-image: url("/templates/ganzv2/img/community_blurb_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.community-blurb h4 {
  font-family: "Open Sans", sans-serif;
}
.community-blurb .-title {
  padding-left: 60px;
  font-size: 55px;
  font-family: "Open Sans", sans-serif;
}
.community-blurb .-price {
  padding-left: 50px;
  font-family: "Open Sans", sans-serif;
}
.community-blurb .-description {
  padding-bottom: 60px;
}

.prisma-cta-widget, ._cta6 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.prisma-cta-widget .home-link-wrap, ._cta6 .home-link-wrap {
  margin-bottom: 15px;
}
.prisma-cta-widget .home-link-wrap .editable-icon, ._cta6 .home-link-wrap .editable-icon {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.prisma-cta-widget .home-link-wrap .editable-icon .s-icon, ._cta6 .home-link-wrap .editable-icon .s-icon {
  color: var(--primary-color);
  font-size: 46px;
  text-align: center;
}
.prisma-cta-widget .home-link-wrap .editable-link, ._cta6 .home-link-wrap .editable-link {
  display: block;
  text-align: center;
}
.prisma-cta-widget .home-link-wrap .editable-link a, ._cta6 .home-link-wrap .editable-link a {
  color: var(--primary-color);
  font-family: var(--alt-font);
  font-size: 2.2em;
  text-align: center;
}
.prisma-cta-widget .link-description, ._cta6 .link-description {
  font-size: 1.6em;
  color: var(--secondary-color);
  text-align: center;
  padding: 15px;
}
.prisma-cta-widget .link-description strong, ._cta6 .link-description strong {
  color: var(--white);
}

.ganz-cta-widget, .-cta-widget4 {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #8f8f8f;
}
.ganz-cta-widget .-bxbg, .-cta-widget4 .-bxbg {
  background: var(--white);
  color: #797979;
  border: 1px solid #d9d9d9;
}
.ganz-cta-widget .-bxbg img, .-cta-widget4 .-bxbg img {
  max-width: 100%;
  height: auto;
}
.ganz-cta-widget .-txtbx, .-cta-widget4 .-txtbx {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  height: 200px;
  padding: 15px;
}
.ganz-cta-widget .-txtbx .-title, .-cta-widget4 .-txtbx .-title {
  font-size: 2.2em;
  color: var(--black);
}
.ganz-cta-widget .-txtbx .-description, .-cta-widget4 .-txtbx .-description {
  font-style: italic;
  font-size: 1.4em;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: var(--black) !important;
  line-height: 2rem;
}
.ganz-cta-widget .-txtbx .-learn-more, .-cta-widget4 .-txtbx .-learn-more {
  font-size: 14px;
  font-weight: 400 !important;
  color: var(--black) !important;
}

/*---home-contact---*/
.-c-contact {
  background: url(/templates/ganzv2/banners/38.jpeg) no-repeat center;
  background-attachment: fixed;
  min-height: 100vh;
  position: relative;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.-c-contact .-cnt-box {
  margin: auto;
  width: 100%;
  max-width: 500px;
  background: var(--primary-color);
  padding: 35px;
  color: var(--white);
  text-align: center;
}
.-c-contact .-cnt-box .-title {
  margin-top: 0;
  font-size: 26px;
  color: var(--white);
}
.-c-contact .-cnt-box .-description {
  font-style: italic;
}
.-c-contact .-cnt-box .outline-btn2 {
  border: 2px solid var(--white);
  width: 174px;
  text-align: center;
  padding: 15px 0;
  margin-top: 35px !important;
  margin: auto;
  font-size: 15px;
  font-weight: 400;
}
.-c-contact .-cnt-box .outline-btn2 .-contact-btn {
  color: var(--white);
}
.-c-contact .-cnt-box .outline-btn2:hover {
  border: 2px solid #3b3b3b;
}

[data-widget-type=rich_html] .-title {
  margin-top: 0;
  line-height: 1.1;
}

/*********************************************/
/*           7.0 - Property Page             */
/*********************************************/
.al-pagination {
  min-width: 260px;
}
.al-pagination .text {
  font-size: 1.6em;
}
.al-pagination li {
  line-height: 34px;
}

.listing_group-wrapper #listing_group .row {
  margin-bottom: 30px;
}
.listing_group-wrapper #listing_tab {
  float: right;
}
.listing_group-wrapper #listing_tab li a {
  font-size: 1.6em;
}
.listing_group-wrapper #listing_tab li a:hover {
  background: #337ab7 !important;
}

.uber-badge {
  position: absolute;
  padding: 10px 15px;
  border-radius: 0;
  top: 0;
  margin: 0;
  left: 15px;
}

.properties #list .p-list .listing {
  overflow: hidden;
  margin-bottom: 30px;
}
.properties #list .p-list .listing img {
  width: 100%;
}
.properties #list .p-list .address {
  font-size: 1.8em;
  text-transform: uppercase;
}
.properties #list .p-list .address a {
  color: #3b3b3b;
}
.properties #list .p-list .price {
  padding: 0 6px;
  margin: 0 auto;
  color: #3a3a3a;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 2.6em;
}
.properties #list .p-list .info li {
  font-size: 1.6em;
  font-weight: 300;
}
.properties #list .p-list .info li span:last-child {
  margin-right: 10px;
}
.properties #list .p-list .col-sm-9 {
  font-size: 1.6em;
  font-weight: 300;
}
.properties #list .p-list .col-sm-9 .inner_description .listing_provided_by {
  font-size: 0.7em;
}
.properties #list .p-list .col-sm-9 .inner_description .listing_provided_by strong {
  font-weight: 700;
}
.properties #grid .listing {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.properties #grid .listing img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.properties #grid .listing .address {
  font-size: 1.6em;
  margin: 15px 0 0;
  padding: 0 20px;
  text-transform: capitalize;
  line-height: 1.5;
}
.properties #grid .listing .address a {
  color: #3a3a3a;
  font-size: inherit;
}
.properties #grid .listing .price {
  margin: 10px 0;
  padding: 0 20px;
  font-size: 2.4em;
}
.properties #table th {
  font-size: 1.6em;
}
.properties #table td {
  font-size: 1.6em;
}
.properties #table .address h1 {
  font-size: inherit;
}
.properties #table .address h2 {
  font-size: inherit;
}
.properties #table .price h2 {
  font-size: inherit;
}
.properties #table .img-thumb .provided_by {
  float: left;
}
.properties #map th {
  font-size: 1.6em;
  font-weight: 700;
}
.properties #map td {
  font-size: 1.6em;
  font-weight: 300;
}
.properties #map .address h1 {
  font-size: inherit;
}
.properties #map .address h2 {
  font-size: inherit;
}
.properties #map .price h2 {
  font-size: inherit;
}

.social-sharing-buttons {
  margin-top: 10px;
}
.social-sharing-buttons .ubr_share_bar li {
  display: inline-block;
  width: auto !important;
  height: 30px !important;
  margin: 0 5px;
  float: left;
  padding: 0 !important;
}
.social-sharing-buttons .ubr_share_bar li iframe {
  width: auto !important;
  max-width: 60px;
  position: relative !important;
  bottom: 0;
}

/*********************************************/
/*        8.0 - listings Details Page        */
/*********************************************/
#listings-navigation {
  width: 100%;
}
#listings-navigation li a {
  font-size: 1.6em;
}
#listings-navigation .results {
  font-size: 1.6em;
  visibility: hidden;
}
#listings-navigation .next a {
  float: right;
}

.property_detail .breadcrumb {
  display: none;
}
.property_detail .breadcrumb li a {
  font-size: 1.6em;
}
.property_detail .uber-badge.badge {
  border-radius: 0;
  top: 0;
  margin: 0;
  position: absolute;
  z-index: 9999;
  padding: 10px 20px;
  font-size: 16px;
}
.property_detail .listing-header .row.top .address {
  font-size: 3em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.property_detail .listing-header .is-flex .property-info span {
  font-weight: 700;
  text-transform: uppercase;
}
.property_detail .listing-header #listingCarousel .carousel-inner img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.property_detail .listing-header .gallery-nav .nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.property_detail .listing-header .gallery-nav .nav-tabs li a {
  color: #404040;
  border-top: 2px solid transparent;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 1.6em;
}
.property_detail .listing-header .gallery-nav .nav-tabs li a:hover {
  color: var(--black) !important;
  border-bottom: 2px solid var(--black) !important;
  border-top: 2px solid var(--black) !important;
  transition: 0.3s all;
}
.property_detail .description {
  margin: 30px 0;
}
.property_detail .description .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.property_detail .description .listing-links {
  padding: 15px 0 60px;
  list-style: none;
  line-height: 3em;
  margin: 0;
}
.property_detail .description .listing-links li a {
  font-size: 1.6em;
  color: var(--black);
}
.property_detail .description .listing-links li a span {
  width: 30px;
}
.property_detail .description h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 16px;
}
.property_detail .description h3:after {
  display: inline-block;
  margin: 5px 10px;
  width: 5em;
  height: 2px;
  background-color: #999;
  content: "";
}
.property_detail .row.details .inner-details h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
.property_detail #listings-navigation li.next {
  float: right;
}
.property_detail .row.top .price {
  float: right;
}

.-afc-details-wrap .top-navigations {
  margin-bottom: 15px;
}
.-afc-details-wrap .top-navigations a {
  display: block;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 0;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 1.6em;
}
.-afc-details-wrap .listing-image-slider img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-afc-details-wrap #gmls_tab {
  margin: 0;
}
.-afc-details-wrap #gmls_tab li a {
  margin: 0;
  border-radius: 0;
  font-size: 1.6em;
  color: var(--black);
}
.-afc-details-wrap .-alisting-detail {
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin: 0;
}
.-afc-details-wrap .-alisting-detail h2, .-afc-details-wrap .-alisting-detail h3 {
  padding: 0 !important;
  text-align: left !important;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.6em;
  font-weight: 400;
}
.-afc-details-wrap .-alisting-detail h2::after, .-afc-details-wrap .-alisting-detail h3::after {
  display: inline-block;
  margin: 5px 10px;
  width: 5em;
  height: 2px;
  background-color: #999;
  content: "";
}
.-afc-details-wrap .-alisting-detail .detail-left {
  padding: 30px;
}
.-afc-details-wrap .-alisting-detail .detail-left hr {
  display: none;
}
.-afc-details-wrap .-alisting-detail .detail-left .d-label strong {
  font-weight: 300;
}
.-afc-details-wrap .-alisting-detail .detail-left .col-xs-6 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.6em;
}
.-afc-details-wrap .-alisting-detail .detail-right {
  padding: 30px;
}
.-afc-details-wrap .-alisting-detail .detail-right p {
  font-size: 1.5em;
}

.hq-ah--container {
  font-family: var(--main-font);
}
.hq-ah--container div p {
  font-size: 1.2em !important;
}

.businessCard {
  margin-top: 30px;
}
.businessCard h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 16px;
}
.businessCard h3:after {
  display: inline-block;
  margin: 5px 10px;
  width: 5em;
  height: 2px;
  background-color: #999;
  content: "";
}
.businessCard .agent_one img, .businessCard .agent_two img {
  max-width: 100%;
  height: auto;
}
.businessCard .agent_one .agent-details > ul, .businessCard .agent_two .agent-details > ul {
  padding: 0;
  list-style: none;
}
.businessCard .agent_one .agent-details > ul > li, .businessCard .agent_two .agent-details > ul > li {
  font-size: 1.5em;
}
.businessCard .agent_two {
  margin-top: 20px;
}

/*********************************************/
/*                 9.0 - AFC                 */
/*********************************************/
/*---afc list---*/
.afc-listings {
  margin-top: 60px;
}
.afc-listings .afc-top-nav {
  padding: 0;
}
.afc-listings ul.pagination {
  margin: 0;
}
.afc-listings ul.pagination li a {
  font-size: 1.4em;
}
.afc-listings .alisting-img .preview-thumb {
  margin-bottom: 1.5em;
}
.afc-listings .alisting-img .preview-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.afc-listings .alisting-img .al {
  margin: 5px 0;
}
.afc-listings .alisting-img .al a {
  color: var(--black);
}
.afc-listings .alisting-img h3.price {
  text-align: center;
  font-size: 2.8em;
  margin: 5px 0;
  padding: 0 15px;
}
.afc-listings .alisting-img ul.info {
  text-align: center;
  padding: 0 15px;
}
.afc-listings .alisting-img ul.info li {
  display: inline;
  font-size: 1.6em;
}
.afc-listings .alisting-img ul.info li:last-child .list-divider {
  display: none;
}
.afc-listings .alisting-img p.description {
  margin: 30px 0;
}
.afc-listings .alisting-img p.description a {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: var(--black);
}
.afc-listings .alisting-img p.listing_provided_by {
  font-size: 1.4em;
}

/*********************************************/
/*      10.0 - Featured Listing Widget       */
/*********************************************/
[data-widget-type=featured_listings] .title {
  display: none;
}

.featured_listings {
  overflow: hidden;
  max-height: 100vh;
}
.featured_listings .carousel-inner .item {
  width: 100%;
}
.featured_listings .carousel-inner .item a {
  display: block;
  width: 100%;
}
.featured_listings .carousel-inner .item a > span {
  position: absolute;
  font-size: 16px;
  padding: 15px 30px;
}
.featured_listings .carousel-inner .item a img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured_listings .carousel-inner .item a .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 10%;
}
.featured_listings .carousel-inner .item a .carousel-caption .address {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300 !important;
  text-transform: uppercase;
}
.featured_listings .carousel-inner .item a .carousel-caption .price {
  display: block;
  margin: 20px auto;
}
.featured_listings h3.provided_by {
  background: var(--black);
  margin: 0;
  padding: 15px;
  text-align: center;
  color: #fff;
}

/*********************************************/
/*      11.0 - Property Search Widget        */
/*********************************************/
[data-widget-type=search_board_listings] {
  padding-top: 50px;
  padding-bottom: 50px;
}
[data-widget-type=search_board_listings] .-title {
  text-transform: capitalize;
}
[data-widget-type=search_board_listings] .side_content .lstngs-sel .bootstrap-select {
  width: 100% !important;
  text-align: left;
  border-radius: 0;
}
[data-widget-type=search_board_listings] .side_content .lstngs-sel .bootstrap-select button {
  border-radius: 0;
  margin-top: 10px;
}
[data-widget-type=search_board_listings] .side_content .lstngs-sel .submit-btn {
  background: #2a2a2a;
  color: var(--white);
  width: 100%;
  border-radius: 0;
  margin-top: 10px;
}

/*********************************************/
/*             12.0 - Blog Widget            */
/*********************************************/
.-blog-widget {
  padding: 5vh 0;
}
.-blog-widget img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.-blog-widget .-title {
  text-transform: capitalize;
  padding-left: 15px;
}
.-blog-widget .-sub-title {
  font-weight: 500;
  text-transform: capitalize;
}
.-blog-widget .content-wrapper {
  border: 1px solid #ccc;
  padding: 10px;
}
.-blog-widget .content-wrapper .blog-content {
  display: none;
}
.-blog-widget .content-wrapper .-readmore {
  display: none;
}

@media (max-width: 768px) {
  .-blog-widget img {
    width: 100%;
    max-height: 100%;
  }
  .-blog-widget .-item {
    margin-bottom: 30px;
  }
}
/*********************************************/
/*         13.0 - Feature Box Widget         */
/*********************************************/
.c-cta .-title {
  margin-left: 15px;
}

/*********************************************/
/*        14.0 - Testimonial Widget          */
/*********************************************/
.simp-testimonial, .-testimonial {
  padding: 10vh 0;
}
.simp-testimonial h2, .-testimonial h2 {
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 3.6em;
}
.simp-testimonial .carousel, .-testimonial .carousel {
  margin-bottom: 20px;
}
.simp-testimonial .carousel .carousel-indicators, .-testimonial .carousel .carousel-indicators {
  margin-bottom: -26px;
}
.simp-testimonial .carousel .carousel-indicators li, .-testimonial .carousel .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--dark-bg-color);
  border: 1px solid var(--white);
  border-radius: 10px;
  opacity: 0.3;
}
.simp-testimonial .carousel .carousel-indicators .active, .-testimonial .carousel .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: var(--background-color);
  opacity: 1;
}
.simp-testimonial .carousel .carousel-inner, .-testimonial .carousel .carousel-inner {
  width: 70%;
  margin: 0 auto;
}
.simp-testimonial .carousel .carousel-inner > .item img.home-testim-avatar, .-testimonial .carousel .carousel-inner > .item img.home-testim-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
}
.simp-testimonial .carousel .carousel-inner .home-testim-text, .-testimonial .carousel .carousel-inner .home-testim-text {
  font-size: 16px;
  color: #999;
  font-style: italic;
  padding-bottom: 5px;
  padding-top: 10px;
  line-height: 25px;
}
.simp-testimonial .carousel .carousel-inner .home-testim-name, .-testimonial .carousel .carousel-inner .home-testim-name {
  font-size: 16px;
  font-weight: bold;
}

/*********************************************/
/*           15.0 - About Widget             */
/*********************************************/
[data-widget-type=about_content] .-title {
  margin-top: 0;
  line-height: 1.1;
}
[data-widget-type=about_content] .-btn-wrap {
  margin-top: 35px;
}
[data-widget-type=about_content] .-btn-wrap .a-btn {
  border: 2px solid #3b3b3b;
  width: auto;
  text-align: center;
  padding: 15px;
  margin-top: 35px;
  font-weight: 400;
  font-size: 1.6em;
  text-decoration: none;
  color: #404040;
}
[data-widget-type=about_content] .-btn-wrap .a-btn:hover {
  border: 2px solid #c3c3c3;
  color: #191970;
  text-decoration: underline;
}

.simp-about-us {
  padding: 10vh 0;
}
.simp-about-us .col-md-6 .-title, .simp-about-us .col-md-6 h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #333;
  text-align: left;
}
.simp-about-us .col-md-6 .-description, .simp-about-us .col-md-6 p {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 2em;
  text-align: left;
}
.simp-about-us .col-md-6 .-description span, .simp-about-us .col-md-6 p span {
  font-size: inherit;
}
.simp-about-us .col-md-6 .editable-link {
  text-align: left;
}
.simp-about-us .col-md-12 {
  padding: 0;
}

.-about4 .row {
  margin: 0;
}
.-about4 .col-sm-6 {
  padding: 0;
}
.-about4 #abt-text {
  height: 100vh;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.-about4 #abt-text .abt-box {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50.1%) translateX(-50.1%);
}
.-about4 #abt-text .abt-box .-title {
  margin-top: 0;
  font-size: 26px;
  letter-spacing: 4px;
  line-height: 1.1;
}
.-about4 #abt-text .abt-box .-description {
  margin-bottom: 1.5em;
}
.-about4 #abt-text .abt-box .-read-more {
  border: 2px solid #3b3b3b;
  width: auto;
  text-align: center;
  padding: 15px;
  margin-top: 35px;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  color: #404040;
}
.-about4 #abt-text .abt-box .-read-more:hover {
  border: 2px solid #c3c3c3;
  color: #191970;
  text-decoration: underline;
}
.-about4 .abt-img img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*********************************************/
/*           15.0 - Area Search Widget             */
/*********************************************/
.-area-search4 {
  margin: 0 auto;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.-area-search4 .col-md-4 {
  padding: 0;
  margin: 0;
}
.-area-search4 .col-md-4:first-child > figure {
  background: var(--primary-color) !important;
}
.-area-search4 .col-md-4:first-child > figure img {
  opacity: 0 !important;
}
.-area-search4 .effect-oscar {
  background: var(--black);
}
.-area-search4 .effect-oscar img {
  display: block;
  max-width: 100%;
  opacity: 0.6;
  width: 100%;
  transition: opacity 0.35s;
}
.-area-search4 .effect-oscar figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px;
}
.-area-search4 .effect-oscar figcaption .-title {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 96px;
  padding-bottom: 20px;
  font-size: 26px;
  text-align: center;
  line-height: 28px;
  margin: 0;
  transition: transform 0.35s;
  transform: translate3d(0, 25%, 0);
  text-align: center;
  margin-top: -35px;
}
.-area-search4 .effect-oscar figcaption p {
  color: var(--white) !important;
  border: 2px solid var(--white) !important;
  text-shadow: 0 0 5px var(--black);
  background: 0 0;
  opacity: 1;
  letter-spacing: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  width: 174px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 15px;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0);
}
.-area-search4 .effect-oscar figcaption a {
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.-area-search4 .effect-oscar:hover figcaption .-title {
  transform: translate3d(0, 0, 0);
}
.-area-search4 .effect-oscar:hover p {
  opacity: 1;
  transform: scale(1);
}
.-area-search4 .effect-oscar:hover img {
  opacity: 1;
}

/*********************************************/
/*          23.0 - Contact Widget           */
/*********************************************/
[data-widget-type=contact_info] {
  padding: 5vh 0;
  text-align: center;
}
[data-widget-type=contact_info] .-social-links li {
  display: inline-block;
  padding: 5px;
  font-size: 1.6em;
}
[data-widget-type=contact_info] .-phone li {
  font-size: 1.6em;
  padding: 5px 0;
}
[data-widget-type=contact_info] .-email a {
  font-size: medium;
  color: #333;
}

[data-widget-type=contact_us] .-title {
  margin-top: 0;
  line-height: 1.1;
}

/*********************************************/
/*          23.0 - Stat Counter Widget           */
/*********************************************/
@media (max-width: 768px) {
  [data-widget-type=stats_counter] .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
  }
}
[data-widget-type=stats_counter] .-title {
  margin-top: 0;
  line-height: 1.1;
  text-transform: capitalize;
}

/*********************************************/
/*               16.0 - Forms                */
/*********************************************/
.lead-form {
  float: left;
  width: 100%;
  margin-top: 30px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.4em;
}

.Receive.Newsletter input[type=checkbox] {
  display: inline-block;
  width: auto !important;
  margin: 0;
  vertical-align: bottom;
  margin-bottom: 15px;
  box-shadow: none;
}

.Receive.Newsletter label {
  display: inline-block;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 15px;
}
.form-group .submit {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  color: #575656;
  border: 2px solid #575656;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
  display: block;
  background: 0 0;
}

/*********************************************/
/*      17.0 - Home Page Slideshows          */
/*********************************************/
/*********************************************/
/*          18.0 - Homepage-Header           */
/*********************************************/
/*********************************************/
/*          19.0 - Top Navigation            */
/*********************************************/
/*********************************************/
/*       20.0 - Fo Buyers/Sellers Page       */
/*********************************************/
.-buyers, .-sellers, .sellers, .buyers, .for_sellers, .for_buyers, .links {
  /*.-main {
    [data-type="container-content"] {
      display: none;
    }
  }*/
}
.-buyers h2.-title, .-sellers h2.-title, .sellers h2.-title, .buyers h2.-title, .for_sellers h2.-title, .for_buyers h2.-title, .links h2.-title {
  font-size: 2.6em;
}

.for.buyers,
.for.sellers {
  margin-top: 30px;
}

.Receive.Newsletter label {
  font-weight: 300;
}

.sellers .lead-form .btn.submit, .buyers .lead-form .btn.submit, .for_sellers .lead-form .btn.submit, .for_buyers .lead-form .btn.submit {
  padding: 10px 30px;
  text-transform: uppercase;
  background: #fff;
  color: #111;
  border-radius: 0;
  font-size: 1.4em;
  border: 2px solid #000;
}
.sellers .lead-form .btn.submit:hover, .buyers .lead-form .btn.submit:hover, .for_sellers .lead-form .btn.submit:hover, .for_buyers .lead-form .btn.submit:hover {
  border-color: #ccc #bbb #aaa;
}

label[for="for sellers Moving/Selling"] {
  display: block !important;
  vertical-align: top;
  margin-top: 0;
  font-weight: 400;
}

/*********************************************/
/*          21.0 - Blog Page             */
/*********************************************/
body:not(.home) .-modules, body:not(.home) #page-content {
  padding-bottom: 60px;
  padding-top: 30px;
}

/*---common---*/
.breadcrumb {
  display: none;
}
.breadcrumb li a {
  font-size: 1.4em;
}

.blogs .blog-photo {
  position: relative;
}
.blogs .blog-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.blogs .uber_share {
  position: absolute;
  bottom: 5px;
}

.blogs .item {
  display: table;
  float: left;
}
.blogs .item .well {
  background: 0 0;
  border: 0;
  box-shadow: none;
}
.blogs .item article {
  background: #ccc;
  padding-bottom: 15px;
}
.blogs .item article .date {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 15px;
}
.blogs .item article .post_heading {
  padding: 0 15px;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
}
.blogs .item article .post_heading a {
  color: #333;
}
.blogs .item article .category {
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}
.blogs .item article .category a {
  color: #333;
  font-size: 1.6em;
}
.blogs .item .blog-content {
  padding: 0 15px;
  display: none;
}
.blogs .item .blog-content .lead {
  font-size: initial;
}

#blog-category-archive {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 30px;
}
#blog-category-archive .blog_category .sidebar-title {
  font-size: 22px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
#blog-category-archive .blog_category .sidebar {
  padding: 0;
  margin-left: 0;
  margin-bottom: 26px;
}
#blog-category-archive .blog_category .sidebar li {
  display: inline;
  margin-right: 15px;
}
#blog-category-archive .blog_category .sidebar li a {
  font-size: 1.6em;
  color: #3b3b3b;
}
#blog-category-archive .blog_category hr {
  display: none;
}
#blog-category-archive .blog_rss a {
  background: #f60;
  width: 100px;
  text-align: center;
  color: var(--white);
  border: 0;
  border-radius: 0;
}

.uber_share {
  float: left;
  clear: both;
  margin-left: 15px;
}
.uber_share .ubr_share_bar .ubr_share_button {
  display: inline-block;
  padding-right: 10px;
}
.uber_share .ubr_share_bar .ubr_share_button iframe {
  width: 60px;
  height: 20px;
}

/*********************************************/
/*            22.0 - Blog Article            */
/*********************************************/
.blog-detail article .meta {
  font-size: 1.6em;
}
.blog-detail article .blog-content {
  font-size: 1.6em;
}

.blog-detail .featuredImage img {
  width: 100%;
}
.blog-detail .-detail-wrap {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.blog-detail .-detail-wrap .-title {
  font-size: 2.6em;
  text-transform: uppercase;
}
.blog-detail .-detail-wrap .date, .blog-detail .-detail-wrap a {
  font-weight: 300;
  margin-bottom: 20px;
}
.blog-detail .uber_share {
  margin-top: 30px;
}

/*********************************************/
/*          23.0 - Links Page             */
/*********************************************/
.-links .-description {
  font-size: 1.4em;
}

#links .-title {
  font-weight: 700;
}
#links ul {
  padding: 0;
}
#links ul li {
  list-style: none;
  text-indent: -5px;
}
#links ul li:before {
  content: "-";
  text-indent: -5px;
}
#links ul li a {
  font-size: 1.6em;
  font-weight: 400;
}
#links ul li p {
  font-size: 1.4em;
}

/*********************************************/
/*          23.0 - Contact Page             */
/*********************************************/
.contact .map-title {
  font-size: 3.6em;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
}
.contact .map-description {
  text-align: center;
  margin-top: 46px;
  margin-bottom: 15vh;
  text-transform: capitalize;
  font-size: 2.4em;
  font-style: italic;
  font-weight: 300;
}
.contact .-contact-r2 {
  padding-top: 15vh;
  padding-bottom: 15vh;
  text-align: center;
}
.contact .-contact-r2 .-description {
  text-align: center;
  margin-top: 46px;
  text-transform: capitalize;
  font-style: italic;
}
.contact .-contact-r2 .editable-link {
  width: 180px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  border: 2px solid var(--black);
  border-radius: 4px;
  padding: 13px 30px;
  background: var(--white);
}
.contact .-contact-r2 .editable-link a {
  font-size: 1.6em;
  font-weight: 300;
  color: #333;
}
.contact .-contact-r2 .map-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
}
.contact .-contact-r2 .map-description {
  text-align: center;
  margin-top: 46px;
  margin-bottom: 15vh;
  text-transform: capitalize;
  font-size: 24px;
  font-style: italic;
}

[data-widget-type=contact_info] {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.-info-wrap {
  padding: 60px;
}

.-contact-details {
  text-align: center;
}
.-contact-details span {
  display: block;
}
.-contact-details .-social-links {
  margin-top: 30px;
}
.-contact-details .-social-links li {
  display: inline-block;
}
.-contact-details .-social-links li a {
  font-size: 2.4em;
  padding: 0 5px;
}
.-contact-details span {
  font-size: medium;
  font-style: italic;
}

.-contact-us .lead-form {
  width: 60%;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
.-contact-us .lead-form .col-sm-12 {
  padding: 0;
}
.-contact-us .lead-form h2.-title {
  text-align: center;
  text-transform: capitalize;
}
.-contact-us .lead-form .btn-default {
  margin-left: 15px;
  padding: 10px 30px;
  text-transform: uppercase;
  background: #fff;
  color: #111;
  border-radius: 0;
  font-size: 1.4em;
  border: 2px solid #000;
}
.-contact-us .lead-form .btn-default:hover {
  border-color: #ccc #bbb #aaa;
}
.-contact-us .lead-form .-form-wrap #form_protection {
  margin-top: 30px;
}
.-contact-us .lead-form .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  border-radius: 0;
}
.-contact-us .lead-form .form-control::-moz-placeholder {
  text-transform: uppercase;
  color: var(--black);
  font-weight: 500;
}
.-contact-us .lead-form .form-control::placeholder {
  text-transform: uppercase;
  color: var(--black);
  font-weight: 500;
}
.-contact-us .lead-form label {
  opacity: 0;
}

.-img-wrap img {
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*********************************************/
/*               25.0 - Footer               */
/*********************************************/
footer {
  /*---variation 1---*/
  /*--variation 2--*/
}
footer .-default {
  padding-top: 15vh;
  background: var(--primary-color);
  padding-bottom: 10px;
  border-top: 1px solid #adadad;
}
footer .-default .-left .-description {
  margin-bottom: 0;
  font-family: Georgia, Times, "Times New Roman", serif !important;
  font-size: 1.4em;
  text-align: center;
  color: var(--secondary-color);
  line-height: 2rem;
}
footer .-default .brokerage-logo {
  text-align: center;
}
footer .-default .brokerage-logo img {
  max-width: 240px;
  margin: 0 auto;
}
footer .-title {
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
  color: var(--secondary-color);
  font-size: 2.6em;
}
footer .contact-info p {
  margin-bottom: 0;
  font-family: Georgia, Times, "Times New Roman", serif !important;
  font-size: 1.4em !important;
  text-align: center;
  line-height: 2rem;
}
footer .contact-info p a, footer .contact-info p span {
  color: var(--secondary-color);
}
footer .contact-info p a i, footer .contact-info p span i {
  margin-right: 7px;
}
footer .-social-wrap {
  margin-top: 10px;
  text-align: center;
}
footer .-social-wrap li {
  display: inline-block;
  padding: 15px;
}
footer .-social-wrap li a {
  color: var(--white);
  font-size: 2.2em;
}
footer .-var1 {
  background: var(--primary-color);
  padding-top: 10vh;
}
footer .-var1 .brokerage-logo {
  margin-bottom: 30px;
}
footer .-var1 .brokerage-logo img {
  max-width: 240px;
  margin: 0 auto;
}
footer .-var1 .-left p {
  text-align: center;
  color: var(--secondary-color);
  margin-bottom: 1.5em;
}
footer .-var1 .-right {
  padding-top: 15px;
  padding-bottom: 30px;
}
footer .-var1 .-fixed .-contact {
  text-align: center;
  color: var(--secondary-color);
}
footer .-var1 .-fixed .-contact .-details li a {
  font-size: 1.6em;
  color: var(--secondary-color);
}
footer .-var1 .-fixed .-contact .-details li a .fa {
  margin-right: 7px;
}
footer .-var1 .-fixed .-contact .-address li {
  display: inline-block;
  font-size: 1.6em;
}
footer .-var1 .-fixed .-social-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
footer .-var1 .-fixed .-social-wrap li {
  display: inline-block;
}
footer .-var1 .-fixed .-social-wrap li a {
  font-size: 2em;
  padding: 10px;
  color: var(--white);
}
footer .-var2 {
  background: var(--primary-color);
  padding-top: 15vh;
}
footer .-var2 .-left p {
  color: var(--secondary-color);
  margin-bottom: 1.5em;
}
footer .-var2 .-right {
  padding-top: 15px;
  padding-bottom: 30px;
}
footer .-var2 .-fixed .contact-info {
  color: var(--secondary-color);
}
footer .-var2 .-fixed .contact-info .-details {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 24px;
}
footer .-var2 .-fixed .contact-info .-details li a {
  font-size: 1.6em;
  color: var(--secondary-color);
}
footer .-var2 .-fixed .contact-info .-details li a .fa {
  margin-right: 7px;
}
footer .-var2 .-fixed .contact-info .-address li {
  display: inline-block;
  font-size: 1.6em;
}
footer .-social-media-nav {
  margin-top: 5vh;
  margin-bottom: 30px;
  text-align: center;
}
footer .-social-media-nav li {
  display: inline-block;
}
footer .-social-media-nav li a {
  font-size: 2em;
  padding: 15px;
  color: var(--white);
}

.uber-footer {
  background: var(--primary-color);
  padding: 15px;
  margin: 0;
  border-top: 1px solid #adadad;
}
.uber-footer .container {
  width: 100%;
  padding: 0;
}
.uber-footer .copyright p {
  color: var(--secondary-color);
  font-size: 1.2em;
  margin-bottom: 5px;
}
.uber-footer .copyright li a {
  text-decoration: none;
  font-size: 1.2em;
  padding: 4px 10px;
  font-weight: 400;
  color: var(--secondary-color);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.uber-footer .copyright li:first-child a {
  padding-left: 0;
}
.uber-footer .poweredby .copyright-logo a {
  background: url(/templates/ganzv2/img/logo-sm.png) no-repeat 0 0;
  overflow: hidden;
  width: 72px;
  height: 27px;
  display: block;
  float: right;
  text-indent: -5000px;
  text-align: left;
  margin: 0;
  opacity: 1;
  border: 0;
  margin-top: 15px;
}

.alert p {
  font-size: 16px;
}

/*********************************************/
/*           26.0 - Media Queries            */
/*********************************************/
/*--- header ---*/
@media (max-width: 768px) {
  header .nav-contact-wrap {
    margin: auto !important;
  }
  header .company-logo {
    width: 100% !important;
  }
  header .navbar-header {
    width: 100% !important;
  }
}
/*--- blog ---*/
@media (min-width: 768px) {
  .blogs article {
    height: 200px;
  }
  .blogs .item {
    width: 33.333%;
  }
  .blogs .blog-photo {
    height: 220px;
    overflow: hidden;
    position: relative;
  }
  .blogs .blog-photo img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .blogs .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blogs .item {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .blogs .item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .blog-detail .meta {
    margin-bottom: 20px;
  }
}
/*--- property pages ---*/
@media (max-width: 992px) {
  .properties #list .p-list .address {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .properties .alisting-img > a {
    height: 250px;
    display: block;
    overflow: hidden;
  }
}
/*--- footer ---*/
@media (min-width: 768px) {
  footer .-var2 .-title {
    text-align: left;
  }
}
@media (max-width: 768px) {
  footer .-var2 p {
    text-align: center;
  }
  footer .-var2 .-details {
    padding-left: 0;
    text-align: center;
  }
  footer .-var2 .-details li {
    list-style: none;
  }
  footer .-var2 .-address {
    text-align: center;
  }
}
@media (min-width: 992px) {
  footer .-default .-left {
    padding-left: 120px !important;
  }
  footer .-default .-fixed {
    padding-right: 120px !important;
  }
}
@media (max-width: 992px) {
  footer .-title {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
/*--contact--*/
@media (max-width: 768px) {
  .contact [data-widget-type=contact_info] {
    padding-bottom: 0;
  }
}
/*********************************************/
/*        27.0 - Widget-Overrides          */
/*********************************************/
.alert {
  font-size: 1.6em;
}

[data-widget-content] {
  padding: 5vh 0;
}

[data-widget-content] .row {
  margin: 0;
}

.fa-stack {
  font-size: 3em;
}/*# sourceMappingURL=styles.css.map */