@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
/* font-family: "EB Garamond", serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", sans-serif; */

/* 	-----------------------------------------------------
    ------------------- General Styles ------------------
    ----------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    color: #555555;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #555555;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #0C2125;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

.d-block {
    display: block;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 30px;
}

@media only screen and (max-width:1023px) {
    .container {
        padding: 0 20px;
    }
}

/* 	-----------------------------------------------------
    -------------------- Header Styles ------------------
    ----------------------------------------------------- */
.header-section {
    padding: 50px 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .4s ease-in-out;
}

.header-section.sticky {
    padding: 20px 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #0C2125CC;
    transition: all .4s ease-in-out;
}

.header-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section figure {
    margin: 0;
    padding: 0;
}

.header-section figure img {
    height: 70px;
}

.header-section aside a {
    margin: 0;
    padding: 7px 30px 7px 7px;
    width: auto;
    height: auto;
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .5s;
}

.header-section aside a:hover {
    background-color: #2D2425;
    transition: .5s;
}

.header-section aside a img {
    width: 48px;
    height: 48px;
}

.header-section aside.for-mobile {
    display: none;
}

@media only screen and (max-width:760px) {
    .header-section {
        padding: 20px 0;
    }

    .header-section figure img {
        height: 50px;
    }

    .header-section aside {
        display: none;
    }

    .header-section aside.for-mobile {
        display: block;
    }

    .header-section aside a {
        padding: 4px 15px 4px 4px;
        font-size: 12px;
        width: 180px;
        gap: 8px;
    }

    .header-section aside a img {
        width: 32px;
        height: 32px;
    }
}

/* 	-----------------------------------------------------
    -------------------- Banner Styles ------------------
    ----------------------------------------------------- */
.banner-section {
    position: relative;
    z-index: 1;
    padding: 240px 0 75px 0;
}

.banner-section article {
    width: 100%;
    max-width: 530px;
}

.banner-section h1 {
    font-family: "EB Garamond", serif;
    font-size: 68px;
    font-weight: 500;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 10px 0;
    margin: 0;
}

.banner-section p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0;
}

.banner-section h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 0;
}

.banner-section .btn-primary {
    margin: 30px auto;
}

.banner-section aside {
    margin-top: 100px;
}

.banner-section aside ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banner-section aside ul li {
    margin: 0 0 0 -10px;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #17171747;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: -3px 4px 4px 0px #00000040;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #D9D9D9;
}

.banner-section aside ul li:first-child {
    margin: 0;
}

.banner-section aside ul li:last-child {
    margin: 0 0 0 15px;
}

.banner-section aside ul li img {
    border-radius: 50%;
    filter: grayscale(100%);
}

@media only screen and (max-width:760px) {
    .banner-section {
        min-height: 100vh;
        padding: 350px 0 35px 0;
    }

    .banner-section h1 {
        font-size: 40px;
    }

    .banner-section p {
        font-size: 12px;
    }

    .banner-section h6 {
        font-size: 12px;
    }

    .banner-section .btn-primary {
        margin: 20px auto;
    }

    .banner-section aside {
        margin-top: 50px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {}

/* 	-----------------------------------------------------
    ------------------- Content Styles ------------------
    ----------------------------------------------------- */
.content-section {
    min-height: 400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    line-height: 1.2;
    color: #0C2125;
    padding: 10px 0;
    margin: 0;
}

.content-section h1 {
    font-size: 80px;
}

.content-section h2 {
    font-size: 56px;
}

.content-section h3 {
    font-size: 44px;
}

.content-section h4 {
    font-size: 32px;
}

.content-section h5 {
    font-size: 26px;
}

.content-section h6 {
    font-size: 20px;
}

.content-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2A2A2A;
    padding: 10px 0;
    margin: 0;
}

.content-section ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc;
}

.content-section ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2A2A2A;
    margin: 5px 0;
}

.content-section ul ul {
    list-style: circle;
}

.content-section ol {
    margin: 0;
    padding: 10px 18px;
    list-style: decimal;
}

.content-section ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2A2A2A;
    margin: 5px 0;
}

.content-section ol ol {
    list-style: lower-roman;
}

.btn-group {
    display: flex;
    gap: 20px;
}

.btn-primary {
    margin: 15px 0;
    padding: 0;
    width: auto;
    height: auto;
    background: #965159;
    border: none;
    border-radius: 50px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .5s;
}

