/*!

Theme Name: reval

Theme URI: http://underscores.me/

Author: Underscores.me

Author URI: http://underscores.me/

Description: Description

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: LICENSE

Text Domain: reval

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



reval is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

  ## Links

  ## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

  ## Posts and pages

  ## Comments

# Infinite scroll

# Media

  ## Captions

  ## Galleries

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/


@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: normal;

    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: normal;

    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: normal;

    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: normal;

    font-style: normal;

}


.clearfix:after {

    visibility: hidden;

    display: block;

    font-size: 0;

    content: " ";

    clear: both;

    height: 0;

}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */


.blog-content img {

    width: 100%;

    height: auto;

}


/*------------- custome css ----------------*/


body {

    -webkit-font-smoothing: antialiased;

    background-color: #fcfcfc !important;

    color: #6e6e6e;

    font-family: 'cora_rgregular';

    font-weight: 400;

    font-style: normal;

    font-size: 14px;

    width: 100%;

    height: 100%;

    margin: 0px;

    padding: 0px;

}


.container {

    width: 100%;

    max-width: 1170px;

}


.clearfix {

    clear: both;

}


@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: normal;

    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: normal;

    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: normal;

    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: normal;

    font-style: normal;

}


/* Button */


.btn-member-contact {

    background: #fff;

    color: #8ec640;

    border: 1px solid #8ec640;

    border-radius: 0;

    padding: 8px 15px;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -ms-transition: all 0.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;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -ms-transition: all 0.3s ease 0s;

}


.btn-dark-grey:hover {

    background: #242d36;

    color: #29333d;

    background-color: #fff;

    border: 1px solid #29333d;

}


.btn-grey {

    background: #cccccc;

    color: #000;

    border: #cccccc;

    border-radius: 3px;

    padding: 9px 25px;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -ms-transition: all 0.3s ease 0s;

}


.btn-grey:hover {

    background: #bbbbbb;

    color: #fff;

}


.btn-consultant {

    background: #8ec640;

    color: #FFF;

    border: #8ec640;

    border-radius: 5px;

    padding: 5px 30px;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -ms-transition: all 0.3s ease 0s;

}


.btn-consultant:hover {

    background: #bbbbbb;

    color: #242d36;

}


/*footer start*/


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 .footer-menu ul li a {

    color: #a1b1bc;

    text-decoration: none;

    font-size: 13px;

}


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 .Contact {
}


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 {
}


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;

    font-family: "robotoregular"

}


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;

}


/*footer end*/


/*header search start*/


.search {

    background-color: #dcdcdc;

    padding-top: 15px;
    padding-bottom: 5px;
    display: none;

}


.search .form-group {

    margin-bottom: 10px;

}


.search .form-control {

    height: 38px;

    color: #b1b1b1;

    border-radius: 3px;

}


.search .form-control:focus {

    box-shadow: none;

    border-color: #a7a7a7;

}


/*header search end*/


/*Breadcrumb start*/


.breadcrumb.property-inner {

    /*background: url(../image/property_inner.png) no-repeat center center fixed;*/

}


.breadcrumb.homepage {

    /*background: url(../image/home-breadcrumb.png) no-repeat center center fixed;*/

}


.breadcrumb.property-outer {

    /*background: url(../image/property_outer.png) no-repeat center center fixed;*/

}


.breadcrumb.common-img {

    /*background: url(../image/breadcrumb.png) no-repeat center center fixed;*/

    margin-bottom: 0px;

}


.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;

    /*background-color: #0a2c49;



    opacity: 0.5;*/

    padding: 90px 0;

}


.breadcrumb .color-overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #042038;

    opacity: 0.8;

}


.breadcrumb .title {

    color: #FFFFFF;

    font-size: 35px;

    margin-bottom: 20px;

}


.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: 20px;

}


.breadcrumb .back img {

    float: left;

    margin-right: 10px;

    margin-top: 0px;

}


.breadcrumb.homepage {

    padding: 65px 0 310px 0;

}


.breadcrumb.team-outer {

    text-align: center;

}


.breadcrumb.property-outer {

    padding: 65px 0 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 #eeeeee;

}


/*Breadcrumb end*/


.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;

}


.section-title span {

    color: #8ec640;

}


/*Home page*/


.nopad {

    padding: 0px;

}


.sale-section {
}


.sale-info {

    background-color: #002749;

    text-align: center;

    padding: 55px 30px 45px 30px;

}


.sale-info p {

    color: #8ec640;

    font-size: 20px;

}


.sale-button {

    padding: 0;

}


.for-sale {

    padding: 20px 20px 17px 20px;

    text-align: center;

    background-color: #8ec640;

}


.for-sale p {

    font-size: 20px;

    color: #ffffff;

    margin-top: 10px;

}


.for-sale-inverse {

    padding: 20px 20px 17px 20px;

    text-align: center;

    background-color: #ffffff;

}


.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: 50px 60px 43px;

}


.quote {

    margin-bottom: 50px;

}


.testimonial-text-div {

    height: 150px;

}


.testimonial-text {

    text-align: justify;

    color: #6c6c6c;

    font-size: 14px;

}


.testimonial-author {

    font-style: italic;

}


.arrow img {

    float: left;

    margin: 5px 5px 0px 0px;

}


.subscribe-img {

    /*background: url("../image/subscribe.png") no-repeat center center fixed;*/

    position: relative;

    background-position: center;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    background-size: cover !important;

    -o-background-size: cover;

    /*background-color: #0a2c49;



    opacity: 0.5;*/

    padding: 140px 0;

}


.subscribe-info {

    background-color: #002749;

    padding: 25px;

}


.subscribe-text {

    color: #fff;

    font-size: 26px;

}


.subscribe a {

    color: #8ec640;

    text-decoration: none;

    cursor: pointer;

}


.home-featured {

    margin-top: -270px;

}


.featured-img img {

    max-height: 250px;

    width: 100%;

}


.featured-block {

    border: 1px solid #c3c3c3;

}


.featured-detail-1 {

    padding: 0 15px 15px 15px;

}


.featured-title {

    color: #4d4d4d;

    font-size: 22px;

}


.featured-location {

    color: #9f9f9f;

}


.featured-detail-2 {

    background: #f7f7f7;

    padding: 25px 15px;

}


.featured-detail-2 .detail {

    float: left;

    margin-right: 15px;

}


.featured-detail-2 .detail:last-child {

    float: left;

    margin-right: 0px;

}


.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 15px;

}


.detail-3-left {

    position: relative;

    padding: 0;

}


.detail-3-left:before {

    content: " ";

    position: absolute;

    border-left: 3px solid #8ec640;

    height: 30px;

}


.detail-3-left p {

    padding-left: 20px;

    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;

}


/*Home page*/


/*Property Innerpage Start*/


.property-slider {

    margin-top: 85px;

    margin-bottom: 50px;

}


.property-slider .slider {

    background-color: #eeeeee;

    height: 400px;

}


.property-detail .description {

    text-align: justify;

    margin-bottom: 30px;

    font-size: 12px;

}


.property-detail .list {

    margin-top: 30px;

}


.property-detail .list .detail {

    margin-top: 20px;

    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: 20px;

    border-bottom: 1px solid #6e6e6e;

    font-size: 12px;

}


.property-detail .location {

    margin-bottom: 35px;

}


.property-detail .location iframe {

    height: 180px;

    width: 100%

}


.similar-property {

    margin-bottom: 80px;

}


/*---------------*/


/***** Sarah *****/


/*---------------*/


.similar-property .grid {

    position: relative;

    margin: 0px auto;

}


.similar-property .grid figure {

    overflow: hidden;

}


.similar-property .grid figure img {

    position: relative;

    display: block;

    min-height: 100%;

    max-width: 100%;

}


.similar-property figure.effect-sarah {

    background: #42b078;

}


.similar-property figure.effect-sarah img {

    max-width: none;

    width: -webkit-calc(100% + 20px);

    width: calc(100% + 20px);

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

    transition: opacity 0.35s, transform 0.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: 0.4;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}


.report-title {

    background-color: #8ec640;

    color: #fff;

    font-size: 20px;

    padding: 15px;

    margin-bottom: 30px;

}


.report-title img {

    margin-top: -10px;

}


.report-list .report-data {

    background-color: #f9f9f9;

    border-bottom: 1px solid #d9d9d9;

    padding: 25px 0;

    font-size: 15px;

}


.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;

}


.report-list .report-data .right span {

    color: #8ec640;

}


.consultant,
.consultant .right {

    padding: 0px;

}


.consultant .left {

    padding-right: 0px;

    margin-top: 80px;

}


.consultant .consultant-name {

    font-size: 26px;

    color: #8ec640;

    line-height: 23px;

    margin-bottom: 0px;

}


.consultant .consultant-type {

    font-size: 18px;

    color: #00284b;

    line-height: 16px;

}


/*Property Inner end*/


/*Property outer Start*/


.property-listing {

    margin: 50px 0;

}


.sub-img div {

    padding: 0;

}


.property-listing .grid {

    position: relative;

    margin: 0 auto;

    /*padding: 1em 0 4em;*/

    margin-bottom: 35px;

    max-width: 1000px;

    list-style: none;

    /*text-align: center;*/

}


