html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #6e6e6e;
    font-family: cora_rgregular;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.blog-inner-social p,
.buyer-list span,
footer .bottom-footer .footer-header ul {
    font-family: robotoregular
}

a {
    color: #002749
}

a:hover {
    color: #8ec640
}

.mb-0 {
    margin-bottom: 0 !important
}

.container {
    width: 100%;
    max-width: 1170px
}

.clearfix {
    clear: both
}

.txt-justify {
    text-align: justify
}

.breadcrumb.team-outer,
.sale-info,
.txt-center {
    text-align: center
}

@font-face {
    font-family: robotoregular;
    src: url(../fonts/roboto-regular-webfont.eot);
    src: url(../fonts/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto-regular-webfont.woff2) format('woff2'), url(../fonts/roboto-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: corabold;
    src: url(../fonts/cora_bold_0-webfont.eot);
    src: url(../fonts/cora_bold_0-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/cora_bold_0-webfont.woff2) format('woff2'), url(../fonts/cora_bold_0-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: cora_mdmedium;
    src: url(../fonts/cora_medium_0-webfont.eot);
    src: url(../fonts/cora_medium_0-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/cora_medium_0-webfont.woff2) format('woff2'), url(../fonts/cora_medium_0-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: cora_rgregular;
    src: url(../fonts/cora_regular_0-webfont.eot);
    src: url(../fonts/cora_regular_0-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/cora_regular_0-webfont.woff2) format('woff2'), url(../fonts/cora_regular_0-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

.btn-member-contact {
    background: #fff;
    color: #8ec640;
    border: 1px solid #8ec640;
    border-radius: 0;
    padding: 8px 15px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.btn-dark-grey,
.btn-grey {
    transition: all .3s ease 0s
}

.btn-member-contact:hover {
    background: #8ec640;
    color: #fff
}

.btn-dark-grey {
    background: #29333d;
    color: #fff;
    border: 1px solid #29333d;
    border-radius: 3px;
    padding: 8px 25px;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.btn-dark-grey:hover {
    background: #fff;
    color: #29333d;
    border: 1px solid #29333d
}

.btn-grey {
    background: #ccc;
    color: #000;
    border: #ccc;
    border-radius: 3px;
    padding: 9px 25px;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.btn-grey:hover {
    background: #bbb;
    color: #fff
}

section.search .advance_search {
    margin-top: 8px
}

.btn-consultant {
    background: #8ec640;
    color: #fff;
    border: #8ec640;
    border-radius: 5px;
    padding: 5px 30px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    font-size: 16px
}

.btn-consultant:hover {
    background: #bbb;
    color: #242d36
}

footer {
    background: #041422
}

footer .top-footer {
    padding: 90px 0
}

footer .top-footer .footer-title {
    color: #fff;
    margin-bottom: 25px;
    position: relative
}

footer .top-footer .footer-title:before {
    content: " ";
    position: absolute;
    border-left: 5px solid #8ec640;
    height: 20px
}

footer .top-footer .footer-title h4 {
    padding-left: 20px
}

footer .top-footer .footer-menu ul {
    padding: 0;
    list-style: none
}

footer .top-footer .footer-menu ul li {
    border-bottom: 1px solid #262837;
    padding: 5px 0
}

footer .top-footer .Address ul li p a,
footer .top-footer .footer-menu ul li a {
    color: #a1b1bc;
    text-decoration: none;
    font-size: 13px
}

footer .top-footer .Address ul li p a:hover,
footer .top-footer .footer-menu ul li a:hover {
    color: #8ec640
}

footer .top-footer .Address ul {
    list-style: none;
    padding: 0
}

footer .top-footer .Address ul li:first-child {
    padding-top: 0
}

footer .top-footer .Address ul li {
    border-bottom: 1px solid #262837;
    padding: 20px 0
}

footer .top-footer .Address ul li p {
    color: #a1b1bc;
    margin: 0;
    font-size: 13px
}

footer .top-footer .Address ul li.media div.media-left {
    padding-right: 1px
}

footer .top-footer .Address ul li.media {
    margin: 0
}

footer .top-footer .Contact ul {
    list-style: none;
    padding: 0
}

footer .top-footer .Contact ul li {
    border-bottom: 1px solid #262837;
    padding: 7px 0
}

footer .top-footer .Contact ul li span {
    color: #a1b1bc;
    padding-right: 5px
}

footer .top-footer .Contact ul li a {
    text-decoration: none;
    color: #a1b1bc
}

footer .top-footer .Contact ul li a:hover {
    color: #8ec640
}

footer .top-footer .footer-sosial ul {
    padding: 0;
    list-style: none
}

footer .top-footer .footer-sosial ul li:first-child {
    padding-left: 0
}

footer .top-footer .footer-sosial ul li {
    float: left;
    padding: 0 8px
}

footer .top-footer .footer-sosial ul li a {
    font-size: 20px;
    color: #8ec640
}

footer .top-footer .footer-sosial ul li a:hover {
    color: #a1b1bc
}

footer .bottom-footer {
    background: #01080e;
    border-top: 2px solid #262837;
    padding: 30px 0
}

footer .bottom-footer p.Copyright {
    margin: 0;
    color: #a1b1bc;
    font-size: 13px
}

footer .bottom-footer p.Copyright a {
    text-decoration: none;
    color: #8ec640;
    padding: 0 5px;
    border-right: 2px solid #262837;
    margin-right: 3px
}

footer .bottom-footer p.Copyright a:hover {
    color: #a1b1bc
}

footer .bottom-footer .footer-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right
}

footer .bottom-footer .footer-header ul li {
    float: left;
    padding: 0 15px
}

footer .bottom-footer .footer-header ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none
}

footer .bottom-footer .footer-header ul li a:hover {
    color: #8ec640
}

sub,
sup {
    font-size: 60%
}

.search {
    background-color: #dcdcdc;
    padding-top: 15px;
    padding-bottom: 5px;
    display: none;
    z-index: 888;
    position: relative
}

.search .form-group {
    margin-bottom: 10px
}

.menu-search-wrap .search .form-group {
    margin-bottom: 0
}

.search .form-control {
    height: 38px;
    color: #b1b1b1;
    border-radius: 3px
}

.search .form-control:focus {
    box-shadow: none;
    border-color: #a7a7a7
}

.breadcrumb.property-inner {
    background: url(../image/property_inner.jpg) center center no-repeat fixed
}

.breadcrumb.homepage {
    background: url(../image/home-breadcrumb.jpg) center center no-repeat fixed
}

.breadcrumb.property-outer {
    background: url(../image/property_outer.jpg) center center no-repeat fixed
}

.breadcrumb.common-img {
    background: url(../image/breadcrumb.jpg) center center no-repeat fixed;
    margin-bottom: 0
}

.breadcrumb .title span sup {
    top: -10px
}

.breadcrumb {
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover !important;
    -o-background-size: cover;
    padding: 75px 0
}

.breadcrumb .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #042038;
    opacity: .8
}

.breadcrumb .title {
    color: #fff;
    font-size: 32px;
    margin-bottom: 8px
}

.breadcrumb .title span {
    color: #8ec640
}

.breadcrumb .detail {
    float: left;
    margin-right: 20px;
    font-size: 20px;
    color: #fff
}

.breadcrumb .detail img {
    float: left;
    margin-right: 10px;
    margin-top: 2px
}

.breadcrumb .back {
    float: right;
    font-size: 24px;
    color: #8ec640;
    margin-top: 8px
}

.for-sale p,
.sale-info p {
    font-size: 20px
}

.breadcrumb .back img {
    float: left;
    margin-right: 10px;
    margin-top: 0
}

.breadcrumb.homepage {
    padding: 65px 0 276px
}

.breadcrumb.property-outer {
    padding: 65px 0 0
}

.breadcrumb.property-outer .white-part {
    background-color: #fff
}

.breadcrumb.property-outer .grey-part {
    background-color: #363636
}

.breadcrumb.property-outer .custom-select {
    background-color: #fff;
    border-color: 1px solid #eee
}

.section-title {
    margin-bottom: 25px;
    position: relative
}

.section-title:before {
    content: " ";
    position: absolute;
    border-left: 5px solid #8ec640;
    height: 20px
}

.section-title h4 {
    padding-left: 20px;
    color: #00284b
}

.sale-info p,
.section-title span {
    color: #8ec640
}

.nopad {
    padding: 0
}

.sale-info {
    background-color: #002749;
    padding: 60px 0 0;
    height: 144px
}

.sale-button {
    padding: 0;
    height: 144px
}

.for-sale,
.for-sale-inverse {
    padding: 20px 20px 17px;
    text-align: center
}

.for-sale {
    background-color: #8ec640
}

.for-sale p {
    color: #fff;
    margin-top: 10px
}

.for-sale-inverse {
    background-color: #fff
}

.for-sale-inverse p {
    font-size: 20px;
    color: #8ec640;
    margin-top: 10px
}

.testimonial {
    padding: 0 25px;
    margin: 50px 0
}

.testimonial-detail {
    background-color: #f4f4f4;
    padding: 30px 60px 33px
}

.quote {
    margin-bottom: 20px;
    text-align: center
}

.property-inner .property-detail p,
.testimonial-text {
    text-align: justify
}

.testimonial-text-div {
    height: 143px
}

.testimonial-text {
    color: #1f1f1f;
    font-size: 18px
}

.testimonial-author {
    font-style: italic;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 18px;
}

.arrow img {
    float: left;
    margin: 5px 5px 0 0
}

.subscribe-img {
    background: url(../image/subscribe.jpg) center no-repeat fixed;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover !important;
    -o-background-size: cover;
    padding: 140px 0
}

.subscribe-info {
    background-color: #002749;
    padding: 25px
}

.subscribe-text {
    color: #fff;
    font-size: 26px
}

.subscribe a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.subscribe a span {
    color: #8ec640;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.subscribe a span:before {
    content: attr(data-letters-l);
    left: 0;
    transform: translate3d(-5px, 0, 0)
}

.subscribe a span:after,
.subscribe a span:before {
    color: #fff;
    opacity: 0;
    position: absolute;
    transition: transform .5s ease 0s, opacity .5s ease 0s
}

.subscribe a span:after {
    content: attr(data-letters-r);
    right: 0;
    transform: translate3d(5px, 0, 0)
}

.subscribe a span {
    position: relative;
    transition: color .5s ease 0s
}

.subscribe a:before {
    right: 0;
    top: 0;
    transform-origin: 100% 50% 0
}

.subscribe a:after,
.subscribe a:before {
    background: #fff;
    content: "";
    height: 1px;
    position: absolute;
    transform: scale3d(0, 1, 1);
    transition: transform .5s ease 0s;
    width: 100%
}

.subscribe a::after {
    bottom: 0;
    left: 0;
    transform-origin: 0 50% 0
}

.subscribe a:hover::after,
.subscribe a:hover::before {
    transform: scale3d(1, 1, 1)
}

.subscribe a:hover span::after,
.subscribe a:hover span::before {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.subscribe-text a:hover {
    color: #8ec640
}

.subscribe-text a:hover span {
    color: #fff
}

.home-featured {
    margin-top: -247px
}

.featured-img img {
    max-height: 250px;
    width: 100%;
    transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s
}

.featured-block {
    border: 1px solid #c3c3c3
}

.featured-detail-1 {
    padding: 0 15px 10px
}

.featured-title {
    color: #4d4d4d;
    font-size: 22px;
    margin-bottom: 6px;
    margin-top: 20px;
}

.featured-location {
    color: #9f9f9f
}

.featured-location i {
    margin-right: 3px
}

.featured-detail-2 {
    background: #f7f7f7;
    padding: 15px
}

.members .effect-sarah,
.similar-property figure.effect-sarah {
    background: #42b078
}

.featured-detail-2 .detail {
    float: left;
    margin-right: 15px
}

.featured-detail-2 .detail:last-child {
    float: left;
    margin-right: 0
}

.featured-detail-2 .detail img {
    float: left;
    margin-right: 10px;
    margin-top: 1px
}

.featured-detail-2 .detail span {
    font-size: 18px
}

.featured-detail-2 .detail-2-left {
    padding: 0
}

.featured-detail-2 .detail-2-right {
    padding: 0;
    border-left: 1px solid #e4e4e4
}

.featured-detail-2 .detail-2-right .detail {
    float: right
}

.featured-detail-3 {
    padding: 25px 15px 15px
}

.detail-3-left {
    position: relative;
    padding: 0
}

.detail-3-left:before {
    content: " ";
    position: absolute;
    border-left: 2px solid #8ec640;
    height: 30px
}

.detail-3-left p {
    padding-left: 15px;
    color: #8ec640;
    line-height: 30px;
    font-size: 25px;
    font-weight: 400
}

.detail-3-right {
    padding: 0
}

.detail-3-right p {
    float: right;
    color: #9f9f9f;
    font-size: 14px;
    margin-top: 5px
}

.property-slider {
    margin-top: 50px;
    margin-bottom: 40px
}

.property-detail .description {
    text-align: justify;
    margin-bottom: 30px;
    font-size: 12px
}

.property-detail .list {
    margin-top: 30px
}

.property-detail .list .detail {
    margin-top: 6px;
    position: relative
}

.property-detail .list .detail:before {
    content: " ";
    position: absolute;
    border-left: 6px solid #8ec640;
    height: 6px;
    margin-top: 7px
}

.property-detail .list .detail p {
    margin-left: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #6e6e6e;
    font-size: 14px
}

.property-detail .location {
    margin-bottom: 35px;
    margin-top: 30px
}

.property-detail .location iframe {
    height: 180px;
    width: 100%
}

.similar-property .grid {
    position: relative;
    margin: 0 auto
}

.similar-property .grid figure {
    overflow: hidden
}

.similar-property .grid figure img {
    position: relative;
    display: block;
    max-width: 100%
}

.similar-property figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.similar-property figure.effect-sarah:hover img {
    opacity: .4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.recently-sold .slick-track .effect-sarah {
    overflow: hidden;
    background: #42b078
}

.members .effect-sarah img,
.recently-sold .slick-track .effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 5px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.members .effect-sarah:hover img,
.recently-sold .slick-track .effect-sarah:hover img {
    opacity: .4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.report-title {
    color: #fff;
    font-size: 20px;
    padding: 15px;
    border: none;
    margin: 10px 0;
    width: 100%
}

a.report-title,
a.report-title:hover {
    text-decoration: none;
    color: #fff
}

.report-title.title-green {
    background-color: #8ec640
}

.report-title.title-blue {
    background-color: #001839
}

.report-title img {
    margin-top: -10px
}

.report-list .report-data {
    background-color: #f9f9f9;
    border-bottom: 1px solid #d9d9d9;
    padding: 25px 0;
    font-size: 16px
}

.consultant,
.consultant .right,
.sub-img div {
    padding: 0
}

.report-list .report-data:last-child {
    border-bottom: none
}

.report-list .report-data .left {
    color: #8ec640
}

.report-list .report-data .left img {
    margin-top: -7px;
    margin-right: 5px
}

.report-list .report-data .right {
    color: #00284b
}

.report-list .report-data:last-child .right {
    color: #00284b;
    line-height: 15px;
    line-height: 20px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #002749;
    border-color: #002749
}

.office .members .team-member,
.slider-div,
.team .team-member {
    border-bottom: 5px solid #8ec640
}

.pagination>li>a,
.pagination>li>span {
    color: #002749
}

.report-list .report-data .right span {
    color: #8ec640;
    display: block;
    font-size: 16px;
    text-transform: capitalize
}

.consultant .left {
    padding-right: 0
}

.consultant .consultant-name {
    font-size: 30px;
    color: #8ec640;
    line-height: 30px;
    margin-bottom: 5px
}

.consultant .consultant-type {
    font-size: 17px;
    color: #00284b;
    line-height: 16px;
    margin-bottom: 15px
}

.property-listing {
    margin: 50px 0
}

.property-listing .grid {
    position: relative;
    margin: 0 auto 35px;
    max-width: 1000px;
    list-style: none
}

.property-listing .grid figure figcaption .name {
    opacity: 1;
    margin-bottom: 10px
}

.property-listing .grid figure figcaption .name img {
    float: left;
    margin-right: 8px
}

.property-listing .grid figure figcaption .name span {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    opacity: 1;
    display: block
}

.property-listing .grid figure figcaption .detail {
    opacity: 1;
    float: left;
    margin-right: 10px;
    font-size: 18px
}

.property-listing .grid figure figcaption .detail img {
    float: left;
    margin-right: 5px;
    margin-top: 2px
}

.property-listing .grid figure figcaption .prize p {
    color: #8ec640;
    font-size: 16px;
    text-align: left;
    float: right
}

.property-listing .grid figure figcaption .prize p .beofer_text {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 300;
    margin-top: 1px
}

.property-listing .grid figure figcaption .prize p .after_text {
    color: #8ec640;
    font-size: 18px;
    padding-left: 5px;
    font-weight: 300;
    display: inline-block
}

.property-listing .grid figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 420px;
    background: #3085a3;
    cursor: pointer
}

.property-listing .grid figure a img.main-prop {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%
}

.property-listing .grid figure figcaption {
    padding: 2em;
    color: #042038;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.property-listing .grid figure figcaption::after,
.property-listing .grid figure figcaption::before {
    pointer-events: none
}

.property-listing .grid figure figcaption,
.property-listing .grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.property-listing figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 20px;
    height: auto;
    min-height: 90px;
    background: #042038;
    color: #fff;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: .9
}

.property-listing figure.effect-zoe figcaption .detail>span {
    opacity: 1;
    color: #fff;
    font-size: 16px
}

.property-listing figure.effect-zoe .detail,
.property-listing figure.effect-zoe .name,
.property-listing figure.effect-zoe .prize {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0)
}

.property-listing figure.effect-zoe:hover .detail,
.property-listing figure.effect-zoe:hover .name,
.property-listing figure.effect-zoe:hover .prize,
.property-listing figure.effect-zoe:hover figcaption {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.property-listing figure.effect-zoe:hover .name,
.property-listing figure.effect-zoe:hover .prize {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.property-listing figure.effect-zoe:hover .detail:nth-child(4) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.property-listing figure.effect-zoe:hover .detail:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.property-listing figure.effect-zoe:hover .detail:nth-child(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.property-listing figure.effect-zoe:hover .detail:first-child {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

@media screen and (max-width:50em) {
    .content {
        padding: 0 10px;
        text-align: center
    }
    .property-listing .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%
    }
}

.office .office-detail {
    background-color: #fff;
    padding: 70px 70px 100px
}

.office .detail-div {
    margin: 20px 0
}

.office .office-name {
    color: #8ec640
}

.office .members {
    margin-top: 70px
}

.office .members .team-member {
    padding: 15px 5px;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.office .members .member-name {
    font-size: 22px;
    color: #00284b;
    line-height: 36px;
    margin-top: 20px
}

.office .members .member-name span {
    color: #8ec640
}

.office .members .designation {
    font-size: 15px;
    color: #777;
    margin-bottom: 10px;
    min-height: 45px
}

.office .address {
    margin-top: 20px
}

.partition-line {
    background-color: #aeaeae;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 7px;
    width: 1px
}

.office-icon-div {
    padding-left: 0
}

.office-detail-div {
    padding-right: 0
}

.office-detail-div .office-label {
    color: #fff;
    font-size: 14px
}

.office-detail-div .office-value {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px
}

.office-contact-section .section-heading {
    margin-bottom: 15px
}

.section-heading-border {
    height: 3px;
    width: 100px;
    background-color: #8ec640
}

.office-contact-section {
    margin-top: 70px
}

.office-contact-form {
    margin-top: 30px
}

.team {
    padding-bottom: 100px
}

.team .members {
    margin-top: -300px
}

.team .team-member {
    margin: 20px;
    padding: 30px;
    background-color: #fff
}

.team .member-name {
    font-size: 25px;
    color: #00284b;
    line-height: 36px;
    margin-top: 15px
}

.team .member-name span {
    color: #8ec640
}

.team .designation {
    font-size: 15px;
    color: #777;
    margin-bottom: 10px
}

.team .border div {
    border-top: 1px solid #8ec640;
    width: 80px;
    margin: 0 auto
}

.team .member-contact {
    color: #00284b;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 12px
}

.team .member-contact i {
    color: #8ec640
}

.team .grid {
    position: relative;
    margin: 0 auto
}

.team .grid figure {
    overflow: hidden
}

.team .grid figure img.team-main {
    position: relative;
    display: block
}

.team figure.effect-sarah {
    background: #42b078;
    margin: 0 10px
}

.team figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.team figure.effect-sarah:hover img {
    opacity: .4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.team-video {
    height: 480px;
    margin: 60px 0 10px
}

.member-border {
    border-left: 1px solid #c5c5c5;
    margin-top: 20px
}

.member-name h1 {
    color: #8ec640;
    font-size: 49px;
    margin: 5px 0
}

.member-name label {
    color: #fff;
    background-color: #8ec640;
    font-size: 20px;
    padding: 7px 15px;
    border-radius: 4px;
    font-weight: 100
}

.member-social-detail {
    margin-top: 20px
}

.member-social-div {
    list-style: none;
    padding: 0 20px
}

.member-social {
    font-size: 20px;
    color: #002749;
    padding: 0;
    margin-top: 5px
}

.member-social img {
    position: absolute;
    vertical-align: top;
    left: 0;
    height: auto;
    width: auto
}

.member-social span {
    margin: 0
}

.member-description {
    margin: 50px 0 0
}

.member-description p {
    color: #363636;
    font-size: 20px;
    text-align: justify
}

.recently-sold {
    background: url(../image/team_inner_recent_sold.jpg) center no-repeat fixed;
    margin-bottom: 20px;
    margin-top: 50px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover !important;
    -o-background-size: cover;
    padding: 60px 0
}

.recently-sold .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #042038;
    opacity: .9
}

.recently-sold .title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px
}

.recently-sold .title span {
    color: #8ec640
}

.recently-sold-property {
    margin: 40px 0 10px
}

.recently-sold-property p {
    color: #fff;
    font-size: 19px;
    margin: 10px 0;
    text-decoration: none
}

a.recently-sold-property:hover {
    text-decoration: none
}

.rating-section {
    margin: 0 0 50px
}

.rating-section-border {
    border-right: 1px solid #c5c5c5;
    position: absolute;
    height: 300px;
    margin: 150px 0 0 -15px
}

.rating-section .section-title:before {
    height: 28px
}

.rating-section .section-title h4 {
    font-size: 28px
}

.rating {
    margin-right: 30px;
    height: auto
}

.feature-sidebar {
    margin-left: 30px
}

.section-heading {
    color: #002749;
    font-size: 36px;
    margin-bottom: 30px
}

.section-heading span {
    color: #8ec640
}

.why-us-content {
    padding: 75px 0
}

.why-us-description {
    /*margin-top: 50px;*/
    color: #042038;
    font-size: 17px;
    text-align: justify;
    line-height: 25px;
    font-family: cora_rgregular;
}

.why-us-buyer {
    margin-top: 60px;
    padding: 20px 0;
    background-color: #f7f7f7;
    border: 1px solid #f4f4f4;
    overflow: hidden;
    clear: both;
}
.why-us-content .slider-div{border-bottom: 0px;}
h2.buyer-title {
    font-size: 32px;
    color: #27333a
}

h2.buyer-title span {
    color: #8ec640
}

h4.buyer-subtitle {
    font-size: 14px;
    color: #27333a
}

.buyer-border {
    margin-top: 20px
}

.buyer-border div {
    border: 2px solid #8ec640;
    width: 90px;
    margin: 0 auto
}

.buyer-list {
    margin-top: 60px;
    padding: 0 40px
}

.buyer-list img {
    margin-top: -10px;
    margin-right: 20px
}

.buyer-list span {
    text-transform: uppercase;
    color: #27333a;
    font-size: 17px
}

.why-us-touch {
    margin-top: 50px;
    color: #fff;
    background-color: #8ec640;
    font-size: 20px;
    padding: 22px 0;
    text-transform: uppercase;
    display: block
}

.why-us-touch:hover {
    color: #8ec640;
    background: #fff;
    border: 1px solid #8ec640;
}

.ui-infobox-content {
    background: #fff;
    padding: 5px
}

.contact-map {
    height: 550px;
    max-height: 550px;
    width: 100%
}

.contact-form {
    margin-top: -118px;
    margin-bottom: 50px;
    position: relative
}

.contact-form .contact-box {
    min-height: 480px;
    position: relative
}

.contact-form .contact-box .contact-border {
    border-top: 5px solid #85bc42
}

.contact-right {
    background: #053661;
    padding: 10px 20px
}

.contact-left {
    background: #fff;
    padding: 40px 0 0
}

.contact-form .form-group-inner {
    border: 1px solid #7e7e7e;
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 2px
}

.contact-form .form-group .icon-box {
    display: table-cell;
    position: relative;
    vertical-align: middle
}

.contact-form .form-group .icon-box label {
    background: #fff;
    border-right: 1px solid #7e7e7e;
    color: #7e7e7e;
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 40px
}

.contact-form .form-group .field-outer {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 100%
}

.contact-form .form-group .field-outer input,
.contact-form .form-group .field-outer select,
.contact-form .form-group .field-outer textarea {
    border: none;
    color: #7e7e7e;
    display: block;
    line-height: 25px;
    padding: 9px 15px;
    position: relative;
    transition: all .3s ease-in-out 0s;
    width: 100%
}

.contact-form .form-group .field-outer textarea {
    height: 90px;
    padding-top: 30px;
    padding-bottom: 30px
}

:focus {
    outline: 0
}

.contact-form .form-group .field-outer select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(https://www.staples.com.ar/images/site/arrow_down.png) no-repeat;
    background-position: right 10px center;
    right: 0
}

.contact-form .form-group .field-outer select option {
    color: #7e7e7e
}

.contact-form .form-group .field-outer input::-webkit-input-placeholder,
.contact-form .form-group .field-outer textarea::-webkit-input-placeholder {
    color: #7e7e7e
}

.contact-form .form-group .field-outer input::-moz-placeholder,
.contact-form .form-group .field-outer textarea::-moz-placeholder {
    color: #7e7e7e
}

.contact-form .form-group {
    margin-bottom: 20px
}

.contact-form .form-group .field-outer input:-ms-input-placeholder {
    color: #7e7e7e
}

.btn-vocate {
    border-radius: 0
}

.btn-contact,
.btn-vocate {
    width: 100%;
    color: #fff;
    border: 1px solid #8ec640;
    background: #8ec640;
    font-size: 20px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.btn-contact:hover,
.btn-vocate:hover {
    color: #8ec640;
    border: 1px solid #8ec640;
    background: #fff
}

.contact-detail-box {
    display: relative
}

.contact-detail-box .icon-box {
    float: left;
    padding: 10px 0
}

.contact-detail-box .icon-box i {
    background: #85bc42;
    border-radius: 60px;
    color: #fff;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-right: 6px;
    text-align: center;
    width: 60px
}

.contact-detail-box .icon-box .icon-phone {
    background: url(../image/phone.png) center center no-repeat;
    width: 95px;
    height: 95px;
    display: block
}

.contact-detail-box .icon-box .icon-fax {
    background: url(../image/fax.png) center center no-repeat;
    width: 95px;
    height: 95px;
    display: block
}

.contact-detail-box .icon-box .icon-mail {
    background: url(../image/mail.png) center center no-repeat;
    width: 95px;
    height: 95px;
    display: block
}

.contact-detail-box .content {
    margin-left: 77px;
    padding: 7px 0px 15px;
    font-size: 17px
}

.contact-detail-box .content .title {
    color: #85bc42;
    width: 100%
}

.contact-detail-box .content .txt-wht {
    width: 100%;
    color: #fff !important;
    -webkit-text-fill-color: #fff
}

.contact-social {
    display: block;
    padding-bottom: 90px;
    padding-top: 45px;
    position: relative
}

.contact-social ul {
    padding: 0 5px;
    list-style: none
}

.contact-social ul li:first-child {
    padding-left: 0
}

.contact-social ul li {
    display: inline-block;
    padding: 0 8px
}

.contact-social ul a {
    font-size: 30px;
    color: #fff
}

.contact-social ul li a:hover {
    color: #8ec640
}

.faq-outer {
    margin: 70px 0
}

.faq-list {
    margin: 25px 10px
}

.faq-detail {
    background-color: #fff;
    padding-bottom: 35px
}

.faq-que {
    font-size: 20px;
    line-height: 25px;
    color: #002749;
    margin: 30px 0 7px
}

.faq-border {
    border-bottom: 1px solid #8ec640
}

.faq-title {
    color: #8ec640;
    font-size: 18px;
    margin: 10px 0 -5px
}

.faq-ans {
    font-size: 16px;
    color: #7c7c7c;
    margin: 10px 0;
    text-align: justify
}

.faq-date {
    color: #8ec640;
    font-size: 15px;
    margin: 10px 0 5px
}

.faq-icon {
    background: url(../image/faq-icon.png);
    height: 51px;
    width: 51px;
    position: absolute;
    left: -20px;
    top: -30px
}

.blog-social {
    font-size: 21px;
    margin-right: 3px
}

.blog-social.fa-facebook {
    padding: 7px 12px;
    color: #fff;
    background-color: #3b5998
}

.blog-social.fa-twitter {
    padding: 7px;
    color: #fff;
    background-color: #55acee
}

.blog-social.fa-linkedin {
    padding: 7px 8px;
    color: #fff;
    background-color: #007bb5
}

.blog-social.fa-google-plus {
    padding: 7px 4px;
    color: #fff;
    background-color: #dd4b39
}

.blog-social:hover {
    opacity: .7;
    text-decoration: none
}

.faq-btn {
    background: #8ec640;
    color: #fff;
    border: 1px solid #8ec640;
    border-radius: 0;
    padding: 7px 10px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.faq-btn:hover {
    background: #fff;
    color: #8ec640
}

.moving-story-inner .col-md-9 img {
    width: 100%
}

.moving-story-inner {
    margin: 50px 0
}

.moving_label {
    color: #fff;
    font-size: 30px;
    background: #8ec640;
    padding: 8px 30px
}

.moving_title {
    color: #8ec640;
    font-size: 27px;
    margin: 15px 0
}

.moving_description {
    font-size: 16px;
    text-align: justify;
    color: #363636
}

.more_stories img {
    margin: 10px 0
}

.faq-inner-icon {
    background: url(../image/faq-icon.png);
    height: 35px;
    width: 35px;
    position: absolute;
    left: -12px;
    top: -25px;
    background-size: 35px
}

.blog-inner {
    margin: 50px 0
}

.blog-detail-bottom {
    margin-top: 30px
}

.blog-info {
    margin-top: 6px
}

.blog-date-info {
    color: #8ec640;
    font-size: 16px;
    margin-right: 20px
}

.blog-date-info i {
    margin-right: 7px
}

.blog-inner-social p {
    line-height: 18px;
    padding: 2px;
    margin-right: 5px;
    display: inline-block;
    font-size: 22px;
    font-weight: 200;
    color: #7c7c7c;
    border-right: 1px solid #ddd
}

.blog-inner-social i {
    margin-right: 5px
}

.blog-inner-social .blog-social {
    font-size: 18px;
    margin-right: 3px
}

.blog-inner-social .blog-social.fa-facebook {
    padding: 7px 10px;
    color: #fff;
    background-color: #3b5998
}

.blog-inner-social .blog-social.fa-twitter {
    padding: 7px;
    color: #fff;
    background-color: #55acee
}

.blog-inner-social .blog-social.fa-linkedin {
    padding: 7px 8px;
    color: #fff;
    background-color: #007bb5
}

.blog-inner-social .blog-social.fa-google-plus {
    padding: 7px 4px;
    color: #fff;
    background-color: #dd4b39
}

.blog-inner-social .blog-social.fa-envelope {
    padding: 7px;
    color: #fff;
    background-color: #848484
}

.blog-inner-social .blog-social.fa-plus {
    padding: 7px 9px;
    color: #fff;
    background-color: #ff6550;
    margin-right: 0
}

.moving-nopad {
    padding: 0
}

.moving-blue,
.moving-green {
    background-color: #053865;
    color: #fff;
    height: 272px
}

.moving-white {
    background-color: #fff;
    color: #363636;
    height: 272px
}

.moving-text {
    padding: 65px 30px;
    text-align: center
}

.moving-text h3 {
    font-size: 23px
}

.moving-text p {
    font-size: 13px;
    margin: 5px 0 15px
}

.moving-img {
    max-height: 275px;
    margin-bottom: -5px
}

.moving-blue .btn-moving-text,
.moving-green .btn-moving-text {
    background: #053865
}

.moving-white .btn-moving-text {
    background: #fff;
    border: 1px solid #363636;
    color: #363636
}

.btn-moving-text {
    background: #053865;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 13px;
    padding: 6px 12px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.moving-blue .btn-moving-text:hover {
    color: #053865
}

.moving-green .btn-moving-text:hover {
    color: #fff
}

.moving-white .btn-moving-text:hover {
    background: #363636;
    color: #fff
}

.btn-moving-text:hover {
    cursor: pointer;
    text-decoration: none;
    background: #fff;
    color: #053865
}

.right-arrow {
    right: -25px;
    top: 120px;
    position: absolute;
    z-index: 999
}

.left-arrow {
    left: -25px;
    top: 120px;
    position: absolute;
    z-index: 999
}

.bottom-arrow,
.top-arrow {
    left: 190px;
    position: absolute;
    z-index: 999
}

.bottom-arrow {
    bottom: -25px
}

.top-arrow {
    top: -25px
}

.publication {
    margin: 50px 0
}

.publication-desc {
    color: #363636;
    font-size: 18px;
    text-align: justify;
    margin: 30px 0
}

.publication-list {
    margin: 50px 0;
    padding: 0
}

.single-publication {
    padding: 0 5px
}

.publication-header {
    font-size: 20px;
    font-weight: 0;
    color: #363636;
    text-align: left
}

.btn-view-all {
    background: #fff;
    color: #a2a2a2;
    border: 1px solid #a2a2a2;
    border-radius: 0;
    padding: 10px 10px 10px 30px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.btn-view-all:hover {
    color: #fff;
    background: #a2a2a2
}

.btn-div {
    margin: 20px 0
}

.btn-view-all i {
    margin-left: 20px
}

.bg-white {
    background-color: #fff
}

.investment-main label span.green,
.vocate-main label span.green {
    color: #8ec640
}

.breadcrumb.contact-inner {
    background: url(../image/breadcrumb.jpg) center center no-repeat fixed;
    margin-bottom: 0
}

.investment-main,
.vocate-main {
    padding: 25px 0
}

.investment-main .title,
.vocate-main .title {
    margin-bottom: 30px;
    position: relative
}

.investment-main.finance-main .title {
    margin-bottom: 15px
}

.pad-tb-20 {
    padding: 20px 0
}

.investment-main .text,
.investment-slogan,
.vocate-main .text {
    margin-bottom: 20px
}

.investment-main .title:before,
.vocate-main .title:before {
    content: " ";
    position: absolute;
    border-left: 3px solid #8ec640;
    height: 25px;
    margin-top: -2px
}

.investment-main .title h3,
.vocate-main .title h3 {
    padding-left: 20px;
    color: #00284b
}

.investment-main.finance-main .title h3 {
    padding-left: 15px
}

.investment-main .title span,
.vocate-main .title span {
    color: #8ec640
}

.investment-main .text p,
.vocate-main .text p {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: #7c7c7c
}

.vocate-main .text p a,
.vocate-main .text p a:hover {
    color: #8ec640;
    text-decoration: underline
}

.investment-form .form-group label,
.vocate-form .form-group label {
    font-weight: 300;
    color: #7c7e83
}

.investment-form .form-group label>span,
.vocate-form .form-group label>span {
    color: #8ec640
}

.investment-form .form-group .form-control,
.vocate-form .form-group .form-control {
    height: 40px;
    border-radius: 1px
}

.investment-form .form-group select#propType {
    height: auto
}

.investment-form .form-group textarea.form-control,
.vocate-form .form-group textarea.form-control {
    height: 135px
}

.office-contact-form .form-group textarea.form-control {
    height: 50px
}

.vocate-form .form-control-feedback {
    height: 45px;
    line-height: 43px
}

.investment-main h3 span {
    color: #95c11e
}

.investment-main h3 {
    font-size: 19px;
    color: #001839;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize
}

.finance-main h3 {
    font-size: 18px;
    margin: 0;
    text-transform: none
}

.finance-main .row.link-section {
    padding: 30px 0
}

.finance-main .link-divider {
    border-bottom: 1px solid #000;
    opacity: .122;
    margin-bottom: 20px;
    display: block
}

.finance-main .link-row h3 {
    margin-left: 15px;
    text-align: left
}

.investment-slogan {
    min-height: 140px;
    background: #f7f9fb;
    border-left: 3px solid #e6e6e6
}

.investment-main blockquote {
    background: url(../image/blockquote.png) 23px 35px no-repeat #f7f9fb;
    border-color: #e6e6e6;
    color: #898b8f;
    font-size: 17px;
    font-style: italic;
    margin: 0 0 20px;
    line-height: 30px;
    padding: 30px 65px
}

.investment-main ul.list-investment {
    position: relative;
    width: 100%
}

.investment-main .list-investment li {
    padding-left: 10px;
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #7c7c7c
}

.investment-main .system-content {
    padding: 40px 0 0
}

.system-content ul.list-system {
    position: relative;
    padding: 5px 12px
}

.system-content ul.list-system li {
    font-size: 14px;
    color: #7c7c7c;
    padding: 0 5px;
    min-height: 25px
}

.detail-list {
    text-align: justify
}

.service-btn-block {
    display: inline-block;
    float: left;
    margin-top: 5px
}

.navbar-nav,
header.themes_06_header_section_04 .header_top_part .nq_btn2,
header.themes_06_header_section_04 .header_top_part ul {
    float: right
}

.btn-service {
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 20px;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 8px 10px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.btn-service.active,
.btn-service:hover {
    background: #8dc540;
    border: 1px solid #8dc540;
    color: #fff
}

ul.service-list {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    color: #333
}

ul.service-list li {
    list-style-type: disc
}

.breadcrumb.service-inner {
    background: url(../image/breadcrumb.jpg) center center no-repeat fixed;
    margin-bottom: 0
}

.service-map,
.service-map img {
    max-height: 450px;
    width: 100%
}

.service-detail .description {
    padding: 70px 0;
    font-size: 16px;
    color: #474747;
    text-align: justify
}

.service-detail .detail-list {
    text-align: justify;
    color: #474747;
    font-size: 16px
}

.moving-story-slider .slick-dots {
    margin: 0 auto
}

.moving-story-slider .slide-content {
    max-height: 70px;
    background: #8dc540;
    position: relative
}

.moving-story-slider .slide-content span {
    padding: 10px 20px;
    color: #fff;
    display: inline-block
}

.moving-story-slider.slick-slider {
    margin-bottom: 30px
}

.moving-left .title {
    text-align: center;
    padding: 0 10px 20px;
    color: #8dc540;
    background: #fff;
    font-size: 18px
}

.moving-story-slider .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style-image: none;
    text-align: center
}

.moving-story-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.moving-story-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: url(../image/slick-nav.png) -10px 0 no-repeat;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0
}

.moving-story-slider .slick-dots li.slick-active button {
    background: url(../image/slick-nav.png) -88px 0 no-repeat
}

.service-left-tab .nav-tabs {
    border-bottom: 0
}

.service-left-tab .nav-tabs>li {
    border: 1px solid #e5e6e5
}

.service-left-tab .nav-tabs>li.active {
    border-radius: 0;
    border-left: 1px solid #e5e6e5;
    border-right: 1px solid #e5e6e5;
    border-bottom: 0;
    border-top: 2px solid #627480
}

.service-left-tab .tab-content {
    background: #fff
}

.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a,
.service-left-tab .nav-tabs>li.active>a {
    border: 0;
    padding: 15px 11px
}

.service-left-tab .nav-tabs>li:first-child {
    margin-right: 3px
}

.nav-tabs>li>a,
.nav>li>a:focus,
.nav>li>a:hover,
.service-left-tab .nav-tabs>li {
    background: #f7f8f9;
    margin-bottom: 0;
    color: #000
}

.service-left-tab .list-white {
    background: #fff;
    font-size: 13px;
    padding: 13px 0
}

.service-left-tab .list-grey {
    background: #f7f7f7;
    font-size: 13px;
    padding: 13px 0
}

.service-left-tab .color-blue {
    color: #92d3fd
}

.service-row {
    padding: 15px 0
}

.service-row .row-title {
    font-size: 16px;
    color: #565a5c;
    margin-bottom: 10px
}

.service-row .row-text {
    font-size: 12px;
    text-align: justify
}

.banner-text,
.nav-mobile h2,
header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .menu_item_info {
    text-align: center
}

header.themes_06_header_section_04 {
    background-color: #042038;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #8a8a8a;
    font-variant: normal;
    text-transform: inherit;
    max-width: container;
    margin: auto;
    padding: 20px
}

@media (min-width:768px) {
    header.themes_06_header_section_04 .nq_container {
        max-width: 750px
    }
    #banner .carousel-indicators {
        width: 750px
    }
}

@media (min-width:992px) {
    header.themes_06_header_section_04 .nq_container {
        max-width: 970px
    }
    #banner .carousel-indicators {
        width: 970px
    }
    
    /*.contact-form{padding-right:20px}*/
}

@media (min-width:1200px) {
    #banner .carousel-indicators {
        width: 1170px
    }
    header.themes_06_header_section_04 .nq_container {
        max-width: 1170px
    }
    .why-us-content .slider-div{height: 290px;
    position: relative;
    width: 98%;}
    .why-us-content .slider-div img{position: absolute;
    top: 0px;
    height: 100%;width: 100%;
    left: 0px;
    object-fit: cover;}
}

header.themes_06_header_section_04 .nqimg_effects img {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear
}

header.themes_06_header_section_04 .nqimg_effects .nqimg_mask {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -khtml-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    background-color: rgba(0, 108, 102, .5);
    opacity: 0
}

header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn,
header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn:hover {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #fff
}

header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn {
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    text-decoration: none
}

header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn:focus {
    text-decoration: none;
    outline: 0
}

header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn:active,
header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn:hover {
    color: #fff;
    text-decoration: none
}

header.themes_06_header_section_04 .nqimg_effects h1,
header.themes_06_header_section_04 .nqimg_effects h2,
header.themes_06_header_section_04 .nqimg_effects h4,
header.themes_06_header_section_04 .nqimg_effects h5,
header.themes_06_header_section_04 .nqimg_effects h6 {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -khtml-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -khtml-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    opacity: 0
}

header.themes_06_header_section_04 .nqimg_effects p {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -khtml-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    opacity: 0
}

header.themes_06_header_section_04 .nqimg_effects a.btn {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -khtml-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -khtml-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    opacity: 1
}

header.themes_06_header_section_04 .nqimg_effects:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -khtml-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1)
}

header.themes_06_header_section_04 .nqimg_effects:hover .nqimg_mask {
    opacity: 1
}

header.themes_06_header_section_04 .nqimg_effects:hover h1,
header.themes_06_header_section_04 .nqimg_effects:hover h2,
header.themes_06_header_section_04 .nqimg_effects:hover h4,
header.themes_06_header_section_04 .nqimg_effects:hover h5,
header.themes_06_header_section_04 .nqimg_effects:hover h6,
header.themes_06_header_section_04 .nqimg_effects:hover p {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1
}

header.themes_06_header_section_04 .nqimg_effects:hover p {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -khtml-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

header.themes_06_header_section_04 .nqimg_effects:hover a.btn {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -khtml-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    opacity: 1
}

header.themes_06_header_section_04 .nqdropdown_effects .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -khtml-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -khtml-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -khtml-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    opacity: 0
}

header.themes_06_header_section_04 .nqdropdown_effects .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

header.themes_06_header_section_04 .nqdropdown_effects .dropdown:hover .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    visibility: hidden;
    top: -5px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -khtml-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -khtml-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    opacity: 0
}

header.themes_06_header_section_04 .nqdropdown_effects .dropdown:hover .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1
}

header.themes_06_header_section_04 .nqdropdown_effects .dropdown:hover .dropdown-menu .dropdown-submenu.menu_left .dropdown-menu {
    left: -100%;
    visibility: hidden;
    top: -5px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -khtml-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -khtml-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    opacity: 0;
    display: block
}

header.themes_06_header_section_04 .nqdropdown_effects .dropdown:hover .dropdown-menu .dropdown-submenu.menu_left:hover .dropdown-menu {
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1
}

header.themes_06_header_section_04 a {
    color: #535353;
    text-decoration: none
}

header.themes_06_header_section_04 a:hover {
    color: #006c66;
    text-decoration: none
}

header.themes_06_header_section_04 a:active {
    color: #000;
    text-decoration: none
}

header.themes_06_header_section_04 a:focus {
    text-decoration: none;
    outline: 0
}

.dropdown-menu>.active>a {
    background-color: #e9eaea;
    color: #006c66 !important
}

header.themes_06_header_section_04 .active {
    color: #8ec640
}

header.themes_06_header_section_04.fix_width {
    position: relative;
    left: 0;
    right: 0;
    z-index: 1030
}

header.themes_06_header_section_04.fix_width.shrink {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    background-color: #042038;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
    z-index: 9999
}

.header-top-menu::after,
.header_top_part::after {
    bottom: 0;
    content: "";
    left: 0;
    z-index: -1
}

header.themes_06_header_section_04.fix_width.shrink .action_part,
header.themes_06_header_section_04.fix_width.shrink .header_top_part {
    display: none
}

header.themes_06_header_section_04.fix_width.shrink .nq_logo {
    margin-top: 4px
}

.navbar-nav {
    margin-top: 10px
}

.header-top-menu {
    position: relative
}

.header-top-menu::after {
    display: block;
    position: absolute;
    top: 0
}

@media (max-width:992px) {
    header.themes_06_header_section_04.fix_width.shrink .nq_logo {
        margin: 14px auto 13px
    }
}

@media (max-width:1200px) {
    header.themes_06_header_section_04 .nq_logo {
        min-height: auto
    }
}

header.themes_06_header_section_04 .header_top_part ul li {
    display: inline-block;
    list-style-type: none;
    line-height: normal;
    position: relative
}

header.themes_06_header_section_04 .header_top_part ul li+li {
    margin-left: 5px;
    padding-left: 10px
}

header.themes_06_header_section_04 .header_top_part ul li+li::before {
    background-color: #000;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 1px
}

header.themes_06_header_section_04 .header_top_part ul li a {
    text-decoration: none;
    display: inline-block
}

header.themes_06_header_section_04 .header_top_part .nq_btn1 {
    margin: 24px 0 0 20px;
    float: right
}

header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn,
header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn {
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    line-height: 150%;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    white-space: nowrap
}

header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn {
    border-color: #8a8a8a;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: 0 0;
    color: #8a8a8a
}

header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn:focus {
    text-decoration: none;
    outline: 0
}

header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #006c66;
    background: 0 0;
    background-color: #006c66
}

header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn:active,
header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn:hover {
    color: #fff;
    text-decoration: none
}

header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn {
    border-color: #8a8a8a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: 0 0;
    color: #8a8a8a
}

header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn:focus {
    text-decoration: none;
    outline: 0
}

header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #006c66;
    background: 0 0;
    background-color: #006c66
}

header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn:active,
header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn:hover {
    color: #fff;
    text-decoration: none
}

header.themes_06_header_section_04 .header_top_part .nq_social_icons li a {
    margin: 25px 0 0 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    font-variant: normal;
    text-transform: inherit
}

header.themes_06_header_section_04 .header_top_part .nq_phone {
    letter-spacing: 1.5px;
    display: inline-block;
    margin-left: 24px
}

header.themes_06_header_section_04 .header_top_part .nq_phone .fa-phone {
    color: #006c66;
    font-size: 20px;
    letter-spacing: 0;
    vertical-align: -2px
}

header.themes_06_header_section_04 .header_top_part .nq_email,
header.themes_06_header_section_04 .header_top_part .nq_top_search {
    display: inline-block
}

header.themes_06_header_section_04 .header_top_part .nq_top_search input {
    padding: 0 30px 0 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(138, 138, 138, .2);
    box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    color: #8a8a8a;
    background: 0 0;
    height: 32px
}

header.themes_06_header_section_04 .header_top_part .nq_top_search input::-webkit-input-placeholder {
    color: #8a8a8a
}

header.themes_06_header_section_04 .header_top_part .nq_top_search input:-moz-placeholder {
    color: #8a8a8a
}

header.themes_06_header_section_04 .header_top_part .nq_top_search input::-moz-placeholder {
    color: #8a8a8a
}

header.themes_06_header_section_04 .header_top_part .nq_top_search input:-ms-input-placeholder {
    color: #8a8a8a
}

header.themes_06_header_section_04 .header_top_part .nq_top_search input:focus,
header.themes_06_header_section_04 .header_top_part .nq_top_search input:hover {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(138, 138, 138, .2)
}

header.themes_06_header_section_04 .header_top_part .nq_top_search i {
    position: absolute;
    top: 8px;
    right: 10px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -khtml-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

header.themes_06_header_section_04 .header_top_part .nq_top_search button {
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 0;
    background: 0 0;
    border: none;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -khtml-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: none 2px 5px rgba(0, 0, 0, .4)
}

.header_top_part {
    color: #535353;
    background-color: #e9eaea;
    padding: 12px 20px 12px 30px;
    position: relative
}

.header_top_part::after {
    background-color: #e9eaea;
    position: absolute;
    right: -100%;
    top: 0
}

@media (max-width:1599px) {
    header.themes_06_header_section_04 .main-nav li:last-child .dropdown-menu {
        left: auto;
        right: 0
    }
}

@media (max-width:1199px) {
    header.themes_06_header_section_04 .header_top_part .nq_btn1,
    header.themes_06_header_section_04 .header_top_part .nq_btn2,
    header.themes_06_header_section_04 .header_top_part .nq_email,
    header.themes_06_header_section_04 .header_top_part .nq_phone,
    header.themes_06_header_section_04 .header_top_part .nq_social_icons,
    header.themes_06_header_section_04 .header_top_part .nq_top_search,
    header.themes_06_header_section_04 .header_top_part ul {
        margin-left: 15px
    }
}

@media (max-width:992px) {
    .header_top_part,
    header.themes_06_header_section_04 .header_top_part .nq_btn1,
    header.themes_06_header_section_04 .header_top_part .nq_btn2,
    header.themes_06_header_section_04 .header_top_part .nq_email,
    header.themes_06_header_section_04 .header_top_part .nq_phone,
    header.themes_06_header_section_04 .header_top_part .nq_social_icons,
    header.themes_06_header_section_04 .header_top_part .nq_top_search,
    header.themes_06_header_section_04 .header_top_part ul {
        display: none
    }
}

header.themes_06_header_section_04 .main-nav li {
    float: left;
    position: relative
}

header.themes_06_header_section_04 .nq_logo {
    margin-top: 15px;
    padding-left: 45px;
    padding-right: 16px
}

.top_header .row>div[class*=col-] {
    padding: 0
}

header.themes_06_header_section_04 .main-nav li a {
    color: #fff;
    font-family: robotoregular;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    padding: 18px 25px 12px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

header.themes_06_header_section_04 .main-nav li .dropdown-submenu a.dropdown-toggle,
header.themes_06_header_section_04 .main-nav li:last-child a {
    padding-right: 0
}

header.themes_06_header_section_04 .main-nav li a:hover {
    background: 0 0;
    border-bottom: none;
    color: #8ec640
}

header.themes_06_header_section_04 .main-nav li a:active {
    background: 0 0;
    color: #8ec640;
    text-decoration: none
}

header.themes_06_header_section_04 .main-nav li a:focus {
    background: 0 0;
    text-decoration: none;
    outline: 0
}

header.themes_06_header_section_04 .main-nav li a.active {
    color: #8ec640
}

header.themes_06_header_section_04 .main-nav li.dropdown .dropdown-menu {
    display: block;
    padding: 0
}

header.themes_06_header_section_04 .main-nav li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: -5px
}

header.themes_06_header_section_04 .main-nav li.dropdown .dropdown-menu .dropdown-submenu.menu_left .dropdown-menu {
    left: -100%;
    top: -5px
}

header.themes_06_header_section_04 .main-nav li.open .dropdown-menu {
    display: block
}

header.themes_06_header_section_04 .main-nav li.dropdown:hover a {
    color: #006c66
}

header.themes_06_header_section_04 .main-nav li .dropdown-submenu a.dropdown-toggle:before {
    display: none
}

header.themes_06_header_section_04 .main-nav li .dropdown-submenu a.dropdown-toggle:after {
    display: block;
    content: "\f054";
    float: right;
    font-family: fontawesome;
    font-style: normal;
    font-size: 12px;
    line-height: null%;
    font-variant: normal;
    text-transform: inherit;
    margin: 0;
    position: absolute;
    top: 6px;
    right: 7px
}

.nav-mobile h2,
.nav-mobile ul li a {
    font-family: robotoregular
}

header.themes_06_header_section_04 .main-nav li .dropdown-submenu .dropdown-menu a:after {
    display: none
}

header.themes_06_header_section_04 .main-nav li .dropdown-submenu .dropdown-menu a.dropdown-toggle:after {
    display: block
}

header.themes_06_header_section_04 .main-nav li .dropdown-submenu:hover .dropdown-menu {
    display: block;
    left: 100%;
    top: -5px
}

header.themes_06_header_section_04 .main-nav li .dropdown-submenu:hover .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: none
}

header.themes_06_header_section_04 .main-nav li .dropdown-submenu:hover .dropdown-menu .dropdown-submenu:hover,
header.themes_06_header_section_04 .main-nav li .dropdown-submenu:hover .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    display: block
}

header.themes_06_header_section_04 .main-nav li .dropdown-submenu:hover.menu_left {
    float: none
}

header.themes_06_header_section_04 .main-nav li .dropdown-submenu:hover.menu_left .dropdown-menu {
    left: -100%;
    margin-left: 0
}

header.themes_06_header_section_04 .main-nav li.dropdown ul.dropdown-menu a {
    color: #efefef;
    border: none;
    padding: 10px 12px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s
}

header.themes_06_header_section_04.fix_width.shrink .nq_logo img {
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    width: 108px
}

@media (max-width:1192px) {
    header.themes_06_header_section_04 .main-nav li a {
        margin-left: 8px;
        margin-right: 8px
    }
}

@media (max-width:992px) {
    header.themes_06_header_section_04 .main-nav {
        display: none
    }
    .property_vd .section-title::before {
        border-left: unset;
    }
}

header.themes_06_header_section_04 .mega_menu li:last-child a {
    margin-right: 0
}

header.themes_06_header_section_04 .mega_menu li .dropdown-menu {
    border: none;
    background-color: #8ec640;
    background-repeat: repeat;
    background-position: center top;
    box-shadow: 0 3px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0 3px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 3px 2px rgba(0, 0, 0, .3);
    min-width: 150px
}

header.themes_06_header_section_04 .mega_menu li .dropdown-menu li {
    display: block;
    float: none;
    margin: 0;
    position: relative
}

header.themes_06_header_section_04 .mega_menu li .dropdown-menu li:last-child {
    border: none
}

header.themes_06_header_section_04 .mega_menu li .dropdown-menu li a:hover {
    color: #8ec640;
    text-decoration: none
}

header.themes_06_header_section_04 .mega_menu li .dropdown-menu li a:active {
    color: #006c66;
    text-decoration: none
}

header.themes_06_header_section_04 .mega_menu li .dropdown-menu li a:focus {
    text-decoration: none;
    outline: 0
}

header.themes_06_header_section_04 .mega_menu li .dropdown-menu li a.active {
    color: #006c66 !important
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover a {
    color: #8ec640
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu {
    border-radius: 0;
    min-width: 200px padding: 0
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li a:hover {
    background-color: #8ec640;
    color: #fff;
    text-decoration: none;
    margin-left: 8px
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li a:active {
    color: #006c66;
    text-decoration: none
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li a:focus {
    text-decoration: none;
    outline: 0
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li.dropdown-submenu:hover a {
    color: #006c66
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li.dropdown-submenu:hover .dropdown-menu li a {
    color: #8a8a8a;
    text-decoration: none
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li.dropdown-submenu:hover .dropdown-menu li a:active,
header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li.dropdown-submenu:hover .dropdown-menu li a:hover {
    color: #006c66;
    text-decoration: none
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li.dropdown-submenu:hover .dropdown-menu li a:focus {
    text-decoration: none;
    outline: 0
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li.dropdown-submenu:hover .dropdown-menu li:hover a {
    color: #006c66
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li.dropdown-submenu:hover .dropdown-menu li:hover .dropdown-menu li a {
    color: #8a8a8a;
    text-decoration: none
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li.dropdown-submenu:hover .dropdown-menu li:hover .dropdown-menu li a:active,
header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li.dropdown-submenu:hover .dropdown-menu li:hover .dropdown-menu li a:hover {
    color: #006c66;
    text-decoration: none
}

header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li.dropdown-submenu:hover .dropdown-menu li:hover .dropdown-menu li a:focus {
    text-decoration: none;
    outline: 0
}

header.themes_06_header_section_04 .mega_menu li.multi-level {
    position: static
}

header.themes_06_header_section_04 .mega_menu li.multi-level .dropdown-menu {
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    position: absolute;
    width: 100%
}

header.themes_06_header_section_04 .mega_menu li.multi-level .dropdown-menu li {
    width: 10%;
    margin-left: 1%;
    float: none;
    display: table-cell;
    border-bottom: none
}

header.themes_06_header_section_04 .mega_menu li.multi-level .dropdown-menu li a {
    padding: 0;
    margin: 7px 0;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 150%;
    color: #8a8a8a;
    font-variant: normal;
    text-transform: uppercase;
    display: inline-block
}

header.themes_06_header_section_04 .mega_menu li.multi-level .dropdown-menu li .multi_submenu {
    padding: 0;
    display: block
}

header.themes_06_header_section_04 .mega_menu li.multi-level .dropdown-menu li .multi_submenu li {
    width: 94%;
    display: block;
    padding: 0
}

header.themes_06_header_section_04 .mega_menu li.multi-level .dropdown-menu li .multi_submenu li a {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 150%;
    color: #8a8a8a;
    font-variant: normal;
    text-transform: uppercase
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 {
    position: static
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu {
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    position: absolute;
    width: 100%
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li {
    float: left;
    border-bottom: none
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu {
    width: 20%;
    display: table-cell;
    float: left;
    margin-right: 2%
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 150%;
    color: #8a8a8a;
    font-variant: normal;
    text-transform: uppercase;
    display: inline-block
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu a:active,
header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu a:hover {
    color: #006c66;
    text-decoration: none
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu a:focus {
    text-decoration: none;
    outline: 0
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu .multi_submenu {
    padding: 0
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu .multi_submenu li {
    width: 96%;
    display: block;
    margin: 0;
    padding: 0
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu .multi_submenu li a {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 150%;
    color: #8a8a8a;
    font-variant: normal;
    text-transform: uppercase;
    margin: 16px 0 0;
    padding: 0
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu .multi_submenu li a:active,
header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu .multi_submenu li a:hover {
    color: #006c66;
    text-decoration: none
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu .multi_submenu li a:focus {
    text-decoration: none;
    outline: 0
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem {
    width: 80%;
    display: table-cell;
    float: none
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .mega_container {
    width: 100%
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .mega_container .thumbnail_container {
    padding-bottom: 66.6%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .menu_item_info .title {
    margin: 10px 0 15px;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 150%;
    color: #8a8a8a;
    font-variant: normal;
    text-transform: uppercase
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .menu_item_info .title a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 150%;
    color: #8a8a8a;
    font-variant: normal;
    text-transform: uppercase
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .menu_item_info .title a:active,
header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .menu_item_info .title a:hover {
    color: #006c66;
    text-decoration: none
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .menu_item_info .title a:focus {
    text-decoration: none;
    outline: 0
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .menu_item_info .max3line {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 150%;
    color: #8a8a8a;
    font-variant: normal;
    text-transform: uppercase;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    margin-bottom: 15px
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .menu_item_info .menu_btn .btn {
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    background-color: #006c66;
    border-width: 1px;
    border-style: solid;
    border-color: #006c66
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .menu_item_info .menu_btn .btn:hover {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #fff
}

header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .menu_item_info .menu_btn .btn:focus {
    outline-width: 0
}

@media (max-width:992px) {
    header.themes_06_header_section_04 .mega_menu {
        display: none
    }
    header.themes_06_header_section_04 .nq_mob_hide {
        display: none !important
    }
    header.themes_06_header_section_04 .nav-mobile,
    header.themes_06_header_section_04 .nq_mob_show {
        display: block !important
    }
}

.mobile_nq_btn .btn {
    margin: 5px 0;
    padding: 10px 20px;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    background-color: #006c66;
    border-width: 1px;
    border-style: solid;
    border-color: #006c66;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    text-decoration: none
}

.mobile_nq_btn .btn:hover {
    background-color: #8a8a8a;
    border-width: 1px;
    border-style: solid;
    border-color: #8a8a8a
}

.mobile_nq_btn .btn:focus {
    text-decoration: none;
    outline: 0
}

.mobile_nq_btn .btn:active,
.mobile_nq_btn .btn:hover {
    color: rgba(255, 255, 255, .6);
    text-decoration: none
}

#nav-mobile-btn {
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -khtml-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    line-height: 100%;
    float: right;
    width: 40px;
    height: 40px;
    display: none;
    margin-top: 30px;
    padding: 0;
    border: none;
    background: #8ec640;
    color: #fff;
    font-size: 28px
}

#wrapper.open,
.nav-mobile {
    transition: all .5s ease 0s;
    -khtml-transition: all .5s ease 0s;
    -khtml-box-shadow: rgba(0, 0, 0, .4) -3px 0 8px 0;
    position: fixed
}

#nav-mobile-btn:hover {
    background-color: #54913c
}

@media (max-width:992px) {
    #nav-mobile-btn {
        display: block;
        margin-top: 20px
    }
}

#wrapper.open {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .4) -3px 0 8px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .4) -3px 0 8px 0;
    -moz-box-shadow: rgba(0, 0, 0, .4) -3px 0 8px 0;
    -ms-box-shadow: rgba(0, 0, 0, .4) -3px 0 8px 0;
    -o-box-shadow: rgba(0, 0, 0, .4) -3px 0 8px 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transform: translate3d(250px, 0, 0);
    -webkit-transform: translate3d(250px, 0, 0);
    -khtml-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0)
}

.nav-mobile {
    background-color: #042038;
    background-repeat: repeat;
    background-position: center top;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -khtml-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    box-shadow: rgba(0, 0, 0, .4) -3px 0 8px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .4) -3px 0 8px 0;
    -moz-box-shadow: rgba(0, 0, 0, .4) -3px 0 8px 0;
    -ms-box-shadow: rgba(0, 0, 0, .4) -3px 0 8px 0;
    -o-box-shadow: rgba(0, 0, 0, .4) -3px 0 8px 0;
    height: 100%;
    left: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: auto;
    padding: 15px;
    top: 0;
    visibility: hidden;
    width: 250px;
    z-index: 9999;
}

.nav-mobile i.fa-close,
.nav-mobile.open {
    transition: all .5s ease 0s;
    -khtml-transition: all .5s ease 0s
}

.nav-mobile .active {
    color: #000 !important
}

.nav-mobile.open {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    visibility: visible
}

.nav-mobile i.fa-close {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    line-height: 100%;
    color: #efefef;
    font-variant: normal;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    text-align: center;
    top: 10px
}

.nav-mobile i.fa-close:hover {
    color: #8ec640
}

.nav-mobile h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    line-height: 100%;
    color: #8ec640;
    font-variant: normal;
    text-transform: uppercase;
    margin: 0 0 30px
}

.nav-mobile ul li a,
.nav-mobile ul li ul li a {
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    font-variant: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.nav-mobile h2 i {
    margin-right: 15px
}

.nav-mobile ul li {
    list-style-type: none
}

.nav-mobile ul li a {
    color: #fff;
    display: block;
    outline: 0;
    margin-bottom: 15px;
    padding: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -khtml-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.nav-mobile ul li a.dropdown-toggle:after,
.nav-mobile ul li.multi_level_03 .right_mentitem {
    display: none
}

.nav-mobile ul li a:active,
.nav-mobile ul li a:hover {
    color: #8ec640;
    text-decoration: none
}

.nav-mobile ul li a:focus {
    text-decoration: none;
    outline: 0
}

.nav-mobile ul li ul {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #8ec640;
    padding-left: 12px;
    margin: 0 0 0 15px
}

.nav-mobile ul li ul li a {
    color: #fff
}

.nav-mobile ul li ul li a:active,
.nav-mobile ul li ul li a:hover {
    color: #8ec640;
    text-decoration: none
}

.nav-mobile ul li ul li a:focus {
    text-decoration: none;
    outline: 0
}

@media(max-width:1024px) {
    .themes_06_section_40 .col-md-6,
    .themes_06_section_73 .point.post_margin p {
        padding: 0
    }
    .themes_06_banner_section_02 .carousel-caption {
        top: 47%
    }
    .themes_06_banner_section_02 .sub_caption_bg h2 {
        max-height: 65px;
        min-height: 65px;
        overflow: hidden
    }
    #nav-mobile-btn {
        display: block !important
    }
    .header_top_part,
    .nav-mobile.mob-nav.open h2,
    header.themes_06_header_section_04 .mega_menu {
        display: none
    }
    .themes_06_section_04.team .btn {
        margin: 20px 0 10px
    }
    .themes_06_banner_section_02 h1,
    .themes_06_banner_section_02 h2,
    .themes_06_banner_section_02 h3,
    .themes_06_banner_section_02 h4,
    .themes_06_banner_section_02 h5,
    .themes_06_banner_section_02 h6 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 7px
    }
    .themes_06_banner_section_02 .nqtitle span {
        font-size: 36px;
        line-height: 40px
    }
    header.themes_06_header_section_04 .nq_logo {
        margin-bottom: 13px
    }
    .themes_06_section_73 .Latest-News:before {
        left: 22%
    }
    .themes_06_section_73 .post .point:before {
        right: 7%
    }
    .shrink .nq_logo {
        margin-top: 13px !important
    }
    .shrink #nav-mobile-btn {
        margin-top: 15px
    }
    header .shrink #nav-mobile-btn {
        margin-top: 12px
    }
    .themes_06_section_40 .col-md-offset-4 {
        margin-left: 0;
        padding: 0
    }
    .themes_06_section_40 .overlay a.btn {
        margin: 0 0 10px
    }
    .themes_06_section_40 .overlay {
        padding: 280px 20px 20px 40px
    }
    .service-wrap h2.nqtitle {
        font-size: 36px
    }
    header.themes_06_header_section_04 .nq_logo {
        padding-left: 0
    }
    .themes_06_section_01 h1.nqtitle,
    .themes_06_section_73 .nqtitle span {
        font-size: 34px;
        padding-bottom: 20px;
        margin-top: 0
    }
    .themes_06_section_73 a.link {
        font-size: 22px
    }
    .Communication h2.nqtitle.custom_nqtitle {
        font-size: 34px;
        margin-bottom: 15px
    }
    #banner .carousel-caption .nq_container * {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    #banner .carousel-indicators {
        bottom: 23%;
        padding-left: 0
    }
    .themes_06_banner_section_02 .sub_caption_bg {
        margin: 15px 0
    }
    .equalizer .col-md-6:first-child {
        padding: 0 15px 0 0
    }
    .equalizer .col-md-6:last-child {
        padding: 0 0 0 15px
    }
    .nav-mobile ul {
        border-width: 0 0 0 1px;
        border-style: solid;
        border-color: #8ec640;
        padding-left: 12px;
        margin-top: 40px
    }
    body .section {
        padding: 30px 0
    }
    .themes_06_section_04.team ul li {
        font-size: 18px;
        margin-bottom: 2px
    }
    .themes_06_section_73 .Latest-News .news-list {
        padding-left: 30px
    }
    .contact-info-row {
        margin-bottom: 18px
    }
    .themes_06_sitemap_02 ul li a:hover,
    .themes_06_sitemap_02 ul li ul li a:hover {
        margin-left: 10px
    }
    .themes_06_sitemap_02 ul li a:hover span {
        transform: none
    }
}

.video1:before,
video {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%
}

@keyframes move-twink-back {
    from {
        background-position: 0 0
    }
    to {
        background-position: -10000px 5000px
    }
}

.video1:before {
    content: '';
    display: block;
    z-index: 2;
    height: 100%;
    opacity: .7;
    background-color: #002748
}

video {
    height: 100vh;
    object-fit: cover;
    margin-top: 0;
    opacity: .9;
    z-index: -1
}

.banner-text {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.btn-select {
    position: relative;
    padding: 0;
    min-width: 100%;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px
}

.btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 0 1px;
    top: 0
}

.btn-select ul {
    display: none;
    background-color: #fff;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #8ec640;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
    width: 150px;
    max-height: 250px;
    overflow-y: auto
}

.price-filter-search .ui-slider-horizontal .ui-slider-handle,
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em !important
}

.btn-select ul li {
    padding: 5px 15px;
    text-align: left
}

.btn-select ul li.selected,
.btn-select ul li:hover {
    background-color: #d8e5f0;
    color: #6d7d8b
}

.btn-select.btn-success.active,
.btn-select.btn-success:active,
.btn-select.btn-success:hover {
    border-color: #4cae4c
}

.btn-select.btn-success ul li.selected {
    background-color: #4cae4c;
    color: #fff
}

.btn-select.btn-success ul {
    border: 1px solid #4cae4c
}

.btn-select.btn-success .btn-select-value {
    background-color: #5cb85c
}

.btn-select.btn-success.active,
.btn-select.btn-success:hover {
    background-color: #449d44
}

.search-sec input[type=text] {
    width: 100%;
    border: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    background-color: transparent;
    background-image: url(../image/search-ic.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 12px 20px 5px 30px;
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    color: #fff
}

.search-sec input[type=text]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.search-sec input[type=text]::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.search-sec input[type=text]:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.search-sec input[type=text]:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.prise-filter-sec .ui-rangeslider .ui-rangeslider-sliders {
    margin: 0 10px;
    width: 369px;
    float: left
}

.prise-filter-sec .ui-rangeslider .ui-slider-input.ui-rangeslider-last {
    float: left
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.prise-filter-sec #price-max,
.prise-filter-sec #price-min {
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: #8ec640;
    width: 65px;
    text-align: center
}

.dess {
    line-height: 30px;
    color: #fff
}

.prise-filter-sec div.ui-rangeslider label {
    font-weight: 400;
    clip: unset;
    height: auto;
    overflow: unset;
    position: unset !important;
    width: auto;
    color: #fff
}

#slider-range {
    float: right;
    width: 53%;
    margin: 13px 0
}

.gery-part-two,
.grey-inner-one,
.price-filter-search .ui-rangeslider .ui-slider-input.ui-rangeslider-last,
.prise-section {
    float: left
}

.ui-widget-header {
    background: #8ec640 !important;
    border: none
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: none !important
}

.ui-slider .ui-slider-handle {
    border-radius: 15px
}

div.ui-slider {
    height: 2px
}

.prise-filter-sec .btnfilter {
    background-image: url(../image/go-ic.png);
    background-position: center;
    height: 30px;
    width: 30px;
    background-color: #8ec640;
    border: none;
    border-radius: 50px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0;
    padding: 20px;
    margin-top: 7px;
    line-height: 50px
}

.prise-filter-sec .btnfilter:hover {
    background-color: #041422
}

.grey-inner-one {
    vertical-align: middle;
    width: 85%
}

.gery-part-two {
    vertical-align: middle;
    width: 15%;
    text-align: center;
    height: 100%;
    display: table
}

.gery-part-two .prise-filter-sec {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.prise-section label:before {
    content: "\f155";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
    font-weight: 400
}

.price-filter-search .ui-rangeslider .ui-rangeslider-sliders {
    margin: 0 10px;
    width: 369px;
    float: left
}

.price-filter-search input[type=number]::-webkit-inner-spin-button,
.price-filter-search input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.price-filter-search input[type=number] {
    -moz-appearance: textfield
}

.price-filter-search #s_price_max,
.price-filter-search #s_price_min {
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: #29333d;
    width: 65px;
    text-align: center
}

.price-filter-search .dess {
    line-height: 30px;
    color: #29333d
}

.price-filter-search div.ui-rangeslider label {
    font-weight: 400;
    clip: unset;
    height: auto;
    overflow: unset;
    position: unset !important;
    width: auto;
    color: #29333d
}

.price-filter-search #s_slider-range {
    float: right;
    width: 53%;
    margin: 13px 0
}

.price-filter-search .prise-section {
    float: left
}

.price-filter-search .ui-widget-header {
    background: #29333d !important;
    border: none
}

.price-filter-search .ui-widget.ui-widget-content,
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: none !important
}

.price-filter-search .ui-slider .ui-slider-handle {
    border-radius: 15px
}

.price-filter-search div.ui-slider {
    height: 2px
}

.price-filter-search .btnfilter {
    background-image: url(../image/go-ic.png);
    background-position: center;
    height: 30px;
    width: 30px;
    background-color: #29333d;
    border: none;
    border-radius: 50px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0;
    padding: 20px;
    margin-top: 7px;
    line-height: 50px
}

.icon-section,
.prise-filter-sec {
    margin-top: 20px
}

.price-filter-search .btnfilter:hover {
    background-color: #29333d
}

.price-filter-search .grey-inner-one {
    float: left;
    vertical-align: middle;
    width: 85%
}

.price-filter-search .gery-part-two {
    vertical-align: middle;
    width: 15%;
    float: left;
    text-align: center;
    height: 100%;
    display: table
}

.price-filter-search .gery-part-two .price-filter-search {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.price-filter-search .prise-section label:before {
    content: "\f155";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
    font-weight: 400
}

.price-filter-search .ui-state-default,
.ui-button,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    background: #29333d;
    border: 1px solid #c5c5c5;
    color: #454545;
    font-weight: 400
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    background: #8ec640 !important
}

a:focus,
a:hover {
    text-decoration: none
}

.home-header header.themes_06_header_section_04 {
    background-color: transparent
}

.home-header .header_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.home_search .home-header .header_section {
    padding-top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.effect-zoe .property-tag,
.featured-block:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.home-header~.search,
.home_search .search {
    position: absolute;
    width: 100%;
    top: 95px
}

.menu-search-wrap.sticky .home-header~.search,
.menu-search-wrap.sticky .home_search .search {
    position: absolute;
    width: 100%;
    top: 60px
}

.banner-vedio {
    height: 100vh;
    position: relative
}

.banner-text h1,
.banner-text strong.heading {
    font-size: 55px;
    font-family: cora_mdmedium
}

.banner-text p {
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 500
}

.modal-dialog label,
.sale-btn {
    font-weight: 400
}

.banner-text span {
    color: #8ec640;
    font-size: 27px;
    font-family: cora_rgregular;
    vertical-align: top
}

.banner-btn {
    text-transform: uppercase;
    color: #fff;
    font-size: 23px;
    padding: 10px 25px;
    background-color: #8ec640
}

.banner-btn:hover {
    color: #fff;
    outline: 0;
    text-decoration: none
}

.sale-btn,
.sub-section li {
    color: #999
}

.col-md-5.nopad.testimonial-img,
.testimonial .slick-slide {
    height: 362px
}

.testimonial-img img {
    height: 100%;
    width: 100%
}

.slick-dots li {
    display: inline-block
}

.slick-dots li button {
    border: none;
    background-color: #002749;
    font-size: 0;
    width: 65px;
    margin-right: 5px;
    height: 3px
}

.slick-dots li.slick-active button {
    border: none;
    background-color: #8ec640
}

.sale-btn {
    border-bottom: 1px solid
}

.white-part .col-md-4 {
    padding-left: 10px;
    padding-right: 10px
}

.glyphicon-chevron-down::before {
    content: url(../image/sale-ic-aerrow.png)
}

.glyphicon-home::before {
    content: url(../image/suburb-ic.png)
}

.glyphicon-ice-lolly-tasted::before {
    content: url(../image/type-ic.png)
}

.glyphicon-modal-window::before {
    content: url(../image/land-ic.png)
}

.glyphicon-warning-sign::before {
    content: url(../image/agent-ic.png)
}

.glyphicon-resize-small::before {
    content: url(../image/bed-ic.png)
}

.glyphicon-eye-close::before {
    content: url(../image/bath-ic.png)
}

.glyphicon-fire::before {
    content: url(../image/car-ic.png)
}

.sale-btn i.glyphicon {
    position: absolute;
    top: unset;
    bottom: 4px;
    left: 0;
    line-height: normal
}

.sale-btn .btn-select-value {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 5px
}

.sale-btn.btn.active,
.sale-btn.btn:active {
    box-shadow: none;
    background-image: none
}

.breadcrumb.property-outer .grey-part {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 133px
}

#price-max.ui-slider-input,
#price-min.ui-slider-input {
    padding: 4px 0
}

.breadcrumb.property-outer .white-part {
    padding-bottom: 15px;
    padding-top: 20px;
    height: 133px
}

.prise-filter-sec .ui-mobile-viewport {
    padding: 14px 0
}

.prise-filter-sec .ui-content {
    padding: 0
}

.sub-section {
    box-shadow: 0 3px 4px rgba(0, 0, 0, .176);
    border: 1px solid rgba(0, 0, 0, .15)
}

.search-field {
    background-image: url(../image/search-icon.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 15px auto
}

.header-top-menu .navbar-nav .dropdown-toggle>img {
    width: 20px
}

.property-detail .col-md-8 p {
    text-align: justify
}

.property-detail .col-md-8 .list.row p {
    text-align: left
}

.property-detail .consultant {
    padding-top: 30px;
    padding-bottom: 30px
}

.office-btn {
    background-color: #8dc540;
    padding: 5px;
    text-transform: uppercase;
    color: #fff
}

.office-btn-div {
    float: right;
    line-height: 50px
}

.office-btn:hover {
    color: #002749
}

.office-info-sec {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px
}

.property-inner-tag,
.property-tag {
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: capitalize
}

.office-info-sec:before {
    content: "\A";
    border-style: solid;
    border-width: 13px 15px 13px 0;
    border-color: transparent #002749 transparent transparent;
    position: absolute;
    left: -8px;
    top: 30px
}

.office-img-sec,
.office-info-sec {
    float: left;
    width: 50%;
    background-color: #002749;
    height: 340px
}

.office-img-sec img {
    height: 340px
}

.icon-text-prt {
    float: left;
    color: #fff;
    width: 84%
}

.icon-prt {
    float: left;
    position: relative;
    margin-right: 4%;
    width: 12%
}

.icon-prt:after {
    content: '';
    height: 50%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff
}

.icon-prt>img {
    width: 35px
}

.grey-part:after,
.icon-section:after {
    content: '';
    display: block;
    clear: both
}

.icon-section {
    margin-bottom: 25px
}

.office-info-sec .office-name {
    font-size: 30px;
    text-align: justify
}

.office-label {
    margin-bottom: 5px
}

.office-name {
    margin-bottom: 30px
}

.office-main {
    margin-top: 30px
}

.office-info-sec .icon-section:last-child .icon-text-prt {
    width: 50%
}

.office-inner-page.office-section {
    margin-top: -300px
}

.office-inner-page .office-detail-div .office-label,
.office-inner-page .office-detail-div .office-value {
    color: #818181
}

.effect-zoe,
.featured-img {
    position: relative
}

.property-inner-tag {
    position: relative;
    font-size: 15px;
    background-color: #8ec640;
    color: #fff !important;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 6px;
    display: inline-block
}

.property-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.property-tag:hover {
    background-color: #8ec640
}

.effect-zoe .property-tag {
    opacity: 0;
    transition: all .5s ease-in-out
}

.effect-zoe:hover .property-tag {
    opacity: 1;
    background-color: #8ec640
}

.bg-white {
    color: #fff
}

.bry-bg {
    background-color: #f7f7f7;
    padding-bottom: 50px
}

.vocate-main .control-label {
    color: #000
}

.browser-field .control-label {
    display: block
}

.inpt-one input,
.inpt-two input {
    display: inline-block;
    width: auto
}

.browser-field .inpt-one span,
.browser-field .inpt-two span {
    color: #7c7e83
}

.inpt-one {
    margin-bottom: -3px
}

.bg-gre-invest {
    height: auto
}

.bg-gre img,
.bg-gre-buyer img,
.bg-gre-invest img,
.bg-gre-maintainance img,
.slider-div img,
.system-img img {
    height: auto;
    width: auto;
    max-width: 100%
}

input[type=file] {
    padding: 0
}

.investment-form input[type=file] {
    padding: 9px 2px
}

.report-list .report-data .col-md-6.right {
    padding-left: 0
}

.report-list .report-data .col-md-6.left {
    padding-left: 10px;
    padding-right: 10px
}

.team-detail {
    padding-bottom: 40px
}

.service-detail .bg-white .row-text {
    color: #7c7e83;
    font-size: 13px;
    line-height: 20px
}

.similar-property {
    margin-top: 10px;
    margin-bottom: 60px
}

.similar-property .section-title {
    margin-bottom: 30px
}

.team-member .member-contact i {
    margin-right: 5px
}

.grey {
    background-color: #fcfcfc
}

.contact-detail-box .box-inner .icon-box span {
    background-size: 75px
}

.contact-detail-box .box-inner {
    margin-bottom: 20px
}

.testimonial .slick-dots {
    bottom: 65px;
    left: 60px;
    position: absolute
}

.arrow {
    display: none
}

.aerrow-down {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    z-index: 999999
}

.footer-title.footer-property>ul {
    padding: 0
}

.footer-property ul li {
    display: inline-block;
    height: 55px;
    margin-bottom: 7px;
    padding: 5px;
    width: 85px
}

.footer-title.footer-property img {
    display: block;
    height: auto;
    max-width: 100%;
    min-height: 56px
}

.featuredBtn {
    cursor: pointer
}

.for-sale .for-rent,
.for-sale .for-sale-fill,
.for-sale .recently-sold {
    fill: #fff
}

.member-detail {
    margin-top: 30px
}

#myModal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto !important
}

#myModal.modal {
    outline: 0 !important
}

#myModal .modal-content {
    box-shadow: none
}

.modal-dialog .btn-primary {
    background-color: #8ec640;
    color: #fff;
    border: none;
    border: 0;
    border-radius: 0
}

#myModal .modal-content .modal-footer {
    background-color: #002749;
    position: relative
}

#myModal .modal-content .btn-default {
    color: #fff;
    background-color: transparent;
    position: absolute;
    right: 16px;
    border: 0;
    padding: 13px
}

.modal-footer h5 {
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    text-align: center;
    width: 100%
}

.office-detail .members .col-md-3 {
    margin-bottom: 20px
}

.modal-backdrop.in {
    opacity: .8
}

.property-listing .col-md-6:nth-child(2n+1) {
    clear: left
}

.featured-block {
    background-color: #fff
}

.featured-block:hover {
    background-color: #f7f7f7;
    transition: all .5s ease-in-out
}

.featured-block:hover .featured-detail-2 {
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.moving-blue:hover,
.moving-blue:hover .btn-moving-text,
.moving-green:hover,
.moving-green:hover .btn-moving-text,
.moving-white:hover,
.moving-white:hover .btn-moving-text {
    background-color: #8ec640
}

.sub-img.slick-slider .slick-slide img {
    display: block;
    height: 130px;
    width: 186px
}

.featured-block:hover .featured-img a img,
.office-img-sec:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s
}

.featured-img,
.recently-sold-property {
    width: 100%;
    height: auto;
    overflow: hidden
}

.office-detail .office-img-sec {
    height: auto;
    overflow: hidden
}

.recently-sold-property .property-tag {
    right: 25px
}

.aer-left.moving-blue .left-arrow,
.moving-green .left-arrow,
.moving-story-outer .right-arrow,
.moving-white .bottom-arrow {
    display: none
}

.moving-text:hover h3,
.moving-text:hover p {
    color: #fff
}

.moving-text:hover a {
    color: #fff;
    border-color: #fff
}

.moving-white:hover:after {
    border-color: #8ec640 transparent transparent
}

.moving-blue:hover:after {
    border-left: 25px solid #8ec640
}

.moving-blue {
    position: relative
}

.moving-blue:after {
    border-bottom: 13px solid transparent;
    border-left: 25px solid #053865;
    border-top: 13px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 0;
    z-index: 3
}

.aer-left.moving-blue:after {
    border-right: 25px solid #053865;
    left: -25px;
    right: unset;
    border-left: none
}

.aer-left.moving-blue:hover:after {
    border-right: 25px solid #8ec640;
    border-left: none
}

.moving-white {
    position: relative
}

.moving-green:after,
.moving-white:after {
    border-bottom: 13px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 3
}

.moving-white:after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 25px solid #fff;
    left: 50%;
    bottom: -35px
}

.moving-green:after {
    border-right: 25px solid #053865;
    left: -25px;
    right: unset;
    border-left: none;
    border-top: 13px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.moving-green:hover:after {
    border-right: 25px solid #8ec640
}

#carousel {
    width: 100%;
    height: 370px;
    position: relative;
    clear: both;
    overflow: hidden;
    background: #fff
}

#carousel img {
    visibility: hidden;
    cursor: pointer
}

.aerrow-slide {
    text-align: center;
    display: none
}

.aerrow-slide i {
    font-size: 25px;
    color: #042038
}

.similar-property .properties .slick-prev::before,
.sub-img .slick-prev::before {
    content: "\f104" !important;
    font-family: FontAwesome !important
}

.similar-property .properties .slick-next::before,
.sub-img .slick-next::before {
    content: "\f105" !important;
    font-family: FontAwesome !important
}

.slick-next:hover,
.slick-prev:hover {
    background-color: #042038 !important
}

.testimonial-detail .quote img {
    display: block;
    margin: 0 auto;
    text-align: center
}

#service-map .service-marker h1,
#service-map .service-marker h2 {
    font-weight: 400;
    font-size: 25px
}

#service-map .service-marker h5 {
    font: 300 16px Roboto, Arial, sans-serif
}

#service-map .service-code,
#service-map .ui-infobox-content {
    padding: 10px 20px
}

#service-map .service-code h3 {
    font-weight: 400
}

.service-detail .col-md-9 strong {
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
    font-size: 16px;
    color: #575a5c
}

.office-section .ui-infobox,
.office-section .ui-infobox-dark {
    background: url(../image/right-triangle-white.png) 9px 10px no-repeat rgba(0, 0, 0, 0)
}

.more-faq-slider .slick-slide img {
    width: 100%;
    height: auto
}

.more-faq-slider .slick-next:before,
.more-faq-slider .slick-prev:before {
    color: #000
}

.more-faq-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2
}

.more-faq-slider .slick-active,
.more-faq-slider .slick-current,
.similar-property .properties .slick-next:focus:before,
.similar-property .properties .slick-next:hover:before,
.similar-property .properties .slick-prev:focus:before,
.similar-property .properties .slick-prev:hover:before,
.sub-img .slick-next:focus:before,
.sub-img .slick-next:hover:before,
.sub-img .slick-prev:focus:before,
.sub-img .slick-prev:hover:before {
    opacity: 1
}

.more-faq-slider .slick-next,
.more-faq-slider .slick-prev {
    display: none !important
}

.more-faq-slider .slick-dots {
    text-align: center;
    padding: 0
}

.more-faq-slider .slick-dots li button::before {
    content: none
}

.more-faq-slider .slick-dots li button {
    background: #c7c7c7;
    height: 12px;
    width: 12px
}

.more-faq-slider .slick-dots li {
    height: 12px;
    width: 12px;
    margin: 1px 5px
}

.more-faq-slider .slick-dots .slick-active button {
    background: #8dc24f
}

.more-faq-slider .blog-inner .col-sm-12 .slick-slider h4 a {
    color: #8ec640;
    font-size: 16px
}

.more-faq-slider .blog-inner .col-sm-12 .slick-slider h4:hover a {
    color: #00284b
}

.prop-inner-content h1,
.prop-inner-content h2,
.prop-inner-content h3,
.prop-inner-content h4,
.prop-inner-content h5,
.prop-inner-content h6,
.prop-inner-content span,
.prop-inner-content strong {
    line-height: 20px
}

.container-cont {
    position: relative;
    width: 100%
}

.overlay-cont,
.text-cont {
    position: absolute;
    overflow: hidden
}

.price-filter-search .ui-button,
.price-filter-search .ui-state-default,
.price-filter-search .ui-widget-content .ui-state-default,
.price-filter-search .ui-widget-header,
.price-filter-search .ui-widget-header .ui-state-default,
html .price-filter-search .ui-button.ui-state-disabled:active,
html .price-filter-search .ui-button.ui-state-disabled:hover {
    background-color: #8ec640 !important
}

.overlay-cont {
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #8ec640;
    width: 100%;
    height: 0;
    transition: .5s ease
}

.container-cont:hover .overlay-cont {
    height: 100%
}

.text-cont {
    white-space: nowrap;
    color: #fff;
    font-size: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.text-cont h5 {
    font-size: 20px;
    margin-top: 25px
}

.publication .btn-view-all {
    padding: 7px 7px 6px 22px
}

.publication .btn {
    font-size: 14px
}

.office-section .office-detail #contact-map {
    height: 400px !important
}

.banner-text .fadeIn.animated.ban-btn {
    animation-duration: 3s
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-radius: 0
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 6px 13px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #002749
}

.faq-list img {
    height: 240px;
    width: auto
}

.mt-2 {
    margin-top: 20px;
}

@media screen and (max-width:1170px) and (min-width:992px) {
    .moving-img,
    .moving-text,
    .moving-white {
        max-height: 230px
    }
    .moving-story-outer .moving-img .img-responsive {
        height: 230px;
        width: 400px
    }
}

@media screen and (max-width:1300px) {
    .testimonial .slick-dots {
        bottom: 15px
    }
}

@media screen and (max-width:1200px) {
    .sale-info {
        padding: 44px 0
    }
    header.themes_06_header_section_04 .main-nav li a {
        padding: 18px 10px 12px 0
    }
    .featured-detail-2 .detail img {
        width: 22px
    }
    .featured-detail-2 .detail span {
        font-size: 17px
    }
    .home-featured {
        margin-top: -250px
    }
    #slider-range {
        width: 48%
    }
    .service-btn-block .btn-service {
        margin-bottom: 10px
    }
    .contact-form {
        padding-right: 0
    }
    .contact-detail-box .clearfix {
        display: none
    }
    .contact-detail-box .box-inner {
        width: 50%;
        float: left
    }
    .contact-detail-box .contact-social {
        text-align: left
    }
}

@media screen and (max-width:1170px) {
    .prise-filter-sec .ui-rangeslider .ui-rangeslider-sliders {
        margin: 0 10px;
        width: 270px;
        float: left
    }
    .property-listing .grid figure figcaption .name span {
        font-size: 16px
    }
    .property-listing .grid figure figcaption .prize p {
        font-size: 16px
    }
    .buyer-list img {
        width: 55px;
        margin-top: 0
    }
    .team-inner-detail .member-border.col-md-1 {
        width: 20px
    }
    .member-social {
        font-size: 17px
    }
    .member-name h1 {
        font-size: 45px
    }
    .team-video {
        height: auto
    }
    .team .team-member {
        margin: 0
    }
    .publication-header {
        font-size: 20px
    }
    .testimonial-detail {
        padding: 28px 31px 30px
    }
    .testimonial .quote {
        margin-bottom: 15px
    }
    .testimonial .quote.text-center>img {
        width: 65px
    }
    .testimonial .slick-slide {
        height: 323px
    }
    .col-md-5.nopad.testimonial-img {
        height: 290px
    }
}

@media screen and (min-width:1025px) {
    .menu-search-wrap.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 9999
    }
    .menu-search-wrap.sticky .header_section .top_header {
        background-color: #042038;
        padding: 5px;
        line-height: 50px;
        width: 100%
    }
    .menu-search-wrap.sticky .header_section .top_header .logo img {
        width: 100px
    }
    .menu-search-wrap.sticky .header_section .navbar-nav {
        margin-top: 0
    }
    .header_section .themes_06_header_section_04 {
        transition: all .3s ease-in-out 0s
    }
}

@media screen and (max-width:1024px) {
    .office-name {
        font-size: 28px;
        margin-bottom: 15px
    }
    .icon-section {
        margin-bottom: 15px;
        margin-top: 15px
    }
    .office-info-sec .office-name {
        font-size: 23px
    }
    .office-info-sec {
        padding-top: 15px
    }
    .office-img-sec,
    .office-img-sec img,
    .office-info-sec {
        height: 290px
    }
    .office-inner-page.office-section {
        margin-top: -180px
    }
    .buyer-list {
        margin-top: 18px;
        padding: 0 40px
    }
    .faq-que {
        font-size: 20px
    }
    .team-video {
        height: auto
    }
    .team-inner-detail .member-name.col-md-5 {
        width: 33.667%
    }
    .team-inner-detail .member-social-detail.col-md-6 {
        width: 64%
    }
    .member-name h1 {
        font-size: 49px
    }
    .sub-img.slick-slider .slick-slide img {
        height: 112px
    }
}

@media screen and (max-width:991px) {

    /******** custom style *******/

    .property_vd{
        float:right;
        width:40%;
    }
    .inpt-two{
        margin-top: 10px;
    }
 
    /******** end ***********/

    .featured-location,
    .sale-info p {
        margin-bottom: 0
    }
    .breadcrumb.property-outer .grey-part,
    .breadcrumb.property-outer .white-part,
    .sale-button,
    .sale-info {
        height: auto
    }
    .modal-footer h5 {
        color: #fff;
        display: block;
        float: left;
        font-size: 18px;
        text-align: left;
        width: 100%
    }
    .bottom-footer,
    .consultant .left,
    .member-contact,
    .similar-property .slick-dots {
        text-align: center
    }
    .report-list .report-data .col-md-6.right {
        margin-left: 39px
    }
    .sale-section .sale-button {
        width: 100%
    }
    .sale-section .sale-button .col-md-4 {
        width: 33.333%;
        float: left
    }
    .sale-info {
        padding: 30px
    }
    .detail-3-left p {
        font-size: 17px
    }
    .featured-detail-2 .detail img {
        width: 20px;
        margin-right: 6px
    }
    .home-featured {
        margin-top: -225px
    }
    .featured-detail-1 {
        padding: 0 15px 15px
    }
    .featured-detail-2 {
        padding: 5px 15px
    }
    .featured-detail-2 .detail span {
        font-size: 13px;
        margin-left: 3px
    }
    .top-footer>.row>.col-md-3 {
        clear: both;
        margin-top: 10px;
        float: left;
        padding-left: 30px
    }
    footer .bottom-footer .footer-header ul li {
        display: inline-block;
        float: unset;
    }
    .member-border,
    .office-inner-page .partition-line {
        display: none
    }
    footer .bottom-footer .footer-header ul {
        float: unset
    }
    .footer-header {
        padding-top: 10px
    }
    .featured-detail-2 .detail {
        margin-right: 3px
    }
    .featured-title {
        font-size: 18px
    }
    .home-featured>.container>.row>.col-md-4.col-sm-4.col-xs-12 {
        padding-right: 10px;
        padding-left: 10px
    }
    .property-listing figure.effect-zoe figcaption {
        padding: 10px
    }
    .effect-zoe .prize {
        padding-right: 0;
        padding-left: 0 line-height: 23px;
        margin-left: -25px;
        text-align: left
    }
    .property-listing .grid figure figcaption .name span,
    .property-listing .grid figure figcaption .prize p,
    .property-listing .grid figure figcaption .prize p .after_text {
        font-size: 14px
    }
    .prise-filter-sec .ui-rangeslider .ui-rangeslider-sliders {
        width: 78%
    }
    .prise-filter-sec {
        margin-top: 10px
    }
    .btn-select ul {
        width: 100%
    }
    .similar-property {
        margin-bottom: 30px
    }
    .similar-property .slick-dots {
        margin: 20px auto 0
    }
    .breadcrumb .title {
        font-size: 25px
    }
    .breadcrumb {
        padding: 50px 0
    }
    header.themes_06_header_section_04 {
        padding: 7px
    }
    .search .search-form .form-group {
        width: 50%;
        float: left
    }
    .property-detail .report-list {
        width: 60%;
        float: left
    }
    .property-detail .consultant {
        width: 40%;
        float: left;
        padding-left: 10px
    }
    .property-detail .report-data {
        width: 100%
    }
    .office-img-sec,
    .office-img-sec img,
    .office-info-sec {
        height: 265px
    }
    .icon-prt>img {
        width: 25px
    }
    .office-info-sec {
        padding-left: 10px;
        padding-right: 10px
    }
    .office-info-sec .office-name {
        font-size: 18px
    }
    #map {
        height: 400px !important
    }
    .office-inner-page .address .office-icon-div {
        float: left;
        width: 10%
    }
    .office-inner-page .address .office-detail-div {
        float: left;
        width: 90%
    }
    .office-inner-page .members .col-md-3 {
        width: 50%;
        float: left;
        margin-bottom: 10px
    }
    .office-contact-section {
        margin-top: 10px
    }
    .buyer-list,
    .why-us-buyer {
        margin-top: 20px
    }
    #slider-range {
        width: 65%
    }
    .grey-inner-one {
        width: 93%
    }
    .gery-part-two {
        height: 95px;
        width: 7%
    }
    .why-us-buyer {
        padding: 10px 0
    }
    .why-us-description {
        margin-top: 40px
    }
    .why-us-content {
        padding: 40px 0
    }
    .why-us-touch {
        padding: 10px 0
    }
    .bg-gre,
    .bg-gre-buyer,
    .bg-gre-invest,
    .bg-gre-maintainance {
        height: auto
    }
    .faq-outer .col-md-4 {
        width: 50%;
        float: left
    }
    .faq-date {
        margin: 22px 0 20px
    }
    .faq-detail {
        padding-bottom: 55px;
        padding-top: 5px
    }
    .faq-outer .faq-list img {
        width: 100%
    }
    .faq-outer {
        margin: 30px 0
    }
    .moving-story-inner .more_stories .img-responsive {
        float: left;
        padding: 4px;
        width: 33.333%
    }
    .member-detail .member-border {
        display: block
    }
    .team-inner-detail .col-md-5.member-name {
        width: 100%;
        text-align: center
    }
    .team-inner-detail .col-md-6.member-social-detail {
        width: 100%;
        float: left
    }
    .team-inner-detail .col-md-6.member-socials {
        width: 50%;
        float: left
    }
    .featured-block:after,
    .team-inner-detail .member-socials:after {
        content: "";
        clear: both;
        display: block
    }
    .team-inner-detail .member-socials .member-social-div .member-social {
        float: left;
        width: 100%
    }
    .team-inner-detail .member-socials .member-social-div {
        float: left
    }
    .member-description p {
        font-size: 17px
    }
    .recently-sold .col-md-4 {
        float: left;
        width: 33.333%
    }
    .recently-sold-property p {
        font-size: 16px
    }
    .recently-sold .title {
        font-size: 28px
    }
    .rating-section .col-md-4 {
        width: 50%
    }
    .feature-sidebar {
        margin-left: 0
    }
    .feature-sidebar .featured-block .featured-detail-2,
    .feature-sidebar .featured-block .featured-detail-3 {
        float: left;
        width: 100%
    }
    .feature-sidebar .featured-block .featured-detail-2 .col-md-4,
    .feature-sidebar .featured-block .featured-detail-2 .col-md-8,
    .feature-sidebar .featured-block .featured-detail-3 .col-md-4,
    .feature-sidebar .featured-block .featured-detail-3 .col-md-8 {
        float: left;
        width: 50%
    }
    .featured-detail-3 {
        padding: 10px 15px 6px
    }
    .service-detail .description {
        font-size: 16px;
        padding: 35px 0
    }
    .slick-slide img {
        display: block;
        width: 100%
    }
    .team .members .col-md-4 {
        width: 33.333%;
        float: left
    }
    .team .member-contact {
        font-size: 14px
    }
    .team .member-name {
        font-size: 23px
    }
    .team .members {
        margin-top: -169px
    }
    .publication-list .single-publication {
        width: 25%;
        float: left
    }
    .publication-list {
        float: left
    }
    .publication-header {
        font-size: 16px
    }
    .moving-img {
        max-height: unset
    }
    .first-moving {
        display: flex;
        flex-direction: column
    }
    .arrow,
    .bottom-arrow,
    .contact-detail-box .clearfix,
    .left-arrow,
    .moving-blue:after,
    .moving-green:after,
    .moving-white:after,
    .right-arrow {
        display: none
    }
    .first-moving .moving-text {
        order: 2
    }
    .first-moving .moving-img {
        order: 1
    }
    .moving-story-outer .moving-img img {
        margin: 0 auto
    }
    .moving_label {
        padding: 13px 30px;
        font-size: 22px
    }
    .moving-story-inner .section-title {
        margin-top: 20px;
        margin-bottom: 10px
    }
    .moving-story-inner .more_stories img {
        margin: 8px 0 10px
    }
    .col-md-5.nopad.testimonial-img,
    .testimonial .slick-slide,
    .testimonial-text-div {
        height: auto
    }
    .contact-form .form-group {
        margin-bottom: 15px
    }
    .contact-detail-box .box-inner {
        width: 50%;
        float: left
    }
    .contact-detail-box .content {
        text-align: left
    }
    .testimonial .slick-dots {
        position: unset;
        margin: 0 auto;
        text-align: center;
        padding-left: 0
    }
    .property-listing .grid figure {
        height: 225px
    }
    .sub-img.slick-slider .slick-slide img {
        height: 80px
    }
    .price-filter-search #s_slider-range {
        width: 100%
    }
    .link--surinami {
        font-size: 1em !important
    }
    .moving-story-outer .col-md-4,
    .moving-story-outer .col-md-8 .col-md-12.moving-nopad {
        display: flex;
        flex-direction: column
    }
    .moving-story-outer .col-md-8 .col-md-12.moving-nopad .moving-text {
        order: 2
    }
    .moving-story-outer .col-md-8 .col-md-12.moving-nopad .moving-img {
        order: 1
    }
    .moving-story-outer .col-md-4 .col-md-12.moving-text {
        order: 2
    }
    .moving-story-outer .col-md-4 .col-md-12.moving-img {
        order: 1
    }
    .text-cont img {
        width: 35px
    }
    .text-cont h5 {
        font-size: 15px
    }
    .menu-search-wrap .search .form-group {
        margin-bottom: 10px
    }
    /* .property-listing .grid figure figcaption .prize p .beofer_text {
        padding-left: 7px
    } */
    .property-listing .grid figure figcaption .prize p .beofer_text {
        padding-left: 22px;
    }
}

@media screen and (max-width:767px) {

    /**** custom style ******/
        .property_vd{
            width:100%;
        }
        
    /****** end **********/
    
    .banner-text h1 {
        font-size: 30px
    }
    .banner-text p {
        font-size: 17px
    }
    .banner-btn {
        font-size: 15px;
        padding: 7px 17px
    }
    .home-featured>.container>.row>.col-md-4.col-sm-4.col-xs-12 {
        width: 50%;
        float: left;
        padding-right: 5px;
        padding-left: 5px
    }
    .home-featured>.container>.row>.col-md-4.col-sm-4.col-xs-12:nth-child(2n+1) {
        clear: left
    }
    .home-featured>.container>.row>.col-md-4.col-sm-4.col-xs-12:last-child {
        margin-top: 20px
    }
    footer .top-footer {
        padding: 30px 0
    }
    footer .top-footer .footer-title {
        margin-bottom: 10px
    }
    footer .top-footer .Address ul li {
        padding: 5px 0
    }
    .property-listing .grid .sub-img .col-xs-12 {
        width: 33.333%;
        float: left
    }
    .property-listing .grid .effect-zoe .col-md-9 {
        width: 70%;
        float: left
    }
    .property-listing .grid .effect-zoe .col-md-3 {
        width: 30%;
        float: left
    }
    .property-listing .grid figure figcaption .name span,
    .property-listing .grid figure figcaption .prize p {
        font-size: 18px
    }
    .property-slider {
        margin-bottom: 30px;
        margin-top: 40px
    }
    .office-info-sec::before {
        display: none
    }
    .office-img-sec,
    .office-img-sec img,
    .office-info-sec {
        height: auto;
        width: 100%
    }
    .office .office-detail {
        padding: 70px 60px 99px
    }
    .office-info-sec {
        padding-left: 30px;
        padding-right: 30px
    }
    .office-inner-page.office-section {
        margin-top: -120px
    }
    .grey-inner-one {
        width: 88%
    }
    .gery-part-two {
        width: 12%
    }
    #slider-range,
    .rating-section .col-md-4 {
        width: 100%
    }
    .why-us-buyer {
        padding: 20px 0;
        margin-top: 15px
    }
    .why-us-content {
        padding: 35px 0
    }
    .faq-que {
        font-size: 16px;
        margin: 13px 0 15px
    }
    .faq-title {
        font-size: 13px
    }
    .breadcrumb .detail,
    .faq-ans {
        font-size: 15px
    }
    .faq-ans,
    .faq-date {
        margin: 10px 0
    }
    .faq-list {
        margin: 15px 5px
    }
    .property-detail .consultant,
    .property-detail .report-list {
        float: left;
        width: 100%
    }
    .property-detail .consultant .col-md-6 {
        float: left;
        width: 50%
    }
    .detail>img,
    .property-detail .report-list img {
        width: 20px
    }
    .property-detail .report-list .row.report-data {
        margin: 0
    }
    .property-detail .report-list {
        padding: 0
    }
    .moving_title,
    .office .members .member-name {
        font-size: 23px
    }
    .team .members .col-md-4 {
        width: 50%;
        float: left
    }
    .publication-list .single-publication {
        float: left;
        width: 33.333%
    }
    .moving_title {
        margin: 20px 0
    }
    .faq-icon {
        background-size: 30px;
        height: 30px;
        left: -10px;
        width: 30px
    }
    .sale-button .col-md-4 svg {
        height: 30px;
        width: 40px
    }
    .team-video iframe {
        height: 300px
    }
    .sub-img.slick-slider .slick-slide img {
        width: 100%;
        height: 120px
    }
    .aerrow-slide {
        display: block
    }
    .gery-part-two {
        height: 130px;
        vertical-align: middle
    }
    .aerrow-down {
        z-index: 777777
    }
    .home-header~.search {
        z-index: 999999
    }
    section.property-listing .col-xs-12.grid {
        width: 100%;
        float: left
    }
    .property-listing .grid figure {
        height: auto
    }
    .team .members {
        margin-top: -36px
    }
    .why-us-description {
        font-size: 17px;
        line-height: 23px;
        margin-top: 30px;
        text-align: justify
    }
    .contact-detail-box .content {
        font-size: 15px
    }
    .office-section .office-detail #contact-map {
        height: 300px !important
    }
    .banner-vedio .video1 .information__video source {
        display: none
    }
    .property-listing .grid figure figcaption .prize p .beofer_text {
        padding-left: 22px;
    }
    .effect-zoe .name_img {
        margin-bottom: 10px
    }
}

@media screen and (max-width:639px) {
    .finance-main .link-row h3 {
        margin-left: 20px;
        text-align: left;
        font-size: 14px;
        margin-bottom: 20px
    }
    .banner-text h1 {
        font-size: 24px;
        line-height: 20px
    }
    header.themes_06_header_section_04 {
        padding: 5px 0
    }
    .for-sale p,
    .for-sale-inverse p {
        font-size: 15px
    }
    .for-sale img,
    .for-sale-inverse img {
        width: 40px
    }
    .banner-text {
        padding: 0 15px
    }
    .subscribe-text {
        font-size: 20px;
        line-height: normal
    }
    .sale-info p {
        font-size: 18px
    }
    footer .bottom-footer .footer-header ul li {
        padding: 0 5px
    }
    .prise-filter-sec .ui-rangeslider .ui-rangeslider-sliders {
        width: 68%
    }
    .white-part .btn-select {
        margin-bottom: 8px
    }
    .office .office-detail {
        padding: 30px 30px 40px
    }
    .office-inner-page.office-section {
        margin-top: 0
    }
    .buyer-list {
        margin-top: 10px
    }
    .buyer-list span {
        font-size: 15px
    }
    .why-us-description {
        font-size: 16px
    }
    .why-us-touch {
        padding: 8px 0
    }
    .investment-main,
    .vocate-main {
        padding: 20px 0
    }
    .investment-main .title,
    .vocate-main .title {
        margin-bottom: 22px
    }
    .faq-outer .col-md-4 {
        width: 100%
    }
    .moving-story-inner {
        margin: 30px 0
    }
    .moving_title {
        font-size: 20px;
        margin: 18px 0 12px
    }
    .blog-detail-bottom .blog-info:after {
        content: "";
        clear: both;
        display: block
    }
    .blog-info {
        margin-bottom: 10px
    }
    .moving-story-inner .more_stories .img-responsive {
        width: 100%;
        padding: 0;
        margin: 10px 0
    }
    .recently-sold .col-md-4 {
        width: 100%;
        text-align: center
    }
    .recently-sold-property img {
        text-align: center;
        margin: 0 auto
    }
    .service-btn-block .btn-service {
        margin-right: 3px
    }
    .team .members .col-md-4 {
        width: 100%;
        float: left
    }
    .publication-list .single-publication {
        float: left;
        width: 50%
    }
    .office .members .member-name {
        font-size: 23px
    }
    .contact-detail-box .box-inner .icon-box span {
        background-size: 50px auto
    }
    .contact-social {
        text-align: right
    }
    .sale-button .col-md-4 svg {
        height: 20px;
        width: 33px
    }
    #myModal .modal-dialog {
        width: 95%
    }
    .slick-dots li button {
        width: 25px
    }
    #myModal .modal-dialog .form-group {
        margin-bottom: 2px
    }
    #myModal .modal-dialog label {
        margin-bottom: 1px
    }
    #myModal .modal-footer {
        padding-bottom: 2px;
        padding-top: 2px
    }
    .property-listing .grid figure {
        height: auto
    }
    .contact-right .box-inner .icon-box span {
        background-position: left
    }
    section.property-listing .col-xs-12.grid {
        width: 100%;
        float: left
    }
}

