@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap);
* {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    height: 100%;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Lato, sans-serif;
    color: #0e294d
}

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff
}

.btnc {
    background: #0e294d;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    padding: 10px 30px;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: 600;
    font-family: Lato, sans-serif;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btnc:hover {
    background: #0e294d;
    color: #fff
}

h1,
h2,
h4,
h5 {
    font-weight: 800;
    color: #0e294d;
    font-family: 'Playfair Display', serif
}

h3,
h6 {
    font-weight: 800;
    color: #0e294d;
    font-family: Lato, serif
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 25px
}

h4 {
    font-size: 20px;
    font-weight: 700
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 16px
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none !important
}

img {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    display: inline-block !important;
    max-width: 100%
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #757575
}

.top-bar {
    border-bottom: 1px solid #eaebef;
    position: relative;
    overflow: hidden
}

.cls {
    position: relative;
    clear: both
}

.navbar {
    border-top: 10px solid #ff0;
    border-color: #e7e7e7
}

.navbar .logo img {
    max-width: 310px;
    margin-top: 5px
}

.navbar-default {
    background: #fff;
    border-color: #e7e7e7;
    border: none
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header,
.navbar-collapse.collapse {
    background: #fff !important
}

.navbar-collapse.collapse.in {
    background: 0 0 !important
}

.navbar-nav>li>a {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 100px;
    line-height: 80px;
    vertical-align: bottom;
    color: #0e294d !important;
    padding: 10px 18px;
    box-sizing: border-box;
    border-top: 5px solid #fff
}

.navbar-nav>li>a:hover {
    border-top: 5px solid #0e294d
}

.dropdown-menu {
    position: absolute;
    width: 300px;
    left: 50% !important;
    right: auto;
    transform: translateX(-50%);
    border: none;
    background-color: #0e294d;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center
}

.dropdown-menu>li>a {
    padding: 8px;
    color: #fff;
    background-color: none
}

.dropdown-menu>li>a:hover {
    padding: 8px;
    color: #fff;
    background: 0 0
}

.dropdown.open .dropdown-menu {
    display: none
}

.dropdown .fdown {
    display: none
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block
}

.navbar-toggle {
    border: 1px solid #666;
    border-radius: 0 !important;
    margin-top: 25px
}

.btn-menu {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    float: right;
    padding: 5px 7px;
    width: 47px;
    height: 35px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    right: 0;
    top: 0;
    background-image: -ms-linear-gradient(bottom, #7a0f10 0, #ab1516 100%);
    background-image: -moz-linear-gradient(bottom, #7a0f10 0, #ab1516 100%);
    background-image: -o-linear-gradient(bottom, #7a0f10 0, #ab1516 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7a0f10), color-stop(1, #ab1516));
    background-image: -webkit-linear-gradient(bottom, #7a0f10 0, #ab1516 100%);
    background-image: linear-gradient(to top, #7a0f10 0, #ab1516 100%)
}

.btn-menu:focus {
    outline: 0
}

.btn-menu span {
    display: block;
    position: absolute;
    top: 15px;
    left: 7px;
    right: 7px;
    height: 2px;
    width: 29px;
    background: #fff
}

.btn-menu span:after,
.btn-menu span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: ""
}

.btn-menu span:before {
    top: -9px
}

.btn-menu span:after {
    bottom: -9px
}

.btn-menu {
    border: 2px solid #fff
}

.btn-menu.is-active span {
    background: 0 0
}

.btn-menu.is-active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-menu.is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn-menu.is-active span:after,
.btn-menu.is-active span:before {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, 0.3s
}

hr {
    background: #27ae60;
    height: 4px;
    width: 50px
}




@media screen and (min-width:768px) {
    .logo {
        top: -22px;
        padding-bottom: 6px
    }
    .logo .arrow {
        border-right: 37px solid transparent;
        border-top: 90px solid #fff;
        right: -35px
    }
    .logo h1 img {
        max-height: 70px;
        margin-top: 22px;
        height: auto
    }
}

@media screen and (min-width:1200px) {
    .header {
        min-height: 60px
    }
    .logo {
        padding-top: 15px;
        padding-bottom: 0
    }
    .logo .arrow {
        border-right: 37px solid transparent;
        border-top: 90px solid #fff;
        right: -35px
    }
    .logo h1 img {
        max-height: 80px;
        margin-top: 12px;
        width: 250px;
        height: auto
    }
}

section {
    position: relative;
    overflow: hidden;
    width: 100%
}

.finder {
    position: absolute;
    top: 25%;
    z-index: 2;
    width: 100%;
    left: 0;
    text-align: center
}

.finder h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 8px;
    font-family: Poppins, sans-serif
}

.find-sec {
    background: #fff;
    padding: 30px;
    display: inline-block;
    width: 100%;
    position: relative
}

.find-sec label,
.searchbar label {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #0e294d;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 10px;
    font-family: Lato, sans-serif
}

.find-sec select {
    height: 39px
}

.bootstrap-select .btn:focus {
    outline: 0 !important
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    background: #f8f8f8
}

.bootstrap-select>.btn {
    background: #fff;
    padding: 9px;
    margin: 0;
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    height: 39px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: #9c9c9c;
    font-weight: 400
}

.bootstrap-select.btn-group .btn .caret {
    background: #f8f8f8;
    height: 37px;
    width: 37px;
    position: absolute;
    top: 2px;
    right: 0;
    border: none;
    border-left: 1px solid #ddd
}

.find-sec .btn-group.open .dropdown-toggle {
    box-shadow: none
}

.find-sec a:focus {
    outline: 0 !important
}

.find-sec .selected a {
    background: #333;
    color: #fff;
    font-size: 12px
}

.find-sec .dropdown-menu a {
    font-size: 14px;
    line-height: 26px;
    color: #111
}

.find-sec .dropdown-menu a:hover {
    background: #333;
    color: #fff;
    font-size: 12px
}

.find-sec .dropdown-menu {
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    border-top: 0;
    z-index: 9
}

.bootstrap-select.btn-group .btn .caret:before {
    content: "\f0d7";
    font-family: FontAwesome;
    padding: 0;
    color: #777;
    float: right;
    font-size: 16px;
    font-weight: 100;
    line-height: 37px;
    width: 100%;
    text-align: center
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.sel-style:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #323232;
    float: right;
    font-size: 26px;
    padding: 0 15px;
    font-weight: 100
}

.home-3 .find-sec {
    background: rgba(255, 255, 255, .95);
    margin-top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.home-3 .find-sec:before {
    display: none
}

.home-3 .finder {
    position: relative;
    margin-top: 0;
    z-index: 99
}

.home-3 .search {
    margin: 0 auto;
    text-align: center
}

.searchbar .btnc {
    height: 39px;
    margin-top: 40px
}

.wrap-search-btn {
    border: 1px solid #ddd
}

.wrap-search-btn .wrap-text {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    height: 39px
}

.wrap-search-btn input[type=text] {
    border: 0;
    color: #555;
    height: 39px;
    line-height: 37px;
    width: 100%;
    padding-left: 15px
}

.wrap-search-btn input[type=text]:focus {
    outline: 0
}

.wrap-search-btn .wrap-btn {
    padding: 0 5px;
    margin: 0;
    line-height: 39px;
    text-align: center;
    display: table-cell;
    width: 49px;
    height: 39px
}

.wrap-search-btn .wrap-btn input {
    vertical-align: middle
}

.wrap-search-btn input[type=image]:focus {
    outline: 0
}

.find-sec select,
.searchbar select {
    height: 39px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    box-shadow: none;
    border: none
}

.find-sec select:focus,
.searchbar select:focus {
    outline: 0;
    border: 0;
    box-shadow: none
}

select::-ms-expand {
    display: none
}

.wrap-select {
    position: relative;
    height: 39px;
    border: 1px solid #ddd;
    z-index: 2
}

.wrap-select:after {
    content: '\f0d7';
    display: inline-block;
    width: 38px;
    height: 39px;
    border: 1px solid #ddd;
    position: absolute;
    right: -1px;
    top: -1px;
    font: normal normal normal 20px/39px FontAwesome;
    background-color: #f8f8f8;
    color: #777;
    z-index: -1;
    text-align: center
}

input[type=checkbox] {
    display: none
}

.radio-search {
    text-align: left;
    display: inline-block
}

.find-sec .radio-search label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-bottom: 40px;
    width: auto
}

.radio-search label:before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 37px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 7px;
    border: 1px solid #ddd
}

input[type=checkbox]:checked+label:before {
    content: "\f00c";
    text-align: center;
    color: #777;
    font: normal normal normal 20px/37px FontAwesome;
    background-color: #f8f8f8
}

.home-3 .finder h6 {
    background: #333;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin: 0;
    font-size: 16px;
    padding: 15px 0
}

.home-3 .flex-direction-nav a {
    background: rgba(0, 0, 0, .5);
    border: none;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 50px
}

.home-3 #banner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.home-3 .bnr-property .price {
    background: #222;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    margin-left: -20px;
    margin-top: -55px;
    float: left
}

.home-3 .bnr-property {
    position: absolute;
    z-index: 9999;
    width: 450px;
    padding: 20px;
    top: 0;
    margin-top: 300px;
    left: 0;
    margin-left: 15px;
    background: rgba(20, 93, 119, .9)
}

.home-3 .bnr-property .btn {
    border-bottom: 2px solid rgba(0, 0, 0, .5);
    padding: 8px 25px;
    margin-bottom: 5px
}

.home-3 .bnr-property h6 {
    font-weight: 700;
    display: inline-block;
    width: 100%
}

.home-3 .bnr-property hr {
    margin: 0;
    margin-bottom: 20px
}

.home-3 .bnr-property .btn-1 {
    background: #333;
    margin-left: 15px
}

.home-3 .bnr-property .btn-1:hover {
    background: #333
}

.home-3 .bnr-property .tag {
    position: relative;
    right: 4px;
    z-index: 99;
    float: left;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    height: 27px;
    width: 100px;
    text-align: left;
    line-height: 23px;
    padding: 0 0 0 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -24px
}

.home-3 .bnr-property .tag.rent {
    background: url(../images/for-rent-l.png) no-repeat
}

.home-3 .bnr-property .tag.sale {
    background: url(../images/for-sale-l.png) no-repeat
}

.home-1 .finder {
    position: absolute;
    top: 25%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 999
}

.home-1 #banner .flex-direction-nav {
    display: none
}

.fleft {
    float: left
}

.fright {
    float: right
}

.contentRowPad {
    padding: 100px 0
}

.contentRowPad.pb0 {
    padding-bottom: 0
}

.sectionTitle {
    color: #859ab3;
    text-align: center;
    max-width: 770px;
    margin: 0 auto 50px
}

.sectionTitle h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.sectionTitle p {
    line-height: 24px;
    font-style: italic;
    margin: 0
}

.top-10 {
    margin-top: 10px
}

.bottom-10 {
    margin-top: 10px
}

.info_content {
    position: relative;
    padding: 20px 35px;
    background: #fff
}

.info_content .imageRow {
    position: relative
}

.info_content .imageRow img {
    max-width: 100%
}

.info_content .imageRow .saleTag {
    position: absolute;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    background: #1b9bff;
    top: 7px;
    right: 7px;
    padding: 0 8px
}

.info_content .description {
    background: #fff;
    padding: 0 5px
}

.info_content .description .priceRow {
    margin-top: -30px;
    position: relative
}

.info_content .description .priceRow .price {
    background: #8bb812;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    top: 5px;
    right: 5px;
    padding: 0 8px;
    letter-spacing: .3px;
    margin-top: 17px
}

.info_content .description .priceRow i {
    width: 60px;
    line-height: 60px;
    float: right;
    background: #45515a;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 22px
}

.info_content .description h4.location {
    line-height: 1;
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.info_content .description i {
    margin-right: 10px
}

.info_content .description .price-bg {
    background: #333;
    display: inline-block;
    float: left;
    color: #fff;
    padding: 6px 20px;
    font-size: 13px;
    margin-right: 10px;
    line-height: 19px;
    margin-top: 0
}

.info_content .description a.btn {
    padding: 6px 20px;
    width: auto;
    font-size: 12px;
    color: #fff !important;
    margin-top: 0
}

.gm-style-iw {
    width: 370px !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    right: -40px
}

.gm-style-iw:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    position: absolute;
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
    bottom: -3px
}

#homeMap {
    width: 100%;
    height: 100%
}

.prod .image {
    position: relative;
    height: 0
}

.prod .image img {
    position: absolute;
    max-width: 100%;
    max-height: 100%
}

.property-slide {
    padding: 20px 0;
    background: #2f2f2f
}

.property-slide .plots {
    background: #444;
    padding: 10px
}

.property-slide .sale {
    font-weight: 700;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-top: 10px
}

.property-slide .pri-info a {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase
}

.property-slide .pri-info p {
    color: #fff
}

.property-slide .pri-info p i {
    margin-right: 10px
}

.property-slide .pri-info .auther img {
    height: 54px;
    width: 54px;
    float: left;
    border-radius: 50%;
    position: relative;
    overflow: hidden
}

.property-slide .pri-info .auther h6 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    float: left;
    margin-left: 20px;
    margin-top: 20px
}

