/* Buy Template CSS */
#inner-page-wrapper {
	margin-bottom: 0;
 }
 
 #inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
 }
 
 #content-sidebar, #content-full {
	margin-top: 0;
 }
 
 /* True Value START */
 .ip-true-value-outer {
	padding: 99px 0 85px;
	text-align: center;
 }
 
 .ip-true-value-bg {
	background-color: #ffffff;
 }
 
 .ip-true-value-bg canvas {
	opacity: 0.1;
	filter: grayscale(1);
 }
 
 .ip-true-value-content {
	margin-top: 35px;
 }
 
 #content .ip-true-value-content p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
 }
 
 .ip-true-value-btns-wrap {
	margin-top: 40px;
 }
 
 .ip-true-value-btn {
	margin-left: 35px;
 }
 
 .ip-true-value-btn:first-child {
	margin-left: 0;
 }
 
 /* True Value END */
 /* Concierge START */
 .ip-concierge-outer {
	padding-top: 90px;
 }
 
 .ip-concierge-main-title {
	text-align: center;
 }
 
 .ip-concierge-list {
	margin-top: 70px;
 }
 
 .ip-concierge-item {
	padding-bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
 }
 
 .ip-concierge-item:nth-child(odd) {
	flex-flow: row-reverse;
 }
 
 .ip-concierge-item:last-child {
	padding-bottom: 70px;
 }
 
 .ip-concierge-text {
	width: 50%;
	padding-top: 15px;
 }
 
 .ip-concierge-item:nth-child(odd) .ip-concierge-text {
	padding-left: 7.017%;
 }
 
 .ip-concierge-item:nth-child(even) .ip-concierge-text {
	padding-right: 7.017%;
 }
 
 .ip-concierge-title {
	margin-bottom: 40px;
 }
 
 #content .ip-concierge-text p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
 }
 
 .ip-concierge-btn {
	margin-top: 15px;
 }
 
 .ip-concierge-photo {
	width: 50%;
	padding-bottom: 40px;
	position: relative;
 }
 
 .ip-concierge-photo::before {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	content: '';
	position: absolute;
	bottom: 0;
	background-color: var(--secondary);
 }
 
 .ip-concierge-item:nth-child(odd) .ip-concierge-photo {
	padding-left: 40px;
 }
 
 .ip-concierge-item:nth-child(odd) .ip-concierge-photo::before {
	left: 0;
 }
 
 .ip-concierge-item:nth-child(even) .ip-concierge-photo {
	padding-right: 40px;
 }
 
 .ip-concierge-item:nth-child(even) .ip-concierge-photo::before {
	right: 0;
 }
 
 .ip-concierge-photo a {
	display: block;
	position: relative;
	background-color: #000000;
 }
 
 .ip-concierge-photo a .canvas_img::before {
	width: 50px;
	height: 50px;
	content: '';
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(0,-50%);
	background-image: url(/wp-content/uploads/2024/09/ip-play-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
 }
 
 .ip-concierge-photo a .canvas_img img {
	opacity: 0.8;
	transition: var(--default-transition);
 }
 
 .ip-concierge-photo a:hover .canvas_img img {
	opacity: 0.6;
 }
 
 /* Concierge END */
 /* Marketing START */
 .ip-marketing-outer {
	padding-top: 85px;
 }
 
 .ip-marketing-bg {
	background-color: #ffffff;
 }
 
 .ip-marketing-bg canvas {
	opacity: 0.1;
	filter: grayscale(1);
	background-position: top center;
 }
 
 .ip-marketing-main-title {
	text-align: center;
 }
 
 .ip-marketing-list {
	margin-top: 70px;
 }
 
 .ip-marketing-item {
	padding-bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
 }
 
 .ip-marketing-item:nth-child(odd) {
	flex-flow: row-reverse;
 }
 
 .ip-marketing-text {
	width: 50%;
	padding-top: 15px;
 }
 
 .ip-marketing-item:nth-child(odd) .ip-marketing-text {
	padding-left: 7.017%;
 }
 
 .ip-marketing-item:nth-child(even) .ip-marketing-text {
	padding-right: 7.017%;
 }
 
 .ip-marketing-title {
	margin-bottom: 40px;
 }
 
 #content .ip-marketing-text p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
 }
 
 .ip-marketing-btn {
	margin-top: 15px;
 }
 
 .ip-marketing-photo {
	width: 50%;
	padding-bottom: 40px;
	position: relative;
 }
 
 .ip-marketing-photo::before {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	content: '';
	position: absolute;
	bottom: 0;
	background-color: var(--secondary);
 }
 
 .ip-marketing-item:nth-child(odd) .ip-marketing-photo {
	padding-left: 40px;
 }
 
 .ip-marketing-item:nth-child(odd) .ip-marketing-photo::before {
	left: 0;
 }
 
 .ip-marketing-item:nth-child(even) .ip-marketing-photo {
	padding-right: 40px;
 }
 
 .ip-marketing-item:nth-child(even) .ip-marketing-photo::before {
	right: 0;
 }
 
 .ip-marketing-photo a {
	display: block;
	position: relative;
	background-color: #000000;
 }
 
 .ip-marketing-photo a .canvas_img::before {
	width: 50px;
	height: 50px;
	content: '';
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(0,-50%);
	background-image: url(/wp-content/uploads/2024/09/ip-play-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
 }
 
 .ip-marketing-photo a .canvas_img img {
	opacity: 0.8;
	transition: var(--default-transition);
 }
 
 .ip-marketing-photo a:hover .canvas_img img {
	opacity: 0.6;
 }
 
 .ip-concierge-text li, .ip-marketing-text li {
	display: block;
	position: relative;
	padding-left: 23px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: left;
 }
 
 .ip-concierge-text li:before, .ip-marketing-text li:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	width: 15px;
	height: 15px;
	background-image: url(../../../assets/images/ai-diamond-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
 }
 
 .ip-marketing-list.single-text {
 	margin-top: 20px;
	font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
}
 /* Marketing END */

 /* Quick Search START */
#hp_qs_wrap {
	padding: 70px 0;
	z-index: 2;
}
	.hp_qs_bg {
		width: 90.5625%;
		height: calc(100% - 74px);
		left: auto;
		right: 0;
		top: auto;
		bottom: 0;
		background-color: var(--secondary);
	}
		.hp_qs_bg canvas {
			opacity: 0.08;
		}
	.hp_qs {
		padding-left: 5.875%;
		padding-right: 5.875%;
	}
		.qs_box_bg {
			background-color: var(--primary);
		}
			.qs_box_bg canvas {
				opacity: 0.15;
			}
			.qs_content {
				padding: 75px 4.252%;
				display: flex;
				align-items: flex-end;
				justify-content: space-between;
			}
				.qs_title {
					padding-bottom: 10px;
				}
					.qs_title.global_site_title h2 span {
						font-size: 50px;
						font-size: 3.125vw;
					}
				.qs_form_wrap {
					width: 64.296%;
					font-size: 0;
					text-align: right;
				}
					.qs_form_left {
						/*width: 570px;*/
						width: 70.438%;
						display: inline-block;
						vertical-align: bottom;
					}
						.qs_field_wrap {
							width: 100%;
							display: inline-block;
							vertical-align: top;
						}
							.qs_field_wrap:first-child {
								margin-bottom: 17px;
							}
						.qs_field {
							display: inline-block;
							vertical-align: top;
						}
							.qs_long {
								width: 100%;
							}
							.qs_short {
								width: calc(25% - 1px);
								margin-left: 1px;
							}
								.qs_short:first-child {
									margin-left: 0;
								}
							.qs_field input,
							.qs_field select {
								width: 100%;
								height: 51px;
								display: block;
								padding: 0 5px;
								color: #ffffff;
								font-size: 12px;
								line-height: 1.5;
								letter-spacing: 0.1em;
								background-color: transparent;
								border: none;
								border-bottom: 1px solid #ffffff;
								outline: none;
								-webkit-appearance: none;
								-moz-appearance:    none;
								appearance:         none;
							}
							.qs_field select option {
								color: #000000;
							}
							.qs_caret {
								position: relative;
							}
							.qs_caret::after {
								width: 0;
								height: 0;
								content: '';
								border-left: 3.5px solid transparent;
								border-right: 3.5px solid transparent;
								border-top: 6px solid #ffffff;
								font-size: 0;
								position: absolute;
								top: calc(50% - 3px);
								right: 9px;
								margin: 0 auto;
							}
					.qs_form_right {
						/*width: 243px;*/
						width: 29.562%;
						display: inline-block;
						vertical-align: bottom;
					}
						.qs_button {
							width: 39.92%;
							display: inline-block;
							vertical-align: middle;
							text-align: center;
							position: relative;
						}
							.qs_submit input[type="submit"] {
					            width: 100%;
								height: 99px;
					            display: block;
					            color: #ffffff;
					            font-size: 0;
					            text-align: center;
					            text-transform: uppercase;
					            border: 1px solid #ffffff;
					            background-color: transparent;
					            outline: none;
					            -webkit-appearance: none;
					            -moz-appearance:    none;
					            appearance:         none;
					            transition: var(--default-transition);
					            background-color: transparent;
					        }
					        	.qs_submit input[type="submit"]:hover {
					        		background-color: var(--secondary);
					        		border-color: var(--secondary);
					        	}
					        .qs_submit span {
					        	position: absolute;
					        	z-index: 2;
					        	top: 50%;
					        	left: 0;
					        	right: 0;
					        	transform: translate(0,-50%);
					        	pointer-events: none;
					        	color: #ffffff;
					        	font-size: 28px;
					        }
					        .qs_advanced {
								margin-left: 17px;
							}
					        .qs_advanced a {
					            width: 100%;
								height: 99px;
					            display: block;
					            color: #ffffff;
					            font-size: 0;
					            text-align: center;
					            text-transform: uppercase;
					            line-height: 99px;
					            border: 1px solid #ffffff;
					            background-color: transparent;
					            transition: var(--default-transition);
					            background-color: transparent;
					        }
					        	.qs_advanced a:hover {
					        		background-color: var(--secondary);
					        		border-color: var(--secondary);
					        	}
					        .qs_advanced span {
					        	position: absolute;
					        	z-index: 2;
					        	top: 50%;
					        	left: 0;
					        	right: 0;
					        	transform: translate(0,-50%);
					        	pointer-events: none;
					        	color: #ffffff;
					        	font-size: 39px;
					        }