.similar-property .properties .slick-next:before,
.similar-property .properties .slick-prev:before,
.sub-img .slick-next:before,
.sub-img .slick-prev:before {
    content: '?'
}

@media screen and (max-width:479px) {

    /****** custom style ********/

    .property-listing .grid figure figcaption .prize p .beofer_text {
        padding-left: 20px;
    }
    .title_riverstone{
        /* clear:left; */
    }
  
    /******** end *********/

    .for-sale p,
    .for-sale-inverse p,
    .property-listing .grid figure figcaption .name span,
    .property-listing .grid figure figcaption .prize p,
    .property-listing .grid figure figcaption .prize p .after_text,
    .ui-mobile label,
    div.ui-controlgroup-label,
    input.ui-slider-input {
        font-size: 13px;
        float: left
    }
    .buyer-list,
    .buyer-list img {
        text-align: center
    }
    .for-sale img,
    .for-sale-inverse img {
        width: 30px
    }
    .for-sale-inverse {
        padding-bottom: 0
    }
    .home-featured>.container>.row>.col-md-4.col-sm-4.col-xs-12 {
        width: 100%;
        margin-bottom: 20px
    }
    .home-featured>.container>.row>.col-md-4.col-sm-4.col-xs-12:last-child {
        margin-top: 0
    }
    .home-featured {
        margin-top: -270px
    }
    .breadcrumb.homepage {
        padding: 30px 0 310px
    }
    .prise-filter-sec .ui-rangeslider .ui-rangeslider-sliders {
        width: 53%
    }
    .prise-filter-sec .btnfilter {
        background-size: 10px auto;
        padding: 11px
    }
    .property-listing .grid .effect-zoe .col-md-3,
    .property-listing .grid .effect-zoe .col-md-9 {
        width: 100%;
        padding: 0 10px
    }
    .search .search-form .form-group {
        float: left;
        width: 100%
    }
    .breadcrumb .title {
        color: #fff;
        font-size: 20px
    }
    .back>img {
        width: 23px
    }
    .breadcrumb .back {
        font-size: 17px
    }
    .property-detail .consultant,
    .property-detail .report-list {
        float: left;
        width: 100%
    }
    .office .office-detail {
        padding: 30px 15px 40px
    }
    .office-info-sec {
        padding-left: 15px;
        padding-right: 15px
    }
    .office-inner-page .members .col-md-3 {
        width: 100%
    }
    .office .members {
        margin-top: 30px
    }
    .office-name {
        font-size: 23px
    }
    .address .office-icon-div img {
        width: 30px
    }
    #slider-range,
    .prise-section {
        width: 100%
    }
    .why-us-content {
        padding: 35px 0
    }
    .why-us-description {
        margin-top: 35px
    }
    .buyer-list span {
        font-size: 16px
    }
    .buyer-list img {
        display: block;
        margin: 0 auto;
        width: 55px
    }
    .team-inner-detail .col-md-6.member-socials {
        float: left;
        width: 100%
    }
    .feature-sidebar .featured-block .featured-detail-2 .col-md-4,
    .feature-sidebar .featured-block .featured-detail-3 .col-md-4 {
        width: 50%
    }
    .property-detail .consultant .col-md-6,
    .publication-list .single-publication,
    .single-publication .container-cont>img {
        width: 100%
    }
    .ui-content {
        overflow-x: unset
    }
    .office .members .member-name {
        font-size: 23px
    }
    .moving_label {
        font-size: 18px;
        padding: 8px 30px
    }
    .investment-main h3 {
        font-size: 17px
    }
    .contact-detail-box .box-inner {
        width: 100%;
        margin-bottom: 5px
    }
    .contact-detail-box .icon-box .icon-fax,
    .contact-detail-box .icon-box .icon-mail,
    .contact-detail-box .icon-box .icon-phone {
        height: 50px
    }
    .contact-social {
        float: left
    }
    .contact-detail-box .content {
        padding: 7px 0;
        margin-left: 65px
    }
    .testimonial-detail {
        padding: 28px 12px 30px
    }
    .team-video iframe {
        height: 200px
    }
    .sub-img.slick-slider .slick-slide img {
        height: 100px
    }
    .contact-detail-box .icon-box i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 22px
    }
    .contact-detail-box .icon-box {
        padding: 7px 0
    }
}

