@import url('https://fonts.googleapis.com/css2?family=Italiana&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

html,
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: unset !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
	font-family: "Italiana", sans-serif;
}

body {
	font-family: "Roboto", sans-serif;
	background-image: url(../img/bg-1.jpg);
	background-attachment: fixed;
}

img {
	max-width: 100%;
}



header {
	color: #fff;
	z-index: 9999;
	position: fixed;
	text-align: right;
	width: 100%;
	text-transform: uppercase;
	transition: 0.5s linear;
	top: 0;
}



header .header-right {
    float: right;
    margin-top: 10px;
}

.header_box .logo-box {
	margin: 0 auto;
}

.header_box .logo-box .logo1 {}

.main__banner img {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 -15px;
	z-index: -2;
}

.header_box .logo-box img {
	width: 100%;
	max-width: 190px;
	padding: 10px;
}

.header_box .nav.navbar-nav.navbar-main {
	justify-content: center;
	flex-direction: inherit;
}

.header_box .nav.navbar-nav.navbar-main ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin-bottom: 0;
}

.header_box .nav.navbar-nav.navbar-main ul li {
	display: inline-block;
	padding: 30px 10px;
}

.header_box .nav.navbar-nav.navbar-main ul li a {
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 0 10px;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

/* header .light-mode .navbar-nav li a {
	color: #3a5135 !important;
} */

.header_box .nav.navbar-nav.navbar-main ul li {
    display: inline-block;
    padding: 15px 10px;
}

.header_box .nav.navbar-nav.navbar-main ul li:hover a {
	color: #fff;
}

#nav-icon3 {
    width: 30px;
    position: relative;
    margin: 20px 30px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-right: 100px;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #FFF;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
	top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 9px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 9px;
}

#nav-icon3 span:nth-child(4) {
	top: 18px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3 span:nth-child(2) {
    width: 80%;
}

#nav-icon3 span:nth-child(3) {
    opacity: 0;
}

#nav-icon3.open span:nth-child(2) {
    width: 100%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 1;
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3 span.text {
    right: -39px !important;
    left: auto;
    background: transparent !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #FFF;
}


.call_action .call_no img.green {
    display: none;
}
.header_box.green #nav-icon3 span {
	background: #f5d28e;
}
.header_box.green #nav-icon3 span.text {
	color: #f5d28e;
}
.header_box.green .call_action .call_no img.green {
    display: block;
}

.header_box.green .call_action .call_no img.white {
    display: none;
}
/* .header_box.green .added__btn a {
	color: #f5d28e !important;
	border-color: #f5d28e;
} */

.side-navigation {
	background: #FFF;
	width: 350px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
	height: 100vh;
	padding: 25px 40px;
	transition: all 0.4s ease;
	transform: translateX(100%);
}

.side-navigation .logo {
	width: 150px;
	text-align: center;
	margin: 75px 0 35px 0;
}

.side-navigation .menu ul {
	list-style: none;
	padding: 0;
}

.side-navigation .menu ul li a {
    color: #3b5437;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.side-navigation .menu ul li a:hover {
	color: #f5d28e;
	margin-left: 10px;
}

.side-navigation .menu ul li:not(:last-child) {
	margin-bottom: 10px;
}

.side-navigation .menu {
	padding: 0 10px;
}

.side-navigation.active {
	transform: translateX(0);
}

.txtFrame h1 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 38px;
	position: relative;
	color: #f5d28e;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.txtFrame h2 {
	font-size: 26px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 32px;
	position: relative;
	color: #fff;
	letter-spacing: 2px;
}

.txtFrame p {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 22px;
    animation: revealText 2s forwards;
    letter-spacing: 0.5px;
}

.txtFrame p:last-child {
	margin-bottom: 0;
}


.frame1 .flex {
	align-items: center;
	display: flex !important;
	justify-content: center;
}


.frame1 .sec-bg-1-div {
	position: absolute;
	left: 3%;
	top: 38%;
	overflow: hidden;
	z-index: 1;
	opacity: 0.2;
}

.frame1 .sec-bg-1-div img {
	width: 100%;
	max-width: 300px;
}

.frame1 .sec-bg-2-div {
	position: absolute;
	width: 100%;
	height: 100vh;
	right: 0;
	top: 0;
}

.frame1 .sec-bg-2-div img {
	height: 100%;
	display: block;
	margin: 0;
}

.frame1 .txtFrame h5 {
	font-size: 20px;
	line-height: 28px;
	color: #ffff;
	letter-spacing: 2px;
	/* clip-path: inset(0px 100% 0px 0%);
	-webkit-clip-path: inset(0px 100% 0px 0%);
	animation: revealText 2s forwards; */
	font-weight: 600;
}

.txtFrame {
	background: #3b5437cf;
	padding: 25px;
}

.section.active [data-aos^=fade][data-aos^=fade].aos-init {
    opacity: 1;
    transform: translateZ(0);
}

.section.active [data-aos][data-aos][data-aos-delay="300"].aos-init, body[data-aos-delay="300"] [data-aos].aos-init {
    transition-delay: .3s;
}

.section.active [data-aos][data-aos][data-aos-delay="400"].aos-init, body[data-aos-delay="400"] [data-aos].aos-init {
    transition-delay: .4s;
}
.section.frame6 [data-aos^=fade][data-aos^=fade].aos-init {
    opacity: 0;
    transition-property: opacity, transform;
	transform: translate3d(0, 100px, 0);
}
.section.frame6.active .owl-item.active [data-aos^=fade][data-aos^=fade].aos-init {
    opacity: 1;
    transform: translateZ(0);
}

.section.frame7 [data-aos^=fade][data-aos^=fade][data-aos=fade-right].aos-init {
    opacity: 0;
    transition-property: opacity, transform;
	transform: translate3d(-100px,0,0);
}
.section.frame7 [data-aos^=fade][data-aos^=fade][data-aos=fade-left].aos-init {
    opacity: 0;
    transition-property: opacity, transform;
	transform: translate3d(100px,0,0);
}

.section.frame7.active .owl-item.active [data-aos^=fade][data-aos^=fade].aos-init {
    opacity: 1;
    transform: translateZ(0);
}



.content-overlay {
	position: absolute;
	bottom: 5px;
	right: 3%;
}