.property-slide .owl-controls .owl-nav {
    color: #fff
}

.property-slide .owl-controls .owl-nav div {
    color: #fff
}

.property-slide .owl-controls .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 33;
    width: 60px;
    background: rgba(87, 87, 87, .9);
    height: 100%;
    line-height: 100%
}

.property-slide .owl-controls .owl-prev i {
    margin-top: 78px;
    display: inline-block;
    font-size: 28px
}

.property-slide .owl-controls .owl-next {
    position: absolute;
    width: 60px;
    right: 0;
    top: 0;
    z-index: 33;
    width: 60px;
    background: rgba(87, 87, 87, .9);
    height: 100%;
    line-height: 100%
}

.property-slide .owl-controls .owl-next i {
    margin-top: 78px;
    display: inline-block;
    font-size: 28px
}

hr {
    background: #0e294d;
    height: 1px;
    width: 100%
}

.tittle {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 50px
}

.tittle h3 {
    margin: 0;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    color: #222;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif
}

.tittle p {
    width: 75%;
    margin: 0 auto;
    line-height: 24px;
    font-size: 14px
}

.services {
    padding: 80px 0
}

.services li .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 72px;
    width: 72px;
    text-align: center;
    line-height: 72px;
    background: #333;
    z-index: 99;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.services li section:before {
    position: absolute;
    bottom: -58px;
    content: "";
    height: 131px;
    width: 80px;
    background: #fff;
    right: -24px;
    border: 2px solid #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 99
}