.similar-property .properties .slick-next,
.similar-property .properties .slick-prev,
.sub-img .slick-next,
.sub-img .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: #8dc540
}

.similar-property .properties .slick-next:focus,
.similar-property .properties .slick-next:hover,
.similar-property .properties .slick-prev:focus,
.similar-property .properties .slick-prev:hover,
.sub-img .slick-next:focus,
.sub-img .slick-next:hover,
.sub-img .slick-prev:focus,
.sub-img .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: #8dc540
}

.similar-property .properties .slick-next.slick-disabled:before,
.similar-property .properties .slick-prev.slick-disabled:before,
.sub-img .slick-next.slick-disabled:before,
.sub-img .slick-prev.slick-disabled:before {
    opacity: .25
}

.similar-property .properties .slick-next:before,
.similar-property .properties .slick-prev:before,
.sub-img .slick-next:before,
.sub-img .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sub-img .slick-prev {
    left: 0;
    z-index: 999
}

.similar-property .properties .slick-prev {
    left: 15px;
    z-index: 999
}

.sub-img .slick-next {
    right: 0;
    z-index: 999
}

.similar-property .properties .slick-next {
    right: 13px;
    z-index: 999
}

.codrops-header::after,
.codrops-header::before {
    content: 'Lorizzleipsizzledolorcrazy amizzlefoshizzleizzleelit Nullizzlesapienvelizzle aliquetvolutpatfoshizzlefo shizzlemynizzlegravidafoshizzle Lorizzleipsizzledolorcrazy amizzlefoshizzleizzleelit Nullizzlesapienvelizzle aliquetvolutpatfoshizzlefo shizzlemynizzlegravidafoshizzle';
    font-size: 13em;
    line-height: .5;
    letter-spacing: -15px;
    text-align: justify;
    pointer-events: none;
    position: absolute;
    background: #cdced2;
    color: rgba(255, 255, 255, .15);
    font-family: 'Playfair Display', cursive;
    font-weight: 900;
    font-style: italic;
    z-index: -1;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%
}