/* Quick Search END */

/* Large Desktop Screens */
@media only screen and (min-width: 1601px) {
	.qs_title.global_site_title h2 span {
	  	font-size: 50px;
	  }
}


 /* MOBILE */
 @media only screen and (max-width: 1199px) {
	.hp_qs {
	    padding-left: 1.875%;
	    padding-right: 1.875%;
	}
	.qs_content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

 /* iPad(portrait) | Galaxy Tab 4(portrait)  */
 @media only screen and (max-width: 991px) {
	.ip-true-value-btns-wrap {
	    display: flex;
	    align-items: center;
	    flex-flow: column;
	}
 
	.ip-true-value-btn {
	    margin: 0;
	}
 
	.ip-concierge-item, .ip-concierge-item:nth-child(odd) {
	    flex-flow: column;
	}
 
	.ip-concierge-text {
	    width: 100%;
	    padding: 0 !important;
	    margin-bottom: 30px;
	    text-align: center;
	}
 
	.ip-concierge-photo {
	    width: 100%;
	}
 
	.ip-marketing-item, .ip-marketing-item:nth-child(odd) {
	    flex-flow: column;
	}
 
	.ip-marketing-text {
	    width: 100%;
	    padding: 0 !important;
	    margin-bottom: 30px;
	    text-align: center;
	}
 
	.ip-marketing-photo {
	    width: 100%;
	}
 
	.ip-concierge-text li, .ip-marketing-text li {
	    width: 100%;
	    max-width: 330px;
	    margin: 0 auto;
	}

	.qs_content {
		flex-flow: column;
		align-items: center;
		text-align: center;
	}
	.qs_form_wrap {
		width: 100%;
		max-width: 500px;
	}
	.qs_form_left {
		width: 100%;
	}
	.qs_form_right {
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}
	.qs_field_wrap:first-child {
	  	margin-bottom: 0;
	  }
	.qs_short {
		width: calc(50% - 1px);;
	}
	.qs_button {
		width: 97px;
	}
 }
 
 /* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
 @media only screen and (max-width: 767px) {
 	.ip-marketing-item:nth-child(even) .ip-marketing-photo {
	    padding: 0 20px 20px 0px !important;
	}
	.ip-marketing-item:nth-child(odd) .ip-marketing-photo {
	    padding: 0 0 20px 20px !important;
	}
 }
 
 /* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
 @media only screen and (max-width: 480px) {
	.ip-concierge-photo {
	    padding-bottom: 20px;
	}
 
	.ip-concierge-item:nth-child(odd) .ip-concierge-photo {
	    padding-left: 20px;
	}
 
	.ip-concierge-item:nth-child(even) .ip-concierge-photo {
	    padding-right: 20px;
	}
	.qs_short {
	  	width: 100%;
	}
 }
 