@font-face {
    font-family: 'Lato Bold';
    src: url('../fonts/Lato-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Lato-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Lato-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Lato-Bold.svg') format('svg');
}

@font-face {
    font-family: 'Lato Black';
    src: url('../fonts/Lato-Black.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Black.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Lato-Black.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Lato-Black.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Lato-Black.svg') format('svg');
}

@font-face {
    font-family: 'Lato SemiBold';
    src: url('../fonts/Lato-Semibold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Lato-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Lato-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Lato-Semibold.svg') format('svg');
}

@font-face {
    font-family: 'Lato Medium';
    src: url('../fonts/Lato-Medium.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Lato-Medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Lato-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Lato-Medium.svg') format('svg');
}

body {

    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: 'Lato Bold';
    margin: 0;
}

p {
    font-family: 'Lato Medium';
    margin-bottom: 20px;
    font-size: 18px;
    color: #9e9e9e;
}

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

ul li {
    font-family: 'Lato SemiBold';
    color: #9e9e9e;
    font-size: 18px;
    margin-bottom: 5px;
}

.bg-grey {
    background: #f5f5f5;
}

.sec-title {
    font-size: 30px;
    color: #05216a;
    margin-bottom: 35px;
    padding-bottom: 5px;
    position: relative;
}

.sec-title:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 575px;
    border-bottom: 1px solid #324f9b;
}

.sec-pad {
    padding-top: 55px;
    padding-bottom: 55px;
}

.btn {
    cursor: pointer;
}