.codrops-links,
.content--related,
.grid__item,
.not-found,
.not-images {
    text-align: center
}

.codrops-header h1 {
    margin: 0;
    padding: 0 0 1em;
    font-weight: 800;
    font-size: 2.75em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #49484a
}

.codrops-header h1 span {
    font-style: italic;
    font-family: 'Playfair Display', serif
}

.codrops-header h1 .sub {
    display: block;
    padding: .75em 0;
    color: #f9f9f9;
    font-weight: 400;
    font-size: 68%;
    text-transform: none
}

.codrops-links {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    -webkit-flex: none;
    flex: none
}

.codrops-links::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
    transform: rotate3d(0, 0, 1, 22.5deg)
}

.grid__item,
.link {
    position: relative
}

.codrops-icon {
    display: inline-block;
    margin: 15px;
    text-decoration: none
}

.codrops-icon span {
    display: none
}

.codrops-icon:before {
    margin: 0 5px;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-family: codropsicons;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased
}

.codrops-icon--drop:before {
    content: "\e001"
}

.codrops-icon--prev:before {
    content: "\e004"
}

.grid__item {
    height: calc(100vh - 40px);
    min-height: 460px;
    max-width: calc(100vw - 40px);
    background: #ddd;
    margin: 20px;
    padding: 100px 0;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 0, 0)
}