.content-overlay p {
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.container-down {
	text-align: center;
	position: absolute;
	z-index: 1000;
	left: 6%;
	bottom: 7%;
}

.container-down a {
	text-align: center;
	display: block;
}

.container-down h4 {
	transform: translateX(-50%);
	top: -24px;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
	margin-left: 13px;
}


.arrow {
	opacity: 0;
	position: absolute;
	transform-origin: 50% 50%;
	transform: translate3d(-50%, -50%, 0);
	top: 30px;
}

.arrow-first {
	-webkit-animation: arrow-movement 2s ease-in-out infinite;
	animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-second {
	-webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
	animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
	background: #fff;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
}

.arrow:before {
	transform: rotate(45deg) translateX(-23%);
	transform-origin: top left;
}

.arrow:after {
	transform: rotate(-45deg) translateX(23%);
	transform-origin: top right;
}

@-webkit-keyframes arrow-movement {
	0% {
		opacity: 0;
		top: 45%;
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes arrow-movement {
	0% {
		opacity: 0;
		top: 45%;
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
/*
.txtFrame h1,
.amenTxt h1 {
	animation: revealText2 5s forwards;
}

.txtFrame h2 {

	clip-path: inset(0px 100% 0px 0%);
	-webkit-clip-path: inset(0px 100% 0px 0%);
	animation: revealText 2s forwards;
} */

@keyframes revealText {
	0% {
		clip-path: inset(0px 50% 0px 50%);
		-webkit-clip-path: inset(0px 50% 0px 50%);

	}

	100% {
		clip-path: inset(0px 0px 0px 0px);
		-webkit-clip-path: inset(0px 0px 0px 0px);
		left: 0;
		opacity: 1;
	}
}

@keyframes revealLine {
	0% {
		clip-path: inset(0px 50% 0px 50%);
		-webkit-clip-path: inset(0px 50% 0px 50%);
		opacity: 0;

	}

	100% {
		clip-path: inset(0px 0px 0px 0px);
		-webkit-clip-path: inset(0px 0px 0px 0px);
		opacity: 1;
	}
}

@keyframes revealText2 {
	0% {
		clip-path: inset(0px 100% 0px 0%);
		-webkit-clip-path: inset(0px 100% 0px 0%);

	}

	20% {
		clip-path: inset(0px 100% 0px 0%);
		-webkit-clip-path: inset(0px 100% 0px 0%);

	}

	40% {
		left: 0;
		opacity: 1;
	}

	100% {
		clip-path: inset(0px 0px 0px 0px);
		-webkit-clip-path: inset(0px 0px 0px 0px);
		left: 0;
		opacity: 1;
	}
}

.call_action {
	padding: 15px 10px !important;
	position: relative;
	top: 3px;
}

.call_action .call_no {
	position: relative;
	top: 0;
}


.call_action .call_no a {
	align-items: center;
	display: flex;
}

.call_action .call_no img {
	width: 30px;
	padding-right: 10px;
}

.header_box .nav.navbar-nav.navbar-main ul li.added__btn a {
	border: 3px solid #f5d28e;
	font-weight: 600;
    padding: 5px 15px !important;
    background: #f5d28e;
    font-size: 14px;
    text-shadow: none;
    color: #3b5437;
}
.header_box .nav.navbar-nav.navbar-main ul li.added__btn a:hover {
    background: #FFF !important;
    border-color: #FFF !important;
}

/* .added__btn a.gold1 {
	border: 2px solid #f5d28e;
	padding: 5px 15px !important;
} */

/* header .light-mode .added__btn a {
	border: 2px solid #3a5135;
} */

.frame1 {
	background-image: url('../img/paras-manor/slide-1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100% !important;
	position: relative;
}

.frame1::before {
	content: '';
	position: absolute;
	background-color: #0000003b;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.frame1.frame2 .sec-bg-2-div {
	position: absolute;
	width: 55%;
	height: 80vh;
	right: 0;
	top: 10%;
}

.frame1.frame2 .content-overlay {
	position: absolute;
	bottom: 14px;
	right: 22%;
}

.frame1.frame2 .content-overlay p {
	text-shadow: 1px 1px 5px #8a8a8a;
}

.frame1.frame2 .txtFrame {
	position: absolute;
	z-index: 1;
	right: 40%;
	text-align: right;
	bottom: 35%;
}

.frame1.frame2 .sec-bg-1-div img {
	width: 100%;
	max-width: 650px;
}

.frame1.frame2 .sec-bg-1-div {
	position: absolute;
	left: 12%;
	top: 23%;
	overflow: hidden;
	z-index: 1;
	opacity: 0.2;
}

.frame1.frame2 .big {
	font-size: 52px;
	font-weight: 800;
	color: #f5d28e;
}


.frame1 .txtFrame h3 {
	text-transform: uppercase;
	font-size: 34px;
	color: #fff;
	line-height: 50px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 5px #8a8a8a;
	font-weight: 400;
}

.frame1 .txtFrame h3 {
	animation: revealText2 5s forwards;
}



.frame3 {
	background-image: url('../img/paras-manor/slide-3.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100% !important;
	position: relative;
}

.frame3::before {
	content: '';
	position: absolute;
	background-color: #0000003b;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.frame3 .sec-bg-2-div {
	position: relative;
}

.frame3 .sec-bg-1-div {
	position: absolute;
	left: unset;
	right: 8%;
	top: 5%;
	overflow: hidden;
	z-index: -1;
	opacity: 0.2;
}

.frame3 .sec-bg-1-div img {
	width: 100%;
	max-width: 450px;
}

.frame3 .txtFrame {
	position: relative;
}



.frame4 {
	background-image: url('../img/paras-manor/slide-4.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100% !important;
	position: relative;
}

.frame4::before {
	content: '';
	position: absolute;
	background-color: #0000003b;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.frame4 .sec-bg-1-div {
	position: absolute;
	left: 26%;
	top: 31%;
	overflow: hidden;
	z-index: -1;
	opacity: 0.2;
}

.frame4 .sec-bg-1-div img {
	width: 100%;
	max-width: 450px;
}

.frame4 .sec-bg-2-div.image1-ref img {
	width: 100%;
	max-width: 500px;
}

.frame4 .sec-bg-2-div {
	text-align: center;
	position: relative;
}

.frame4 .content-overlay {
	right: 16%;
}


/* .frame1.frame5 .container-fluid, .frame1.frame9 .container-fluid, .frame1.frame8 .container-fluid  {
  width: 1320px;
} */


.frame5 {
	background-image: url('../img/paras-manor/slide-5-1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100% !important;
	position: relative;
}

.frame5::before {
	content: '';
	position: absolute;
	background-color: #00000070;
	width: 100%;
	height: 100%;
	z-index: 0;
}



.frame5 .sec-bg-2-div {
	position: relative;
}

.frame5 .sec-bg-2-div img {
	width: 100%;
}

.frame5 .txtFrame {
	position: relative;
	z-index: 1;
	left: unset;
	width: 100%;
	display: block;
}

.frame5 .point-note {
	position: relative;
}

.frame5 .point-note ul {
	margin-top: 25px;
	display: flex;
	list-style: disc;
	flex-wrap: wrap;
	gap: 0 55px;
	justify-content: space-evenly;
	padding-left: 25px;
}

.frame5 .point-note ul li {
	margin: 0;
	color: #fff;
	width: 100%;
	margin-bottom: 6px;
	list-style: disc;
	letter-spacing: 0.5px;
}

.frame5 .point-note ul li span {
	float: right;
}


.frame5 .content-overlay {
	right: 2%;
}

.frame6 {
	position: relative;
}

.frame6 .slide-bg-1,
.frame6 .slide-bg-2,
.frame6 .slide-bg-3,
.frame6 .slide-bg-4 {
	background-image: url('../img/paras-manor/slide-6.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh !important;
	position: relative;
}

.frame6 .slide-bg-2 {
	background-image: url('../img/paras-manor/features-2.jpg');
}

.frame6 .slide-bg-3 {
	background-image: url('../img/paras-manor/features-3.jpg');
}

.frame6 .slide-bg-4 {
	background-image: url('../img/paras-manor/features-4.jpg');
}


.frame6 .slide-1::before {
	content: '';
	position: absolute;
	background-color: #0000004d;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.frame6 .owl-nav,
.frame7 .owl-nav {
	position: absolute;
	bottom: 30px;
	text-align: center;
	margin-top: 30px;
	left: 0;
	right: 0;
}

.frame6 .owl-prev,
.frame7 .owl-prev {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 40px !important;
}

.frame6 .owl-next,
.frame7 .owl-next {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 35px !important;
}

.frame6 .owl-dots,
.frame7 .owl-dots,
.frame10 .owl-dots {
	counter-reset: slides-num;
	position: absolute;
	left: 49%;
	bottom: 27px;
}

.frame6 .owl-dots:after,
.frame7 .owl-dots:after,
.frame10 .owl-dots:after {
	content: counter(slides-num);
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle;
	padding-left: 5px;
	color: #f5d28e;
}

.frame6 .owl-dot,
.frame7 .owl-dot,
.frame10 .owl-dot {
	display: inline-block;
	counter-increment: slides-num;
	/* Increment counter */
	margin-right: 5px;
}

.frame6 .owl-dot span,
.frame7 .owl-dot span,
.frame10 .owl-dot span {
	display: none;
}

.frame6 .owl-dot.active:before,
.frame7 .owl-dot.active:before,
.frame10 .owl-dot.active:before {
	content: counter(slides-num) "  /  ";
	/* Use the same counter to get current item. */
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	color: #f5d28e;
}

.frame6 .slide-1 {
	display: flex;
	align-items: end;
}

.frame6 .slide-1 .info {
	text-align: center;
	margin-top: 110px;
}

.frame6 .sec-bg-1-div {
	position: absolute;
	left: 10%;
	top: 8%;
	overflow: hidden;
	z-index: -1;
	opacity: 0.2;
}


.frame6 .sec-bg-2-div img {
	width: 100%;
	max-width: 480px;
}

.frame6 .txtFrame {
	position: relative;
	margin-bottom: 85px;
}

.frame6 .txtFrame h4 {
	font-size: 26px;
	color: #fff;
	margin: 20px 0;
	letter-spacing: 1.5px;
}

.frame6 .txtFrame .content-overlay {
	right: 10%;
}

.frame1.frame6 .sec-bg-1-div {
	top: 18%;
}

.frame6 .sec-bg-1-div.right-move {
	left: unset;
	right: 4%;
	top: 20%;
}

.frame6 .sec-bg-1-div img {
	width: 100%;
	max-width: 450px;
}

.frame6 .sec-bg-2-div.image1-ref {
	position: relative;
}

.frame6 .content-overlay {
	right: 15%;
}

.background-white {
	background-color: white;
}

.background-cream {
	background-color: #faf4ef;
}


.frame7 .sec-bg-1-div {
	right: 18%;
	left: auto;
	top: 24%;
}

.frame7 .sec-bg-1-div img {
	width: 100%;
	max-width: 450px;
}

.frame7 .owl-dots {
    padding-left: 13px;
    margin-left: 4px;
}

.frame7 .ameneities-bg,
.frame8 .ameneities-bg {
	background: #faf4ef;
	width: 0%;
	position: absolute;
	top: 0;
	right: 0;
	height: 80%;
}

.frame7.active .ameneities-bg,
.frame8.active .ameneities-bg {
	-webkit-animation: ameneitiesAnimate 1.5s ease-in forwards;
	animation: ameneitiesAnimate 1.5s ease-in forwards;
}

.frame7 .content_box {
    width: 500px;
    background: #3b5437cf;
    padding: 30px;
    padding-bottom: 40px;
}
.frame7 .content_box.right {
    float: right;
}
.frame7 .content_box .owl-dots {
    display: none;
}

.frame7 .content_box .owl-nav button {
    margin: 0 10px !important;
}

.frame7 .content_box .owl-nav {
    position: absolute;
    margin: 0;
    text-align: right;
    bottom: -28px;
    right: -26px;
}

/*Zoom in Keyframes */
@-webkit-keyframes ameneitiesAnimate {
	0% {
		width: 0%;
	}

	100% {
		width: 80%;
	}
}

@keyframes ameneitiesAnimate {
	0% {
		width: 0%;
	}

	100% {
		width: 80%;
	}
}

/*End of Zoom in Keyframes */

.cross-sec {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.img-box-1 {
    width: 100%;
    position: relative;
	height: 100svh;
    background-size: cover;
    background-position: center;
}

.frame7 .img-box-1::before {
	content: '';
	position: absolute;
	background-color: #0000004d;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.img-box-1 img {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}

.amenTxt {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.amenTxt h1 {
    color: #f5d28e;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.2em;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slideAcc {
    display: flex;
    flex-direction: column;
    font-family: "Italiana", sans-serif;
    list-style: none;
    gap: 7px 10px;
    padding-left: 2px;
    margin-bottom: 10px;
}

.slideAcc li {
    width: 100%;
    font-size: 13px;
    color: #FFF;
    text-transform: capitalize;
    line-height: 17px;
    text-align: left;
    letter-spacing: 2.5px;
    font-weight: 600;
    margin: 0;
    display: flex;
    gap: 0 10px;
}
.slideAcc li i {
    margin-top: 6px;
    font-size: 6px;
}

.amenImg {
	overflow: hidden;
	margin: 0;
	width: 100%;
}

.amenWrapper {
	width: 100%;
	position: relative;
}

.amenWrapper .amenList {
	position: absolute;
	bottom: 22%;
	right: 38%;
	z-index: 100;
}

.amenWrapper .amenList span {
	display: block;
	color: #000;
	padding: 0 0 1em 0;
	font-size: 1.4em;
	cursor: pointer;
	transition: all .3s ease-in;
}

.arrowsAmen {
	position: relative;
}

.arrowsAmen .owl-prev {
	font-size: 0;
	color: #faf4ef;
	background: url('../img/paras-manor/amen-arrow-left-green.png') no-repeat top left;
	border: none;
	background-size: 22px;
	width: 22px;
	height: 15px;
	margin-right: 0px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.arrowsAmen .owl-next {
	font-size: 0;
	color: #faf4ef;
	background: url('../img/paras-manor/amen-arrow-right-green.png') no-repeat top left;
	border: none;
	background-size: 22px;
	width: 22px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.arrowsAmen .disabled {
	opacity: 0.5;
	cursor: default;
}

.arrowsAmen #counter {
	display: inline-block;
	width: 70px;
	vertical-align: middle;
	text-align: center;
	color: #3a5135;
	font-weight: 600;
}

.amenTnc {
	font-family: "DIN 2014";
	font-weight: normal;
	text-align: right;
	font-size: 0.7em !important;
	opacity: 0.5 !important;
}



.frame9 #myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}

.frame9 .container {
	z-index: 5;
	position: relative;
}

.frame9:after {
	content: " ";
	background: rgba(5, 43, 23, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.frame9 h1 {
	text-transform: uppercase;
	font-size: 52px;
	color: #f5d28e;
	line-height: 60px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.frame9 p {
	margin: 15px 0;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 1px;
}

.frame9 .layer {
	text-align: center;
}

.frame9 .txtLayer {
	text-align: justify;
	margin-left: 70px;
}

.frame9 img {
	border-radius: 50%;
	width: 70%;
	max-width: 100%;
}


.frame1.frame8 .journey_section {
	position: relative;
	display: block;
	margin: auto;
	text-align: center;
	width: 100%;
}


.frame8 #sync4 {
	position: absolute;
	width: 380px;
	bottom: 3%;
	right: 6%;
	border: 5px solid #b9a073;
}

.frame8 .item-box {
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	position: relative;
}

.frame8 .item-box::before {
	content: '';
	position: absolute;
	background-color: #00000012;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.frame8 .item-box img {
	width: 100%;
	opacity: 0.6;
}

.frame8 .item-box-1 {
	position: relative;
}

.frame8 .item-box-1 img {
	width: 100%;
}

.frame8 .slide-arrow {
	position: absolute;
	top: -50px;
	right: 0;
	background: none;
	border: 0;
	cursor: pointer;
}

.frame8 .slide-arrow.prev-arrow {
	margin-right: 42px;
}

.frame8 .txtFrame {
	text-align: center;
	position: relative;
}

.frame8 .sec-bg-1-div {
	left: 20%;
	bottom: 18.5%;
	z-index: 0;
	top: unset;
}

.frame8 .sec-bg-1-div img {
	width: 100%;
	max-width: 450px;
}

.frame8 .txtFrame p {
	text-align: center;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
}

.frame8 .txtFrame h1 {
	color: #3a5135;
}

.frame10 .txtFrame h1 {
    text-transform: uppercase;
    font-size: 52px;
    color: #f5d28e;
    line-height: 60px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.frame10 .big_mg {
    width: 390px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    z-index: 1;
    position: relative;
}

.frame10 .txtFrame h2 {
    text-transform: uppercase;
    color: #f5d28e;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 42px;
    line-height: 54px;
    font-weight: 500;
}


.architect-blocks .images_wrap,
.architect-blocks .content {
    width: 85%;
    margin: auto;
	position: relative;
	z-index: 2;
}
.architect-blocks .images_wrap {
    display: flex;
    align-items: baseline;
    gap: 0 25px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.architect-blocks .images_wrap img.big-logo {
    width: 300px;
}

.architect-blocks .images_wrap img.small-logo {
    width: auto !important;
    max-width: 100%;
}

.architect-blocks .content p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}
.architect-blocks .content p:last-child {
	margin-bottom: 0;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul li {
    transform: translateX(20%);
    opacity: 0;
    visibility: hidden;
	transition: all 0.6s ease;

}
.frame10 .architect-blocks .architect-h1-content .txtFrame ul li:nth-child(2) {
	transition-delay: 0.2s;
}
.frame10 .architect-blocks .architect-h1-content .txtFrame ul li:nth-child(2) {
	transition-delay: 0.4s;
}
.frame10 .architect-blocks .architect-h1-content .txtFrame ul li:nth-child(3) {
	transition-delay: 0.6s;
}

.frame10.active  .owl-item.active .architect-blocks .architect-h1-content .txtFrame ul li:nth-child(1) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.frame10.active .owl-item.active  .architect-blocks .architect-h1-content .txtFrame ul li:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.frame10.active  .owl-item.active .architect-blocks .architect-h1-content .txtFrame ul li:nth-child(3) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.frame10 .owl-carousel .owl-stage-outer {
    margin-bottom: 50px;
}
.frame10 .owl-dots {
    padding-left: 15px;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
}

.frame10 .owl-nav {
    display: flex;
    gap: 64px;
    justify-content: center;
}


.frame10 .architect-blocks {

}
.frame10 .owl-carousel .owl-stage {
    margin-left: 1px;
}

.frame10 .architect-blocks .bg-gradient1 {
	background-image: url(../img/bg-1.jpg);
	background-attachment: fixed;
	width: 100%;
}

.frame10 .architect-blocks .architect-h1-content {
	width: 100%;
	box-sizing: border-box;
}

.frame10 .architect-blocks .architect-h1-content h1 {
	margin-bottom: 30px;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame {
	position: relative;
	left: unset;
	background-color: none;
	padding: 0;
}
.frame10 .architect-blocks .architect-h1-content .txtFrame ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 0;
}
.frame10 .architect-blocks .architect-h1-content .txtFrame ul li {
    display: flex;
    width: 100%;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: right;
    gap: 30px;
}
.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img {
    max-width: 82%;
    margin: 0;
    width: 30%;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img.bog-logo {
	margin-bottom: 0;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img.smaal-logo.logo-2 {
	position: absolute;
	width: 7%;
	bottom: 1px;
	right: 21%;
	border: 4px solid #FFF;
	border-radius: 50%;
}
.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
    min-width: 265px;
    max-width: 265px;
    font-size: 17px;
    font-family: "Italiana", sans-serif;
    color: #f5d28e;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: left;
}
.frame10 .sec-bg-1-div {
    position: absolute;
    left: unset;
    right: 0;
    top: 26%;
    overflow: hidden;
    z-index: 0;
    opacity: 0.2;
    width: 64%;
    transform: translateX(-11%);
}
/* .frame10 .item3 .big_mg {
    width: 365px;
}

.frame10 .item3  .small-logo {
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 95px;
    border: 4px solid #3b5437;
    border-radius: 50%;
    display: block;
} */
.relative {
	position: relative;
}
.container-down.color-green h4 {
	color: #3a5135;
}

.container-down.color-green .arrow:before,
.container-down.color-green .arrow:after {
	background-color: #3a5135;
}

/* .footer-sec .enquireBg {
  background: #faf4ef;
  width: 90%;
  position: absolute;
  top: 10%;
  left: 0;
  height: 80%;
} */

.frame11 {
    min-height: 100svh;
}

.frame11 .architect-blocks {
	padding-left: 20%;
}

.frame11 .architect-blocks .bg-gradient1 {
	background-color: #faf4ef;
	background-attachment: fixed;
	width: 100%;
	height: 65vh;
	display: flex;
	align-items: center;
}

.frame11 .architect-blocks .architect-h1-content {
	width: 100%;
	padding: 20px 70px;
	box-sizing: border-box;
}


.frame11 .architect-blocks .architect-h1-content h1 {
	margin-bottom: 15px;
}

.frame11 .architect-blocks .architect-h1-content .txtFrame {
	position: relative;
	left: unset;
	background: #0000;
	padding: 0;
}


.frame11 .footer-sec p {
	font-size: 16px;
	letter-spacing: 2px;
	color: #000;
	margin-bottom: 18px;
	font-weight: 600;
}

.frame11 .footer-sec .form_pop_border .input_boxes {
	display: flex;
	width: 48.2%;
	padding: 0;
	margin: 0 4px;
	margin-bottom: 10px;
}

.frame11 .footer-sec .form_pop_border label {
	display: none;
}

.frame11 .footer-sec .form_pop_border {
	width: 750px;
	padding: 0;
	border-radius: 0;
	margin: 35px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}

.frame11 .footer-sec .form_pop_border .input_boxes label {
	color: #3a5135;
	font-weight: 600;
}

.frame11 .footer-sec .form_pop_border .input_boxes input,
.frame11 .footer-sec .form_pop_border .input_boxes textarea {
	color: #3a5135;
	padding: 6px 10px;
	border-radius: 0;
	border: 2px solid #3a5135;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	background: none;
	width: 100%;
}

.frame11 .footer-sec .form_pop_border .head_title {
	text-align: center;
}

.frame11 .footer-sec .form_pop_border .head_title p.modal-card-title {
	margin: 0;
	color: #3a5135;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.form_pop_border .input_boxes:nth-child(5) {
	margin-bottom: 0 !important;
}

.frame11 .footer-sec .form_pop_border input::placeholder,
.frame11 .footer-sec .form_pop_border .input_boxes textarea::placeholder {
	color: #3a5135;
	opacity: 1;
	/* Firefox */
	background: #0000;
}

.frame11 .footer-sec .form_pop_border input:-ms-input-placeholder,
.frame11 .footer-sec .form_pop_border .input_boxes textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #3a5135;
	background: #0000;
}

.frame11 .footer-sec .form_pop_border input::-ms-input-placeholder,
.frame11 .footer-sec .form_pop_border .input_boxes textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #3a5135;
	background: #0000;
}

.frame11 .footer-sec .form_pop_border .form_btn {
	text-align: center;
	margin-top: 10px;
}

.frame11 .footer-sec .form_pop_border .form_btn input {
	background: none;
	color: #f5d28e;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #3a5135;
	background: #3a5135;
	width: 100%;
	border-radius: 0;
	padding: 10px 30px;
	line-height: 20px;
}

.frame11 .footer-sec .form_pop_border .form_btn input:hover {
	background: #0000;
	color: #3a5135;
}

.width100 {
	width: 100% !important;
}

.frame11 .footer-sec .form_pop_border .input_boxes.textarea {
	width: 100% !important;
}

.frame11 .sec-bg-1-div {
	right: 10%;
	bottom: 25.5%;
	z-index: 0;
	top: unset;
	left: auto;
}

.frame11 .sec-bg-1-div img {
	width: 100%;
	max-width: 480px;
}

.frame11 .container-down.paras-manor {
	display: block;
	width: 10%;
	position: absolute;
	z-index: 1000;
	left: 6%;
	bottom: 16%;
	text-align: left;
}

.frame11 .container-down.paras-manor .arrow {
	margin-top: -70px;
	transform: translate3d(-50%, -50%, 0) rotateX(-180deg);
}

.frame11 .footer-fix {
	background: #000;
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 20px 0;
	left: 0;
}

.frame11 .footer-fix .container {
	max-width: 1320px;
}

.frame11 .footer-fix p {
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 18px;
}

.frame11 .footer-fix ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.frame11 .footer-fix ul li {
	color: #fff;
	width: 33%;
}

.frame11 .footer-fix ul li a {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}

.frame11 .footer-fix ul li:last-child a {
    font-size: 10px;
}

.frame11 .sec-bg-1-div {
    position: absolute;
    right: 15%;
    top: 21%;
    overflow: hidden;
    z-index: 0;
    opacity: 0.2;
    bottom: auto;
}

/* -- enquiry form start -- */
.sidebar-contact {
	position: fixed;
	top: 50%;
	right: -280px;
	transform: translateY(-50%);
	width: 280px;
	height: auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
	box-sizing: border-box;
	transition: 0.5s;
	z-index: 100;
}

.sidebar-contact.active {
	right: 0;
}

.toggle {
    position: absolute;
    height: 38px;
    width: 140px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    top: 150px;
    left: -89px;
    line-height: 17px;
    background: #f5d28e;
    padding: 11px 6px 9px;
    color: #000;
    transform: rotate(270deg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: rotate(270deg);
    font-family: "Italiana", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.close_pop.toggle {
    position: absolute;
    top: -25px;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
    text-align: center;
    left: auto;
    transform: none;
    padding: 0;
    font-size: 21px;
    font-family: "Roboto", sans-serif;
}

.scroll h3 {
    text-align: center;
    color: #3b5437;
    margin-bottom: 17px;
    font-size: 19px;
    font-family: "Italiana", sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.sidebar-contact input,
.sidebar-contact textarea {
	width: 100%;
	height: 36px;
	padding: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .5);
	outline: none;
	font-size: 13px;
}

.sidebar-contact textarea {
	height: 60px;
	resize: none;
}


/* -- enquiry form end -- */
span#spanid {
    font-size: 11px;
}


/* -- Enquiry Popyp 2 Start -- */


.pop_up_box {
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, .8);
	left: 0;
	z-index: 9999;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.pop_up_box .form_box {
	width: 600px;
	max-width: 94%;
	margin: 0 auto;
	position: relative;
	padding: 25px;
	margin-top: 0;
	border-radius: 10px;
	top: 10%;
	background: #3b5437;
}

.form_box .form-1 {
	display: block;
	padding: 25px;
	border-radius: 5px;
	border: 2px solid rgb(255 255 255 / 30%);
}

.captcha label {
	color: #FFF;
}

.form_box .form-1 h3 {
	text-align: center;
	color: #FFF;
	margin-bottom: 30px;
	font-weight: 500;
	position: relative;
}

.form_box .form-1 h3:before {
	content: '';
	width: 50px;
	height: 1px;
	border-bottom: 2px solid #FFF;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}

.form_box .form-1 form {
	display: flex;
	flex-wrap: wrap;

}

.form_box .form-1 .input_box {
	width: 50%;
	display: inline-block;
	margin-bottom: 15px;
}

.form_box .form-1 .input_box.full {
	width: 100%;
}

.form_box .form-1 .input_box select,
.form_box .form-1 .input_box input {
	border-radius: 5px;
	background: none;
	border: none;
	outline: none;
	color: #FFF;
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
	border-bottom: 1px solid rgb(255 255 255 / 60%);
}



.form_box .form-1 .input_box select option {
	color: #3b5437;
}

.form_box .form-1 .input_box input::placeholder,
.form_box .form-1 .input_box textarea::placeholder {
	color: #FFF;
	opacity: 1;
	/* Firefox */
}

.form_box .form-1 .input_box input:-ms-input-placeholder,
.form_box .form-1 .input_box textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FFF;
}

.form_box .form-1 .input_box input::-ms-input-placeholder,
.form_box .form-1 .input_box textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #FFF;
}

.form_box .form-1 button#refresh {
	margin-right: 22px;
}

.form_box .form-1 .captcha {
	width: 100%;
	padding: 0 15px;
}

.form_box .form-1 .captcha input#mainCaptcha {
	width: 185px;
}

.form_box .form-1 .btn_form {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	border-radius: 20px;
	padding: 10px 0;
	background: none;
	border: 2px solid #FFF;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
}

.form_box .form-1 {
	border: 2px solid #FFF;
	border-radius: 10px;
	padding: 20px 30px;
	display: block;
}

.form_box .form-1 .input_box input,
.form_box .form-1 .input_box textarea,
.form_box .form-1 .input_box select {
	background: none;
	border: none;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding: 10px 10px;
	width: 100%;
	font-size: 16px;
	border-radius: 0;
	font-weight: 500;
	outline: none;
}

.form_box .form-1 .input_box textarea {
	height: 65px;
}

.form_box .form-1 .input_box select option {
	font-weight: 500;
}

.captcha .captcha_input {
	border: none;
	border-bottom: 1px solid #FFF;
	padding: 2px 5px;
}

.form_box .form-1 .btn_form:hover {
	background: #FFF;
	color: #3b5437;
}
.form_box .form-1 .input_box .main-cpt {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 16px;
    align-items: center;
}

.form_box .form-1 .input_box .main-cpt a {
    color: #FFF;
}

.form_box .form-1 .input_box .main-cpt span {
    color: #FFF;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
}

.form_box .form-1 .input_box .main-cpt input {
    width: 150px;
}

.close_icon {
	position: absolute;
	right: 3px;
	top: 3px;
	cursor: pointer;
}

.close_icon i {
	color: #FFF;
	font-size: 28px;
}

/* -- Enquiry Popyp 2 End -- */

.go_to_top {
    display: none;
}
.close_menu {
	display: none;
}




.property-customization {
    min-height: 100vh;
    padding-top: 215px;
    background: #000;
    padding-bottom: 50px;
    position: relative;
}

.property-customization .image-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
	opacity: 0.7;
	background-size: cover;
    background-position: center;
}

.property-customization .image-bg img {
    min-width: 100%;
    height: 100vh;
	object-fit: cover;
	object-position: center;
	opacity: 0.7;
}

.property-customization h5 {
    color: #f5d28e;
    margin: 10px 0;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.property-customization h1 {
    display: block;
    font-size: 50px;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    line-height: 50px;
}
.property-customization h1 span {
    color: #f5d28e;
}
.property-customization h3 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 30px;
}
.property-customization .container {
	position: relative;
	z-index: 9;
}
.property-customization figure {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 10px;
    margin: 15px 0;
    background: rgb(59 84 55 / 38%);
}

.property-customization figure img {
	height: 40px;
    width: 40px;
    float: left;
    margin: 0;
    margin-right: 20px;
}
.property-customization figure figcaption {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    font-family: "Roboto", sans-serif;
}
.go-back-btn a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-top: 5px;
}

.frame6 .owl-dots:after {
    margin-left: 10px;
}
.kit_button {
    border: 3px solid #f5d28e;
    font-weight: 600;
    padding: 5px 15px !important;
    background: #f5d28e;
    font-size: 14px;
    text-shadow: none;
    color: #3b5437;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    min-width: 135px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}


.vitual_tour {
    position: fixed;
    right: -19px;
    top: 50%;
    display: flex;
    transform: rotate(-90deg) translate(10px, 100%);
    z-index: 99;
}

.vitual_tour a {
    border: 3px solid #f5d28e;
    font-weight: 600;
    padding: 5px 15px !important;
    background: #f5d28e;
    font-size: 14px;
    text-shadow: none;
    color: #3b5437;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	letter-spacing: 1.5px;
}
.vitual_tour a.inquire {
	display: none;
}

.popup_module {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
	display: none;
}
.popup_module .popup_module_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 80%);
}
.popup_module .popup_container {
    width: 650px;
    max-width: calc(100% - 30px);
    background: #f8f5f0;
    padding: 40px 15px;
    position: relative;
    text-align: center;
}
.popup_module span.pop_close {
    position: absolute;
    right: 14px;
    top: 9px;
    font-weight: 600;
    color: #000;
    opacity: 0.4;
    cursor: pointer;
}
.popup_module .popup_container h4 {
    font-size: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 23px;
    color: #3b5437;
    font-weight: 600;
}
.popup_module .button_wrap {
    display: flex;
    justify-content: center;
    gap: 10px 15px;
}
.popup_module .button_wrap a {
    border: 3px solid #f5d28e;
    font-weight: 600;
    padding: 7px 15px !important;
    background: #f5d28e;
    font-size: 16px;
    text-shadow: none;
    color: #3b5437;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1.5px;
}
.popup_module .button_wrap a:hover {
	background: #3b5437;
	color: #FFF;
	border-color: #3b5437;
}

.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt {
    display: flex;
    align-items: center;
    gap: 7px 15px;
    flex-wrap: wrap;
}

.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt span {
    white-space: nowrap;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
}

.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt input {
    width: 130px !important;
}

.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt a {
    color: #3a5135;
}
.rerano {
    position: absolute;
    right: 50px;
    top: 70px;
    background: rgb(0 0 0 / 66%);
    padding: 9px;
    border-radius: 2px;
}

.rerano p {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.4px;
    margin: 0;
}
.rerano p span,
.rerano p a {
    color: #f5d28e;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.rerano_ft {
    margin-bottom: 0 !important;
}
.rerano_ft a,
.rerano_ft span {
	color: #f5d28e;
	font-family: "Roboto", sans-serif;
}
.frame8 .slide-arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #3b5437;
    box-shadow: 0 0 14px 0 #ffffff7d;
}

.custom_btn {
	border: 3px solid #f5d28e;
    font-weight: 600;
    padding: 5px 15px !important;
    background: #f5d28e;
    font-size: 14px;
    text-shadow: none;
    color: #3b5437;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    min-width: 135px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}
.custom_btn:hover {
	color: #3b5437;
}

.frame8 .item-box .caption {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    background: rgb(0 0 0 / 54%);
    padding: 3px 16px;
    border-radius: 50px;
}

@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}

}

@media only screen and (max-width: 1600px) {
	.frame4 .sec-bg-1-div {
		left: 18%;
		top: 25%;
	}

	.frame6 .sec-bg-2-div img {
		width: 100%;
		max-width: 375px;
	}

	.frame6 .content-overlay {
		right: 32%;
	}

	.txtFrame h2 {
		line-height: 32px;
		font-size: 28px;
	}

	.txtFrame h1 {
		line-height: 34px;
		font-size: 32px;
	}

	.header_box .nav.navbar-nav.navbar-main ul li a {
		padding: 0;
		font-size: 13px;
	}

	.frame1.frame8 #sync4 {
		width: 100%;
		max-width: 75%;
		margin-top: 60px;
	}

	.frame1.frame8 #sync3 {
		width: 340px;
		top: -43px;
		left: -7%;
	}

	.frame4 .sec-bg-2-div.image1-ref img {
		width: 100%;
		max-width: 420px;
	}

	.frame4 .content-overlay {
		right: 20%;
	}

	.amenWrapper .amenList {
		bottom: 15%;
		right: 46%;
	}

	.amenTxt h1 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.slideAcc {
		gap: 7px 0;
	}

	.frame7 .content_box {
		width: 440px;
		padding: 20px;
		margin-left: 20px;
	}

	.slideAcc li {
		font-size: 13px;
	}
	.frame7 .content_box .owl-nav {
		bottom: -15px;
		right: -17px;
	}

	/* .img-box-1 {
		width: 42%;
		position: relative;
	} */

	/* .amenTxt {
		width: 58%;
		padding-left: 50px;
	} */

	.frame9 p {
		font-size: 14px;
		line-height: 20px;
	}

	.frame9 h1,
	.frame10 .txtFrame h1 {
		font-size: 42px;
		line-height: 42px;
	}

	.frame9 img {
		width: 60%;
	}
	.frame10 .container {
		padding: 0 8.5%;
		margin-top: 7%;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img {
		width: 23%;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
		min-width: 290px;
		max-width: 290px;
	}
	.frame10 .big_mg {
		width: 280px;
	}
	.frame10 .item3 .big_mg {
		width: 260px;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul {
		padding-left: 0;
		gap: 20px 0;
	}

	.frame10 .txtFrame h2 {
		font-size: 32px;
		line-height: 45px;
	}
	.architect-blocks .images_wrap img.big-logo {
		width: 240px;
	}
	.architect-blocks .images_wrap img.small-logo {
		max-width: calc(100% - 300px) !important;
	}
	.architect-blocks .content p {
		font-size: 16px;
		line-height: 24px;
	}
	.property-customization {
		padding-top: 220px;
	}
	.property-customization h1 {
		font-size: 46px;
		margin-bottom: 45px;
	}
	.property-customization h3 {
		font-size: 20px;
	}
	.property-customization figure {
		padding: 10px 10px;
		margin: 10px 0;
	}
	.property-customization figure figcaption {
		font-size: 16px;
	}
	.property-customization figure img {
		height: 35px;
		width: 35px;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 1500px) {
	.txtFrame h1 {
		font-size: 26px;
		line-height: 32px;
	}
	.frame1 .txtFrame h5 {
		font-size: 17px;
		line-height: 25px;
	}
	.frame8 #sync4 {
		width: 300px;
	}
	.frame8 #sync4 p {
		margin-bottom: 0;
	}

	.txtFrame p {
		font-size: 15px;
		line-height: 23px;
	}

	.txtFrame h2 {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 28px;
	}

	.frame4 .sec-bg-2-div.image1-ref img {
		width: 100%;
		max-width: 470px;
	}

	.frame5 .point-note ul li {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.frame10 .container {
		padding: 0 13.5%;
		margin-top: 6%;
	}
	.frame9 h1, .frame10 .txtFrame h1 {
		font-size: 34px;
		line-height: 38px;
	}
	.container-down h4 {
		font-size: 14px;
	}

}

@media only screen and (max-width: 1399px) {
	.header_box .logo-box img {
		max-width: 150px;
	}

	.header_box .nav.navbar-nav.navbar-main ul li a {
		padding: 0;
		font-size: 12px;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul {
		padding-left: 30px;
		gap: 15px 0;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li {
		gap: 20px;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img {
		width: 24%;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
		min-width: 68%;
		max-width: 68%;
	}
	.frame10 .sec-bg-1-div {
		top: 33%;
		width: 52%;
		transform: translateX(-22%);
	}
	.frame10 .txtFrame h1 {
		font-size: 30px;
	}
	.frame10 .big_mg {
		width: 233px;
	}
	.frame10 .item3  .small-logo {
		bottom: -20px;
		right: -20px;
		width: 70px;
	}
	.frame10 .item3 .big_mg {
		width: 215px;
	}
	.frame10 .container {
		padding: 0 3.5%;
	}
	.frame11 .footer-fix ul {
		justify-content: space-evenly;
	}
	.frame11 .footer-fix ul li {
		width: auto;
	}
	.frame11 .footer-fix p {
		margin-bottom: 5px;
	}
	.frame11 .footer-sec .form_pop_border {
		margin: 20px 0 0 0;
	}
	.frame8 .item-box {
		background-size: cover;
	}
	.frame10 .txtFrame h2 {
		margin-bottom: 40px;
	}
	.property-customization {
		padding-top: 170px;
	}
	.property-customization h1 {
		font-size: 40px;
		margin-bottom: 40px;
	}
}


@media only screen and (max-width: 1320px) {
	.txtFrame p {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.txtFrame h1 {
		font-size: 20px;
		line-height: 20px;
		margin: 15px 0;
	}

	.txtFrame {
		padding: 20px;
	}

	.frame4 .sec-bg-2-div.image1-ref img {
		width: 100%;
		max-width: 331px;
	}

	.frame4 .content-overlay {
		right: 16%;
		bottom: 16%;
	}

	.content-overlay p {
		font-size: 10px;
		margin-bottom: 0;
	}

	.frame5 .point-note ul {
		gap: 0 30px;
	}

	.frame5 .point-note ul li {
		width: 100%;
	}

	.header_box .nav.navbar-nav.navbar-main ul li {
		padding: 15px 8px;
	}

	.header_box .logo-box img {
		max-width: 130px;
		padding: 15px 0;
	}

	.txtFrame h2 {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 22px;
	}

	.frame1 .txtFrame h5 {
		font-size: 17px;
		line-height: 25px;
	}
	.frame8 #sync4 {
		width: 300px;
		bottom: 8%;
	}
	.frame11 .container-down.paras-manor {
		bottom: 23%;
	}
	.footer_start.footer-sec {
		margin-bottom: 65px;
	}
	.frame11 .architect-blocks .bg-gradient1 {
		height: auto;
	}
	.frame11 .sec-bg-1-div img {
		max-width: 410px;
	}

}

@media only screen and (max-width: 1200px) {
	.frame9 h1, .frame10 .txtFrame h1 {
		font-size: 28px;
		line-height: 34px;
	}
	.frame9 .txtLayer {
		margin-left: 0;
	}
	.frame8 #sync4 {
		width: 230px;
		right: 8%;
	}
	.frame8 .item-box {
		background-size: cover;
	}
	.frame11 .footer-sec .form_pop_border {
		width: 640px;
	}
	.frame11 .footer-sec .form_pop_border .input_boxes {
		width: 47.9%;
	}
	.container-down h4 {
		font-size: 13px;
	}
	.arrow:before, .arrow:after {
		width: 20px;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img {
		width: 24%;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
		min-width: 70%;
		max-width: 70%;
		font-size: 15px;
		line-height: 22px;
	}
	.frame10 .txtFrame h2 {
		font-size: 27px;
		line-height: 39px;
	}
	.architect-blocks .images_wrap img.big-logo {
		width: 200px;
	}
	.architect-blocks .images_wrap img.small-logo {
		max-width: calc(100% - 353px) !important;
	}
	.architect-blocks .images_wrap, .architect-blocks .content {
		width: 90%;
	}
	.frame10 .txtFrame h2 {
		margin-bottom: 40px;
	}
	.architect-blocks .content p {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 20px;
	}

}

@media only screen and (max-width: 1100px) {}

@media only screen and (min-width: 992px) and (max-width:1200px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 875px;
	}
}
@media only screen and (max-width: 991px) {
	header {
		z-index: 99;
	}
	.header_box {
		transition: all 0.5s ease;
	}
	.header_box.fixed {
		background: #3b5437;
		box-shadow: 0 0 15px 0 #0000003b;
	}
	.header_box.fixed .logo_wrap img {
		max-width: 96px;
		transition: all 0.4s ease;
		padding: 5px 0;
	}
	header .header-right {
		transition: all 0.4s ease;
	}
	.header_box.fixed .header-right {
		margin-top: 23px;
	}

	.header_box .logo_wrap img {
		transition: all 0.4s ease;
	}
	.close_menu {
		display: block;
		width: 30px;
		height: 30px;
		background: #3b5437;
		border-radius: 50%;
		color: #FFF;
		text-align: center;
		line-height: 30px;
		position: absolute;
		top: 15px;
		right: 15px;
		cursor: pointer;
	}
	.side-navigation {
		width: 300px;
		padding: 0 30px;
	}
	.header_box .nav.navbar-nav.navbar-main ul li.added__btn {
		position: fixed;
		top: 50%;
		right: -26px;
		padding: 0;
		transform: rotate(-90deg) translate(0, 100%);
		display: none;
	}
	#nav-icon3 span {
		height: 2px;
	}
	#nav-icon3 {
		margin-right: 55px;
		width: 26px;
	}

	#nav-icon3 span.text {
		font-size: 14px;
		right: -35px !important;
	}
	#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
		top: 7px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 15px;
	}
	.section {
		min-height: 100svh !important;
	}
	#section0 .fp-tableCell {
		height: 100svh !important;
	}
	.frame9 img {
		width: 143px;
		margin-bottom: 26px;
	}
	.frame9 p {
		text-align: center;
	}
	.frame9 h1 {
		text-align: center;
	}
	.frame10 .container {
		padding: 0 15px;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul {
		padding-left: 0;
		margin-top: 40px;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li {
		justify-content: left;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
		font-size: 20px;
		line-height: 30px;
	}
	.frame11 .footer-sec .form_pop_border {
		width: 100%;
	}
	.frame11 .footer-fix p {
		margin-bottom: 15px;
	}
	.frame11 .footer-fix ul {
		flex-direction: column;
		padding-left: 0;
	}
	.footer_start.footer-sec {
		margin-bottom: 0;
	}
	.frame11 .footer-fix {
		position: relative;
	}
	.frame11  .fp-tableCell {
		display: block;
	}

	.frame11 {
		min-height: auto !important;
		height: auto !important;
		padding-top: 80px;
	}
	.section {
		overflow: hidden;
		max-width: 100%;
	}
	.frame11 .container-down.paras-manor {
		bottom: 32%;
		display: none;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img {
		width: 20%;
	}
	.frame6 .slide-bg-1, .frame6 .slide-bg-2, .frame6 .slide-bg-3, .frame6 .slide-bg-4 {
		height: 100svh !important;
	}
	.frame8 .item-box {
		height: 100svh;
	}
	.fp-tableCell {
		height: auto !important;
	}
	.frame10 .fp-tableCell {
		height: auto !important;
	}
	.frame9 {
		height: 100svh !important;
	}
	.frame7  .img-box-1 img {
		height: 100svh;
	}
	.architect-blocks .images_wrap, .architect-blocks .content {
		width: 98%;
	}
	.frame11 .architect-blocks {
		padding-left: 0;
	}
	.go_to_top {
		display: block;
		position: absolute;
		right: 15px;
		bottom: 20px;
		background: #3b5437;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		font-size: 13px;
		color: #FFF;
		line-height: 30px;
	}
	.frame8 #sync4 .slick-list {
		display: none !important;
	}

	.frame8 #sync4 {
		border: none;
	}
	.frame8 #sync4 {
		bottom: 12%;
		right: 0;
		display: flex;
		justify-content: center;
		width: 100%;
		gap: 22px;
	}
	.frame8 .slide-arrow.prev-arrow {
		margin-right: 0;
	}
	.frame8 .slide-arrow {
		position: relative;
		top: auto;
	}
	.frame11 .footer-fix ul li:first-child a {
		font-size: 16px;
		margin-bottom: 10px;
		display: inline-block;
		text-decoration: underline;
	}
	.property-customization {
		padding-top: 160px;
		padding-bottom: 70px;
	}
	.property-customization h1 {
		font-size: 34px;
		margin-bottom: 35px;
	}
	.property-customization h3 {
		font-size: 18px;
	}
	.property-customization figure figcaption {
		font-size: 16px;
	}
	.property-customization figure {
		margin: 8px 0;
	}
	.vitual_tour a.inquire {
		display: block;
	}
	.vitual_tour {
		right: -96px;
		gap: 0 10px;
	}
	.rerano {
		right: 10px;
	}

}
@media only screen and (max-width: 767px) {
	.pop_up_box .form_box {
		max-width: 90%;
	}
	.close_icon i {
		background: #3b5437;
		border-radius: 50%;
	}
	.close_icon {
		right: -11px;
		top: -11px;
	}
	.frame11 .footer-sec .form_pop_border .input_boxes {
		width: 100%;
	}
	.frame1 .fp-tableCell {
		vertical-align: bottom;
	}

	.frame1 .txtFrame {
		margin-bottom: 130px;
	}
	.container-down {
		left: 50%;
		transform: translateX(-50%);
		bottom: 25px;
	}
	.container-down h4 {
		font-size: 13px;
		transform: none;
		margin-left: 0;
		top: 0;
		margin-bottom: 35px;
	}
	.arrow {
		width: 25px;
		left: 50%;
	}
	.frame6 .txtFrame {
		max-width: 86%;
		margin: auto;
		margin-bottom: 150px;
	}
	.frame6 .owl-dots, .frame7 .owl-dots, .frame10 .owl-dots {
		left: 50%;
		bottom: 107px;
		transform: translateX(-50%);
	}
	.frame6 .owl-nav, .frame7 .owl-nav {
		bottom: 110px;
	}
	.frame9 .txtLayer {
		margin-bottom: 65px;
		text-align: center;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
		font-size: 15px;
		line-height: 24px;
	}
	/* .frame8 #sync4 {
		bottom: 16%;
	} */
	.frame7 .content_box {
		width: 98%;
		margin:auto;
	}
	.frame9 h1, .frame10 .txtFrame h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.frame10 {
		padding-bottom: 113px;
	}
	.frame10 .owl-nav {
		justify-content: center;
	}
	.frame10 .owl-dots {
		bottom: -3px;
	}
	.frame9 {
		padding-bottom: 35px;
		padding-top: 35px;
		box-sizing: border-box;
	}
	.frame11 {
		padding-top: 25px;
	}
	.frame11 .architect-blocks .architect-h1-content {
		padding: 20px 30px;
	}
	.frame11 .sec-bg-1-div img {
		max-width: 225px;
	}
	.frame11 .container-down.paras-manor {
		bottom: 35%;
		left: 10%;
	}
	.frame11 .container-down.paras-manor .arrow {
		margin-top: -42px;
		top: 11px;
	}
	.frame11 .footer-fix ul li {
		line-height: 1;
	}
	.frame9 img {
		width: 130px;
		margin-bottom: 20px;
	}
	.property-customization h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.property-customization figure {
		padding: 10px 10px;
		margin: 10px 0;
	}
	.property-customization h3 {
		font-size: 16px;
	}
	.property-customization figure img {
		height: 30px;
		width: 30px;
	}
	.property-customization figure figcaption {
		font-size: 15px;
	}
	.rerano {
		padding: 6px;
	}
	.rerano p {
		font-size: 9px;
	}
}


@media (max-width:479px) {
	.header_box .logo_wrap {
		width: 99px;
	}
	.header_box .header-right {
		transition: all 0.4s ease;
	}
	.header_box.fixed .header-right {
		margin-top: 11px;
	}

	.header_box .menu_wrap {
		width: calc(100% - 99px);
	}
	.header_box .nav.navbar-nav.navbar-main ul li.call_action {
		padding: 0 !important;
		margin-top: 15px;
	}
	header .header-right {
		float: right;
		margin-top: 20px;
	}
	#nav-icon3 {
		margin-left: 18px;
	}
	.header_box .logo_wrap {
		width: 96px;
	}
	.header_box .logo-box img {
		max-width: 100%;
	}
	.call_action .call_no img {
		width: 23px;
		padding-right: 6px;
	}

	.frame1 .txtFrame h5 {
		font-size: 16px;
		line-height: 22px;
	}
	.frame1 .txtFrame h5 {
		font-size: 16px;
		line-height: 22px;
	}
	.frame9 h1, .frame10 .txtFrame h1, .frame10 .txtFrame h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.frame10 .architect-blocks .architect-h1-content h1 {
		margin-bottom: 20px;
		margin-top: 0;
	}
	.frame10 .big_mg {
		width: 220px;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul {
		margin-top: 25px;
	}
	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
		font-size: 14px;
		line-height: 20px;
	}
	.frame11 .architect-blocks .architect-h1-content {
		padding: 25px 25px;
	}
	.frame11 .container-down.paras-manor {
		bottom: 40%;
		width: 56px;
	}
	.frame11 .footer-fix ul li a {
		font-size: 11px;
	}
	.frame11 .architect-blocks .architect-h1-content h1 {
		font-size: 16px;
		line-height: 19px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.frame11 .footer-sec p {
		font-size: 13px;
		line-height: 16px;
	}
	.frame11 .footer-sec .form_pop_border .form_btn {
		margin-top: 0;
	}
	.frame11 .fp-tableCell {
		min-height: auto !important;
		height: auto !important;
	}
	.architect-blocks .images_wrap img.big-logo {
		width: 140px;
	}
	.architect-blocks .images_wrap img.small-logo {
		max-width: calc(100% - 222px) !important;
	}
	.architect-blocks .images_wrap {
		gap: 0 16px;
	}
	.pop_up_box .form_box {
		padding: 13px;
	}
	.form_box .form-1 {
		padding: 20px 20px;
	}

	/* ------------------ */
	.frame1 .txtFrame {
		margin-bottom: 100px;
	}
	.frame1 {
		background-position: right 32% center;
	}

	.frame3 .fp-tableCell {
		vertical-align: bottom;
	}

	.frame3 .txtFrame {
		margin-bottom: 105px;
	}
	.frame4  .fp-tableCell {
		vertical-align: bottom;
	}

	.frame4 .txtFrame {
		margin-bottom: 105px;
	}
	.frame5 {
		background-position: left 14% center;
	}
	.frame5  .fp-tableCell {
		vertical-align: bottom;
	}

	.frame5 .txtFrame {
		margin-bottom: 105px;
	}
	.frame7 .item1 .img-box-1 {
		background-position: right 17% center;
	}
	.property-customization {
		padding-top: 100px;
	}
	.popup_module .button_wrap a {
		width: 100%;
	}

	.popup_module .button_wrap {
		flex-wrap: wrap;
	}
	.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt input {
		width: 100% !important;
	}
	.form_box .form-1 .input_box .main-cpt input {
		width: 100%;
	}

	.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt {
		margin-bottom: 5px;
	}

}

@media (max-width:375px) {
	#nav-icon3 {
		margin-left: 10px;
	}
    #nav-icon3 {
        margin-right: 50px;
        width: 25px;
    }
.header_box .nav.navbar-nav.navbar-main ul li a{

        font-size: 10px !important;
}
}