@charset "utf-8";
select,
textarea {
    border: 1px solid #e5e5f8;
    width: 100%;
}
img,
label {
    max-width: 100%;
}
@font-face {
    font-family: star;
    src: url(../fonts/star.html);
    src: url(../fonts/stard41d.html?#iefix) format("embedded-opentype"), url(../fonts/star-2.html) format("woff"), url(../fonts/star-3.html) format("truetype"), url(../fonts/star-4.html#star) format("svg");
    font-weight: 400;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #515666;
    background-color: #f3f3f9;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    color: #3a3f4c;
}
a,
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}
a:active,
a:hover {
    color: #f9a11b;
}
ol,
ul {
    list-style: none;
}
img {
    height: auto;
    vertical-align: middle;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Exo, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.button,
.button-2,
.item-wrap > label {
    font-family: Exo, sans-serif;
    font-weight: 600;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
input[type="password"],
input[type="text"],
input[type="url"],
input[type="number"] {
    border: 1px solid #e5e5f8;
    padding: 8px 15px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
input[type="password"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #f9a11b;
    outline: 0;
    -webkit-appearance: none;
}
textarea {
    padding: 10px 15px;
    min-height: 150px;
}
iframe {
    width: 100%;
    border: none;
}
select {
    padding: 9px 10px;
    cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    line-height: normal;
}
.item-wrap > label,
.title {
    line-height: 26px;
    text-transform: uppercase;
}
.item-wrap {
    margin-bottom: 30px;
}
.item-wrap > label {
    color: #3a3f4c;
    display: block;
    font-size: 16px;
    margin: 35px 0 12px;
}
.button,
.button-2,
.button:hover {
    color: #fff;
}
.button,
.button-2,
.readmore,
label {
    display: inline-block;
}
.button {
    background: #f9a11b;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    padding: 10px 30px;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -8px;
    background: #006039;
    -webkit-transform: skewX(45deg) scaleX(1);
    -ms-transform: skewX(45deg) scaleX(1);
    transform: skewX(45deg) scaleX(1);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.button-2:before,
.popup-video > a:before {
    content: "";
}
.button > i {
    position: absolute;
    top: 12px;
    right: 0;
    left: auto;
    width: 35px;
}
.fullwidth,
table {
    width: 100%;
}
.button:hover:before {
    -webkit-transform: skewX(0) scaleX(0);
    -ms-transform: skewX(0) scaleX(0);
    transform: skewX(0) scaleX(0);
}
.button-2 {
    border: none;
    background: #f9a11b;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
table,
table td,
table th {
    border: 1px solid rgba(51, 51, 51, 0.1);
}
.button-2:hover {
    color: #fff;
}
.button-2:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #db8706;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 1, 1);
}
.button-2:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #db8706;
}
.button-2 > span {
    position: relative;
    backface-visibility: hidden;
    z-index: 10;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1.6em;
    table-layout: fixed;
}
table td,
table th {
    padding: 0.4em;
}
label {
    margin-bottom: 5px;
    font-weight: 700;
}
.widget {
    margin-top: 30px;
    clear: both;
}
.widget:first-child {
    margin-top: 0;
}
.widget ul li {
    padding-bottom: 10px;
}
.title {
    font-size: 30px;
    color: #f9a11b;
    font-weight: 600;
}
.ads-service .title {
    font-size: 34px;
}
.ads-service .ads-phone .ads-desc {
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}
.ads-service .ads-phone .ads-desc a:hover {
    color: #f9a11b;
}
.ads-service img {
    position: absolute;
    bottom: 0;
    left: -275px;
}
.readmore {
    clear: both;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.readmore:after {
    content: "\f3d3";
    font-family: Ionicons;
    margin-left: 5px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.readmore:hover:after {
    margin-left: 10px;
}
.agent-carousel .owl-controls,
.blog-carousel .owl-controls,
.partner-carousel .owl-controls,
.properties-carousel .owl-controls {
    position: absolute;
    top: -120px;
    right: 10px;
}
.agent-carousel .owl-controls .owl-buttons div,
.blog-carousel .owl-controls .owl-buttons div,
.partner-carousel .owl-controls .owl-buttons div,
.properties-carousel .owl-controls .owl-buttons div,
.shop-slider .owl-controls .owl-buttons div {
    background: #006039;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-left: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    filter: Alpha(Opacity=100);
    opacity: 1;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-carousel .owl-controls .owl-buttons div i,
.blog-carousel .owl-controls .owl-buttons div i,
.partner-carousel .owl-controls .owl-buttons div i,
.properties-carousel .owl-controls .owl-buttons div i,
.shop-slider .owl-controls .owl-buttons div i {
    color: #fff;
    font-size: 24px;
    line-height: 41px;
}
.agent-carousel .owl-controls .owl-buttons div:after,
.blog-carousel .owl-controls .owl-buttons div:after,
.partner-carousel .owl-controls .owl-buttons div:after,
.properties-carousel .owl-controls .owl-buttons div:after,
.shop-slider .owl-controls .owl-buttons div:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -8px;
    background: #006039;
    -webkit-transform: skewX(45deg) scaleX(1);
    transform: skewX(45deg) scaleX(1);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.agent-carousel .owl-controls .owl-buttons div:hover,
.blog-carousel .owl-controls .owl-buttons div:hover,
.partner-carousel .owl-controls .owl-buttons div:hover,
.properties-carousel .owl-controls .owl-buttons div:hover,
.shop-slider .owl-controls .owl-buttons div:hover {
    background: #f9a11b;
}
.agent-carousel .owl-controls .owl-buttons div:hover:after,
.blog-carousel .owl-controls .owl-buttons div:hover:after,
.partner-carousel .owl-controls .owl-buttons div:hover:after,
.properties-carousel .owl-controls .owl-buttons div:hover:after,
.shop-slider .owl-controls .owl-buttons div:hover:after {
    -webkit-transform: skewX(0) scaleX(0);
    transform: skewX(0) scaleX(0);
}
.owl-pagination {
    width: 100%;
    top: inherit;
    margin-top: 14px;
    text-align: center;
    left: 0;
}
.owl-controls .owl-page {
    float: none;
}
.owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 4px;
    padding: 0;
    background: #e5e5f8;
    margin: 0 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #f9a11b;
}
.go-to-top {
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: 72px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    right: -60px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #fff;
    font-size: 40px;
    height: 50px;
    line-height: 1;
    text-align: center;
    width: 50px;
    z-index: 100;
    visibility: hidden;
    cursor: pointer;
}
.go-to-top:hover {
    color: #f9a11b;
}
.go-to-top.on {
    opacity: 0.8;
    filter: alpha(opacity=80);
    visibility: visible;
    right: 20px;
}
.position-static {
    position: static;
}
.popup-video {
    float: left;
    width: 100%;
    position: relative;
}
.popup-video > a {
    display: block;
    overflow: hidden;
    height: 550px;
    background-repeat: none;
    background-size: cover;
    background-position: center;
}
.popup-video > a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 74, 130, 0.8);
}
.popup-video > a > span > span:after,
.popup-video > a > span > span:before {
    content: "\f488";
    display: inline-block;
    font-family: Ionicons;
}
.popup-video > a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 48px;
    background: #f9a11b;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 5px #fab54d;
    box-shadow: 0 0 0 5px #fab54d;
}
.popup-video > a > span > span {
    position: relative;
    overflow: hidden;
}
.popup-video > a > span > span:before {
    position: absolute;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.popup-video:hover > a > span > span:before {
    -webkit-transform: translate(150%, 0);
    -ms-transform: translate(150%, 0);
    -o-transform: translate(150%, 0);
    transform: translate(150%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.popup-video > a > span > span:after {
    -webkit-transform: translate(-150%, 0);
    -ms-transform: translate(-150%, 0);
    -o-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.popup-video:hover > a > span > span:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.nav > li > a,
.pagination-loop a,
.pagination-loop span {
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.section-about-group .popup-video {
    margin-top: 57px;
}
.section-about-group .popup-video a {
    max-height: 260px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
    background-image: url(../images/background/about_video.png);
}
.section-about-group .popup-video a > span {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 36px;
}
.pagination-loop {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 50px;
}
.pagination-loop a,
.pagination-loop span {
    color: #515666;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    margin: 0 2px;
    vertical-align: middle;
    transition: all 0.4s ease 0s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.pagination-loop a i,
.pagination-loop span i {
    font-size: 16px;
    font-weight: 600;
}
.pagination-loop a.current,
.pagination-loop a:hover,
.pagination-loop span.current,
.pagination-loop span:hover {
    background: #f9a11b;
    color: #fff;
}
.tabs {
    margin: 0 0 25px;
    border: none;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav > li > a {
    padding: 0;
    border: none;
    margin: 0 28px 0 0;
    background: 0 0;
    color: #3a3f4c;
    font-size: 16px;
    font-family: Exo, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}
.ads-service .ads-phone .ads-desc a,
.nav > li > a:after {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.nav > li > a:after {
    content: "";
    background: #f9a11b;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:focus:after,
.nav-tabs > li:hover > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li:hover > a {
    background: 0 0;
    border: none;
    color: #f9a11b;
}
.tab-content {
    padding-top: 15px;
}
#googleMap,
#googleMap2 {
    min-height: 550px;
}
.ads-service {
    position: relative;
    min-height: 180px;
    padding: 35px 0;
}
.ads-service .title {
    line-height: 26px;
    color: #f9a11b;
    font-weight: 600;
    text-transform: uppercase;
}
.ads-service .sub-title {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
}
.ads-service .ads-phone {
    position: absolute;
    top: 60px;
    right: 0;
    min-width: 295px;
}
.ads-service .ads-phone .fa-phone {
    font-size: 50px;
    line-height: 75px;
    float: left;
    padding-right: 10px;
    color: #fff;
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    transform: rotate(16deg);
}
.ads-service .ads-phone .ads-desc a {
    color: #fff;
    font-size: 24px;
    transition: all 0.4s ease 0s;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.stars-rating {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.stars-rating span:before,
.stars-rating:before {
    width: 90px;
    content: "";
    background-color: #f9a11b;
    height: 16px;
    display: inline-block;
}
.stars-rating:before {
    -webkit-mask: url(../images/svg/star-outline.svg) no-repeat 50% 50%;
    mask: url(../images/svg/star-outline.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
}
.stars-rating span {
    display: inline-block;
    position: absolute;
    left: 0;
    overflow: hidden;
}
.stars-rating span:before {
    z-index: 9;
    -webkit-mask: url(../images/svg/star.svg) no-repeat 50% 50%;
    mask: url(../images/svg/star.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.wrap-page-title {
    background-color: #006039;
    display: inline-block;
    padding: 20px 40px;
    position: relative;
}
.wrap-page-title .page-title {
    padding: 0;
    color: #f9a11b;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    font-size: 32px;
}
.wrap-page-title .page-breadcrumb {
    margin-top: 6px;
    color: #fff;
    font-weight: 500;
}
.wrap-page-title .page-breadcrumb a {
    color: #fff;
}
.wrap-page-title .page-breadcrumb i {
    padding: 0 12px;
    display: inline;
    width: auto;
    height: auto;
    line-height: 1.75;
    margin-left: 0;
    vertical-align: baseline;
}
.header-control {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    padding: 0 30px;
    z-index: 10;
}
.header-control li {
    position: relative;
    z-index: 10;
    margin-left: 15px;
    margin-top: 40px;
    padding: 5px 10px;
    display: inline-block;
    background: #006039;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header-control li.active,
.header-control li:hover {
    background: #f9a11b;
}
.header-control li a {
    color: #fff;
}
#error-404 {
    padding: 100px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
#error-404 h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}
.required {
    color: red;
    font-weight: 700;
    border: 0;
}
#off-canvas-nav {
    display: none;
}
.headroom--pinned {
    transform: translateY(0);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.header,
.header.headroom--pinned.headroom--top {
    position: relative;
    z-index: 1000;
    transition: transform 0.25s ease-in-out;
    will-change: transform;
}
.header.headroom--pinned {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.header .navbar-wrapper {
    background: #fff;
}
.topbar {
    background-color: #006039;
    border-bottom: 1px solid rgba(238, 238, 238, 0.15);
    border-left: none;
    border-right: none;
    min-height: 45px;
    color: #fff;
    overflow-y: hidden;
    height: 45px;
}
.topbar .topmeta {
    font-weight: 500;
    line-height: 0;
}
.topbar .social .social-all a,
.topbar .topmeta a {
    font-weight: 400;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.topbar .topmeta .fa-mobile {
    float: left;
    font-size: 24px;
    line-height: 45px;
    margin-right: 10px;
}
.header .topbar .fa-mobile,
.header .topbar a,
.header .topbar p {
    line-height: 45px;
}
.topbar .topmeta a {
    font-size: 14px;
    padding-right: 8px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.topbar .topmeta a:hover {
    color: #f9a11b;
}
.topbar .topmeta.topmeta-right > a.popup-login {
    display: inline-block;
    float: left;
    padding-right: 30px;
    position: relative;
    padding-left: 20px;
}
.topbar .topmeta.topmeta-right > a.popup-login:before {
    content: "\f200";
    font-family: Ionicons, Sans-serif;
    position: absolute;
    left: 0;
    font-size: 14px;
}
.header-2 .main-menu .navbar-nav li > a,
.main-menu .navbar-nav li > a,
header .navbar-brand {
    font-family: Exo, sans-serif;
}
.topbar .topmeta.topmeta-right .widget-social {
    display: inline-block;
    margin-top: 0;
}
.topbar .social .social-all a {
    display: block;
    padding: 0;
    float: left;
    font-size: 18px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s ease 0s;
}
.topbar .social .social-all a:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.topbar .social .social-all a i {
    min-width: 45px;
}
header .navbar {
    min-height: 128px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
.header .navbar-default .container .navbar-content {
    position: relative;
}
.icon-menu {
    display: none;
}
header .navbar-brand {
    display: block;
    line-height: 128px;
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    font-style: normal;
    font-weight: 700;
}
header .navbar-brand .logo-img {
    height: auto;
    width: 200px;
    margin-top: 17px;
}
.navbar-meta {
    float: right;
    height: 128px;
}
.navbar-meta.meta-property {
    margin-left: 30px;
}
.navbar-meta.meta-property .meta-content a {
    position: relative;
    padding: 0 0 0 50px;
    line-height: 50px;
    width: 196px;
    height: 50px;
    display: inline-block;
    text-align: center;
    margin-top: 39px;
    background: #006039;
    font-size: 16px;
    color: #fff;
}
header .navbar-meta.meta-property .meta-content .meta-property {
    margin-top: 39px;
}
.navbar-meta.meta-property .meta-content .meta-property::before {
    background-color: #f9a320;
}
.navbar-meta.meta-property .meta-content a span {
    position: absolute;
    left: 17px;
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-left: -17px;
    margin-right: 15px;
    background-color: #f9a11b;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
}
.navbar-meta.meta-phone {
    min-height: 5em;
    min-width: 220px;
    margin-left: 50px;
    display: table;
}
.navbar-meta.meta-phone .meta-content {
    display: table-cell;
    vertical-align: middle;
}
.navbar-meta.meta-phone .meta-content .fa-mobile {
    font-size: 60px;
    line-height: 50px;
    float: left;
    padding-right: 10px;
    color: #fbb040;
}
.navbar-meta.meta-phone .meta-content .meta-desc {
    line-height: 25px;
    color: #3a3f4c;
    font-weight: 500;
}
.navbar-meta.meta-phone .meta-content .meta-desc a {
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.navbar-meta.meta-social {
    margin-left: 30px;
    line-height: 128px;
}
.navbar-meta.meta-social a {
    width: 32px;
    height: 32px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    display: inline-block;
    background: #006039;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-left: 5px;
    position: relative;
}
.navbar-meta.meta-social a::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 34px;
    height: 34px;
    background: #f9a11b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-meta.meta-social a i {
    position: relative;
    font-size: 15px;
}
.navbar-meta.meta-social a:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.header-minicart .widget-shopping-cart-content {
    float: right;
    position: relative;
    width: 55px;
    padding-left: 20px;
}
.header-minicart .widget-shopping-cart-content .minicart-link-hover {
    font-size: 24px;
    position: relative;
    line-height: 128px;
    top: 3px;
}
.header-minicart .widget-shopping-cart-content .minicart-link-hover span {
    position: absolute;
    background: #f9a11b;
    border-radius: 50%;
    line-height: 21px;
    top: -1px;
    right: -12px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
}
.header-minicart .widget-shopping-cart-content .wrap-minicart {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    line-height: 24px;
    position: absolute;
    top: 100%;
    right: 10px;
    width: 390px;
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.header-minicart .widget-shopping-cart-content .wrap-minicart .cart_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrap-minicart .cart_list .mini-cart-item {
    position: relative;
    padding: 0 0 25px;
    margin: 0;
    float: left;
    width: 100%;
}
.wrap-minicart .cart_list .mini-cart-item a.remove {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px;
    color: red;
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    border: 0;
    text-decoration: none;
}
.wrap-minicart .cart_list .mini-cart-item img {
    float: left;
    margin: 0 22px 0 0;
    border: 1px solid #e5e5f8;
    width: 70px;
}
.wrap-minicart .cart_list .mini-cart-item .quantity .txt-quantity {
    margin-left: 15px;
}
.wrap-minicart .total {
    border-top: 1px solid #e5e5f8;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.wrap-minicart .total strong {
    float: left;
    font-weight: 500;
}
.wrap-minicart .total .amount {
    float: right;
}
.wrap-minicart .buttons {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.header-fullwidth .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}
.header-2 {
    display: table;
    width: 100%;
}
.header-2 .navbar-header {
    background: #006039;
    height: 110px;
    text-align: center;
    width: 295px;
}
.header-2 .navbar-brand {
    line-height: normal;
    width: 100%;
}
.header-2 .navbar-header .logo-img {
    width: auto;
    display: inline;
}
.header-2 .main-menu,
.header-2 .property-search {
    width: calc(100% - 295px);
}
.header-2 .navbar-nav {
    min-height: 50px;
    list-style: none;
    width: 100%;
    position: relative;
}
.header-2 .main-menu .navbar-nav li > a {
    font-size: 16px;
    color: #3a3f4c;
    font-weight: 500;
    line-height: 0;
    line-height: 50px;
}
.header-2 .main-menu .navbar-nav li:hover .sub-menu {
    top: 100%;
}
.header-2 .form-halfmap {
    float: left;
    background: #fbfbfe;
    padding: 0 30px;
    width: 100%;
    -webkit-box-shadow: inset 0 5px 10px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 5px 10px 1px rgba(0, 0, 0, 0.08);
}
.header-2 .form-halfmap > div {
    float: left;
    border-right: 1px solid #e5e5f8;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}
.header-2 .form-halfmap .item-wrap > input[type="text"] {
    padding: 5px 15px;
    width: auto;
    margin: 12px 30px 12px 0;
	border:1px solid green
}
.header-2 .form-halfmap .selection {
    border: 1px solid green;
    color: #515666;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 30px 16px 15px;
    text-transform: uppercase;
    margin: 0 5px;
    background: 0 0;
    width: auto;
    outline: 0;
}
.header-2 .form-halfmap .button {
    float: right;
    padding: 7px 30px;
    font-weight: 500;
    margin-top: 10px;
}
.header-toggle .menu-nav-control {
    float: right;
    margin-left: 25px;
    line-height: 128px;
}
.header-toggle .menu-header3 {
    display: inline-block;
    width: 26px;
    height: 15px;
    cursor: pointer;
    position: relative;
}
.header-toggle .menu-header3 span {
    display: block;
    width: 100%;
    height: 2px;
    background: #006039;
    position: absolute;
    left: 0;
    top: 6px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header-toggle .menu-header3 span:first-child {
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header-toggle .menu-header3 span:last-child {
    top: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header-toggle .menu-header3.open {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header-toggle .menu-header3.open span {
    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
}
.header-toggle .menu-header3.open span:first-child {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    top: 7px;
}
.header-toggle .menu-header3.open span:last-child {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
.main-menu.center {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
}
.main-menu .navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-menu .navbar-nav > li {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.main-menu .navbar-nav > li .fa-angle-down {
    display: none;
}
.main-menu .navbar-nav li > a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 128px;
}
.main-menu .navbar-nav > li > a {
    margin-left: 17px;
    margin-right: 17px;
}
.main-menu .navbar-nav li > .sub-menu {
    position: absolute;
    z-index: 2;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #e5e5f8;
    min-width: 220px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.main-menu .navbar-nav li:hover .sub-menu {
    top: 128px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.main-menu .navbar-nav li > .sub-menu li {
    float: none;
    position: relative;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5f8;
}
.main-menu .navbar-nav li > .sub-menu li a {
    background: 0 0;
    color: #8b92a6;
    text-transform: none;
    font-weight: 400;
    line-height: 24px;
    display: block;
    position: relative;
    padding: 7px 0;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    text-decoration: none;
    font-size: 14px;
    font-family: Poppins, sans-serif;
}
.main-menu .navbar-nav li > .sub-menu li .sub-menu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    left: 70%;
    top: 0;
    z-index: 1;
    min-width: 220px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
}
.main-menu li.megamenu {
    position: static;
}
.main-menu li.megamenu:hover {
    cursor: pointer;
}
.main-menu li.megamenu > .sub-menu {
    min-width: 1170px;
    padding: 0 40px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.header-fullwidth .main-menu li.megamenu > .sub-menu {
    left: 50%;
    transform: translateX(-50%);
}
.header-toggle .main-menu li.megamenu > .sub-menu {
    right: 0;
    left: 60%;
    transform: translateX(-82%);
}
.main-menu li.megamenu > .sub-menu > li {
    padding: 45px 20px;
    float: left;
    border-bottom: none;
}
.main-menu li.megamenu.mega-col-2 > .sub-menu > li {
    width: 50%;
}
.main-menu li.megamenu.mega-col-4 > .sub-menu > li {
    width: 25%;
}
.main-menu li.megamenu.mega-col-3 > .sub-menu > li {
    width: 33.33%;
}
.main-menu li.megamenu.mega-col-5 > .sub-menu > li {
    width: 20%;
}
.main-menu li.megamenu.mega-col-6 > .sub-menu > li {
    width: 16.66%;
}
.main-menu li.megamenu > .sub-menu h4,
.main-menu li.megamenu > .sub-menu > li .widget-title,
.main-menu li.megamenu > .sub-menu > li > a {
    color: #666f86;
    margin: 0 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0 10px;
    line-height: 24px;
    border-bottom: 1px solid rgba(17, 74, 130, 0.09);
}
.main-menu li.megamenu > .sub-menu > li > .sub-menu {
    padding: 0;
    position: relative;
    display: block;
    left: 0;
    transition: none;
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    background: 0 0;
    border: none;
}
.main-menu li.megamenu > .sub-menu > li > .sub-menu li {
    width: 100%;
    padding: 0;
    border: none;
    background: 0 0;
}
.main-menu .navbar-nav li > .sub-menu li:hover .sub-menu {
    left: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.main-menu li.megamenu:hover > .sub-menu > li > .sub-menu {
    visibility: visible;
}
.main-menu li.megamenu > .sub-menu > li:hover .sub-menu {
    transition: none;
    left: 0;
}
.main-menu li.megamenu > .sub-menu > li > .sub-menu li a {
    color: #8b92a6;
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li {
    padding: 20px 0;
    border-bottom: none;
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li:first-child {
    padding-top: 0;
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li a {
    color: #3a3f4c;
    padding: 0;
    text-transform: none;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li a img {
    width: 65px;
    height: auto;
    box-shadow: none;
    margin-left: 0;
    float: left;
    margin-right: 15px;
    border: 1px solid rgba(17, 74, 130, 0.09);
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    filter: alpha(opacity=0);
}
.section-fixed,
.section-fullscreen {
    background-attachment: fixed;
    background-position: 50% 50%;
}
.section-cover,
.section-fixed,
.section-fullscreen {
    background-repeat: no-repeat;
    background-size: cover;
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li:hover a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li a:after {
    content: "\f0c1";
    font-family: FontAwesome;
    position: absolute;
    top: 32px;
    left: 32px;
    color: #006039;
    font-size: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    -o-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    opacity: 0;
    filter: alpha(opacity=0);
}
.section-overlay-2:after,
.section-overlay-2:before,
.section-overlay:before {
    content: " ";
    bottom: 0;
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li:hover a:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100);
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li span.amount {
    font-size: 14px;
}
.main-menu .navbar-nav li.current > a,
.main-menu .navbar-nav li:hover > a,
.main-menu .navbar-nav li > .sub-menu li:hover a,
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li:hover a,
.main-menu li.megamenu > .sub-menu > li > .sub-menu li:hover a {
    color: #006039;
}
.header-toggle .navbar .nav-collapse > li {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
}
.header-toggle .navbar.open .nav-collapse > li {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.header-toggle .navbar.open .nav-collapse > li:nth-child(1) {
    -webkit-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
}
.header-toggle .navbar.open .nav-collapse > li:nth-child(2) {
    -webkit-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
}
.header-toggle .navbar.open .nav-collapse > li:nth-child(3) {
    -webkit-transition: all 0.4s ease 0.30000000000000004s;
    -o-transition: all 0.4s ease 0.30000000000000004s;
    transition: all 0.4s ease 0.30000000000000004s;
}
.header-toggle .navbar.open .nav-collapse > li:nth-child(4) {
    -webkit-transition: all 0.4s ease 0.4s;
    -o-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
}
.header-toggle .navbar.open .nav-collapse > li:nth-child(5) {
    -webkit-transition: all 0.4s ease 0.5s;
    -o-transition: all 0.4s ease 0.5s;
    transition: all 0.4s ease 0.5s;
}
.header-toggle .navbar.open .nav-collapse > li:nth-child(6) {
    -webkit-transition: all 0.4s ease 0.6000000000000001s;
    -o-transition: all 0.4s ease 0.6000000000000001s;
    transition: all 0.4s ease 0.6000000000000001s;
}
.section-title {
    margin-bottom: 50px;
}
.section-title .wrap-title {
    display: inline-block;
    position: relative;
}
.section-title .wrap-title .title {
    color: #006039;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    font-size: 36px;
    margin-bottom: 0;
}
.section-title .wrap-title .title .first-word {
    color: #f9a11b;
}
.section-title .wrap-title .sub-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.section-title .wrap-title .sub-title .icon-decotitle {
    font-size: 50px;
    line-height: 28px;
    color: #f9a11b;
    float: left;
    margin-right: 13px;
}
.section {
    position: relative;
    -moz-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    -o-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    -webkit-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    width: 100%;
    z-index: 1;
    clear: both;
}
.section-static {
    position: static;
    overflow: visible;
}
.section-overflow-hidden {
    overflow: hidden;
}
.section-overlay:before {
    clear: both;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 74, 130, 0.95);
    display: block;
}
.section-overlay-2:before {
    display: block;
    position: absolute;
    left: 0;
    width: 51%;
    height: 100%;
    background: #f3f3f9;
}
.section-overlay-2:after {
    display: block;
    position: absolute;
    right: 0;
    width: 50%;
    height: 58%;
    border-top: 166px solid transparent;
    border-right: 950px solid rgba(17, 74, 130, 0.85);
}
.section-overlay-2 span.skew:before {
    display: block;
    position: absolute;
    top: 0;
    width: 49%;
    height: 82%;
    right: 0;
    content: "";
    border-bottom: 166px solid transparent;
    border-left: 940px solid #f3f3f9;
}
.section-overlay-3:after,
.section-overlay-3:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
}
.section-overlay-3:before {
    left: calc(22.5% + 130px);
    width: calc(77.5% - 130px);
    background-color: #fff;
}
.section-overlay-3:after {
    width: 22.5%;
    background-color: rgba(17, 74, 130, 0.85);
}
.section-overlay-3 span.skew:after,
.section-overlay-3 span.skew:before {
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    left: 22.5%;
    content: "";
}
.section-overlay-3 span.skew:before {
    border-top: 462px solid transparent;
    border-right: 130px solid #fff;
}
.section-overlay-3 span.skew:after {
    border-bottom: 488px solid transparent;
    border-left: 130px solid rgba(17, 74, 130, 0.85);
}
.section-overlay-4:before {
    content: " ";
    clear: both;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: block;
}
.section-about-group {
    padding: 60px 0 90px;
    min-height: 460px;
    background: #fff;
    overflow: hidden;
}
.section-bg-1 {
    background-image: url(../images/background/bg_1.jpg);
}
.section-bg-2 {
    background-image: url(../images/background/bg_2.png);
    background-repeat: no-repeat;
    background-position: center;
}
.section-bg-3 {
    background-image: url(../images/background/bg_3.png);
}
.section-bg-4 {
    background-image: url(../images/background/bg_4.png);
}
.section-bg-5 {
    background-image: url(../images/background/bg_5.png);
}
.section-bg-6 {
    background-image: url(../images/background/bg_6.png);
}
.section-bg-7 {
    background-image: url(../images/background/bg_7.jpg);
}
.section-bg-8 {
    background-image: url(../images/background/bg_8.jpg);
}
.section-bg-9 {
    background-image: url(../images/background/bg_9.png);
}
.section-bg-10 {
    background-image: url(../images/background/bg_10.png);
}
.section-bg-11 {
    background-image: url(../images/background/bg_11.jpg);
}
.section-bg-12 {
    background-image: url(../images/background/bg_12.jpg);
    background-position: center -100px;
}
.mfp-bottom-bar {
    margin-top: -15px;
}
.popup-content {
    text-align: center;
    max-width: 780px;
    margin: 0 15px;
    padding: 30px 20px;
    background-color: #f7f7f7;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}
.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-move-from-top .mfp-content {
    vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
    transform: rotateY(60deg);
    opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}
.box-login .title {
    border-bottom: 1px solid #e5e5f8;
    background: #e4e2e2;
    font-size: 24px;
    line-height: 24px;
    padding: 20px;
}
.box-login form {
    border: none;
    display: table;
    padding: 30px 30px 10px;
    width: 100%;
}
.box-login form .social-login-widget {
    text-align: center;
}
.social-login-provider-list {
    padding: 10px;
}
.social-login-provider-list a img {
    max-width: 100%;
    height: auto;
}
.register-member-left .item-wrap {
    margin-bottom: 35px;
}
.register-member-left .item-wrap > label {
    display: inline-block;
    width: 30%;
    margin: 0;
    text-align: right;
    padding-right: 45px;
}
.register-member-left .item-wrap > input[type="password"],
.register-member-left .item-wrap > input[type="text"],
.register-member-left .item-wrap > input[type="url"],
.register-member-left .item-wrap > input[type="number"] {
    color: #515666;
    font-size: 14px;
    line-height: 24px;
    width: 65%;
}
.box-login form .login-member-action {
    text-align: center;
    width: 100%;
}
.box-login form .login-member-action .button {
    padding: 12px 72px;
}
.box-login form .login-member-action .button > i {
    top: 17px;
    right: 10px;
}
.box-login form .login-member-action > p {
    padding: 15px 0;
}
.property-box-meta-content {
    color: #fff;
    position: relative;
    padding: 30px;
    background: rgba(17, 74, 130, 0.95);
    max-width: 400px;
}
.property-box-meta-content:before {
    content: "";
    background: #f9a11b;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -18px;
    left: 0;
    display: block;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: 1;
}
.property-box-meta-content:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 31px solid rgba(17, 74, 130, 0.95);
    border-right: 392px solid transparent;
    position: absolute;
    bottom: -31px;
    left: 0;
}
.property-box-meta-content .property-status {
    position: absolute;
    top: -17px;
    background: #006039;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px 2px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 21px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.property-box-meta-content .item-head {
    border-bottom: 1px solid #196ec1;
}
.property-box-meta-content .item-head .item-title {
    margin: 0 0 10px;
}
.property-box-meta-content .item-head .item-title a {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-box-meta-content .item-head .item-title a:hover {
    color: #f9a11b;
}
.property-box-meta-content .item-head .location {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 15px;
}
.property-box-meta-content .item-head .location:before {
    font-family: FontAwesome;
    content: "\f041";
    color: #fff;
    margin-right: 8px;
}
.property-box-meta-content .info {
    padding: 35px 10px 5px;
    border-bottom: 1px solid #196ec1;
    width: 100%;
    float: left;
}
.property-box-meta-content .info > span {
    width: 50%;
    float: left;
    font-size: 16px;
    padding-bottom: 35px;
    font-weight: 400;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-box-meta-content .info > span i {
    font-size: 22px;
    margin-right: 15px;
}
.property-box-meta-content .price {
    padding: 30px 0 12px;
    font-size: 28px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    clear: both;
}
.property-box-meta.absolute {
    position: absolute;
    top: 30%;
    z-index: 9;
}
.property-box-meta.style-2 .property-box-meta-content:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    bottom: -4px;
}
.property-box-meta.style-2 .property-box-meta-content:after {
    display: none;
}
.box-action .box-button .button {
    width: 100%;
}
.advanced-search-property .show-features {
    background: #fff;
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #e5e5f8;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.advanced-search-property .show-features:after {
    content: "\f3d0";
    font-family: Ionicons;
    margin-left: 6px;
}
.advanced-search-property .show-features:hover {
    color: #f9a11b;
}
.advanced-search-property .box-features {
    display: none;
    position: absolute;
    z-index: 2;
}
.advanced-search-property .box-features .item-wrap {
    background: #fff;
    display: table;
    padding: 15px 5px;
    -webkit-box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.1);
}
.item-wrap .item-checkbox {
    line-height: 24px;
    vertical-align: middle;
}
.item-wrap .item-checkbox .checked {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    margin-left: -3px;
}
.item-wrap .item-checkbox input[type="checkbox"] {
    position: relative;
    z-index: 10;
    margin: 5px 0 0 4px;
    background: 0 0;
    border: none;
    opacity: 0;
    cursor: pointer;
}
.item-wrap .item-checkbox .checked label {
    cursor: pointer;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 4px;
    top: 5px;
    border: 1px solid #a9a9ba;
    margin: 0;
}
.item-wrap .item-checkbox .checked label:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    background: 0 0;
    top: 2px;
    left: 1px;
    border: 2px solid #f9a11b;
    border-top: none;
    border-right: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.item-wrap .item-checkbox > label {
    color: #515666;
    font-size: 14px;
    font-weight: 400;
    margin-left: 2px;
    line-height: 28px;
    cursor: pointer;
}
.item-wrap .item-checkbox .checked input[type="checkbox"]:checked + label:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.search-property-top-wrap {
    background: #006039;
}
.search-property-top {
    margin: auto;
    padding: 10px 0;
    float: left;
    width: 100%;
}
.search-property-top .item-wrap {
    margin-bottom: 0;
    display: inline-block;
    width: calc(100% - 115px);
    float: left;
}
.search-property-top .address-map input[type="text"] {
    color: #515666;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #e5e5f8;
    border-left: none;
    padding: 6px 15px;
    width: 100%;
}
.search-property-top button {
    background: #f9a11b;
    float: left;
    font-family: Exo, sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    width: 115px;
    border: none;
    padding: 7px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.search-property-top button:hover {
    background: #c27705;
}
.quick-search-form label,
.sidebar .contact-form label {
    color: #515666;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
}
.quick-search-form .form-control,
.sidebar .contact-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #e5e5f8;
    color: #515666;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sidebar .contact-form textarea.form-control {
    height: 120px;
}
.quick-search-form .button,
.sidebar .contact-form .button {
    width: 100%;
}
.property-item {
    width: 100%;
    display: inline-block;
}
.property-item .property-item-wrap {
    background: #fff;
    border: 1px solid #e5e5f8;
    margin-bottom: 30px;
    padding: 0 15px;
    position: relative;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.property-item .property-item-wrap:after {
    content: "";
    background: #f9a11b;
    height: 4px;
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item .property-item-wrap:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.property-item .property-item-wrap .item-head {
    padding: 23px 10px;
}
.property-item .property-item-wrap .item-title {
    margin: 0 0 5px;
    padding: 0;
    color: #3a3f4c;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-item .property-item-wrap .item-title .ion-bookmark {
    color: #f9a11b;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #e5e5f8;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
}
.property-item .property-item-wrap .item-title .ion-bookmark:before {
    margin-right: 5px;
}
.property-item .property-item-wrap .item-title a {
    line-height: 32px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item .property-item-wrap .item-title a:hover {
    color: #006039;
}
.property-item .property-item-wrap .location {
    display: block;
    color: #515666;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-item .property-item-wrap .location:before {
    font-family: FontAwesome;
    content: "\f041";
    color: #abb2cc;
    margin-right: 5px;
}
.property-item .property-item-wrap .item-featured {
    margin: 0 -15px;
    position: relative;
}
.property-item .property-item-wrap .item-featured img {
    width: 100%;
    display: block;
}
.property-item .property-item-wrap .item-featured .property-status {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 12px 3px;
    position: absolute;
    top: -17px;
    right: 25px;
    background: #006039;
    color: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.property-item .property-item-wrap .info {
    margin: 27px 12px;
    padding: 0;
}
.property-item .property-item-wrap .info > span {
    display: inline-block;
    color: #515666;
    font-size: 14px;
    width: 50%;
    float: left;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-item .property-item-wrap .info > span > i {
    color: #f9a11b;
    margin-right: 8px;
    display: inline-block;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
}
.property-item .property-item-wrap .action {
    background: #fbfbfe;
    border-top: 1px solid #e5e5f8;
    border-bottom: 4px solid #e5e5f8;
    overflow: hidden;
    clear: both;
    margin: 0 -15px;
}
.property-item .property-item-wrap .action .price {
    color: #abb2cc;
    font-size: 20px;
    font-weight: 500;
    width: 60%;
    float: left;
    padding: 10px 0 10px 25px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item .property-item-wrap .action-post {
    width: 40%;
    float: right;
}
.property-item .property-item-wrap .action-post a {
    display: inline-block;
    width: 45px;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    float: right;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.property-item .property-item-wrap .action-post i {
    display: inline-block;
    width: 45px;
    line-height: 49px;
    text-align: center;
    border: 1px solid #e5e5f8;
    border-left: none;
    border-top: none;
    cursor: pointer;
    float: right;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.property-item .property-item-wrap .action-post i:first-child {
    border-left: none;
    border-right: none;
}
.property-item .property-item-wrap .action-post .property-sharing {
    display: inline-block;
    width: 45px;
    float: right;
    position: relative;
    border-left: 1px solid #e5e5f8;
    border-right: 1px solid #e5e5f8;
}
.property-item .property-item-wrap .action-post .property-sharing > i {
    border-left: none;
}
.property-item .property-item-wrap .action-post .property-sharing .social-property {
    background: #fbfbfe;
    bottom: -35px;
    position: absolute;
    width: 900px;
    display: table;
    right: 45px;
    text-align: right;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item .property-item-wrap .action-post .property-sharing .social-property > a {
    display: inline-block;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    -o-transform: translate(0, 1px);
    transform: translate(0, 1px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item .property-item-wrap .action-post .property-sharing:hover .social-property > a {
    opacity: 1;
    filter: alpha(opacity=100);
}
.property-item .property-item-wrap .action-post .property-sharing:hover .social-property {
    visibility: visible;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.property-item .property-item-wrap .action-post i:before {
    color: #abb2cc;
    font-size: 18px;
    line-height: 57px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.properties-carousel .property-item,
.properties-carousel-2 .property-item {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    display: block;
}
.property-item.style-2 .property-item-wrap {
    float: left;
    width: 100%;
    padding: 0;
    border-bottom: 4px solid #e5e5f8;
}
.property-item.style-2 .item-featured {
    float: left;
    position: relative;
    max-width: 240px;
    max-height: 240px;
    overflow: hidden;
    margin: 0;
}
.property-item.style-3 .property-item-wrap .location,
.property-item.style-4 .property-item-wrap .location,
.property-item.style-5 .property-item-wrap .location {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-item.style-2 .item-featured .property-status {
    position: absolute;
    top: 0;
    left: 0;
    right: initial;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    background: #006039;
    padding: 5px 15px 0;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.property-item.style-2 .item-featured img + span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    -moz-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    -ms-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    width: 2px;
    height: 46px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.property-item.style-2 .item-featured img + span:after,
.property-item.style-2 .item-featured img + span:before {
    height: 23px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    content: "";
    width: 2px;
}
.property-item.style-2:hover .item-featured img + span {
    -webkit-transform: translate(-50%, -50%) scaleY(1) rotate(0);
    -moz-transform: translate(-50%, -50%) scaleY(1) rotate(0);
    -ms-transform: translate(-50%, -50%) scaleY(1) rotate(0);
    transform: translate(-50%, -50%) scaleY(1) rotate(0);
}
.property-item.style-2 .item-featured img + span:before {
    -webkit-transform: translate(-50%, 0) scaleY(1) rotate(0);
    -moz-transform: translate(-50%, 0) scaleY(1) rotate(0);
    -ms-transform: translate(-50%, 0) scaleY(1) rotate(0);
    transform: translate(-50%, 0) scaleY(1) rotate(0);
    -webkit-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    -o-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.blog-item .content-thumb span:before,
.property-item.style-2 .item-featured img + span:after {
    -webkit-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    -o-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
}
.property-item.style-2:hover .item-featured img + span:before {
    -webkit-transform: translate(-50%, 0) scaleY(1) rotate(90deg);
    -moz-transform: translate(-50%, 0) scaleY(1) rotate(90deg);
    -ms-transform: translate(-50%, 0) scaleY(1) rotate(90deg);
    transform: translate(-50%, 0) scaleY(1) rotate(90deg);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.property-item.style-2 .item-featured img + span:after {
    -webkit-transform: translate(-50%, 0) scaleY(1) rotate(-180deg);
    -moz-transform: translate(-50%, 0) scaleY(1) rotate(-180deg);
    -ms-transform: translate(-50%, 0) scaleY(1) rotate(-180deg);
    transform: translate(-50%, 0) scaleY(1) rotate(-180deg);
    transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.property-item.style-2:hover .item-featured img + span:after {
    -webkit-transform: translate(-50%, 0) scaleY(1) rotate(-90deg);
    -moz-transform: translate(-50%, 0) scaleY(1) rotate(-90deg);
    -ms-transform: translate(-50%, 0) scaleY(1) rotate(-90deg);
    transform: translate(-50%, 0) scaleY(1) rotate(-90deg);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.property-item.style-2 .item-featured > a:after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #006039;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item.style-2:hover .item-featured > a:after {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.property-item.style-2 .item-content {
    float: left;
    padding: 17px 15px 0;
    width: calc(100% - 240px);
}
.property-item.style-2 .property-item-wrap .item-head {
    padding: 2px 10px;
}
.property-item.style-2 .property-item-wrap .item-title {
    font-size: 17px;
}
.property-item.style-2 .property-item-wrap .action {
    border-bottom: none;
}
.property-item.style-2 .property-item-wrap .action .price {
    font-size: 17px;
    line-height: 34px;
    width: 60%;
}
.properties-carousel .property-item.style-2 .property-item-wrap .action .price {
    width: 53%;
}
.property-item.style-2 .property-item-wrap .action-post {
    width: 40%;
    float: right;
}
.properties-carousel .property-item.style-2 .property-item-wrap .action-post {
    width: 45%;
}
.property-item.style-2 .property-item-wrap .action-post a {
    float: right;
    font-size: 20px;
    line-height: 43px;
    width: 43px;
    border-bottom: none;
}
.property-item.style-2 .property-item-wrap:after {
    bottom: -4px;
}
.property-item.style-3 .property-item-wrap {
    background: #fff;
    border: 1px solid #e5e5f8;
    position: relative;
    border-bottom: 4px solid #e5e5f8;
    padding: 0;
    margin: 15px 0 3px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.property-item.style-3 .property-item-wrap .item-featured {
    margin: 0;
}
.property-item.style-3 .property-item-wrap .item-featured .property-status {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #006039;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 10px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.property-item.style-3 .property-item-wrap .item-featured .price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f9a11b;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 5px 20px 0;
    font-weight: 500;
}
.property-item.style-3 .property-item-wrap .item-head {
    padding: 15px 25px 5px;
}
.property-item.style-3 .property-item-wrap .item-title .ion-bookmark {
    color: #f9a11b;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #e5e5f8;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
}
.property-item.style-3 .property-item-wrap .location {
    color: #515666;
    font-size: 14px;
    font-weight: 400;
}
.property-item.style-3 .property-item-wrap .info {
    border-top: 1px solid #e5e5f8;
    border-bottom: none;
    padding: 8px 5px;
    margin: 15px 0 0;
}
.property-item.style-3 .property-item-wrap .info > span {
    width: 24%;
    text-align: center;
    border-left: 1px solid #e5e5f8;
    padding: 0;
    float: none;
}
.property-item.style-3 .property-item-wrap .info > span:first-child {
    border-left: none;
}
.property-item.style-3 .property-item-wrap:after {
    bottom: -4px;
}
.property-item.style-4 .property-item-wrap {
    background: #fff;
    border: 1px solid #e5e5f8;
    position: relative;
    border-bottom: 4px solid #e5e5f8;
    padding: 0 0 10px;
    margin: 15px 0 3px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    float: left;
    width: 100%;
}
.property-item.style-4 .property-item-wrap .item-featured {
    margin: 0;
}
.property-item.style-4 .property-item-wrap .item-featured .property-status {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #006039;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 10px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.property-item.style-4 .property-item-wrap .item-featured .price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f9a11b;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 5px 20px 0;
    font-weight: 500;
}
.property-item.style-4 .property-item-wrap .item-head {
    padding: 15px 25px 5px;
}
.property-item.style-4 .property-item-wrap .item-title .ion-bookmark {
    color: #f9a11b;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #e5e5f8;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
}
.property-item.style-4 .property-item-wrap .location {
    color: #515666;
    font-size: 14px;
    font-weight: 400;
}
.property-item.style-4 .property-item-wrap .info {
    border-top: 1px solid #e5e5f8;
    border-bottom: none;
    padding: 8px 5px;
    margin: 15px 0 0;
}
.property-item.style-4 .property-item-wrap .info > span {
    width: 50%;
    padding: 5px 5px 5px 10px;
}
.property-item.style-4 .property-item-wrap .info > span:first-child {
    border-left: none;
}
.property-item.style-4 .property-item-wrap:after {
    bottom: -4px;
}
.property-item.style-5 .property-item-wrap {
    background: #fff;
    border: none;
    position: relative;
    border-bottom: none;
    padding: 0;
    margin: 15px 0 3px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.property-item.style-5 .property-item-wrap .item-featured {
    margin: 0;
}
.property-item.style-5 .property-item-wrap .item-featured .property-status {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #006039;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 10px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.property-item.style-5 .property-item-wrap .item-featured .price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f9a11b;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 5px 20px 0;
    font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.property-item.style-5 .property-item-wrap:hover .item-featured .price {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    filter: alpha(opacity=0);
}
.property-item.style-5 .property-item-wrap .item-featured a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(17, 74, 130, 0.6);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
.property-item.style-5 .property-item-wrap:hover .item-featured a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.property-item.style-5 .property-item-wrap .item-featured a:after {
    content: "\f064";
    font-family: FontAwesome;
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-150%, -50%);
    -ms-transform: translate(-150%, -50%);
    -o-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
    -webkit-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
}
.property-item.style-5 .property-item-wrap:hover .item-featured a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.property-item.style-5 .property-item-wrap .item-head {
    padding: 15px 0 5px;
}
.property-item.style-5 .property-item-wrap .item-title {
    font-size: 16px;
    line-height: 26px;
}
.property-item.style-5 .property-item-wrap .item-title .ion-bookmark {
    color: #f9a11b;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #e5e5f8;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
}
.property-item.style-5 .property-item-wrap .location {
    color: #515666;
    font-size: 14px;
    font-weight: 400;
}
.property-item.style-5 .property-item-wrap .info {
    border-top: 1px solid #e5e5f8;
    border-bottom: none;
    padding: 8px 5px;
    margin: 15px 0 0;
}
.property-item.style-5 .property-item-wrap .info > span {
    width: 24%;
    text-align: center;
    border-left: 1px solid #e5e5f8;
    padding: 0;
    float: none;
}
.property-item.style-5 .property-item-wrap .info > span:first-child {
    border-left: none;
}
.property-item.style-5 .property-item-wrap:after {
    display: none;
}
.property-item.style-6 {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e5e5f8;
    border-bottom: 4px solid #e5e5f8;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item.style-6 .action {
    margin: -20px -20px 0;
    text-align: center;
    padding: 15px;
    text-shadow: none;
    background-color: #006039;
    border: 1px solid #e5e5f8;
    color: #fff;
}
.property-item.style-6 .action .price a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item.style-6:after,
.recent-property-item .thumbnail a:before {
    content: "";
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
}
.property-item.style-6 .item-head .item-title {
    font-family: Exo, sans-serif;
    display: inline-block;
    padding: 5px 0 10px;
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}
.property-item.style-6 .item-featured img {
    width: 100%;
}
.property-item.style-6 .action .price a:hover {
    color: #f9a11b;
}
.property-item.style-6 .info-items {
    font-size: 14px;
    color: #555;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.property-item.style-6 .info-items .info-item-1 {
    padding-right: 6px;
    border-right: 1px solid #ccc;
    text-align: center;
    display: inline-block;
}
.property-item.style-6 .info-items .info-item-2 {
    padding: 0 6px;
    border-right: 1px solid #ccc;
    text-align: center;
    display: inline-block;
}
.property-item.style-6 .info-items .info-item-3 {
    padding-left: 6px;
    text-align: center;
    display: inline-block;
}
.property-item.style-6 .info .photocount {
    text-align: right;
    color: #999;
    margin-top: 10px;
    margin-bottom: 10px;
}
.property-item.style-6 .code,
.recent-property-item {
    margin-bottom: 20px;
    clear: both;
}
.property-item.style-6 .code {
    margin-top: 40px;
    display: block;
    float: left;
    width: 100%;
}
.property-item.style-6:after {
    background: #f9a11b;
    position: absolute;
    bottom: -4px;
    height: 4px;
    width: 40%;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item.style-6:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.recent-property-item .thumbnail {
    float: left;
    border: none;
    padding: 0;
}
.recent-property-item .thumbnail a {
    display: table;
    position: relative;
}
.recent-property-item .thumbnail img {
    width: 70px;
}
.recent-property-item .thumbnail a:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    filter: alpha(opacity=0);
}
.recent-property-item:hover .thumbnail a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.recent-property-item:hover .thumbnail a:after {
    content: "\f0c1";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #006039;
    font-size: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100);
}
.recent-property-item .content {
    padding: 3px 0 3px 15px;
    float: left;
    width: calc(100% - 70px);
}
.recent-property-item .content .item-title {
    color: #515666;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.recent-property-item .content .item-title a {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.recent-property-item .content .price {
    color: #515666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.property-detail {
    background: #fff;
    float: left;
    width: 100%;
}
.property-detail .thumbnail {
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.property-detail .thumbnail .popup-video a {
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
    background-image: url(../images/background/about_video.png);
}
.property-detail .content {
    float: left;
    width: 50%;
    padding: 50px 60px;
}
.property-detail .content .title {
    margin: 20px 0 30px;
    color: #006039;
}
.property-detail .property-box .title-box {
    color: #3a3f4c;
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0 30px;
}
.property-detail .content-box-item {
    float: left;
    width: 100%;
}
.property-detail .content-box-item > label,
.property-detail .content-box-item > span {
    color: #515666;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    width: 50%;
    float: left;
}
.property-detail .content-box-item > label {
    font-weight: 500;
}
.property-detail .content-box-item > span {
    font-weight: 400;
}
.property-detail .content-box.feature .content-box-item > i {
    color: #f9a11b;
    line-height: 24px;
}
.property-detail .content-box.feature .content-box-item > label {
    font-size: 14px;
    font-weight: 400;
    float: none;
    margin: 0;
    width: auto;
}
.property-detail-carousel .owl-controls {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    z-index: 9;
    height: 100px;
    text-align: center;
    overflow: hidden;
    bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-detail-carousel .owl-controls:hover {
    z-index: 10;
}
.property-detail-carousel .owl-controls .owl-pagination {
    position: relative;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}
.property-detail-carousel .owl-controls .owl-page {
    width: 128px;
    height: 70px;
    background: 0 0;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}
.property-detail-carousel .owl-controls .owl-page span {
    display: none;
}
.property-detail-carousel .owl-controls .owl-page:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.property-detail-carousel .owl-controls .owl-page.active:before,
.property-detail-carousel .owl-controls .owl-page:hover:before {
    background: rgba(255, 255, 255, 0);
}
.single-property-detail {
    background: #fff;
    border: 1px solid #e5e5f8;
    padding: 40px;
    float: left;
    width: 100%;
}
.detail-header {
    border-bottom: 1px solid #e5e5f8;
    padding: 5px 0 20px;
    float: left;
    width: 100%;
}
.detail-header .detail-title {
    color: #3a3f4c;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    float: left;
    max-width: 80%;
}
.detail-header .action-post {
    float: right;
    width: 50%;
}
.detail-header .action-post a,
.detail-header .action-post i {
    display: inline-block;
    width: 45px;
    text-align: center;
    cursor: pointer;
    float: right;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.detail-header .action-post i:before {
    color: #abb2cc;
    font-size: 18px;
    line-height: 28px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.detail-header .action-post .property-sharing {
    display: inline-block;
    width: 45px;
    float: right;
    position: relative;
}
.detail-header .action-post .property-sharing .social-property {
    background: #fbfbfe;
    bottom: -35px;
    position: absolute;
    width: 400px;
    display: table;
    right: 45px;
    text-align: right;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.detail-header .action-post .property-sharing .social-property > a {
    display: inline-block;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    -o-transform: translate(0, 1px);
    transform: translate(0, 1px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.detail-header .action-post .property-sharing:hover .social-property {
    visibility: visible;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.detail-header .action-post .property-sharing:hover .social-property > a {
    opacity: 1;
    filter: alpha(opacity=100);
}
.detail-content {
    line-height: 24px;
    padding: 25px 0;
    display: block;
    clear: both;
}
.single-property-detail.tab .detail-header.style-2 {
    border-bottom: none;
}
.single-property-detail.tab .detail-header.style-2 .detail-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transfor: uppercase;
}
.single-property-detail.tab .detail-header .property-status {
    margin-left: 20px;
    background: #006039;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px 2px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 21px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.single-property-detail.tab .info {
    clear: both;
    display: block;
    width: 100%;
}
.single-property-detail.tab .info .location {
    display: block;
    clear: both;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 25px;
}
.single-property-detail.tab .info .price {
    font-size: 28px;
    font-weight: 500;
}
.single-property-detail.tab .detail-tabs {
    margin: 20px 0 0;
    padding: 25px 0;
    border-top: 1px solid #e5e5f8;
    border-bottom: 1px solid #e5e5f8;
}
.single-property-detail.tab .detail-tabs > li {
    font-size: 20px;
    font-family: Exo, sans-serif;
    font-weight: 500;
    margin-right: 45px;
    display: inline;
}
.single-property-detail.tab .detail-tabs > li.active a {
    color: #f9a11b;
}
.single-property-detail .content-box-item > label{
    display: inline-block;
    width: 30%;
    float: left;
    color: #515666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
}
.wpbuton {
    background: #6DA014 !important;
    border: 1px solid #326F02 !important;
	margin-bottom:5px
}
.footerbtn2 {
    text-align: left;
    z-index: 99999999;
}
.single-property-detail .content-box-item > span {
    display: inline-block;
    width: 70%;
    float: left;
    color: #515666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
}
.single-property-detail .content-box-item > label {
    font-weight: 500;
}
.single-property-detail .content-box {
    padding: 15px 0;
    clear: both;
    display: block;
}
.single-property-detail .content-box .content-box-item > i {
    color: #f9a11b;
    line-height: 24px;
    margin-right: 5px;
}
.floor-plan-carousel {
    overflow: hidden;
}
.floor-plan-carousel .owl-controls .owl-buttons > div {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: inline-block;
    background: #006039;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1;
    border-radius: 0;
}
.floor-plan-carousel .owl-controls .owl-buttons > div:hover {
    background: #f9a11b;
}
.floor-plan-carousel .owl-controls .owl-buttons > .owl-prev {
    left: -40px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.floor-plan-carousel .owl-controls .owl-buttons > .owl-next {
    right: -40px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.floor-plan-carousel:hover .owl-controls .owl-buttons > .owl-prev {
    left: 15px;
}
.floor-plan-carousel:hover .owl-controls .owl-buttons > .owl-next {
    right: 15px;
}
.property-agent-contact {
    background: #fff;
    border: 1px solid #e5e5f8;
    padding: 25px 25px 55px;
    margin: 30px 0 0;
    float: left;
    width: 100%;
}
.property-agent-contact .box-title {
    color: #3a3f4c;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #e5e5f8;
    padding: 20px 0 25px;
    margin: 0 15px 30px;
}
.property-agent-contact .agent-name {
    font-size: 20px;
    margin-top: 0;
}
.property-agent-contact .box-content .item-info .position {
    display: table;
    padding-right: 0;
    padding-bottom: 5px;
    margin-right: 15px;
    position: relative;
}
.property-agent-contact .box-content .item-info {
    color: #515666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
.property-agent-contact .box-content ul.item-info li {
    color: #515666;
    margin-bottom: 6px;
}
.property-agent-contact .box-content ul.item-info li:before {
    font-family: fontawesome;
    display: inline-block;
    width: 20px;
    color: #abb2cc;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-agent-contact .box-content ul.item-info li.agent-email:before {
    content: "\f0e0";
    font-size: 14px;
}
.property-agent-contact .box-content ul.item-info li.agent-phone:before {
    content: "\f095";
    font-size: 17px;
}
.property-agent-contact .box-content ul.item-info li.agent-address:before {
    content: "\f041";
    font-size: 17px;
}
.property-agent-contact .box-content .agent-about {
    border-top: 1px solid #ededfa;
    padding: 25px 0 16px;
    margin-top: 20px;
    color: #515666;
    line-height: 24px;
}
.property-comment {
    background: #fff;
    border: 1px solid #e5e5f8;
    padding: 25px 25px 55px;
    margin: 30px 0 0;
    clear: both;
    float: left;
    width: 100%;
}
.property-comment .box-title {
    color: #3a3f4c;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #e5e5f8;
    padding: 20px 0 25px;
    margin: 0 0 30px;
}
.property-comment .property-list-comment {
    list-style: none;
    margin: -10px 0 -28px;
    padding: 0;
}
.property-comment .item-comment-header-left {
    width: 75%;
    float: left;
}
.property-comment .item-comment-header-left .name-user-comment {
    color: #515666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 5px;
}
.property-comment .item-comment-header-left .datetime {
    color: #abb2cc;
    font-size: 14px;
    line-height: 24px;
}
.property-comment .item-comment-header-right {
    float: right;
    width: 25%;
}
.property-comment .item-comment-content {
    padding: 10px 0 25px;
    clear: both;
    display: block;
    width: 100%;
}
.property-comment .form-item {
    position: relative;
    margin-bottom: 40px;
}
.property-comment .form-item input[type="text"] {
    display: inline-block;
    background: 0 0;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #e5e5f8;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.property-comment .form-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fbb040;
    height: 1px;
    width: 30%;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-comment .form-item:focus:after,
.property-comment .form-item:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.property-comment .form-item textarea {
    display: inline-block;
    background: 0 0;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #e5e5f8;
    height: 120px;
    padding: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.property-comment .form-item.form-textarea:after {
    bottom: 7px;
}
.service-item {
    display: block;
    position: relative;
}
.service-item .service-icon {
    position: relative;
    font-size: 97px;
    color: #f9a11b;
    display: inline-block;
    z-index: 2;
}
.service-item .service-icon .icon {
    color: #fff;
    font-size: 30px;
    line-height: 63px;
    text-align: center;
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 63px;
    height: 63px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.04);
    background: -moz-radial-gradient(center, ellipse cover, #f9a11b 0, #f6a03a 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #f9a11b), color-stop(100%, #f6a03a));
    background: -webkit-radial-gradient(center, ellipse cover, #f9a11b 0, #f6a03a 100%);
    background: -o-radial-gradient(center, ellipse cover, #f9a11b 0, #f6a03a 100%);
    background: -ms-radial-gradient(center, ellipse cover, #f9a11b 0, #f6a03a 100%);
    background: radial-gradient(ellipse at center, #f9a11b 0, #f6a03a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb040', endColorstr='#f6a03a', GradientType=1);
    background: -moz-radial-gradient(center, ellipse cover, #f9a11b 0, #f49606 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #f9a11b), color-stop(100%, #f49606));
    background: -webkit-radial-gradient(center, ellipse cover, #f9a11b 0, #f49606 100%);
    background: -o-radial-gradient(center, ellipse cover, #f9a11b 0, #f49606 100%);
    background: -ms-radial-gradient(center, ellipse cover, #f9a11b 0, #f49606 100%);
    background: radial-gradient(ellipse at center, #f9a11b 0, #f49606 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb040', endColorstr='#f49606', GradientType=1);
}
.blog-item.style-2 .wrap-entry,
.service-item.style-2 .service-icon .icon {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.service-item .service-title {
    margin: 30px 0 22px;
    font-size: 20px;
}
.service-item.style-2 .service-icon {
    display: inline;
}
.service-item.style-2 .service-icon .icon {
    position: relative;
    font-size: 42px;
    width: 92px;
    height: 92px;
    display: inline-block;
    line-height: 75px;
    text-align: center;
    background: 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 7px solid #fbba57;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}
.service-item.style-2 .service-icon:hover .icon {
    color: #f9a11b;
    font-size: 36px;
}
.service-item.style-2 .service-icon .icon:before {
    position: relative;
    z-index: 2;
}
.service-item.style-2 .service-icon .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f9a11b;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.agent-item,
.agent-item .thumbnail .line:before {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.service-item.style-2 .service-icon:hover .icon:after {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
}
.featured-item .featured-main {
    position: relative;
    min-height: 420px;
}
.featured-item .featured-main .meta {
    color: #fff;
    width: 50%;
    float: left;
    padding: 74px 0;
}
.featured-item .featured-main .meta .title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.featured-item .featured-main .meta .location {
    font-size: 16px;
    margin: 12px 0;
    display: block;
}
.featured-item .featured-main .meta .price {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    display: block;
}
.featured-item .featured-main .info {
    color: #fff;
    max-width: 470px;
    height: 180px;
    position: relative;
    width: 50%;
    float: right;
    margin-top: 120px;
}
.featured-item .featured-main .info:after,
.featured-item .featured-main .info:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
}
.featured-item .featured-main .info:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
}
.featured-item .featured-main .info:after {
    left: 50%;
    width: 1px;
    height: 100%;
}
.featured-item .featured-main .info > span {
    width: 50%;
    padding: 25px 0 20px 30px;
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
}
.featured-item .featured-main .info > span i {
    font-size: 35px;
    margin-right: 10px;
    display: block;
    float: left;
    line-height: 50px;
}
.featured-item .featured-main .box-image {
    width: 550px;
    height: 323px;
    position: relative;
    overflow: hidden;
    float: left;
    bottom: -148px;
}
.featured-item .featured-main .box-image .box-image-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-image: url(../images/featured_item/featured_item_1.jpg);
}
.featured-item .featured-main .view {
    max-width: 470px;
    position: absolute;
    right: 0;
    bottom: -160px;
}
.featured-item .featured-main .view p {
    padding-left: 15px;
    border-left: 5px solid #f9a11b;
}
.agent-item {
    border: 1px solid #e5e5f8;
    transition: all 0.4s ease 0s;
    margin-left: 15px;
    margin-right: 15px;
    height: 100%;
}
.agent-item .thumbnail {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: none;
}
.agent-item .thumbnail .line:after,
.agent-item .thumbnail .line:before {
    content: "";
    position: absolute;
    height: 32px;
    width: 100%;
    background: #fff;
    bottom: -10px;
}
.agent-item .thumbnail img {
    display: block;
}
.agent-item .thumbnail .line:before {
    display: inline-block;
    left: -50%;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    transition: all 0.4s ease 0s;
}
.agent-item .thumbnail .line:after {
    display: inline-block;
    right: -50%;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-item .thumbnail .line > span:after,
.agent-item .thumbnail .line > span:before {
    position: absolute;
    bottom: 30px;
    width: 51%;
    height: 5px;
    background: #f9a11b;
    opacity: 0;
    filter: alpha(opacity=0);
    content: "";
    z-index: 1;
}
.agent-item .thumbnail .line > span:before {
    left: 0;
    -webkit-transform: rotate(-8.5deg) scale(0.6);
    -moz-transform: rotate(-8.5deg) scale(0.6);
    -ms-transform: rotate(-8.5deg) scale(0.6);
    transform: rotate(-8.5deg) scale(0.6);
}
.agent-item .thumbnail .line > span:after {
    right: 0;
    -webkit-transform: rotate(8.5deg) scale(0.6);
    -moz-transform: rotate(8.5deg) scale(0.6);
    -ms-transform: rotate(8.5deg) scale(0.6);
    transform: rotate(8.5deg) scale(0.6);
}
.agent-item:hover .thumbnail .line:before {
    right: -47%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.agent-item .content,
.agent-item:hover .thumbnail .line:after {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.agent-item:hover .thumbnail .line:after {
    right: -47%;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
}
.agent-item:hover .thumbnail .line > span:before {
    -webkit-transform: rotate(-8.5deg) scale(1);
    -moz-transform: rotate(-8.5deg) scale(1);
    -ms-transform: rotate(-8.5deg) scale(1);
    transform: rotate(-8.5deg) scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
}
.agent-item:hover .thumbnail .line > span:after {
    -webkit-transform: rotate(8.5deg) scale(1);
    -moz-transform: rotate(8.5deg) scale(1);
    -ms-transform: rotate(8.5deg) scale(1);
    transform: rotate(8.5deg) scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
}
.agent-item .content {
    background: #fff;
    text-align: center;
    padding: 25px 25px 0;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.agent-item .content .name-agent {
    color: #3a3f4c;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px;
}
.agent-item .content .name-agent a {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-item .content .position {
    display: block;
    color: #515666;
    font-size: 14px;
    font-weight: 400;
}
.agent-item .content .agent-social {
    visibility: hidden;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-item .content .agent-social a {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-bottom: 8px;
    background: #006039;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.agent-item .content .agent-social a:before {
    font-family: FontAwesome;
    font-size: 16px;
}
.agent-item:hover .content {
    padding: 25px;
    margin-top: -20px;
}
.agent-item:hover .content .agent-social {
    margin-top: 20px;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.agent-detail {
    background: #fff;
    border: 1px solid #e5e5f8;
    margin: 0;
}
.agent-detail .thumbnail {
    padding: 0;
    border: none;
    margin: 0;
}
.agent-detail .thumbnail img {
    width: 100%;
}
.agent-detail .info-agent {
    padding: 0 40px 0 25px;
}
.agent-detail .box-content .title {
    color: #505464;
    font-size: 30px;
    margin: 45px 0 25px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
}
.agent-detail .box-content .item-info {
    color: #515666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
.agent-detail .box-content .item-info .position {
    padding-right: 10px;
    margin-right: 15px;
    position: relative;
}
.agent-detail .box-content .item-info .position:after {
    content: "";
    height: 15px;
    width: 1px;
    background: #ededfa;
    position: absolute;
    right: 0;
    top: 3px;
}
.agent-detail .box-content ul.item-info {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #515666;
    font-size: 14px;
    font-weight: 500;
}
.agent-detail .box-content ul.item-info li {
    color: #515666;
    margin-bottom: 6px;
}
.agent-detail .box-content ul.item-info li:before {
    font-family: FontAwesome;
    display: inline-block;
    width: 20px;
    color: #abb2cc;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-detail .box-content ul.item-info li a {
    color: #515666;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-detail .box-content ul.item-info li:hover a,
.agent-detail .box-content ul.item-info li:hover:before {
    color: #f9a11b;
}
.agent-detail .box-content ul.item-info li.agent-email:before {
    content: "\f0e0";
    font-size: 14px;
}
.agent-detail .box-content ul.item-info li.agent-mobile:before {
    content: "\f10b";
}
.agent-detail .box-content ul.item-info li.agent-address:before {
    content: "\f041";
    font-size: 17px;
}
.agent-detail .box-content .agent-about {
    border-top: 1px solid #ededfa;
    padding: 25px 0 16px;
    margin-top: 20px;
    color: #515666;
    line-height: 24px;
}
.about-agent .agent-action {
    border-top: 1px solid #e5e5f8;
    padding: 25px 0;
    display: table;
    width: 100%;
}
.about-agent .agent-action > div:first-child {
    padding-left: 0;
}
.about-agent .agent-action > div:last-child {
    padding-right: 0;
}
.agent-detail .box-content .agent-social {
    margin-bottom: 30px;
}
.agent-detail.style-2 {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-detail.style-2 .thumbnail:before,
.agent-social a {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.agent-detail.style-2:hover {
    -webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
}
.agent-detail.style-2 .box-content .title {
    margin-top: 20px;
}
.agent-detail.style-2 .info-agent {
    padding: 0 30px;
}
.agent-detail.style-2 .thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 74, 130, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.4s ease 0s;
}
.agent-detail.style-2:hover .thumbnail:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.agent-detail.style-2 .thumbnail .agent-social {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.agent-detail.style-2:hover .thumbnail .agent-social {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease 0.18s;
    -o-transition: all 0.3s ease 0.18s;
    transition: all 0.3s ease 0.18s;
}
.agent-detail.style-2 .thumbnail .agent-social a {
    background: #fff;
    color: #006039;
}
.agent-detail.style-2 .thumbnail .agent-social a:hover {
    background: #f9a11b;
    color: #fff;
}
.agent-social a {
    display: inline-block;
    background: #d5d5e6;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 12px;
    transition: all 0.4s ease 0s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.agent-social a:hover {
    color: #fff;
    background: #f9a11b;
}
.agent-contact .item-wrap {
    position: relative;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    width: 30%;
}
.agent-contact .item-wrap.form-action,
.agent-contact .item-wrap.form-textarea {
    width: 95%;
}
.agent-contact .item-wrap input[type="text"] {
    display: inline-block;
    background: 0 0;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.agent-contact .item-wrap input[type="text"]:focus,
.agent-contact .item-wrap input[type="text"]:hover {
    outline: 0;
}
.agent-contact .item-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fbb040;
    height: 1px;
    width: 30%;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-contact .item-wrap.form-textarea:after {
    bottom: 7px;
}
.agent-contact .item-wrap.form-action:after {
    display: none;
}
.agent-contact .item-wrap:focus:after,
.agent-contact .item-wrap:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.agent-contact .item-wrap textarea {
    display: inline-block;
    background: 0 0;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    height: 120px;
    padding: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.featured-agent .agent-item {
    margin-bottom: 20px;
    border: none;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    float: left;
    width: 100%;
}
.featured-agent .agent-item:last-child {
    margin-bottom: 0;
}
.featured-agent .agent-item .thumbnail {
    float: left;
    border: none;
    padding: 0;
}
.featured-agent .agent-item .thumbnail a {
    display: table;
    position: relative;
}
.featured-agent .agent-item .thumbnail img {
    width: 70px;
}
.featured-agent .agent-item .thumbnail a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    filter: alpha(opacity=0);
}
.blog-item,
.featured-agent .agent-item .thumbnail a:after {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.featured-agent .agent-item .thumbnail a:after {
    content: "\f0c1";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #006039;
    font-size: 20px;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    -o-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    opacity: 0;
    filter: alpha(opacity=0);
}
.featured-agent .agent-item:hover .thumbnail a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.featured-agent .agent-item:hover .thumbnail a:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100);
}
.featured-agent .content {
    padding: 3px 0 3px 15px;
    float: left;
    width: calc(100% - 70px);
    text-align: left;
}
.featured-agent .agent-item:hover .content {
    padding: 3px 0 3px 15px;
    margin-top: 0;
}
.featured-agent .content .item-title {
    color: #3a3f4c;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
}
.blog-item .entry-header h2,
.testimonial-item .testimonial-name {
    font-size: 20px;
    text-transform: uppercase;
}
.testimonial-item .box-user {
    clear: both;
    margin-bottom: 35px;
}
.testimonial-item .box-user img {
    max-width: 215px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    background: #fff;
    display: inline-block;
}
.testimonial-item .testimonial-content {
    max-width: 970px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    position: relative;
}
.testimonial-item .testimonial-content:before {
    content: "\f10d";
    font-size: 26px;
    color: #f9a11b;
    position: absolute;
    left: -54px;
    top: 0;
    font-family: FontAwesome;
}
.testimonial-item .testimonial-content:after {
    content: "\f10e";
    font-size: 26px;
    color: #f9a11b;
    position: absolute;
    right: -54px;
    bottom: 0;
    font-family: FontAwesome;
}
.testimonial-carousel .owl-controls .owl-page span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    width: 20px;
    height: 4px;
    margin: 0 7px;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
}
.blog-carousel .blog-item,
.testimonial-carousel .testimonial-item.style-2 {
    margin-left: 15px;
    margin-right: 15px;
}
.testimonial-carousel .owl-controls .owl-page.active span {
    background-color: #f9a11b;
}
.testimonial-item.style-2 {
    padding-top: 55px;
}
.testimonial-item.style-2 .testimonial-wrap {
    padding: 48px 40px 35px;
    position: relative;
    background: #fff;
    border: 1px solid #e5e5f8;
}
.testimonial-item.style-2 .box-user {
    display: block;
    padding-left: 0;
    text-align: center;
    margin-bottom: 40px;
}
.testimonial-item.style-2 .box-user img {
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.testimonial-item.style-2 .testimonial-name {
    color: #3a3f4c;
    margin-bottom: 7px;
}
.testimonial-item.style-2 .testimonial-position {
    color: #abb2cc;
    display: block;
    margin-bottom: 20px;
}
.testimonial-item.style-2 .testimonial-content {
    margin-top: 35px;
    font-size: 14px;
    line-height: 24px;
}
.testimonial-item.style-2 .testimonial-content:after,
.testimonial-item.style-2 .testimonial-content:before {
    display: none;
}
.blog-index {
    padding: 30px 30px 0;
    background-color: #f3f3f9;
}
.blog-item {
    position: relative;
    transition: all 0.4s ease 0s;
}
.blog-item .content-featured {
    overflow: hidden;
    width: 100%;
}
.blog-item .content-featured .content-thumb {
    position: relative;
    display: block;
}
.blog-item .content-featured .content-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #006039;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-item:hover .content-featured .content-thumb:after {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.blog-item .content-thumb img {
    width: 100%;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.blog-item:hover .content-thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-item .content-thumb span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    -moz-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    -ms-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    width: 2px;
    height: 46px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.blog-item .content-thumb span:after,
.blog-item .content-thumb span:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 23px;
    background-color: #fff;
    top: 50%;
    left: 50%;
}
.blog-item:hover .content-thumb span {
    -webkit-transform: translate(-50%, -50%) scaleY(1) rotate(0);
    -moz-transform: translate(-50%, -50%) scaleY(1) rotate(0);
    -ms-transform: translate(-50%, -50%) scaleY(1) rotate(0);
    transform: translate(-50%, -50%) scaleY(1) rotate(0);
}
.blog-item .content-thumb span:before {
    -webkit-transform: translate(-50%, 0) scaleY(1) rotate(0);
    -moz-transform: translate(-50%, 0) scaleY(1) rotate(0);
    -ms-transform: translate(-50%, 0) scaleY(1) rotate(0);
    transform: translate(-50%, 0) scaleY(1) rotate(0);
    transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.blog-item .content-thumb span:after {
    -webkit-transform: translate(-50%, 0) scaleY(1) rotate(-180deg);
    -moz-transform: translate(-50%, 0) scaleY(1) rotate(-180deg);
    -ms-transform: translate(-50%, 0) scaleY(1) rotate(-180deg);
    transform: translate(-50%, 0) scaleY(1) rotate(-180deg);
    -webkit-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    -o-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.blog-item .wrap-entry,
.blog-item.style-2 {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.blog-item:hover .content-thumb span:before {
    -webkit-transform: translate(-50%, 0) scaleY(1) rotate(90deg);
    -moz-transform: translate(-50%, 0) scaleY(1) rotate(90deg);
    -ms-transform: translate(-50%, 0) scaleY(1) rotate(90deg);
    transform: translate(-50%, 0) scaleY(1) rotate(90deg);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.blog-item:hover .content-thumb span:after {
    -webkit-transform: translate(-50%, 0) scaleY(1) rotate(-90deg);
    -moz-transform: translate(-50%, 0) scaleY(1) rotate(-90deg);
    -ms-transform: translate(-50%, 0) scaleY(1) rotate(-90deg);
    transform: translate(-50%, 0) scaleY(1) rotate(-90deg);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.blog-item .wrap-entry {
    margin: 0 50px -88px;
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    transform: translate(0, -88px);
    background: #fff;
    transition: all 0.4s ease 0s;
    border: 1px solid #e5e5f8;
    float: left;
}
.blog-item .entry-header {
    padding: 34px 30px;
    position: relative;
    float: left;
}
.blog-item .entry-header h2 {
    margin: 0;
    line-height: 26px;
}
.blog-item .entry-header .tag-date {
    position: absolute;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    top: 0;
    left: 0;
    background-color: #f9a11b;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    padding: 10px 20px;
}
.blog-item .entry-header .tag-date:before {
    border-bottom: 10px solid #f9a11b;
    border-left: 39px solid transparent;
    border-right: 38px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -10px;
    width: 0;
}
.blog-item .entry-header .tag-date span {
    display: block;
}
.blog-item .entry-header .item-info {
    margin-top: 16px;
    font-weight: 500;
}
.blog-item .entry-header .item-info span {
    position: relative;
    line-height: 24px;
    padding-right: 16px;
    margin-right: 14px;
    float: left;
}
.blog-item .entry-header .item-info span:last-child {
    margin-right: 0;
    padding-right: 0;
}
.blog-item .entry-header .item-info span:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 15px;
    background: #d4d8e8;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.blog-item .entry-header .item-info span:last-child:before {
    display: none;
}
.blog-item .entry-header .item-info span i {
    color: #d4d8e8;
    padding-right: 5px;
}
.blog-item .content-featured .tag-date {
    position: absolute;
    background-color: #f9a11b;
    color: #fff;
    font-weight: 600;
    text-align: center;
    transform: translate(0, 0);
    left: 30px;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 17px 5px;
    top: -1px;
    display: block;
}
.blog-item .content-featured .tag-date:before {
    border-top: 10px solid #f9a11b;
    border-left: 32px solid transparent;
    border-right: 31px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    top: auto;
    bottom: -10px;
}
.blog-item .content-featured .tag-date span {
    display: block;
}
.blog-item .entry-content {
    padding: 10px 30px 6px;
    clear: left;
}
.blog-item .entry-footer {
    padding: 2px 30px 32px;
    border-top: 1px solid #fff;
}
.blog-item .entry-footer .item-info span {
    position: relative;
    line-height: 24px;
    padding-right: 16px;
    margin-right: 14px;
    float: left;
}
.blog-item .entry-footer .item-info span:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 15px;
    background: #d4d8e8;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.blog-item .entry-footer .item-info span:last-child {
    margin-right: 0;
    padding-right: 0;
}
.blog-item .entry-footer .item-info span:last-child:before {
    display: none;
}
.blog-item .entry-footer .item-info span i {
    color: #d4d8e8;
    padding-right: 5px;
}
.blog-item.style-2 {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e5e5f8;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}
.blog-item.style-2 .content-featured {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    min-height: auto;
    overflow: initial;
}
.blog-item.style-2 .wrap-entry {
    transform: translate(0, 0);
    margin: 0;
    border: none;
}
.blog-item.style-2 .entry-header {
    padding-top: 20px;
    padding-bottom: 0;
}
.blog-item.style-2 .entry-header h2 {
    font-size: 18px;
}
.blog-item.style-2 .entry-footer .read-more {
    background: 0 0;
    color: #515666;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    padding: 0;
    overflow: initial;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.blog-item.style-2 .entry-footer .read-more:after {
    font-family: Ionicons;
    line-height: 18px;
    content: "\f3d1";
    position: absolute;
    top: 2px;
    right: -14px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-item.style-3,
.mailchimp .mailchimp-main:after {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.blog-item.style-2 .entry-footer .read-more:hover:after {
    right: -24px;
}
.blog-item.style-2 .entry-footer .read-more:hover {
    color: #f9a11b;
}
.blog-item.style-2 .entry-footer .item-info {
    display: block;
    float: right;
    margin-top: 0;
}
.blog-item.style-3 {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5f8;
    transition: all 0.4s ease 0s;
    margin-bottom: 30px;
}
.blog-item.style-3:hover {
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.12);
}
.blog-item.style-3 .blog-featured {
    overflow: hidden;
    width: 100%;
    display: block;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.blog-item.style-3 .wrap-entry {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
    border: none;
}
.blog-item.style-3 .entry-header {
    padding-bottom: 5px;
}
.blog-item.style-3 .entry-footer .item-info {
    display: block;
    float: right;
    margin-top: 11px;
}
.blog-item.style-3 .content-featured {
    height: 100%;
}
.blog-item.style-3 .content-featured .content-thumb {
    position: relative;
    display: block;
    min-height: 100%;
}
.blog-detail {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5f8;
    float: left;
    width: 100%;
}
.blog-detail .content-featured img {
    width: 100%;
}
.blog-detail .entry-header {
    padding: 34px 40px 0;
    position: relative;
}
.blog-detail .entry-header h1 {
    margin: 0;
    text-transform: uppercase;
    line-height: 26px;
    font-size: 24px;
}
.blog-detail .item-info {
    margin-top: 16px;
    font-weight: 500;
}
.blog-detail .item-info span {
    position: relative;
    line-height: 24px;
    padding-right: 16px;
    margin-right: 14px;
    float: left;
}
.blog-detail .item-info span:last-child {
    margin-right: 0;
    padding-right: 0;
}
.blog-detail .item-info span:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 15px;
    background: #d4d8e8;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.blog-detail .item-info span:last-child:before {
    display: none;
}
.blog-detail .item-info span i {
    color: #d4d8e8;
    padding-right: 5px;
}
.blog-detail .entry-content {
    padding: 20px 40px 30px;
    clear: both;
    display: block;
}
.blog-detail .entry-content .in-blog-wrap {
    margin: 30px 0 20px;
    float: left;
    width: 100%;
}
.blog-detail .entry-content blockquote {
    font-family: Exo, sans-serif;
    font-size: 18px;
    color: #006039;
    font-weight: 600;
    font-style: italic;
    line-height: 30px;
    position: relative;
    padding: 8px 0 8px 30px;
    margin: 20px 0;
    border-left: none;
}
.blog-detail .entry-content blockquote:after,
.blog-detail .entry-content blockquote:before {
    font-family: ionicons;
    content: "\f347";
    color: #f9a11b;
    position: absolute;
    font-style: normal;
    font-size: 24px;
}
.blog-detail .entry-content blockquote:before {
    top: 0;
    left: 0;
}
.blog-detail .entry-content blockquote:after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.blog-detail .entry-footer {
    padding: 8px 40px 15px;
    border-top: 1px solid #fff;
    clear: both;
    display: block;
}
.blog-detail .entry-footer .single-tag span {
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 16px;
}
.blog-detail .entry-footer .single-tag a {
    border: 1px solid #e5e5f8;
    margin: 0 5px;
    padding: 4px 20px;
    font-size: 12px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.blog-detail .entry-footer .single-tag a:hover {
    border-color: #f9a11b;
}
.post-navigation {
    padding: 12px 40px 20px;
    background: #fff;
    font-weight: 500;
    border-bottom: 0;
}
.post-navigation .next-post,
.post-navigation .prev-post {
    width: 50%;
    float: left;
    position: relative;
    height: 126px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px;
    overflow: hidden;
}
.post-navigation:after {
    content: "";
    display: table;
    clear: both;
}
.post-navigation .next-post:after,
.post-navigation .next-post:before,
.post-navigation .prev-post:after,
.post-navigation .prev-post:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.post-navigation .next-post:before,
.post-navigation .prev-post:before {
    background: #000;
    top: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.post-navigation .next-post:after,
.post-navigation .prev-post:after {
    background: #f9a11b;
    top: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.post-navigation .prev-post:before {
    right: 0;
}
.post-navigation .prev-post:after {
    right: -100%;
}
.post-navigation .next-post:before {
    left: 0;
}
.post-navigation .next-post:after {
    left: -100%;
}
.post-navigation .next-post:hover:before,
.post-navigation .prev-post:hover:before {
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
.post-navigation .next-post:hover:after,
.post-navigation .prev-post:hover:after {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.post-navigation .prev-post:hover:before {
    right: 100%;
}
.post-navigation .prev-post:hover:after {
    right: 0;
}
.post-navigation .next-post:hover:before {
    left: 100%;
}
.post-navigation .next-post:hover:after {
    left: 0;
}
.post-navigation .next-post .bg-next-post,
.post-navigation .next-post .bg-prev-post,
.post-navigation .prev-post .bg-next-post,
.post-navigation .prev-post .bg-prev-post {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.post-navigation .next-post span,
.post-navigation .prev-post span {
    position: relative;
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    z-index: 3;
    margin-bottom: 7px;
}
.post-navigation .prev-post span {
    margin-left: 10px;
}
.post-navigation .next-post span:before,
.post-navigation .prev-post span:before {
    font-family: ionicons;
    position: absolute;
    line-height: 18px;
    top: 0;
}
.post-navigation .prev-post span:before {
    content: "\f3cf";
    left: -10px;
}
.post-navigation .next-post span:before {
    content: "\f3d1";
    right: -10px;
}
.post-navigation .next-post a,
.post-navigation .prev-post a {
    color: #fff;
    position: relative;
    font-size: 18px;
    z-index: 3;
    display: block;
}
.blog-detail .comment {
    padding: 24px 40px 40px;
    margin: 0;
    border: none;
}
.blog-detail .comment .comment-title {
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}
.blog-detail .comment .item-comment-header-right {
    width: 9%;
}
.partner-carousel .item {
    margin-left: 3px;
    margin-right: 3px;
}
.partner-carousel .item > a {
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
}
.partner-carousel .item > a img {
    max-width: 190px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.partner-carousel .item > a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.mailchimp {
    position: relative;
    padding: 40px 0 60px;
}
.mailchimp .title {
    font-size: 34px;
    line-height: 26px;
    color: #f9a11b;
    font-weight: 600;
    text-transform: uppercase;
}
.mailchimp .sub-title {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
}
.mailchimp .mailchimp-main {
    position: relative;
    max-width: 420px;
    margin-top: 26px;
}
.mailchimp .mailchimp-main input {
    background: 0 0;
    border: none;
    outline: 0;
}
.mailchimp .mailchimp-main input[type="email"] {
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.mailchimp .mailchimp-main input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    text-indent: -200px;
    z-index: 9;
    width: 36px;
    height: 100%;
    line-height: 36px;
}
.mailchimp .mailchimp-main i {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}
.mailchimp .mailchimp-main:hover i {
    color: #f9a11b;
}
.mailchimp .mailchimp-main:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fbb040;
    height: 1px;
    width: 30%;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
}
.floor-plan .box-features > ul li,
.panel-group .panel-heading a {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.mailchimp .mailchimp-main:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.mailchimp img {
    position: absolute;
    right: 0;
    top: -48px;
}
.footer {
    display: block;
}
.main-footer {
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.main-footer .wigetized {
    padding: 30px 0;
}
.footer .widget {
    color: #515666;
}
.footer .widget-title {
    color: #f9a11b;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
}
.footer .widget-title::after {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #f9a11b;
}
.copyright,
.faq {
    position: relative;
}
.main-footer ul {
    padding: 0;
}
.main-footer ul.contact-info {
    margin-top: 23px;
}
.panel-group .panel + .panel,
.panel-group > .panel,
.sidebar .widget,
.sidebar .widget:first-child {
    margin-top: 0;
}
.main-footer ul.contact-info li {
    margin-bottom: 10px;
}
.main-footer ul.contact-info li i {
    width: 32px;
    height: 32px;
    background: #fab852;
    text-align: center;
    line-height: 32px;
    margin-right: 15px;
    color: #fff;
    font-size: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.main-footer ul.open-info {
    max-width: 220px;
}
.main-footer ul.open-info li {
    line-height: 40px;
    border-bottom: 1px solid #e5e5f8;
    padding: 0;
}
.copyright {
    background: #fff;
    padding: 28px 0;
}
.copyright .footer-social a {
    margin-left: 13px;
}
.copyright .footer-social a i {
    font-size: 18px;
    color: #d4d8e8;
}
.copyright .footer-social a:hover i,
.faq .title {
    color: #f9a11b;
}
.faq {
    z-index: 999;
}
.faq .title {
    font-size: 68px;
    text-transform: inherit;
    margin-bottom: 35px;
    text-align: right;
    line-height: 26px;
    font-weight: 600;
}
.faq .title .sub-title {
    font-size: 26px;
    width: 62px;
    text-align: right;
    text-transform: uppercase;
    display: inline-block;
}
.faq .title .first-word {
    color: #006039;
}
.faq-img-wrap {
    position: absolute;
    bottom: 0;
    right: -34px;
}
.faq-img {
    position: relative;
    z-index: 2;
}
.panel-group {
    border: 1px solid #e5e5f8;
    background: #fff;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 999;
}
.panel-group > .panel {
    display: block;
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.panel-group .panel-heading {
    margin-bottom: 2px;
    display: block;
    position: relative;
    padding: 0;
    background: 0;
    border: none;
    border-radius: 0;
}
.panel-group .panel:last-child .panel-heading {
    margin-bottom: 0;
}
.panel-group .panel-heading a {
    color: #006039;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    padding: 14px 30px 14px 20px;
    cursor: pointer;
    position: relative;
    background: #ededf7;
    display: block;
    transition: all 0.4s ease 0s;
}
.panel-group .panel-heading.active a,
.panel-group .panel-heading:hover a {
    color: #006039;
}
.panel-group .panel-heading .toggle-icon {
    color: #006039;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.panel-group .panel-heading.active .toggle-icon,
.panel-group .panel-heading:hover .toggle-icon {
    border-color: #f9a11b;
    color: #f9a11b;
}
.panel-group .panel-heading.active .toggle-icon:before {
    content: "\f209";
}
.panel-group .panel-body {
    padding: 30px 20px;
    border: none !important;
    background: 0 0;
}
.progress-wraper .progress-title {
    display: block;
    font-size: 1rem;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #515666;
}
.progress-wraper .progress-value {
    color: #515666;
    padding-right: 15px;
}
.progress-wraper .block-progressbar {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}
.progress-wraper .block-progressbar:last-child {
    margin-bottom: 0;
}
.block-progressbar .progressbar-back-text {
    position: absolute;
    font-size: 0;
    text-indent: -9999px;
    background-color: #fff;
    border: 1px solid #e5e5f8;
    -webkit-box-shadow: inset 1px 2px 8px -2px rgba(0, 0, 0, 0.12);
    box-shadow: inset 1px 2px 8px -2px rgba(0, 0, 0, 0.12);
    height: 8px;
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.block-progressbar .progresswrap {
    height: 8px;
}
.block-progressbar .progressbar {
    width: 0;
    display: block;
    position: absolute;
    height: 8px;
    background-color: #f9a11b;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
    transition: width 1s linear;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.block-progressbar .progressbar-front-text {
    position: absolute;
    right: 0;
    top: -30px;
    width: 35px !important;
    height: 20px;
    text-align: center;
    color: #515666;
    margin-bottom: 6px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    line-height: 24px;
}
.progress-header {
    margin-bottom: 45px;
}
.progress-header .title {
    font-size: 32px;
    margin-bottom: 22px;
    color: #006039;
}
.skills.has-image img {
    max-width: 310px;
    height: auto;
    position: absolute;
    bottom: -91px;
    left: -50px;
    z-index: 2;
}
.about-property .about-property-header {
    text-align: center;
    max-width: 980px;
    margin: 0 auto 75px;
}
.about-property .title-header {
    position: relative;
    color: #006039;
    font-size: 32px;
    font-weight: 600;
    margin: 30px 0;
    text-transform: uppercase;
}
.about-property .about-property-item {
    margin-bottom: 45px;
    float: left;
    width: 100%;
}
.about-property .about-property-item .icon {
    text-align: center;
    float: left;
}
.about-property .about-property-item .icon i {
    color: #f9a11b;
    font-size: 42px;
    line-height: 42px;
    display: inline-block;
    width: 42px;
}
.about-property .about-property-item .content {
    float: left;
    padding: 5px 0 5px 15px;
    width: calc(100% - 50px);
}
.about-property .about-property-item .content .content-title {
    color: #3a3f4c;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.floor-plan {
    margin: 30px 0;
}
.floor-plan .floor-plan-header {
    text-align: center;
    max-width: 950px;
    margin: 0 auto 60px;
}
.floor-plan .floor-plan-header .title {
    color: #006039;
    font-size: 32px;
    margin: 0 0 35px;
}
.floor-plan .thumbnail {
    float: left;
    width: 50%;
    padding: 0;
    border: none;
}
.floor-plan .content {
    float: left;
    width: 50%;
    padding: 0 70px;
}
.floor-plan .box-features {
    border-top: 1px solid #e5e5f8;
    padding: 20px 0;
    margin: 35px 0 10px;
}
.floor-plan .box-features > label {
    color: #3a3f4c;
    font-family: Exo, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.floor-plan .box-features > ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 0 23px;
}
.floor-plan .box-features > ul li {
    color: #3a3f4c;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.floor-plan .box-features > ul li:before {
    position: absolute;
    margin-left: -22px;
    display: inline-block;
    content: "\f178";
    font-family: FontAwesome;
}
.galleries .gallery-item {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}
.galleries .gallery-item .gallery-content {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.galleries .gallery-item i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.galleries .gallery-item:after,
.gallery .gallery-item:after {
    top: 0;
    height: 100%;
    background-color: rgba(17, 74, 130, 0.6);
    filter: alpha(opacity=0);
}
.galleries .gallery-item img,
.galleries .gallery-item:after {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 100%;
}
.galleries .gallery-item:after {
    content: " ";
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.4s ease 0s;
}
.galleries .gallery-item:hover i,
.galleries .gallery-item:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.galleries .gallery-item img {
    transition: all 0.4s ease 0s;
}
.gallery .gallery-item img,
.gallery .gallery-item:after {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.galleries .gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery .gallery-item {
    display: inline-block;
    margin-right: 3px;
    overflow: hidden;
    position: relative;
}
.gallery .gallery-item img {
    transition: all 0.4s ease 0s;
    max-width: 64px;
}
.gallery .gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery .gallery-item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.4s ease 0s;
}
.gallery .gallery-item:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}
.sidebar .widget {
    border: 1px solid #e5e5f8;
    background: #fff;
    padding: 34px 25px 40px;
    margin-bottom: 30px;
    clear: both;
    float: left;
    width: 100%;
}
.sidebar .widget-title {
    color: #f9a11b;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 40px;
    line-height: 25px;
    margin-top: 0;
}
.sidebar .widget-title:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #f9a11b;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.widget-agent-detail {
    background: #fff;
    border: 1px solid #e5e5f8;
    margin-bottom: 30px;
}
.widget-agent-detail .box-content {
    padding: 10px 25px 25px;
}
.widget-agent-detail .title-box {
    color: #3a3f4c;
    font-weight: 500;
    margin: 10px 0 4px;
}
.widget-agent-detail .item-info .position,
.widget-agent-detail .item-info .total-property {
    display: table;
    font-size: 12px;
    font-weight: 500;
}
.widget-agent-detail .item-info .position {
    padding-right: 10px;
    margin-right: 15px;
    position: relative;
}
.widget-agent-detail .box-content .item-info {
    margin-bottom: 6px;
    color: #515666;
    font-size: 14px;
    font-weight: 500;
}
.widget-agent-detail ul.item-info li {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    color: #515666;
}
.widget-agent-detail .box-content ul.item-info li:before {
    font-family: fontawesome;
    display: inline-block;
    width: 20px;
    color: #abb2cc;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.widget-agent-detail .box-content ul.item-info li.agent-email:before {
    content: "\f0e0";
    font-size: 14px;
}
.widget-agent-detail .box-content ul.item-info li.agent-phone:before {
    content: "\f095";
    font-size: 17px;
}
.widget-agent-detail .box-content ul.item-info li.agent-address:before {
    content: "\f041";
    font-size: 17px;
}
.sidebar .form-search {
    position: relative;
}
.sidebar .form-search input[type="search"] {
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5f8;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 6px 30px 6px 12px;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}
.recent-news li,
.sidebar-list li {
    padding-bottom: 10px;
}
.sidebar .form-search input[type="search"]:focus {
    border-color: #f9a11b;
}
.sidebar .form-search:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 12px;
    font-family: ionicons;
    content: "\f21f";
    color: #515666;
    font-size: 18px;
    line-height: 14px;
    margin-top: 2px;
}
.sidebar-list {
    padding-left: 14px;
}
.sidebar-list li a {
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.sidebar-list li a:before {
    width: 5px;
    height: 5px;
    background-color: #e5e5f8;
    position: absolute;
    top: 9px;
    left: -14px;
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.sidebar-list li:hover a:before {
    background-color: #f9a11b;
}
.recent-news li {
    width: 100%;
    display: block;
    float: left;
    list-style: none;
}
.recent-news img {
    float: left;
    margin-right: 12px;
    max-width: 70px;
}
.recent-news h5 {
    margin-bottom: 0;
    margin-top: 0;
}
.recent-news h5 a {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    font-weight: 600;
}
.recent-news .post-date {
    font-size: 12px;
    position: relative;
    padding-left: 16px;
}
.recent-news .post-date:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f26e";
    font-family: ionicons;
    line-height: 18px;
}
.tagcloud a {
    font-size: 12px;
    border: 1px solid #e5e5f8;
    margin: 0 10px 10px 0;
    padding: 2px 20px;
    float: left;
}
.tagcloud a:hover {
    border-color: #f9a11b;
}
.pricing-table-item {
    border: 1px solid #e5e5f8;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.pricing-table-item:hover {
    -webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.12);
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
}
.pricing-table-item .pricing-header {
    background: #006039;
    color: #fff;
    padding: 25px 25px 0;
    text-transform: uppercase;
    position: relative;
}
.pricing-table-item .pricing-header:after,
.pricing-table-item .pricing-header:before {
    position: absolute;
    height: 25px;
    background: #006039;
    content: "";
}
.pricing-table-item .pricing-header:before {
    bottom: -11px;
    left: 0;
    width: 51%;
    -webkit-transform: skew(0, 12deg);
    -moz-transform: skew(0, 12deg);
    -ms-transform: skew(0, 12deg);
    transform: skew(0, 12deg);
}
.pricing-table-item .pricing-header:after {
    bottom: -8px;
    right: 0;
    width: 50%;
    -webkit-transform: skew(0, -12deg);
    -moz-transform: skew(0, -12deg);
    -ms-transform: skew(0, -12deg);
    transform: skew(0, -12deg);
}
.pricing-table-item .pricing-header .pricing-title {
    color: #f9a11b;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 0;
}
.pricing-table-item .pricing-header .price {
    font-size: 50px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
}
.pricing-table-item .pricing-header .after-price {
    margin: 10px 0 0;
    font-weight: 100;
}
.pricing-table-item .pricing-header .pricing-line:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 10px;
    width: 51%;
    background: #f9a11b;
    -webkit-transform: skew(0, 12deg);
    -moz-transform: skew(0, 12deg);
    -ms-transform: skew(0, 12deg);
    transform: skew(0, 12deg);
}
.pricing-table-item .pricing-header .pricing-line:after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 0;
    height: 10px;
    width: 50%;
    background: #f9a11b;
    -webkit-transform: skew(0, -12deg);
    -moz-transform: skew(0, -12deg);
    -ms-transform: skew(0, -12deg);
    transform: skew(0, -12deg);
}
.pricing-table-item ul.pricing-body {
    background: #fff;
    list-style: none;
    padding: 45px 35px 20px;
    margin: 0;
}
.pricing-table-item ul.pricing-body li {
    border-bottom: 1px solid #e5e5f8;
    color: #515666;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
}
.pricing-table-item ul.pricing-body li:last-child {
    border-bottom: 0;
}
.pricing-table-item ul.pricing-body li span {
    color: #f9a11b;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
}
.pricing-table-item .pricing-action {
    background: #fff;
    padding: 0 0 40px;
}
.pricing-table-item.featured {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
}
.pricing-table-item.featured .pricing-header {
    background: #ef9306;
}
.pricing-table-item.featured .pricing-header:after,
.pricing-table-item.featured .pricing-header:before {
    background-color: #ef9306;
}
.pricing-table-item.featured .pricing-header .pricing-title {
    color: #fff;
}
.pricing-table-item.featured ul.pricing-body {
    padding: 58px 35px 20px;
}
.pricing-table-item.featured ul.pricing-body li {
    line-height: 50px;
}
.pricing-table-item.featured .pricing-action {
    padding: 5px 0 40px;
}
.contact-information {
    background-color: #fff;
    padding: 40px;
}
.contact-information .title {
    margin: 5px 0 0;
    padding-bottom: 30px;
    font-size: 26px;
    color: #515666;
    font-weight: 500;
}
.contact-information .wrap-info {
    margin-top: 30px;
}
.contact-information .wrap-info .info-item {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.contact-information .wrap-info .info-item .info-icon {
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #f9a11b;
    margin-right: 20px;
    float: left;
    text-align: center;
}
.contact-information .wrap-info .info-item .info-icon i {
    font-size: 18px;
    line-height: 40px;
}
.contact-information .wrap-info .info-item .info-text {
    float: left;
    margin-top: 8px;
    margin-bottom: 0;
    max-width: 70%;
}
.contact-information .form-item {
    position: relative;
    margin-bottom: 30px;
}
.contact-information .form-item input[type="text"],
.contact-information .form-item input[type="email"] {
    display: inline-block;
    background: 0 0;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #e5e5f8;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.contact-information .form-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fbb040;
    height: 1px;
    width: 30%;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.contact-information .form-item textarea,
.product-item {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.contact-information .form-item textarea {
    display: inline-block;
    background: 0 0;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #e5e5f8;
    height: 120px;
    padding: 0;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.contact-information .form-item.form-textarea:after {
    bottom: 7px;
}
.contact-information .form-item:focus:after,
.contact-information .form-item:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.widget_price_filter {
    padding: 8px 6px;
}
.widget_price_filter .price_slider {
    margin-bottom: 5px;
}
.widget_price_filter .price_slider_amount {
    line-height: 2.4;
    font-size: 1em;
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    background-color: #f9a11b;
    width: 12px;
    height: 12px;
    top: -4px;
    cursor: pointer;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 0;
    background-color: #a46497;
    outline: 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border: 0;
    outline: 0;
    background: #e0e0e0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.widget_price_filter .ui-slider-horizontal {
    height: 4px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.widget_price_filter .price_slider_wrapper {
    margin-top: 40px;
}
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range {
    background: #f9a11b;
}
.widget_price_filter .price_slider_amount .button {
    float: left;
    outline: 0;
    background: #f1eeea;
    color: #5e5a54;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    padding: 10px 20px;
    border: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_price_filter .price_slider_amount .button:hover {
    background: #f9a11b;
    color: #fff;
}
.widget_price_filter .price_slider_amount .price_label {
    color: #5e5a54;
    font-weight: 500;
}
.recent-products {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent-products li {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.recent-products li:last-child {
    margin-bottom: 0;
}
.recent-products li img {
    float: left;
    width: 70px;
    margin-left: 0;
    margin-right: 14px;
}
.recent-products li h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.toolbar-products {
    background-color: #fff;
    border: 1px solid #e5e5f8;
    margin-bottom: 30px;
    padding: 12px 30px;
    float: left;
    width: 100%;
}
.toolbar-products label {
    margin-bottom: 0;
    font-weight: 400;
    margin-right: 10px;
    display: inline-block;
    max-width: 100%;
}
.toolbar-products .product-style-control {
    float: left;
}
.toolbar-products .product-style-control span {
    cursor: pointer;
    margin-left: 14px;
}
.toolbar-products .product-style-control span.active {
    color: #f9a11b;
}
.commerce-ordering {
    float: right;
    margin-bottom: 0;
    margin-left: 60px;
}
.toolbar-products select:not([multiple]) {
    border: 0;
    cursor: pointer;
    color: #f9a11b;
    background: url(../images/arrow.png) right center no-repeat;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 0 20px 0 0;
    outline: 0;
    width: auto;
}
.commerce-product_per {
    float: right;
}
.product-item {
    background-color: #fff;
    border: 1px solid #e5e5f8;
    padding: 0;
    transition: all 0.4s ease 0s;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.product-item .featured-item > a img,
.product-item .featured-item > a:after {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 100%;
    display: block;
}
.product-item:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}
.product-item .featured-item {
    position: relative;
}
.product-item .featured-item > a {
    display: block;
}
.product-item .featured-item > a img {
    height: auto;
    margin: 0;
    transition: all 0.4s ease 0s;
    box-shadow: none;
}
.product-item .featured-item > a:after {
    transition: all 0.4s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    content: "";
}
.product-item:hover .featured-item > a:after {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.product-item .featured-item .action {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 104px;
    height: 104px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-item:hover .featured-item .action {
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item .featured-item .action .add-cart,
.product-item .featured-item .action .compare,
.product-item .featured-item .action .quick-view,
.product-item .featured-item .action .wishlist {
    background: #f9a11b;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Exo, sans-serif;
    font-weight: 600;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 42px;
    height: 42px;
    text-align: center;
    padding: 0;
    line-height: 42px;
    display: block;
    float: left;
    margin: 5px;
}
.product-item .featured-item .action .add-cart:before,
.product-item .featured-item .action .compare:before,
.product-item .featured-item .action .quick-view:before,
.product-item .featured-item .action .wishlist:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -8px;
    background: #006039;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transform: skewX(15deg) scaleX(1);
    -moz-transform: skewX(15deg) scaleX(1);
    -ms-transform: skewX(15deg) scaleX(1);
    transform: skewX(15deg) scaleX(1);
}
.product-item .featured-item .action .add-cart:hover:before,
.product-item .featured-item .action .compare:hover:before,
.product-item .featured-item .action .quick-view:hover:before,
.product-item .featured-item .action .wishlist:hover:before {
    -webkit-transform: skewX(0) scaleX(0);
    -ms-transform: skewX(0) scaleX(0);
    transform: skewX(0) scaleX(0);
}
.product-item .featured-item .action .add-cart {
    -webkit-transform: translate(-30%, -30%);
    -ms-transform: translate(-30%, -30%);
    -o-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 18px;
}
.product-item:hover .featured-item .action .add-cart {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item .featured-item .action .compare {
    -webkit-transform: translate(30%, -30%);
    -ms-transform: translate(30%, -30%);
    -o-transform: translate(30%, -30%);
    transform: translate(30%, -30%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-item:hover .featured-item .action .compare {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item .featured-item .action .wishlist {
    -webkit-transform: translate(-30%, 30%);
    -ms-transform: translate(-30%, 30%);
    -o-transform: translate(-30%, 30%);
    transform: translate(-30%, 30%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-item:hover .featured-item .action .wishlist {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item .featured-item .action .quick-view {
    -webkit-transform: translate(30%, 30%);
    -ms-transform: translate(30%, 30%);
    -o-transform: translate(30%, 30%);
    transform: translate(30%, 30%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-item:hover .featured-item .action .quick-view {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item .info-item {
    padding: 10px 24px 24px;
    display: block;
    float: left;
    width: 100%;
}
.product-item .info-item .product-title {
    font-size: 26px;
    font-weight: 600;
}
.product-item .info-item .price {
    float: left;
    width: 59%;
    display: block;
    color: #515666;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
}
.product-item .info-item .stars-rating {
    float: right;
    margin: 12px 0 0;
    font-size: 0.857em;
    width: 41%;
}
.product-item .info-item .price del {
    color: inherit;
    opacity: 0.5;
    margin-right: 5px;
}
.product-item .info-item .price ins {
    text-decoration: none;
}
.product-item-list {
    width: 100%;
    min-height: 322px;
    background-color: #fff;
    border: 1px solid #e5e5f8;
    padding: 0;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-item-list:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}
.product-item-list .featured-item {
    position: relative;
}
.product-item-list .featured-item img {
    height: 100%;
}
.product-item-list .info-item {
    padding: 24px 30px 30px;
}
.product-item-list .info-item .product-title {
    margin-bottom: 0;
}
.product-item-list .info-item .price {
    color: #515666;
    font-weight: 500;
    padding-top: 5px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 20px;
    display: block;
}
.product-item-list .info-item .price del {
    color: inherit;
    opacity: 0.5;
    display: inline-block;
    margin-right: 14px;
}
.product-item-list .info-item .price ins {
    font-weight: 500;
    text-decoration: none;
}
.product-item-list .info-item hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e5e5f8;
}
.product-item-list .info-item .action {
    margin-top: 30px;
}
.product-item-list .info-item .action .add-cart {
    display: inline-block;
    margin-right: 5px;
}
.product-item-list .info-item .action .compare,
.product-item-list .info-item .action .quick-view,
.product-item-list .info-item .action .wishlist {
    background: #f9a11b;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Exo, sans-serif;
    font-weight: 600;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 42px;
    height: 44px;
    text-align: center;
    padding: 0;
    line-height: 44px;
    display: inline-block;
    margin-right: 5px;
}
.product-item-list .info-item .action .compare:before,
.product-item-list .info-item .action .quick-view:before,
.product-item-list .info-item .action .wishlist:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -8px;
    background: #006039;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transform: skewX(15deg) scaleX(1);
    -moz-transform: skewX(15deg) scaleX(1);
    -ms-transform: skewX(15deg) scaleX(1);
    transform: skewX(15deg) scaleX(1);
}
.product-item-list .info-item .action .compare:hover:before,
.product-item-list .info-item .action .quick-view:hover:before,
.product-item-list .info-item .action .wishlist:hover:before {
    -webkit-transform: skewX(0) scaleX(0);
    -ms-transform: skewX(0) scaleX(0);
    transform: skewX(0) scaleX(0);
}
.quick-content {
    max-width: 800px;
    width: 100%;
    min-height: 450px;
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 30px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    transform-origin: 0 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.quick-content .quickview-close {
    background-image: url(../images/quickview_close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
}
.quick-content .quickview-close:hover {
    border: 1px solid #000;
}
.quick-content .quick-left {
    width: 45%;
    float: left;
}
.quick-content .quick-left img {
    height: auto;
    max-width: 100%;
}
.quick-content .quick-right {
    width: 55%;
    float: left;
    padding-left: 30px;
}
.quick-content .quick-right .product-title {
    padding: 0;
    margin: 0 0 10px;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.quick-content .quick-right .product-rating {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 2;
    display: block;
}
.quick-content .quick-right .product-rating .stars-rating {
    margin: 12px 20px 0 0;
    font-size: 1em;
    float: left;
    width: 100px;
}
.quick-content .quick-right .price {
    color: #515666;
    font-weight: 500;
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 20px;
}
.quick-content .quick-right hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e5e5f8;
}
.quick-content .quick-right form.mini-cart {
    margin-bottom: 2em;
    margin-top: 30px;
}
.quick-content .quick-right div.quantity {
    float: left;
    margin: 0 10px 0 0;
}
.quick-content .quick-right .product-meta .posted_in a:first-child,
.quick-content .quick-right .product-meta .tagged_as a:first-child,
.single-product .summary .product-meta .posted_in a:first-child,
.single-product .summary .product-meta .tagged_as a:first-child {
    margin-left: 5px;
}
.quantity-attr {
    border: 1px solid #e5e5f8;
    height: 44px;
    position: relative;
}
.quantity-attr input {
    border: 0;
    height: 40px;
    width: 64px;
    text-align: center;
}
.quantity-attr button {
    position: absolute;
    right: 5px;
    border: 0;
    line-height: 14px;
    background: #fff;
    z-index: 1;
    outline: 0;
}
.quantity-attr button.qty-decrease {
    bottom: 0;
}
.quantity-attr button.qty-increase {
    top: 0;
}
.quick-content .quick-right .product-meta {
    margin-top: 0;
    margin-bottom: 25px;
}
.quick-content .quick-right .product-meta .posted_in,
.quick-content .quick-right .product-meta .tagged_as {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.quick-content .quick-right .product-meta .posted_in a,
.quick-content .quick-right .product-meta .tagged_as a {
    font-weight: 400;
}
.single-product {
    background: #fff;
    border: 1px solid #e5e5f8;
    margin-bottom: 30px;
    padding: 46px 50px;
    float: left;
    width: 100%;
}
.single-product .summary .product-title {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.single-product .summary .price-stock {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.single-product .summary .price {
    color: #515666;
    font-weight: 500;
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 20px;
}
.single-product .summary .status-stock {
    float: right;
    margin-top: 5px;
    font-size: 12px;
}
.single-product .summary .status-stock span {
    color: #006039;
    font-weight: 600;
    font-size: 12px;
}
.single-product .summary hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e5e5f8;
    clear: both;
    display: block;
}
.single-product .summary .mini-cart {
    float: left;
    margin-right: 10px;
}
.single-product .summary .mini-cart .quantity {
    max-width: 66px;
    float: left;
    margin-right: 10px;
}
.single-product .summary .action .compare,
.single-product .summary .action .wishlist {
    background: #f9a11b;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Exo, sans-serif;
    font-weight: 600;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 42px;
    height: 44px;
    text-align: center;
    padding: 0;
    line-height: 44px;
    display: inline-block;
    margin-right: 5px;
}
.single-product .summary .action .compare:before,
.single-product .summary .action .wishlist:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -8px;
    background: #006039;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transform: skewX(15deg) scaleX(1);
    -moz-transform: skewX(15deg) scaleX(1);
    -ms-transform: skewX(15deg) scaleX(1);
    transform: skewX(15deg) scaleX(1);
}
.single-product .summary .action .compare:hover:before,
.single-product .summary .action .wishlist:hover:before {
    -webkit-transform: skewX(0) scaleX(0);
    -ms-transform: skewX(0) scaleX(0);
    transform: skewX(0) scaleX(0);
}
.single-product .summary .product-meta {
    margin-top: 25px;
    margin-bottom: 25px;
}
.single-product .summary .product-meta .posted_in,
.single-product .summary .product-meta .tagged_as {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.single-product .summary .product-meta .posted_in a,
.single-product .summary .product-meta .tagged_as a {
    font-weight: 400;
}
.single-product .property-comment {
    border: none;
    padding: 0;
    margin: 0;
}
.commerce-cart,
.my-account-wrap {
    border: 1px solid #e5e5f8;
    background-color: #fff;
    padding: 30px;
}
.my-account-wrap {
    margin: 2em 0;
}
.my-account-wrap .form-submit .button-2,
.my-account-wrap .form-submit .checkbox,
.my-account-wrap .form-submit span {
    display: inline-block;
}
.commerce-cart {
    margin: 0 0 50px;
    text-align: left;
    width: 100%;
}
.shop-table {
    border: none;
    border-collapse: unset;
}
.shop-table th {
    background-color: #006039;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 0;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.shop-table td {
    border: none;
    border-top: 1px solid #e5e5f8;
    padding: 25px 0;
    vertical-align: middle;
}
.shop-table tbody:first-child tr:first-child td,
.shop-table tbody:first-child tr:first-child th {
    border-top: 0;
}
.shop-table a.remove {
    display: block;
    font-size: 16px;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.shop-table .product-thumbnail img {
    width: 100px;
}
.shop-table .product-name a {
    text-transform: uppercase;
    font-weight: 500;
}
.shop-table .product-price,
.shop-table .product-subtotal {
    font-size: 16px;
    font-weight: 500;
}
.shop-table .quantity .quantity-attr {
    width: 84px;
}
.shop-table td.actions {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
}
.shop-table td.actions .coupon {
    float: left;
}
.shop-table td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5f8;
    margin: 0 20px 0 0;
    outline: 0;
    line-height: 1;
    width: 260px;
    padding: 4px 16px 5px;
}
.shop-table td.actions .coupon input.apply-coupon {
    background: #f9a11b;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Exo, sans-serif;
    font-weight: 600;
    border: 0;
    padding: 4px 30px;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.cart-collaterals .cart-totals {
    float: right;
    width: 48%;
}
.cart-collaterals .shop-table {
    padding: 0 30px;
    background-color: #fff;
    border: 1px solid #e5e5f8;
}
.checkout-payment,
.checkout-review-order,
.customer-detail {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e5e5f8;
    width: 100%;
}
.customer-detail label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    font-family: poppins, sans-serif;
}
.customer-detail .item-wrap {
    margin-bottom: 0;
}
.customer-detail .item-wrap #order_comments {
    height: 350px;
}
.payment-methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0 0 30px;
    list-style: none;
}
.payment-box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em 0.5em;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
.payment-box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
@media (min-width: 1200px) {
    .property-detail-carousel .owl-controls .owl-pagination {
        max-width: 1200px;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .header-minicart .widget-shopping-cart-content:hover .wrap-minicart {
        -webkit-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        top: 100%;
    }
    .featured-item .featured-main .box-image {
        position: absolute;
    }
    .featured-item .featured-main .box-image .box-image-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: skewX(0) skewY(1.7deg);
        -ms-transform: skewX(0) skewY(1.7deg);
        -o-transform: skewX(0) skewY(1.7deg);
        transform: skewX(0) skewY(1.7deg);
        transform-origin: left top;
        -webkit-transform-origin: left top;
        overflow: hidden;
    }
    .featured-item .featured-main .box-image .box-image-content {
        -webkit-transform: skewX(0) skewY(-3deg);
        -ms-transform: skewX(0) skewY(-3deg);
        -o-transform: skewX(0) skewY(-3deg);
        transform: skewX(0) skewY(-3deg);
        transform-origin: left top;
        -webkit-transform-origin: left top;
    }
    .in-blog-wrap .in-blog-left {
        width: 50%;
        float: left;
    }
    .in-blog-wrap .in-blog-right {
        width: 47.5%;
        float: right;
    }
}
@media (min-width: 769px) {
    .shop-table .product-remove {
        width: 5%;
        padding-left: 10px;
    }
    .shop-table .product-thumbnail {
        width: 20%;
        text-align: center;
    }
    .shop-table .product-name {
        width: 30%;
    }
    .shop-table .product-price {
        width: 19%;
    }
    .shop-table .product-quantity {
        width: 16%;
    }
    .shop-table .product-subtotal {
        width: 10%;
    }
}
@media (min-width: 768px) {
    .popup-content {
        padding: 0;
        margin: 0 auto;
    }
    .blog-item.style-3 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 250px;
    }
    .blog-item.style-3 .blog-featured {
        -webkit-flex: 48%;
        flex: 48%;
    }
    .blog-item.style-3 .wrap-entry {
        -webkit-flex: 52%;
        flex: 52%;
    }
}
@media (min-width: 700px) {
    .product-item-list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .product-item-list .featured-item {
        -webkit-flex: 40%;
        -ms-flex: 40%;
        flex: 40%;
    }
    .product-item-list .info-item {
        -webkit-flex: 60%;
        -ms-flex: 60%;
        flex: 60%;
    }
}
@media (min-width: 480px) {
    .testimonial-item .box-user {
        display: inline-block;
        margin: 0 auto 60px;
        text-align: left;
        position: relative;
        padding-left: 125px;
        padding-top: 3px;
    }
    .testimonial-item .box-user img {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (max-width: 1299px) {
    .section-overlay-3:after {
        width: 16%;
    }
    .section-overlay-3 span.skew:after,
    .section-overlay-3 span.skew:before {
        left: 16%;
    }
    .section-overlay-3:before {
        left: calc(16% + 130px);
        width: calc(84% - 130px);
    }
}
@media (max-width: 991px) {
    .off-canvas,
    .off-canvas body {
        width: 100%;
        overflow-x: hidden;
    }
    .noo-main-canvas .navbar-nav > li .fa-angle-down.active:before,
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.menu-item-has-children.active > i:before {
        content: "\f106";
    }
    .icon-menu {
        display: block;
        position: absolute;
        right: 0;
        top: 47px;
        background: #fff;
        color: #666f86;
        font-size: 20px;
        border: 0;
        padding: 5px 10px;
    }
    .navbar-meta.meta-property {
        height: 75px;
        line-height: 75px;
        margin-right: 47px;
    }
    .navbar-meta.meta-phone,
    .navbar-meta.meta-social {
        margin-right: 47px;
    }
    .main-menu .navbar-nav {
        height: 0;
        overflow: hidden;
    }
    .featured-item .featured-main {
        padding: 30px 0;
    }
    .featured-item .featured-main .meta {
        width: 100%;
        float: none;
        padding: 0;
    }
    .featured-item .featured-main .info {
        max-width: 100%;
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .featured-item .featured-main .box-image {
        position: relative;
        bottom: 0;
        float: none;
    }
    .featured-item .featured-main .view {
        position: relative;
        bottom: 0;
        margin-top: 30px;
        color: #fff;
    }
    .featured-item .featured-main .view a {
        color: #fff;
    }
    .footer .footer-column-item:nth-child(2n + 1) {
        clear: both;
        margin-bottom: 30px;
    }
    .off-canvas {
        position: relative;
    }
    .off-canvas body {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .off-canvas body > * {
        -webkit-transition: -webkit-transform 0.5s ease;
        -moz-transition: -moz-transform 0.5s ease;
        -o-transition: -o-transform 0.5s ease;
        transition: transform 0.5s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .off-canvas #off-canvas-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        z-index: 1;
        background: 0 0;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0 !important;
        width: 250px;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse {
        background: 0 0;
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse:first-child {
        padding-top: 50px;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li {
        float: none;
        position: relative;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse > li {
        margin-bottom: 5px;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.menu-item-has-children {
        position: relative;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.menu-item-has-children i {
        width: 30px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 10px;
        display: block;
        line-height: 30px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        border: 1px solid #fff;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.menu-item-has-children i:hover {
        color: #000;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li #noo-search,
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li .has-cart,
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li .noo_megamenu_widget_area {
        display: none;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li a {
        color: #000;
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        margin: 0;
        padding: 5px 20px;
        position: relative;
        text-decoration: none;
        text-transform: none;
        letter-spacing: 0;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li a:hover,
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li a:hover:after,
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.current > a {
        color: #006039;
    }
    .off-canvas-enabled body > * {
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -o-transform: translateX(250px);
        transform: translateX(250px);
    }
    .off-canvas-enabled #noo-main-canvas {
        display: block;
    }
    .off-canvas-enabled .site {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    .exit-cavas,
    .noo-main-canvas .navbar-nav > li .fa-angle-down {
        width: 30px;
        display: block;
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    body .noo-main-canvas {
        background: rgba(0, 0, 0, 0);
        border: 0;
        color: #000;
        display: block;
        padding: 0;
    }
    .noo-main-canvas i {
        color: #000;
        font-size: 14px;
        line-height: 50px;
    }
    .exit-cavas {
        position: fixed;
        top: 10px;
        left: -40px;
        height: 30px;
        background-image: url(../images/remove.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        z-index: 9;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    .noo-main-canvas .navbar-nav > li .fa-angle-down {
        text-align: center;
        position: absolute;
        top: 0;
        right: 10px;
        line-height: 30px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    .header-2 .main-menu,
    .megamenu-widget-area,
    .section-overlay-3 span.skew {
        display: none;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li ul.sub-menu {
        padding-left: 30px;
        display: none;
    }
    .faq .title {
        font-size: 47px;
    }
    .faq-img-wrap {
        position: relative;
        right: 0;
        width: 100%;
    }
    .section-overlay-3:before {
        width: 100%;
        left: 0;
    }
    .section-overlay-3:after {
        width: 0;
    }
    .skills.has-image img {
        max-width: 230px;
        left: 0;
        bottom: 0;
    }
    .section-about-group .popup-video {
        margin-top: 10px;
    }
    .header-2 .navbar-header {
        float: none;
        width: 100%;
        height: 75px;
        padding: 0 15px;
        text-align: left;
    }
    .header-2 .navbar-header .logo-img {
        margin-top: 0;
    }
    .header-2 .navbar-header .icon-menu {
        right: 15px;
        top: 22px;
        background: 0 0;
        color: #fff;
    }
    .header-2 .main-menu,
    .header-2 .property-search {
        width: 100%;
    }
    .header-2 .form-halfmap {
        padding: 15px 30px 0;
    }
    .header-2 .form-halfmap > div {
        float: none;
        width: 100%;
        border: 0;
    }
    .header-2 .form-halfmap .item-wrap > input[type="text"],
    .header-2 .form-halfmap .selection {
        width: 100%;
    }
    .header-2 .form-halfmap .button {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .service-item {
        margin-bottom: 40px;
    }
    .main-footer .wigetized {
        padding: 150px 0 50px;
    }
    .floor-plan .content,
    .floor-plan .thumbnail,
    .property-detail .content,
    .property-detail .thumbnail {
        width: 100%;
    }
    .property-detail .content .property-box {
        width: 100%;
        float: left;
    }
    .agent-contact .item-wrap {
        width: 95%;
    }
    .sidebar {
        clear: both;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .property-box-meta.absolute {
        position: relative;
        width: 100%;
        display: block;
        margin-top: 50px;
    }
    .property-box-meta-content {
        width: 100%;
        max-width: none;
    }
    .property-detail-carousel .owl-controls {
        height: auto;
    }
    .property-detail-carousel .owl-controls .owl-page {
        background: 0 0 !important;
        width: auto;
        height: auto;
        margin: auto;
    }
    .property-detail-carousel .owl-controls .owl-page:before {
        position: relative;
    }
    .property-detail-carousel .owl-controls .owl-page span {
        display: inline-block;
    }
    .header-toggle .menu-nav-control,
    .pricing-table-item .pricing-header:after,
    .pricing-table-item .pricing-header:before {
        display: none;
    }
    .pricing-table-item .pricing-header {
        padding-bottom: 20px;
    }
    .pricing-table-item .pricing-header .pricing-line:after,
    .pricing-table-item .pricing-header .pricing-line:before {
        bottom: -10px;
        -webkit-transform: skew(0, 0);
        -moz-transform: skew(0, 0);
        -ms-transform: skew(0, 0);
        transform: skew(0, 0);
    }
    .pricing-table-item {
        margin-bottom: 30px;
    }
    .pricing-table-item.featured {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@media (max-width: 414px) {
    .blog-item,
    .footer .widget {
        margin-bottom: 30px;
    }
    .blog-carousel .blog-item,
    .blog-item .wrap-entry,
    .properties-carousel-2 .property-item,
    .testimonial-carousel .testimonial-item.style-2 {
        margin-right: 0;
        margin-left: 0;
    }
    .copyright,
    .service-item {
        text-align: center;
    }
    .header-fullwidth .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-minicart,
    .navbar-meta,
    .navbar-meta.meta-phone {
        display: none;
    }
    .agent-carousel .owl-controls,
    .blog-carousel .owl-controls,
    .partner-carousel .owl-controls,
    .properties-carousel .owl-controls {
        position: static;
    }
    .ads-service .title {
        font-size: 24px;
    }
    .ads-service .sub-title {
        font-size: 14px;
        margin-top: 10px;
    }
    .ads-service .ads-phone {
        min-width: 270px;
        position: relative;
        top: 10px;
    }
    .ads-service .ads-phone .ads-desc a {
        font-size: 20px;
    }
    .section-title .wrap-title .title {
        font-size: 24px;
    }
    .section-title .wrap-title .sub-title {
        font-size: 14px;
    }
    .section-title .wrap-title .sub-title .icon-decotitle {
        display: block;
        float: none;
        font-size: 28px;
    }
    .mailchimp img,
    .skills.has-image img {
        display: none;
    }
    .featured-item .featured-main .meta .title {
        font-size: 24px;
        font-weight: 500;
    }
    .featured-item .featured-main .meta .location {
        font-size: 14px;
    }
    .featured-item .featured-main .meta .price {
        font-size: 18px;
    }
    .featured-item .featured-main .info > span {
        padding: 25px 0 15px 15px;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }
    .featured-item .featured-main .box-image {
        width: 100%;
    }
    .testimonial-item .testimonial-content {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .testimonial-item .testimonial-content:before {
        left: 0;
    }
    .testimonial-item .testimonial-content:after {
        right: 0;
    }
    .blog-item {
        float: left;
        width: 100%;
    }
    .blog-item .wrap-entry {
        margin-bottom: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .blog-item .entry-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-item .entry-header h2 {
        font-size: 19px;
    }
    .blog-item .entry-content {
        padding: 10px 15px 6px;
    }
    .blog-item .entry-footer {
        padding: 2px 15px 32px;
    }
    .mailchimp .title {
        font-size: 24px;
    }
    .mailchimp .sub-title {
        font-size: 14px;
    }
    .copyright .footer-social {
        margin-top: 12px;
    }
    .blog-carousel.row,
    .properties-carousel-2.row,
    .properties-carousel.row,
    .testimonial-carousel.row {
        margin: 0;
    }
    .property-item.style-2 .item-featured {
        max-width: none;
        width: 100%;
    }
    .property-item.style-2 .item-content {
        width: 100%;
    }
    .nav-tabs > li,
    .single-property-detail.tab .detail-tabs > li {
        margin-bottom: 15px;
        display: block;
        float: none;
    }
    .testimonial-item.style-2 .box-user img {
        top: -50px;
    }
    .about-agent .agent-action .contact-now {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        padding-right: 0;
    }
    .agent-contact .item-wrap {
        width: 92%;
    }
    .post-navigation .next-post,
    .post-navigation .prev-post {
        width: 100%;
    }
    .post-navigation .next-post a,
    .post-navigation .prev-post a {
        font-size: 16px;
    }
    .blog-detail .comment .item-comment-header-right {
        width: 25%;
    }
    .commerce-ordering,
    .commerce-product_per,
    .toolbar-products .product-style-control {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .product-item .info-item .price,
    .product-item .info-item .stars-rating {
        float: none;
        width: 100%;
        display: block;
    }
    .product-item .info-item .stars-rating {
        margin-bottom: 30px;
    }
    .product-item .info-item .product-title {
        margin-bottom: 15px;
    }
    .product-list {
        clear: both;
    }
    .single-product {
        padding-left: 15px;
        padding-right: 15px;
    }
    .shop-table thead {
        display: none;
    }
    .shop-table tr td {
        display: block;
        text-align: right;
        float: left;
        width: 100%;
    }
    .shop-table tr td:first-child {
        border-top: 0;
    }
    .shop-table tr td::before {
        content: attr(data-title) " ";
        font-weight: 500;
        float: left;
    }
    .shop-table tr td.product-thumbnail {
        text-align: center;
    }
    .shop-table tr td.product-remove::before,
    .shop-table tr td.product-thumbnail::before {
        content: "";
    }
    .shop-table .quantity .quantity-attr {
        float: right;
    }
    .shop-table td.actions .button,
    .shop-table td.actions .coupon .input-text,
    .shop-table td.actions .coupon input.apply-coupon {
        width: 100%;
        margin: 0 0 10px;
    }
    .shop-table td.actions .button {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .cart-collaterals .cart-totals {
        width: 100%;
    }
    .cart-collaterals .cart-totals .cart-subtotal > td:first-child,
    .cart-collaterals .cart-totals .order-total > td:first-child,
    .checkout-review-order .cart-totals .cart-subtotal > td:first-child,
    .checkout-review-order .shop-table tfoot > tr > td:first-child {
        display: none;
    }
    .cart-collaterals .cart-totals .proceed-to-checkout .button {
        width: 100%;
        text-align: center;
    }
    .floor-plan .content {
        padding-left: 0;
        padding-right: 0;
    }
}
.property-item-map-wrap .bed,
.property-item-map-wrap .bath {
    display: none !important;
}
.property-item-map-wrap .content .content-title {
    font-size: 16px !important;
    white-space: pre-line !important;
}
.property-item-map .thumbnail {
    width: 35% !important;
    float: left !important;
}
.property-item-map .content {
    width: 65% !important;
    float: right !important;
}
.label-info{background-color:#006039 !important}