.link,
.media-item,
.not-found,
.not-images {
    display: inline-block
}

.grid__item p {
    font-size: 1.5em;
    font-weight: 700;
    color: #777
}

.color-1 {
    background: #e8e0da
}

.color-2 {
    background: #576b67
}

.color-3 {
    background: #383a35
}

.color-4 {
    background: #333
}

.color-5 {
    background: #fda9a9
}

.color-7 {
    background: #cde7d3
}

.color-8 {
    background: #dcecdd
}

.color-9 {
    background: #dedbba
}

.color-10 {
    background: #222
}

.color-11 {
    background: #515151
}

.content--related {
    padding: 3em 0;
    font-weight: 700
}

.media-item {
    padding: 1em;
    vertical-align: top;
    -webkit-transition: color .3s;
    transition: color .3s
}

.media-item__img {
    max-width: 100%;
    opacity: .3;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.media-item:focus .media-item__img,
.media-item:hover .media-item__img {
    opacity: 1
}

.media-item__title {
    margin: 0;
    padding: .5em;
    font-size: 1em
}

body #cdawrap {
    top: 40px;
    right: 40px;
    border: none
}

@media screen and (max-width:50em) {
    .codrops-header {
        padding: 3em 10% 4em
    }
    .grid__item {
        width: 100%
    }
}