.services li .ser-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.services li .heading {
    position: absolute;
    bottom: 30px;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 36px;
    background: #333;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-left: 20px;
    left: 0;
    text-transform: uppercase
}

.services .ser-hover {
    padding: 20px;
    padding-top: 80px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.services .ser-hover a.read-more {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    font-weight: 800;
    text-transform: uppercase
}

.services li .heading:hover {
    background: #fff;
    color: #333
}

.services li p {
    color: #fff;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.services li:hover .ser-hover {
    background: rgba(223, 84, 0, .85)
}

.services li:hover .ser-hover p {
    opacity: 1
}

.services li:hover .icon {
    background: 0 0
}

.services li:hover .heading {
    background: #fff;
    color: #333
}

.fixedbg {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    min-height: 600px;
    z-index: 2
}

.fixedbg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 0
}

.fixedbg img {
    z-index: -1
}

.fixedbg>.row {
    padding: 25px;
    padding-top: 35px
}

.fixedbg>.row [class^=col] {
    color: #fff;
    font-size: 22px;
    font-weight: 600
}

.container-row {
    max-width: 100%
}

.round-font {
    font-size: 40px !important;
    position: relative;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    margin-left: -25px;
    padding: 25px;
    color: #fff;
    border-radius: 50%;
    background: #0e294d;
    display: inline-block
}

.round-font:hover {
    background: #0e294d;
    cursor: pointer
}

.round-font>img {
    position: absolute !important;
    z-index: 2;
    top: 50% !important;
    left: 50% !important;
    width: auto !important;
    max-width: 50% !important;
    height: auto !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

@media screen and (max-width:991px) {
    .clear {
        clear: both;
        position: relative;
        height: 20px
    }
}

.contact-section {
    margin-bottom: 40px
}

.call-us {
    background: url(../images/call-us.jpg) no-repeat;
    background-size: cover
}

.call-us .overlay {
    padding: 50px 0;
    background: rgba(0, 0, 0, .8)
}

.call-us ul {
    margin-bottom: 0
}

.call-us h4 {
    font-size: 22px;
    margin: 0;
    color: #fff
}

.call-us h6 {
    font-size: 25px;
    margin: 0;
    font-weight: 600;
    font-family: 'Lato';
    text-transform: none;
    color: #008d8d;
    margin-top: 10px
}

.call-us h1 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: 'Lato';
    font-size: 25px
}

.call-us .btn {
    width: 100%;
    background: #008d8d;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    padding: 10px 30px;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.call-us .btn:hover {
    background: #ff5722
}

.mobile-app {
    padding: 80px 0 0;
    background: #f8f8f8 url(../images/app-bg.jpg) repeat
}

.mobile-app h3 {
    color: #333;
    text-align: left
}

.mobile-app hr {
    background: #333;
    height: 3px;
    width: 120px
}

.mobile-app p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500
}

.mobile-app a.btn {
    border-radius: 4px;
    margin-top: 80px
}

#map {
    display: inline-block;
    width: 100%;
    height: 450px;
    position: relative;
    border: none
}

.contact-info {
    padding: 0 0
}

.contact-info h3 {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px
}

.contact-info p {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    line-height: 26px
}

.contact-info i {
    color: #333;
    font-size: 50px;
    margin-bottom: 30px
}

.contact-info a {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    color: #333;
    display: inline-block;
    width: 100%
}

.contact-info p span {
    color: #ffc107;
    font-size: 16px;
    font-weight: 700
}

.contact-info .con-det {
    margin-top: 30px
}

.contact-info .con-det li {
    margin-bottom: 20px;
    padding: 40px 80px;
    text-align: center;
    padding-top: 0
}

.contact-info .social_icons {
    width: 65%
}

.contact-info .social_icons a {
    background: #f5f5f5;
    font-size: 16px;
    margin-right: 2px;
    margin-bottom: 2px
}

.contact-info .con-det h6 {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px
}

.contact-info .con-det h4 {
    color: #ffc107
}

.contact-info .con-det hr {
    width: 28px;
    height: 3px;
    margin: 0 auto;
    background: #448aff;
    border: none;
    margin-bottom: 20px
}

.contact #contact_form {
    text-align: center
}

.contact .error {
    border: 1px solid red !important
}

.contact .error:before {
    content: "\f068";
    font-family: FontAwesome;
    margin-right: 0;
    color: #0096ff;
    padding: 0 13px;
    float: right;
    font-size: 12px;
    position: absolute
}

.contact .success-msg {
    background: #fff;
    border: 1px solid #abd0a8;
    color: #589051;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 11px 16px;
    border-radius: 4px;
    display: none
}

.contact .success-msg i {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #abd0a8;
    margin-right: 10px
}

#contact_form li {
    margin-bottom: 22px;
    text-align: left
}

#contact_form li input {
    display: inline-block;
    width: 100%;
    height: 43px;
    padding: 0 10px
}

#contact_form li .form-control {
    height: 40px;
    border: 1px solid #a6a6a6;
    box-shadow: none;
    border-radius: 0
}

#contact_form li textarea {
    height: 150px !important
}

#contact_form li .btn {
    height: 50px;
    display: inline-block;
    margin-top: 0
}

.contact-form {
    display: inline-block;
    width: 100%
}

.contact-form .tittle {
    text-align: center
}

.contact-form .tittle hr {
    width: 28px;
    height: 5px;
    margin: 15px auto;
    background: #448aff;
    border: none
}