.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: 20px;

    line-height: 20px;

}


.property-listing .grid figure figcaption .detail {

    opacity: 1;

    float: left;

    margin-right: 10px;

}


.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: 22px;

    border-left: 2px solid #8ec640;

    margin-top: 7px;

}


.property-listing .grid figure {

    position: relative;

    /*float: left;*/

    overflow: hidden;

    /*margin: 10px 1%;*/

    /*min-width: 320px;



    max-width: 480px;



    max-height: 360px;



    width: 48%;*/

    background: #3085a3;

    /*text-align: center;*/

    cursor: pointer;

}


.property-listing .grid figure img {

    position: relative;

    display: block;

    min-height: 100%;

    max-width: 100%;

    opacity: 0.8;

}


.property-listing .grid figure figcaption {

    padding: 2em;

    color: #042038;

    /*font-size: 1.25em;*/

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}


.property-listing .grid figure figcaption::before,
.property-listing .grid figure figcaption::after {

    pointer-events: none;

}


.property-listing .grid figure figcaption,
.property-listing .grid figure figcaption > a {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}


/*---------------*/


/***** Zoe *****/


/*---------------*/


.property-listing figure.effect-zoe figcaption {

    top: auto;

    bottom: 0;

    padding: 20px;

    height: 90px;

    background: #042038;

    color: #fff;

    -webkit-transition: -webkit-transform 0.35s;

    transition: transform 0.35s;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

    opacity: 0.7;

}


.property-listing figure.effect-zoe .name,
.property-listing figure.effect-zoe .detail,
.property-listing figure.effect-zoe .prize {

    -webkit-transition: -webkit-transform 0.35s;

    transition: transform 0.35s;

    -webkit-transform: translate3d(0, 200%, 0);

    transform: translate3d(0, 200%, 0);

}


.property-listing figure.effect-zoe:hover figcaption,
.property-listing figure.effect-zoe:hover .name,
.property-listing figure.effect-zoe:hover .detail,
.property-listing figure.effect-zoe:hover .prize {

    -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: 0.05s;

    transition-delay: 0.05s;

}


.property-listing figure.effect-zoe:hover .detail:nth-child(4) {

    -webkit-transition-delay: 0.25s;

    transition-delay: 0.25s;

}


.property-listing figure.effect-zoe:hover .detail:nth-child(3) {

    -webkit-transition-delay: 0.2s;

    transition-delay: 0.2s;

}


.property-listing figure.effect-zoe:hover .detail:nth-child(2) {

    -webkit-transition-delay: 0.15s;

    transition-delay: 0.15s;

}


.property-listing figure.effect-zoe:hover .detail:first-child {

    -webkit-transition-delay: 0.1s;

    transition-delay: 0.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%;

    }

}


/*Property outer End*/


/*Office outer Start*/


/*.office {margin-bottom: 100px;}*/


.office .office-detail {

    background-color: #fff;

    padding: 70px 70px 100px 70px;

}


.office .detail-div {

    margin: 20px 0;

}


.office .office-name {

    color: #8ec640;

}


.office .members {

    margin-top: 70px;

}


.office .members .team-member {

    padding: 15px;

    background-color: #fff;

    border-bottom: 5px solid #8ec640;

    border-left: 1px solid #ddd;

    border-right: 1px solid #ddd;

    border-top: 1px solid #ddd;

}


.office .members .member-name {

    font-size: 30px;

    color: #00284b;

    line-height: 36px;

    margin-top: 20px;

}


.office .members .member-name span {

    color: #8ec640;

}


.office .members .designation {

    font-size: 15px;

    color: #777777;

    margin-bottom: 10px;

}


.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: 15.5px;

    margin-top: 5px;

}


.office-contact-section .section-heading {

    margin-bottom: 15px;

}


.section-heading-border {

    height: 5px;

    width: 100px;

    background-color: #8ec640;

}


.office-contact-section {

    margin-top: 70px;

}


.office-contact-form {

    margin-top: 30px;

}


/*Office outer End*/


/*Team outer Start*/


.team {

    margin-bottom: 100px;

}


.team .members {

    margin-top: -300px;

}


.team .team-member {

    margin: 20px;

    padding: 30px;

    background-color: #fff;

    border-bottom: 5px solid #8ec640;

}


.team .member-name {

    font-size: 30px;

    color: #00284b;

    line-height: 36px;

    margin-top: 15px;

}


.team .member-name span {

    color: #8ec640;

}


.team .designation {

    font-size: 15px;

    color: #777777;

    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: 0px auto;

}


.team .grid figure {

    overflow: hidden;

}


.team .grid figure img {

    position: relative;

    display: block;

    min-height: 100%;

    max-width: 100%;

}


.team figure.effect-sarah {

    background: #42b078;

}


.team figure.effect-sarah img {

    max-width: none;

    width: -webkit-calc(100% + 20px);

    width: calc(100% + 20px);

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

    transition: opacity 0.35s, transform 0.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: 0.4;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}


/*Team outer End*/


/*Teaam Inner Start*/


.team-video {

    height: 480px;

    margin: 60px 0px 10px 0;

}


.member-border {

    border-left: 1px solid #c5c5c5;

    padding: 40px 0;

    margin-top: 20px;

}


.member-name h1 {

    color: #8ec640;

    font-size: 60px;

    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 {

    padding-right: 0px;

    margin-top: 20px;

}


.member-socials {

    padding: 0;

}


.member-social-div {

    float: right;

    padding: 0;

}


.member-social {

    font-size: 22px;

    color: #002749;

    padding: 0;

    margin-top: 5px;

}


.member-social img {

    margin: 2px 15px 0 0;

    vertical-align: top;

}


.member-social span {

    margin: 0px 0px 0 0;

}


.member-description {

    margin: 50px 0;

}


.member-description p {

    color: #363636;

    font-size: 20px;

    text-align: justify;

}


.recently-sold {

    /*background: url(../image/team_inner_recent_sold.png) no-repeat center center fixed;*/

    margin-bottom: 0px;

    position: relative;

    background-position: center;

    -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: 0.8;

}


.recently-sold .title {

    color: #FFFFFF;

    font-size: 35px;

    margin-bottom: 20px;

}


.recently-sold .title span {

    color: #8ec640;

}


.recently-sold-property {

    margin: 40px 0 10px 0;

}


.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: 50px 0;

}


.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: 502px;

}


.feature-sidebar {

    margin-left: 30px;

}


.section-heading {

    color: #002749;

    font-size: 36px;

    margin-bottom: 30px;

}


.section-heading span {

    color: #8ec640;

}


/*Team Inner End*/


/*Wy us start*/


.why-us-content {

    margin: 90px 0;

}


.slider-div {

    background-color: #e5e5e5;

    height: 530px;

    border-bottom: 5px solid #8ec640;

}


.why-us-description {

    margin-top: 50px;

    color: #363636;

    font-size: 19px;

    text-align: justify;

}


.why-us-buyer {

    margin-top: 50px;

    padding: 60px 0;

    background-color: #f7f7f7;

    border: 1px solid #f4f4f4;

}


h2.buyer-title {

    font-size: 32px;

    color: #27333a;

}


h2.buyer-title span {

    color: #8ec640;

}


h4.buyer-subtitle {

    font-size: 11px;

    color: #27333a;

}


.buyer-border {

    margin-top: 20px;

}


.buyer-border div {

    border: 2px solid #8ec640;

    width: 90px;

    margin: 0 auto;

}


.buyer-list {

    margin-top: 60px;

}


.buyer-list img {

    margin-top: -10px;

    margin-right: 20px;

}


.buyer-list span {

    text-transform: uppercase;

    color: #27333a;

    font-size: 17px;

    font-family: "robotoregular";

}


.why-us-touch {

    margin-top: 50px;

    color: #FFF;

    background-color: #8ec640;

    font-size: 20px;

    padding: 22px 0;

    text-transform: uppercase;

}


/*Why us End*/


/*Contact Start*/


/*img temp css*/


.ui-infobox-content {

    background: #FFF;

    padding: 5px;

}


.contact-map {

    height: 550px;

    max-height: 550px;

    width: 100%;

}


.contact-form {

    margin-top: -190px;

    margin-bottom: 50px;

    position: relative;

}


.contact-form .contact-box {

    min-height: 500px;

    position: relative;

    /*-moz-box-shadow: 0px 3px 8px rgb(100,100,100);



    -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);*/

    /*box-shadow:-1px -1px 2px #7e7e7e;*/

}


.contact-form .contact-box .contact-border {

    border-top: 5px solid #85bc42;

}


.contact-right {

    background: #053661;

    padding: 22px 20px;

}