@media screen and (max-width:40em) {
    .codrops-header h1 {
        font-size: 1.85em
    }
}

.link {
    outline: 0;
    text-decoration: none;
    font-size: 8em;
    line-height: 1;
    color: #9e9ba4
}

.link--surinami {
    font-weight: 400;
    font-size: 1em;
    color: #3a4945;
    padding: .125em 0
}

.link--surinami::after,
.link--surinami::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #3a4945;
    position: absolute;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}

.link--surinami::before {
    right: 0;
    top: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.link--surinami::after {
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.link--surinami:hover::after,
.link--surinami:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.link--surinami span {
    position: relative;
    -webkit-transition: color .5s;
    transition: color .5s
}

.link--surinami:hover span {
    color: transparent
}

.link--surinami span::after,
.link--surinami span::before {
    position: absolute;
    color: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s
}

.link--surinami span::before {
    content: attr(data-letters-l);
    left: 0;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}

.link--surinami span::after {
    content: attr(data-letters-r);
    right: 0;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

.link--surinami:hover span::after,
.link--surinami:hover span::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.not-found {
    width: 100%
}

.not-images {
    position: relative;
    width: auto;
    padding: 100px 0
}

.footer-block {
    margin-bottom: -50px
}

.footer-block img {
    width: 100%;
    height: auto
}

.mt10 {
    margin-top: 10px
}

.prop-video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    display: block
}

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

@media screen and (max-width:50em) {
    .link--surinami {
        font-size: 3em
    }
}

@media screen and (max-width:42em) {
    .link--kukuri,
    .link--nukun,
    .link--takiri {
        font-size: 3.5em
    }
    .link--kumya {
        font-size: 3em
    }
    .link--manko {
        font-size: 3.5em
    }
    .link--urpi {
        font-size: 5em
    }
    .link--mallki {
        font-size: 3.5em
    }
    .link--ilin {
        font-size: 5em
    }
    .link--asiri {
        -webkit-transform: scale3d(.65, .65, 1);
        transform: scale3d(.65, .65, 1)
    }
    .link--yaku {
        font-size: 4em
    }
}

@media (min-width:1920px) {
    .testimonial-detail {
        padding: 100px 80px 75px
    }
    .col-md-5.nopad.testimonial-img,
    .testimonial .slick-slide {
        height: 462px
    }
}

#myModal .form-control,
#myModal .modal-content {
    border-radius: 0
}

.icon-div {
    display: inline-block;
    vertical-align: top;
    width: 3%
}

span.title_div {
    display: inline-block;
    position: relative;
    width: 95%;
    min-height: 40px
}

.effect-zoe .name_img {
    float: left
}

#myModal .modal-footer {
    border-top: none
}

