@font-face {
	font-family: "DMSerifDisplay-Regular";

	src: url("fonts/DMSerifDisplay-Regular.ttf");

	font-weight: 300;

	font-style: normal;

	font-display: swap;
}

@font-face {
	font-family: "Montserrat-Regular";

	src: url("fonts/Montserrat-Regular.ttf");

	font-weight: normal;

	font-style: normal;

	font-display: swap;
}

@font-face {
	font-family: "Montserrat-Bold";

	src: url("fonts/Montserrat-Bold.ttf");

	font-weight: 700;

	font-style: normal;

	font-display: swap;
}

a,
a:hover {
	transition: all 0.4s ease-in-out !important;

	text-decoration: none;

	color: #000;
}

p {
	margin-bottom: 0;
}

body {
	counter-reset: section about;
}

/* SIDEBAR Menu */

.main-header {
	z-index: 111;

	padding: 40px 0;
}

.navbar-light .navbar-toggler {
	border: 0;

	outline: none;
}

.custom-logo-link {
	width: 120px;
}

.custom-logo-link img {
	max-width: 100%;

	height: auto;
}

.btn-hide {
	display: none;
}

.bars div {
	width: 50px;

	height: 4px;

	background-color: #ffffff;
}

.bars div:not(.first-bar) {
	margin: 12px 0;
}

.navbar-side {
	display: flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;

	background-color: #000000b3;

	height: 100%;

	position: fixed;

	top: 0;

	right: 0;

	padding: 0;

	list-style: none;

	overflow-y: scroll;

	z-index: 1000;
}

.close-icon {
	position: absolute;

	right: 10%;

	top: 10%;

	width: 35px;

	height: 35px;
}

.close-icon:before,
.close-icon:after {
	position: absolute;

	left: 15px;

	top: -5px;

	content: " ";

	height: 45px;

	width: 4px;

	background-color: #ffffff;
}

.close-icon:before {
	transform: rotate(45deg);
}

.close-icon:after {
	transform: rotate(-45deg);
}

.menu-venture {
	display: flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;

	height: auto;

	color: #fff;

	position: fixed;

	bottom: 15%;

	right: 0;

	padding: 0;

	z-index: 1000;

	-webkit-transform: translateX(100%);

	-ms-transform: translateX(100%);

	transform: translateX(100%);

	-webkit-transition: 400ms ease;

	transition: 400ms ease;

	font-family: "Montserrat-Regular", sans-serif;

	font-size: 20px;
}

.navbar-side-item {
	color: #fff;

	width: 100%;

	margin-bottom: 0.2rem;

	font-weight: 300;

	padding: 0 50px;

	list-style: none;
}

.navbar-side-item a.side-link {
	padding-left: 1.7rem;

	padding-right: 1.2rem;

	color: #d2c48c;

	font-size: 60px;

	font-family: "DMSerifDisplay-Regular", sans-serif;
}

.navbar-side-item:hover a.side-link {
	color: #fff;
}

.side-link:active,
.side-link:hover {
	text-decoration: none;

	color: #fff;
}

.navbar-side {
	-webkit-transform: translateX(100%);

	-ms-transform: translateX(100%);

	transform: translateX(100%);

	-webkit-transition: 400ms ease;

	transition: 400ms ease;
}

.reveal {
	-webkit-transform: translateX(0%);

	-ms-transform: translateX(0%);

	transform: translateX(0%);

	-webkit-transition: 400ms ease;

	transition: 400ms ease;
}

.menu-venture.reveal {
	right: 10%;
}

.overlay {
	position: fixed;

	display: none;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background-color: transparent;

	opacity: 0.6;

	z-index: 990;
}

.menu-item::before {
	color: #fff;

	counter-increment: section;

	font-size: 20px;

	content: "0" counter(section) " ";

	font-family: "Montserrat-Regular", sans-serif;

	letter-spacing: 2px;
}

/* End Header */

/* Start Footer */

.footer_main {
	background: url("images/footer-new.png"), #d0c38bcc;

	padding: 80px 0 50px;

	background-repeat: repeat-x;

	background-size: 50% 100%;
}

