/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
@font-face {
    font-family: 'Neutraface Text';
    src: url('fonts/NeutrafaceText-Light.woff2') format('woff2'),
        url('fonts/NeutrafaceText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutraface Text Book';
    src: url('fonts/NeutrafaceText-BookItalic.woff2') format('woff2'),
        url('fonts/NeutrafaceText-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neutraface Text Demi';
    src: url('fonts/NeutrafaceText-Demi.woff2') format('woff2'),
        url('fonts/NeutrafaceText-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutraface Text Demi';
    src: url('fonts/NeutrafaceText-DemiItalic.woff2') format('woff2'),
        url('fonts/NeutrafaceText-DemiItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neutraface Text';
    src: url('fonts/NeutrafaceText-BoldItalic.woff2') format('woff2'),
        url('fonts/NeutrafaceText-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neutraface Text';
    src: url('fonts/NeutrafaceText-Bold.woff2') format('woff2'),
        url('fonts/NeutrafaceText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutraface Text Book';
    src: url('fonts/NeutrafaceText-Book.woff2') format('woff2'),
        url('fonts/NeutrafaceText-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutraface Text';
    src: url('fonts/NeutrafaceText-LightItalic.woff2') format('woff2'),
        url('fonts/NeutrafaceText-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
/*.animate {
        opacity: 0;
        transform: translateY(10vw);
}
.animate.show {
        animation: show 1.5s ease forwards;
}
@keyframes show {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/

h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}
input[type="submit"],input[type="button"],
button,input[type="reset"],input[type="search"] {
    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}

input[type="number"]::-webkit-inner-spin-button {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    margin: 0;

}

input[type="number"] {

    -moz-appearance: textfield;

}

* {

    box-sizing: border-box;

}

img {

    border: 0;

    max-width: 100%;

    vertical-align: middle;

    display: inline-block;

    height: auto;

}

ul {

    padding: 0;

    margin: 0;

}

a,

a:hover,

input[type="submit"],

button {

    text-decoration: none;

    -webkit-transition: all .2s ease-in-out;

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

}

*:focus {

    outline: none;

}


ul li {
list-style: none;}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Neutraface Text Demi' !important;
    font-weight:600;
    line-height: normal;

}

body {
    margin-top: 0 !important;
    line-height: normal; 

}

button,
input,
optgroup,
select,
textarea {  font-weight:400;font-family: "Avenir" !important;  }

:root {
    --inner-heading: 72px;
    --heading_1: 64px;
    --heading_2: 36px;
    --sec_heading: 26px;
    --heading_3: 23px;
    --text_font: 16px;
}
.home_banner .brxe-container {
    padding-top: 147px;
    padding-bottom: 50px;
    height: 100vh;
}
.home_banner {
    position: relative;
    z-index: 1;
}
.home_banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.00) 99.5%), linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 41.28%);
}
.home_banner h1 {
    font-size: var(--heading_1);
    line-height: 1.2;
    margin-bottom: 0;
}
a.btn {
    font-size: 17px;
    letter-spacing: 1.7px;
    padding: 16.5px 30px;
    font-family: 'Neutraface Text Demi';
    font-weight: 600;
    z-index: 1;
}
.header_topbar {
    padding: 17px 0 12px;
}
.header_topbar p, .header_topbar a {
    letter-spacing: 0.16px;
    font-size: 16px;
}
.header_topbar .brxe-icon-box:not(:last-child) {
    padding-right: 67px;
}
.header_menu {
    padding: 29px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
li.menu-item a:not(.sub-menu li a) {
    font-size: 15px;
    font-family: 'Neutraface Text Demi' !important;
    font-weight: bold;
    letter-spacing: 1.5px;
}
li.menu-item:not(.sub-menu li,:last-child) {
    margin-right: 54px;
}
.header_menu .menu-item-has-children .brx-submenu-toggle.icon-right button {
    font-size: 12px;
    margin-left: 7px;
}
.header_btmbar {
    margin-top: -10px;
}
.looking_for{
    margin: -300px auto 100px;
}
/*.frt_form_outer {
    margin: -210px auto 130px;
}*/
.looking_for,.frt_form_outer {
/*    border: 4px solid #D0C4AE;*/
    background: #FFF;
/*    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.10);*/
    max-width: 1208px;
    z-index: 2;
    padding: 32px 48px 28px 48px;
}
.ftr-sec .frt_form_outer {
    border: 0 !important;
    box-shadow: none;
    background-color: transparent;
    padding: 0 !important;
}
.frt_form_outer {
    max-width: 575px;
    margin: auto;
}
.looking_for .brxe-list li {
    font-family: 'Neutraface Text Demi';
    font-weight: 600;
    margin-bottom: 24px;
}
/*.looking_for .brxe-list .content {
    background: #F9F5EE;
    padding: 16px 10px;
}*/
.looking_for .brxe-list {
    display: block;
    column-count: 3;
    column-gap: 24px;
}
.looking_for .brxe-list a {
    width: 100%;
    text-align: center;
/*    background: #F9F5EE;*/
    padding: 14px 10px;
    font-size: 17px;
    position: relative;
    z-index: 1;
    border: 1px solid #c2b298;
}
.looking_for .brxe-list a:hover {
    border-color: #00889B;
}
.looking_for .brxe-list a:hover .title {
    color: #fff !important;
}
.looking_for h2,.frt_form_outer h2{
    font-size: var(--heading_2);
    line-height: 1.2;
    margin-bottom: 27px;
    
}
.ftr-sec .frt_form_outer h2 {
    color: #fff !important;
    
}
/*.looking_for .brxe-list a:hover {
    background: #00889B;
}*/
.ftr-sec {
    padding-top: 69px;
}
.ftr-sec .frt_form_outer .rwq-form .wpcf7-form-control:not(.wpcf7-submit,[type="checkbox"],[type="radio"]) {
    background-color: #fff;
}
.sec_head h4 {
    letter-spacing: 2.88px;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 9px;
}
.sec_head h2 {
    font-size: var(--heading_2);
/*    line-height: 54px;*/
    line-height: 1.13;
    
}
.sec_head {
    margin-bottom: 20px;
    position: relative;
}
.about_cont_block p {
    letter-spacing: 0.16px;
    font-size: 16px;
    line-height: 1.5;
}
/*.sec_head,.sec_head_cont{
    padding-left: 57px;
}*/
/*.sec_head:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 84%;
    background: #00889B;
    left: 0;
    top: 4px;
}*/
.sec_head_cont a.btn {
    margin-top: 30px;
}
.shape1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
}
.welcome_sec {
    position: relative;
    z-index: 1;
    background-color: #FCF9F4;
}
.about_cont_block p:not(:last-child) {
    margin-bottom: 15px;
}
.welcome_sec .brxe-container {
    padding-top: 122px;
    padding-bottom: 100px;
}
.about_img_outerrt:after,.about_img_outerlt:after {
    position: absolute;
    content: "";
    width: 78%;
    height: 84%;
    border: 5px solid #00889B;
    bottom: -20px;
    display: none;
}
.about_img_outerrt {
    padding-right: 20px;
    position: relative;
    z-index: 1;
}
.about_img_outerrt:after {
    right: 0;
}
.about_img_outerlt:after {
    left: 0;
}
.about_img_outerlt {
    padding-left: 20px;
    position: relative;
    z-index: 1;
}
.serv_sec .brxe-container {
    max-width: 100% !important;
    padding: 0;
}
.serv_cont {
    margin-top: 26px;
}
.serv_cont_outer {
    padding: 50px 50px 93px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
    pointer-events: none;
}
.serv_colouter {
    position: relative;
    z-index: 1;
    width: 100%;
}
.serv_cont p {
    font-size: 16px;
    letter-spacing: 0.16px;
}
.serv_cont-shw {
    max-width: 475px;
}
.serv_colouter:hover .serv_cont-shw {
    height: auto;
    display: block;
    opacity: 1;
}
.serv_cont-shw {
    display: none;
    opacity: 0;
    height: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.serv_cont {
    margin-top: 20px;
}
.serv_colouter:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);*/
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background:rgba(0, 0, 0, 0.1);
    pointer-events: none;
}
.serv_cont_outer h3 {
    font-size: var(--sec_heading);
    position: relative;
    padding-bottom: 25px;
    line-height: 1.2;
    
}
/*.serv_cont_outer h3:after {
    position: absolute;
    content: "";
    background: #00889B;
    width: 70px;
    height: 5px;
    left: 0;
    bottom: 0;
}*/
.why_chose_us {
    padding-top: 90px;
    padding-bottom: 0;
    background-color: #fff;
}
.sec-title h2 {
    font-size: var(--heading_2);
    /* line-height: 54px; */
    line-height: 1.13;
    margin-bottom: 22px;
    
}
.sec-title p {
    font-size: var(--text_font);
    letter-spacing: 0.2px;
    font-weight: 500;
}
.why_chse_outer {
    margin: 55px 0 58px;
}
.why_chse_outer .content h4 {
    font-size: var(--heading_3);
    margin-bottom: 18px;
    
}
.why_chse_outer .content p {
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: normal;
}
.why_chse_outer .content{
    max-width: 100%;
}
.serv_colouter a.brxe-image img, .serv_colouter a.brxe-image {
    width: 100%;
}
.extensive_chce {
    padding: 93px 0 96px;
}
.style_cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background: #EFEBE4;
    min-height: 65px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_cont h3 {
    letter-spacing: 1.7px;
    font-size: 17px; 
}
.extensive_chce .swiper-slide{
    transform: translatey(0px);
    transition: all 0.4s ease-in-out;
}
 
.extensive_chce .swiper-container_outer .swiper-container {
     padding-bottom: 50px;
    margin-top: 61px;
}
.extensive_chce .swiper_pagination_outer {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
    text-align: center;
}
.style_outer {
    position: relative;
}
.extensive_chce .brxe-container {
    max-width: 100% !important;
    padding: 0 95px;
}
.extensive_chce .swiper-button-prev,.extensive_chce  .swiper-button-next {
    background: url('data:image/svg+xml,<svg width="66" height="66" viewBox="0 0 66 66" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Group 39"><circle id="Ellipse 53" cx="33" cy="33" r="32" transform="matrix(-1 0 0 1 66 0)" stroke="white" stroke-width="2"/><path id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M23.8111 34.0857H48.1055V31.1857H23.8168L28.8013 26.0121L26.7128 24L19.2677 31.7278L18.2604 32.7733L19.3072 33.7793L27.0516 41.2223L29.0612 39.1314L23.8111 34.0857Z" fill="white"/></g></svg>');
    width: 66px;
    height: 66px;
    position: initial;
    margin: 0;
}
.extensive_chce .swiper-button-next {
    transform: rotate(180deg);
}
.about_cont_block p strong, .about_cont_block p a, .about_cont_block p b {
    font-size: var(--text_font);
    font-weight: 500;
    line-height: 1.5;
}
.quality_sec .about_cont_block .sec_head_cont,.delivery_sec .about_cont_block .sec_head_cont {
    padding-top: 10px;
}
.about_cont_block p b,.about_cont_block p a {
    color: #00889B;
}
.quality_sec .brxe-container {
/*    max-width: 100% !important;*/
     
    padding-top: 125px;
    padding-bottom: 80px;
}
.qua_partners h3 {
    font-size: var(--heading_3);
    line-height: 1.2;
}
.qua_partners .splide {
    margin: 40px auto 0;
    padding-bottom: 0px !important;
}
.partner_outer {
    background: #cededf;
    padding: 25px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.qua_partners .splide__arrow {
    margin: auto;
}
.qua_partners {
    padding-top: 96px;
    border-top: 1px solid #C3BFB8;
    max-width: 1400px;
    margin: auto;
}
.quality_imgsec {
    padding-bottom: 100px;
}
.shape2 {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}
.quality_sec {
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.delivery_sec .brxe-container {
    max-width: 1520px;
}
.lux_img1 {
    width: 44%;
}
.lux_img2 {
    width: 56%;
}
.delivery_sec {
    padding-top: 100px;
    padding-bottom: 104px;
    position: relative;
    z-index: 2;
}
.shape3 {
    mix-blend-mode: darken;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.counter_sec {
    padding: 58px 0;
}
.counter-div .brxe-counter span {
    font-size: var(--heading_1);
    line-height: 0.87;
}
.counter-div p {
    font-size: var(--text_font);
    letter-spacing: 0.2px;
    line-height: 1.2;
}
.counter-div .brxe-counter {
    margin-bottom: 15px;
}
.counter_icon,.counter_cont {
    width: auto !important;
}
.testimonial_outer {
    max-width: 100% !important;
    margin: auto;
    margin-top: 20px;
}
.testimonial_sec .splide {
    max-width: 1200px;
    margin: auto;
}
.test_review p {
    font-size: var(--heading_3);
    letter-spacing: 0.24px;
    font-family: 'Neutraface Text Book' !important;
    font-weight: normal !important;
    line-height: 1.66;
}
.test_review {
    margin-top: 22px;
    margin-bottom: 45px;
}
.testimonial_meta h4 {
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: capitalize !important;
}
.testimonial_meta p {
    letter-spacing: 0.14px;
    font-size: 14px;
    line-height: 24px;
}
.testimonial_sec {
    position: relative;
    z-index: 2;
}
/*.testimonial_sec:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #EFEBE4 50.04%, rgba(239, 235, 228, 0.00) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}*/
.testimonial_sec {
    padding-bottom: 613px;
        background-size: 100% auto !important;
    background-color: #ffffff !important;
}
 
.plan-newhome {
    padding-top: 180px;
    padding-bottom: 335px;
}
.plan-newhome h2 {
    font-size: 74px;
    line-height: 1;
    
}
.plan-newhome h3 {
    font-size: var(--sec_heading);
    line-height: 1.2;
    margin-bottom: 25px;
}
.rwq-form .wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #262626 !important;
}
.rwq-form .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #262626 !important;
}
.rwq-form .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #262626 !important;
}
.rwq-form .wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
  color: #262626 !important;
}

.rwq-form input[type="date"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #262626 !important;
}
.rwq-form input[type="date"]::-moz-placeholder { /* Firefox 19+ */
  color: #262626 !important;
}
.rwq-form input[type="date"]:-ms-input-placeholder { /* IE 10+ */
  color: #262626 !important;
}
.rwq-form input[type="date"]:-moz-placeholder { /* Firefox 18- */
  color: #262626 !important;
}
.rwq-form input.wpcf7-form-control.wpcf7-submit {
    letter-spacing: 1.9px;
    background: #00889B; 
    padding: 14px 32px;
    color: #fff;
    border: 0;
    cursor: pointer;
    text-align: center;
    font-family: 'Neutraface Text' !important;
    font-weight: bold !important;
    margin-bottom: 27px;
    font-size: 19px;
    letter-spacing: 1.9px;
}
ul.rwq-form li>ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}
ul.fr-bk li {
    width: 25%;
}
ul.tw-bk li {
    width: 50%;
}
.rwq-form .wpcf7-form-control:focus{
    outline: 0;
}
.rwq-form .wpcf7-form-control:not(.wpcf7-submit,[type="checkbox"],[type="radio"]) {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #efebe4;
    
    font-size: 17px;
    color: #262626;
    padding: 11px 10px 11px 20px;
    line-height: normal;
    margin-bottom: 16px;
    width: 100% !important;
    display: block !important;
        min-height: 49px;
}
li.sub-btn {
    margin-top: 14px;
}
.frt-conblock table tr td:first-child {
    width: 98px;
}
.frt-conblock table tr {
    margin-bottom: 1px;
    display: block;
}
.frt-conblock table tr td:first-child:before {
    position: absolute;
    content: ":";
    right: 0;
    margin-right: 17px;
    display: inline-block;
}
.frt-conblock table tr td {
    position: relative;
    color: #fff;
    padding: 0;
}
.frt-conblock p,.frt-conblock table tr td,
ul.nswlfr-form .wpcf7-form-control:not(.wpcf7-submit),.privacy_btm p,.privacy_btm a,.licence p{
       letter-spacing: 0.16px;
    font-size: 16px; 
}
.frt-conblock table {
    border: 0;
    border-collapse: collapse;
}
.frt-conblock h3 {
    font-size: var(--heading_3);
    margin-bottom: 27px;
    
}
ul.nswlfr-form .wpcf7-form-control:not(.wpcf7-submit) {
    background: no-repeat;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #616161;
    padding-top: 0;
    padding-left: 0;
    color: #fff;
    padding-bottom: 10px;
    line-height: normal;
}
ul.nswlfr-form {
    margin-top: 31px;
}
ul.nswlfr-form input.wpcf7-form-control.wpcf7-submit {
    padding: 18px 30px;
    background: #00889B;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1.7px;
    font-weight: 600;
    font-family: 'Neutraface Text Demi' !important;
    margin-top: 40px;
}
.privacy_btm a {
    text-decoration: underline;
}
.licence {
    margin-top: 35px;
    margin-bottom: 35px;
}
.privacy_btm {
    padding-top: 97px;
    padding-bottom: 50px;
}
.frt-conblock {
    /*padding-top: 60px;*/
    width: 100%;
}
span.wpcf7-spinner {
    position: absolute;
    left: 20px;
    top: 0;
}
li.sub-btn,a.btn {
    position: relative;
}
/*a.btn::before{
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    left: -50%;
    width: 50px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
a.btn:hover::before{
    left: 120%;
    opacity: 0.5;
}*/
a.btn:before{
    background-color: #C2B39A;

}
.looking_for .brxe-list a:before{
    background-color: #00889B;
}
a.btn:before,.looking_for .brxe-list a:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
    width: 0%;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
    border-radius: 0;
    z-index: -1;
}
a.btn:hover {
    color: #000;
}
.btn:hover:before,.looking_for .brxe-list a:hover:before{
    width: 100%;
    left: 0;
}
.header_logo img,.header,.header_topbar,.header_btmbar,.header_menu {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header_logo img{
    width: 287px;
}
/*.sticky.scrolling .header {
    padding: 20px 0;
}*/
.sticky.scrolling .header_logo img {
    width: 150px;
}
.sticky.scrolling  .header_topbar {
    display: none;
}
.sticky.scrolling .header_btmbar {
    padding-top: 10px;
}
.sticky.scrolling .header_menu{
border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
}
ul.sub-menu .menu-item:nth-child(odd){
    background: #FFF;
}
ul.sub-menu .menu-item {
    background: #F3F3F3;
    color: #000;
    letter-spacing: 0.18px;
    font-size: 18px;
    line-height: normal;
}
ul.sub-menu .menu-item a {
    padding: 10.5px 30px;
}
ul.sub-menu .menu-item:hover {
    color: #fff;
    background: #00889B;
}
ul.sub-menu.caret {
    background: transparent;
    padding-top: 28px;
}
/*ul.sub-menu .menu-item a:hover ul.sub-menu.caret:before:hover {
    border-bottom-color: var(--bricks-color-nmcnep);
}*/
.lux_imgltb {
    width: 81%;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #1a1a1a !important;
}
ul.sub-menu.caret:hover:before {
    border-bottom-color: #00889B !important;
}
.rwq-form .wpcf7-date.wpcf7-form-control {
    height: 50px;
       -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.brw_designs .brxe-container {
    padding-top: 103px;
    padding-bottom: 80px;
}
.brw_designs .sec-title h2 {
    margin-bottom: 50px;
}
/*.packg_outer.brxe-block {
    margin-right: -20px;
    margin-left: -20px;
    max-width: none;
    width: auto;
}*/
.home-designs .brxe-container, .land_pakgs .brxe-container {
    max-width: 1480px;
}
.packg_block {
    padding: 0 20px;
}
.packg_block {
    width: 33.33%;
    /* background: #FCF9F4; */
    /* box-shadow: 0px -5px 0px 0px #C2B39A inset, 0px 0px 60px 0px rgba(0, 0, 0, 0.10); */
     margin-bottom: 55px; 
}
.pkg_blk {
    background: #FCF9F4;
    box-shadow: 0px -5px 0px 0px #C2B39A inset, 0px 0px 60px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
    width: 100%;
}
.packg_outer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.sec_head_contb:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 119px;
    background: #00889B;
    left: 0;
    top: 4px;
    display: none;
}
.sec_head_contb {
    position: relative;
}
.packg_block_tp img {
    width: 100%;
}
.packg_block_tp img {
    position: relative;
}
.packg_block_btm {
    padding: 37px 37px 64px;
}
.land_size p strong {
    font-weight: bold;
    font-family: 'Neutraface Text Demi';
}
.land_size p {
    font-size: 17px;
    line-height: 1.2;
    font-family: 'Neutraface Text Book';
    font-weight: normal;
    margin-bottom: 4px;
}
.packg_block_bcont h3 {
    font-size: 25px;
    line-height: 1.31;
    font-family: "Avenir" !important;
    font-weight: 500;
    max-width: 250px;
    margin-bottom: 20px;
}
.availabel_meta_beds {
    width: 100%;
    padding: 17px 0 17px 10px;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}
.pack_des {
    margin-top: 34px;
}
.pack_des .brxe-text{
   min-height: 111px;
}
.pack_des p {
    letter-spacing: 0.18px;
    font-size: 17px;
    line-height: 1.55;
}
.pack_des .brxe-text-link {
    font-size: 17px;
    font-weight: bold;
    font-family: 'Neutraface Text Demi';
    letter-spacing: 1.7px;
    position: relative;
    margin-top: 27px;
    text-underline-offset: 25%;
}
.pack_sld {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    letter-spacing: 0.24px;
    line-height: 1.25;
}
.packg_block_tp {
    position: relative;
}
.pack_sld {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 24px;
    letter-spacing: 0.24px;
    line-height: 1.25;
    /* transform: rotate(45.146deg); */
    padding: 31px 8px;
    background-repeat: no-repeat;
    background-size: contain;
}
.pack_sld:after {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('data:image/svg+xml,<svg width="115" height="117" viewBox="0 0 115 117" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L115 117V52.1566L61.7073 0H0Z" fill="%23FF0000"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    width: 115px;
    height: 117px;
    content: "";
}
.pakg_price {
    font-size: 40px;
    line-height: 1.2;
    position: absolute;
    bottom: 20px;
    padding: 2px 0 2px 25px;
    background: linear-gradient(90deg, #00889B 0%, rgba(0, 101, 115, 0.74) 56.27%, rgba(0, 0, 0, 0.00) 100%);
}
.pack_sld p {
    transform: rotate(45.146deg);
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
}
.availabel_meta_beds span.title {
    font-size: 17px;
}
.land_pakgs {
    padding-top: 96px;
    padding-bottom: 100px;
}
.packg_outer {
    margin-top: 72px;
    margin-bottom: 40px;
}
.btn_title p{
    font-weight: normal !important;
    font-family: 'Neutraface Text Book' !important;
}
.comn_sec {
    padding: 90px 0 100px;
    position: relative;
    z-index: 2;
}
.our_designs {
    margin-top: 65px !important;
}
.our_designs .style_cont {
    min-height: 52px;
}
.our_designs>.brxe-div {
    width: 31.6% !important;
}
.sixstep_pro .listening .accordion-title-wrapper h3 {
    font-size: 27px !important;
    font-family: "Avenir" !important;
    font-weight: 500 !important;
    line-height: 1.29;
    padding-right: 15px;
}
.sixstep_pro .brxe-accordion-nested .accordion-title-wrapper {
    border-top: 1px solid #000;
    padding: 31px 41px 24px 42px;
    position: relative;
    min-height: auto !important;
}
.process_steps{
    counter-reset: my-counter;
}
.sixstep_pro .listening .accordion-title-wrapper h3:before {
    counter-increment: my-counter;
    content: "Step " counter(my-counter) ": ";
    color: #00889B;
    /* font-size: 27px; */
    margin-right: 8px;
}
.sixstep_pro .accordion-content-wrapper {
    background: #fff;
    padding: 33px 40px !important;
}
.sixstep_pro .accordion-content-wrapper p {
    font-size: 17px;
    color: #000;
    letter-spacing: 0.18px;
    line-height: 1.66;
    margin-bottom: 30px;
}
.sixstep_pro .accordion-content-wrapper h2, .sixstep_pro .accordion-content-wrapper h3, .sixstep_pro .accordion-content-wrapper h4, .sixstep_pro .accordion-content-wrapper h5, .sixstep_pro .accordion-content-wrapper h6 {
    color: #00889B;
    font-size: 20px;
    font-family: "Avenir" !important;
    font-weight: 500 !important;
    line-height: 1.2;
    margin-top: 42px;
    margin-bottom: 14px;
}
.privacy_cont h2,
.privacy_cont h3, .privacy_cont h4, .privacy_cont h5, .privacy_cont h6,
.gallery_block_cont h2,
.gallery_block_cont h3, .gallery_block_cont h4, .gallery_block_cont h5, .gallery_block_cont h6{
    color: #00889B;
    line-height: 1.2;
    margin-bottom: 17px;
    font-size: var(--heading_3);

}
.sixstep_pro .accordion-content-wrapper ul{
    padding-bottom: 20px;
    padding-left: 10px;
}
.sixstep_pro .accordion-content-wrapper ol{
    padding-left: 30px;
}
.sixstep_pro .accordion-content-wrapper ol li {
    padding-left: 0;
}
.sixstep_pro .accordion-content-wrapper li {
    font-size: 17px;
    letter-spacing: 0.18px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
}
.sixstep_pro .accordion-content-wrapper ul li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100px;
    left: 0;
    top: 10px;
}
.sixstep_pro .brx-open .accordion-title-wrapper h3 {
    color: #fff !important;
}
.sixstep_pro .brx-open .accordion-title-wrapper {
    background: #00889B;
}
.sixstep_pro .brx-open .accordion-title-wrapper h3:before {
    color: #fff;
}
.sixstep_pro .brx-open .accordion-title-wrapper {
    border-top: 0;
}
.sixstep_pro .brx-open .accordion-content-wrapper:after {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 1px solid #fff;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 2;
}
.sixstep_pro .brx-open .accordion-content-wrapper {
    position: relative;
}
.process_steps {
    max-width: 1100px;
    margin: 95px auto 0;
}
.brx-open .faq_open {
    display: block !important;
    position: relative;
    z-index: 2;
}
.brx-open .faq_close{
    display: none;
}
.sixstep_pro .sec-title p {
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 0.18px;
}
.sixstep_pro .sec-title .brxe-text {
    max-width: 934px;
    margin: auto;
}
.process_steps .listening:last-child {
    border-bottom: 1px solid #000;
}
.plan-newhome.plan-newhome {
    padding-top: 214px;
    padding-bottom: 214px;
}
.sixstep_pro .accordion-content-wrapper p a {
    color: #00889B;
    text-decoration: underline;
}
.sixstep_pro .brxe-accordion-nested .accordion-title-wrapper{
    flex-wrap: nowrap;
}
.design_block {
    width: 33.33%;
}
.design_block {
    margin-bottom:40px;
}
.home-desg-grid {
    justify-content: space-between;
}
.design_div {
    background: #FCF9F4;
    box-shadow: 0px -5px 0px 0px #C2B39A inset, 0px 0px 60px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
}
.design_block {
    padding: 0 20px;
}
/*.home-desg-grid {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    max-width: none;
}*/
.home-desg-grid .packg_block_bcont h4 {
    font-size: 24px;
    margin-bottom: 6px;
    font-family: "Avenir" !important;
    font-weight: 500;
}
.home-desg-grid .availabel_meta_beds {
    margin-top: 23px;
}
.home-desg-grid .availabel_meta_beds {
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.sqm-m p {
    font-family: 'Neutraface Text Book';
    font-weight: normal;
}
.home-desg-grid .packg_block_btm {
    padding: 28px 37px 44px;
}
.home-designs.comn_sec {
    padding-bottom: 50px;
}
.home-desg-grid {
    margin-top: 50px;
}
.home-desg-grid {
    margin-top: 70px;
}

.single-home-designs .header,.single-post .header {
    background: #313131;
    padding-bottom: 24px;
}
.single-home-designs .sticky.scrolling .header,.single-post .sticky.scrolling .header{
    padding-bottom: 0;
}
.single-home-designs main#brx-content,.single-post main#brx-content {
    margin-top: 164px;
}
.breadcrumps {
    padding: 33px 0;
}
.plan_details{
    width: 100%;
    background: #00889B;
    padding: 34px 20px 30px;
}
.plan_details h3 {
    font-size: var(--heading_2);
    line-height: 1.125;
}
.plan-details-outer{
    background: #FFF;
    box-shadow: -11px 0px 42px 0px rgba(0, 0, 0, 0.08);
}
.plan-detailsbtm {
    padding: 57px 53px 120px;
}
.plan-detailsbtm h4 {
    font-size: 32px;
    margin-bottom: 23px;
    line-height: 1.2;
}
.plan-detailsbtm li,.plan-detailsbtm p {
    letter-spacing: 0.18px;
    font-size: 17px;

}
.plan-detailsbtm p{
    line-height: 1.33;
}
.plan-detailsbtm li {
    line-height: normal;
    padding-bottom: 15px;
}
.floor_areas{
    margin-bottom: 48px;
}
.house_size {
    margin-bottom: 68px;
}
.plan-detailsbtm .btn{
    margin-top: 47px;
}
.plan-detailsbtm .btn,.breadcrumps .btn {
    min-width: 311px;
    font-size: 19px;
    letter-spacing: 1.9px;
    max-height: 50px;
}
.plan-imgbllk {
    background: #fff;
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .page-id-18 .ftr-sec .frt_form_outer, .page-id-18 .ftr_top,.single-post .frt_form_outer{
    display: none;
}
.page-id-18 .ftr-sec,.single-post .ftr-sec {
    padding-top: 73px;
}

.page-id-18 .ftr-sec .ftr_cols, .single-post .ftr-sec .ftr_cols{
  padding: 0;
    margin: 0;
    border-top: 0;  
}
.gallery_block_cont h1 {
    font-size: var(--heading_2);
    margin-bottom: 21px;
}
.gallery_block_cont {
    margin-top: 40px;
}
.gallery_block_cont .availabel_meta_beds {
    margin-bottom: 50px;
    padding-left: 0;
}
.gallery_block_cont p:not(:last-child) {
    margin-bottom: 31px;
}
.gallery_block_cont li{
    margin-bottom: 5px;
}
.gallery_block_cont p, .gallery_block_cont li, .gallery_block_cont a{
    font-size: 17px;
    letter-spacing: 0.18px;
    line-height: 1.66;
}
.gallery_block_cont p strong{
    font-weight: 500;
}
.gallery_block_cont p a{
    color: #00889B;text-decoration-line: underline;
}
.gallery_sec{
    padding: 61px 0 100px;
}
.gallery_block_cont .availabel_meta_beds .brxe-list {
    gap: 106px;
}
.gallery_block_cont .brxe-text ul {
    padding-left: 20px;
}
.gallery_block_cont .brxe-text ul li {
    padding-left: 15px;
    position: relative;
}
.gallery_block_cont .brxe-text ul li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    background: #000;
    left: 0;
    top: 13px;
    border-radius: 100px;
}
.floor_areas .content .meta {
    padding-right: 55px;
}
.breadcrumps a, .breadcrumps span.item, .breadcrumps span.separator{
        font-size: 20px;letter-spacing: 0.2px;
}
.contact_cta {
    border: 4px solid #D0C4AE;
    background: #FFF;
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 51px 25px 52px;
}
.contact_cta .content h4 {
    font-family: "Avenir" !important;
    /* font-weight: 500 !important; */
    margin-bottom: 10px;
}
.contact_cta .content p {
    font-family: 'Neutraface Text Demi';
    font-weight: 600 !important;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.1;
}
.contact_cta .content {
    max-width: 260px;
}
.contact_sec1 .frt_form_outer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.con-cta_outer {
    max-width: 1208px;
    margin: 35px auto 50px;
}
.contact_cta .brxe-icon-box {
    margin-top: 5px;
}
.testimonial_block {
    margin-top: 47px;
}
.testimonial_block .test_review {
    margin-top: 17px;
    margin-bottom: 35px;
}
.testimonial_item {
    padding: 50px 50px 62px;
}
ul.nswlfr-form .wpcf7-form-control:focus {
    outline: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output {
    background: #00889B;
    border-color: #00889B;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.testimonial_sec .splide__pagination {
    bottom: 0 !important;
}
.testimonial_sec .splide__pagination .splide__pagination__page {
    margin-right: 4px !important;
    margin-left: 4px !important;
}
.related_posts_sidebar li.repeater-item:not(:last-child) {
    border-bottom: 1px solid #CDCDCD !important;
}
.extensive_chce .swiper-button-prev:hover, .extensive_chce .swiper-button-next:hover {
    background: url('data:image/svg+xml,<svg width="66" height="66" viewBox="0 0 66 66" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="33" cy="33" r="32" transform="matrix(-1 0 0 1 66 0)" stroke="%230AD6F2" stroke-width="2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.8111 34.0857H48.1055V31.1857H23.8168L28.8013 26.0121L26.7128 24L19.2677 31.7278L18.2604 32.7733L19.3072 33.7793L27.0516 41.2223L29.0612 39.1314L23.8111 34.0857Z" fill="%230AD6F2"/></svg>');
    background-size: contain;
}
.privacy_btm a:hover, .frt-conblock table tr td a:hover {
    color: #0AD6F2 !important;
}
.pack_des .brxe-text-link:after {
    position: absolute;
    content: "";
    width: 0;
    background: #00889b;
    height: 1px;
    bottom: -5px;
    left: 0;
    transition: all 0.3s;
}
.pack_des .brxe-text-link:hover:after {
    width: 100%;
}

.ftr_cols {
    border-top: 1px solid #616161;
    padding-top: 80px;
    margin-top: 80px;
    justify-content: space-between;
}

.ftr-sec .rwq-form input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0;
}
.rwq-form textarea {
    height: 130px;
    resize: none;
}
.gallery_block_cont h4{
    font-size: 22px;
}

.inner-banner-sec .brxe-container{
            align-items: center;
}
.inner-banner-sec .brxe-text-basic, .inner-banner-sec .brxe-heading{text-align: center;}

body .splide__arrows.custom{
    display: none !important;
}
.extensive_chce .swiper-pagination-bullets { 
    justify-content: center;
}
.extensive_chce .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}
.extensive_chce .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #0ad6f2;
}

.brand-pillar-sec .icon{
    display: none !important;
}

.why_chose_us .icon, .sec_head_cont .icon{
    display: none !important;
}

.plan-newhome{ position:relative; }
.plan-newhome:after{ position: absolute; content: ""; width: 100%; height: 100%;
        background: rgb(0,0,0);
            top: 0;
    right: 0;
    background: linear-gradient(354deg, rgba(0,0,0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.plan-newhome .brxe-container {
    position: relative;
    z-index: 1;
}
.plan-newhome:before{ content:none !important; }
 
 .testquote_row .test_review {
    margin-bottom: 0;
}
.our-story-list .sec_head_cont {
    display: block !important;
}
.oraprch_sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.oraprch_sec .sec-title {
    margin-bottom: 40px;
}
.oraprch_sec .brxe-block>.brxe-block{ position:relative; }
.oraprch_sec .brxe-text-basic{
    letter-spacing: 0.16px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
}
.oraprch_sec .number {
    position: absolute;
    left: 45px;
    top: 4px;
    font-size: 65px;
    color: #fff;
}
.coninfor h3 {
    font-size: 22px;
    margin-bottom: 4px;
    color: #fff;
}
.coninfor .brxe-text {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}
.coninfor table {
    max-width: 500px;
}

.quality_rtside .overflow-hid {
    flex-direction: row-reverse !important;
}
.quality_rtside .about_img_block {
    text-align: right;
    display: block;
}


.rwq-form .drop_select:after {
    content: "";
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 12px;
    top: 17px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.rwq-form .drop_select {
    position: relative;
}

.gallery_block li:not(first-child) {
       float: left;
    width: 33.33%;
    padding-right: 25px;
    margin-bottom: 20px;
}

.gallery_block li:nth-child(1) {
    width: 66.66%;
    float: left;
}

.gallery_block ul {
    
    justify-content: space-around;
}

.renimg {
    position: relative;
}

.renimg h4 {
    color: #fff;
    position: absolute;
    bottom: 12px;
    right: 14px;
    font-style: italic;
    font-size: 18px;
    text-align: right;
}
.gallery_block li:nth-child(4) {
    clear: both;
}
.gallery_block ul {
    margin-right: -25px;
}

.testquote_row {
    background-color: #fcf9f4;
    box-shadow: inset 5px 0 0 0 #c2b39a;
    padding: 50px 50px 62px;
}

.quality_new .welcome_sec {
    background-color: #fff !important;
}

.service-sec5.service-sec5-new .brxe-container {
    border: 0;
}

.os_section > img {
    display: none !important;
}
/*
.process_steps .accordion-title-wrapper {
    padding-left: 90px !important;
    position: relative;
}
.process_steps .accordion-title-wrapper:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 35px;
    width: 35px;
    height: 35px;
    background-image: url(images/initial-consultation.svg);
    background-size: cover;
}
.process_steps .brx-open .accordion-title-wrapper:before {
    background-image: url(images/initial-consultation-white.svg);
}
.process_steps > .brxe-block:nth-child(2) .accordion-title-wrapper:before {
    background-image: url(images/site-investigation.svg);
    left: 32px;
}
.process_steps > .brxe-block:nth-child(2).brx-open .accordion-title-wrapper:before {
    background-image: url(images/site-investigation-white.svg);
}
.process_steps > .brxe-block:nth-child(3) .accordion-title-wrapper:before {
    background-image: url(images/tender-preparation.svg);
}
.process_steps > .brxe-block:nth-child(3).brx-open .accordion-title-wrapper:before {
    background-image: url(images/tender-preparation-white.svg);
}
.process_steps > .brxe-block:nth-child(4) .accordion-title-wrapper:before {
    background-image: url(images/construction-drawings.svg);
}
.process_steps > .brxe-block:nth-child(4).brx-open .accordion-title-wrapper:before {
    background-image: url(images/construction-drawings-white.svg);
}
.process_steps > .brxe-block:nth-child(5) .accordion-title-wrapper:before {
    background-image: url(images/contract-signing.svg);
}
.process_steps > .brxe-block:nth-child(5).brx-open .accordion-title-wrapper:before {
    background-image: url(images/contract-signing-white.svg);
}
.process_steps > .brxe-block:nth-child(6) .accordion-title-wrapper:before {
    background-image: url(images/construction-commencement.svg);
}
.process_steps > .brxe-block:nth-child(6).brx-open .accordion-title-wrapper:before {
    background-image: url(images/construction-commencement-white.svg);
}*/

.welcome_sec2 {
    background-color: transparent !important;
}

div#facade1 {
    margin-bottom: 10px;
}
.plan-detailsbtm .btnen { margin-top:30px; }

#facade2 .owl-item.current {
    border: 5px solid #0ad6f2;
}
#facade1 .owl-nav button {
    position: absolute;
    bottom: -140px;
    width: 30px;
}
#facade1 .owl-nav button.owl-prev {
    left: -60px;
}
#facade1 .owl-nav button.owl-next {
    right: -60px;
}


.cont_sec2 .frt_form_outer {
    max-width: 100%;
}

.test_review .long_cnt, .test_review.open .short_cnt {
    display: none;
}
.test_review.open .long_cnt {
    display: block;
}

.test_review .short_cnt a.rm_link {
    text-decoration: underline;
}

.frt_form_outer span.wpcf7-spinner {
    left: inherit;
    right: 0;
    bottom: 0;
    margin: auto;
}
.recent-projects .home-desg-grid .owl-item .design_block{
    width: 100%;
}
.recent-projects .home-desg-grid .design_div{
    box-shadow: 0px -5px 0px 0px #C2B39A inset, 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
.recent-projects .owl-dots .owl-dot.active {
        background-color: #0ad6f2;
        border: 1px solid #0ad6f2;
    }
.recent-projects .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid #304056;
    border-radius: 100%;
    padding: 5px !important;

}
.recent-projects .owl-dots {
      position: absolute;
      bottom:-8px;
      left: 0;
      width: 100%;
      text-align: center;
      display: flex;
      justify-content: center;
      column-gap: 15px;

  }
  .packg_block_bcont.brxe-div{
    height: auto!important;
  }
  .renimg a{
   width: 100%; 
  }
.recent-projects .brxe-list {
    display: flex;
    justify-content: space-between;
}
.recent-projects .brxe-list .title {
        color: #1a1a1a;
    margin-right: 0;
    margin-left: 8px;
}
.recent-projects .design_block {
    padding: 0 25px;
}
.home-designs.comn_sec.rc-pro {    
    padding-top: 70px;
    padding-bottom: 75px;
}

.home-design-page .brxe-post-navigation .next-post{
    text-align: right;
    margin-left: auto;
}


.neutra_font {
    font-family: 'Neutraface Text' !important;
}