@media (min-width:769px) and (max-width:1024px) {
    .consultant .right {
        padding: 0
    }
    .consultant .right img {
        height: 100%
    }
    .consultant .left {
        height: 155px;
        padding: 35px 0 0;
        position: relative
    }
    .consultant .left a {
        position: absolute;
        bottom: 0;
        vertical-align: bottom
    }
}

@media (min-width:1025px) {
    .consultant .right {
        padding: 0;
        height: 180px
    }
    .consultant .right img {
        height: 100%
    }
    .consultant .left {
        height: 180px;
        padding: 64px 0 0;
        position: relative
    }
    .consultant .left a {
        position: absolute;
        bottom: 0;
        vertical-align: bottom
    }
    .related_title h4 {
        color: #7c7e83
    }
    .vocate-file {
        border: none;
        height: 30px !important;
        color: #555;
        background-color: #fff;
        background-image: none;
        line-height: 1.42857;
        width: 100%
    }
    #wrapper #alertDiv .alert {
        margin-bottom: 0
    }
}

.beofer_text>img {
    margin-top: -10px
}

ul.member-socials-icons {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    padding: 0;
    text-align: right
}

ul.member-socials-icons .member-social-div {
    display: inline-block;
    list-style: none;
    padding: 0 2px;
    margin: 2px 0
}