.footer_main h3.widget-title {
	font-family: "DMSerifDisplay-Regular", sans-serif;

	font-size: 22px;
}

.footer_main h4 {
	font-family: "DMSerifDisplay-Regular", sans-serif;

	font-size: 22px;

	margin-top: 40px;
}

.footer_main .textwidget p,
.footer_main .textwidget a {
	font-family: "Montserrat-Regular", sans-serif;

	font-size: 18px;

	letter-spacing: 0.5px;

	transition: 0.5s all;
}

.direct {
	margin-top: 15px;

	display: inline-block;
}

.footer_main .bottom-footer .textwidget a {
	font-size: 16px;
}

.footer_main .textwidget a:not(.get-in-touch, .bottom-footer a.call-icon):hover {
	text-decoration: underline;

	text-underline-position: under;
}

.footer_main .textwidget a.get-in-touch {
	border: 1px solid #000;

	font-family: "Montserrat-Regular", sans-serif;

	font-size: 20px;

	letter-spacing: 3px;

	display: inline-block;

	padding: 10px 20px;

	text-transform: uppercase;

	margin-top: 40px;
}

.bottom-footer {
	margin-top: 40px;
}

.bottom-footer .custom-html-widget {
	display: flex;

	justify-content: space-between;

	align-items: center;
}

.bottom-footer h4 {
	margin-top: 0;
}

.bottom-footer i {
	font-size: 28px;

	margin-top: 0;

	border: 1px solid #000;

	width: 60px;

	height: 60px;

	border-radius: 50%;

	display: flex;

	align-items: center;

	justify-content: center;

	transition: 0.5s all;
}

.footer_main .textwidget a.get-in-touch:hover,
.bottom-footer i:hover {
	text-decoration: none;

	background-color: #000000;

	color: #ccc27a;
}

/* End Footer */

/* Home Page */

.site-content {
	margin-top: -200px;
}

.n2-section-smartslider .n2-ss-slider-controls-absolute-left-center>div,
.n2-section-smartslider .n2-ss-slider-controls-absolute-right-center>div {
	width: 52px;

	height: 52px;

	transition: 0.5s !important;

	border-radius: 50%;

	display: flex;

	justify-content: center;
}

.n2-section-smartslider .n2-ss-slider-controls-absolute-left-center:hover>div,
.n2-section-smartslider .n2-ss-slider-controls-absolute-right-center:hover>div {
	background-color: #ffffff60;
}

.passion-perfection {
	background-color: #000000;

	padding: 100px 0 50px;
}

.passion-perfection h2 {
	font-family: "DMSerifDisplay-Regular", sans-serif;

	font-size: 60px;

	color: #d1c58d;

	margin-bottom: 25px;
}

.passion-perfection p,
.about-content p {
	font-family: "Montserrat-Regular", sans-serif;

	font-size: 20px;

	color: #ffffff;
}

.passion-perfection a.vc_general.vc_btn3,
.about-banner a.vc_general.vc_btn3{
	font-family: "Montserrat-Regular", sans-serif;

	font-size: 20px;

	color: #d1c58d;

	border: 1px solid #d1c58d;

	background-color: transparent;

	background: none;

	text-transform: uppercase;

	padding: 15px 35px;

	letter-spacing: 3px;
}

.passion-perfection a.vc_general.vc_btn3:hover,
.about-banner a.vc_general.vc_btn3:hover{
	background-color: #d1c58d;
	color: #000000;
	border: 1px solid #d1c58d;
}

.about-banner a.vc_general.vc_btn3{
	background-color: #d1c58d;
	color: #000000;
}

.passion-images {
	margin-top: 60px;
}

.passion-images .image-1 {
	margin-bottom: 80px;
}

.passion-images .image-1 .vc_single_image-wrapper {
	width: 95%;
}

.passion-images .image-2 .vc_single_image-wrapper {
	width: 80%;
}

.passion-images .image-3 .vc_single_image-wrapper {
	width: 90%;
}

.passion-images .vc_single_image-wrapper {
	overflow: hidden;
}

.passion-images img {
	transition: all 4s cubic-bezier(0, 0, 0.2, 1);

	transform: perspective(1px) translateZ(0);
}