.btn-primary a {
    padding: 7px 30px 7px 7px;
    color: #FFFFFF;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.btn-primary:hover {
    color: #FFFFFF;
    background-color: #B17980;
}

.btn-primary a img {
    width: 48px;
    height: 48px;
}

@media only screen and (max-width:760px) {
    .content-section h1 {
        font-size: 30px;
    }

    .content-section h2 {
        font-size: 24px;
    }

    .content-section h3 {
        font-size: 22px;
    }

    .content-section h4 {
        font-size: 20px;
    }

    .content-section h5 {
        font-size: 18px;
    }

    .content-section h6 {
        font-size: 16px;
    }

    .btn-primary a {
        padding: 4px 20px 4px 4px;
        font-size: 12px;
        gap: 8px;
    }

    .btn-primary a img {
        width: 32px;
        height: 32px;
    }
}

/* 	-----------------------------------------------------
    -------------------- Footer Styles ------------------
    ----------------------------------------------------- */
.footer-section {
    position: relative;
    z-index: 1;
}

.form-wrapper {
    padding: 100px 0;
}

.form-wrapper .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

.form-wrapper h2 {
    font-family: "EB Garamond", serif;
    font-size: 50px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    color: #FFFFFF;
    padding: 0;
}

.form-wrapper h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 0 1rem 0;
}

.form-wrapper article {
    width: 100%;
    max-width: 590px;
}

.form-wrapper aside {
    width: 100%;
    max-width: 590px;
}

.form-wrapper form {
    padding: 30px;
    width: 100%;
    background-color: #153237DE;
    border: 1px solid #2C626C;
    border-radius: 8px;
    position: relative;
}

.form-wrapper .field-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
}

.form-wrapper .full {
    width: 100%;
    padding-bottom: 15px;
}

.form-wrapper .half {
    width: 50%;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"],
.form-wrapper select,
.form-wrapper textarea {
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    height: 44px;
    background-color: #102226;
    border: none;
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
}

.form-wrapper select {
    padding: 10px 45px 10px 15px;
    background: #102226 url(../img/dd-arrow.png) no-repeat right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-wrapper textarea {
    height: 86px;
    overflow: auto;
    resize: none;
}

.form-wrapper ::placeholder {
    color: #FFFFFF;
}

.form-wrapper ::-moz-placeholder {
    color: #FFFFFF;
}

.form-wrapper .field-btn {
    text-align: center;
    width: calc(100% - 60px);
    position: absolute;
    bottom: -25px;
}

.form-wrapper input[type="submit"] {
    margin: 0 auto;
    padding: 10px 40px;
    width: auto;
    height: 50px;
    background-color: #965159;
    border: none;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s;
}

.form-wrapper input[type="submit"]:hover,
.form-wrapper input[type="submit"]:focus {
    background-color: #B17980;
    transition: .5s;
}

.footer-wrapper {
    background-color: #153237CC;
}

.footer-wrapper h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #B2B2B2;
    text-transform: uppercase;
    padding: 1rem 0;
}

.footer-wrapper h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 1rem 0;
    max-width: 170px;
}

.footer-wrapper ul.link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-wrapper ul.link li {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #FFFFFF;
}

.footer-wrapper ul.link li a {
    color: #FFFFFF;
    transition: .5s;
}

.footer-wrapper ul.link li a:hover {
    color: #FFFFFF;
    transition: .5s;
}