ul.member-socials-icons .member-social-div a img {
    width: 100%;
    height: auto;
    max-width: 40px
}

.finance-main .text:after {
    display: block;
    content: "";
    clear: both
}

.finance-main .title-mrgin {
    margin-bottom: 15px
}

.finance-main .col-md-5.col-xs-12.link-row a {
    white-space: pre-line;
    word-wrap: break-word
}

@media screen and (max-width:1200px) {
    .finance-main h3 {
        font-size: 16px
    }
    .finance-main .link-row h3 {
        margin-left: 0
    }
}

@media screen and (max-width:991px) {
    .finance-main h3 {
        font-size: 15px
    }
}

@media screen and (max-width:767px) {
    .finance-main .col-sm-6 {
        width: 50%;
        float: left
    }
}

@media screen and (max-width:639px) {
    .finance-main .col-sm-6 {
        width: 100%;
        float: left
    }
    .finance-main .link-row h3 {
        margin-left: 20px
    }
    .investment-main .title,
    .vocate-main .title {
        margin-bottom: 5px
    }
}

.corareg {
    font-family: cora_rgregular
}

.corabold {
    font-family: corabold
}

.color000 {
    color: #000
}

.color71a42b {
    color: #71a42b
}

.font19 {
    font-size: 19px
}

.privacy-policy-main {
    padding: 100px 0
}

.privacy-policy-image {
    margin-top: -40px
}

.privacy-policy-image img {
    width: 100%
}

.pb-10 {
    padding-bottom: 15px
}

.pl-0 {
    padding-left: 0
}

@media screen and (max-width:1199px) {
    .pl-0 {
        padding-left: 15px
    }
}

@media screen and (max-width:991px) {
    .finance-main h3 {
        font-size: 15px
    }
    .privacy-policy-image img {
        width: 60%;
        margin: 0 auto;
        display: table
    }
    .privacy-policy-main {
        padding: 70px 0
    }
    .privacy-policy-image {
        margin: 30px 0
    }
    .pl-0 {
        padding-left: 15px
    }
}

@media screen and (max-width:767px) {
    .finance-main .col-sm-6 {
        width: 50%;
        float: left
    }
    .pl-0 {
        padding-left: 15px
    }
    .privacy-policy-image {
        margin: 20px 0
    }
    .font19 {
        font-size: 17px
    }
    .pb-10 {
        padding-bottom: 5px
    }
    .privacy-policy-main {
        padding: 50px 0
    }
    .privacy-policy-image img {
        width: 60%;
        margin: 0 auto;
        display: table
    }
}

.mt-17 {
    margin-top: 17px;
}

.form-group {
    margin-bottom: 10px !important;
}

.header_section_new .header_section_wrapper .header-top-menu .border-right1 {
    border-right: 1px solid rgba(113, 121, 128, .3)
}

.header_section_new .header_section_wrapper .header-top-menu .border-right1 a {
    padding-right: 20px
}

.header_section_new .header_section_wrapper .header-top-menu .call_us_btn_style .contact_us_btn1 {
    background: #8ec640;
    color: #042038 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 5px 30px !important;
    border-radius: 4px;
    margin-left: 22px;
    border: 1px solid transparent !important;
    font-family: cora_rgregular !important;
    display: flex
}

.header_section_new .header_section_wrapper .header-top-menu .call_us_btn_style .contact_us_btn1:hover {
    background-color: transparent;
    border: 1px solid #8ec640 !important;
    color: #8ec640 !important
}

.d-flex1 {
    display: flex
}

.align-self-center {
    align-self: center
}

.align-item-center {
    align-items: center
}

.header_section_new .header_section_wrapper header.themes_06_header_section_04 .main-nav li a {
    padding: 0 17px 0 0
}

.header_section_new .header_section_wrapper .header-top-menu .navbar-nav {
    margin-top: 0
}

.header_section_new .header_section_wrapper .header-top-menu .call_us_btn_style .contact_us_btn1 i {
    margin-right: 8px;
    font-size: 16px;
    display: flex;
    align-self: center
}

.header_section_new.sticky-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 997;
    padding-bottom: 10px
}

.contact-us-image {
    width: 100%;
    /*margin-top: 45px;*/
    margin-bottom: 25px
}

.beyond-compare-text .contact-title {
    color: #042038;
    font-family: cora_mdmedium;
    font-size: 32px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.beyond-compare-text .contact-title sup {
    font-size: 12px;
    position: absolute;
    top: 8px
}

.beyond-compare-text .contact-title:before {
    background: #8ec640;
    height: 2px;
    width: 120px;
    position: absolute;
    content: '';
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%)
}

.beyond-compare-text .contact-discription {
    font-size: 17px;
    font-family: cora_rgregular;
    color: #042038;
    margin-bottom: 30px
}

.beyond-compare-text .contact-discription span {
    font-family: corabold
}

.contact-form {
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #fff;
    z-index: 99;
    position: relative;
    bottom: -190px;
    margin-top: -170px
}

.contact-form .contact-box .contact-border {
    border-top: 0
}

.contact-form .contact-box .contact-left {
    padding: 0 15px 0 0
}

.contact-form .contact-box .contact-detail-box .icon-box {
    padding: 0 0 30px 0
}

.contact-form .contact-box .contact-detail-box .contact-social {
    padding-bottom: 0;
    padding-top: 17px
}

.contact-form .form-group {
    margin-bottom: 22px !important
}

.contact-form .contact-box .contact-right {
    padding-top: 18px
}

.frmContact .row {
    margin: 0
}

.contact-mp-sec .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.contact-us-image img {
    width: 100%
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.mx-0 {
    margin: 0
}

@media(min-width:1024px) and (max-width:1192px) {
    .header_section_new .header_section_wrapper .header-top-menu .call_us_btn_style .contact_us_btn1 span {
        display: none
    }
    .header_section_new .header_section_wrapper .header-top-menu .call_us_btn_style .contact_us_btn1 i {
        margin-right: 0
    }
    .header_section_new .header_section_wrapper .header-top-menu .call_us_btn_style .contact_us_btn1 {
        padding: 5px 10px !important
    }
    header.themes_06_header_section_04 .main-nav li a {
        font-size: 12px
    }
    .header_section_new .header_section_wrapper header.themes_06_header_section_04 .main-nav li a {
        padding: 0 5px 0 0
    }
    .header_section_new .header_section_wrapper .header-top-menu .call_us_btn_style .contact_us_btn1 {
        margin-left: 10px
    }
}

@media(min-width:1193px) and (max-width:1199px) {
    .header_section_new .header_section_wrapper header.themes_06_header_section_04 .main-nav li a {
        padding: 0 15px 0 0
    }
}

@media(max-width:1178px){
     .buying_li{
        clear:both;
    }
    .reval_new_mobile_header .navbar .sitenavigation.is-tapped > ul li.nav-dropdown ul li.nav-dropdown ul
     {
        top: 0;
    }
}

@media(max-width:767px) {
    .beyond-compare-text .contact-title {
        font-size: 26px;
        margin-bottom: 25px
    }
    .beyond-compare-text .contact-title::before {
        width: 80px;
        height: 2px
    }
    .beyond-compare-text .contact-discription {
        font-size: 15px;
        text-align: center;
        margin-bottom: 25px
    }
    .contact-form {
        margin-bottom: 50px;
        bottom: unset;
        margin-top: 0
    }
    .frmContact {
        padding-top: 10px
    }
    
}

@media(max-width:479px) {
    .for-sale {
        padding: 24px 47px 19px !important
    }
    .for-sale-inverse {
        padding: 24px 43px 19px !important
    }
   
}
@media (max-width:330px){
  
    .navbar-brand{
        display:block;
        width:50%;
        padding-right:0;
    }

    .navbar-brand > img {
        display: block;
        width: 92%;
    }
}

.contact-form.for-why-us-form{position: unset;margin-top: 50px;}
.get-in-touch-title{color: #042038;
    font-family: cora_mdmedium;
    font-size: 32px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;margin-top: 70px;}
.get-in-touch-title:before{background: #8ec640;
    height: 2px;
    width: 120px;
    position: absolute;
    content: '';
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%);}
    .get-in-touch-title.main-beyond-title{margin-top: 0px;margin-bottom: 40px;}
    .contactus_btn11{background: #8dc440;padding:10px 37px;font-size: 17px;
        font-family: cora_mdmedium;text-transform: uppercase;color: #fff;display: inline-block;
        border:1px solid transparent;margin-top: 27px;}
        .why-us-description p:first-child{margin-bottom: 30px;}
    .contactus_btn11:hover{background: transparent;border:1px solid #8dc440;color: #8dc440;}
    /*.contact-us-image{background: url("../image/contact-image.jpg") center center no-repeat fixed;height: 455px;
    background-size:cover;}*/
    
    .contact-form .contact-box .contact-left{padding: 0 15px 0 15px;}