.passion-images img:hover {
	transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}

.passion-images .col-right .vc_column-inner {
	display: flex;

	align-items: center;

	height: 100%;

	justify-content: center;
}

/* End Home Page */

/* Start About Page */

.about-banner {
	min-height: 750px;

	display: flex;

	justify-content: center;

	align-items: center;

	box-shadow: inset 0 0 0 25rem rgb(0 0 0 / 25%);

	background-size: 100% 100%;
}

.about-banner h1 {
	font-family: "DMSerifDisplay-Regular", sans-serif;
	font-size: 70px;
	color: #ffffff;
}

.postid-388 .about-banner h2{
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 38px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.about-content {
	padding: 70px 0 40px;

	background-color: #000;
}

.about-content p {
	margin: 0 auto 20px 0;

	letter-spacing: 2px;
}

.page-id-2 .about-content p {
	margin: 0 auto 20px;
}

.about-content .wide-para p {
	max-width: 1140px;
}

.about-main {
	padding-top: 50px !important;

	padding-bottom: 25px !important;
}

.about-main.first-row {
	padding-top: 80px !important;
}

.about-main p {
	width: 95%;

	line-height: 26px;
}

.about-main h2 {
	font-family: "DMSerifDisplay-Regular", sans-serif;

	font-size: 60px;

	color: #d1c58d;

	margin-bottom: 50px;

	width: 70%;

	position: relative;
}

.about-main.second-row .col-sm-7 {
	padding-left: 60px;
}

.about-main h2:before {
	color: #fff;

	counter-increment: about;

	font-size: 20px;

	content: "0" counter(about) " ";

	font-family: "Montserrat-Regular", sans-serif;

	letter-spacing: 2px;

	position: absolute;

	left: -40px;

	top: 35px;
}

.about-main .col-image {
	display: flex;

	align-items: center;

	justify-content: center;
}

.page-id-2 .about-main .col-image .vc_single_image-wrapper {
	width: 350px;

	text-align: center;
}

.page-id-2 .about-main .col-image.app-logo .vc_single_image-wrapper {
	width: 220px;
}

/* End About Page */

/* Start Service Page */

.service-content {
	padding: 70px 0 35px;
}

.service-content .about-main {
	padding-top: 60px !important;
}

.service-page.about-main h2 {
	width: 90%;

	margin-bottom: 50px;
}

.service-main p {
	margin: 0 auto 10px;
}

/* End Service Page */

/* Start Project Listings */

.projects-listing {
	box-shadow: none;

	position: relative;
}

.projects-listing h1 {
	color: #000000;

	margin-bottom: 35px;
}

.projects-listing p {
	color: #ffffff;

	font-family: "Montserrat-Regular", sans-serif;

	font-size: 20px;

	text-align: center;

	max-width: 45%;

	margin: 0 auto;
}

@keyframes bounce-1 {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);

		-ms-transform: translateY(0);

		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);

		-ms-transform: translateY(-30px);

		transform: translateY(-15px);
	}

	60% {
		-webkit-transform: translateY(-15px);

		-ms-transform: translateY(-15px);

		transform: translateY(-10px);
	}
}


.down-arrow-img {
	color: #ffffff;

	font-family: "Montserrat-Regular", sans-serif;

	font-size: 18px;

	text-align: center;

	text-transform: uppercase;

	position: absolute;

	bottom: 5%;

	cursor: pointer;

	left: 48%;

	animation: bounce-1 3s infinite linear;
}

.down-arrow-img i {
	display: block;

	width: 25px;

	height: 25px;

	background: transparent;

	text-indent: -9999px;

	border-right: 2px solid #ffffff;

	border-bottom: 2px solid #ffffff;

	transition: all 250ms ease-in-out;

	text-decoration: none;

	color: transparent;

	transform: rotate(45deg);

	margin: -5px auto 0px auto;
}

.single-projects .down-arrow-img {
	bottom: -164%;
	left: 50%;
}

.about-banner .scroll-next{
	margin-bottom: 0;
    position: absolute !important;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 1.5px !important;
}

.scroll-next .down-arrow-img{
	position: initial;
}