.footer-wrapper ul.info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-wrapper ul.info li {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #FFFFFF;
    max-width: 380px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-wrapper ul.info li .icon {
    width: 30px;
}

.footer-wrapper ul.info li span {
    width: calc(100% - 30px);
}

.footer-wrapper ul.info li i {
    color: #B17980;
}

.footer-wrapper ul.info li a {
    color: #FFFFFF;
    transition: .5s;
    width: calc(100% - 30px);
}

.footer-wrapper ul.info li a:hover {
    color: #FFFFFF;
    transition: .5s;
}

.footer-wrapper ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.footer-wrapper ul.social li {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #FFFFFF;
}

.footer-wrapper ul.social li a {
    color: #FFFFFF;
}

.footer-wrapper .top-panel {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.footer-wrapper .top-panel .logo img {
    height: 70px;
}

.footer-wrapper .bot-panel {
    padding: 25px 0;
    border-top: 1px solid #2F5658;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
}

@media only screen and (max-width:760px) {
    .form-wrapper {
        padding: 70px 0;
        text-align: center;
    }

    .form-wrapper .container {
        flex-wrap: wrap;
        gap: 20px;
    }

    .form-wrapper h2 {
        font-size: 28px;
        padding: 0 30px;
    }

    .form-wrapper h6 {
        font-size: 12px;
    }

    .form-wrapper article {
        max-width: 100%;
    }

    .form-wrapper aside {
        max-width: 100%;
    }

    .form-wrapper form {
        padding: 20px;
    }

    .form-wrapper .field-row {
        flex-wrap: wrap;
        gap: 10px;
        padding-bottom: 10px;
    }

    .form-wrapper .full {
        padding-bottom: 10px;
    }

    .form-wrapper .half {
        width: 100%;
    }

    .form-wrapper input[type="text"],
    .form-wrapper input[type="email"],
    .form-wrapper input[type="tel"],
    .form-wrapper select,
    .form-wrapper textarea {
        font-size: 12px;
    }

    .form-wrapper .field-btn {
        width: calc(100% - 40px);
    }

    .form-wrapper input[type="submit"] {
        padding: 10px 20px;
        height: 46px;
        font-size: 12px;
        line-height: 26px;
    }

    .footer-wrapper h4 {
        font-size: 16px;
    }

    .footer-wrapper h5 {
        font-size: 14px;
        max-width: 100%;
    }

    .footer-wrapper ul.link {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .footer-wrapper ul.link li {
        margin: 0;
        font-size: 14px;
        white-space: nowrap;
    }

    .footer-wrapper ul.info li {
        margin: 0 0 10px 0;
        font-size: 14px;
        max-width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
    }

    .footer-wrapper ul.info li .icon {
        width: 100%;
    }

    .footer-wrapper ul.social {
        justify-content: center;
    }

    .footer-wrapper .top-panel {
        padding: 50px 0;
        flex-wrap: wrap;
        gap: 15px;
        text-align: center;
    }

    .footer-wrapper .top-panel .logo,
    .footer-wrapper .top-panel .links,
    .footer-wrapper .top-panel .infos,
    .footer-wrapper .top-panel .socials {
        width: 100%;
    }

    .footer-wrapper .bot-panel {
        padding: 15px 0;
        font-size: 12px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .form-wrapper .container {
        flex-wrap: wrap;
    }

    .form-wrapper article {
        max-width: 100%;
    }

    .form-wrapper aside {
        max-width: 100%;
    }

    .footer-wrapper .top-panel {
        flex-wrap: wrap;
    }

    .footer-wrapper .top-panel .logo {
        width: calc(25% - 20px);
    }

    .footer-wrapper .top-panel .links {
        width: calc(25% - 20px);
    }

    .footer-wrapper .top-panel .infos {
        width: calc(50% - 20px);
    }

    .footer-wrapper .top-panel .socials {
        width: 100%;
        text-align: center;
    }

    .footer-wrapper ul.social {
        justify-content: center;
    }
}

@media only screen and (min-width:1024px) and (max-width:1170px) {
    .form-wrapper .container {
        gap: 0;
    }
}

/* 	-----------------------------------------------------
    ------------------ Go to top Styles -----------------
    ----------------------------------------------------- */
.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #B17980 url(../fonts/cd-top-arrow.svg) no-repeat center;
    border-radius: 5px;
    box-shadow: 0px 10px 25px -3px #25252540;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

@media only screen and (max-width:1170px) {
    .cd-top {
        display: none;
    }
}

.explore-section {
    padding: 100px 0;
    background: #0C2125 url(../img/bg-01.png) repeat 0 0;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.title::before,
.title::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #FFFFFF;
    margin: 0 15px;
}

.explore-section h2 {
    font-family: "EB Garamond", serif;
    font-size: 40px;
    font-weight: 400;
    font-style: Italic;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #C48C93;
    text-align: center;
}

.explore-section h2 span {
    font-style: normal;
}

.explore-section h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #CCCCCC;
    text-transform: uppercase;
    text-align: center;
}

.explore-section section {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    gap: 40px;
}

.property-box {
    width: 50%;
}

.property-box figure {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    min-height: 508px;
    border-radius: 20px;
    overflow: hidden;
}

.property-box figure img {
    border-radius: 20px;
}

.property-box .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(7, 20, 22, 0) 42.68%, rgba(7, 20, 22, 0.92) 84.12%);
    z-index: 9;
    padding: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.property-box .details h6 strong {
    font-weight: 800;
}

.property-box .details ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.property-box .details ul li {
    margin: 0;
    padding: 8px 16px;
    background-color: #153237;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.property-box article {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.property-box .btn-primary {
    margin: 0;
}

.property-box .location {
    font-weight: 600;
    font-style: Italic;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.property-box .location span {
    margin: 10px 0 0 0;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #CCCCCC;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.property-box .location span i {
    font-size: 20px;
    color: #B17980;
}

@media only screen and (max-width:760px) {
    .explore-section {
        padding: 50px 0;
    }

    .title {
        justify-content: flex-start;
        font-size: 12px;
    }

    .title::before {
        margin: 0 10px 0 0;
    }

    .title::after {
        margin: 0 0 0 10px;
    }

    .explore-section h2 {
        font-size: 28px;
        text-align: left;
    }

    .explore-section h6 {
        font-size: 12px;
        text-align: left;
    }

    .explore-section section {
        flex-wrap: wrap;
    }

    .property-box {
        width: 100%;
    }

    .property-box figure {
        min-height: 380px;
    }

    .property-box .details {
        padding: 15px;
    }

    .property-box .details h6 {
        font-size: 14px;
    }

    .property-box .details ul {
        margin: 0;
        flex-wrap: wrap;
        gap: 5px;
    }

    .property-box .details ul li {
        font-size: 10px;
        line-height: 1.2;
        text-align: center;
        width: 48%;
    }

    .property-box article {
        margin-top: 15px;
        flex-wrap: wrap-reverse;
        gap: 15px;
    }

    .property-box .location {
        font-size: 16px;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .property-box .location span {
        font-size: 10px;
        margin-top: 0;
    }

    .property-box .location span i {
        font-size: 14px;
    }

    .property-box .btn-primary {
        width: 100%;
    }

    .property-box .btn-primary a {
        width: 100%;
    }

    .property-box .btn-primary a span {
        width: calc(100% - 40px);
        text-align: center;
    }
}

@media only screen and (min-width:761px) and (max-width:1100px) {
    .property-box article {
        margin-top: 15px;
        flex-wrap: wrap-reverse;
        gap: 15px;
    }

    .property-box .btn-primary {
        margin: 0 auto;
    }

    .property-box .location {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .property-box .location span {
        margin: 0;
    }

    .property-box .btn-primary {
        width: 100%;
    }

    .property-box .btn-primary a {
        width: 100%;
    }

    .property-box .btn-primary a span {
        width: calc(100% - 63px);
        text-align: center;
    }
}

.sauvage-homes-section {
    padding: 100px 0;
    background: #2D2425 url(../img/bg-02.png) no-repeat center/cover;
}

.sauvage-homes-section .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.sauvage-homes-section .heading h2 {
    width: 50%;
    font-weight: 400;
    font-style: Italic;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #EEEEEE;
}

.sauvage-homes-section .heading h6 {
    width: 50%;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #CCCCCC;
}

.sauvage-homes-section .content {
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sauvage-homes-section .icon-box {
    padding: 0 30px 30px 30px;
    width: 25%;
    min-height: 280px;
    border: 1px solid #965159;
    border-width: 0 1px 1px 0;
    position: relative;
    text-align: center;
}

.sauvage-homes-section .icon-box:last-child {
    border-width: 0 0 1px 0;
}

.sauvage-homes-section .icon-box::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #2D2425;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 9;
}

.sauvage-homes-section .icon-box:last-child::before {
    display: none;
}

.sauvage-homes-section .icon-box h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 50px 0 0 0;
}

.sauvage-homes-section .icon-box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #BCBCBC;
}

.sauvage-homes-section h3 {
    font-weight: 400;
    font-style: Italic;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #EEEEEE;
    text-align: center;
    padding: 40px 0;
}

.testimonials .item {
    padding: 50px 100px;
    background-color: #0C2125;
    border-radius: 20px;
    text-align: center;
}

.testimonials .item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #CCCCCC;
}

.testimonials .item .fa-quote-right {
    font-size: 40px;
    color: #965159;
    margin-bottom: 10px;
}

.testimonials .item .avatar {
    margin: 15px auto;
    padding: 0;
    width: 60px;
    height: 60px;
    background-color: #17171747;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: -3px 4px 4px 0px #00000040;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials .item .avatar img {
    border-radius: 50%;
    filter: grayscale(100%);
}

.testimonials .item h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.testimonials .item h6 span {
    display: block;
    font-weight: 400;
    font-style: Italic;
    font-size: 12px;
}

@media only screen and (max-width:760px) {
    .sauvage-homes-section {
        padding: 50px 0 100px 0;
        text-align: center;
    }

    .sauvage-homes-section .heading {
        flex-wrap: wrap;
        gap: 0;
    }

    .sauvage-homes-section .heading h2 {
        width: 100%;
        font-size: 28px;
        line-height: 1.2;
    }

    .sauvage-homes-section .heading h6 {
        width: 100%;
        font-size: 12px;
        line-height: 1.4;
    }

    .sauvage-homes-section .content {
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .sauvage-homes-section .icon-box {
        padding: 20px 20px 10px 20px;
        width: 100%;
        min-height: inherit;
        border-width: 0 0 1px 0;
    }

    .sauvage-homes-section .icon-box img {
        height: 32px;
    }

    .sauvage-homes-section .icon-box:last-child {
        border-width: 0 0 1px 0;
    }

    .sauvage-homes-section .icon-box::before {
        display: none;
    }

    .sauvage-homes-section .icon-box:last-child::before {
        display: none;
    }

    .sauvage-homes-section .icon-box h6 {
        font-size: 16px;
        line-height: 1.4;
        padding: 20px 0 0 0;
    }

    .sauvage-homes-section .icon-box p {
        font-size: 12px;
    }

    .sauvage-homes-section h3 {
        font-size: 28px;
        line-height: 1.2;
        padding: 50px 0 20px 0;
    }

    .testimonials .item {
        padding: 20px 30px;
    }

    .testimonials .item p {
        font-size: 12px;
    }

    .testimonials .item h6 {
        font-size: 14px;
    }

    .testimonials .item h6 span {
        font-size: 12px;
    }

    .testimonials .item .avatar {
        margin: 10px auto;
        width: 50px;
        height: 50px;
    }

    .testimonials .item .fa-quote-right {
        font-size: 30px;
    }
}

@media only screen and (min-width:761px) and (max-width:1024px) {
    .sauvage-homes-section .content {
        flex-wrap: wrap;
    }

    .sauvage-homes-section .icon-box {
        padding: 30px;
        width: 50%;
    }

    .sauvage-homes-section .icon-box:nth-child(2) {
        border-width: 0 0 1px 0;
    }

    .sauvage-homes-section .icon-box h6 {
        margin: 0 auto;
        max-width: 75%;
    }

    .sauvage-homes-section .icon-box:nth-child(3) {
        border-width: 0 1px 0 0;
    }

    .sauvage-homes-section .icon-box:nth-child(4) {
        border-width: 0 0 0 0;
    }
}

@media only screen and (min-width:1024px) and (max-width:1240px) {
    .sauvage-homes-section .content {
        flex-wrap: wrap;
    }

    .sauvage-homes-section .icon-box {
        padding: 30px;
        width: 50%;
        min-height: 260px;
    }

    .sauvage-homes-section .icon-box:nth-child(2) {
        border-width: 0 0 1px 0;
    }

    .sauvage-homes-section .icon-box:nth-child(3) {
        border-width: 0 1px 0 0;
    }

    .sauvage-homes-section .icon-box:nth-child(4) {
        border-width: 0 0 0 0;
    }
}

.high-growth-section {
    padding: 100px 0;
    background: #FCF3F4;
}

.high-growth-section h2 {
    font-weight: 400;
    font-style: Italic;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #0C2125;
    text-align: center;
}

.high-growth-section h6 {
    margin: 0 auto;
    max-width: 900px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #555555;
}

.high-growth-section .locations {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.high-growth-section .locations .maps {
    width: 65%;
    border: 6px solid #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}

.high-growth-section .locations .prop {
    width: 35%;
}

.high-growth-section .image-content figure {
    margin: 0;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

.high-growth-section .image-content article {
    margin: 0;
    padding: 10px 0 0 0;
}

.high-growth-section .image-content .location {
    font-weight: 600;
    font-style: Italic;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #153237;
}

.high-growth-section .image-content .location span {
    margin: 10px 0 0 0;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #153237;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.high-growth-section .image-content .location span i {
    font-size: 20px;
    color: #B17980;
}

.high-growth-section .image-content article p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #153237;
    padding: 10px 0 0 0;
}

.high-growth-section hr {
    margin: 20px auto;
    background-color: #C7C2C2;
    border: none;
    width: 100%;
    height: 1px;
}

.high-growth-section .content {
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.high-growth-section .icon-box {
    padding: 0 30px 30px 30px;
    width: 33.333%;
    min-height: 200px;
    border: 1px solid #F2C0C6;
    border-width: 0 1px 1px 0;
    position: relative;
    text-align: center;
}

.high-growth-section .icon-box:last-child {
    border-width: 0 0 1px 0;
}

.high-growth-section .icon-box::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #FCF3F4;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 9;
}

.high-growth-section .icon-box:last-child::before {
    display: none;
}

.high-growth-section .icon-box h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #0C2125;
    padding: 30px 0 0 0;
}

.high-growth-section .icon-box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #555555;
}

@media only screen and (max-width:760px) {
    .high-growth-section {
        padding: 50px 0;
    }

    .high-growth-section h2 {
        font-size: 28px;
    }

    .high-growth-section h6 {
        font-size: 12px;
    }

    .high-growth-section .locations {
        margin: 15px auto;
        flex-wrap: wrap;
        gap: 20px;
    }

    .high-growth-section .locations .maps {
        width: 100%;
    }

    .high-growth-section .locations .prop {
        width: 100%;
    }

    .high-growth-section .image-content article {
        margin: 0;
        padding: 10px 0 0 0;
        text-align: center;
    }

    .high-growth-section .image-content .location {
        font-size: 16px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .high-growth-section .image-content .location span {
        margin: 0;
    }

    .high-growth-section .image-content article p {
        font-size: 12px;
        text-align: left;
    }

    .high-growth-section hr {
        margin: 15px auto;
    }

    .high-growth-section .content {
        margin: 30px auto 0 auto;
        flex-wrap: wrap;
    }

    .high-growth-section .icon-box {
        padding: 20px;
        width: 100%;
        min-height: inherit;
        border-width: 0 0 1px 0;
    }

    .high-growth-section .icon-box:last-child {
        border-width: 0 0 0 0;
    }

    .high-growth-section .icon-box::before {
        display: none;
    }

    .high-growth-section .icon-box h6 {
        font-size: 16px;
        line-height: 1.4;
        padding: 20px 0 0 0;
    }

    .high-growth-section .icon-box p {
        font-size: 12px;
        padding: 10px 0 0 0;
    }

    .high-growth-section .icon-box img {
        width: 28px;
    }
}

.thank-you-section {
    background: #0C2125 url(../img/bg-01.png) repeat 0 0;
}

.thank-you-section .container {
    padding: 30px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thank-you-section section {
    margin: 0 auto;
    max-width: 590px;
    text-align: center;
}

.thank-you-section h2 {
    font-family: "EB Garamond", serif;
    font-size: 40px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2;
    color: #C48C93;
}

.thank-you-section h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #CCCCCC;
    text-transform: uppercase;
}

.thank-you-section p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
}

.thank-you-section button[type="button"] {
    margin: 30px auto 0 auto;
    padding: 10px 40px;
    width: auto;
    height: 50px;
    background-color: #965159;
    border: none;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s;
}

.thank-you-section button[type="button"]:hover,
.thank-you-section button[type="button"]:focus {
    background-color: #B17980;
    transition: .5s;
}

.thank-you-section figure {
    margin-bottom: 30px;
}

@media only screen and (max-width:760px) {
    .thank-you-section h2 {
        font-size: 28px;
    }

    .thank-you-section h6 {
        font-size: 14px;
    }

    .thank-you-section p {
        font-size: 12px;
    }

    .thank-you-section button[type="button"] {
        margin: 0 auto;
        padding: 10px 30px;
        height: 46px;
        font-size: 12px;
        line-height: 26px;
    }

    .thank-you-section figure {
        margin-bottom: 15px;
    }

    .thank-you-section figure img {
        width: 100px;
    }

    .thank-you-section button[type="button"] {
        margin: 15px 0 0 0;
    }
}




.cbh-phone {
	display: block;
	position: fixed;
	right: -24px;
	bottom: -20px;
	visibility: hidden;
	background-color: transparent;
	width: 200px;
	height: 200px;
	cursor: pointer;
	z-index: 999;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s
}

.cbh-phone.cbh-show {
	visibility: visible
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

.cbh-phone.cbh-static1 {
	opacity: .6
}

.cbh-phone.cbh-hover1 {
	opacity: 1
}

.cbh-ph-circle {
	width: 110px;
	height: 110px;
	top: 40px;
	left: 40px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, .4);
	opacity: .1;
	-webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
	-o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
	animation: cbh-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
	-webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
	-moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
	-ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
	-o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
	animation: cbh-circle-anim 1.1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle {
	-webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
	-moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
	-ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
	-o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
	animation: cbh-circle-anim 2.2s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-circle {
	border-color: rgba(0, 175, 242, 1);
	opacity: .5
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
	border-color: rgba(117, 235, 80, 1);
	opacity: .5
}

.cbh-phone.cbh-green .cbh-ph-circle {
	border-color: rgba(0, 175, 242, 1);
	opacity: .5
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
	border-color: rgba(204, 204, 204, 1);
	opacity: .5
}

.cbh-phone.cbh-gray .cbh-ph-circle {
	border-color: rgba(117, 235, 80, 1);
	opacity: .5
}

.cbh-ph-circle-fill {
	width: 74px;
	height: 74px;
	top: 58px;
	left: 58px;
	position: absolute;
	background-color: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .1;
	-webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
	-webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
	-moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
	-ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
	-o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
	animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
	-webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
	-moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
	-ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
	-o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
	animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
	opacity: 0 !important
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
	background-color: rgba(0, 175, 242, .5);
	opacity: .75 !important
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
	background-color: rgba(117, 235, 80, .5);
	opacity: .75 !important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
	background-color: rgba(0, 175, 242, .5);
	opacity: .75 !important
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
	background-color: rgba(204, 204, 204, .5);
	opacity: .75 !important
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
	background-color: rgba(117, 235, 80, .5);
	opacity: 1 !important
}

.cbh-ph-img-circle1 {
	width: 50px;
	height: 50px;
	top: 70px;
	left: 70px;
	position: absolute;
	background-image: url(../img/whatsapp-icon.png);
	background-size: 40px 40px;
	background-color: rgba(30, 30, 30, .1);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 1;
	-webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
	-o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
	animation: cbh-circle-img-anim 1s infinite ease-in-out
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
	-webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
	-moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
	-ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
	-o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
	animation: cbh-circle-img-anim 1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
	-webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
	-moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
	-ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
	-o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
	animation: cbh-circle-img-anim 0s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
	background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
	background-color: rgba(117, 235, 80, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
	background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
	background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
	background-color: rgba(204, 204, 204, 1)
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
	background-color: rgba(117, 235, 80, 1)
}

@-moz-keyframes cbh-circle-anim {
	0% {
		-moz-transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: .1;
		-moz-opacity: .1;
		-webkit-opacity: .1;
		-o-opacity: .1
	}

	30% {
		-moz-transform: rotate(0deg) scale(.7) skew(1deg);
		opacity: .5;
		-moz-opacity: .5;
		-webkit-opacity: .5;
		-o-opacity: .5
	}

	100% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .6;
		-moz-opacity: .6;
		-webkit-opacity: .6;
		-o-opacity: .1
	}
}

@-webkit-keyframes cbh-circle-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
		-webkit-opacity: .1
	}

	30% {
		-webkit-transform: rotate(0deg) scale(.7) skew(1deg);
		-webkit-opacity: .5
	}

	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		-webkit-opacity: .1
	}
}

@-o-keyframes cbh-circle-anim {
	0% {
		-o-transform: rotate(0deg) kscale(0.5) skew(1deg);
		-o-opacity: .1
	}

	30% {
		-o-transform: rotate(0deg) scale(.7) skew(1deg);
		-o-opacity: .5
	}

	100% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		-o-opacity: .1
	}
}

@keyframes cbh-circle-anim {
	0% {
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0deg) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
}

@-moz-keyframes cbh-circle-fill-anim {
	0% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}

	50% {
		-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}
}

@-webkit-keyframes cbh-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}

	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}
}

@-o-keyframes cbh-circle-fill-anim {
	0% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}

	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}
}

@keyframes cbh-circle-fill-anim {
	0% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}
}

@keyframes cbh-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	100%,
	50% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-moz-keyframes cbh-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	100%,
	50% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-webkit-keyframes cbh-circle-img-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	100%,
	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-o-keyframes cbh-circle-img-anim {
	0% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	100%,
	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

.cbh-ph-img-circle1 {}

.cbh-phone.cbh-green .cbh-ph-circle {
	border-color: rgb(0, 242, 164)
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
	background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
	background-color: rgb(46, 203, 113);
}