.contact-left {

    background: #FFF;

    padding: 40px 0px 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 none repeat scroll 0 0;

    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 textarea,
.contact-form .form-group .field-outer select {

    border: medium none;

    color: #7e7e7e;

    display: block;

    line-height: 25px;

    padding: 9px 15px;

    position: relative;

    transition: all 0.3s ease-in-out 0s;

    width: 100%;

}


.contact-form .form-group .field-outer textarea {

    height: 90px;

    padding-top: 30px;

    padding-bottom: 30px;

}


.contact-form .form-group .field-outer select {

    appearance: none;

    -moz-appearance: none;

    /* Firefox */

    -webkit-appearance: none;

    /* Safari and Chrome */

    background: transparent;

    /*background: url(https://www.staples.com.ar/images/site/arrow_down.png) 0 0 no-repeat;*/

    background-position: right;

    right: 5px;

}


.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 {

    /* Chrome/Opera/Safari */

    color: #7e7e7e;

}


.contact-form .form-group .field-outer input::-moz-placeholder,
.contact-form .form-group .field-outer textarea::-moz-placeholder {

    /* Firefox 19+ */

    color: #7e7e7e;

}


.contact-form .form-group {

    margin-bottom: 50px;

}


.contact-form .form-group .field-outer input:-ms-input-placeholder,
.contact-form .form-group .field-outer input:-ms-input-placeholder {

    /* IE 10+ */

    color: #7e7e7e;

}


.btn-vocate {

    border-radius: 0px;

}


.btn-contact,
.btn-vocate {

    width: 100%;

    color: #ffffff;

    border: 1px solid #8ec640;

    background: #8ec640;

    font-size: 20px;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -ms-transition: all 0.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;

}


.contact-detail-box .box-inner {

    margin-bottom: 35px;

}


.contact-detail-box .icon-box .icon-phone {

    /*background: url(../image/phone.png) no-repeat center center;*/

    width: 95px;

    height: 95px;

    display: block;

}


.contact-detail-box .icon-box .icon-fax {

    /*background: url(../image/fax.png) no-repeat center center;*/

    width: 95px;

    height: 95px;

    display: block;

}


.contact-detail-box .icon-box .icon-mail {

    /*background: url(../image/mail.png) no-repeat center center;*/

    width: 95px;

    height: 95px;

    display: block;

}


.contact-detail-box .content {

    margin-left: 110px;

    padding: 23px 0px;

    font-size: 15px;

}


.contact-detail-box .content .title {

    color: #85bc42;

    width: 100%;

}


.contact-detail-box .content .text {

    width: 100%;

    color: #FFFFFF;

}


.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 {

    float: left;

    padding: 0 8px;

}


.contact-social ul a {

    font-size: 30px;

    color: #FFFFFF;

}


.contact-social ul li a:hover {

    color: #FFFFFF;

}


/*Contact End*/


/*faq-outer start*/


.faq-outer {

    margin: 70px 0;

}


.faq-list {

    margin: 25px 10px;

}


.faq-detail {

    background-color: #fff;

    padding-bottom: 35px;

}


.faq-que {

    font-size: 23px;

    color: #002749;

    margin: 30px 0 15px 0;

}


.faq-border {

    border-bottom: 1px solid #8ec640;

}


.faq-title {

    color: #8ec640;

    font-size: 18px;

    margin: 10px 0 -5px 0;

}


.faq-ans {

    font-size: 16px;

    color: #7c7c7c;

    margin: 20px 0;

    text-align: justify;

}


.faq-date {

    color: #8ec640;

    font-size: 15px;

    margin: 35px 0 20px 0;

}


.faq-icon {

    /* background: url('../image/faq-icon.png');*/

    height: 51px;

    width: 51px;

    position: absolute;

    left: -25px;

    top: -25px;

}


.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 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: 0.7;

    text-decoration: none;

}


.faq-btn {

    background: #8ec640;

    color: #fff;

    border: 1px solid #8ec640;

    border-radius: 0;

    padding: 7px 10px;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -ms-transition: all 0.3s ease 0s;

}


.faq-btn:hover {

    background: #fff;

    color: #8ec640;

}


/*faq-outer end*/


/*Moving stories inner/Faq Inner Start*/


.moving-story-inner {

    margin: 50px 0;

}


.moving_label {

    color: #fff;

    font-size: 30px;

    background: #8ec640;

    padding: 20px 30px;

}


.moving_title {

    color: #8ec640;

    font-size: 27px;

    margin: 35px 0 30px 0;

}


.moving_description {

    font-size: 16px;

    text-align: justify;

    color: #363636;

}


.more_stories img {

    margin: 30px 0 40px 0;

}


.faq-inner-icon {

    /* background: url('../image/faq-icon.png');*/

    height: 51px;

    width: 51px;

    position: absolute;

    left: -25px;

    top: -25px;

}


.blog-inner {

    margin: 50px 0;

}


/*.blog-inner img{border-bottom: 5px solid #8ec640;}*/


.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;

    font-family: "robotoregular";

    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 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 7px;

    color: #fff;

    background-color: #848484;

}


.blog-inner-social .blog-social.fa-plus {

    padding: 7px 9px;

    color: #fff;

    background-color: #ff6550;

    margin-right: 0px;

}


/*Moving stories inner/Faq Inner End*/


/*Moving stories outer start*/


.moving-nopad {

    padding: 0;

}


.moving-blue {

    background-color: #053865;

    color: #ffffff;

    height: 275px;

}


.moving-green {

    background-color: #8ec640;

    color: #ffffff;

    height: 275px;

}


.moving-white {

    background-color: #ffffff;

    color: #363636;

    height: 275px;

}


.moving-text {

    padding: 65px 30px;

    text-align: center;

}


.moving-text h3 {

    font-size: 21px;

}


.moving-text p {

    font-size: 11px;

    margin: 5px 0 15px 0;

}


.moving-img {

    max-height: 275px;

}


.moving-blue .btn-moving-text {

    background: #053865;

}


.moving-green .btn-moving-text {

    background: #8ec640;

}


.moving-white .btn-moving-text {

    background: #ffffff;

    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 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -ms-transition: all 0.3s ease 0s;

}


.moving-blue .btn-moving-text:hover {

    color: #053865

}


.moving-green .btn-moving-text:hover {

    color: #8ec640

}


.moving-white .btn-moving-text:hover {

    background: #363636;

    color: #ffffff;

}


.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 {

    bottom: -25px;

    left: 190px;

    position: absolute;

    z-index: 999;

}


.top-arrow {

    top: -25px;

    left: 190px;

    position: absolute;

    z-index: 999;

}


/*Moving stories outer end*/


/*Publication Start*/


.publication {

    margin: 50px 0;

}


.publication-desc {

    color: #363636;

    font-size: 18px;

    text-align: justify;

    margin: 30px 0px;

}


.publication-list {

    margin: 50px 0px;

    padding: 0;

}


.single-publication {

    padding: 0 5px;

}


.publication-header {

    font-size: 26px;

    font-weight: 0;

    color: #363636;

}


.btn-view-all {

    background: #FFF;

    color: #a2a2a2;

    border: 1px solid #a2a2a2;

    border-radius: 0;

    padding: 10px 10px 10px 30px;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -ms-transition: all 0.3s ease 0s;

}


.btn-view-all:hover {

    color: #FFF;

    background: #a2a2a2;

}


.btn-div {

    margin: 20px 0;

}


.btn-view-all i {

    margin-left: 20px;

}


/*Publication End*/


/*Vocate Css*/


/*Vocate Your Rental Propert Css*/


.bg-white {

    background-color: #ffffff;

}


.vocate-main label span.green,
.investment-main label span.green {

    color: #8ec640;

}


.breadcrumb.contact-inner {

    /*background: url(../image/breadcrumb.png) no-repeat center center fixed;*/

    margin-bottom: 0px;

}


.vocate-main,
.investment-main {

    padding: 45px 0px;

}


.vocate-main .title,
.investment-main .title {

    margin-bottom: 45px;

    position: relative;

}


.vocate-main .title:before,
.investment-main .title:before {

    content: " ";

    position: absolute;

    border-left: 3px solid #8ec640;

    height: 30px;

    margin-top: -3px;

}


.vocate-main .title h3,
.investment-main .title h3 {

    padding-left: 20px;

    color: #00284b;

}


.vocate-main .title span,
.investment-main .title span {

    color: #8ec640;

}


.vocate-main .text,
.investment-main .text {

    margin-bottom: 30px;

}


.vocate-main .text p,
.investment-main .text p {

    font-size: 13px;

    text-align: justify;

    line-height: 24px;

    color: #7c7c7c;

}


.vocate-main .text p a,
.vocate-main .text p a:hover {

    color: #8ec640;

    text-decoration: underline;

}


.vocate-form .form-group label,
.investment-form .form-group label {

    font-weight: 300;

}


.vocate-form .form-group label > span,
.investment-form .form-group label > span {

    color: #8ec640;

}


.vocate-form .form-group .form-control,
.investment-form .form-group .form-control {

    height: 40px;

    border-radius: 1px;

}


.vocate-form .form-group textarea.form-control,
.investment-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 {

    font-size: 19px;

}


.investment-main h3 span {

    color: #95c11e;

    font-family: "corabold", "Roboto", sans-serif;

}


.investment-main h3 {

    color: #001839;

    font-weight: 400;

    margin-bottom: 20px;

    text-transform: capitalize;

}


/*Investment Css*/


.investment-slogan {

    min-height: 140px;

    background: #f7f9fb;

    border-left: 3px solid #e6e6e6;

    margin-bottom: 20px;

}