.listing-section {
	background-color: #000000;
	padding: 0 0 70px;
}

.listing-section .filter-holder {
	position: absolute;

	display: flex;

	z-index: 111;

	top: 5%;

	width: 100%;

	justify-content: center;
}

.listing-section .filter-holder ul {
	display: flex;

	padding: 15px 35px;

	gap: 40px;

	margin: 0;

	background-color: #000000;
}

.listing-section .filter-holder ul li {
	color: #fff;

	list-style: none;

	font-family: "Montserrat-Regular", sans-serif;

	font-size: 20px;

	letter-spacing: 1px;

	text-transform: uppercase;

	cursor: pointer;
}

.listing-section .filter-holder ul li label {
	margin-bottom: 0;

	cursor: pointer;
}

.listing-section .filter-holder ul li input {
	display: none;
}

.listing-section .filter-holder ul li.active {
	color: #d1c48c;
}

.map-filter img {
	max-width: 100%;
}

.project-details {
	width: 580px;

	margin-top: 100px;

	position: relative;
}

.project-details a.img-link {
	display: inline-block;

	overflow: hidden;

	max-height: 540px;

	margin-bottom: 20px;
}

.project-details img {
	max-width: 100%;

	height: auto;

	margin-bottom: 20px;

	transition: all 4s cubic-bezier(0, 0, 0.2, 1);

	transform: perspective(1px) translateZ(0);
}

.project-details img:hover {
	transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}

.project-details.aos-init span {
	right: 0%;
}

.project-details.aos-animate span {
	position: absolute;

	top: 5%;

	right: -5%;
}

.project-details span a {
	background-color: #d1c48c;

	padding: 5px 35px;

	font-family: "DMSerifDisplay-Regular", sans-serif;

	font-size: 32px;
}

.project-details span.sold-out:before {
	content: "";

	position: absolute;

	top: -18px;

	right: 0px;

	width: 0;

	height: 0;

	border-bottom: 15px solid #d1c48cb8;

	border-right: 30px solid transparent;

	z-index: -1;
}

.project-details h2 a,
.project-details h3 {
	font-family: "Montserrat-Regular", sans-serif;

	font-size: 20px;

	color: #ffffff;
}

.project-details a.view-btn {
	text-transform: uppercase;

	font-family: "Montserrat-Regular", sans-serif;

	font-size: 20px;

	color: #d2c48c;

	border: 1px solid #d2c48c;

	padding: 10px 25px;

	display: inline-block;

	margin-top: 20px;

	letter-spacing: 3px;
}

.project-details a.view-btn:hover {
	background-color: #d2c48c;

	color: #000;
}

/* End Project Listings */

/* Start Project Details */

.single-projects .about-banner{
	box-shadow: inset 0 0 0 25rem rgb(0 0 0 / 40%);

	background-size: auto;

	background-repeat: no-repeat;

	background-position: center top;
}

.single-projects.postid-388 .about-banner{
	box-shadow: none;
	min-height: auto;
}

.single-projects .about-banner p {
	color: #ffffff;

	font-family: "Montserrat-Regular", sans-serif;

	font-size: 20px;

	text-align: center;

	margin: 0 auto;
}

.project-detail {
	background-color: #000;
	padding: 90px 0 60px;
}

.single-projects .project-detail h2,
.single-projects .project-detail h3{
	font-family: "DMSerifDisplay-Regular", sans-serif;

	font-size: 60px;

	color: #d1c58d;

	margin-bottom: 50px;

	width: 80%;

	letter-spacing: 1px;
}

.single-projects .project-detail.contact-detail h2{
	margin-bottom: 10px;
}

.single-projects .project-detail.contact-detail h3{
	margin-bottom: 20px;
}

.single-projects .project-detail.contact-detail p{
	font-size: 18px;
}

.single-projects .project-detail h3{
	font-size: 38px;
	margin-bottom: 30px;
}


.single-projects .project-detail .usp ul{
	margin-bottom: 20px;
	padding-left: 25px;
}

.single-projects .project-detail .usp ul li{
	font-family: "Montserrat-Regular", sans-serif;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 26px;
	margin-bottom: 4px;
}