.contact-form .tittle p {
    text-transform: none;
    font-size: 16px
}

.contact-form .tittle h2:before {
    display: none
}

.contact-form label {
    font-weight: 700;
    color: #0e294d;
    font-size: 16px
}

.detailBetreuer p {
    font-size: 12px;
    margin-left: 20px;
    color: #333
}

.detailBetreuer a {
    font-size: 12px;
    color: #333
}

.uberblick {
    border: 2px solid #ccc;
    padding: 15px;
    padding-left: 35px
}

.uberblick h2 {
    color: #707070;
    margin-left: 0;
    text-align: center;
    font-size: 21px;
    font-weight: bolder
}

.uberblick h1 {
    color: #777;
    margin-left: 0;
    text-align: left;
    font-size: 21px;
    font-weight: bolder
}

.contactsite h1 {
    font-size: 22px;
    color: #333
}

.contactsite .emailInOneLine div {
    display: inline
}

.unternehmen-list ul {
    list-style: none;
    padding-left: 5px
}

.detailButtons {
    display: inline-block
}

.detailButtons .btn {
    margin-left: 10px;
    color: #0e294d;
    font-size: 18px;
    padding: 0;
    font-family: Poppins, sans-serif;
    border: 1px solid #0e294d;
    border-radius: 0
}

.detailAbsendenButtons .btn {
    background-color: #333;
    border: #4384c5 1px solid;
    border-radius: 0;
    color: #014a94;
    font-size: 18px;
    line-height: 1.5;
    padding: 3px;
    font-family: Poppins, sans-serif
}

.detailButtons .btn a {
    color: #014a94
}

.detailButtons .list-btn {
    margin-top: 20px;
    padding: 0;
    list-style: none
}

.detailButtons .list-btn li {
    float: left;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    color: #777;
    font-family: "Lato";
    background: 0 0 !important
}

.detailButtons .list-btn li .btn {
    margin: 0;
    height: 28px;
    line-height: 27px;
    background: 0 0 !important
}

.detailButtons .list-btn li .btn span {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bolder;
    background: 0 0 !important
}

.detailButtons .list-btn li:first-child {
    margin-left: 0
}

.ui-widget-header {
    border: 1px solid #333;
    background: 0 0;
    background-color: #333 !important;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: 700;
    color: #333
}

.ui-inputtext {
    color: #666
}

.ui-state-default .ui-icon {
    background-image: url("../img/primefaces_icons.png")
}

.ui-widget-content {
    border: 0;
    background: #fcfdfd url("/immov/javax.faces.resource/images/ui-bg_inset-hard_100_fcfdfd_1x100.png.xhtml?ln=primefaces-redmond") 50% bottom repeat-x;
    color: #222
}

.teamname {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background-color: #841011
}

.bodyteam {
    background-color: #e9e9e9;
    padding: 15px 5px;
    overflow: hidden;
    min-height: 180px;
    color: #333;
    font-size: 15px
}

.bodyteam a {
    color: #333
}

.bodyteam .teamrow {
    min-height: 25px
}

.teamimag {
    margin-left: 10px
}

.white-line {
    height: 2px;
    width: 100%;
    display: block;
    margin: 9px 0;
    overflow: hidden;
    background-color: #fff
}

.staff-h3 {
    width: 100%;
    height: 28px;
    border-top: #333 1px solid;
    border-bottom: #333 1px solid;
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 400
}

.btn-default:hover {
    background-color: #333;
    color: #fff
}

.rectangle-block {
    margin-left: 0;
    width: 32px;
    height: 17px;
    background: #004d69;
    margin-right: 10px;
    margin-top: 4px;
    float: left
}

#merken ul {
    margin: 0
}

#merken ul li {
    margin-bottom: 20px
}

#merken ul li a {
	    height: 40px;
    line-height: 39px;
    color: #fff;
    padding: 0 30px;
    background: #777;
    font-size: 14px
}

#merken ul li a:hover {
    background: #aaa
}

#merken ul li a.active {
    background: #aaa
}

#merken ul li a:before {
    position: relative;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    margin-right: 5px
}

#merken ul li a.merken:before {
    content: "\f058";
    color: #0e294d
}

#merken ul li a.drucken:before {
    content: "\f02f";
    color: #0e294d
}

#merken ul li a.empfehlen:before {
    content: "\f02e";
    color: #0e294d
}

#merken ul li a.landkarte:before {
    content: "\f041";
    color: #0e294d
}

#merken ul li a.teilen:before {
    content: "\f09a";
    color: #0e294d
}

#merken ul li a.teilengoogle:before {
    content: "\f0d5";
    color: #0e294d
}

#merken ul li a.teilen:before,
#merken ul li a.teilengoogle:before {
    font: normal normal normal 11px/1 FontAwesome;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #0e294d;
    color: #fff;
    line-height: 18px;
    text-align: center;
    vertical-align: middle
}

@media screen and (min-width:768px) {
    #merken ul {
        margin-left: -8px
    }
    #merken ul li {
        margin-left: 8px
    }
}

.services-tit {
    font-size: 23px;
    line-height: 30px;
    border-bottom: 1px dotted #333;
    margin: 0 0 25px
}

.b-services {
    margin: 30px 0
}

.b-services p {
    font-size: 17px;
    line-height: 22px
}

.b-services .quote {
    font-size: 12px
}

.b-services ol[type='I'] {
    padding-bottom: 20px
}

.b-services ol li,
.b-services ul li {
    font-size: 17px;
    padding-bottom: 20px
}

.b-services ol[type='I']>li {
    list-style: upper-roman;
    list-style-position: inside;
    padding-bottom: 15px
}

.bs-list li ol li {
    padding-left: 15px;
    padding-bottom: 10px
}

.b-services ol[type='1']>li {
    list-style: decimal;
    list-style-position: inside
}

.b-services ol[type='A'] {
    padding-left: 15px
}

.b-services ol[type='A']>li {
    list-style: upper-latin;
    list-style-position: inside
}

.b-services ol[type='A']>li ul li,
.disc-style li {
    list-style: disc;
    list-style-position: inside;
    padding-bottom: 3px
}

.b-services .pages-list li {
    padding-bottom: 5px
}

.pages-list li a {
    -webkit-transition: color .15s ease .15s;
    -moz-transition: color .15s ease .15s;
    -ms-transition: color .15s ease .15s;
    -o-transition: color .15s ease .15s;
    transition: color .15s ease .15s
}

.pages-list li:hover a {
    color: #000
}

.pages-list li:before {
    content: '\f0a9';
    padding-right: 7px;
    color: #757575;
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-transition: margin-left 50ms ease 50ms;
    -moz-transition: margin-left 50ms ease 50ms;
    -ms-transition: margin-left 50ms ease 50ms;
    -o-transition: margin-left 50ms ease 50ms;
    transition: margin-left 50ms ease 50ms
}