.investment-main blockquote {

    /*background: #f7f9fb url("../image/blockquote.png") no-repeat scroll 23px 35px;*/

    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: 13px;

    color: #7c7c7c;

}


.investment-main .system-img {

    min-height: 250px;

    width: 100%;

    background: #e9e9e9;

}


.investment-main .system-content {

    padding: 40px 0px 0px;

}


.system-content ul.list-system {

    position: relative;

    padding: 5px 12px;

}


.system-content ul.list-system li {

    font-size: 13px;

    color: #7c7c7c;

    padding: 0px 5px;

    min-height: 25px;

}


/*Service Outer Areas*/


.service-btn-block {

    display: inline-block;

    float: left;

    margin-top: 5px;

}


.btn-service {

    font-size: 13px;

    text-transform: uppercase;

    margin-right: 20px;

    background: transparent;

    color: #FFF;

    border: 1px solid #FFF;

    border-radius: 0;

    padding: 8px 10px;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -ms-transition: all 0.3s ease 0s;

}


.btn-service:hover,
.btn-service.active {

    background: #8dc540;

    border: 1px solid #8dc540;

    color: #fff;

}


ul.service-list {

    width: 90%;

    margin: 0 auto;

    font-size: 18px;

    color: #333333;

}


ul.service-list li {

    list-style-type: disc;

}


/*service inner Areas*/


.breadcrumb.service-inner {

    /*background: url(../image/breadcrumb.png) no-repeat center center fixed;*/

    margin-bottom: 0px;

}


.service-map,
.service-map img {

    max-height: 450px;

    width: 100%

}


.service-detail .description {

    padding: 70px 0px;

    font-size: 19px;

    color: #474747;

    text-align: justify;

}


.moving-story-slider .slick-dots {

    margin: 0 auto;

}


.moving-story-slider .slick-dots li {

    display: inline-block;

}


.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-story-slider .slick-dots li button:before



{



   list-style-image: url('../images/slick-nav.png');



}*/


.moving-left .title {

    text-align: center;

    padding: 20px 10px;

    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: transparent url("./../image/slick-nav.png") no-repeat scroll -10px 0px;*/

    cursor: pointer;

    color: transparent;

    border: 0;

    outline: none;

}


.moving-story-slider .slick-dots li.slick-active button {

    /*background: transparent url("./../image/slick-nav.png") no-repeat scroll -88px 0;*/

}


.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;

}


.service-left-tab .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a {

    border: 0;

    padding: 15px 11px;

}


.service-left-tab .nav-tabs > li:first-child {

    margin-right: 3px;

}


.service-left-tab .nav-tabs > li,
.nav > li > a:focus,
.nav > li > a:hover,
.nav-tabs > li > a {

    background: #f7f8f9;

    margin-bottom: 0;

    color: #000;

}


.service-left-tab .list-white {

    background: #fff;

    font-size: 11px;

    padding: 13px 0px;

}


.service-left-tab .list-grey {

    background: #f7f7f7;

    font-size: 11px;

    padding: 13px 0px;

}


.service-left-tab .color-blue {

    color: #92d3fd;

}


.service-row {

    padding: 10px 0px;

}


.service-row .row-title {

    font-size: 16px;

    color: #565a5c;

}


.service-row .row-text {

    font-size: 12px;

    text-align: justify;

}


/**********************************************************************/


/**********************************************************************/


/**********************************************************************/


/**********************************************************************/


/*Header Start*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans);

header.themes_06_header_section_04 {

    background-color: #042038;

    font-weight: 400;

    font-style: normal;

    font-size: 16px;

    line-height: 150%;

    color: rgba(138, 138, 138, 1);

    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) {

    header.themes_06_header_section_04 .nq_container {

        max-width: 1170px

    }

    #banner .carousel-indicators {

        width: 1170px;

    }

}


@media (min-width: 1200px) {

    header.themes_06_header_section_04 .nq_container {

        max-width: 1170px

    }

}


header.themes_06_header_section_04 .nqimg_effects img {

    transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -khtml-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -ms-transition: all 0.2s linear;

    -o-transition: all 0.2s linear

}


header.themes_06_header_section_04 .nqimg_effects .nqimg_mask {

    transition: all 0.4s ease-in-out;

    -webkit-transition: all 0.4s ease-in-out;

    -khtml-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    background-color: rgba(0, 108, 102, 0.5);

    opacity: 0

}


header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn {

    margin: 5px 0px;

    padding: 5px 10px;

    font-size: 14px;

    line-height: 150%;

    text-transform: uppercase;

    white-space: nowrap

}


header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn {

    display: inline-block;

    background-color: rgba(255, 255, 255, 1);

    border-width: 1px 1px 1px 1px;

    border-style: solid solid solid solid;

    border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1)

}


header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn:hover {

    background-color: rgba(255, 255, 255, 1);

    border-width: 1px 1px 1px 1px;

    border-style: solid solid solid solid;

    border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1)

}


header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn:focus {

    outline-width: 0px

}


header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn {

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -khtml-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    -o-border-radius: 5px

}


header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn {

    color: rgba(255, 255, 255, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn:hover {

    color: rgba(255, 255, 255, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn:active {

    color: rgba(255, 255, 255, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .nqimg_effects .nqimg_mask .btn:focus {

    text-decoration: none;

    outline: medium 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 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 0.2s ease-in-out;

    -webkit-transition: all 0.2s ease-in-out;

    -khtml-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.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 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -khtml-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -ms-transition: all 0.2s linear;

    -o-transition: all 0.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 0.2s ease-in-out;

    -webkit-transition: all 0.2s ease-in-out;

    -khtml-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.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 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(0px);

    -webkit-transform: translateY(0px);

    -khtml-transform: translateY(0px);

    -moz-transform: translateY(0px);

    -ms-transform: translateY(0px);

    -o-transform: translateY(0px);

    opacity: 1

}


header.themes_06_header_section_04 .nqimg_effects:hover p {

    transition-delay: 0.1s;

    -webkit-transition-delay: 0.1s;

    -khtml-transition-delay: 0.1s;

    -moz-transition-delay: 0.1s;

    -ms-transition-delay: 0.1s;

    -o-transition-delay: 0.1s

}


header.themes_06_header_section_04 .nqimg_effects:hover a.btn {

    transform: translateY(0px);

    -webkit-transform: translateY(0px);

    -khtml-transform: translateY(0px);

    -moz-transform: translateY(0px);

    -ms-transform: translateY(0px);

    -o-transform: translateY(0px);

    transition-delay: 0.2s;

    -webkit-transition-delay: 0.2s;

    -khtml-transition-delay: 0.2s;

    -moz-transition-delay: 0.2s;

    -ms-transition-delay: 0.2s;

    -o-transition-delay: 0.2s;

    opacity: 1

}


header.themes_06_header_section_04 .nqdropdown_effects .dropdown .dropdown-menu {

    display: block;

    visibility: hidden;

    transition: all 0.5s ease-in-out 0s;

    -webkit-transition: all 0.5s ease-in-out 0s;

    -khtml-transition: all 0.5s ease-in-out 0s;

    -moz-transition: all 0.5s ease-in-out 0s;

    -ms-transition: all 0.5s ease-in-out 0s;

    -o-transition: all 0.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(0px);

    -webkit-transform: translateY(0px);

    -khtml-transform: translateY(0px);

    -moz-transform: translateY(0px);

    -ms-transform: translateY(0px);

    -o-transform: translateY(0px)

}


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(0px);

    -webkit-transform: translateY(0px);

    -khtml-transform: translateY(0px);

    -moz-transform: translateY(0px);

    -ms-transform: translateY(0px);

    -o-transform: translateY(0px);

    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(0px);

    -webkit-transform: translateY(0px);

    -khtml-transform: translateY(0px);

    -moz-transform: translateY(0px);

    -ms-transform: translateY(0px);

    -o-transform: translateY(0px);

    opacity: 1

}


header.themes_06_header_section_04 a {

    color: #535353;

    /*letter-spacing: 1px;*/

    text-decoration: none

}


header.themes_06_header_section_04 a:hover {

    color: rgba(0, 108, 102, 1);

    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: medium none

}


.dropdown-menu > .active > a {

    background-color: #e9eaea;

    color: rgba(0, 108, 102, 1) !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, 0.3);

    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);

    -khtml-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);

    -ms-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);

    -o-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);

    z-index: 9999;

}


header.themes_06_header_section_04.fix_width.shrink .header_top_part {

    display: none

}


header.themes_06_header_section_04.fix_width.shrink .action_part {

    display: none

}


header.themes_06_header_section_04.fix_width.shrink .nq_logo {

    margin-top: 4px;

}


.navbar-nav {

    float: right;

    margin-top: 10px;

}


.header-top-menu {

    /*background-color: #006c66;*/

    position: relative;

}


.header-top-menu::after {

    bottom: 0;

    content: "";

    display: block;

    left: 0;

    position: absolute;

    /*right: -100%;*/

    top: 0;

    z-index: -1;

}