.single-projects .project-detail .usp .right-col .vc_column-inner{
	display: flex;
    align-items: center;
    height: 100%;
}

.single-projects .project-detail .usp .right-col .vc_column-inner .wpb_single_image{
	margin-bottom: 0;
}

.single-projects .project-detail .usp .right-col .single-image-2{
	position: relative;
}

.single-projects .project-detail .usp .right-col .single-image-2:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #00000080;
	z-index: 1;
}

.single-projects .project-detail .usp .right-col .wpb_raw_code{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    z-index: 11;
}

.single-projects .project-detail .usp .right-col .wpb_raw_code button{
	padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.modal-content{
	background-color: transparent;
}
.modal-dialog {
    max-width: 900px;
}
.modal-body{
	padding: 0;
}

.modal-body iframe{
	min-height: 505px;
}

.modal-body .close{
	color: #ffffff;
    opacity: 1;
    font-size: 32px;
    position: absolute;
    top: -30px;
    right: 0;
    line-height: 1;
}

.single-projects .project-detail .usp a.vc_general.vc_btn3,
.project-detail.features a.vc_general.vc_btn3{
	font-family: "Montserrat-Regular", sans-serif;
	font-size: 20px;
	color: #000000;
	border: 1px solid #d1c58d;
	background-color: #d1c58d;
	text-transform: uppercase;
	padding: 15px 35px;
	letter-spacing: 1px;
	font-weight: 600;
}

.single-projects .project-detail .usp a.vc_general.vc_btn3:hover,
.project-detail.features a.vc_general.vc_btn3:hover{
	background: transparent;
	color: #d1c58d;
	border: 1px solid #d1c58d;
}

.project-detail.features a.vc_general.vc_btn3{
	margin-top: 40px;
}

.project-detail p {
	font-family: "Montserrat-Regular", sans-serif;

	font-size: 20px;

	color: #ffffff;

	letter-spacing: 0.5px;

	width: 90%;

	line-height: 26px;

	margin-bottom: 20px;
}

.single-projects .project-detail .col-sm-12 h2,
.single-projects .project-detail .col-sm-12 p{
	width: 100%;
}

.project-detail .single-image-1 {
	max-width: 560px;
}

.project-detail .single-image-1 {
	margin-top: 30px;
}


.project-detail .single-image-3 {
	margin-top: 50px;
}

.project-detail .vc_single_image-wrapper,
.service-content .vc_single_image-wrapper {
	overflow: hidden;
}

.project-detail .vc_single_image-wrapper img,
.service-content .vc_single_image-wrapper img {
	transition: all 4s cubic-bezier(0, 0, 0.2, 1);

	transform: perspective(1px) translateZ(0);
}

.project-detail .vc_single_image-wrapper img:hover,
.service-content .vc_single_image-wrapper img:hover {
	transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}

.project-detail.plans{
	padding: 80px 0 60px;
}

.project-detail.plans h2,
.project-detail.features h2{
	margin-bottom: 25px;
}

.project-detail.queens .conn-living{
	margin: 50px 0;
}

.project-detail.plans .conn-living .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project-detail.plans .conn-living .col-sm-6 {
    padding: 50px 0;
}

.project-detail.plans .conn-living h4{
	font-family: "DMSerifDisplay-Regular", sans-serif;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 400;
    margin:0 auto !important;
    max-width: 75%;
}

.project-detail.plans .conn-living .wpb_single_image{
	margin-bottom: 14px;
	text-align: center;
}

.project-detail.plans .conn-living .wpb_single_image .wpb_wrapper{
	max-width: 90%;
}


.project-detail.features .wpb_single_image{
	margin-bottom: 20px;
}

.project-detail.features h4{
	font-family: "DMSerifDisplay-Regular", sans-serif;
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 25px;
}

.project-detail.features .grid-features{
	margin: 40px 0;
}

.project-detail.features .grid-features .col-sm-6{
	padding: 60px 0;
}

.project-detail.features .grid-features .col-sm-6:nth-child(odd){
	border-right: 1px solid #d1c58d;
}
.project-detail.features .grid-features .col-sm-6:nth-child(even){
	border-left: 1px solid #d1c58d;
}

.project-detail.features .grid-features .col-sm-6:nth-child(1),
.project-detail.features .grid-features .col-sm-6:nth-child(2){
	border-bottom: 1px solid #d1c58d;
}

.project-detail.features .grid-features .col-sm-6:nth-child(3),
.project-detail.features .grid-features .col-sm-6:nth-child(4){
	border-top: 1px solid #d1c58d;
}

.project-detail.features ul{
	padding-left: 0;
}

.project-detail.features ul li{
	font-family: "Montserrat-Regular", sans-serif;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 4px;
    list-style: none;
}

.project-detail.features .grid-features .vc_icon_element-inner{
	width: 2em;
	height: 2em;
	margin-bottom: 1em;
}


.project-detail.features .grid-features .vc_column-inner .wpb_wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.project-detail.contact-detail ul,
.project-detail.contact-detail .contact-info{
	padding: 0;
}

.project-detail.contact-detail{
	background-size: cover;
	background-repeat: no-repeat;
}

.project-detail.contact-detail p:has(strong){
	margin-bottom: 10px;
}

.postid-388 .single-pagination{
	display: none;
}

.single-pagination {
	background-color: #000;

	padding-bottom: 40px;
}

.single-pagination .pagination-holder {
	display: flex;

	justify-content: space-between;

	padding: 0 40px;
}

.single-pagination .prev-next:hover a,
.single-pagination .prev-next:hover i {
	color: #d1c58d;
	border-color: #d1c58d;
}

.single-pagination a {
	font-family: "Montserrat-Regular", sans-serif;

	color: #fff;

	font-size: 16px;

	display: flex;

	align-items: center;

	opacity: 0.5;
}

.single-pagination a i.arrow {
	display: inline-block;

	width: 35px;

	height: 35px;

	background: transparent;

	text-indent: -9999px;

	border-top: 2px solid #bfbfbf;

	border-left: 2px solid #bfbfbf;

	transition: all 250ms ease-in-out;

	text-decoration: none;

	color: transparent;
}

.arrow.prev {
	transform: rotate(-45deg);
}

.arrow.next {
	transform: rotate(135deg);
}

/* End Project Details */

.about-banner.contact-bnr {
	min-height: 50vh;

	display: flex;

	justify-content: center;

	align-items: center;

	box-shadow: inset 0 0 0 25rem rgb(0 0 0 / 65%);

	background-size: 100% 100%;
}

.contact-detail {
	padding: 80px 0 70px;

	background-color: #000000;
}

.contact-detail .contact-info {
	padding-top: 10%;
}

.contact-detail ul {
	list-style: none;
}

.contact-detail ul li {
	display: flex;

	gap: 15px;

	align-items: center;

	color: #fff;

	font-family: "Montserrat-Regular", sans-serif;

	font-size: 20px;

	margin-top: 10px;
}

.contact-detail ul li a {
	color: #fff;

	letter-spacing: 2px;
}

.contact-detail ul li a:hover {
	text-decoration: underline;
}

.contact-detail .contact-form h2 {
	font-family: "DMSerifDisplay-Regular", sans-serif;

	font-size: 40px;

	color: #d1c58d;

	margin-bottom: 20px;
}

.contact-detail .contact-form label {
	color: #d1c58d;

	font-weight: 400;

	font-family: "Montserrat-Regular", sans-serif;

	font-size: 12px;

	margin-bottom: 25px;
}

::-webkit-input-placeholder,
select {
	font-family: "Montserrat-Regular", sans-serif;

	font-size: 16px;

	color: #d1c58d !important;

	font-weight: 400;

	margin-bottom: 0;

	transition: all 0.2s ease-out;

	text-transform: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	caret-color: #d1c58d;

	-webkit-text-fill-color: #d1c58d;

	-webkit-box-shadow: 0 0 0px 1000px #000 inset;

	transition: background-color 5000s ease-in-out 0s;
}

.contact-detail .contact-form select.form-control option {
	font-family: "Montserrat-Regular", sans-serif;

	font-size: 18px;

	color: #000000 !important;
}

.contact-detail .contact-form .form-control {
	font-size: 16px;

	border-radius: 0;

	background: transparent;

	border: 0;

	border-bottom: 1px solid #d1c58d;

	color: #d1c58d;

	padding-left: 5px;

	margin-bottom: 10px;

	display: inline-block;

	padding-bottom: 10px;
}

.contact-detail .contact-form .form-control:focus {
	outline: none;

	box-shadow: none;
}

.sbmt-btn {
	border: 1px solid #d1c58d;

	font-family: "Montserrat-Regular", sans-serif;

	font-size: 20px;

	letter-spacing: 3px;

	display: inline-block;

	padding: 10px 20px;

	text-transform: uppercase;

	margin-top: 20px;

	background-color: transparent;

	color: #d1c58d;
}

.postid-388 .sbmt-btn{
	background-color: #d1c58d;
	color: #000000;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 600;
    letter-spacing: 1px;
}

.postid-388 .sbmt-btn:hover{
	background-color: transparent;
	color: #d1c58d;
}

.stockdale{
	max-width: 300px;
}

.sbmt-btn:hover {
	text-decoration: none;

	background-color: #d1c58d;

	color: #000000;
}

.wpcf7-response-output {
	color: red;

	padding-left: 0 !important;

	border: 0 !important;
}

.disc-banner {
	min-height: 30vh;

	background: url(images/footer-circles.png), #d0c38bcc;

	box-shadow: none;

	background-size: 100%;
}

.disc-banner .wpb_content_element {
	margin-bottom: 0;
}

.disc-banner .vc_single_image-wrapper {
	width: 220px;
}

.disc-content {
	padding: 90px 0 60px;
}

.disc-content h1 {
	font-family: "DMSerifDisplay-Regular", sans-serif;

	font-size: 60px;

	color: #d1c58d;

	margin-bottom: 50px;

	letter-spacing: 2px;
}

.disc-content h2 {
	font-family: "Montserrat-Bold", sans-serif;

	font-size: 18px;

	color: #d1c58d;

	display: inline-block;

	margin-bottom: 10px;

	letter-spacing: 1px;
}

.disc-content h2:not(:first-child) {
	margin-top: 30px;
}

.disc-content p {
	line-height: 26px;

	font-size: 16px;

	letter-spacing: 1px;
}

.disc-content ul {
	padding-left: 20px;
}

.disc-content li {
	font-family: "Montserrat-Regular", sans-serif;

	font-size: 16px;

	color: #ffffff;

	letter-spacing: 1px;
}

.animated {
	-webkit-animation-duration: 1.5s !important;

	animation-duration: 1.5s !important;
}

.thank-banner {
	min-height: 50vh;

	background-size: auto;

	background-position: center center;
}

.thank-content h2 {
	font-family: "DMSerifDisplay-Regular", sans-serif;

	font-size: 38px;

	color: #d1c58d;

	margin-bottom: 30px;

	letter-spacing: 2px;
}

.thank-content p {
	margin: 0 auto 10px 0;

	font-size: 16px;

	letter-spacing: 1px;
}

.thank-content p:has(b){
	margin-top: 20px;
}

.thank-content p a{
	color: #fff;

	text-decoration: underline;

	text-underline-position: under;
}

.thank-content p a:hover{
	color: #d1c58d;
}

.thank-content a.vc_general.vc_btn3{
	font-family: "Montserrat-Regular", sans-serif;
	font-size: 20px;
	color: #d1c58d;
	border: 1px solid #d1c58d;
	background: #000000;
	text-transform: uppercase;
	padding: 15px 35px;
	letter-spacing: 1px;
	font-weight: 600;
}

.thank-content a.vc_general.vc_btn3:hover{
	background: #d1c58d;
	color: #000000;
	border: 1px solid #d1c58d;
}

div#n2-ss-5 .n2-bullet{
	background: #ffffff54 !important;
}

div#n2-ss-5 .n2-bullet.n2-active{
	background: #d1c58d !important;
}

div#n2-ss-4 .n2-bullet{
	background: #00000054 !important;
}

div#n2-ss-4 .n2-bullet.n2-active{
	background: #d1c58d !important;
}