/*
Theme Name:    Park View On Vine Theme
Theme URI:     http://koderspedia.com/
Author:        Koderspedia
Author URI:    http://koderspedia.com/
Description:   WordPress Theme
Version:       1.0.0

*/


/*@import url("../fonts/fonts.css");*/

/*theme css*/
	*{ margin: 0; padding: 0; }
	html { scroll-behavior: smooth;}
	html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{ margin: 0; padding: 0; }
	html, body, pre, form, fieldset, input, textarea, p, blockquote, th, td, div, dl, dt, dd, ul, ol, li {font-family: 'Poppins';}
	table{ border-collapse: collapse; border-spacing: 0; }
	fieldset, img{ border: 0; }
	address, caption, cite, code, dfn, em, strong, th, var{ font-style: normal; font-weight: normal; }
	ol, ul, li{ list-style: none; display:inline; }
	caption, th{ text-align: left; }
	q:before, q:after{ content: ""; }
	abbr, acronym{ border: 0; }
	article, aside, figure, footer, header, nav, section{ display:block; }
	a:hover, a:active, a:focus{ color:#aeaeae; text-decoration:none; }
	img, a{ margin:0; padding:0; outline:none !important; max-width: 100%; height: auto; }
	img:hover{ /*opacity: 0.7;*/ }
	.img_holder{ height:auto; width:100%; border-radius: 0; overflow: hidden; }
	.no_pad{ padding-left: 0; padding-right: 0; }
	*:focus{ outline: none; }
	.page_wrap{	width:90%; margin:0 auto; }
	.sec{ width:100%; padding:70px 0; }
	.owl-carousel{ direction: ltr; }
	li:last-child{margin-bottom: 0;}
	::-webkit-input-placeholder{ /* Chrome/Opera/Safari */ color: #767676; }
	::-moz-placeholder{ /* Firefox 19+ */ color: #767676; opacity: 1; }
	:-moz-placeholder{ /* Firefox 18- */ color: #767676; opacity: 1; }
	:-ms-input-placeholder{ /* IE 10+ */ color: #767676; }
	/* For Bootstrap */
	.nav>li>a:focus, .nav>li>a:hover{background-color:transparent;}
	.navbar{border-radius:0; margin:0; border:0; background-color: transparent; z-index: 3;}
	.navbar .navbar-nav ul.dropdown-menu li a{color: #fff; padding: 5px 20px; background-color: #333;}
	.navbar-nav>li>.dropdown-menu{background-color: #333;}
	.navbar-toggle{background-color: #665b49;}    

	.navbar .navbar-header .icon-bar{background-color: #fff;}
	.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{color: #7aac3d; background-color: transparent;}
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a span{color: #fff;}
	/* END - For Bootstrap */
	body{ font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; line-height:normal; font-family: 'Poppins', sans-serif; color: #000;
	background-color: #FFF; /* background: #FFF url("../images/bg.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	background-size: cover;*/}
	h1{	font-size:32px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Poppins', sans-serif; color: #000; }
	h2{	font-size:30px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Poppins', sans-serif; color: #000; }
	h3{	font-size:24px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Poppins', sans-serif; color: #000; }
	h4{	font-size:18px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Poppins', sans-serif; color: #000; }
	h5{	font-size:16px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Poppins', sans-serif; color: #000; }
	h6{	font-size:14px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Poppins', sans-serif; color: #000; }
	p{ font-size:14px; font-weight:normal; line-height:normal; font-style:normal; font-variant:normal; font-family: 'Poppins', sans-serif; color: #000; }
	span{ font-size:14px; font-weight:normal; line-height:normal; font-style:normal; font-variant:normal; font-family: 'Poppins', sans-serif; color: #000; }
	li{	font-size:14px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Poppins', sans-serif; color: #000; }
	a{ font-size:14px; font-weight:normal; line-height:normal; font-style:normal; font-variant:normal; font-family: 'Poppins', sans-serif; color: #000; text-decoration:none; transition:all 1s ease 0s; cursor: pointer; }
	.btn1{border: none; background: none; background-image: none; text-align: center; padding: 10px 30px; color: #000; background-color: #f3e1db; transition: all 1s ease 0s; display: inline-block;  font-size: 17px;}
	.btn1:hover{color: #f3e1db; background-color: #232327;}
	div.center{text-align: center;}
	/*Goto TOP*/
	.go_to_top{position:fixed; opacity:0; visibility:hidden; overflow:hidden; text-align:center; z-index:9; background-color:#837e7e; color:#FFF; width:50px; line-height:50px; right:30px; bottom:30px; border-radius:7px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; cursor:pointer;}
	.go_to_top.show{visibility:visible; opacity:0.5;}
	.go_to_top:hover{opacity:1; color:#FFF;}
	.go_to_top i.fa{line-height:inherit;}
	/*contact form css*/
	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{margin-bottom: 0px !important;}
	.wpb_gmaps_widget .wpb_wrapper{padding:0 !important;}
	.contact-from .wpcf7-form span{margin-bottom: 0px !important;}
	.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, span.wpcf7-not-valid-tip{display:none !important;}
	.wpcf7-not-valid{border-color:red !important;}
	div.wpcf7-validation-errors{border:0 !important;}
	div.wpcf7-mail-sent-ok{border:0 !important;}
	/*Search Overlay Css*/
	.mk-search-trigger { display: inline-table; font-size: 24px; color: #e1e1e1; }
	.mk-search-trigger:hover{background: #111;border-color:#111;color:#fff;}
	.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #searchform input[type=submit] { position: absolute; width: 100px; height: 100%; background-color: #ce000c; border: 0; right: 0; top: 0; color: #fff; }
	#searchform { position: relative; verticle-align: middle; }
	.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #searchform input[type="text"] { width: 800px; background-color: transparent; -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1); -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1); box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1); border: 0; text-align: center; font-size: 35px; color: #fff; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }
	.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show { visibility: visible; opacity: 1; }
	.mk-fullscreen-search-overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; visibility: hidden; background-color: rgba(0, 0, 0, .94); text-align: center; -webkit-transition: all ease-in-out .25s; -moz-transition: all ease-in-out .25s; -ms-transition: all ease-in-out .25s; -o-transition: all ease-in-out .25s; transition: all ease-in-out .25s; }
	.mk-animate-element, .mk-effect-bg-layer, .mk-fullscreen-search-overlay { -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); }
	.mk-fullscreen-search-overlay { z-index: 999999;}
	.mk-fullscreen-search-overlay .mk-fullscreen-close:link, .mk-fullscreen-search-overlay .mk-fullscreen-close:visited { color: #fff; }
	.mk-fullscreen-search-overlay .mk-fullscreen-close { position: absolute; right: 50px; top: 70px; font-size: 26px; -webkit-transition: transform ease-out .2s; -moz-transition: transform ease-out .2s; -ms-transition: transform ease-out .2s; -o-transition: transform ease-out .2s; transition: transform ease-out .2s; transform: rotate(0deg); }
	.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper { opacity: 1; visibility: visible; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); ms-transform: scale(1); }
	.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper { display: inline-block; max-width: 1000px; vertical-align: middle; text-align: center; font-size: 18px; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); ms-transform: scale(0.9); opacity: 0; width: 100%; visibility: hidden; -webkit-transition: all ease-in-out .3s; -moz-transition: all ease-in-out .3s; -ms-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
	.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper form label{display:none;}
	.mk-search-trigger { -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; -ms-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out }
	#mk-search-overlay .searchform { left: 0; position: absolute; right: 0; top: 120px; }
	#mk-search-overlay input[type="text"] { background: transparent none repeat scroll 0 0; border-color: grey; border-width: 0 0 1px; color: #fff; min-height: 60px; width: 70%; border-bottom: 1px solid; }
	#searchform > input[type="submit"] { background: #838383 none repeat scroll 0 0; border: medium none; border-radius: 3px; color: #fff; font-size: 14px; padding: 10px 20px; vertical-align: bottom; transition: 0.35s; }
	#mk-search-overlay #searchform input[type="text"] { bottom: 0; clip: auto; left: auto; top: auto; }
	#mk-search-overlay .searchform::before { display: none; }
	/*Search overlay End*/
	div.wpcf7-mail-sent-ng, div.wpcf7-aborted{border: 2px solid transparent !important; color:#fff;}
	/*Dropdown Css*/
	/*.dropdown:hover > .dropdown-menu { display: block;}
	.dropdown-submenu { position: relative;}
	.dropdown-submenu>.dropdown-menu {top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; }
	.dropdown-submenu:hover > .dropdown-menu {display: block;}
	.dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
	.dropdown-submenu:hover>a:after { border-left-color: #fff;}
	.dropdown-submenu.pull-left {float: none;}
	.dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }*/
	/*./Dropdown Css*/
	/*.sticky{z-index: 1000; position: fixed; top: 0; background: #fff; border-bottom: 1px solid #efefef; }*/
	/*Woo-commerece Pages Setting css start*/
	input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
	.u-columns{/*padding:70px 0px;*/}
	.woocommerce form .form-row label{color:#000; text-transform: capitalize;}
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{padding: 10px; border: 1px solid #f3e1db;}
	.login input{padding: 5px;  border: 1px solid #ccc;}
	.login .button{background-color: #f05d6c !important; color: #fff !important; font-weight: normal !important; text-transform: uppercase; border-radius: 0 !important; padding: 10px 30px !important;}
	.login .button:hover{background-color: #000 !important; color: #fff !important; }
	.woocommerce form .form-row label.inline{display: block; padding: 10px 0px;}
	.woocommerce form .form-row label.inline span{font-size: 14px; font-weight: bold;}
	.register label{ }
	.register input{padding: 5px;  border: 1px solid #ccc;}
	.register .button{background-color: #f05d6c !important; color: #fff !important; font-weight: normal !important; text-transform: uppercase; border-radius: 0 !important; padding: 10px 30px !important;}
	.register .button:hover{background-color: #000 !important; color: #fff !important; }
	#yith-wcwl-form{padding:70px 0px;}
	.checkout{/*padding-top: 70px;*/}
	.woocommerce-MyAccount-navigation{/*padding:70px 0px;*/}
	.woocommerce-MyAccount-content{/*padding:70px 0px;*/}
	.woocommerce-cart-form{/*padding-top:70px;*/}
	.cart-collaterals{/*padding-bottom:50px;*/}
	.wsmsb_title{color:#000; padding-bottom: 30px;}
	.woocommerce div.product .woocommerce-product-rating{margin-bottom: 0; width: 70%; float: right; margin: 12px 0px;}
	.product-page .star-rating{display:none !important;}
	.checkout_coupon .button{background-color: #cb9e44 !important; color: #fff !important;}
	.woocommerce-error{display:block;}
	#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{padding:0px 15px;}
	/*.select2-results{overflow-y: scroll;}
	.select2-results__option[aria-selected], .select2-results__option[data-selected]{display:block;}*/
	.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{/*height:320px;*/}
	.woocommerce form.register .woocommerce-privacy-policy-text p{padding: 30px 0px;}
	#customer_login{}
	#customer_login h2{text-transform: uppercase; font-weight: bold;}
	.yith-wcwl-add-to-wishlist .show a{font-weight: bold; color: #cb9e44;}
	.related{float: left; padding: 30px 0px; text-align: center;}
	.related h2{text-transform: uppercase; border-top: 1px solid #000; border-bottom: 1px solid #000; width: 39%; margin: 50px auto;}
	.related h2 span{font-size:28px; }
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{border: 0; width: 100%; font-weight:bold;}
	.related .add_to_cart_button{background: transparent !important; text-decoration: underline !important; text-transform: capitalize;}
	.cart-empty{/*padding: 70px 0px 0px 0px;*/ text-align: center; font-size: 16px; text-transform: capitalize; font-weight: bold;}
	.return-to-shop{padding: 30px 0px 0px 0px; text-align: center;}
	.return-to-shop a{background-color: #cb9e44 !important; color: #fff !important;    border-radius: 0 !important;}
	.woocommerce .cart .button, .woocommerce .cart input.button{background-color: #f3e1db !important; color: #000 !important; }
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color: #f3e1db !important; color: #000 !important; }
	.woocommerce .quantity, .woocommerce-page .quantity{width: 100%;}
	.product-detail{padding: 70px 0px;}
	.woocommerce .woocommerce-breadcrumb{display:none;}
	.product-detail .product_title{    text-transform: uppercase;}
	.product-detail .price{padding:10px 0px;}
	.product-detail .price .amount{font-weight: bold; color: #cb9e44; font-size: 24px;}
	.product-detail .price .woocommerce-Price-currencySymbol{font-weight: bold; color: #cb9e44; font-size: 24px; }
	.product-detail  .posted_in{display:none;}
	.woocommerce div.product form.cart div.quantity{width: 100%;}
	.entry-summary .cart{}
	.entry-summary .cart h2{font-size: 18px; font-weight: bold; color: #252525; text-transform: uppercase; padding-bottom: 20px;}
	.entry-summary .cart .quantity{float:none !important; margin-bottom: 30px !important;}
	.entry-summary .cart .quantity input{border: 1px solid #f3e1db; color: #000; height: 30px;}
	.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover{background-color: #f3e1db; color: #fff;}
	.entry-summary .cart button{background-color: #cb9e44 !important; text-transform: uppercase; border-radius: 0; padding: 15px;}
	.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{width: 2.5em !important; margin-left: 10px; left: 30px; position: relative; background-color: #f3e1db; border: none;}
	.woocommerce .quantity .minus, .woocommerce-page .quantity .minus{position: absolute; left: 0px; top: 0px; height: 29px; background: transparent; width: 31px; border: 1px solid #f3e1db;}
	.woocommerce .quantity .plus, .woocommerce-page .quantity .plus{ position: absolute; width: 31px; height: 29px; background: transparent; left: 87px !important; border: 1px solid #f3e1db;}


	.entry-summary .yith-wcwl-add-to-wishlist{margin-top: 10px; float: left; }
	.entry-summary .yith-wcwl-add-button a{border: 0 !important; border-radius: 0; text-transform: uppercase; padding: 10px 20px !important; color: #000000 !important; background-color: #f3e1db;}
	.entry-summary .yith-wcwl-add-button a span {font-family: 'Poppins'; transition: all 0.5s ease-in-out; font-weight: 600 !important;}
	.entry-summary .yith-wcwl-add-button a:hover{border: 0; color: #f3e1db !important; background-color: #232327 !important;}
	.entry-summary .yith-wcwl-add-button a:hover span { color: #f3e1db !important; }
	.entry-summary .yith-wcwl-add-button a i {margin-right: 0;}

	.woocommerce-product-details__short-description{padding:30px 0px;}
	.woocommerce-product-details__short-description p{line-height:25px; font-size: 16px; padding: 0;}
	.woocommerce div.product .woocommerce-tabs ul.tabs{display: block; float: left; width: 20%; vertical-align: middle; margin:0;}
	.woocommerce div.product .woocommerce-tabs .panel{margin: 0 0 2em; width: 78%; float: right; border: 1px solid #cb9e44; border-radius: 0; padding: 10px 30px;}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:block !important; border: 0; border-bottom: 1px solid #e1e1e1; border-radius: 0; background-color: transparent;}
	.woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0;}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a{display: block; font-weight: 600; text-decoration: none; color: #000 !important; padding: 10px 30px; text-align: left; font-size: 16px;}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff !important;}
	.woocommerce div.product .woocommerce-tabs ul.tabs li::before{display:none; left: -6px; border-bottom-right-radius: 0 !important; border-width: 0 !important; -webkit-box-shadow: none; box-shadow: none;}
	.woocommerce-Tabs-panel .yikes-custom-woo-tab-title{display:none; font-size:18px; color:#cb9e44; padding-bottom: 20px;}
	.woocommerce-Tabs-panel p{font-size: 15px; line-height: 20px; padding-bottom: 20px;}
	.woocommerce-Reviews .comments{}
	.woocommerce #reviews #comments h2{font-size:18px !important; color:#7aac3d !important; padding-bottom: 20px;}
	.woocommerce #review_form #respond .form-submit input{left: auto; background-color: #7aac3d; color: #fff; text-transform: uppercase;}
	.select2-container--default .select2-results>.select2-results__options{display:grid !important;}
	/*Dropdown Css*/
	.dropdown:hover > .dropdown-menu { display: block;}
	.dropdown-submenu { position: relative;}
	.dropdown-submenu>.dropdown-menu {top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; }
	.dropdown-submenu:hover > .dropdown-menu {display: block;}
	.dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
	.dropdown-submenu:hover>a:after { border-left-color: #fff;}
	.dropdown-submenu.pull-left {float: none;}
	.dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }
	/*./Dropdown Css*/
	/*Wocommerece Admin bar Start*/
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{background-color: #f3e1db !important; color: #000 !important; text-transform: uppercase; border-radius: 0 !important; padding: 15px 30px !important; font-weight: 600 !important;}
	.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{background-color: #000 !important; color: #f3e1db !important;}
	.woocommerce .myAccountHeading{padding: 30px 0px; margin: 0; text-transform: uppercase; text-align: center; font-weight: 500; color: #cb9e44;}
	.woocommerce-MyAccount-content{padding-bottom:15px;}
	.woocommerce-MyAccount-content strong{color: #f3e1db; text-transform: capitalize;}
	.woocommerce-MyAccount-content p a{color: #f3e1db; text-transform: capitalize;}
	.woocommerce-MyAccount-content .woocommerce-Input{padding: 5px;}
	.woocommerce-MyAccount-content .button{background-color: #e54408; padding: 10px; text-transform: uppercase;}
	.woocommerce-MyAccount-content .button:hover{background-color: #14106e;}
	.woocommerce-MyAccount-content fieldset{padding: 0; background: transparent;}
	.woocommerce-MyAccount-content fieldset legend{background: transparent; color: #f3e1db;padding-top: 20px;}
	.woocommerce-MyAccount-content .woocommerce-info{background-color: #ddd; color: #000;}
	.woocommerce-MyAccount-content .sliced-client-snapshot{text-align:right;}
	.woocommerce-MyAccount-content .sliced-address{background-color: #ddd; padding: 7px !important;}
	.woocommerce-MyAccount-content .woocommerce-address-fields input{padding:5px;}
	.woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection{border: 0; background-color: #f2f2f2; border-radius: 0;}
	.woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection .select2-selection__rendered{color:#000;}
	.woocommerce-MyAccount-content .acc-quote{padding: 50px 30px; background-color: #eeecec; margin: 30px 0px; text-align:center;}
	.woocommerce-MyAccount-content .acc-quote p{background-color: transparent; border: 0; color: #e34308; font-weight: 500; font-weight: bold;}
	.woocommerce-MyAccount-content .acc-quote span{background-color: transparent; border: 0; color: #e34308; font-weight: 500; font-weight: bold; font-size: 13px;}
	.woocommerce-MyAccount-content .acc-quote:hover{background-color:#e34308;-webkit-transition: background-color 1s ease-out; -moz-transition: background-color 1s ease-out; -o-transition: background-color 1s ease-out; transition: background-color 1s ease-out;}
	.woocommerce-MyAccount-content .acc-quote:hover p{color:#fff;}
	.woocommerce-MyAccount-content .acc-quote:hover span{color:#fff;}
	.woocommerce-MyAccount-navigation{/*margin-bottom: 90px !important;*/ text-align: left; border: 1px solid #ddd; /*margin-top: 70px;*/}
	.woocommerce-MyAccount-navigation ul li{display:block;}
	.woocommerce-MyAccount-navigation ul li a{padding: 20px 15px !important;}
	.woocommerce-MyAccount-navigation ul li a, .lost_password a{padding: 15px 10px; color: #000; display:block; font-size: 16px;}
	.woocommerce-MyAccount-navigation ul li a:hover{background: #f3e1db; color: #000; -webkit-transition: background-color 1s ease-out; -moz-transition: background-color 1s ease-out; -o-transition: background-color 1s ease-out; transition: background-color 1s ease-out;}
	.woocommerce-MyAccount-navigation ul li.is-active a{background: #f3e1db; color: #000;}
	.woocomerce-form.woocommerce-form-login.login, .register{border: 1px solid #ececec;padding: 20px;min-height: 360px;}
	.woocommerce-MyAccount-navigation ul li a:before{display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; content: "\f0f6"; line-height: 1.618; margin-left: 0.5407911001em; width: 1.41575em; text-align: right; float: right; opacity: .25;}
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content: "\f0e4";}
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content: "\f291";}
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content: "\f019";}
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content: "\f015";}
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content: "\f007";}
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content: "\f08b";}


	body.woocommerce-page header.woocommerce-Address-title {position: relative; margin: 0; border-top: 2px solid #f3e1db;}

	/*Wocommerece Admin bar End*/

	.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering{padding-bottom:20px;}
	.woocommerce .woocommerce-result-count{font-size: 16px; text-transform: capitalize; background-color: #f3e1db; padding: 20px; color: #000; margin-bottom: 30px; width: 75%; margin-left: 25%; }
	.woocommerce .woocommerce-ordering{position: absolute; right: 22px; padding: 0; margin: 0; top: 79px;}
	.container .woocommerce {padding:70px 0px; position: relative; display: inline-block; width: 100%;}
	.woocommerce .woocommerce-ordering select{padding: 10px 15px; border: none; background-color: #000; color: #f3e1db;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{text-align:center;}
	.woocommerce div.product div.summary{/*top: 120px; position: relative;*/}
	.woocommerce div.product div.summary .single-pro-title{}
	.woocommerce div.product div.summary .single-pro-title h3{}
	.woocommerce div.product div.summary .single-pro-title h3 a{font-size: 25px; color: #000;}
	.woocommerce div.product div.summary .single-pro-title h3 a:hover{color: #7cfc00;}
	.woocommerce-checkout #payment ul.payment_methods li{display: block;}
	.woocommerce-MyAccount-navigation-link--downloads{display: none !important;}
	.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel h2{font-size: 18px; font-weight: bold; padding-bottom: 20px;}
	/*Woo-commerece Pages Setting css End*/

	/*Single Product Page Start*/
	.woocommerce-page .single-title{position:relative; padding: 0;}
	.woocommerce-page .single-title h3{position: absolute; left: 585px; top: 0;}
	.woocommerce-page .single-title h3 a{font-size: 32px;}
	.woocommerce-page .product{}
	.woocommerce-page .product .price{margin: 20px 0px;}
	.woocommerce-page .product .price span{font-size: 30px; color: #cb9e44; font-weight: 600;}

	.woocommerce button.button.alt{padding: 16px 26px !important; background-color: #cb9e44 !important; color: #000 !important; font-weight: 500 !important;}
	.woocommerce button.button.alt:hover{background-color:#000 !important; color: #fff !important;}

	.woocommerce .posted_in{display:none;}
	.woocommerce-tabs{}
	.woocommerce div.product .woocommerce-tabs ul.tabs{width: 100%; margin-top: 50px;}
	.woocommerce div.product .woocommerce-tabs ul.tabs::before{border:0;}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow: none;}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{display: inline-block !important; border: 0; width: auto; border: 1px solid #cb9e44; margin: 0;}
	.woocommerce div.product .woocommerce-tabs .panel{width: 100%; padding: 50px 30px;}
	.woocommerce div.product .woocommerce-tabs .panel ul{}
	.woocommerce div.product .woocommerce-tabs .panel ul li{display: block; padding: 5px 0px;}
	.woocommerce div.product .woocommerce-tabs .panel ul li:before{content: "\f105"; font-family: "fontawesome"; padding-right: 10px; color: #cd2027;}
	.woocommerce-cart table.cart td.actions .coupon .input-text{width:50%; margin: 0;}
	.related{float: left; padding: 0; text-align: center; width: 100%;}
	.related h2{text-transform: uppercase; border-top: 1px solid #000; border-bottom: 1px solid #000; width: 39%; margin: 50px auto;}
	.related h2 span{font-size:28px; }
	.woocommerce div.product p.price{margin: 0; padding: 0;}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background: #cb9e44; z-index: 2; border-bottom-color: #cb9e44;}
	.woocommerce ul.products li.product:before{content:"";}
	.woocommerce div.product div.images img{border: 1px solid #f3e1db;}
	.post-details .single-content .woocommerce{padding:0;}
	.post-details .single-content .woocommerce .products li{margin-bottom: 0;}


	/*Single Product Page End*/

	/*Cart Page Start*/
	.woocommerce table.cart td.actions .coupon .button{padding: 10px 30px !important;}
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{}
	.woocommerce-page .cart-collaterals .cart_totals{margin-top: 15px;}
	.woocommerce-page .cart-collaterals .cart_totals h2{font-size: 32px; text-transform: capitalize; font-weight: 500; padding-bottom: 20px;}

	.woocommerce table.shop_table th {font-family: 'Poppins';}
	.woocommerce table.shop_table td {font-family: 'Poppins';}
	.woocommerce table.shop_table td strong {font-family: 'Poppins';}
	.woocommerce table.shop_table td strong span {font-family: 'Poppins';}


	/*Cart Page End*/

	/*Check out Page Start*/
	.checkout{}
	.checkout .woocommerce-billing-fields{padding-bottom: 40px;}
	.checkout .woocommerce-billing-fields h3 ,.woocommerce-additional-fields h3{padding-bottom: 30px; text-transform: capitalize; color: #000;}
	.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper{}
	.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label{}
	.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input{border: 1px solid #f3e1db !important; padding: 10px !important;}
	.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection{border-radius: 0; border: 1px solid #f3e1db ;}
	.woocommerce-additional-fields textarea{border: 1px solid #f3e1db !important; padding: 10px !important;}
	#order_review_heading{padding-bottom: 30px; text-transform: capitalize; color: #000;}

	.woocommerce button.button.alt#place_order { background-color: #000!important; color: #f3e1db !important; text-transform: uppercase; border-radius: 0 !important; padding: 15px 30px !important; font-weight: 600 !important;  }
	.woocommerce button.button.alt#place_order:hover { background-color: #232327 !important; color: #f3e1db !important; }

	/*Check out Page End*/
	/*Lost Password Start*/
	.lost_reset_password{}
	.lost_reset_password p{font-size: 16px; font-weight: 500; padding-bottom: 30px;}
	.lost_reset_password .woocommerce-form-row{}
	.lost_reset_password .woocommerce-form-row label{text-transform: capitalize;}
	.woocommerce-info, .woocommerce-message{border-top-color: #232327 !important; font-family: 'Poppins';}
	.woocommerce-info::before, .woocommerce-message::before{color: #232327 !important;}
	.woocommerce-info a{color: #232327 !important;}
	.lost_password a{color: #232327; text-decoration: underline; text-transform: capitalize;}
	.lost_password a:hover{color:#000;}
	.post-details{padding: 80px 0px;}
	.woocommerce .post-details .single-title{display:none;}
	.fa-twitter:before{content: "\e61b" !important;}
	/*Lost Password End*/

/*header css*/

	header .container-fluid{}
	header .container-fluid > .row > .col-md-3{width: 30%;}
	header .container-fluid > .row > .col-md-9{width: 70%;}
	header .h-logo {text-align: center;}
	header .social-row {background-color: #665B49; }
	header .social-row .h-social {padding-right: 13%; }
	/*	header .row.nav-row .h-nav .navbar-nav>li>.dropdown-menu { background-color: #fff; padding-left: 10px; }
	header .row.nav-row .h-nav .navbar-nav>li>.dropdown-menu a { background-color: transparent; }*/

	header .social-row .h-social{background-color: #665B49;}
	header .social-row .h-social ul.cnss-social-icon {display: flex; height: 54px; align-items: center; justify-content: end;}
	header .social-row .h-social ul.cnss-social-icon li {}
	header .social-row .h-social ul.cnss-social-icon li.cn-fa-icon a {position: relative; padding: 5px !important; background-color: transparent !important; border: transparent !important; color: #fff !important ; width: auto !important; height: auto !important; opacity: 1 !important;}
	header .social-row .h-social ul.cnss-social-icon li.cn-fa-icon a i {font-size: 17px !important;}
	header .social-row .h-social ul.cnss-social-icon li.cn-fa-icon a:hover {color: #000 !important;}
	header .social-row .h-social ul.cnss-social-icon li.cn-fa-facebook a i { font-family: bootstrap-icons;}
	header .social-row .h-social ul.cnss-social-icon li.cn-fa-facebook a i:before { content: "\F344";}

	header .row.nav-row {margin-top: 20px; display: flex; align-items: center;}
	header .row.nav-row .col-md-8 {padding-left: 0; padding-right: 0; width: 67%;}
	header .nav-row .h-nav .container-fluid, header .nav-row .h-nav .navbar-collapse {padding: 0; width: 100%;}
	header .row.nav-row .h-nav .navbar {display: flex; align-items: center; padding-top: 5px;}
	header .row.nav-row .h-nav .navbar .navbar-nav li:not(.last) {margin-right: 32px;}
	header .row.nav-row .h-nav .navbar .navbar-nav li a{color: #717171; font-size: 14px; padding: 0; text-transform: uppercase; font-weight: 600; transition: all 0.3s ease-in-out;}
	header .row.nav-row .h-nav .navbar .navbar-nav li a:hover{color: #000;}
	header .row.nav-row .h-nav .navbar .navbar-nav li.active a{background-color: transparent; color: #000;}



	header .nav-row .h-phone {}
	header .nav-row .h-phone p{display: flex;flex-direction: row;}
	header .nav-row .h-phone p span:not(.count) i{color: #ffffff; font-size: 26px; display: flex; background-color: #000; border-radius: 50%; width: 48px; height: 48px; align-items: center; justify-content: center;}
	header .nav-row .h-phone p span.count .heading{ display: block; font-size: 14px; font-weight: 400;00;  color: #000; margin-left: 10px;}
	header .nav-row .h-phone p span.count .items a { font-size: 18px; margin-left: 10px; font-weight: 500; color: #000; }


/*footer css*/

	footer {background-image: url('../../../wp-content/uploads/2024/04/foo-bg.png'); background-repeat: no-repeat; background-position: bottom; background-size: 100% 600px; margin-top: 130px;}

	footer .row.contact {box-shadow: 0px 7px 26px 0px #00000040; background-color: #fff; border-radius: 22px; width: 84%; margin: 0px 8%; display: flex; align-items: center;}
	footer .row.contact .f-map iframe {border-radius: 22px; width: 100%; height: 454px;}


	footer .f-contact {padding: 0 40px; margin-bottom: 10px;}
	footer .f-contact h4{font-size: 30px; font-weight: 600; line-height: 34px; text-transform: uppercase; margin-bottom: 20px;}
	footer .f-contact h4 + p{font-size: 12px; font-weight: 400; line-height: 18px; margin-bottom: 25px;}
	footer .f-contact .row.contact-form{}
	footer .f-contact .row.contact-form .form-field {position: relative;}
	footer .f-contact .row.contact-form .form-field i {position: absolute; top: 17px; left: 0; color: #665B49; font-size: 18px;}
	footer .f-contact .row.contact-form .form-field input{width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.15); padding-left: 30px; padding-bottom: 5px; color:#665B49; }
	footer .f-contact .row.contact-form .form-field.message i {top: 30px; left: 12px;}
	footer .f-contact .row.contact-form .form-field.message textarea {   width: 100%; background: transparent; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 8px; padding: 10px 40px; color: #665B49; height: 122px; max-width: 100%; max-height: 200px; min-width: 100%; min-height: 122px;}

	footer .f-contact .wpcf7-submit { background: #665B49; color: #fff; border-radius: 30px; width: 152px; height: 47px; border: 0; font-weight: 600; font-size: 16px; position: relative; padding: 0 30px 0 0; margin-top: 20px; }
	footer .f-contact .wpcf7-submit i {position: absolute; top: 50%; transition: all 0.3s ease-in-out; right: 0; transform: translate(-11%, -50%); border-radius: 50%; background: #000; font-size: 15px; padding: 7px 12px 8px 13px;}
	footer .f-contact .wpcf7-submit:hover i{background: #fff;color: #000;}

	footer .f-contact .wpcf7 form.invalid .wpcf7-response-output, footer .f-contact .wpcf7 form.unaccepted .wpcf7-response-output, footer .f-contact .wpcf7 form.payment-required .wpcf7-response-output {border-color: transparent; margin-top: 10px;}
	footer .f-contact .wpcf7 form .wpcf7-response-output {margin: 0; padding: 0;}

	
	::-webkit-input-placeholder{ /* Chrome/Opera/Safari */ color: #665B49; }
	::-moz-placeholder{ /* Firefox 19+ */ color: #665B49; opacity: 1; }
	:-moz-placeholder{ /* Firefox 18- */ color: #665B49; opacity: 1; }
	:-ms-input-placeholder{ /* IE 10+ */ color: #665B49; }


	footer .row.logo {width: 86%; margin: 48px 7%;}
	footer .row.logo h5 {font-family: Poppins; font-size: 24px; font-weight: 800; line-height: 28.8px; letter-spacing: -0.04em; text-align: left; color: #fff;}
	
	footer .row.about {width: 86%; margin: 0px 7% 50px 7%;}
	footer .row.about .company-address p {font-size: 16px; font-weight: 400; letter-spacing: -0.02em; text-align: left; color: #fff;}
	footer .row.about .foo-nav { padding-left:45px; }
	footer .row.about .foo-nav ul { }
	footer .row.about .foo-nav ul li:not(.last) { margin-right: 40px; }
	footer .row.about .foo-nav ul li a { font-size: 18px; font-weight: 400; letter-spacing: -0.03em; text-transform: uppercase; color: #fff; transition: all 0.3s ease-in-out;}
	footer .row.about .foo-nav ul li a:hover{color: #000; }

	footer .row.copyrights {width: 86%; margin: 0px 7% 20px; border-top: 1px solid #fff; padding-top: 20px; position: relative; padding-bottom: 30px;}
	footer .row.copyrights:before{content: url(../../../wp-content/uploads/2024/04/line-before.png); position: absolute; top: -1.8px; left: -22px;}
	footer .row.copyrights:after{content: url('../../../wp-content/uploads/2024/04/line-after.png'); position: absolute; top: -1.8px; right: -22px;}
	footer .row.copyrights .company-copy p {font-size: 14px; font-weight: 400; line-height: 25.2px; letter-spacing: -0.01em; text-transform: uppercase; color: #fff;}
	footer .row.copyrights .foo-privacy { padding-left:45px;}
	footer .row.copyrights .foo-privacy ul li:not(.last) { margin-right: 40px; }
	footer .row.copyrights .foo-privacy ul li a { text-transform: uppercase; color: #fff; transition: all 0.3s ease-in-out; font-size: 14px; font-weight: 400; letter-spacing: -0.01em;}
	footer .row.copyrights .foo-privacy ul li a:hover{color: #000; }

	footer .row.copyrights .foo-social {}
	footer .row.copyrights .foo-social ul.cnss-social-icon {display: flex;  align-items: center; justify-content: end;}
	footer .row.copyrights .foo-social ul.cnss-social-icon li {}
	footer .row.copyrights .foo-social ul.cnss-social-icon li.cn-fa-icon a {position: relative; padding: 5px !important; background-color: transparent !important; border: transparent !important; color: #fff !important ; width: auto !important; height: auto !important; opacity: 1 !important;}
	footer .row.copyrights .foo-social ul.cnss-social-icon li.cn-fa-icon a i {font-size: 17px !important;}
	footer .row.copyrights .foo-social ul.cnss-social-icon li.cn-fa-icon a:hover {color: #000 !important;}
	footer .row.copyrights .foo-social ul.cnss-social-icon li.cn-fa-facebook a i { font-family: bootstrap-icons;}
	footer .row.copyrights .foo-social ul.cnss-social-icon li.cn-fa-facebook a i:before { content: "\F344";}


/*home css*/

	.home-banner { padding-top: 0 !important; padding-bottom: 0 !important; height: 740px; background-size: 100% 104%; padding-left: 10% !important; padding-right: 10% !important; display: flex; align-items: center; }
	.home-banner h1 { font-size: 18px; font-weight: 500; line-height: 21.6px; letter-spacing: 0.5em; text-align: left; color: #fff;}
	.home-banner h2 { font-family: Poppins; font-size: 88px; font-weight: 400; line-height: 105.6px; letter-spacing: -0.05em; text-align: left; color: #fff; text-transform: uppercase; margin-top: 20px; margin-bottom: 40px !important; }
	.home-banner h2 strong { font-size: 88px; font-weight: 400; line-height: 105.6px; letter-spacing: -0.05em; text-align: left; color: #000;}

	.home-banner .vc_btn3-container {margin-bottom: 0 !important;}
	.home-banner .vc_btn3-container	a.vc_btn3 { background: #ffffff; color: #000; border-radius: 30px; border: 0; font-weight: 600; font-size: 16px; position: relative; width: 187px; padding-right: 60px !important;}
	.home-banner .vc_btn3-container	a.vc_btn3 i { color: #fff; position: absolute; top: 50%; transition: all 0.3s ease-in-out; right: 0 !important; transform: translate(-11%, -50%); border-radius: 50%; background: #000; font-size: 13px; padding: 12px 12px 12px 14px; height: auto; line-height: 1; }

	.home-banner .vc_btn3-container	a.vc_btn3:hover  { color: #000; background: #fff; opacity:1; }
	.home-banner .vc_btn3-container	a.vc_btn3:hover i { color: #fff; background: #665B49; }

	.fa-chevron-right:before {font-family: bootstrap-icons; content: "\f285" !important;}

	.home-welcome {padding-left: 10% !important; padding-right: 10% !important; padding-top: 130px !important;}
	.home-welcome .wpb_single_image {}
	.home-welcome .wpb_single_image figure {width: 100%;}
	.home-welcome .wpb_single_image figure div {width: 100%;}
	.home-welcome .wpb_single_image figure div img {width: 100%;}
	.home-welcome h2 {font-size: 55px; font-weight: 600; line-height: 72.6px; color: #1D1D1D; letter-spacing: -0.01em; text-transform: uppercase; margin-bottom: 30px;}
	.home-welcome h2 strong  {font-size: 55px; color: #665B49; font-weight: 600; line-height: 72.6px; letter-spacing: -0.01em; text-transform: uppercase; margin-bottom: 30px;}
	.home-welcome p {font-size: 16px; font-weight: 300; line-height: 30px;}

	.home-welcome .second .vc_btn3-container {margin-bottom: 0 !important;}
	.home-welcome .second .vc_btn3-container a.vc_btn3 { background: #665b49; color: #fff; border-radius: 30px; border: 0; font-weight: 600; font-size: 16px; position: relative; width: 187px; padding-right: 70px !important; margin-top: 40px; }
	.home-welcome .second .vc_btn3-container a.vc_btn3 i { color: #fff; position: absolute; top: 50%; transition: all 0.3s ease-in-out; right: 0 !important; transform: translate(-11%, -50%); border-radius: 50%; background: #000; font-size: 13px; padding: 12px 12px 12px 14px; height: auto; line-height: 1; }
	.home-welcome .second .vc_btn3-container a.vc_btn3:hover  { color: #fff; background: #665b49; opacity:1; }
	.home-welcome .second .vc_btn3-container a.vc_btn3:hover i { color: #000; background: #fff; }

	/*	shadow for images*/
	.home-welcome .first .vc_col-sm-6:nth-child(2) {padding-left: 40px;}
	.home-welcome .first .vc_figure {padding-left: 40px; padding-top: 30px;}
	.home-welcome .first img {box-shadow: #665B49 -33px -33px; border-radius: 30px;}

	.home-welcome .second {margin-top: 120px;}
	.home-welcome .second .vc_figure {padding-right: 40px;}
	.home-welcome .second .vc_col-sm-6:nth-child(1) {padding-right: 40px;}
	.home-welcome .second img {box-shadow: #665B49 33px -33px; border-radius: 30px;}


	.home-amenities {padding-left: 10% !important; padding-right: 10% !important; padding-top: 130px !important; background-image: linear-gradient(45deg, #665B49, #665B49); background-size: 100% 65%; background-repeat: no-repeat; background-position: bottom; padding-bottom: 80px;}
	.home-amenities:before { content: url('../../../wp-content/uploads/2024/04/amenities-bg.png'); position: absolute; right: 0; bottom: -130px; }
	.home-amenities h2{ font-size: 55px; font-weight: 600; line-height: 63.25px; color:#fff; letter-spacing: -0.01em; text-align: left; text-transform: uppercase; margin-bottom: 30px;}
	.home-amenities p strong { font-size: 16px; font-weight: 700; line-height: 30px; color: #fff; margin-bottom: 10px !important; display: block; }
	.home-amenities ul {display: block; margin-bottom: 30px !important;}
	.home-amenities ul li {display: list-item; list-style: disc; color: #fff; margin-left: 20px; font-weight: 200;}
	.home-amenities .vc_row .vc_col-sm-6:nth-child(2) {padding-left: 40px;}

	.home-amenities .wpb_single_image figure {width: 100%;}
	.home-amenities .wpb_single_image figure div {width: 100%;}
	.home-amenities .wpb_single_image figure div img {width: 100%; height: 466px; object-fit: cover; border-radius: 30px;}

	.home-amenities .vc_btn3-container {margin-bottom: 0 !important;}
	.home-amenities .vc_btn3-container	a.vc_btn3 { background: #ffffff; color: #000; border-radius: 30px; border: 0; font-weight: 600; font-size: 16px; position: relative; width: 187px; padding-right: 60px !important;}
	.home-amenities .vc_btn3-container	a.vc_btn3 i { color: #fff; position: absolute; top: 50%; transition: all 0.3s ease-in-out; right: 0 !important; transform: translate(-11%, -50%); border-radius: 50%; background: #000; font-size: 13px; padding: 12px 12px 12px 14px; height: auto; line-height: 1; }

	.home-amenities .vc_btn3-container	a.vc_btn3:hover  { color: #000; background: #fff; opacity:1; }
	.home-amenities .vc_btn3-container	a.vc_btn3:hover i { color: #fff; background: #665B49; }

/*about css*/
	.inner-banner-contact{height: 400px !important;}
	.inner-banner-contact h2{ margin: 20px 0 0px 0 !important; }

	.inner-banner { padding-top: 0 !important; padding-bottom: 0 !important; height: 600px; background-size: 100% 100%; background-repeat: no-repeat; } 
	.inner-banner h1{ font-size: 18px; font-weight: 500; line-height: 21.6px; letter-spacing: 0.5em; color: #fff; } 
	.inner-banner h2{ font-size: 88px; font-weight: 600; line-height: 105.6px; letter-spacing: -0.05em; color: #fff; text-transform: uppercase; margin: 20px 0 30px 0 !important; }
	.inner-banner .vc_btn3-container {margin-bottom: 0 !important;}
	.inner-banner .vc_btn3-container a.vc_btn3 { background: #ffffff; color: #000; border-radius: 30px; border: 0; font-weight: 600; font-size: 16px; position: relative; width: 187px; padding-right: 70px !important;}
	.inner-banner .vc_btn3-container a.vc_btn3 i { color: #fff; position: absolute; top: 50%; transition: all 0.3s ease-in-out; right: 0 !important; transform: translate(-11%, -50%); border-radius: 50%; background: #000; font-size: 13px; padding: 12px 12px 12px 14px; height: auto; line-height: 1; }
	.inner-banner .vc_btn3-container a.vc_btn3:hover  { color: #000; background: #fff; opacity:1; }
	.inner-banner .vc_btn3-container a.vc_btn3:hover i { color: #fff; background: #665B49; }

	.about-features {padding-top: 80px !important; padding-left: 10% !important; padding-right: 10% !important;}
	.about-features .wpb_single_image.vc_align_center { height: 230px; display: flex; justify-content: center; align-items: end; }
	.about-features h2{font-size: 25px; font-weight: 500; line-height: 33px; letter-spacing: -0.01em; margin: 45px 0 30px 0;}
	.about-features ul {}
	.about-features ul li{display: block; text-align: center !important; font-size: 18px; font-weight: 500; line-height: 28px; letter-spacing: -0.01em;}
	.about-features ul li:before{ content: ''; width: 4px; height: 4px; background: #000; border-radius: 50%; display: inline-block; margin-right: 10px; margin-bottom: 3px; }

	.gallery-row {margin-top: 100px;}
	.gallery { width: 100%; max-width: 620px; margin: 40px auto; } 
	.gallery-slider { width: 100%; height: auto; margin: 0 0 10px 0; } 
	.gallery-slider .swiper-slide { width: auto; height: 400px; } 
	.gallery-slider .swiper-slide img { display: block; width: auto; height: 100%; margin: 0 auto; } 
	.gallery-thumbs { width: 100%; padding: 0; overflow: hidden; } 
	.gallery-thumbs .swiper-slide {width: 232px !important;text-align: center;overflow: hidden;object-fit: cover;height: 161px;opacity: 0.7;} 
	.gallery-thumbs .swiper-slide-active { opacity: 1; } 
	.gallery-thumbs .swiper-slide img {width: 232px !important; text-align: center; overflow: hidden; object-fit: cover; height: 161px; }

	.gallery .swiper-button-prev {left: 10%; top: 35%;}
	.gallery .swiper-button-prev i {background: #ffffff; color: #000; font-size: 60px; border-radius: 50%; padding: 0px 15px;transition: all 0.3s ease-in-out;}
	.gallery .swiper-button-prev:after {display: none;}
	.gallery .swiper-button-next {right: 10%; top: 35%;}
	.gallery .swiper-button-next i {background: #ffffff; color: #000; font-size: 60px; border-radius: 50%; padding: 0px 15px;transition: all 0.3s ease-in-out;}
	.gallery .swiper-button-next:after {display: none;}
	.gallery .swiper-button-next:hover i, .gallery .swiper-button-prev:hover i {background: #665B49; color: #fff;}

/*photos page css*/
	.moments-sec {padding-top: 150px !important; padding-left: 10% !important; padding-right: 10% !important;}
	.moments-sec h2 {font-size: 55px; font-weight: 600; line-height: 72.6px; letter-spacing: -0.01em; text-transform: uppercase; margin-top: -15px;}
	.moments-sec h2 strong {font-size: 55px; font-weight: 600; line-height: 72.6px; letter-spacing: -0.01em; text-transform: uppercase; color: #665b49;}

	.moments-sec .vc_row:first-child .wpb_single_image {}
	.moments-sec .vc_row:first-child .wpb_single_image figure {width: 100%;}
	.moments-sec .vc_row:first-child .wpb_single_image figure div {width: 100%;}
	.moments-sec .vc_row:first-child .wpb_single_image figure div img {width: 100%;}

/*floorplan page*/
	.floorplan-sec {padding-left: 10% !important; padding-right: 10% !important; padding-top: 150px !important;}
	.floorplan-sec h2 {font-size: 55px; font-weight: 600; line-height: 72.6px; letter-spacing: -0.01em; text-transform: uppercase;}
	.floorplan-sec p a {font-size: 16px; font-weight: 600; line-height: 25px; text-decoration: underline;}
	.floorplan-sec .vc_row:first-child {margin-bottom: 130px;}
	.floorplan-sec .vc_btn3-container {margin-bottom: 0 !important;}
	.floorplan-sec .vc_btn3-container a.vc_btn3 { background: #665b49; color: #fff; border-radius: 30px; border: 0; font-weight: 600; font-size: 16px; position: relative; width: 187px; padding-right: 70px !important; margin: 20px 0; }
	.floorplan-sec .vc_btn3-container a.vc_btn3 i { color: #fff; position: absolute; top: 50%; transition: all 0.3s ease-in-out; right: 0 !important; transform: translate(-11%, -50%); border-radius: 50%; background: #000; font-size: 13px; padding: 12px 12px 12px 14px; height: auto; line-height: 1; }
	.floorplan-sec .vc_btn3-container a.vc_btn3:hover  { color: #fff; background: #665b49; opacity:1; }
	.floorplan-sec .vc_btn3-container a.vc_btn3:hover i { color: #000; background: #fff; }

/*residents page*/
	.online-portal {padding-left: 10% !important; padding-right: 10% !important; padding-top: 150px !important;}
	.online-portal .vc_row {}
	.online-portal .vc_row .vc_col-sm-6:first-child{}
	.online-portal .vc_row .vc_col-sm-6:first-child > div {padding: 40px 0 40px 50px; border-radius: 22px 0 0 22px; }
	.online-portal .vc_row .vc_col-sm-6:first-child h2 {font-size: 55px; font-weight: 600; line-height: 72.6px; letter-spacing: -0.01em; color: #fff;}
	.online-portal .vc_row .vc_col-sm-6:first-child p {font-size: 19px; font-weight: 400; line-height: 30px; color: #fff;}
	.online-portal .vc_row .vc_col-sm-6:last-child > div {padding: 40px 0 40px 50px; border-radius: 0 22px 22px 0; }
	.online-portal .vc_row .vc_col-sm-6:last-child h2 {font-size: 35px; font-weight: 600; line-height: 46.2px; letter-spacing: -0.01em; color: #fff;margin: 15px 0;}
	.online-portal .vc_row .vc_col-sm-6:last-child p {font-size: 19px; font-weight: 400; line-height: 30px;color: #fff; margin: 15px 0;}
	.online-portal .vc_row .vc_col-sm-6:last-child p a { font-size: 19px; font-weight: 400; line-height: 30px; color: #fff; text-decoration: underline;}


	.online-portal .vc_row .vc_btn3-container {margin-bottom: 0 !important;}
	.online-portal .vc_row .vc_btn3-container a.vc_btn3 { background: #ffffff; color: #000; border-radius: 30px; border: 0; font-weight: 600; font-size: 16px; position: relative; width: 135px; padding-right: 60px !important;}
	.online-portal .vc_row .vc_btn3-container a.vc_btn3 i { color: #fff; position: absolute; top: 50%; transition: all 0.3s ease-in-out; right: 0 !important; transform: translate(-11%, -50%); border-radius: 50%; background: #000; font-size: 13px; padding: 12px 12px 12px 14px; height: auto; line-height: 1; }
	.online-portal .vc_row .vc_btn3-container a.vc_btn3:hover  { color: #000; background: #fff; opacity:1; }
	.online-portal .vc_row .vc_btn3-container a.vc_btn3:hover i { color: #fff; background: #665B49; }

/*contact us*/
	.contact-us-icons {padding-top: 80px !important; padding-left: 10% !important; padding-right: 10% !important; }
	.contact-us-icons .vc_row {background: #665B49; border-radius: 10px; padding-top: 70px; padding-bottom: 40px;}
	.contact-us-icons .vc_row:nth-child(2){justify-content: center; margin-top: 70px;}
	.contact-us-icons .icon-col {width: 30%; margin: 0 1%;}
	.contact-us-icons .icon-col .vc_column-inner { padding: 60px 60px 40px 60px !important; height: 160px; justify-content: start !important; }
	.contact-us-icons h3{text-transform: uppercase; color: #000000; padding-bottom: 10px; font-size: 18px; font-weight: 700; color: #fff; line-height: 22.9px; text-align: center;}
	.contact-us-icons p{color: #fff;font-size: 17px; font-weight: 400; line-height: 22.9px; text-align: center;}
	.contact-us-icons p a {color: #fff;font-size: 17px; font-weight: 400; line-height: 22.9px; text-align: center;}
	.contact-us-icons .vc_icon_element {position:absolute;top: -30px; left: 42%;}
	.contact-us-icons .vc_icon_element .vc_icon_element-inner {background-color: #000 !important; border-radius: 50%;}
	.contact-us-icons .vc_icon_element .vc_icon_element-inner span{ top: 50% !important; left: 50% !important;}

	.contact-us-icons .icon-col:not(:last-child) {border-right: 1px solid #4D4D4D; }

	.contact-us-icons .fa-phone-alt:before {content: "\F5C1"; font-family: 'bootstrap-icons';}
	.contact-us-icons .fa-map-marker-alt:before {content: "\F3E8"; font-family: 'bootstrap-icons';}
	.contact-us-icons .fa-envelope:before {content: "\F32F"; font-family: 'bootstrap-icons';}

	.contact-form-sec {padding-left: 10% !important; padding-right: 10% !important; margin-top: 80px;}
	.contact-form-sec .vc_row .vc_col-sm-6:last-child { margin: 70px 0px 0px -100px;}
	.contact-form-sec .vc_row .vc_col-sm-6:last-child > div {padding: 60px 50px ; border-radius: 10px; }

	.contact-form-sec h2 { font-size: 45px; font-weight: 600; line-height: 72.6px; letter-spacing: -0.01em; color: #fff;}
	.contact-form-sec h2 + p{font-size: 14px; font-weight: 400; line-height: 30px; color: #fff; margin-bottom: 30px !important; margin-top: 20px;}
	.contact-form-sec .vc_row .vc_col-sm-6:first-child .wpb_single_image img { height:650px; border-radius:10px; }
	.contact-form-sec .row.contact-form {margin-top: 15px; margin-bottom: 15px;}
	.contact-form-sec .row.contact-form .col-md-6:first-child {padding-right: 5px;}
	.contact-form-sec .row.contact-form .col-md-6:last-child {padding-left: 5px;}
	.contact-form-sec input {border: 1px solid #fff; padding: 10px; border-radius: 10px; background-color: transparent; color: #fff; font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: -0.03em; width: 100%;}
	.contact-form-sec textarea { border: 1px solid #fff; padding: 10px; border-radius: 10px; background-color: transparent; color: #fff; font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: -0.03em; width: 100%; height: 122px; max-width: 100%; max-height: 200px; min-width: 100%; min-height: 122px; }
	.contact-form-sec .wpcf7-submit { background: #fff; color: #000; border-radius: 30px; width: 152px; height: 47px; border: 0; font-weight: 600; font-size: 16px; position: relative; padding: 0 30px 0 0; margin-top: 20px; } 
	.contact-form-sec .wpcf7-submit i { position: absolute; top: 50%; transition: all 0.3s ease-in-out; right: 0; transform: translate(-11%, -50%); border-radius: 50%; background: #000; color: #fff; font-size: 15px; padding: 7px 12px 8px 13px; } 
	.contact-form-sec .wpcf7-submit:hover i { background: #665B49; color: #fff; } 
	.contact-form-sec .wpcf7 form.invalid .wpcf7-response-output, footer .f-contact .wpcf7 form.unaccepted .wpcf7-response-output, footer .f-contact .wpcf7 form.payment-required .wpcf7-response-output { border-color: transparent; margin-top: 10px; color:#fff; } 
	.contact-form-sec .wpcf7 form .wpcf7-response-output { margin: 0; padding: 0; }
	.contact-form-sec input::-webkit-input-placeholder { color:#fff; }
	.contact-form-sec textarea::-webkit-input-placeholder { color:#fff; }


	body.page-id-42 footer {background-position: center; background-size: cover; margin-top: 130px;}
	body.page-id-42 footer .row.contact {display: none;}


/*misc*/
	.home-welcome .vc_row {position: relative; z-index: 999;}
	.home-amenities .vc_btn3-container a.vc_btn3 {z-index: 999; position: relative;}
	.home-amenities:before {z-index: 0;}


/* Responsive */

	@media (max-width: 1280px) and (min-width: 1024px){

	/*header*/
		header .row.nav-row .h-nav .navbar .navbar-nav li:not(.last) { margin-right: 15px; }

	/*footer*/
		footer .row.copyrights .foo-privacy ul li a {font-size: 13px;}
		footer .row.contact {margin: 0 1%; width: 98%;}
		footer .row.logo { width: 98%; margin: 48px 1%; }
		footer .row.about { margin: 0px 1% 50px 1%; width: 98%; }
		footer .row.copyrights {width: 96%; margin: 0 2% 20px;}
		footer .row.copyrights:before, footer .row.copyrights:after {display: none;}
		footer .row.copyrights .foo-privacy { padding-left: 5px; }
  
	/*home*/
		.home-banner {background-size: cover;}
		.home-welcome {padding-left: 5% !important; padding-right: 5% !important; padding-top: 80px !important;}
		.home-welcome h2, .home-welcome h2 strong { font-size: 35px; margin-bottom: 10px; }
		.home-welcome p { font-size: 14px;  line-height: 26px; }
		.home-amenities h2 { font-size: 35px; margin-bottom: 10px; }
		.home-amenities {padding-left: 5% !important; padding-right: 5% !important; padding-top: 60px !important; background-image: linear-gradient(45deg, #665B49, #665B49); background-size: 100% 100%;  padding-bottom: 80px; margin-top: 60px;}

	/*residents*/
		.online-portal {padding-left: 5% !important; padding-right: 5% !important; padding-top: 80px !important;}
		.online-portal .vc_row .vc_col-sm-6:first-child h2 { font-size: 35px; margin-bottom: 10px; }
		.online-portal .vc_row .vc_col-sm-6:first-child p { font-size: 14px;  line-height: 26px; }
		.online-portal .vc_row .vc_col-sm-6:last-child p {font-size: 14px; }
		.online-portal .vc_row .vc_col-sm-6:last-child p a {font-size: 14px; }
		.online-portal .vc_row .vc_col-sm-6:first-child > div {padding: 40px;}
		.online-portal .vc_row .vc_col-sm-6:last-child > div {padding: 40px;}

	/*about*/
		.about-features {padding-left: 5% !important; padding-right: 5% !important; padding-top: 70px !important;}
		.about-features .wpb_single_image img {width: 60%;}
		.about-features .wpb_single_image.vc_align_center {height: 130px;}
	/*photos*/
		.moments-sec {padding-left: 5% !important; padding-right: 5% !important; padding-top: 80px !important;}
		.moments-sec h2, .moments-sec h2 strong { font-size: 45px; }

	/*contact*/
		.contact-us-icons {padding-left: 5% !important; padding-right: 5% !important; padding-top: 70px !important;}
		.contact-us-icons .icon-col .vc_column-inner { padding: 60px 30px 40px 30px !important; }
		.contact-us-icons p, .contact-us-icons p a { font-size: 14px; }
		.contact-form-sec {padding-left: 5% !important; padding-right: 5% !important;}
		.contact-form-sec .vc_row .vc_col-sm-6:last-child { width: 60%; }

		body.page-id-42 footer { margin-top: 70px; }
	}
	
	@media (width: 1180px){ 

	}
	
	@media (max-width: 1100px){

	/*header*/
		header .row.nav-row .h-nav .navbar .navbar-nav li:not(.last) { margin-right: 15px; }
		header .nav-row .h-phone p span.count .items a { font-size: 16px;}

	/*footer*/
		footer .row.contact {margin: 0 1%; width: 98%;}
		footer .row.logo { width: 98%; margin: 48px 1%; }
		footer .row.about { margin: 0px 1% 50px 1%; width: 98%; }
		footer .row.copyrights {width: 96%; margin: 0 2% 20px;}
		footer .row.copyrights:before, footer .row.copyrights:after {display: none;}

	/*home*/
		.home-banner {background-size: cover;}


	}

	@media(max-width: 1024px){

		/*footer*/
			footer { background-size: 100% 50%; margin-top: 80px; }
			footer .row.copyrights {display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 0;}
			footer .row.copyrights .col-md-5 {width: 100%; margin-bottom: 10px;}
			footer .row.copyrights .col-md-4 {width: 100%; margin-bottom: 10px;}
			footer .row.copyrights .col-md-3 {width: 100%;}
			footer .row.copyrights .company-copy p {text-align: center;}
			footer .row.copyrights .foo-privacy {padding-left: 0;}
			footer .row.copyrights .foo-privacy ul {display: block; text-align: center;}
			footer .row.copyrights .foo-social ul.cnss-social-icon {justify-content: center;}

		.inner-banner {background-size: cover;}

		body.page-id-42 footer { margin-top: 70px; }
		
	  
	}
	@media (max-width: 1100px) and (min-width: 1024px){


	}


	@media (max-width: 1023px) and (min-width: 992px){

	/*footer*/
		footer .row.about .foo-nav ul li:not(.last) { margin-right: 20px; }

	/*home*/

		.home-banner {background-size: cover;}
		.home-welcome {padding-left: 5% !important; padding-right: 5% !important; padding-top: 80px !important;}
		.home-welcome h2, .home-welcome h2 strong { font-size: 35px; margin-bottom: 10px; }
		.home-welcome p { font-size: 14px;  line-height: 26px; }
		.home-amenities h2 { font-size: 35px; margin-bottom: 10px; }
		.home-amenities {padding-left: 5% !important; padding-right: 5% !important; padding-top: 60px !important; background-image: linear-gradient(45deg, #665B49, #665B49); background-size: 100% 100%;  padding-bottom: 80px; margin-top: 60px;}

	/*residents*/
		.online-portal {padding-left: 5% !important; padding-right: 5% !important; padding-top: 80px !important;}
		.online-portal .vc_row .vc_col-sm-6:first-child h2 { font-size: 35px; margin-bottom: 10px; }
		.online-portal .vc_row .vc_col-sm-6:first-child p { font-size: 14px;  line-height: 26px; }
		.online-portal .vc_row .vc_col-sm-6:last-child p {font-size: 14px; }
		.online-portal .vc_row .vc_col-sm-6:last-child p a {font-size: 14px; }
		.online-portal .vc_row .vc_col-sm-6:first-child > div {padding: 40px;}
		.online-portal .vc_row .vc_col-sm-6:last-child > div {padding: 40px;}

	/*about*/
		.about-features {padding-left: 5% !important; padding-right: 5% !important; padding-top: 70px !important;}
		.about-features .wpb_single_image img {width: 60%;}
		.about-features .wpb_single_image.vc_align_center {height: 130px;}
		.gallery-row { margin-top: 60px; }

	/*photos*/
		.moments-sec {padding-left: 5% !important; padding-right: 5% !important; padding-top: 80px !important;}
		.moments-sec h2, .moments-sec h2 strong { font-size: 45px !important; text-align:center; }
	}

	@media (max-width: 991px){
		h1{font-size:24px !important;}
		h2{font-size:19px !important;}
		h3{font-size:16px !important;}
		h4{font-size:14px !important;}
		a{font-size:14px !important;}
		p{font-size:14px !important;}
		span{font-size:14px !important;}

		/*header*/

			header .container-fluid > .row {display: flex; flex-direction: row; flex-wrap: wrap;}
			header .container-fluid > .row .col-md-3{width: 100%; margin-bottom: 20px;}
			header .container-fluid > .row .col-md-9{width: 100%;}
			header .social-row .h-social {padding-right: 0; }
			header .social-row .h-social ul.cnss-social-icon {justify-content: center;}
			header .container-fluid > .row .col-md-9{width: 100%;}
			header .row.nav-row {flex-direction: row; flex-wrap: wrap;}
			header .row.nav-row .col-md-8{width: 100%; margin-bottom: 10px; order: 2;}
			header .row.nav-row .col-md-4{width: 100%; order: 1;}
			header .nav-row .h-phone p  { justify-content: center; padding-right: 15px;}
 			header .row.nav-row .h-nav .navbar-nav {display: flex; float: none; justify-content: center;}


		/*footer*/
			footer .row.contact {}
			footer .row.contact .col-md-5{width: 50%;}
			footer .row.contact .col-md-7{width: 50%;}
			footer .row.contact .f-map iframe {height: 565px;}
			footer .f-contact h4 { font-size: 30px !important;}
			footer .f-contact h4 + p { margin-bottom: 5px; }
			footer .row.logo { width: 98%; margin: 48px 1% 18px 1%; }
			footer .row.about .foo-nav {padding-left: 0;}
			footer .row.about { margin-bottom: 25px; }
			footer .row.about .foo-nav ul {display: block; margin-top: 15px; }
			
		/*home*/
			.home-banner {background-size: cover; height: 530px;}
			.home-banner h1 {font-size: 18px !important;  }
			.home-banner h2 , .home-banner h2 strong {font-size: 40px !important; line-height: 40px; }
			.home-welcome {padding-left: 5% !important; padding-right: 5% !important; padding-top: 80px !important;}
			.home-welcome h2, .home-welcome h2 strong {font-size: 26px !important; margin-bottom: 0px;}
			.home-welcome p { font-size: 14px !important;  line-height: 26px; }
			.home-amenities h2 { font-size: 26px !important; margin-bottom: 10px; }
			.home-amenities {padding-left: 5% !important; padding-right: 5% !important; padding-top: 60px !important; background-image: linear-gradient(45deg, #665B49, #665B49); background-size: 100% 100%;  padding-bottom: 80px; margin-top: 60px;}

	 	/*residents*/
			.online-portal, .floorplan-sec {padding-left: 5% !important; padding-right: 5% !important; padding-top: 80px !important;}
			.online-portal .vc_row .vc_col-sm-6:first-child > div {padding: 20px;}
			.online-portal .vc_row .vc_col-sm-6:last-child > div {padding: 20px;}
			.online-portal .vc_row .vc_col-sm-6:last-child > div img {width: 60%;}
			.online-portal .vc_row .vc_col-sm-6:first-child h2 { font-size: 35px !important; margin-bottom: 10px; }
			.online-portal .vc_row .vc_col-sm-6:first-child p { font-size: 14px !important;  line-height: 26px; }
			.online-portal .vc_row .vc_col-sm-6:last-child p {font-size: 14px !important; }
			.online-portal .vc_row .vc_col-sm-6:last-child p a {font-size: 14px !important; }

		/*inner banner*/
			.inner-banner {height: 450px;}
			.inner-banner h1 {font-size: 18px !important;}
			.inner-banner h2 {font-size: 48px !important;  line-height: 1.3;}

		/*about*/
			.about-features {padding-left: 5% !important; padding-right: 5% !important; padding-top: 70px !important;}
			.about-features .wpb_single_image img {width: 60%;}
			.about-features .wpb_single_image.vc_align_center {height: 130px;}	
			.about-features h2 {margin: 35px 0 10px 0;}
			.about-features ul li { font-size: 14px; font-weight: 400; line-height: 22px; }	
			.gallery .swiper-button-prev i, .gallery .swiper-button-next i { font-size: 40px; padding: 0px 10px; }
			.gallery-row { margin-top: 40px; }
			.gallery .swiper-button-next { right: 0; top: 35%; }
			.gallery .swiper-button-prev { left: 0; top: 35%; }
			.gallery-slider .swiper-slide { width: auto; height: 300px; }

		/*floorplan*/
			.floorplan-sec h2 { font-size: 35px !important;}
		/*photos*/
			.moments-sec {padding-left: 5% !important; padding-right: 5% !important; padding-top: 80px !important;}
			.moments-sec h2, .moments-sec h2 strong { font-size: 45px !important; line-height: 2;}

		/*contact*/
			.contact-us-icons {padding-left: 5% !important; padding-right: 5% !important; padding-top: 70px !important;}
			.contact-us-icons .icon-col .vc_column-inner { padding: 60px 30px 40px 30px !important; }
			.contact-us-icons p, .contact-us-icons p a { font-size: 14px; }
			.contact-form-sec {padding-left: 5% !important; padding-right: 5% !important;}
			.contact-form-sec .vc_row .vc_col-sm-6:last-child { width: 60%; }	
			
			.contact-form-sec .vc_row .vc_col-sm-6:first-child .wpb_single_image img {height: auto;}	
			.contact-form-sec h2 { font-size: 28px !important; line-height: 40px; margin-top: 20px; }
			.contact-form-sec h2 + p {font-size: 14px; line-height: 1;}
			.contact-form-sec .row.contact-form .col-md-6:last-child {padding-left: 15px; margin-top: 15px;}
			.contact-form-sec .row.contact-form .col-md-6:first-child {padding-right: 15px;}
			.contact-form-sec .vc_row .vc_col-sm-6:last-child > div {padding: 30px;}
  }

	@media (max-width: 917px) and (min-width: 769px){


	}

	@media (max-width: 768px){
		
	}

	@media (max-width: 767px){

		/*header*/	
			header .row.nav-row .h-nav .navbar {margin-right: 20px;}
			header .row.nav-row .h-nav .navbar-nav { flex-direction: column; margin: 0; margin-left: 20px;}
			header .row.nav-row .h-nav .navbar .navbar-nav li:not(.last) {margin-right: 0; margin-bottom: 10px;}
			.container-fluid>.navbar-collapse {margin: 0}
			header .h-logo { padding-left: 25px; } 


		/*footer*/
			footer .row.contact .col-md-5 {display: none;}
			footer .row.contact .col-md-7 {width: 100%;}
			footer .f-contact { padding: 40px; }

		/*home*/
			.home-welcome .first .vc_col-sm-6:nth-child(2), .home-amenities .vc_row .vc_col-sm-6:nth-child(2) {padding-left: 0; margin-top: 10px;}
			.home-welcome .second .vc_col-sm-6:nth-child(1) {padding-right: 0; margin-top: 10px;}
			.home-welcome h2, .home-welcome p, .home-amenities h2, .home-amenities p {text-align: center;}
			.home-welcome .vc_row:nth-child(2) {display: flex; flex-direction: column-reverse;}
			.home-welcome .wpb_single_image figure div img, .home-amenities .wpb_single_image figure div img { height: 400px; object-fit: cover; }
			.home-welcome .second .vc_btn3-container, .home-amenities .vc_btn3-container { display:block !important; text-align:center; }

			.home-amenities h2 {margin-top: 10px;}
			.home-amenities {padding-bottom: 60px;}
			.home-amenities ul {text-align: center;}
			.home-amenities ul li {display: block;}

		/*residents*/
			.online-portal .vc_row .vc_col-sm-6:first-child > div {padding: 20px; border-radius: 10px 10px 0 0;}
			.online-portal .vc_row .vc_col-sm-6:last-child > div {padding: 20px; border-radius:  0 0 10px 10px;}
			.online-portal .vc_row .vc_col-sm-6:first-child h2, .online-portal .vc_row .vc_col-sm-6:first-child p{ text-align: center;}
			.online-portal .vc_row .vc_col-sm-6:last-child h2 {display: none;}
			.online-portal .vc_row .vc_col-sm-6:last-child > div img {margin-bottom: 15px; width: 80%;}

		/*about*/
			.about-features { padding-top: 50px !important; }
			.about-features h2 { margin: 25px 0 10px 0; }

			.about-features .vc_row:first-child .vc_col-sm-4:not(:last-child){margin-bottom: 20px;}
			.gallery-thumbs .swiper-slide , .gallery-thumbs .swiper-slide img { width: 182px !important; height: 121px; }
			.gallery .swiper-button-next { right: 0; top: 40%; }
			.gallery .swiper-button-prev { left: 0; top: 40%; }

		/*floorplan*/
			.floorplan-sec img{ width: 70%; }
			.floorplan-sec h2 { line-height: 1; margin: 10px 0;}
			.floorplan-sec h2, .floorplan-sec p {text-align: center;}
			.floorplan-sec .vc_btn3-container.vc_btn3-left {text-align: center;}
			.floorplan-sec .vc_row:first-child { margin-bottom: 50px; }
			.floorplan-sec .vc_row:last-child { display:flex; flex-direction:column-reverse; }
			.floorplan-sec .vc_row:last-child img { margin-top:20px; }
		
		/*photos*/
			.moments-sec {padding-left: 5% !important; padding-right: 5% !important; padding-top: 80px !important;}
			.moments-sec h2, .moments-sec h2 strong { font-size: 45px !important; text-align: center; line-height: 1.4; padding-bottom: 30px; }
		
		/*contact*/
			.contact-us-icons {padding-left: 5% !important; padding-right: 5% !important; padding-top: 70px !important;}
			.contact-us-icons .vc_row {flex-direction: column;padding: 10px 0 50px 0;}
			.contact-us-icons .vc_row .icon-col{width: 100%; margin: 0;}
			.contact-us-icons .vc_row .icon-col:last-child{margin-top: 20px;}
			.contact-us-icons .icon-col .vc_column-inner {padding: 30px 0 !important;}
			.contact-us-icons p, .contact-us-icons p a { font-size: 14px; }

			.contact-form-sec {padding-left: 5% !important; padding-right: 5% !important;}
			.contact-form-sec .vc_row .vc_col-sm-6:last-child { margin:0; width: 100%;}	
			
			.contact-form-sec .vc_row .vc_col-sm-6:first-child .wpb_single_image img {height: auto;}	
			.contact-form-sec h2 { font-size: 28px !important; line-height: 40px; margin-top: 20px; }
			.contact-form-sec h2 + p {font-size: 14px; line-height: 1.6;}
			.contact-form-sec .row.contact-form .col-md-6:last-child {padding-left: 15px; margin-top: 15px;}
			.contact-form-sec .vc_row .vc_col-sm-6:first-child {display: none;}
			.contact-form-sec .vc_row .vc_col-sm-6:last-child > div {padding: 30px;}
			.contact-us-icons .vc_icon_element {top: inherit;left: 46%;transform: none;position: initial;margin-bottom: 10px;}

	}


	@media (max-width: 577px){

		/*home*/
			.home-banner { background-size: cover; height: 350px; }
			.home-banner h1 { font-size: 14px !important; }
			.home-banner h2, .home-banner h2 strong {font-size: 30px !important;}
			.home-banner .vc_btn3-container a.vc_btn3 { width: 157px; padding: 13px 50px 13px 10px !important;  }

		/*inner banner*/
			.inner-banner {height: 390px;}
			.inner-banner .vc_btn3-container a.vc_btn3 {width: 157px; padding: 13px 50px 13px 10px !important;}
			.inner-banner h1 {font-size: 14px !important;}
			.inner-banner h2 {font-size: 35px !important;  line-height: 1.3;}

		/*about*/
			.gallery-slider .swiper-slide { width: auto; height: 200px; }
			.gallery-thumbs .swiper-slide , .gallery-thumbs .swiper-slide img { width: 150px !important; height: 90px; }
			.gallery .swiper-button-prev i, .gallery .swiper-button-next i { font-size: 26px; padding: 0px 6px; }

		/*photos*/
			.moments-sec {padding-left: 5% !important; padding-right: 5% !important; padding-top: 80px !important;}
			.moments-sec h2, .moments-sec h2 strong { font-size: 35px !important; text-align: center; line-height: 1.4; padding-bottom: 30px;}
	}

	@media (max-width: 450px){

		/*header*/
			header .h-logo { padding-left: 25px; } 
		/*footer*/
			footer { background-size: 220% 50%; }
			footer .f-contact { padding: 30px 15px; margin-bottom: 10px; }
			footer .row.about .foo-nav ul li {display: block; margin-right: 0;}
			footer .row.about .foo-nav ul li:not(.last) {margin-bottom: 10px;}
			footer .row.about .foo-nav ul li:before { content: '\F285'; color: #fff; font-family: "bootstrap-icons"; display: inline-block; margin-right: 10px; font-size: 10px; }
	
		/*inner banner*/
			.inner-banner {height: 350px;}
			.inner-banner h1 {font-size: 14px !important;}
			.inner-banner h2 {font-size: 35px !important;  line-height: 1.3;}


	}

	@media (max-width:375px){

		/*footer*/
			footer .row.copyrights .company-copy p { text-align: center; font-size: 11px !important; }
			footer .row.copyrights .foo-privacy ul li a {font-size: 11px !important; }
	 
		
	}
	@media (max-width:320px){

  }

	