@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 {

    float: right

}


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 {

    margin: 5px 0px;

    padding: 5px 10px;

    font-size: 14px;

    line-height: 150%;

    text-transform: uppercase;

    white-space: nowrap

}


header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn {

    display: inline-block;

    background-color: rgba(138, 138, 138, 1);

    border-width: 1px 1px 1px 1px;

    border-style: solid solid solid solid;

    border-color: rgba(138, 138, 138, 1) rgba(138, 138, 138, 1) rgba(138, 138, 138, 1) rgba(138, 138, 138, 1)

}


header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn:hover {

    background-color: rgba(0, 108, 102, 1);

    border-width: 1px 1px 1px 1px;

    border-style: solid solid solid solid;

    border-color: rgba(0, 108, 102, 1) rgba(0, 108, 102, 1) rgba(0, 108, 102, 1) rgba(0, 108, 102, 1)

}


header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn:focus {

    outline-width: 0px

}


header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn {

    border-radius: 0px;

    -webkit-border-radius: 0px;

    -khtml-border-radius: 0px;

    -moz-border-radius: 0px;

    -ms-border-radius: 0px;

    -o-border-radius: 0px

}


header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn {

    background: none

}


header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn:hover {

    background: none

}


header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn {

    color: rgba(138, 138, 138, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn:hover {

    color: rgba(255, 255, 255, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn:active {

    color: rgba(255, 255, 255, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn:focus {

    text-decoration: none;

    outline: medium none

}


header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn:hover {

    background-color: rgba(0, 108, 102, 1)

}


header.themes_06_header_section_04 .header_top_part .nq_btn1 .btn {

    margin: 0

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 {

    float: right

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn {

    margin: 5px 0px;

    padding: 5px 10px;

    font-size: 14px;

    line-height: 150%;

    text-transform: uppercase;

    white-space: nowrap

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn {

    display: inline-block;

    background-color: rgba(138, 138, 138, 1);

    border-width: 1px 1px 1px 1px;

    border-style: solid solid solid solid;

    border-color: rgba(138, 138, 138, 1) rgba(138, 138, 138, 1) rgba(138, 138, 138, 1) rgba(138, 138, 138, 1)

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn:hover {

    background-color: rgba(0, 108, 102, 1);

    border-width: 1px 1px 1px 1px;

    border-style: solid solid solid solid;

    border-color: rgba(0, 108, 102, 1) rgba(0, 108, 102, 1) rgba(0, 108, 102, 1) rgba(0, 108, 102, 1)

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn:focus {

    outline-width: 0px

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn {

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -khtml-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    -o-border-radius: 5px

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn {

    background: none

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn:hover {

    background: none

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn {

    color: rgba(138, 138, 138, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn:hover {

    color: rgba(255, 255, 255, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn:active {

    color: rgba(255, 255, 255, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn:focus {

    text-decoration: none;

    outline: medium none

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn:hover {

    background-color: rgba(0, 108, 102, 1)

}


header.themes_06_header_section_04 .header_top_part .nq_btn2 .btn {

    margin: 0

}


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 {

    display: inline-block;

}


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 1px 1px 1px;

    border-style: solid solid solid solid;

    border-color: rgba(138, 138, 138, 0.2) rgba(138, 138, 138, 0.2) rgba(138, 138, 138, 0.2) rgba(138, 138, 138, 0.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: rgba(138, 138, 138, 1);

    background: none;

    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:hover,
header.themes_06_header_section_04 .header_top_part .nq_top_search input:focus {

    border-width: 1px 1px 1px 1px;

    border-style: solid solid solid solid;

    border-color: rgba(138, 138, 138, 0.2) rgba(138, 138, 138, 0.2) rgba(138, 138, 138, 0.2) rgba(138, 138, 138, 0.2)

}


header.themes_06_header_section_04 .header_top_part .nq_top_search i {

    position: absolute;

    top: 8px;

    right: 10px;

    transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -khtml-transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

    -o-transition: all 0.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: none;

    border: none;

    transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -khtml-transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

    -o-transition: all 0.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;

    bottom: 0;

    content: "";

    left: 0;

    position: absolute;

    right: -100%;

    top: 0;

    z-index: -1;

}


@media (max-width: 1599px) {

    header.themes_06_header_section_04 .main-nav li:last-child .dropdown-menu {

        left: auto;

        right: 0px;

    }

}


@media (max-width: 1199px) {

    header.themes_06_header_section_04 .header_top_part ul {

        margin-left: 15px

    }

    header.themes_06_header_section_04 .header_top_part .nq_btn1 {

        margin-left: 15px

    }

    header.themes_06_header_section_04 .header_top_part .nq_btn2 {

        margin-left: 15px

    }

    header.themes_06_header_section_04 .header_top_part .nq_social_icons {

        margin-left: 15px

    }

    header.themes_06_header_section_04 .header_top_part .nq_phone {

        margin-left: 15px

    }

    header.themes_06_header_section_04 .header_top_part .nq_email {

        margin-left: 15px

    }

    header.themes_06_header_section_04 .header_top_part .nq_top_search {

        margin-left: 15px

    }

}


@media (max-width: 992px) {

    .header_top_part {

        display: none;

    }

    header.themes_06_header_section_04 .header_top_part ul {

        display: none

    }

    header.themes_06_header_section_04 .header_top_part .nq_btn1 {

        display: none

    }

    header.themes_06_header_section_04 .header_top_part .nq_btn2 {

        display: none

    }

    header.themes_06_header_section_04 .header_top_part .nq_social_icons {

        display: none

    }

    header.themes_06_header_section_04 .header_top_part .nq_phone {

        display: none

    }

    header.themes_06_header_section_04 .header_top_part .nq_email {

        display: none

    }

    header.themes_06_header_section_04 .header_top_part .nq_top_search {

        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;

    /*letter-spacing: 1.5px;*/

    padding: 18px 25px 12px 0px;

    text-decoration: none;

    text-transform: uppercase;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -ms-transition: all 0.3s ease 0s;

}


header.themes_06_header_section_04 .main-nav li:last-child a {

    padding-right: 0px;

}


header.themes_06_header_section_04 .main-nav li a:hover {

    background: none;

    border-bottom: none;

    color: #8ec640;

}


header.themes_06_header_section_04 .main-nav li a:active {

    background: none;

    color: #8ec640;

    text-decoration: none

}


header.themes_06_header_section_04 .main-nav li a:focus {

    background: none;

    text-decoration: none;

    outline: medium none

}


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 {

    /*border-bottom: 5px solid #006c66;*/

    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 {

    padding-right: 0

}


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: 0%;

    font-variant: normal;

    text-transform: inherit;

    margin: 0;

    position: absolute;

    top: 6px;

    right: 7px

}


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 {

    display: block

}


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 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

}


header.themes_06_header_section_04.fix_width.shrink .nq_logo img {

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -ms-transition: all 0.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

    }

}


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, 0.3);

    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);

    -khtml-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);

    -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);

    -o-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);

    min-width: 200px

}


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: rgba(0, 108, 102, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .mega_menu li .dropdown-menu li a:focus {

    text-decoration: none;

    outline: medium none

}


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: 20px;

}


header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li a:active {

    color: rgba(0, 108, 102, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li a:focus {

    text-decoration: none;

    outline: medium none

}


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: rgba(138, 138, 138, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .mega_menu li.dropdown:hover .dropdown-menu li.dropdown-submenu:hover .dropdown-menu li a:hover {

    color: rgba(0, 108, 102, 1);

    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 {

    color: rgba(0, 108, 102, 1);

    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: medium none

}


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: rgba(138, 138, 138, 1);

    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:hover {

    color: rgba(0, 108, 102, 1);

    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 {

    color: rgba(0, 108, 102, 1);

    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: medium none

}


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 {

    position: absolute;

    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: rgba(138, 138, 138, 1);

    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: rgba(138, 138, 138, 1);

    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 {

    position: absolute;

    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;

    color: rgba(138, 138, 138, 1);

    text-decoration: none;

    font-weight: 600;

    font-style: normal;

    font-size: 13px;

    line-height: 150%;

    color: rgba(138, 138, 138, 1);

    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:hover {

    color: rgba(0, 108, 102, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu a:active {

    color: rgba(0, 108, 102, 1);

    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: medium none

}


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 {

    color: rgba(138, 138, 138, 1);

    text-decoration: none;

    font-weight: 400;

    font-style: normal;

    font-size: 13px;

    line-height: 150%;

    color: rgba(138, 138, 138, 1);

    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:hover {

    color: rgba(0, 108, 102, 1);

    text-decoration: none

}


header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.left_submenu .multi_submenu li a:active {

    color: rgba(0, 108, 102, 1);

    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: medium none

}


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: 0px;

    -webkit-border-radius: 0px;

    -khtml-border-radius: 0px;

    -moz-border-radius: 0px;

    -ms-border-radius: 0px;

    -o-border-radius: 0px

}


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 .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: rgba(138, 138, 138, 1);

    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 {

    color: rgba(138, 138, 138, 1);

    text-decoration: none;

    margin: 0;

    padding: 0;

    font-weight: 600;

    font-style: normal;

    font-size: 13px;

    line-height: 150%;

    color: rgba(138, 138, 138, 1);

    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:hover {

    color: rgba(0, 108, 102, 1);

    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:active {

    color: rgba(0, 108, 102, 1);

    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: medium none

}


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: rgba(138, 138, 138, 1);

    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 0px;

    padding: 5px 10px;

    font-size: 14px;

    line-height: 150%;

    text-transform: uppercase;

    white-space: nowrap

}


header.themes_06_header_section_04 .mega_menu li.multi_level_03 .dropdown-menu li.right_mentitem .menu_item_info .menu_btn .btn {

    display: inline-block;

    background-color: rgba(0, 108, 102, 1);

    border-width: 1px 1px 1px 1px;

    border-style: solid solid solid solid;

    border-color: rgba(0, 108, 102, 1) rgba(0, 108, 102, 1) rgba(0, 108, 102, 1) rgba(0, 108, 102, 1)

}


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: rgba(255, 255, 255, 1);

    border-width: 1px 1px 1px 1px;

    border-style: solid solid solid solid;

    border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1)

}


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: 0px

}


@media (max-width: 992px) {

    header.themes_06_header_section_04 .mega_menu {

        display: none

    }

}


@media (max-width: 992px) {

    header.themes_06_header_section_04 .nq_mob_hide {

        display: none !important

    }

    header.themes_06_header_section_04 .nq_mob_show {

        display: block !important

    }

    header.themes_06_header_section_04 .nav-mobile {

        display: block !important

    }

}


.mobile_nq_btn .btn {

    margin: 5px 0px;

    padding: 10px 20px;

    font-size: 24px;

    line-height: 150%;

    text-transform: uppercase;

    white-space: nowrap

}


.mobile_nq_btn .btn {

    display: inline-block;

    background-color: rgba(0, 108, 102, 1);

    border-width: 1px 1px 1px 1px;

    border-style: solid solid solid solid;

    border-color: rgba(0, 108, 102, 1) rgba(0, 108, 102, 1) rgba(0, 108, 102, 1) rgba(0, 108, 102, 1)

}


.mobile_nq_btn .btn:hover {

    background-color: rgba(138, 138, 138, 1);

    border-width: 1px 1px 1px 1px;

    border-style: solid solid solid solid;

    border-color: rgba(138, 138, 138, 1) rgba(138, 138, 138, 1) rgba(138, 138, 138, 1) rgba(138, 138, 138, 1)

}


.mobile_nq_btn .btn:focus {

    outline-width: 0px

}


.mobile_nq_btn .btn {

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -khtml-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    -o-border-radius: 5px

}


.mobile_nq_btn .btn {

    color: rgba(255, 255, 255, 1);

    text-decoration: none

}


.mobile_nq_btn .btn:hover {

    color: rgba(255, 255, 255, 0.6);

    text-decoration: none

}


.mobile_nq_btn .btn:active {

    color: rgba(255, 255, 255, 0.6);

    text-decoration: none

}


.mobile_nq_btn .btn:focus {

    text-decoration: none;

    outline: medium none

}


#nav-mobile-btn {

    transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -khtml-transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

    -o-transition: all 0.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;

}


#nav-mobile-btn:hover {

    background-color: #54913C;

}


@media (max-width: 992px) {

    #nav-mobile-btn {

        display: block;

        margin-top: 20px

    }

}


#wrapper.open {

    overflow: hidden;

    position: fixed;

    box-shadow: rgba(0, 0, 0, 0.4) -3px 0 8px 0;

    -webkit-box-shadow: rgba(0, 0, 0, 0.4) -3px 0 8px 0;

    -khtml-box-shadow: rgba(0, 0, 0, 0.4) -3px 0 8px 0;

    -moz-box-shadow: rgba(0, 0, 0, 0.4) -3px 0 8px 0;

    -ms-box-shadow: rgba(0, 0, 0, 0.4) -3px 0 8px 0;

    -o-box-shadow: rgba(0, 0, 0, 0.4) -3px 0 8px 0;

    transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -khtml-transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

    transform: translate3d(250px, 0px, 0px);

    -webkit-transform: translate3d(250px, 0px, 0px);

    -khtml-transform: translate3d(250px, 0px, 0px);

    -moz-transform: translate3d(250px, 0px, 0px);

    -ms-transform: translate3d(250px, 0px, 0px);

    -o-transform: translate3d(250px, 0px, 0px)

}


.nav-mobile {

    background-color: #042038;

    background-repeat: repeat;

    background-position: center top;

    transform: translate3d(-100%, 0px, 0px);

    -webkit-transform: translate3d(-100%, 0px, 0px);

    -khtml-transform: translate3d(-100%, 0px, 0px);

    -moz-transform: translate3d(-100%, 0px, 0px);

    -ms-transform: translate3d(-100%, 0px, 0px);

    -o-transform: translate3d(-100%, 0px, 0px);

    transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -khtml-transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

    box-shadow: rgba(0, 0, 0, 0.4) -3px 0 8px 0;

    -webkit-box-shadow: rgba(0, 0, 0, 0.4) -3px 0 8px 0;

    -khtml-box-shadow: rgba(0, 0, 0, 0.4) -3px 0 8px 0;

    -moz-box-shadow: rgba(0, 0, 0, 0.4) -3px 0 8px 0;

    -ms-box-shadow: rgba(0, 0, 0, 0.4) -3px 0 8px 0;

    -o-box-shadow: rgba(0, 0, 0, 0.4) -3px 0 8px 0;

    height: 100%;

    left: 0;

    overflow: auto;

    padding: 15px;

    position: fixed;

    top: 0;

    visibility: hidden;

    width: 250px;

    z-index: 9999;

}


.nav-mobile .active {

    color: #000 !important

}


.nav-mobile.open {

    transform: translate3d(0px, 0px, 0px);

    -webkit-transform: translate3d(0px, 0px, 0px);

    -khtml-transform: translate3d(0px, 0px, 0px);

    -moz-transform: translate3d(0px, 0px, 0px);

    -ms-transform: translate3d(0px, 0px, 0px);

    -o-transform: translate3d(0px, 0px, 0px);

    transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -khtml-transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

    visibility: visible

}


.nav-mobile i.fa-close {

    transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -khtml-transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

    -o-transition: all 0.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-family: "robotoregular";

    font-size: 26px;

    line-height: 100%;

    color: #8ec640;

    font-variant: normal;

    text-transform: uppercase;

    margin: 0 0 30px;

    text-align: center

}


.nav-mobile h2 i {

    margin-right: 15px;

}


.nav-mobile ul li {

    list-style-type: none

}


.nav-mobile ul li a {

    font-weight: 400;

    font-style: normal;

    font-size: 14px;

    line-height: 150%;

    color: #fff;

    font-variant: normal;

    text-transform: uppercase;

    color: #fff;

    font-family: "robotoregular";

    text-decoration: none;

    display: block;

    text-decoration: none;

    outline: none;

    margin-bottom: 15px;

    padding: 0 0 0 0;

    transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -khtml-transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

}


.nav-mobile ul li a:hover {

    color: #8ec640;

    text-decoration: none

}


.nav-mobile ul li a:active {

    color: #8ec640;

    text-decoration: none

}


.nav-mobile ul li a:focus {

    text-decoration: none;

    outline: medium none

}


.nav-mobile ul li a.dropdown-toggle:after {

    display: none

}


.nav-mobile ul li ul {

    border-width: 0px 0px 0px 1px;

    border-style: solid solid solid solid;

    border-color: #8ec640;

    padding-left: 12px;

    margin: 0 0 0 15px;

}


.nav-mobile ul li ul li a {

    font-weight: 400;

    font-style: normal;

    font-size: 14px;

    line-height: 150%;

    color: #fff;

    font-variant: normal;

    text-transform: uppercase;

    color: #fff;

    text-decoration: none

}


.nav-mobile ul li ul li a:hover {

    color: #8ec640;

    text-decoration: none

}


.nav-mobile ul li ul li a:active {

    color: #8ec640;

    text-decoration: none

}


.nav-mobile ul li ul li a:focus {

    text-decoration: none;

    outline: medium none

}


.nav-mobile ul li.multi_level_03 .right_mentitem {

    display: none

}


@media (max-width: 1024px) {

    .themes_06_banner_section_02 .carousel-caption {

        top: 47%;

    }

    #banner .carousel-indicators {

        bottom: 23%;

    }

    .themes_06_banner_section_02 .sub_caption_bg h2 {

        max-height: 65px;

        min-height: 65px;

        overflow: hidden;

    }

    #nav-mobile-btn {

        display: block !important;

    }

    .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_top_part {

        display: none;

    }

    header.themes_06_header_section_04 .mega_menu {

        display: none

    }

    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 .col-md-6 {

        padding: 0;

    }

    .themes_06_section_40 .overlay a.btn {

        margin: 0 0 10px;

    }

    .themes_06_section_73 .point.post_margin p {

        padding: 0;

    }

    .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 {

        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: 0px 0px 0px 1px;

        border-style: solid solid solid solid;

        border-color: #8ec640;

        padding-left: 12px;

    }

    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 {

        margin-left: 10px;

    }

    .themes_06_sitemap_02 ul li ul li a:hover {

        margin-left: 10px;

    }

    .themes_06_sitemap_02 ul li a:hover span {

        transform: none;

    }

}


/*Header End*/

/* video banner*/

@keyframes move-twink-back {

    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }

}


/*.video {

  position: absolute;

  width: 100%;

  overflow: hidden;

  z-index: 2;

  height: 100vh;

  object-fit: cover;

}*/


.video1:before {

    content: '';

    display: block;

    position: absolute;

    z-index: 2;

    background-color: #011c33;

    width: 100%;
    height: 100%;

    top: 0;
    left: 0;

    opacity: 0.8;

}


video {

    width: 100%;

    height: 100vh;

    object-fit: cover;

    margin-top: 0;

    opacity: 0.35;

    position: absolute;

    left: 0px;

    top: 0px;

    z-index: -1;


}

.banner-text {

    position: absolute;

    z-index: 3;

    text-align: center;

    color: white;

    top: 50%;
    left: 50%;

    text-align: center;

    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: white;

    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;

}


.btn-select ul li {

    padding: 5px 15px;

    text-align: left;

}


.btn-select ul li:hover {

    background-color: #d8e5f0;

    color: #6d7d8b;

}


.btn-select ul li.selected {

    background-color: #d8e5f0;

    color: #6d7d8b;

}


/* Success Start */

.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {

    border-color: #4cae4c;

}


.btn-select.btn-success ul li.selected {

    background-color: #4cae4c;

    color: white;

}


.btn-select.btn-success ul {

    border: #4cae4c 1px solid;

}


.btn-select.btn-success .btn-select-value {

    background-color: #5cb85c;


}


.btn-select.btn-success:hover, .btn-select.btn-success.active {

    background-color: #449d44;

}


/*search*/

.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 40px;

    -webkit-transition: width 0.4s ease-in-out;

    transition: width 0.4s ease-in-out;

    color: #fff;

}

.search-sec input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    color: #fff;

    opacity: 1;

}

.search-sec input[type=text]::-moz-placeholder { /* Firefox 19+ */

    color: #fff;

    opacity: 1;

}

.search-sec input[type=text]:-ms-input-placeholder { /* IE 10+ */

    color: #fff;

    opacity: 1;

}

.search-sec input[type=text]:-moz-placeholder { /* Firefox 18- */

    color: #fff;

    opacity: 1;

}


/* filter*/

.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-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.prise-filter-sec .ui-shadow-inset#price-min, .prise-filter-sec .ui-shadow-inset#price-max {
    color: #fff;
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: #8ec640;
}

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

.sale-btn:hover {
    color: #999999;
}

.ui-slider-track .ui-btn.ui-slider-handle {
    border-radius: 50px;
    margin: -11px 0 0 -15px;
    width: 22px;
    height: 22px;
}

html > body .ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child {
    height: 4px;
}

.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track {
    top: 12px;
}

.prise-filter-sec .ui-slider-track {
    background-color: #fff;
    border: none;
}

.prise-filter-sec .ui-slider-track {
    height: 2px;
}

.prise-filter-sec .ui-page {
    position: unset;
    min-height: auto !important;
    background-color: transparent;
}

.prise-filter-sec.ui-overlay-a, .prise-filter-sec .ui-page-theme-a, .prise-filter-sec .ui-page-theme-a .ui-panel-wrapper {
    background-color: transparent;
}

#price-min-label {
    color: #fff;
    float: left;
    margin-bottom: 0;
    padding: 17px 0;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper, .ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a {
    text-shadow: none;

}

.scale > span {
    color: #fff;
    position: relative;
}

.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;
}


.ui-page-theme-a .ui-btn:focus, html .ui-bar-a .ui-btn:focus, html .ui-body-a .ui-btn:focus, html body .ui-group-theme-a .ui-btn:focus, html head + body .ui-btn.ui-btn-a:focus, .ui-page-theme-a .ui-focus, html .ui-bar-a .ui-focus, html .ui-body-a .ui-focus, html body .ui-group-theme-a .ui-focus, html head + body .ui-btn-a.ui-focus, html head + body .ui-body-a.ui-focus {
    box-shadow: none;
}

.ui-page-theme-a .ui-btn.ui-btn-active, html .ui-bar-a .ui-btn.ui-btn-active, html .ui-body-a .ui-btn.ui-btn-active, html body .ui-group-theme-a .ui-btn.ui-btn-active, html head + body .ui-btn.ui-btn-a.ui-btn-active, .ui-page-theme-a .ui-checkbox-on::after, html .ui-bar-a .ui-checkbox-on::after, html .ui-body-a .ui-checkbox-on::after, html body .ui-group-theme-a .ui-checkbox-on::after, .ui-btn.ui-checkbox-on.ui-btn-a::after, .ui-page-theme-a .ui-flipswitch-active, html .ui-bar-a .ui-flipswitch-active, html .ui-body-a .ui-flipswitch-active, html body .ui-group-theme-a .ui-flipswitch-active, html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active, .ui-page-theme-a .ui-slider-track .ui-btn-active, html .ui-bar-a .ui-slider-track .ui-btn-active, html .ui-body-a .ui-slider-track .ui-btn-active, html body .ui-group-theme-a .ui-slider-track .ui-btn-active, html body div.ui-slider-track.ui-body-a .ui-btn-active {
    background-color: #8ec640;
}

.prise-filter-sec .ui-rangeslider {
    float: left;
}

.ui-rangeslider {
    margin: 1em 0;
}


/**********************************************************************/


/**********************************************************************/


/* custom css*/

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;
}

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

.banner-text h1 {
    font-size: 55px;
    font-family: 'cora_mdmedium';
}

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

.banner-text span {
    color: #8ec640;
    font-size: 36px;
    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: none;
    text-decoration: none;
}

.testimonial .slick-slide {
    height: 370px;
}

.testimonial-img img {
    height: 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;}*/

/*property page*/

.sale-btn {
    border-bottom: 1px solid;
    color: #999999;
    font-weight: 400;
}

.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: 0px;
    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: 15px;
    height: 133px;
}

#price-min.ui-slider-input, #price-max.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;
}

.prise-filter-sec {
    margin-top: 12px;
}

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

.sub-section li {
    color: #999999;
}

.search-field {
    background-image: url(images/search-icon.png);
    background-position: left 10px center;

    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 15px auto;
}

/* office*/


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

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

.office-btn:hover {
    color: #fff;
}

.office-info-sec {
    position: relative;
}

.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;
}

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

.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;
}

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

.icon-section {
    margin-bottom: 25px;
    margin-top: 20px;
}

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

.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-value, .office-inner-page .office-detail-div .office-label {
    color: #818181;
}


/*blog*/

.img-responsive img, .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.blog-outer {
    padding-top: 50px;
    padding-bottom: 0px;
}

.blog-outer .vw-post-box-post-title {
    margin-top: 0;
    min-height: 53px;
}

.blog-outer .vw-post-box-post-title a {
    font-size: 20px;
    color: #002749;
}

.blog-text {
    padding: 20px;
    background-color: #fff;
}

.blog-text .vw-post-categories ul {
    padding: 0;
    border-top: 1px solid #8dc540;
    padding-top: 10px;
}

.blog-text .vw-post-categories ul li {
    display: inline-block;
}

.blog-text .vw-post-categories ul li a {
    color: #8dc540;
    font-size: 16px;
    text-transform: uppercase;
}

.blog-text .vw-post-meta-left a {
    color: #8dc540;
    font-size: 13px;
    text-transform: uppercase;
}

.blog-text .vw-post-meta-left {
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
}

.blog-text .turecate_content {
    color: #7c7c7c;
    text-align: justify;
}

.blog-text .read-more a {
    color: #fff;
    background-color: #8dc540;
    display: inline-block;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 14px;
}

.blog-outer .col-md-4 {
    margin-bottom: 60px;
}

.social-sec {
    width: 100%;
    float: left;
}

.social-sec .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    float: left;
}

.social-sec .read-more {
    float: right;
}

#custom-bg {
    background-image: url(images/heading-bg.jpg) !important;
    padding: 90px 0;
}

#custom-bg .vw-post-box-post-title {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
}

#custom-bg .vw-post-box-post-title span {
    color: #8ec640;
}

.blog-text:after {
    content: "";
    clear: both;
    display: block;
}

.blog-img, .block-grid-item {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.blog-img {
    min-height: 250px;
    max-height: 250px;
}


.blog-img:hover a img, .block-grid-item:hover a img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
}

.blog-img a img, .block-grid-item a img {
    transition: all 0.4s linear 0s;

    -moz-transition: all 0.4s linear 0s;

    -webkit-transition: all 0.4s linear 0s;
}

.heateor_sss_sharing_ul {
    background-image: url(images/share-img.png);
    background-repeat: no-repeat;
    background-position: right 125px center;
    background-size: 85px;
}

.blog-inner .slick-list h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #8ec640;
}


/*inner*/

.blog-inner .blog-in-left .vw-post-box-thumbnail {
    border-bottom: 10px solid #8ec640;
}

.blog-inner .blog-in-left h2 {
    color: #8ec640;
    font-size: 23px;
}

.blog-meta ul {
    padding-left: 0;
}

.blog-meta ul li {
    display: inline-block;
    color: #8ec640;
    padding-right: 10px;
}

.blog-meta ul li a {
    color: #8ec640;
}

.blog-meta ul li i {
    margin-right: 10px;
}

.meta-social .blog-meta ul {
    margin: 0;
}

.meta-social .blog-meta {
    float: left;
    width: 50%;
    line-height: 30px;
}

.meta-social .social-single-page {
    width: 50%;
    float: left;
    text-align: right;
}

.social-single-page ul.heateor_sss_sharing_ul li {
    display: inline-block;
    float: unset !important;
}

.meta-social:after {
    content: "";
    display: block;
    clear: both;
}

.meta-social {
    margin-top: 30px;
}

.vlog-similar .col-xs-12 {
    margin-bottom: 10px;
}

.vlog-similar .col-xs-12 h4 a {
    color: #8ec640;
    font-size: 16px;
}

.vlog-similar .col-xs-12 h4:hover a {
    color: #00284b;
}

.blog-inner .col-lg-4 .slick-list h4 {
    margin-top: 3px;
}

/*footer*/

.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;

}

/*silk*/


.slick-slide img {

    /*width: 100%;*/

    /*height: 250px;*/

}

/*.item-list-slick{

      padding: 5px 0px;

    }*/


.slick-prev:before,
.slick-next:before {

    color: black;

}


.slick-slide {

    transition: all ease-in-out .3s;

    opacity: .2;

}


.slick-active {

    opacity: .5;

}


.slick-current {

    opacity: 1;

}

.slick-prev, .slick-next {
    display: none !important;
}

.slick-dots {
    margin-top: 20px;
    bottom: -30px;
}

.slick-dots li button::before {
    content: none;
}

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

.slick-dots li {
    height: 12px;
    width: 12px;
}

.slick-dots .slick-active button {
    background: #8dc24f;
}

.slick-active {
    opacity: 1;
}

.blog-inner .col-sm-12 .slick-slider h4 a {
    color: #8ec640;
    font-size: 16px;
}

.blog-inner .col-sm-12 .slick-slider h4:hover a {
    color: #00284b;
}


/* pagination*/

.pagination-part {
    text-align: center;
    margin: 0px 0 30px;
    display: flex;

    justify-content: center;
}

.pagination-part span, .pagination-part .page-numbers {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #002749;
    float: left;
    padding: 5px 13px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-part span:hover, .pagination-part .page-numbers:hover {
    background-color: #eee;
}

.pagination-part .page-numbers.current {
    background-color: #002749;
    border-color: #002749;
    color: #fff;
}

.pagination-part span:hover, .pagination-part .page-numbers:hover {
    color: #002749;
}

.pagination-part .page-numbers.current:hover {
    color: #fff;
}

.page-template-vlog .blog-outer {
    padding-bottom: 10px;
}

.page-numbers > li {
    display: inline;
}

.pagination-part ul {
    padding: 0;
}

.blog-outer .featured-video-plus iframe {
    width: 360px !important;
    height: 202px !important;
}

.vlog-similar .featured-video-plus iframe {
    width: 360px !important;
    height: 202px !important;
}

/* responsive*/

@media screen and (max-width: 1200px) {

    .sale-info {
        padding: 27px 30px 45px;
    }

    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;
    }

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

    .home-featured {
        margin-top: -250px;
    }

}

@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: 18px;
    }

}