.pages-list li:hover:before {
    margin-left: 7px;
    color: #000
}

.panel-group .panel-title a {
    display: inline-block;
    width: 100%
}

.panel-group .panel-title a.collapsed:before,
.panel-group .panel-title a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #333
}

.panel-group .panel-title a:before {
    content: '\f068'
}

.panel-group .panel-title a.collapsed:before {
    content: '\f067'
}

.emphasize {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 20px 0 25px
}

.blue-title {
    color: #333
}

.has-icon {
    padding-left: 30px
}

.has-icon li {
    padding-bottom: 5px !important;
    font-size: 17px
}

.has-icon li:before {
    content: '\f101';
    display: inline-block;
    margin-right: 8px;
    font: normal normal normal 14px/1 FontAwesome
}

.pdf1 h3,
.pdf1 h4,
.pdf2 h1,
.pdf2 h3 {
    color: #333;
    font-weight: 700
}

.pdf2 header {
    width: 100%;
    text-align: center;
    padding: 0 0
}

.blue {
    background: #333;
    color: #fff;
    border-radius: 5px;
    padding: 0 0
}

.blue h3,
.blue h4 {
    color: #fff;
    margin-left: 20px
}

.blue ul li {
    margin-top: 20px
}

.pdf2 .blue {
    margin-top: 4%
}

.pdf1 .blue {
    margin-top: 5%;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px
}

@media(min-width:992px) {
    .pdf2 .up {
        margin-top: -42px
    }
}

.pdf2 .row {
    margin-left: 0;
    margin-right: 0
}

.pdf2 img {
    margin: 25px 0
}

.pdf2 strong {
    margin-top: 25px;
    display: inline-block
}

.pdf1 img {
    border-left: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 20px
}

.pdf2 img {
    border-left: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 20px
}

.pdf3 img {
    border-left: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 20px
}

.pdf4 img {
    border-left: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 20px
}

.sanierung img {
    border-left: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 20px
}

.pdf1 .blue {
    padding-left: 5px
}

.pdf1 .row {
    margin-top: 30px
}

.pdf1 h3 {
    margin-top: 15px
}

.marginbt5x {
    margin-bottom: 8px
}

.bodytext a {
    text-decoration: underline !important
}

.block-title {
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid #e9e9e9;
    text-transform: uppercase;
    margin: 23px 0 15px;
    color: #707072
}

.block-title span {
    display: inline-block;
    padding: 7px 0;
    border-bottom: 3px solid #273877;
    margin-bottom: -2px
}

.b-service {
    padding-bottom: 10px;
    background: url("../images/b-service-shadow.png") left bottom;
    background-size: 100% auto
}

.b-service .inner-b-service {
    padding: 10px 0 15px 12px;
    overflow: hidden;
    position: relative;
    background-color: #e9e9e9;
    border-radius: 7px
}

.b-service p {
    width: 71%
}

.read-more {
    display: inline-block;
    background-color: #841011;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px
}

.read-more:hover {
    color: #fff
}

.small-block-title {
    font-size: 16px;
    line-height: 16px;
    color: #841011;
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-top: 7px
}

.service-img {
    max-width: 35%;
    max-height: 80%;
    border-radius: 100px;
    position: absolute;
    top: 20px;
    right: -10%;
    -webkit-box-shadow: inset 0 0 17px 6px rgba(0, 0, 0, .29);
    -moz-box-shadow: inset 0 0 17px 6px rgba(0, 0, 0, .29);
    box-shadow: inset 0 0 17px 6px rgba(0, 0, 0, .29)
}

.b-object {
    padding-bottom: 40px
}

.b-object .wrapper-img {
    margin-bottom: 5px;
    padding: 3px;
    border: 1px solid #e9e9e9
}

.b-object .wrapper-img img {
    max-width: 100%;
    min-width: 100%
}

.wrapper-last-row .bg-white {
    background-image: url(../images/horizontal-shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: 80% auto;
    background-size: 80% auto;
    padding-bottom: 20px;
    padding-top: 15px
}

.b-project img {
    width: 100%;
    margin: 0 15px 15px 0
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #fff
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff
}

.w100 {
    width: 100%;
   
}

.mw80 {
    max-width: 80%;
    margin: 0 auto
}

.haspad {
    padding: 35px 0
}


.headingh1 {
    color: #0e294d;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    position: relative;
    margin-bottom: 33px;
    margin-top: 0
}

.heading {
    color: #0e294d;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    position: relative;
    margin-bottom: 33px;
    margin-top: 0
}

.heading-noline {
    color: #0e294d;
    font-family: Lato, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: normal
}

.heading-noline-small {
    color: #0e294d;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal
}

.heading-noline-small a {
    color: #0e294d
}

.heading:after {
    content: '';
    display: inline-block;
    width: 58px;
    height: 5px;
    background-color: #e6e9ed;
    border-bottom: 0 solid #ccdddc;
    position: absolute;
    bottom: -10px;
    left: 0
}

.align-center {
    text-align: center
}

.align-center:after {
    left: 47%
}

.headingwhite {
    color: #fff;
    font-family: "Lato";
    font-size: 50px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    position: relative;
    margin-bottom: 43px;
    margin-top: 40px
}

.headingwhite:after {
    content: '';
    display: inline-block;
    width: 88px;
    height: 5px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -44px
}

.bluerow {
    background-color: #0e294d;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
    height: 170px
}

.bluerowfooter {
    background-color: #0e294d;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 0 solid #0e294d;
    padding-left: 0;
    padding-right: 0
}

.bluerowfooter a {
    color: #b7bfca
}

.servicetext {
    position: relative;
    margin-top: 50px;
    display: inline-block
}

.servicetext2 {
    position: relative;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
    display: inline-block
}

.sellyourproperty {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    color: #0e294d
}

.btn-common {
    display: inline-block;
    height: 43px;
    width: 150px;
    color: #0e294d;
    font-family: Lato;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    border: 2px solid #0e294d;
    text-transform: uppercase;
    background-color: #fff;
    text-align: center
}

.colwithborder {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 100%;
    padding: 0
}

.listcool {
    padding: 5px 10px;
    box-sizing: border-box;
    font-family: "Lato";
    font-weight: 700;
    font-size: 20px;
    color: #777;
    margin-left: 10px;
    line-height: 50px
}

.list-group,
.list-group-item {
    border: 0
}

.list-group-item:first-child {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 0
}

.list-group-item {
    border-top: 1px solid #ddd;
    font-family: "Lato";
    font-size: 16px
}

.list-group-item:last-child {
    border-radius: 0;
    border-bottom: 1px solid #ddd
}

.justified {
    text-align: justify
}

.mylistbox {
    background-color: #f7f3f2
}

.mylistbox h2 {
    background-color: #0e294d;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px
}

.mylistbox .blueheading {
    background-color: #0e294d;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px
}

.mylistbox .blueheading:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 45px solid #0e294d;
    border-left: 70px solid transparent;
    position: absolute;
    right: 30px;
    top: 58px
}