.btn-primary.btn--red {
    font-family: 'Lato Bold';
    padding: 8px 15px;
    background: linear-gradient(#f72b32, #d22127);
    color: #fff;
    font-size: 14px;
    border-color: transparent;
    border-radius: 5px;
}

.btn-primary.btn--red:hover,
.btn-primary.btn--red:focus {
    background: linear-gradient(#d22127, #f72b32);
    color: #fff;
    box-shadow: none;
}

.btn-primary.btn--blue {
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 5px;
}

.btn-primary.btn--blue.type-2 {
    padding-right: 65px;
    font-size: 18px;
    position: relative;
}

.btn-primary.btn--blue {
    color: #fff;
    background-color: #05216a;
    border-color: #05216a;
    text-transform: uppercase;
    font-family: 'Lato Bold';
    border-radius: 5px;
    padding: 6px 16px;
}

.btn-primary.btn--blue:hover,
.btn-primary.btn--blue:focus {
    background: #fff;
    color: #05216a;
    box-shadow: none;
}
.btn-primary.btn--blue.type-2:hover,
.btn-primary.btn--blue.type-2:focus{
    background: #05216a;
    color:#fff;
    opacity: .9;
}
.btn-primary.btn--blue.type-2:before {
    content: "\f105";
    font-family: 'Fontawesome';
    font-size: 71px;
    color: #fff;
    position: absolute;
    top: -16px;
    left: -6px;
    line-height: 1;
}

.btn-primary.btn--green {
    color: #fff;
    background-color: #068e16;
    border-color: #069d0d;
    text-transform: uppercase;
    font-family: 'Lato Bold';
    border-radius: 0px;
    padding: 6px 16px;
    font-size: 13px;
}

.btn-primary.btn--green:hover,
.btn-primary.btn--green:focus {
    background: #fff;
    color: #069d0d;
    box-shadow: none;
    opacity: .9;
}

.btn-primary.btn--green.type-2 {
    padding-right: 65px;
    padding-left: 45px;
    font-size: 21px;
    border-radius: 5px;
    position: relative;
}

.btn-primary.btn--green.type-2:before {
    content: "\f105";
    font-family: 'Fontawesome';
    font-size: 71px;
    color: #fff;
    position: absolute;
    top: -16px;
    left: -6px;
    line-height: 1;
}

.navbar-light .navbar-brand {
    position: relative;
}

.navbar-light .navbar-brand img {
    position: absolute;
    top: -93px;
}
.nav-item.dropdown:hover .dropdown-menu{
    display: block;
}
.navbar-light .navbar-nav .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
}
.header-top .header-top-inner {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header-top .header-top-inner div:last-child {
    width: 227px;
    text-align: center;
}

.header-top .header-top-inner div:first-child {
    width: calc(100% - 227px);
    text-align: right;
}

header {
    border-top: 5px solid #cf2026;
}

.header-top {
    padding: 25px 0px;
}

.header-top h2 {
    color: #34509d;
    font-size: 21px;
    margin-right: 10%;
}

.header-top h3 {
    color: #313131;
    font-size: 18px;

}

.header-top a {
    font-family: 'Lato Black';
    font-size: 28px;
    color: #f72b32;
    text-decoration: none;
}

.header-top a span {
    font-size: 13px;
    margin: 0px 5px;
}

.header-top a i {
    -webkit-transform: rotate(19deg);
    -moz-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    -o-transform: rotate(19deg);
    transform: rotate(19deg);
}

.navbar {
    background-color: #fff !important;
    background-image: url(../assets/images/menu-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Lato SemiBold';
    color: #313131;
    font-size: 16px;
    padding-left: 17px;
    padding-right: 17px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;

}

.navbar-light .navbar-nav .nav-item {
    position: relative;

}

.navbar-light .navbar-nav .nav-item:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: #ce2026;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    opacity: 0;
}

.navbar-light .navbar-nav .nav-item.active:before,
.navbar-light .navbar-nav .nav-item:hover:before,
.navbar-light .navbar-nav .nav-item.show:before {
    opacity: 1;
}

.navbar-light .dropdown-toggle::after {
    display: none;
}

.navbar-light .dropdown-item {
    padding: 10px 17px;
    color: #313131;
    text-align: center;
}

.navbar-light .dropdown-item:hover {
    background: linear-gradient(#f72b32, #d22127);
    color: #fff;
}

.navbar-light .navbar-nav .user-btn .nav-link {
    background: #f72b32;
    color: #fff;
    padding: 16px 15px;
    background: linear-gradient(#f72b32, #d22127);
}

.navbar-light .navbar-nav .user-btn .nav-link i {
    margin-right: 5px;
}

.navbar-light .navbar-nav .imovel-btn .nav-link {
    background: #3b37a0;
    color: #fff;
    padding: 16px 15px;
    background: linear-gradient(#3b37a0, #201d6f);
}

.navbar-light .navbar-nav .nav-item.imovel-btn:hover:before{
    background: #4440b0;
}

.menu ul ul{
	margin-left: 160px;
	top: 0px;
	position: absolute;
	background: #f5f5f5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    opacity: 0.9;
}

.slider-item img {
    width: auto;
	height: 100%;
	margin: 0 auto;
}

.hero-slider .slider-item img {
    /* width: 100%; */
	min-height: 570px;
    object-fit: cover;
	height: 610px;
}

/**
  Controls - pause/resume, previous, and next buttons
*/

  /* Resets for all buttons */
  .is-control {
    background: none;
    color: rgba(0,0,0,.7);
    border: 0;
    cursor: pointer;
    transition: all .2s linear;
  }

    .is-control:focus {
      outline: none;
      background-color: rgba(0,0,0,.8);
      color: rgba(255,255,255,1);
    }

  /* Pause/resume button */
  .rotation-button {
    position: absolute;
    bottom: 5px;
    left: 5px;
    
    padding: 10px 15px;
    z-index: 1;
    
    font-size: 20px;
    border-radius: 5px;
  }

    .rotation-button .pause-container, 
    .rotation-button .resume-container {
      display: none;
    }

      .rotation-button .pause-container.is-visible, 
      .rotation-button .resume-container.is-visible {
        display: block;
      }

  /* Previous slide button */
  .previous-button {
    position: absolute;
    left: 0;
    top: 270px;
    
    padding: 5px 15px;
    z-index: 1;
    
    font-size: 40px;
	color: #FFF;
    
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
  }

  /* Next slide button */
  .next-button {
    position: absolute;
    right: 0;
    top: 270px;
    
    padding: 5px 15px;
    z-index: 1;
    
    font-size: 40px;
	color: #FFF;
    
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0;
  }


.menu ul ul {
    list-style-type: none;
}
.has-sub-menu{
	position: relative;
}
.hero {
    position: relative;
}

.hero-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
}

.hero-title {
    background: rgba(8, 16, 50, .8);
    margin-left: 18%;
    padding: 28px;
    width: 100%;
    max-width: 540px;
    padding-bottom: 35px;
}

.top-form-wrapper {
    background: rgba(8, 16, 50, .8);
    padding: 20px 50px 30px 50px;
}

.hero-title h1 {
    font-family: 'Lato Black';
    color: #c4c7cc;
    font-size: 47px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.hero-title span {
    display: block;
    font-size: 20px;
    color: #8fb1fc;
    margin-bottom: 5px;
}

.hero-title h4 {
    font-family: 'Lato SemiBold';
    color: #cdcdcd;
    font-size: 19px;
}

.hero-title a {
    text-decoration: none;
    color: #093b69;
    background: #d7d8dd;
    font-size: 18px;
    font-family: 'Lato Medium';
    padding: 4px 21px;
    float: right;
    margin-right: -28px;
}

.top-form-wrapper h3 {
    font-family: 'Lato Bold';
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

.top-form-wrapper .form-group {
    width: 268px;
}

.top-form-wrapper .form-control {
    font-family: 'Lato Bold';
    font-size: 14px;
    color: #293452;
    border-radius: 0px;
    border-color: transparent;
    height: 30px;
    padding: .3rem .75rem;
}

select.form-control:not([size]):not([multiple]) {
    height: 34px;
    padding: .3rem .75rem;
    -webkit-appearance: none;
    background-image: url(../assets/images/carret-down.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.form-control::-webkit-input-placeholder {
    color: #293452;
    opacity: 1;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #293452;
    opacity: 1;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #293452;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #293452;
    opacity: 1;
}

.top-form-wrapper .btn--red {
    width: 100%;
}

.hero .slick-slide {
    position: relative;
}

.hero .slick-slide:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: #324f9b;
}

.hero .slick-slide:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 10%;
    height: 5px;
    background: #ce2026;
    -webkit-transition: all 6s;
    -moz-transition: all 6s;
    transition: all 6s;
    z-index: 9;
}

.hero .slick-slide.slick-current:after {
    width: 100%;
}

.property-single a {
    text-decoration: none;
}

.property-single a div {
    display: block;
	overflow: hidden;
}

.property-single a .foto {
    height: 248px;
}

.property-single a .foto_search {
    height: 194px;
}	

.property-single a img {
    width: 100%;
}

.highlights-slider .slick-slide .property-single,
.highlights-lease-slider .slick-slide .property-single {
    margin: 5px 25px;
    margin-bottom: 20px;
}

.property-single {
    background: #fff;
    border-top: 1px solid #324f9b;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.property-single:hover {
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.18);
}

.property-content p {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-content p i {
    width: 20px;
    color: #939393;
    font-size: 13px;
}

.property-content p span {
    width: calc(100% - 20px);
    color: #939393;
    font-size: 13px;
    text-transform: uppercase;
}

.property-content {
    border: 1px solid #d2d2d2;
    border-top-color: transparent;
    padding: 10px 15px 30px 15px;

}

.property-single h2 {
    font-size: 13px;
    color: #fff;
    background: #324f9b;
    padding: 5px 15px;
}

.cta-div {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.cta-div p {
    font-family: 'Lato Bold';
    font-size: 21px;
    color: #05216a;
    text-transform: uppercase;
    margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

.cta-div small {
	display: block;
    margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 4px;
}

.slick-prev,
.slick-next {
    z-index: 99;
}

.slick-prev:before {
    content: url(../assets/images/arrow-left.png);
}

.slick-next:before {
    content: url(../assets/images/arrow-right.png);
}

.welcome-message {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.bg-white{
    background: #fff;
}
.welcome-message:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .93);
}

.welcome-message h2 {
    font-family: 'Lato Medium';
    font-size: 28px;
    color: #9e9e9e;
    margin-bottom: 25px;
}

.welcome-message h2 span {
    font-family: 'Lato Bold';
    color: #05216a;
}

.welcome-message .row {
    align-items: center;
}

.welcome-right {
    border-left: 2px solid #d3d3d3;
}

.welcome-content {
    width: 100%;
    max-width: 589px;
    margin-left: auto;
    margin-right: auto;
}



.footer-financing {
    border-top: 1px solid #959595;

}

.footer-financing .row {
    align-items: center;
}

.footer-financing h2 {
    font-family: 'Lato SemiBold';
    font-size: 18px;
    color: #093b69;
    text-transform: uppercase;
}

.footer-financing h2 span {
    font-family: 'Lato Black';
}

.financing-icons {
    text-align: right;
}

.financing-icons img {
    display: inline-block;
    margin: 15px 20px;
}

.footer-top {
    background: url(../assets/images/bg-2.jpg) no-repeat center center /cover;
}

.footer-item {
    padding: 30px 0px;
}

.footer-item h3 {
    font-family: 'Lato Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
}

.footer-item h3:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40px;
    border-bottom: 1px solid #fff;
}

.footer-item ul {
    list-style-type: none;
}

.footer-item ul li {
    line-height: 1.4;
}

.footer-item ul li a {
    color: #fff;
    font-family: 'Lato Medium';
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.footer-item ul li a:hover {
    color: #d3dffe;
}

.footer-contact a {
    text-decoration: none;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-family: 'Lato SemiBold';
    font-size: 21px;
    margin-bottom: 5px;
}

.footer-contact a i {
    margin-right: 10px;
}

.footer-contact a[href^="mailto:"] {
    font-size: 14px;
}

.footer-loc p {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    align-items: top;
    font-family: 'Lato SemiBold';
    font-size: 14px;
}

.footer-loc p i {
    margin-right: 10px;
    font-size: 16px;
    position: relative;
    top: 3px;
}

.footer-loc a {
    font-family: 'Lato Bold';
    font-size: 12px;
    color: #05216a;
    text-decoration: none;
    display: inline-block;
    background: #dae0fd;
    padding: 5px 39px;
}

.footer-loc a:hover {
    opacity: .95;
}

.footer-social {
    text-align: right;
}

.footer-social a {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #16307b;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.footer-social a:hover {
    background: #c70b2f;
    color: #fff;
}

.f-logo {
    margin-left: 20px;
    opacity: .5;
}

.footer-mid {
    background: #fff;
    padding: 12px;
}

.footer-mid a {
    display: inline-block;
    text-decoration: none;
    color: #585859;
    font-family: 'Lato Bold';
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-bottom {
    background: #d62228;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.bottom-item-inner h3 {
    font-family: 'Lato Bold';
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.bottom-item-inner p {
    margin-bottom: 0px;
    font-family: 'Lato SemiBold';
    color: #fff799;
    font-size: 23px;
    line-height: 1;
}

.bottom-item-inner a {
    color: #fff799;
}


.bottom-item-inner p span {
    font-size: 11px;
    margin-right: 10px;
}

.bottom-item-inner p i {
    margin-left: 10px;
}

.footer-bottom-item {
    margin: 25px 0px;
    border-right: 2px solid #fff;
    width: 20%;
    text-align: center;
    padding: 0px 15px;
}

.bottom-item-inner {
    display: inline-block;
    text-align: left;
}

.footer-bottom-item.type-2 {
    border-right-color: transparent;
    background: linear-gradient(#dfdfdf, #fff);
    margin: 0px;
    padding: 24px 15px;
    position: relative;
}

.footer-bottom-item.type-2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-right: 10px solid #f0f0f0;
}

.no-border {
    border-color: transparent !important;
}

#mob-toggle {
    display: none;
}

.banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 115px;
}

.filter-form {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;

}

.filter-form .form-group {
    width: 11.7%;
    margin: 0px 1.3%;
    margin-bottom: 3px;
}

.filter-form .form-group.width-2 {
    width: 25.8%;
}

.filter-wrapper {
    background: rgba(46, 76, 153, 0.8);
    padding: 20px 30px;
}

label {
    font-family: 'Lato Bold';
    font-size: 15px;
    display: block;
    margin-bottom: 3px;
}

.form-group.width-3 {
    width: 18.8%;
}

.filter-wrapper .form-group .form-control {
    border-radius: 0px;
    height: 30px;
    font-size: 15px;
    font-family: 'Lato Bold';
}

.filter-wrapper select.form-control:not([size]):not([multiple]) {
    height: 30px;
    background-image: url(../assets/images/angle-down.png);
    padding-right: 20px;
}

.filter-wrapper label {
    color: #fff;
}

button.btn--search {
    width: 100%;
    font-family: 'Lato Bold';
    font-size: 16px;
    background: linear-gradient(#f72b32, #d22127);
    padding: 4px 10px;
    border: none;
    padding-left: 30px;
    color: #fff;
    border-radius: 0px;
    position: relative;
}

button.btn--search i {
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #912a2d;
    text-align: center;
    padding-top: 4px;
}

button.btn--search:hover,
button.btn--search:focus {
    outline: 0px;
    box-shadow: none;
    color: #fff;
    background: linear-gradient(#d22127, #f72b32);

}

.filter-wrapper h2 {
    font-family: 'Lato Bold';
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
    padding-left: 10px;
    position: relative;
}

.filter-wrapper h2:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 15px;
    width: calc(100% - 215px);
    border-bottom: 1px solid #fff;
}

.text-content {
    padding-left: 20px;
    border-left: 2px solid #2a4897;
    margin-left: -23px;
}

.sec-title-2 {
    font-size: 28px;
    font-family: 'Lato Bold';
    color: #05216a;
    margin-bottom: 20px;
}

.text-cta {
    margin-top: 148px;
}

.btn-primary.btn--red.type-2 {
    padding-right: 65px;
    font-size: 18px;
    border-radius: 5px;
    position: relative;
}

.btn-primary.btn--red.type-2 span {
    font-family: 'Lato Black';
}

.btn-primary.btn--red.type-2:before {
    content: "\f105";
    font-family: 'Fontawesome';
    font-size: 71px;
    color: #fff;
    position: absolute;
    top: -16px;
    left: -6px;
    line-height: 1;
}

label {
    font-size: 12px;
    letter-spacing: 1px;
}

.type-2 .text-img img {
    width: 100%;
    max-width: 100% !important;
    -webkit-border-radius: 85px 0px 0px 0px;
    -moz-border-radius: 85px 0px 0px 0px;
    border-radius: 85px 0px 0px 0px;
}

.type-2 .text-cta {
    margin-top: 80px;
}

.type-2 .text-cta a {
    margin-bottom: 15px;
}

.type-2.btn-primary.btn--red.type-2 {
    padding-right: 45px;
    width: 332px;
}



.btn-link {
    color: #093b69;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Lato Bold';
    position: relative;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #093b69;
    opacity: .9;
}

.btn-link:before {
    content: "\f107";
    position: absolute;
    left: -8px;
    color: #093b69;
    font-family: Fontawesome;
    top: 6px;
    font-size: 23px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.btn-link[aria-expanded="true"]:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-div .card {
    border-color: transparent;
}

.card-body {
    padding-left: 33px;
}

.card-body ul {
    list-style-type: disc;
    padding-left: 15px;
    margin-bottom: 25px;
}

.form-wrapper .form-control {
    border-color: #324f9b;
    border-radius: 15px;
    color: #05216a;
    font-family: 'Lato SemiBold';
}

.form-wrapper .form-control::-webkit-input-placeholder {
    color: #324f9b;
    opacity: 1;
}

.form-wrapper .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #324f9b;
    opacity: 1;
}

.form-wrapper .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #324f9b;
    opacity: 1;
}

.form-wrapper .form-control:-ms-input-placeholder {
    color: #324f9b;
    opacity: 1;
}

textarea {
    min-height: 110px;
    max-width: 100%;
}

.form-wrapper h3 {
    font-family: 'Lato SemiBold';
    background: #324f9b;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 16px;
    padding: 8px 15px;
    margin-bottom: 1rem;
}

.form-wrapper button.btn--red.full-width {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.form-wrapper button.btn--red {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.has-form .text-content {
    border-left: none;
}

.bottom-img img {
    margin: 100px 0px;
}

.contact-box {
    padding-right: 70px;
    padding-top: 30px;
}

.contact-box h4 {
    font-size: 18px;
    color: #324f9b;
    margin-bottom: 8px;
    font-family: 'Lato SemiBold';
}

.contact-box p {
    margin-bottom: 8px;
}

.contact-box p.phone-no {
    color: #e2252b;
    font-size: 22px;
    font-family: 'Lato Black';
}

.contact-box p.phone-no i {
    color: #5d5d5d;
    margin-left: 4px;
}

.contact-box a {
    color: #9e9e9e;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

#google-map {
    height: 438px;
}

.map-div {
    position: relative;
}
.map-div:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 5px;
    width: 100%;
    background: #cf2026;
    z-index: 9999;
}
.map-div:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 5px;
    width: 40%;
    background: #2a4897;
    z-index: 9999;
}
.map-title h3 {
    color: #0a2b81;
    font-size: 18px;
    font-family: 'Lato SemiBold';
}

.map-title {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    text-align: center;
    background: #fff;
    padding: 13px 20px;
    -webkit-box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.13);
}
.navbar-light .navbar-nav .nav-item {
    margin-bottom: 0px;
}
.map-title:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    height: 0px;
    margin-left: -1px;
    border-top: 0px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 40px solid white;
}

.map-title:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 100%;
    height: 0;
    margin-right: -1px;
    border-top: 0px solid transparent;
    border-bottom: 45px solid transparent;
    border-right: 40px solid white;
}

.client .text-content h3 {
    font-size: 18px;
    color: #05216a;
}

.search-div {
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
}

.search-div p,
.search-div div {
    width: 50%;
}

.btn-default {
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 0px;
    margin-top: -4px;
}

.table th {
    background: #f7f7f7;
}

.color-red {
    color: red !important;
}

.client .text-content {
    padding-right: 30px;
}
.footer-financing {
    background: #fff;
}
.search-result .cta-div p {
    font-size: 19px;
}
.search-result .btn-primary.btn--blue {
    padding: 6px 13px;
    font-size: 12px;
}
.search-result .property-single {
    margin-bottom: 30px;
}

.custom-pagination ul{
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}
.custom-pagination ul li{
    color: #05216a;
}
.custom-pagination ul li a{
    text-decoration: none;
    display: inline-block;
    color: #05216a;
    padding: 0px 15px;
}
.custom-pagination ul li span:first-child{
    font-family: 'Lato Bold';
}
.custom-pagination {
    margin-top: 20px;
}
.highlights-slider-2 .slick-slide {
    margin: 0px 15px;
}
.slider-nav .slider-item{
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
}
.slider-nav .slider-item img{
    opacity: .6;
}
.slider-nav .slick-current img{
    opacity: 1;
}
.slider-nav {
    margin-top: 5px;
}
.details-content a{
    width: 100%!important;
    margin-top: 10px;
}
.details-content .btn-primary.btn--red,
.details-content .btn-primary.btn--green,
.details-content .btn-primary.btn--blue{
    padding-top: 3px;
    padding-bottom: 7px;
    text-align: left !important;
}

.details-content .btn-primary.btn--red i,
.details-content .btn-primary.btn--green i,
.details-content .btn-primary.btn--blue i{
    margin: 0px 20px 0px 10px;
    font-size: 32px !important;
}

.btn--red.type-2.has-grey {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    padding-right: 0px!important;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.btn--red.type-2.has-grey span{
    display: block;
    width: 70%;
     background: linear-gradient(#fafafa, #eeeeee);
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
    color: #ed282f;
    height: 44px;
    line-height: 44px;
    text-align: center !important;
}

.details-content{
    padding-left: 20px;
}
.content-inner h3{
    position: relative;
    padding-left: 15px;
    color: #324f9b;
    font-family: 'Lato SemiBold';
    font-size: 18px;
    margin-bottom: 15px;
}
.content-inner h3:before{
    content: "\f105";
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Fontawesome;
}

.content-inner h3 span{
    color: #9e9e9e;
}
.content-inner img{
    width: 121px;
    margin-bottom: 15px;
}

.map-div.type-2:before {
    top: auto;
    bottom: 0px;
}
.map-div.type-2:after {
    top: auto;
    bottom: 0px;
    left: auto;
    right: 0px;
    height: 5px;
    width: 40%;]
}
.sec-title-2.type-2 {
    margin-bottom: 40px;
}

.sec-title-2.type-2 img{
    margin-right: 10px;
}
.bottom-slider .cta-div p {
    font-size: 16px;
}

.modal-dialog.modal-dialog-centered{
        top: 50%;
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
}
.modal-content{
    padding: 35px;
    border: 5px solid #324f9b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.modal-content .close{
    position: absolute;
    top: 0px;
    right: -40px;
}
.modal h5{
    text-align: center;
    color: #324f9b;
}
.modal .btn-primary.btn--blue {
    padding: 8px 10px;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
}
.modal-content .close span {
    width: 30px;
    height: 30px;
    background: #fff;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #324f9b;
}
.close:focus, .close:hover{
    opacity: 1;
    cursor: pointer;
}

.slider-for{
	height: 380px; 
	overflow: hidden;
}

.slider-for a{
    position: relative;
    display: inline;
	width: 100%;
}

.slider-for a:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.slider-for a:after{
    content: "\f00e";
    font-family: Fontawesome;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
        opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.slider-for a:hover:before,
.slider-for a:hover:after{
    opacity: 1;
}




.content-inner p {
  font-family: 'Lato Medium', sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  color: #9e9e9e;
  text-align: justify;
}


.property-top-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.property-gallery-box,
.property-summary-box,
.property-description-box {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}


.slider-for .slick-prev,
.slider-for .slick-next{
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    z-index: 3 !important;
}

.slider-for .slick-prev{
    left: 12px !important;
}

.slider-for .slick-next{
    right: 12px !important;
}

.slider-for .slick-prev:before,
.slider-for .slick-next:before{
    color: #fff !important;
    font-size: 18px !important;
}


.property-gallery-box {
    padding: 30px;
}

.property-summary-box {
    padding: 20px;
}

.property-description-row {
    margin-top: 30px;
}

.property-description-box {
    padding: 30px;
}

.property-description-box p{
    text-align: justify !important;
    text-justify: inter-word;
    line-height: 1.9;
}

@media (max-width: 576px){
    .property-description-box p{
        hyphens: auto;
        line-height: 1.8;
    }
}

.property-description-box p{
    hyphens: auto;
}


.property-title-bar{
    box-sizing: border-box !important;
    padding: 12px 18px !important;
}

.property-main-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 8px;
    padding-top: 10px;
}

.property-location-line {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.property-price-box {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 20px;
}



.property-price-box,
.property-info-item{
    box-sizing: border-box !important;
    padding: 18px 20px !important;
}

.property-info-item{
    padding: 16px 20px 16px 20px !important;
}

.property-price-label {
    display: block;
    font-size: 13px;
    color: #777;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.property-price-value {
    display: block;
    font-size: 30px;
    line-height: 1.1;
    color: #b11f24;
}

.property-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}

.property-info-item {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 12px 14px;
    min-height: 72px;
}

.property-info-item span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 4px;
}

.property-info-item strong {
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 1.3;
}

.property-cta-group .btn {
    width: 100%;
    margin-bottom: 12px;
}

.property-share-box {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ededed;
}

.property-description-box h3 {
    margin-bottom: 18px;
}

.property-description-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0;
}

.property-back-link {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .property-summary-box {
        margin-top: 25px;
    }

    .property-info-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px){
    .property-summary-box{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 575px) {
    .property-info-grid {
        grid-template-columns: 1fr;
    }

    .property-main-title {
        font-size: 24px;
    }

    .property-price-value {
        font-size: 26px;
    }

    .property-description-box {
        padding: 20px;
    }
}


.property-cta-group{
    margin-top: 30px !important;
    padding-top: 20px !important;
    border-top: 1px solid #eeeeee !important;
}



.property-back-link{
    margin: 0 0 18px 0 !important;
    text-align: left !important;
}

.property-back-link .property-back-button{
    display: inline-block !important;
    padding: 10px 18px !important;
    background: #f2f2f2 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px !important;
    color: #1d1d1d !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.property-back-link .property-back-button:hover{
    background: #e31e24 !important;
    border-color: #e31e24 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.property-back-link .property-back-arrow{
    display: inline-block !important;
    margin-right: 8px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}


.only-mobile-back{
    display: none;
}

.only-desktop-back{
    display: block;
}

@media (max-width: 767px){
    .only-mobile-back{
        display: block !important;
        margin-bottom: 15px !important;
    }

    .only-desktop-back{
        display: none !important;
    }
}


.btn--red.type-2:before,
.btn--blue.type-2:before,
.btn--green.type-2:before{
    content: none !important;
}

@media (max-width: 767px){
    .property-cta-group .btn-primary.btn--blue.type-2,
    .property-cta-group .btn-primary.btn--red.type-2{
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 12px 16px !important;
        min-height: 48px !important;
    }

    .property-cta-group .btn-primary.btn--blue.type-2 i,
    .property-cta-group .btn-primary.btn--red.type-2 i{
        margin: 0 10px 0 0 !important;
        font-size: 22px !important;
        line-height: 1 !important;
        flex-shrink: 0 !important;
    }
}

.property-cta-group .btn-primary.btn--green.type-2,
.property-cta-group .btn-primary.btn--blue.type-2,
.property-cta-group .btn-primary.btn--red.type-2{
    padding-left: 20px !important;
    padding-right: 20px !important;
}