@media screen and (min-width: 1025px) {

    /* header*/
    /*.header_section.sticky .top_header{position: fixed;top: 0;left: 0;right: 0;-webkit-transition: all 1s ease-in-out;

  -moz-transition: all 1s ease-in-out;

  -o-transition: all 1s ease-in-out;

  transition: all 1s ease-in-out; padding: 5px;line-height: 50px;width: 100%;z-index: 9999}

.header_section.sticky .top_header .logo img {width: 100px;}

.header_section.sticky .navbar-nav {margin-top: 0;}*/
    .menu-search-wrap.sticky {

        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transition: all 1s ease-in-out;

        -moz-transition: all 0.3s ease-in-out;

        -o-transition: all 0.3s ease-in-out;

        transition: all 0.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 0.3s ease-in-out 0s;
    }

}

@media screen and (max-width: 1024px) {

    .office-name {
        font-size: 28px;
    }

    .icon-section {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .office-name {
        margin-bottom: 15px;
    }

    .office-info-sec .office-name {
        font-size: 23px;
    }

    .office-info-sec {
        padding-top: 15px;
    }

    .office-img-sec, .office-info-sec, .office-img-sec img {
        height: 290px;
    }

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

    /*.slick-slide img {height: auto;}*/

}

@media screen and (max-width: 991px) {

    .sale-section .sale-button {
        width: 100%;
    }

    .sale-section .sale-button .col-md-4 {
        width: 33.333%;
        float: left;
    }

    .sale-info {
        padding: 30px;
    }

    .sale-info p {
        margin-bottom: 0;
    }

    .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-3 {
        padding: 5px 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;
    }

    footer .bottom-footer .footer-header ul {
        float: unset;
    }

    .bottom-footer {
        text-align: center;
    }

    .footer-header {
        padding-top: 10px;
    }

    .featured-detail-2 .detail {
        margin-right: 3px;
    }

    .featured-location {
        margin-bottom: 0;
    }

    .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;
    }

    .property-listing .grid figure figcaption .name span, .property-listing .grid figure figcaption .prize p {
        font-size: 14px;
    }

    .ui-rangeslider {
        width: 83%;
    }

    .prise-filter-sec .ui-rangeslider .ui-rangeslider-sliders {
        width: 78%;
    }

    .prise-filter-sec {
        margin-top: 10px;
    }

    .btn-select ul {
        width: 100%;
    }

    .breadcrumb.property-outer .grey-part, .breadcrumb.property-outer .white-part {
        height: auto;
    }

    .similar-property {
        margin-bottom: 30px;
    }

    .similar-property .slick-dots {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .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, .property-detail .consultant {
        width: 50%;
        float: left;
    }

    .office-img-sec, .office-info-sec, .office-img-sec img {
        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 .partition-line {
        display: none;
    }

    .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;
    }


}

@media screen and (max-width: 767px) {

    .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-img-sec, .office-info-sec {
        width: 100%;
    }

    .office-info-sec::before {
        display: none;
    }

    .office-img-sec, .office-info-sec, .office-img-sec img {
        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;
    }

    #custom-bg {
        padding: 25px 0 !important;
    }

    #custom-bg .vw-post-box-post-title {
        font-size: 20px;
    }


}