.mylistbox span {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #777;
    margin-left: 0;
    padding-left: 0 !important
}

.mylistbox span h4 {
    font-family: "Lato";
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #777;
    margin-left: 0;
    padding-left: 0 !important;
    margin-top: 0;
    margin-bottom: 0
}

.mylistbox .fa {
    font-size: 10px;
    color: #0e294d
}

.mylistbox .col-xs-11 {
    margin-bottom: 10px
}

.c-layout-breadcrumbs-1 {
    padding: 15px 0;
    background-image: url("../images/sample3.jpg");
    background-repeat: no-repeat
}

.c-layout-breadcrumbs-1 .c-page-title.c-pull-left {
    float: left
}

.c-layout-breadcrumbs-1 .c-page-title.c-pull-right {
    float: right
}

.c-layout-breadcrumbs-1 .c-page-title h3 {
    font-family: "Lato";
    color: #fff;
    margin: 10px 0 6px;
    font-weight: 300;
    font-size: 35px;
    letter-spacing: 1px
}

.c-layout-breadcrumbs-1 .c-page-title h4 {
    font-family: "Lato";
    color: #fff;
    margin: 26px 0 6px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px
}

.c-layout-breadcrumbs-1 .c-page-title h4 a {
    color: #fff;
    opacity: .7
}

.superquote h3 {
    font-family: "Lato";
    font-size: 30px;
    color: #0e294d;
    font-style: italic;
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 59px
}

.cls {
    position: relative;
    clear: both
}

.mylistboxpadding {
    padding-left: 30px;
    padding-right: 30px
}

.mylistboxinnercontainer {
    padding-left: 15px;
    padding-right: 15px
}

.contatcIcon:before {
    -webkit-font-smoothing: antialiased;
    background-color: #ddd;
    border-radius: 50%;
    color: #0e294d;
    content: '\f041';
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    height: 50px;
    left: 15px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px
}

.contactPhoneIcon:before {
    background-color: #ddd;
    border-radius: 50%;
    color: #0e294d;
    content: '\f095';
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    height: 50px;
    left: 15px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px
}

.contactEmailIcon:before {
    background-color: #ddd;
    border-radius: 50%;
    color: #0e294d;
    content: '\f1fa';
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    height: 50px;
    left: 15px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px
}

.contatcIcon {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    color: #777;
    margin-left: 65px
}

.contactPhoneIcon {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    color: #777;
    margin-left: 65px
}

.contactEmailIcon {
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    color: #777;
    margin-left: 65px
}

.contactFaxIcon:before {
    background-color: #ddd;
    border-radius: 50%;
    color: #0e294d;
    content: '\f1ac';
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    height: 50px;
    left: 15px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px
}

.contactFaxIcon {
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    color: #777;
    margin-left: 65px
}

.teamcolborder {
    border-top: 1px solid #f0ebd8;
    border-bottom: 1px solid #f0ebd8;
    border-left: 1px solid #f0ebd8;
    border-right: 1px solid #f0ebd8;
    padding: 0
}

.teammembers {
    font-family: "Lato";
    color: #777
}

.teammembers h5 {
    font-size: 22px;
    margin-bottom: 5px;
    
    color: #777
}

.teammembers h6 {
    font-size: 16px;
    font-weight: 600;
    color: #777;
    border-bottom: 1px solid #f0ebd8;
    padding-bottom: 15px
}

.teammembers p {
	font-family: Lato, serif;
    text-align: left;
    font-size: 14px
}

.teammembers i {
    color: #0e294d;
    font-size: 20px
}

.teammembers ul li {
    display: inline
}

.teammembers li a {
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    background: #0e294d;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px
}

.teammembers li a:hover {
    background: #0e294d;
    cursor: pointer
}

.teammembers p span {
    margin-right: 20px
}

.teammembersdetail p {
    text-align: left
}

.teammembersdetail i {
    color: #0e294d;
    font-size: 20px
}

.teammembersdetail ul li {
    display: inline
}

.teammembersdetail li a {
    width: 24px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    color: #777;
    border-radius: 5px;
    text-align: left
}

.teammembersdetail li a:hover {
    color: #0e294d;
    cursor: pointer
}

.teammembers .teammail {
    font-size: 13px;
    line-height: 23px
}

.img-circle {
    border-radius: 50%
}

.crop-height {
    max-height: 100px;
    overflow: hidden
}

img.scale {
    display: block;
    max-width: 100%;
    height: auto !important;
    -ms-interpolation-mode: bicubic
}

.contactagent {
    margin-left: 15px
}

.contactagent p i {
    color: #0e294d;
    font-size: 18px
}

.contactagent p {
    font-size: 14px
}

.contactagent span {
    margin-left: 10px;
    margin-right: 5px
}

.agentBoxDetail label {
    font-size: 13px;
    font-weight: 700;
    font-family: "Lato"
}

.form-control {
    border-radius: 0
}

.pullitright {
    float: right
}

.bluerow p {
    color: #fff;
    font-size: 35px;
    line-height: 100px;
    font-weight: 300;
    text-align: center
}

.bluelinknews a {
    color: #0e294d
}

@media screen and (min-width:768px) {
    .b-project img {
        max-width: 200px
    }
}

@media screen and (min-width:768px) {
    .col-xs-12.no-padding-left {
        padding-left: 0
    }
    .col-xs-12.no-padding-right {
        padding-right: 0
    }
}

@media screen and (max-width:1200px) {
    .navbar-nav>li>a {
        padding: 10px
    }
    .mylistboxpadding {
        padding-left: 10px;
        padding-right: 10px
    }
    .mylistboxinnercontainer {
        padding-left: 5px;
        padding-right: 5px
    }
    .mylistbox .blueheading:after {
        right: 10px
    }
}

