* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}

.text {
    font-size: 14px;
    line-height: 25px;
    color: #212121;
    font-weight: 400;
    font-family: "Poppins";
}

li {
    list-style: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

.second-heading {
    font-size: 40px;
    line-height: 45px;
    color: #191919;
    font-weight: 700;
    font-family: "Poppins";
}

.second-sub-heading {
    font-size: 18px;
    line-height: 24px;
    color: #c0a15e;
    font-weight: 600;
    font-family: "Poppins";
}

img {
    max-width: 100%;
    height: 0 auto;
}

a {
    text-decoration: none !important;
    transition: 0.3s;
}

a:hover {
    color: #3baae0;
}

a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

.btn-style {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 50px;
    filter: drop-shadow(0px 8px 6px rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(95deg, #a1773b 0%, #dbc77d 100%);
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #121212;
    font-weight: 600;
    font-family: "Poppins";
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
}

.btn-style:hover {
    color: #000;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Black.eot');
    src: url('../fonts/Muli-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Black.woff2') format('woff2'),
        url('../fonts/Muli-Black.woff') format('woff'),
        url('../fonts/Muli-Black.ttf') format('truetype'),
        url('../fonts/Muli-Black.svg#Muli-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* header css start */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #fff;
}

.logo {
    position: relative;
}

.logo::before {
    position: absolute;
    content: "" !important;
    background-color: #000;
    width: 100px;
    height: 100%;
    right: -2px;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 36% 100%, 0% 100%);
    z-index: 9;
    display: block;
}

.logo::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 2200px;
    height: 100%;
    top: 0;
    left: -2000px;
}

.logo img {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 10;
    margin-top: 10px;
}

.header-menu a:hover {
    color: #d7a621;
}

.top-header {
    position: relative;
    z-index: 2;
    height: 47px;
    background-color: #e8e8e8;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-header:after {
    position: absolute;
    content: "" !important;
    background-color: #e8e8e8;
    width: 124px;
    height: 100%;
    left: -107px;
    top: 0;
    z-index: 9;
    display: block;
}

.top-header::before {
    position: absolute;
    content: "" !important;
    background-color: #e8e8e8;
    width: 130px;
    height: 100%;
    right: -118px;
    top: 0;
    z-index: 9;
    display: block;
}

.darkHeader .top-header {
    padding: 0;
    height: 0;
}

.darkHeader {
    box-shadow: 0px 15px 10px -15px #111;
}

.darkHeader .header-contact,
.darkHeader .header-add {
    display: none;
}

.darkHeader .logo img {
    margin-top: 6px;
    width: 150px;
    height: auto;
}

.header-contact,
.header-add {
    display: flex;
    gap: 20px;
    height: 47px;
    align-items: center;
}

.header-add {
    gap: 8px;
    padding: 15px 0;
}

.header-contact a,
.header-add {
    font-size: 15px;
    line-height: 16px;
    color: #282828;
    font-weight: 500;
    font-family: "Poppins";
    padding-left: 5px;
}

.bottom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 23px 0 23px 20px;
}

.darkHeader .bottom-header {
    border: none;
}

.darkHeader .bottom-header::before {
    display: none;
}

.header-social img {
    width: 24px;
}

.header-menu ul {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu a {
    font-size: 16px;
    line-height: 36px;
    color: #282828;
    font-weight: 600;
    font-family: "Poppins";
    transition: 0.5s;
    position: relative;
    padding-right: 18px;
}

.header-menu a:hover {
    color: #b08a4b;
}

.header-menu ul li .active {
    color: #b08a4b;
    position: relative;
}

.header-menu ul li a:hover {
    color: #b08a4b;
    position: relative;
}

/* header css end */

/* banner css start */

.banner {
    position: relative;
    margin-top: 130px;
}

.ms-slide::before {
    background: linear-gradient(91deg, rgb(0 0 0 / 77%) 30%, rgba(20, 31, 51, 0) 60%);
    position: absolute !important;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
    background: url(../images/banner-arrows.png) !important;
    height: 40px !important;
    width: 40px !important;
    top: 85% !important;
    left: 125px !important;
}

.ms-skin-default .ms-nav-prev {
    transform: rotate(180deg);
}

.ms-skin-default .ms-nav-next {
    right: 84% !important;
    left: auto !important;
}

.banner-bottom-btn {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.ms-slide-info {
    position: absolute !important;
    top: 40%;
    left: 9%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 470px !important;
    width: auto !important;
    z-index: 11;
}

.banner-main-heading {
    font-size: 46px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    padding: 15px 0 20px;
}

.banner-button .bnr-btn-1 {
    background-image: linear-gradient(-24deg, #a1773b 0%, #dbc77d 100%);
    color: #1d1d1d;
    font-weight: 600;
    transition: 0.3s;
    font-size: 16px;
    line-height: 19px;
}

.banner-button .bnr-btn-1:hover {
    background-color: #e0d287;
    background-image: none;
    color: #000;
}

.banner-button .bnr-btn-2 {
    background-color: #dbc77d;
    background-image: none;
    color: #1d1d1d;
    font-weight: 600;
    margin-left: 10px;
    font-size: 16px;
    line-height: 19px;
}

.banner-button .bnr-btn-2:hover {
    background-color: #896534;
    color: #e0d287;
}

/* banner css end */

/* feature css start */

.feature-sec {
    background-color: #f4f4f4;
    padding: 20px 0;
}

.feature-content {
    display: flex;
    gap: 20px;
    align-items: center;
    border-right: 1px solid #19191917;
}

.feature-name {
    font-size: 16px;
    line-height: 25px;
    color: #1d1d1d;
    font-weight: bold;
    font-family: "Poppins";
}

.feature-col:nth-child(4) .feature-content {
    border-right: none;
}

/* feature css end */


/* construction section css start */

.construction-section {
    margin: 80px 0 0;
    position: relative;
}

.construction-img {
    position: absolute;
    left: 0;
    top: 10%;
}

.twenty-year-img {
    position: absolute;
    right: 54%;
    top: 17%;
}

.construction-content-top {
    display: flex;
    gap: 20px;
    align-items: center;
}

.construction-name {
    font-size: 22px;
    line-height: 26px;
    color: #1d1d1d;
    font-weight: 700;
    font-family: "Poppins";
}

.construction-text {
    font-size: 15px;
    line-height: 27px;
    color: #1d1d1d;
    font-weight: 400;
    font-family: "Poppins";
    padding: 20px 0;
}

.construction-btn .btn-style,
.read-more-btn .btn-style {
    background-image: none;
    background-color: #191919;
    padding: 13px 40px 13px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.construction-btn .btn-style:hover,
.read-more-btn .btn-style:hover {
    background-color: #b08a4b;
}

.construction-btn .btn-style::after,
.read-more-btn .btn-style::after,
.project-name::after {
    content: "";
    position: absolute;
    background-image: url(../images/read-more-icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 10px;
    height: 11px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}


.construction-right-content {
    padding: 0px 0 0 80px;
}

.local-builders-content {
    border-radius: 20px;
    background-color: #191919;
    text-align: center;
    padding: 50px 0 40px;
    position: relative;
    z-index: 2;
}

.local-builders-content ul {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.local-builders-content ul li {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    position: relative;
}

.local-builders-content ul li::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #dbc77d;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
}

.local-builders-content ul li:nth-child(4):after {
    display: none;
}
.construction-content:last-child .construction-content-top img{
	width: 48px;
}
/* construction section css end */

/* project css start */

.project-section {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 70px;
    position: relative;
}

.dream-homes-img img {
    border-radius: 20px;
}

.project-left-col {
    padding-right: 75px;
}

.project-left-col .second-heading {
    padding: 10px 0 20px;
}

.read-more-btn .btn-style::after {
    background-image: url(../images/read-more-icon-2.png);
}

.our-project-sec {
    padding: 90px 0 0;
}

.our-project-sec .second-heading {
    padding-bottom: 40px;
}

.our-project-col {
    margin-bottom: 20px;
}

.project-box {
    text-align: center;
	margin: ;
}

.project-img img {
    border-radius: 5px;
}

.project-img-change{
	display: none;
}

.project-box:hover .project-img-change{
	display: block;
}

.project-name {
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    padding-top: 20px;
    position: relative;
    display: block;
    padding-right: 20px;
    transition: 0.3s;
}

.project-name::after {
    filter: brightness(0);
    right: 38%;
    top: 73%;
}

.project-name:hover {
    color: #896534;
}

.project-box img{
  width: 350px;
}

.project-box .project-img {
  position: relative;
}

.project-box .project-map{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: z-index .5s ease,transform .6s ease;
}

.project-box .project-img:hover .project-map{
  z-index: 0;
  transform: scale(1.05);
}

.our-project-col{
	margin-bottom: 30px;
}
/* project css end */


/* cta and testimonial-section css start */

.cta-content {
    background-color: #1a1a1a;
    padding: 60px 80px;
    position: relative;
	min-height: 100%;
	object-fit: cover;
}

.cta-content::before {
    content: "";
    position: absolute;
    width: 2000px;
    height: 100%;
    background-color: #1a1a1a;
    top: 0;
    left: -2000px;
}
.cta-testi-img img{
	width: 100%;
}
.cta-content .second-heading,
.testi-content .second-heading {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 30px;
}

.home-form input,
.home-form select,
.home-form textarea {
    height: 48px;
    border-radius: 50px;
    background-color: #ffffff;
    font-size: 15px;
    color: #545454;
    font-weight: 500;
    font-family: "Poppins";
    padding: 10px;
	width: 100%;
}
.home-form input[type='submit']{
	width: fit-content;
}
.wpcf7-spinner{
	display: block !important;
}
.home-form .wpcf7 form.invalid .wpcf7-response-output,
.home-form .wpcf7 form.unaccepted .wpcf7-response-output,
.home-form .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff !important;
}

.home-form textarea {
    height: 99px;
    border-radius: 20px;
}

.testi-content {
    padding: 50px 0 21px 20px;
}

.testi-content .second-heading {
    color: #0e0e0e;
}

select:focus {
    outline: none !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content {
    position: relative;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content::after {
    content: "";
    position: absolute;
    background-image: url(../images/star.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 105px;
    height: 18px;
    top: -37px;
    left: 0;
}

#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .testimonial-nav-arrow {
    background: none !important;
    border: none !important;
    top: 90% !important;
}

.home-testimonial .sp-testimonial-free-section .testimonial-nav-arrow {
    font-size: 0 !important;
}

#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .swiper-button-prev {
    background-image: url('../images/testi-prev.png') !important;
    background-repeat: no-repeat;
    width: 47px;
    height: 43px;
    position: absolute;
}

#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .swiper-button-next {
    background-image: url('../images/testi-next.png') !important;
    background-repeat: no-repeat;
    width: 47px;
    height: 43px;
    position: absolute;
}

.sp-testimonial-free-section .testimonial-nav-arrow {
    transform: translateY(-50%) !important;
}

.fa-angle-left:before,
.fa-angle-right:before {
    display: none !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    line-height: 28px !important;
    color: #0e0e0e !important;
    font-weight: 500 !important;
    font-family: "Poppins";
    text-align: left !important;
	padding: 0 !important;
}

#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
    margin: 0 80px 20px 0 !important;
}

.sp-testimonial-free {
    padding: 50px 0;
}

.sp-testimonial-client-name {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #b79453 !important;
    font-weight: 600 !important;
    font-family: "Poppins";
    margin: 0 !important;
    position: relative;
    text-align: left !important;
    padding-left: 90px !important;
    padding-top: 10px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-name::after {
    content: "";
    position: absolute;
    background-image: url(../images/quote.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    top: 0px;
    left: 0;
}

.sp-testimonial-free-section .sp-testimonial-client-designation {
    font-size: 15px !important;
    line-height: 16px !important;
    color: #222222 !important;
    font-weight: 500 !important;
    font-family: "Poppins";
    text-align: left !important;
    padding-left: 90px !important;
	position: relative;
	padding-top: 20px;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
    left: auto !important;
    right: 150px !important;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
    right: 96px !important;
    left: auto;
}

/* cta and testimonial-section css end */


/* footer-sec css start */

.footer-sec {
    background-color: #e3e3e3;
}

.footer_top_block:nth-child(2) {
    padding: 0 40px 0 60px;
    position: relative;
}

.footer_top_block:nth-child(2)::before {
    content: "";
    position: absolute;
    background-color: #0900000a;
    width: 1px;
    height: 100%;
    left: 20px;
    top: 0;
}

.footer_top_block:nth-child(2)::after {
    content: "";
    position: absolute;
    background-color: #0900000a;
    width: 1px;
    height: 100%;
    right: 50px;
    top: 0;
}

.footer_top_block:nth-child(3) {
    padding: 0 80px 0 0px;
    position: relative;
}

.footer_top_block:nth-child(3)::after {
    content: "";
    position: absolute;
    background-color: #0900000a;
    width: 1px;
    height: 100%;
    right: 50px;
    top: 0;
}

.footer_top {
    padding: 60px 0 30px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #08000012;
}

.footer_top_heading {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 25px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 800;
    font-family: "Muli";
    padding-bottom: 20px;
    position: relative;
}

.footer_menu ul {
    list-style-type: none;
    padding: 0;
}

.footer_menu ul li {
    position: relative;
}

.footer_menu ul li a {
    font-size: 15px;
    line-height: 27px;
    color: #1a1a1a;
    font-weight: 500;
    font-family: "Poppins";
    text-decoration: none;
    position: relative;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.3s ease 0s;
}


.footer_menu ul li a:hover {
    color: #896534;
}

.footer_contact_info ul {
    padding: 0;
}

.footer_contact_info ul li {
    font-size: 16px;
    line-height: 25px;
    color: #050505;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.footer_contact_info ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer_contact_info ul li a {
    font-size: 16px;
    line-height: 25px;
    color: #050505;
    font-weight: 500;
    font-family: "Poppins";
    transition: 0.3s;
}

.footer_contact_info ul li a:hover {
    color: #896534;
}

.footer_social a {
    margin-right: 15px;
}

.footer_social a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.footer_social a:hover,
.footer_social a:focus,
.footer_social a:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.footer_social a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.footer_social a:hover:before,
.footer_social a:focus:before,
.footer_social a:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.footer-bottom {
    position: relative;
    z-index: 2;
    padding: 10px 0;
}

.footer-bottom-content,
.footer-bottom-content a {
    font-size: 14px;
    line-height: 27px;
    color: #1a1a1a;
    font-weight: 500;
    font-family: "Poppins";
}

.footer-bottom-content a:hover {
    color: #896534;
}

/* footer-sec css end */

#back-to-top {
    background-color: transparent;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

.quick-contact {
    position: fixed;
    right: -52px;
    top: 200px;
    z-index: 999 !important;
}

.quick-contact .quick-btn {
    border-radius: 5px 5px 0px 0px;
    background-color: #dbc77d;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-family: "Poppins";
    padding: 10px 25px;
    display: block;
    transform: rotate(270deg);
    transition: 0.3s;
}

.quick-contact .quick-btn:hover {
    background-color: #000000;
    color: #dbc77d;
}

.quick-contact .quick-btn:first-child {
    margin-bottom: 110px;
    background-color: #000000;
    color: #dbc77d;
}

.quick-contact .quick-btn:first-child:hover {
    background-color: #dbc77d;
    color: #000;
}

/* ============= for inner css ============ */

.site-content,
.site-main .widecolumn {
    margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
    background: url("../images/inner-banner.jpg") #eee no-repeat top !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 270px 0 110px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.blog_page_header {
    margin: 50px 0 !important;
}

.page .entry-header:before,
.blog_page_header:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page .entry-content {
    max-width: 100% !important;
    padding: 50px 0 0 0 !important;
}

.content-area,
.content-sidebar {
    padding-top: 0px !important;
}

.page .entry-title,
.blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: none;
    z-index: 99;
    margin-bottom: 3px;
}

.breadcrumb-container {
    width: 100%;
    color: #8abfdf;
    position: relative;
    font-size: 15px;
}

.breadcrumb-container a {
    color: #8abfdf;
}

.breadcrumb-container a:hover {
    color: #8abfdf;
}

/* Inner Content Css */

.inner_text_hd {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #101111;
    position: relative;
}

.inner_text_hd strong {
    color: #896534;
}

/* .inner_text_hd:after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #896534;
} */

.after-center:after {
    left: 50%;
    transform: translatex(-50%);
}

.inner_content {
    /* padding-top: 50px;  */
}

.inner_sub_titl {
    font-family: "Poppins";
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #896534;
    padding-top: 20px;
}

.inner_content .inner_text_hd {
    position: relative;
}

.inner_txt {
    font-size: 16px;
    line-height: 27px;
    color: #0d0d0d;
    font-weight: 400;
    font-family: "Poppins";
    margin-top: 10px;
}

.inner_list_txt {
    margin-top: 10px;
}

.inner_list_txt ul {
    padding: 0;
    margin: 0
}

.inner_list_txt ul li {
    background: url(https://actek.com.au/devsites/home-build/wp-content/uploads/2024/07/checked.png);
    background-position: top 2px left;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #0d0d0d;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
    font-family: "Poppins";
}

.inner_bottm_sec {
    background-color: #896534;
    padding: 30px 60px;
    box-shadow: 0px 0px 32px 8px rgb(0 0 0 / 4%);
    border-radius: 10px;
}

.pr-3 {
    padding-right: 30px;
}

.inner_bottm_sec .inner_text_hd,
.inner_bottm_sec .inner_txt {
    color: #fff;
    text-align: center;
}

.inner_bottm_sec .inner_text_hd:after {
    display: none;
}

.inner_list_txt strong {
    color: #2a2a2a;
    line-height: 1.2;
    font-weight: bold;
}

.inner_page_img img {
    border-radius: 20px;
}

.bg-color {
    background-color: #f5f5f5;
}

.no-after:after {
    display: none;
}
.inner_box_parent{
	margin-bottom: 30px;
}
.inner_box {
    text-align: center;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 25px -10px #41414145;
    min-height: 100%;
}

.inner_box .inner_sub_titl {
    min-height: 50px;
}

.about-box {
    padding: 20px 30px;
    background-color: #e5f6f5;
}

.about-box .inner_sub_titl {
    font-size: 25px;
    line-height: 30px;
}

/* .about-text {
    color: #222220;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
} */

/*   contact-page-css   */

.contact_left_box {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    align-items: center;
}

.cont_left_icon {
    width: 40px;
    height: 40px;
    background: #b79453;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    border-left: 2px solid #1d1d1d;
    box-shadow: 0px 10px 16px -5px #646464;
}

.cont_left_icon img {
    width: 18px;
}

.contact_left_text {
    font-family: 'Poppins';
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    margin-left: 10px;
}

.contact_left_text a {
    font-family: 'Poppins';
    color: #4b4b4b;
    font-weight: 500;
    font-size: 18px;
}

.contact_left_text a:hover {
    color: #1e1e1e;
}

.right-sec-contact {
    border: 1px solid #1d1d1d;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 25px -10px #414141;
}

.right-sec-contact input,
.right-sec-contact textarea {
    font-family: 'Poppins';
    border: 1px solid #1d1d1d;
    box-shadow: none;
    padding: 8px 10px;
    border-radius: 0;
}

.right-sec-contact textarea {
    resize: none;
    height: 100px;
}

.right-sec-contact .wpcf7-response-output {
    display: none;
}

.right-sec-contact .box .submit-btn {
    width: fit-content;
}


/*   sub-menu-css   */

.primary-navigation ul ul {
    background-color: #896534 !important;
    width: 350px;
    top: 100% !important;
    display: block;
}

.primary-navigation ul ul a {
    width: 100% !important;
    color: #fff;
    padding: 2px 10px !important;
    font-size: 15px;
}

.primary-navigation ul ul a::after {
    display: none;
}

.primary-navigation ul ul a:before {
    display: none;
}

.primary-navigation ul ul li {
    padding-right: 0;
    width: 100%;
}

.primary-navigation ul ul a:hover {
    color: #1e1e1e !important;
    background-color: #fff !important;
    width: 100% !important;
}

.primary-navigation .menu-item-has-children>a:after {
    font-size: 0 !important;
    top: 36px !important;
}

/* review_page css */

.review_page_box_inner {
    padding: 20px 50px 20px 20px;
    min-height: 100%;
    border: 2px solid #896534;
    border-radius: 20px 0 20px 0;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}

.review_page_box_name {
    font-family: 'Poppins';
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
    color: #896534;
    position: relative;
}

.review_pg_locate {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #896534;
    padding: 5px 0 10px 0;
}

.review_page_box_inner:after {
    content: "";
    position: absolute;
    background-image: url(https://actek.com.au/devsites/home-build/wp-content/uploads/2024/07/quotation.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 10px;
}
.review_page_box {
	margin-bottom: 30px;
}
.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}

.why-choose-content:after,
.why-choose-content:before {
    display: none !important;
}

.more-link {
    font-weight: 500;
    display: block;
    width: fit-content;
    padding: 12px 30px;
    background-color: #896534;
    border-radius: 50px;
    font-size: 15px;
    font-family: "Poppins";
    color: #1c1f1c;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    margin-top: 20px;
}

.more-link:hover {
    background-color: #151515;
    color: #fff;
}

.wp-block-heading {
    border-top: 5px solid #896534;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 18px;
    padding-top: 7px;
    text-transform: uppercase;
}

.site-content .has-post-thumbnail .entry-header {
    margin-top: 0 !important;
}
.post-template-default .site-content .entry-content,
.post-template-default .site-content .entry-header,
.blog .site-content .entry-header,
.blog .site-content .entry-summary {
    max-width: 100% !important;
}

.content-sidebar .widget a {
    color: #896534 !important;
}
/* 404 page */

.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.footer_btn1 {
    background: #b08a4b;
    color: #fff !important;
    width: 50%;
    float: left;
    padding: 10px 0;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding: 10px 12px 0;
}

.footer_btn3 {
    background: #111;
    color: #fff !important;
    width: 50%;
    float: left;
    padding: 10px 0;
}
/* ======= responsive ======= */


@media only screen and (min-width : 300px) and (max-width : 1023px) {

    .top-header,
    .menu-toggle,
    .header-btn,.logo::before,.logo::after,.bottom-header,.quick-contact,.twenty-year-img {
        display: none;
    }
	.header{
		background-color: #000;
	}
	.logo img{
		width: 180px;
		height: auto;
	}
    .ms-view,
    .ms-slide {
        height: 300px !important;
    }

    .ms-slide-bgcont img {
        object-fit: cover;
    }

    .page .entry-header,
    .blog_page_header {
        padding: 170px 0 110px !important;
    }

    .inner_page_img {
        padding-bottom: 20px;
    }

    .inner_text_hd {
        font-size: 27px;
        line-height: 37px;
    }

    .inner_bottm_sec {
        padding: 30px 14px;
    }
	.banner {
		margin-top: 110px;
	}
	.construction-img{
		position: relative;
	}
	.construction-right-content{
		padding: 20px 14px 0;
	}
	.banner-main-heading {
		font-size: 28px;
		line-height: 36px;
	}
	.banner-button .btn-style{
		font-size: 14px;
		padding: 10px 20px;
	}
	.ms-slide-info{
		left: 4%;
	}
	.project-box .project-map{
		left: 0;
	}
	.local-builders-content ul{
		flex-wrap: wrap;
	}
	.cta-content{
		position: inherit;
		padding: 30px 20px;
	}
	.second-heading {
		font-size: 30px;
		line-height: 40px;
	}
	.feature-col{
		margin-bottom: 20px;
	}
	.construction-section {
		margin: 20px 0 0;
	}
	.project-left-col{
		padding: 0 14px;
	}
	.project-section, .our-project-sec{
		padding: 40px 0;
	}
	.project-section{
		padding: 40px 0 0;
	}
	.dream-homes-img {
		padding-top: 30px;
	}
	.testi-content {
		padding: 30px 0;
	}
	#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section{
		margin: 0 0px !important;
	}
	#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .testimonial-nav-arrow{
		top: 100% !important;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
    	right: 0 !important;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
		right: 55px !important;
	}
	.footer_top_block{
		padding-bottom: 20px;
	}
	.footer_top_block:nth-child(2),.footer_top_block:nth-child(3){
		padding: 0 14px 20px;
	}
	.footer_top {
    	padding: 30px 0 0;
	}
	.footer-bottom{
		padding: 10px 0 50px;
	}
	.local-builders-content ul li:nth-child(2):after {
    	display: none;
	}
}

@media only screen and (max-width : 320px) {
	
	.local-builders-content ul li {
    	font-size: 16px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {}

@media only screen and (min-width : 481px) and (max-width : 767px) {}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.banner-main-heading {
        font-size: 36px;
        line-height: 46px;
    }
	.banner-button .btn-style {
        font-size: 16px;
        padding: 14px 30px;
    }
	.construction-img{
		text-align: center;
	}
	.cta-content{
		position: relative;
	}
	.cta-content::before{
		left: -1990px;
	}
	.local-builders-content ul li:nth-child(2):after {
    	display: block;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.logo img{
		width: 180px;
		height: auto;
	}
	.logo::after{
		left: -2035px;
	}
	.bottom-header{
		padding: 15px 0 15px 0px;
	}
	.primary-navigation a{
		padding: 0 4px;
	}
	.header-menu a{
		font-size: 15px;
	}
	.banner {
		margin-top: 116px;
	}
	.feature-content{
		gap: 5px;
	}
	.construction-img{
		width: 55%;
	}
	.project-box .project-map{
		left: 8%;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.logo img{
		width: 180px;
		height: auto;
	}
	.logo::after{
		left: -2035px;
	}
	.bottom-header{
		padding: 15px 0 15px 0px;
	}
	.primary-navigation a{
		padding: 0 4px;
	}
	.header-menu a{
		font-size: 15px;
	}
	.banner {
		margin-top: 116px;
	}
	.feature-content{
		gap: 5px;
	}
	.construction-img{
		width: 55%;
	}
	.project-box .project-map{
		left: 8%;
	}
	.banner-main-heading {
        font-size: 46px;
        line-height: 56px;
    }
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.logo img{
		width: 180px;
		height: auto;
	}
	.logo::after{
		left: -2035px;
	}
	.bottom-header{
		padding: 15px 0 15px 0px;
	}
	.primary-navigation a{
		padding: 0 4px;
	}
	.header-menu a{
		font-size: 15px;
	}
	.banner {
		margin-top: 116px;
	}
	.feature-content{
		gap: 5px;
	}
	.construction-img{
		width: 55%;
	}
	.project-box .project-map{
		left: 0%;
	}
	.banner-main-heading {
        font-size: 46px;
        line-height: 56px;
    }
}
@media screen and (min-width: 1400px) {
	.logo::after {
    width: 2264px;
}
	.project-box .project-map{
		left: 8%;
	}
}
@media screen and (min-width: 1424px) {
	.logo::after {
    width: 2264px;
}
}

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

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

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

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