@media screen and (max-width: 639px) {

    .banner-text h1 {
        font-size: 24px;
        line-height: 20px;
    }

    header.themes_06_header_section_04 {
        padding: 5px 0;
    }

    .for-sale-inverse p, .for-sale p, .for-sale-inverse p {
        font-size: 15px;
    }

    .for-sale-inverse img, .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%;
    }

    .ui-rangeslider {
        width: 80%;
    }

    .white-part .btn-select {
        margin-bottom: 8px;
    }

    .office .office-detail {
        padding: 30px 30px 40px;
    }

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

    .h1, h1 {
        font-size: 25px;
    }

    .meta-social .blog-meta, .meta-social .social-single-page {
        width: 100%;
        text-align: left;
    }

    .social-single-page .heateor_sss_sharing_ul {
        padding-left: 72px !important;
        background-position: left;
    }

}

@media screen and (max-width: 479px) {

    .for-sale-inverse p, .for-sale p, .for-sale-inverse p {
        font-size: 13px;
    }

    .for-sale-inverse img, .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: 0px;
    }

    .home-featured {
        margin-top: -270px;
    }

    .breadcrumb.homepage {
        padding: 30px 0 310px;
    }

    .breadcrumb .title {
        color: #ffffff;
        font-size: 25px;
    }

    .ui-mobile label, div.ui-controlgroup-label, input.ui-slider-input {
        font-size: 13px;
    }

    .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-9, .property-listing .grid .effect-zoe .col-md-3 {
        width: 100%;
        padding: 0 10px;
    }

    .property-listing .grid figure figcaption .name span, .property-listing .grid figure figcaption .prize p {
        font-size: 13px;
    }

    .search .search-form .form-group {
        float: left;
        width: 100%;
    }

    .breadcrumb .title {
        font-size: 20px;
    }

    .back > img {
        width: 23px;
    }

    .breadcrumb .back {
        font-size: 17px;
    }

    .property-detail .report-list, .property-detail .consultant {
        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;
    }


}

/* Main Search Slider*/

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

.price-filter-search .ui-rangeslider .ui-slider-input.ui-rangeslider-last {
    float: left;
}

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

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

.price-filter-search #s_price_min, .price-filter-search #s_price_max {
    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-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
}

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

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

.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;
}

.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-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {

    background: #29333D none repeat scroll 0 0;
    border: 1px solid #c5c5c5;
    color: #454545;
    font-weight: normal;
}

.same-height-row {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

.same-height-col {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;


}

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

.mt-2 {
    margin-top: 20px
}