@media screen and (max-width:991px) {
    .marginmobile {
        margin-top: 20px
    }
    .nospamemail a {
        font-size: 12px
    }
    .pullitright {
        float: left
    }
    .navbar .logo img {
        max-width: 200px;
        margin-top: 15px;
        margin-left: 15px
    }
    .round-font {
        margin-left: 0
    }
    .removeonsmalldevices {
        display: none
    }
    .smalldeviceheight {
        min-height: 1000px
    }
    .mylistboxinnercontainer {
        padding-left: 15px;
        padding-right: 15px
    }
    .navbar-collapse.collapse {
        display: none !important
    }
    .navbar-collapse.collapse.in {
        display: block !important
    }
    .navbar-default {
        background: 0 0 !important
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        height: 750px
    }
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        background: 0 0 !important
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
        text-align: left;
        padding-left: 15px
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:active,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:visited {
        color: #fff !important
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important
    }
    .navbar-header {
        float: none
    }
    ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: inline
    }
    .navbar-right {
        margin: 0 !important;
        width: 100%
    }
    .navbar-right>li {
        width: 100%
    }
    .navbar-nav>li>a {
        height: auto;
        text-align: center
    }
    .dropdown.open {
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 0
    }
    .dropdown:hover .dropdown-menu {
        display: none !important
    }
    .dropdown.open .dropdown-menu,
    .dropdown.open:hover .dropdown-menu {
        display: block !important
    }
    .dropdown-menu {
        position: relative;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100%
    }
    .dropdown-menu>li {
        border-bottom: 1px solid #fff;
        height: 42px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px
    }
    .dropdown .fdown {
        display: block;
        position: absolute;
        width: auto;
        padding: 7px;
        color: #fff;
        box-sizing: border-box;
        height: auto;
        right: 0;
        top: 0;
        z-index: 0;
        overflow: hidden
    }
    .navbar-right>li {
        background-color: rgba(0, 79, 129, .99);
        overflow: hidden
    }
    .navbar-right>li>a {
        line-height: 40px;
        color: #fff !important;
        padding: 5px;
        box-sizing: border-box;
        border-bottom: 2px solid;
        text-align: left;
        padding-left: 15px;
        font-size: 18px
    }
    .noleftpadding {
        padding-left: 0
    }
    .teamimag {
        margin-left: 10px;
        min-width: 65px
    }
    .bodyteam {
        margin-bottom: 20px
    }
    .call-us {
        text-align: center
    }
    .call-us .btn {
        display: inline-block;
        width: auto
    }
    .mylistbox .blueheading:after {
        top: 45px
    }
}

@media screen and (max-width:767px) {
    .c-layout-breadcrumbs-1 .c-page-title h3 {
        font-size: 28px
    }
    .bluerow {
        height: 100px
    }
    .bluerow p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 300
    }
    .servicetext {
        margin-top: 0;
        margin-bottom: 0
    }
    .servicetext2 {
        margin-bottom: 50px
    }
    .mylistbox h2 {
        font-size: 18px
    }
    .btn-menu {
        margin-right: 15px
    }
    .detailButtons .list-btn {
        right: 0 !important
    }
    .specialrow {
        padding-left: 30px;
        padding-right: 30px
    }
    .service-section .b-service a img {
        width: 100%
    }
    .service-section .b-service {
        margin-bottom: 10%
    }
    .top1 img,
    .top2 img,
    .top3 img {
        max-height: 50px;
        margin: 5px 0
    }
    .footer-bottom p {
        float: none !important
    }
}

@media screen and (max-width:420px) {
    .mylistbox .col-xs-11 {
        width: 86%
    }
    .col-md-12 .standardlist {
        padding-left: 0;
        padding-right: 0
    }
    .standardlist .col-xs-11 {
        width: 86%
    }
}

footer {
    margin-top: 130px
}

#mainbody {
    background: url(../images/bgmain.png) repeat-x left top;
    padding: 55px 0 0
}

.display-flex-center {
    display: flex;
    align-items: center
}

.display-flex-end {
    display: flex;
    align-items: flex-end
}

.padbot {
    padding-bottom: 45px
}

.slide-text {
    position: absolute;
    z-index: 999;
    top: 15%;
    width: 100%
}

.nivo-caption .pquotes {
    background: #e7dab9;
    max-width: 80%;
    margin-top: 21%;
    font-size: 42px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    padding: 50px;
    color: #0e294d
}

.slide-text i {
    font-style: normal
}

h3.title-icon {
    border-bottom: 3px solid #0e294d;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.icon1 {
    background: url(../images/icon1.png) no-repeat left top;
    padding-left: 70px;
    line-height: 60px
}

.icon2 {
    background: url(../images/icon2.png) no-repeat left top;
    padding-left: 70px;
    line-height: 60px
}

.mainfooter p {
    text-align: left;
    color: #b7bfca
}

.footer-button {
    background: url(../images/bg-btnfoot.webp) repeat left top;
    padding: 35px;
    margin-top: -105px;
    margin-bottom: 55px;
    display: inline-block;
    width: 100%
}

.footer-button h2 {
    font-size: 35px;
    float: left
}

.footlogo {
    display: block;
    padding: 35px 0 0 0
}

.group-btn {
    float: right;
    padding: 15px 0 0 0
}

.group-btn a {
    background: #fff;
    color: #0e294d;
    font-weight: 600;
    padding: 12px 25px;
    display: inline-block;
    margin-left: 10px
}

.group-btn a.btn-blue {
    background: #0e294d;
    color: #fff
}

h3.title-widget {
    font-size: 20px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    margin: 0 0 15px 0
}

.socials {
    text-align: center;
    padding: 15px 0 25px 0
}

.footnav {
    padding-left: 5%
}

.footnav li {
    padding: 0 0 10px 0
}

.footnav li a:hover {
    color: #fff
}

.email-info {
    background: url(../images/mail-icon.png) no-repeat left 5px;
    padding: 0 0 0 25px
}

.phone-info {
    background: url(../images/phone-icon.png) no-repeat left 5px;
    padding: 0 0 0 25px
}

.add-info {
    background: url(../images/add-icon.png) no-repeat left 5px;
    padding: 0 0 0 25px
}

.copryirght {
    background: #0b213e;
    color: #fff;
    text-align: center;
    padding: 15px 0
}

.copryirght p {
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px
}

.property-header {
    border-top: 1px solid #dbdfe4;
    padding-bottom: 25px;
    text-align: left
}

.property-header h1 {
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 0
}


.property-header h2 {
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 0
}

.property-header h3 {
    font-size: 45px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0
}

.property-main .heading {
    font-size: 35px
}

.property-tabs .nav-tabs {
    border: none
}

.property-nav h3 {
    margin: 0 0 20px 0;
    font-family: Lato, sans-serif
}

.property-nav li {
    padding: 12px 15px;
    margin-bottom: 5px;
    position: relative;
    font-family: Lato, sans-serif
}

.property-nav li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #0e294d;
    margin-right: 0;
    position: absolute;
    left: 15px;
    top: 15px
}

.property-nav li a {
    color: #0e294d;
    font-size: 15px;
    display: block;
    padding-left: 15px
}

.property-nav li.active,
.property-nav li:hover {
    background: #e7dab9
}

.property-tabs {
    margin-top: 35px
}

.property-tabs .nav-tabs>li {
    width: 25%;
    text-align: center;
    margin: 0
}

.property-tabs .nav-tabs>li:hover {
    background: 0 0
}

.property-tabs .nav-tabs>li a {
    color: #0e294d;
    margin: 0;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 15px
}

.property-tabs .nav-tabs>li.active>a,
.property-tabs .nav-tabs>li.active>a:focus,
.property-tabs .nav-tabs>li.active>a:hover,
.property-tabs .nav>li>a:focus,
.property-tabs .nav>li>a:hover {
    border-bottom: 1px solid #0e294d;
    background: 0 0;
    border-top: 0;
    border-right: 0;
    border-left: 0
}

.property-tabs .tab-content {
    padding: 35px 0 0 0
}

.property-tabs .tab-content ul li {
    padding: 0 0 15px 0
}

.property-tabs .heading {
    font-size: 35px
}

.image-text {
    position: relative
}

.top-text {
    color: #e7dab9;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 800;
    font-size: 100px;
    top: -50px;
    left: 0;
    line-height: 70px;
    position: absolute
}

.bot-text {
    color: #e7dab9;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 800;
    font-size: 100px;
    bottom: -55px;
    line-height: 70px;
    left: 0;
    position: absolute
}

.large-text {
    bottom: -20px;
    font-size: 145px;
    line-height: normal
}

.bot-text-right {
    color: #e7dab9;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 800;
    bottom: 20px;
    font-size: 145px;
    line-height: normal;
    left: auto;
    position: absolute;
    right: 20%
}

.block-img-left {
    background: #c6dae3;
    padding: 60px 0;
    position: relative;
    margin-bottom: 20px
}

.block-img-left:before {
    width: 30%;
    top: 0;
    left: 0;
    position: absolute;
    background: #fff;
    height: 100%
}

.type3:before {
    width: 40%
}

.block-img-left2 {
    background: #e8dbba;
    padding: 60px 0;
    position: relative;
    margin-bottom: 20px
}

.block-img-left2:before {
    width: 30%;
    top: 0;
    left: 0;
    position: absolute;
    background: #fff;
    height: 100%
}

.type3:before {
    width: 40%
}

.type_new:before {
    width: 9.5%
}

.block-img-right {
    background: #c6dae3;
    padding: 60px 0;
    position: relative;
    margin-bottom: 20px
}

.block-img-right:after {
    width: 30%;
    top: 0;
    right: 0;
    position: absolute;
    background: #fff;
    height: 100%
}

.block-img-right img {
    position: relative;
    z-index: 5
}

.block-img-right-nocolor {
    background: 0 0;
    padding: 60px 0;
    position: relative;
    margin-bottom: 20px
}

.block-img-right-nocolor:after {
    width: 30%;
    top: 0;
    right: 0;
    position: absolute;
    background: #fff;
    height: 100%
}

.block-img-right-nocolor img {
    position: relative;
    z-index: 5
}

.block-img-right2 {
    background: #e8dbba;
    padding: 60px 0;
    position: relative;
    margin-bottom: 20px
}

.block-img-right2:after {
    width: 30%;
    top: 0;
    right: 0;
    position: absolute;
    background: #fff;
    height: 100%
}

.block-img-right2 img {
    position: relative;
    z-index: 5
}

.block-img-right22 {
    background: #c6dae3;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-bottom: 20px
}

.block-img-right22:after {
    width: 10%;
    top: 0;
    right: 0;
    position: absolute;
    background: #fff;
    height: 100%
}

.block-img-right22 img {
    position: relative;
    left: 15px;
    top: -60px;
    z-index: 5
}

.block-text {
    color: #0e294d;
    font-weight: 400;
    padding: 15px 15px 5px 15px;
    border-right: 1px solid #0e294d;
    border-top: 1px solid #0e294d;
    margin: 15px 15% 0;
    position: relative;
    font-size: 14px
}

.block-text:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    top: -11px;
    left: -3px
}

.block-img-right .block-text {
    border-left: 1px solid #0e294d;
    border-right: 0
}

.block-img-right .block-text:before {
    content: "\f105";
    right: -1px;
    left: auto;
    top: -11px
}

.block-img-right-nocolor .block-text {
    border-left: 1px solid #0e294d;
    border-right: 0
}

.block-img-right-nocolor .block-text:before {
    content: "\f105";
    right: -1px;
    left: auto;
    top: -11px
}

.block-img-right2 .block-text {
    border-left: 1px solid #0e294d;
    border-right: 0
}

.block-img-right2 .block-text:before {
    content: "\f105";
    right: -1px;
    left: auto;
    top: -11px
}

.block-text-noarrow {
    text-align: center;
    color: #0e294d;
    margin: 15px 15%;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    font-family: Lato, sans-serif
}

.block-text-noarrow-small {
    text-align: center;
    color: #0e294d;
    margin: 15px 15%;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    font-family: Lato, sans-serif
}

.block-more {
    float: right;
    margin: 20px -15% 0 0
}

.block-more a {
    color: #0e294d;
    font-weight: 600
}

@media screen and (max-width:767px) {
    .block-more {
        float: none
    }
    .nivo-caption {
        display: block !important;
        padding: 10px
    }
    .block-img-right,
    .display-flex-center {
        display: block
    }
    .block-img-left:before,
    .block-img-right:after {
        background: 0 0
    }
    .mw80 {
        max-width: 100%
    }
    .nivo-caption .pquotes {
        background: 0 0;
        color: #fff;
        padding: 10px;
        max-width: 100%;
        margin-top: 0;
        font-size: 22px
    }
    .property-tabs .nav-tabs>li {
        width: 100%;
        text-align: left;
        margin: 0
    }
    .footlogo {
        text-align: center
    }
    .property-tabs .heading,
    h3.title-icon {
        font-size: 22px
    }
    .group-btn {
        float: none
    }
    .footer-button {
        padding: 25px 15px
    }
    .group-btn a {
        margin-left: 0
    }
    .property-header h2 {
        font-size: 35px
    }
    .bot-text-right {
        font-size: 95px;
        bottom: 0;
        right: 18%
    }
}

@media screen and (max-width:480px) {
    .bot-text {
        font-size: 80px;
        bottom: -35px
    }
    .bot-text-right {
        font-size: 55px
    }
    .image-text {
        margin-bottom: 25px
    }
    .large-text {
        bottom: -20px;
        font-size: 100px
    }
}

@media screen and (max-width: 500px){
display-flex-end {
align-items: flex-end;
display: block;
}


.w100 {
width: 100%;
background-size: contain;
background-position: center;
max-width: 100%;
}

.property-header h1 {
font-size: 30px;
}

.property-header h3 {
font-size: 35px;
}

.property-header h3 {
font-size: 25px;

}
.display-flex-end {
display: unset;
}