/*
Theme Name: 141 Wardour
Author: DOWO Digital
Author URI:https://www.dowo.digital/
Version: 1.0.2
Requires at least: 6.6
Text Domain: dowo
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Axiforma-Reg';
	vertical-align: baseline;
}
body {
	line-height: 1;
	hyphens: none;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;font-weight: normal;font-feature-settings: 'salt' on;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body *{box-sizing: border-box;}
body {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #06061c;
}
h1{
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 0;
}
h2{
	font-size: 38px;
	line-height: 44px;
	margin-bottom: 0;
}
h3{
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 0;
}
h4{
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 0;
}
h5{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
a {
	outline: none;
	color: #21759b;
}
a:hover, a:focus {
	color: #0f3647;
	outline: none;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	background-color: #fff;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 15px 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-header.head-foot .header-btn-main {
    visibility:hidden;opacity:1;
}

.site-header hgroup {
	flex-basis: 10%;
}
/* Navigation Menu */
.main-navigation {
	flex-basis: 75%;
	text-align: center;
}
.main-navigation li {
	font-size: 16px;
	line-height: 16px;
}
.main-navigation li.active a{border-bottom: 2px solid #F5CD00;}
.main-navigation a {
	color: #fff;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #ddd;
}
/*.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}*/
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
.wp-block-button__link{
	color: #06061C;
  	background-color: #F5CD00;
  	font-size: 16px !important;
}
.wp-block-button__link:hover{background-color: #06061C;color: #fff;}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
.header-btn-main{flex-basis: 15%;display: flex;justify-content: end;}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
	margin-bottom: 0;
}
.widget-area .textwidget ol {
	list-style: decimal;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

.site-info span[role=separator] {
	padding: 0 0.3em 0 0.6em;
}
.site-info span[role=separator]::before {
	content: '\002f';
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	display: none;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 16px;
	line-height: 1.714285714;
}

.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget select {
	max-width: 100%;
 }
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.wp-calendar-nav,
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
.wp-calendar-nav {
	display: table;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
	margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
	height: auto;
	max-width: 80%;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		max-width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 100%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		width: auto;
		background: #fff;
    	border-radius: 40px;
    	padding: 0 10px;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #06061C;
		border-bottom: 1px solid #f5cd00;
	}
	.main-navigation li {
		padding: 0 15px;
	}
	.main-navigation li a {
		margin: 0;
		position: relative;
		padding: 15px 0px;
		color: #000;
		border-bottom: 1px solid #fff;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;		
		padding: 8px 10px;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

.footer-widget-main{background: #f4f4f4;padding: 140px 0 40px;overflow: hidden;}
/* .download-brochure-form {display: none !important;}
 */
.wp-block-image{margin: 0;}

.progress-container {width: 100%;height: 5px;position: fixed;top: 0px;z-index: 9;}
.progress-bar {height: 5px;background: #F5CD00;width: 0%;}

/* swiper slider */
.works-main .dowo-design-1 .swiper-title h4{font-weight: normal;font-size: 11px;line-height: 16px;margin-bottom: 0;font-family: 'Axiforma-Reg';}
.swiper.dowo-design-1 {width: 100%;padding-bottom: 100px;}
.dowo-design-1 .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;position: relative;width: 65%;}
.dowo-design-1 .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.dowo-design-1 .slider-img{width: 100%;}
.dowo-design-1 .swiper-title{padding: 10px 15px;position: absolute;bottom: 0px;left: 0px;background: #fff;}
/*.dowo-design-1 .swiper-slide:first-child {margin-left: 50px;}*/
.dowo-design-1 .swiper-wrapper{margin-left: 50px;}
.dowo-design-1 .swiper-slide:last-child {margin-right: 0px !important;margin-left: 0 !important;}
.dowo-design-1 .swiper-pagination-progressbar.swiper-pagination{height: 2px;bottom: 46px;top: auto !important;left: 200px !important;right: 30px !important;width: 85% !important;}
.dowo-design-1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #000;}

.dowo-design-2 * {box-sizing: border-box;}
.dowo-design-2{border-radius: 10px;padding-bottom: 90px;}
.slider-top{background: #06061C;}
.slider-top p{font-size: 20px;color: #fff;margin-bottom: 0 !important;line-height: 30px;padding: 30px 75px 15px;position: relative;}
.slider-top p::before{position: absolute;content: "";width: 47px;height: 47px;left: 15px;top: 20px;background-image: url(https://www.141wardour.co.uk/wp-content/uploads/2024/04/GPE_Icons_Suite_Heart.svg);background-size: 47px;background-repeat: no-repeat;background-position: center;}
.dowo-design-2 .swiper-title h4{font-size: 18px;line-height: 26px;margin-bottom: 10px;color: #F5CD00;font-weight: normal;font-family: 'TT-CM-Demi'}
.dowo-design-2 .swiper-slide{width: 100% !important;padding: 15px;background: #06061C;border-radius: 0 0px 10px 10px;}
.swiper-col{display: flex;flex-wrap: wrap;}
.swiper-col-left{flex-basis: 65%;padding-right: 15px;}
.swiper-col-right{flex-basis: 35%;text-align: right;}
.dowo-design-2 .swiper-slide p{display: none;}
.dowo-design-2 .swiper-slide p.cnt{color: #fff;line-height: 22px;display: block;}
.dowo-design-2.dowo-slider-main .swiper-button-prev{left: auto;bottom: 40px;right: 55px;border: 1px solid #06061C;width: 36px;height: 36px;}
.dowo-design-2.dowo-slider-main .swiper-button-next{left: auto;bottom: 40px;right: 10px !important; background: #06061C;width: 36px;height: 36px;}
.dowo-design-2.dowo-slider-main .swiper-button-prev:hover .st{display: block;}
.dowo-design-2.dowo-slider-main .swiper-button-next .hv{width: 11px;}

.dowo-slider-main .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 55px;top: auto;left: 0;width: 50%;text-align: left;}
.dowo-slider-main .swiper-pagination-bullet{width: 12px;height: 12px;background: #06061c;opacity: 1;}
.dowo-slider-main .swiper-pagination-bullet-active{background: #F5CD00;}

.dowo-swiper-slider{position: relative;}
.dowo-slider-main .swiper-button-next, .swiper-button-prev{top: auto;bottom: 20px;}
.dowo-slider-main .swiper-button-prev{left:50px;background: #fff;border-radius: 50%;width: 56px;height: 56px;pointer-events: visible;cursor: pointer;}
.dowo-slider-main .swiper-button-next{right: auto !important;left: 120px;background: #06061C;border-radius: 50%;width: 56px;height: 56px;}
/* .dowo-slider-main .swiper-button-prev:hover{border:1px solid #06061C;opacity: 0.6;} */
/* .dowo-slider-main .swiper-button-prev:hover .st, .dowo-slider-main .swiper-button-next:hover .st,
.dowo-slider-main .swiper-button-prev .hv, .dowo-slider-main .swiper-button-next .hv{display: none;} */
.dowo-slider-main .swiper-button-prev:hover .hv, .dowo-slider-main .swiper-button-next:hover .hv{display: block;}
/* .dowo-slider-main .swiper-button-next:hover{background: #F5CD00;} */
.dowo-slider-main  [class^="swiper-button-"]::after{content: "";}


/* css for six project */
.max-wrap{max-width: 1320px;margin: 0 auto !important;}
.small-wrap{max-width: 1100px !important;margin: 0 auto !important;}
.nobg-btn .wp-block-button__link{color: #fff;background-color: transparent;border:1px solid #ddd;margin-left:10px;}
.text-center{text-align: center;}


.header-main{position: fixed;width: 100%;z-index:2;left: 0;right: 0;visibility: hidden;opacity: 0;transition: .4s;}
.header-main.active{opacity: 1;visibility: visible;}
.header-main.visible{background: transparent;}
.header-main.visible hgroup img{display: none;}
.site-header .header-image{width:95px;}

body .is-layout-flex.header-popup-cnt{transition: 0.4s;transform: translateX(100%);background: #fff;opacity: 0;visibility: hidden;position: absolute;right: 0;width: 60%;top: 0;padding: 50px 30px 60px 60px;border-radius: 15px 0 0 15px;height: 100vh;overflow-y: scroll;z-index: 99;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
body .is-layout-flex.header-popup-cnt.show{transform: translateX(0%);transition: 0.4s;visibility: visible;opacity: 1;}
.btn-remove{position: absolute;top: 20px;right: 30px;}
.btn-remove .wp-block-button__link{background: transparent;border: 1px solid;padding: 8px 15px;font-size: 16px;}
.btn-remove .wp-block-button__link:hover{color: #06061c;border-color: #f5cd00;background: #f5cd00;}

body .is-layout-flex.footer-popup-cnt{transition: 0.4s;transform: translateX(100%);background: #fff;opacity: 0;visibility: hidden;position: fixed;right: 0;width: 60%;top: 0;padding: 50px 30px 60px 60px;border-radius: 15px 0 0 15px;height: 100vh;overflow-y: scroll;z-index: 99;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;border: 1px solid #f5f5f5;} 
body .is-layout-flex.footer-popup-cnt.show{transform: translateX(0%);transition: 0.4s;visibility: visible;opacity: 1;}
.foot-remove{position: absolute;top: 50px;right: 30px;}
.foot-remove .wp-block-button__link{background: transparent;border: 1px solid;padding: 8px 15px;font-size: 16px;}
.foot-remove .wp-block-button__link:hover {color: #06061c;border-color: #f5cd00;background: #f5cd00;}
.form-submit .section-hide{display: none;}

.wp-block-button__link img{margin-right: 10px;}
.dowo-hide{display: none;}

.header-popup-cnt h4{font-size: 31px;color: #06061C;line-height: 32px;margin-bottom: 12px;font-family: 'TT-CM-Demi';font-weight: normal;}
.header-popup-cnt p{font-size: 16px;line-height: 24px;}
.header-popup-cnt .gform_wrapper label{color: #06061C;font-size: 14px !important;line-height: 21px;font-family: 'Axiforma-Bold';}
.header-popup-cnt .gform_wrapper input{margin-bottom: 10px;margin-top: 5px;width: 100%;}
.header-popup-cnt .gform_wrapper.gravity-theme .gfield textarea{ max-height: 80px;width: 100%;margin-bottom: 16px;}
.gform_footer .gform_button{width: auto !important;background: #F5CD00;color: #000;border-radius: 20px;border: 0;padding: 8px 20px;font-size: 16px;}
.gform_footer .gform_button:hover{background: #06061c !important;color: #fff !important;}
.header-popup-cnt .msg-box .six-msg-box-btn{cursor: pointer;margin-bottom: 15px;margin-top: 16px;color: #06061C;}
.header-popup-cnt .msg-box .six-msg-box-btn span{text-decoration: underline;}
.header-popup-cnt .msg-box .show-box{display: none;}
.header-popup-cnt .msg-box.active .show-box{display: block;}
.gform_wrapper.gravity-theme .gfield_required{opacity: 0;}
.gform_confirmation_message img{background: #F5CD00;width: 50px;height: 50px;padding: 13px;border-radius: 50%;margin-bottom: 36px;}

.msg-box .six-msg-box-btn .min, .msg-box.active .six-msg-box-btn .plus{display: none;}
.msg-box.active .six-msg-box-btn .min{display: inline-block;}
.msg-box .six-msg-box-btn .plus{display: inline-block;}
.msg-box .six-msg-box-btn .min, .msg-box .six-msg-box-btn .plus{background: #f4f4f4;width: 20px;height: 20px;text-align: center;border-radius: 50%;text-decoration: none !important;line-height: 20px;font-size: 18px}

footer .site-info{display: none;}
.footer-popup-cnt h4{font-size: 31px !important;color: #06061C;line-height: 32px !important;margin-bottom: 12px !important;font-family: 'TT-CM-Demi';font-weight: normal;}
.footer-popup-cnt p{font-size: 16px;line-height: 24px;color: #06061C;max-width: 100% !important;}
.footer-popup-cnt .gform_wrapper label{color: #06061C;font-size: 14px !important;line-height: 21px;font-family: 'Axiforma-Bold';}
.footer-popup-cnt .gform_wrapper input{margin-bottom: 10px;margin-top: 5px;width: 100%;}
.footer-popup-cnt .gform_wrapper.gravity-theme .gfield textarea{ max-height: 80px;width: 100%;margin-bottom: 16px;}
.footer-popup-cnt .gform_footer .gform_button{width: auto;background: #F5CD00;color: #000;border-radius: 20px;border: 0;padding: 8px 20px;font-size: 16px;}
.footer-popup-cnt .msg-box .six-msg-box-btn{cursor: pointer;margin-bottom: 15px;margin-top: 16px;color: #06061C;}
.footer-popup-cnt .msg-box .six-msg-box-btn span{text-decoration: underline;}
.footer-popup-cnt .msg-box .show-box{display: none;}
.footer-popup-cnt .msg-box.active .show-box{display: block;}
.gform_wrapper.gravity-theme .gfield_required{opacity: 0;}

.banner-main{position: relative;z-index: 1;color: #fff;}
.banner-main h2{font-size: 80px;margin-bottom: 40px;line-height: 90px;color: #fff;font-family: 'TT-CM-Demi';}
.banner-main h5{font-size: 18px;line-height: 27px;font-weight: normal;margin-bottom: 26px;}
.banner-animation{position: absolute;bottom: -66.7%;z-index: -1;width: 100%;left: 0;}
.brochure-btn img{vertical-align: middle;width:12px;}
.brochure-btn a{padding: 11px 20px;margin-left: 10px;color: #fff;background: #06061C;display: flex;justify-content: center;}
.brochure-btn a:hover{background: #F5CD00;color: #06061C;display: flex;align-items: center;padding: 11.2px 20px;}
.brochure-btn a:hover .wp-image-829, .brochure-btn a .wp-image-874{display: block;}
.brochure-btn a:hover .wp-image-874{display: block;}
.banner-main .wp-block-button a{cursor: pointer;min-height: 40px;min-width:150px;}
.banner-main .wp-block-button a:hover {background: #fff;color: #000;}
.banner-main .wp-block-cover{overflow: visible;}
.banner-main .text-btm{font-size: 25px;line-height: 29px;font-weight: 500;position: absolute;left: 70px;bottom: 70px;font-family: 'TT-CM-Demi';font-feature-settings: 'salt' on;}
.img-explore{position: absolute;right: 70px;bottom: 70px;}
.wp-block-button.more-img-btn a {
  display: flex;
  font-size: 14px !important;
  line-height: 21px;
  align-items: center;
  background: transparent;margin-bottom: 10px;
  padding: 0;
  min-width: unset;
  margin-right: 30px;
}
.wp-block-button.more-img-btn a:hover{background:transparent;}
.wp-block-button.more-img-btn a img {margin-right:6px;
  width: 15px;}
.wp-block-button.more-img-btn a img.wp-image-1125{margin-left: 6px;
  margin-right: 0;
  width: 13px;
  position: relative;
  top: 2px;}



.works-main{padding: 80px 0 30px;position: relative;z-index: 1;}
.works-main p{max-width: 558px;margin-bottom: 10px;display: flex;align-items: center;line-height: 22px;}
.works-main p img{margin: 0 10px 0 0;}
.works-main h4{font-size:48px;line-height: 52px;color: #06061C;margin-bottom: 20px;font-family: 'TT-CM-Demi';}
.works-main .right{position: relative;right: -50px;}
.works-main .wp-block-button__link{background-color: #F4F4F4;margin-top: 48px;min-width: 185px;}
.works-main .wp-block-button__link:hover {background: #f5cd00;color: #000;}
.works-main .btn2 .wp-block-button__link{margin-right: 20px;}
.works-main .btn2 .wp-block-button__link img{vertical-align: middle;margin-left: 10px;margin-right: 0;}
.design-btm{padding-right: 15%;}
.design-btm p{color: #000;margin-bottom: 30px;font-size: 14px;line-height: 21px;font-weight: 600;font-family: 'Axiforma-Bold';}

.amenities-main{background: #F4F4F4;color: #000;padding: 80px 0;position: relative;z-index: 1;}
.amenities-main h3{font-size:48px;line-height: 52px;margin-bottom: 20px;font-family: 'TT-CM-Demi';}
.amenities-main .top p{padding-left: 0;}
.amenities-main .top p::before{content: none;}
.amenities-main p{max-width: 670px;display: flex;align-items: center;position: relative;z-index: -1;padding-left: 55px;min-height: 70px;line-height: 24px;}

.amenities-main p img{width: 50px !important;position: absolute;left: -12px;top: 50%;transform: translateY(-50%);}
.amenities-main .right{padding-right: 5%;}
.amenities-main .bottom{margin-top: 40px;}
.amenities-main .bottom .left{position: relative;z-index: 1;}
.amenities-main .right p{font-weight: 600;font-family: 'Axiforma-Bold';}


.faq-top-main{position: relative;padding:225px 0 80px 0;}
.faq-animation{position: absolute;z-index: -1;bottom:-44%;width:100%;}
.faq-top-main h3{color: #06061C;font-size: 48px;line-height: 52px;margin-bottom: 20px;font-family: 'TT-CM-Demi';position:relative;z-index:1;}
.faq-left{max-width: 615px;margin-left: auto;position: relative;z-index: 1;}
.faq-inr{margin-top: 50px;}
.dowo-faqs-main-wrap{padding-right: 30px;}
.dowo-faqs-wrap{padding: 20px 0;border-bottom: 1px solid #fff;}
.dowo-faqs-wrap:last-child {border-bottom: 0;}
.dowo-faqs-wrap.dowo-faq-active
.dowo-floor-plan-inner-wrap:last-child .dowo-floor-plan-wrap {border-bottom: 0;}
.dowo-faq-title-wrap{display: flex;padding: 10px;align-items: center;cursor: pointer;gap:15px;padding-bottom: 0;}
.dowo-faq-img{flex-basis: 8%;}
/*.dowo-faq-img img{width: 20px;}*/
.dowo-faq-title{color: #06061C;font-size: 16px;flex-basis: 85%;line-height: 22px;font-family: 'Axiforma-Bold';}
.dowo-faq-des{padding: 0 10px;padding-left: 12%;font-size: 14px;line-height: 21px;color: #06061C;max-width: 425px;}
.dowo-faq-toggle-icon {width: 27px;}
.dowo-faq-des li {margin: 10px 0 10px 0;}

.dowo-exceptional-wrap{background: #f4f4f4;position: relative;z-index: 1;}
.dowo-exceptional-wrap .wp-block-gb-lottiefiles.test{position: absolute;z-index: -1;top: -150px;width:100%;}
.home-check-area-wrap{position: relative;}
.home-check-area-wrap .cust-main-right img{height:545px;}
.home-check-area-wrap .cust-main-right{padding: 0% 0% 0% 12%;}

.cust-left{max-width: 525px;margin: 0 0 0 auto;}
.cust-left h3{color: #06061C;font-size: 48px;line-height: 52px;margin-bottom: 20px !important;font-family: 'TT-CM-Demi';}
.cust-left p{margin-bottom: 30px;max-width: 380px;}
.cust-main-left {position: relative;z-index: 2;}
.cust-main-right{padding: 8% 0% 8% 8%;text-align: center;position: relative;z-index: 1;}
.cust-main-right figure, .cust-main-right figure img{width: 100%;}
.cust-main-right.no-border::after{content: none;}
.cust-main-right .test{background-color: transparent;position: absolute;bottom: -50px;left: -95%;z-index: -1;}
.cust-main-left .wp-block-button__link, .cust-main-left .wp-block-button__link:hover,
.cust-main-left .wp-block-button__link:focus, .cust-main-left .wp-block-button__link:active{background: #fff;color: #000;border-radius: 50px;padding: 14px 34px;}
.cust-main-left .wp-block-button__link img{margin-right: 10px;vertical-align: middle;}
.dowo-exceptional-wrap .gpe-video-btn .wp-block-button__link{display: flex;align-items: center;gap: 5px;font-size: 14px !important;padding: 10px 20px;}
.dowo-exceptional-wrap .gpe-video-btn .wp-block-button__link:hover{background: #f5cd00;}
.dowo-exceptional-wrap .gpe-video-btn .wp-block-button__link:hover .wp-image-1006, .dowo-exceptional-wrap .gpe-video-btn .wp-block-button__link .wp-image-1009{display: none;}
.dowo-exceptional-wrap .gpe-video-btn .wp-block-button__link:hover .wp-image-1009{display: block;margin-right: 10px;}


.home-florplan-main{background: #fff;position: relative;z-index: 1;padding: 90px 0 40px;}
.dowo-floor-plan-main-wrap{padding-bottom: 60px;}
.home-florplan-main h2{line-height: 52px;color: #06061C;margin-bottom: 20px;font-size: 48px;font-family: 'TT-CM-Demi';}
.home-florplan-main p{max-width: 730px;margin-bottom: 0;}
.home-florplan-main .wp-block-button__link{background: #f4f4f4;font-size: 14px !important;line-height: 21px;padding: 10px 20px}
.home-florplan-main .wp-block-button__link:hover{background: #f5cd00;color: #06061c;}
.home-florplan-main .wp-block-button__link img{margin-left: 10px;float: right;margin-right: 0;}
.dowo-floor-plan-inner-wrap.dowo-floor-active{background: #f4f4f4;}
.dowo-floor-plan-wrap, .dowo-floor-detail-wrap{max-width: 1100px;margin: 0 auto;display: flex;border-bottom: 1px solid #f4f4f4;position: relative;}
.dowo-floor-plan-wrap{min-height: 90px;align-items: center;}
.dowo-floor-plan-inner-wrap.dowo-floor-active .dowo-floor-detail-wrap {margin-bottom: 0px;}
.dowo-floor-detail-wrap{margin-bottom: 80px;padding: 40px 0;}
.dowo-floor-plan-title{font-family: 'TT-CM-Demi';flex-basis: 70%;font-size: 31px;color: #06061C;line-height: 32px;cursor: pointer;}
.dowo-floor-plan-title span {font-weight: normal;font-size: 16px;line-height: 24px;}
.dowo-floor-preview-img {flex-basis: 30%;overflow: hidden;}
.dowo-floor-right{display: flex;flex-basis: 30%;align-items: center;justify-content: end;gap: 80px;}
.dowo-floor-facility-wrap{flex-basis: 25%;margin-right: 50px;transition: .8s;position: relative;display: block;}
.dowo-floor-inr-sec{flex-basis: 25%;margin-right: 50px;}
.dowo-floor-image-wrap{flex-basis: 75%;text-align: center;padding: 60px 15px;background: #fff;position:relative;}
.dowo-floor-plan-cat{padding: 5px 10px;color: #06061C;border-radius: 50px;font-size: 11px;}
.dowo-floor-facility{display: flex;gap: 12px;align-items: center;margin-bottom: 24px;}
.dowo-floor-facility-img-wrap {flex-basis:15%;width: 32px;height: 32px;}
.dowo-floor-facility-des-wrap{flex-basis: 85%;font-size: 14px;font-weight: 500;color: #06061C;line-height: 21px;}
.dowo-floor-facility-button{display: flex;margin-top: 40px;background: #fff;padding: 10px 15px 10px 20px;border-radius: 30px;width: 165px;align-items: center;color: #06061C;}
.dowo-floor-facility-button:hover {background: #f5cd00;}
.dowo-floor-facility-button-img{order:2;}
.dowo-floor-facility-button-des{order:1;font-size: 14px;line-height: 21px;}
.dowo-floor-facility-button img{width: 16px;margin-left: 12px;}
.dowo-floor-plan-inner-wrap.dowo-floor-active .dowo-floor-facility-wrap{animation: lefttoright 1s;animation-direction: normal;}
.dowo-floor-plan-inner-wrap.dowo-floor-active .dowo-floor-image-wrap{animation: righttoleft 1s;animation-direction: normal;}
.dowo-floor-toggle.dowo-floor-toggle-minus {width: 27px;}
.dowo-floor-toggle.dowo-floor-toggle-plus {width: 27px;}
.dowo-floor-toggle-icon{cursor: pointer;}
.dowo-floor-detail-wrap .dowo-floor-compass-img{position: absolute;right: 30px;top: 20px;}
.floor-mobile-btn{display: none;}


.dowo-faq-filter-wrap ul {display: flex;}
.dowo-faq-filter-wrap ul li{margin: 0;list-style: none;background: #f4f4f4;position:relative;font-size: 18px;}
.dowo-faq-filter-wrap ul li.north {border-radius: 10px 0 0 10px;}
.dowo-faq-filter-wrap ul li.south {border-radius: 0 10px 10px 0;}
.dowo-faq-filter-wrap ul li span{color: #06061c !important;padding: 12px 30px;cursor: pointer;display: inline-block;text-decoration: none;}
.dowo-faq-filter-wrap ul li.active {background: #06061c;}
.dowo-faq-filter-wrap ul li.active span{color:#fff !important;}
.dowo-faq-filter-wrap ul li.active::after {content: '';position: absolute;left: 0;right: 0;margin: 0 auto;width: 0;height: 0;border-top: 11px solid #06061c;border-left: 12px solid transparent;border-right: 12px solid transparent;bottom: -10px;}

.sustain-main{background: #f4f4f4;padding: 90px 0;position: relative;z-index: 1;color: #06061C;overflow: hidden;}
.sustain-animation{position: absolute;top: -10%;z-index: -1;left: -25px;}
.sustain-main h2{margin-bottom: 20px;font-family: 'TT-CM-Demi';font-size: 44px;line-height: 48px;}
.sustain-left p{padding-right: 5%;margin-bottom: 8%;}
.sustain-left .top{margin-bottom:50px;}
.sustain-left .top p{display: flex;padding-right: 0;position: relative;z-index: -1;padding-left: 55px;line-height: 21px;font-size: 14px;color: #06061c;align-items:center;margin-bottom:0;}
.sustain-left .top.center p{align-items: center;}
.sustain-left .top p img{position: absolute;left: 0px;}
/* .sustain-left .top p::before{position: absolute;content: "";width: 50px;height: 50px;background: #F5CD00;z-index: -1;left: -5px;border-radius: 50%;} */
.sustain-main .right figure{margin: 0 !important;}
.six-sustain-inr h4{font-family: 'TT-CM-Demi';font-size:32px;line-height:38px;}
.sustain-inr{padding-bottom: 80px;}
.sustain-inr .wp-block-cover p{padding: 3px 10px;line-height: 15px;border-radius: 40px;font-size: 11px !important;margin-bottom: 0;}
.sustain-icon{margin-top: 30px !important;}
.sustain-icon .swiper-wrapper{height: auto;flex-wrap: wrap !important;}
.sustain-icon .swiper-slide{background: #fff;padding: 20px 50px 20px 120px;position: relative;margin-bottom: -10px;flex-basis: 48.5% !important;height: 100%;border-radius: 10px;min-height: 210px;}
.sustain-icon .swiper-slide figure {position: absolute;left: 20px;background: #f5cd00;width: 80px;height: 80px;border-radius: 50%;}
.sustain-icon figure img {position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;margin: 0 auto;}
.sustain-icon p{line-height: 21px;margin-bottom: 20px;font-size: 14px;font-family: 'Axiforma-Bold';}
.sustain-icon ul li{margin-left: 15px;line-height: 21px;font-size:14px;}
.home-location-main{padding: 80px 0 120px;position: relative;}
.home-location-main .top{max-width: 620px;}
.home-location-main h2{color: #06061C;margin-bottom: 20px;font-size: 48px;line-height: 52px;font-family: 'TT-CM-Demi';}
.home-location-main p{margin-bottom: 20px;}
.home-location-main .wp-block-button__link{background: #f4f4f4;font-size: 14px !important;padding: 10px 20px;line-height: 21px;}
.home-location-main .wp-block-button__link:hover{background: #f5cd00;color: #06061c;}
.map-address li.title{background: #f5cd00;color: #06061C;padding: 10px 15px;border-radius:5px;border: 0;font-weight: bold;font-family: 'Axiforma-Bold';font-size: 12px;}
.map-address li{color: #06061C;margin: 0 0 15px;padding-bottom: 15px;border-bottom: 1px solid #fff;list-style: none;display: flex;justify-content: space-between;}
.map-address li.title img{vertical-align: middle;}
.map-address li:last-child{border-bottom: 0;}
.map-address li.cnt {display: flex;justify-content: start;align-items: center;gap: 8px;font-size: 12px;line-height: 18px;border-bottom: 1px solid #f4f4f4;}
.map-inr.small-wrap{gap: 50px;}
.map-address .first {flex-basis: 65%;font-family: 'Axiforma-Bold';}
.map-address .first img{margin-right:8px;vertical-align: middle;width: 17px;}
.dots-img{flex-basis: 20%;justify-content: end;display: flex;flex-wrap: wrap;}
.dots-img img{width: 12px;object-fit: contain;margin-right: 5px;margin-bottom: 5px;}
.map-address .last{flex-basis: 20%;display: flex;justify-content: end;font-size: 14px;line-height: 21px}

.home-check-area-wrap h3{color: #06061C;font-size: 48px;margin-bottom: 20px !important;line-height: 52px;font-family: 'TT-CM-Demi'}
.home-check-area-wrap p{margin-bottom: 8px !important;}
.home-check-area-wrap .dowo-design-2{margin-top: 30px;width: 425px;margin-left: 0;}
.home-check-area-wrap .dowo-design-2 .slider-top p{margin: 0 !important;font-family: 'TT-CM-Demi'}
.home-check-area-wrap .cust-main-left{padding-right: 10%;}
.home-local-anim{position: relative;overflow: visible;z-index: 1;}
.home-local-anim .local-anim{position: absolute;top: 35%;width: 100%;right: 0;z-index: -1;}


.footer-btm-links{margin: 0 !important;text-align: right;line-height:1.7;}
.footer-btm-links li{display: inline-block;padding: 0 5px;color: #06061C;font-size: 13px;}
.footer-btm-links li a{color: #06061C !important;text-decoration: none;}
.footer-btm-links li a:hover{text-decoration: underline;text-underline-position: under;}
.footer-widget-main .small-wrap {display: flex;flex-wrap: wrap;align-items: center;}
.footer-widget{flex-basis: 48%;width: 50%;padding: 0 20px;z-index: 1;}
.footer-widget-main .second.footer-widget{padding-left: 90px;position: relative;z-index:2;}
.footer-widget h4{color: #06061C;font-size: 48px;margin-bottom: 18px;line-height: 52px;font-family: 'TT-CM-Demi';}
.footer-widget p{color: #06061C;margin-bottom: 35px;line-height: 24px;}
.footer-widget .wp-block-social-links{margin-top: 35px;}
.footer-widget .wp-block-social-link{background: #fff !important;color: #06061c !important;}
.footer-widget .wp-block-social-link:hover{background: #F5CD00 !important;color: #06061c !important;transform: none !important;}

.testimonial-wrap{background: #fff;padding:40px 50px;position: relative;z-index: 1;border-radius:10px;}
.testimonial-wrap h4{color: #06061c;margin-bottom: 30px;font-family: 'TT-CM-Demi';font-size: 31px;line-height: 32px;}
.wptww-avtar-image{position: absolute;bottom: -50px;}
.wptww-avtar-image, .wptww-testimonial-content, .wptww-testimonials-slidelist.design-1 .wptww-testimonial-client,
.wptww-testimonials-slidelist .wptww-testimonials-text p{text-align: left !important;}
.wptww-testimonials-slidelist .slick-slide, .wptww-testimonials-slidelist.slick-slider{padding: 0;}
.wptww-testimonial-content .fa-quote-left,
.wptww-testimonial-content h4, .wptww-testimonials-text em::before, .wptww-testimonials-text em::after {display: none;}
.wptww-testimonials-text p em{font-style: normal;}
.wptww-testimonials-text p{color: #000;font-size: 16px;line-height: 26px;margin-left: 0;}
.wptww-testimonials-text{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;margin-bottom: 20px;}
.wptww-testimonial-client{color: #000;margin-bottom: 5px;font-size: 14px;font-family: 'Axiforma-Bold'; line-height: 21px;font-weight: unset;}
.wptww-testimonials-slidelist.design-1 .slick-slide{position: relative;margin-bottom: 120px;}
.wptww-testimonial-job{text-align: left !important;color: #000;margin-bottom: 20px;font-size: 14px;font-family: 'Axiforma-Bold'; line-height: 21px;}
.wptww-testimonials-slidelist.design-1 .slick-dots{bottom: -25px !important;text-align: left !important;}
.wptww-testimonials-slidelist.design-1 .slick-arrow{bottom: -25px !important;top: auto !important;transform: none !important;}
.testimonial-wrap .wptww-testimonials-slidelist button.slick-next{height: 40px;width: 40px;border: 1px solid #000 !important;border-radius: 50% !important;background-image: url(https://www.141wardour.co.uk/141wardour/wp-content/uploads/2024/01/arrow-left.png) !important;background-size: 12px !important;background-position: center !important;right: 10px !important;}
.testimonial-wrap .wptww-testimonials-slidelist button.slick-prev{height: 40px;width: 40px;border: 1px solid #000 !important;border-radius: 50% !important;left: auto !important;right: 60px;background: url(https://www.141wardour.co.uk/141wardour/wp-content/uploads/2024/01/arrow-left.png) no-repeat !important;background-size: 12px !important;background-position: center !important;transform: rotate(180deg)!important;}
.wtwp-testimonials-slider-wrp .wptww-testimonials-slidelist .slick-dots li button{width: 12px !important;height: 12px !important;border: none;background: #06061c !important;}
.wptww-testimonials-slidelist .slick-dots li{margin: 0 4px !important;}
.wptww-testimonials-slidelist .slick-dots li.slick-active button{background: #F5CD00 !important;}
.wptww-testimonials-slidelist.design-1 .slick-next, .wptww-testimonials-slidelist.design-2 .slick-next, .wptww-testimonials-slidelist.design-3 .slick-next, .wptww-testimonials-slidelist.design-4 .slick-next {right: 2px !important;}
.testimonial-wrap .wptww-testimonials-slidelist button.slick-prev:hover,
.testimonial-wrap .wptww-testimonials-slidelist button.slick-next:hover {background-color: #f5cd00 !important;}
.wptww-testimonials-slidelist button.slick-arrow{z-index: 1;}

.mob-show{display: none !important;}
.mob-anim, .gep-anim, .sust-anim{display: none;}
.main-navigation li.head-menu-close, .main-navigation li.menu-inquiry-btn{display: none;}

.about-mob-anim, .foot-show {display: none !important;}
.swiper-button-prev, .swiper-button-next{display: none;}
.home-check-area-wrap .dowo-design-2 .swiper-button-prev,
.home-check-area-wrap .dowo-design-2 .swiper-button-next, .dowo-slider-main .swiper-button-prev,
.dowo-slider-main .swiper-button-next{display: flex;}

.home-local-anim .local-anim-mob, .mob-img-show{display: none;}

.main-slider-img{position: relative;}
.site-header.head-foot {
  opacity: 0;
  visibility: hidden;
}

@keyframes lefttoright {
  0%   {left: -100px;}
  100% {left: 0px;}
}

@keyframes righttoleft {
  0%   {right: -100px;}
  100% {right: 0px;}
}

/* mobile responsive css */
@media only screen and (max-width:767px){
  	body .is-layout-flex.header-popup-cnt.show, body .is-layout-flex.download-brochure-form.show{transform: translateX(0%);transition: 0.4s;visibility: visible;opacity: 1;bottom: -20px;top: auto;width: 100%;overflow-y: scroll;max-height: 600px;border-radius: 40px 40px 0 0px;padding: 70px 30px 30px;z-index: 2;}
  	body .is-layout-flex.header-popup-cnt::after, body .is-layout-flex.footer-popup-cnt::after{display: none;}
  	body .is-layout-flex.footer-popup-cnt.show{transform: translateY(0%);transition: 0.4s;visibility: visible;opacity: 1;bottom: -20px;top: auto;width: 100%;overflow-y: scroll;max-height: 600px;border-radius: 40px 40px 0 0px;padding: 70px 30px 30px;}
  	body .is-layout-flex.header-popup-cnt.show .wp-block-button__link, body .is-layout-flex.download-brochure-form.show .wp-block-button__link,
  	body .is-layout-flex.footer-popup-cnt.show .wp-block-button__link{min-width: unset;margin-bottom: 0;background: transparent;border-bottom: 1px solid #06061c !important;padding: 0;border-radius: 0;}
  	body .is-layout-flex.header-popup-cnt.show .wp-block-spacer, body .is-layout-flex.download-brochure-form.show .wp-block-spacer,
  	body .is-layout-flex.footer-popup-cnt.show .wp-block-spacer{display: none;}
	body p{line-height:24px !important;}
  	.btn-remove .wp-block-button__link, .foot-remove .wp-block-button__link{border: 0;}
	 .header-main {z-index: 4;}
  	.header-popup-cnt .gform_footer .gform_button{padding: 4px 30px;border-radius: 50px;}
	.main-navigation li.menu-inquiry-btn{border: 0;margin-top: 10px;display: block;}
	.main-navigation li.menu-inquiry-btn a{width: 100%;display: block;text-align: center;border-bottom: 0;}
	.main-navigation li.menu-inquiry-btn a:hover{background: #06061c;color: #fff;font-size: 16px;}
	.main-navigation li.menu-inquiry-btn a, .main-navigation li.menu-inquiry-btn a:focus{background: #F5CD00;padding: 10px 30px;border-radius: 40px;font-size: 16px;line-height: 22px;}
	.site-header{padding: 15px;display: block;}
	.mob-show{display: block !important;}
	.mob-hide{display: none !important;}
	.wp-block-button__link{min-width: 215px;}
	.nobg-btn .wp-block-button__link{margin: 0;}
	.banner-main{padding: 0px;}
	.img-explore{display: none !important;}
	.floor-mobile-btn{display: block;}
	.anim-col-main {z-index: 3;}
	.banner-main .wp-block-spacer{height: 20px !important;}
	.banner-main h2{margin-bottom: 20px;font-size: 44px;line-height: 52px;}
	.banner-main .text-btm{font-size: 20px;line-height: 23px;left: 0;right: 0;bottom: 50px;}
	.banner-main .wp-block-buttons{flex-direction: column;}
	.banner-main .wp-block-button__link{min-width: 100%;margin-bottom: 10px;}
	.banner-main, .cust-main-right{overflow: hidden;}
	.brochure-btn a{margin-left: 0;}
	.banner-main .left {padding-left: 0;}
	.faq-inr {margin-top: 20px;}
	.banner-animation{top: -2%;left: 0;display: none;}
	.header-main.visible .nav-menu{background: #fff;border-radius: 40px 40px 0 0;}
	.header-btn-main{position: fixed;bottom: 20px;left: 0;right: 0;justify-content: center;opacity: 1;visibility: visible;}
	.header-btn-main.scroll-btn{opacity:1;visibility:visible;}
  	.head-btn{justify-content: center;display: flex;}
	.site-header .menu-toggle{border-radius: 50%;font-size: 14px;color: #000;font-weight: bold;padding: 0px 10px;position: absolute;    top: 20px;background: #fff;border: none;right: 20px;width: 40px;line-height: 40px;}
	.site-header .menu-toggle img{vertical-align:middle;}
    .main-navigation ul.nav-menu{padding: 50px 30px 40px;background-color: #fff;position: fixed;bottom: 0px;z-index: 1;width: 100%;transition: all 0.8s ease;-webkit-transition: all 0.8s ease;transform: translateY(100%);visibility: hidden;border-radius: 40px 40px 0 0;box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 6px;left: 0;}
  	.main-navigation ul.nav-menu.toggled-on{display: block;visibility: visible;transform: none;border: 1px solid #e8e8e8;}
  	.main-navigation li{line-height: 44px;text-align: left;border-bottom: 1px solid #ddd;}
  	.main-navigation li a, .main-navigation li a:hover{text-decoration: none;color: #06061C;font-size: 16px;line-height: 22px;}
  	.main-navigation li.head-menu-close {display: block; border: 0;position: absolute;top: 30px;right: 30px;padding: 0px 30px;border-radius: 40px;font-size: 14px;line-height: normal;}
  	.main-navigation li.head-menu-close a {font-size: 16px;line-height: 30px;border-bottom: 1px solid #06061c;}
  	.works-main{padding: 20px;}
  	.works-main .btn2 .wp-block-button__link{margin-left: 0;margin-top: 20px;}
  	.design-btm{padding-right: 0px;gap: 0;}
	.space-hide{display: none;}
	.works-main .design-btm p{margin-bottom: 16px;}
	.works-main .btn1 .wp-block-button__link{margin-bottom: 22px;margin-top: 0px;min-width: auto;}
	.works-main h4{font-size: 30px;padding-right: 0px;line-height: 32px;font-weight: 500;}
	.works-main p{display: block;padding-right: 60px;max-width: 100%;}
	.works-main p img{display: block;margin-bottom: 10px;}
	.works-main .mob-show .wp-block-column{width: 50%;float: left;padding: 0 10px;}
	.works-main .btn1 {margin-top: 15px;}
	.works-main .mob-show p{font-weight: bold;color: #06061c;margin-bottom: 20px;padding-right: 0px;}
	.works-main .right{right: 0;}
	.works-main .right figure {width: 170px;}
	.works-main .right figure img{height: 225px;width: 100% !important;object-fit: cover;}
	.about-mob-anim {position: absolute;top: -250px;z-index: -1;left: -15px;display: block !important;}
	.home-florplan-main{z-index:0;}
/* 	.banner-main .wp-block-cover{min-height:550px !important;} */
	.six-amenities-wrp .left{order: 2;}
	.swiper.dowo-design-1{padding-bottom: 80px;padding-top: 15px;}
	.dowo-design-1 .slider-img{height: auto;}
	.dowo-design-1 .swiper-slide{width: 95%;}
	.dowo-design-1 .swiper-slide.swiper-slide-active, .dowo-design-1 .swiper-slide:first-child{margin-left: 0;}
	.dowo-slider-main.mySwiper .swiper-button-prev, .dowo-slider-main.mySwiper .swiper-button-next{bottom: 15px;width:40px;height:40px;}
	.dowo-slider-main .swiper-button-prev {left: 0;}
	.dowo-slider-main .swiper-button-next {left: 50px;}
  	.dowo-design-1 .swiper-pagination-progressbar.swiper-pagination{width: 90% !important;left: 100px !important;bottom: 35px;}
	.amenities-main{padding-bottom: 100px !important;z-index:1;}
	.amenities-main h3 {font-size: 30px;line-height: 32px;}
	.amenities-main, .home-florplan-main{padding: 50px 20px;}
	.amenities-main {padding: 50px 0 50px 20px;}
  	.amenities-main .small-wrap.top{padding-right: 20px;}
	.faq-animation, .amenities-main .bottom .left{display: none;}
	.amenities-main .right .wp-block-columns, .sustain-icon.mob-slider .wp-block-columns{gap: 0px;flex-wrap: unset !important;}
	.amenities-main .right, .sustain-icon.mob-slider{padding-bottom: 80px;}
	.amenities-main  .swiper-button-prev, .sustain-icon.mob-slider .swiper-button-prev {left: 10px;bottom: 0;display: flex;background: #fff;border-radius: 50%;width: 40px;height: 40px;border: 1px solid #06061C;pointer-events: visible;cursor: pointer;}
	.amenities-main  .swiper-button-next, .sustain-icon.mob-slider .swiper-button-next{right: auto !important;bottom: 0;top: auto;display: flex;left: 60px;background: #06061C;border-radius: 50%;width: 40px;height: 40px}
    .amenities-main .mob-slider .swiper-pagination-progressbar, .sustain-icon.mob-slider .swiper-pagination-progressbar{left: 110px;bottom: 20px;}
    .amenities-main .swiper-button-next:hover .st, .amenities-main .swiper-button-next .hv, 
    .sustain-icon.mob-slider .swiper-button-next:hover .st, .sustain-icon.mob-slider .swiper-button-next .hv{display: none;}
	.amenities-main .swiper-button-next:hover .hv, .sustain-icon.mob-slider .swiper-button-next:hover .hv{display: block;}
	.amenities-main .swiper-button-next:hover, .sustain-icon.mob-slider .swiper-button-next:hover{background: #F5CD00;}
	.amenities-main [class^="swiper-button-"]::after, .sustain-icon.mob-slider [class^="swiper-button-"]::after {content: "";}
	.amenities-main .right, .sustain-icon.mob-slider{overflow: hidden;position: relative;}
	.amenities-main .right .swiper-wrapper .swiper-slide, .sustain-icon.mob-slider .swiper-wrapper .swiper-slide{padding-left: 5px;}
	.amenities-main .right .swiper-wrapper .swiper-slide{flex-basis: 70% !important;margin-right: 20px !important;}
	.mob-slider .swiper-pagination-progressbar {background: #fff;top: auto;bottom: 0;width: 90%;left: 5%;height: 2px;}
	.mob-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #06061c;}
	.amenities-main p{padding-left: 65px;}
	.amenities-main p::before{left: 5px;}
	.amenities-main p img {left: 0px;}
	.faq-top-main{padding: 120px 20px 40px 20px;}
	.faq-top-main h3{font-size: 32px;line-height: 40px;}
	.dowo-six-faq-img{flex-basis: 60px;}
	.dowo-six-faq-img img {padding: 12px;}
	.dowo-six-faq-des{padding: 0;}
	.dowo-six-faq-title{font-size: 14px;font-weight: 700;line-height: 20px;}
	.dowo-exceptional-wrap{overflow: hidden;}
	.dowo-exceptional-wrap .cust-main-left{padding-top: 40px}
	.dowo-exceptional-wrap .cust-main-right { padding: 0px 25px 80px 25px;}
	.dowo-exceptional-wrap .wp-block-gb-lottiefiles.test {position: absolute;z-index: -1;bottom: 30px;transform: scale(2.5);top: auto;}
	.cust-left{padding: 20px;max-width: 100%;position: relative;}
	.cust-left h3{font-size: 31px;line-height: 32px;}
	.cust-main-left .wp-block-button__link{padding: 15px;width: 100%;}
	.home-florplan-main .wp-block-buttons{justify-content: start !important;}
	.home-florplan-main h2{margin-bottom: 16px;font-size: 31px;line-height:32px;}
	.dowo-floor-plan-inner-wrap{padding: 20px 20px 0px;overflow: hidden;}
	.dowo-floor-detail-wrap .dowo-floor-compass-img{top: 15px;}
	.dowo-floor-compass-img img{width: 28px;}
	.dowo-floor-toggle-icon{position: relative;top: -30px;}
	.dowo-floor-plan-wrap{display: block;}
	.dowo-floor-right{justify-content: space-between;}
	.dowo-floor-detail-wrap{display: block;position: relative;margin-bottom: 0px;}
	.dowo-floor-image-wrap{flex-basis: 100%;margin-bottom: 0px;padding: 80px 30px 40px;position:relative;}
	.dowo-floor-facility-wrap{display:block;margin-right: 0;}
	.dowo-floor-facility-wrap::after {content: none;}
	.dowo-floor-facility-button{display: none;}
	.floor-mobile-btn{position: absolute;bottom: -25%;}
	.floor-mobile-btn .dowo-floor-facility-button{display: flex; width: 100%;}
	.dowo-floor-plan-inner-wrap.dowo-floor-active .dowo-floor-facility-wrap{display: block;margin-bottom: 90px;}
	.dowo-floor-plan-inner-wrap.dowo-floor-active .swiper-pagination{top: auto;bottom: 0;}
	.dowo-floor-facility{flex-basis: 24%; width: 48%; padding: 0 15px;margin-bottom: 15px;display:inline-flex;}
	.dowo-faq-filter-wrap ul li span{padding: 10px 16px;}
	.dowo-faqs-main-wrap{padding-right: 0;}
	.dowo-faq-img {flex-basis: 16%;}
	.dowo-faq-title{flex-basis: 75%;}
	.dowo-faq-des{padding-left: 5%;padding: 15px 10px 0;}
	.dowo-faqs-wrap {padding: 15px 0 15px;border-bottom: 1px solid #f4f4f4;}
	.dowo-floor-plan-main-wrap {padding-bottom: 0px;}
	.dowo-exceptional-wrap .gpe-video-btn{width:100%;}
	.dowo-exceptional-wrap .gpe-video-btn .wp-block-button__link{display:block;width:290px;}

	.mob-anim{position: absolute;top: -50px;display: block;}
	.gep-anim {display: block;position: absolute;bottom: -46%;width: 100%;left: 0;}
	.mob-img-show{position: absolute;width: 100%;left: 0;bottom: -90px;}
  	.mob-img-show img{width: 100%;}
	.sust-anim {display: block;position: absolute;left: 0;width: 100%;z-index: -1;top: -90px;}
	.explore-btn::before {display: none;}
	.sustain-inr{padding-bottom: 40px;padding-right: 40px;}
	.sustain-inr .wp-block-image .alignright{float: left;}
	.sustain-inr img{width: 250px;}
	.sustain-main h2 br{display:none;}
	.sustain-main h2, .home-location-main h2, .home-check-area-wrap h3, .footer-widget h4{font-size: 31px;line-height: 32px;}
	.sustain-inr > div{order: 2;}
	.sustain-main .right{order: 1;padding-bottom: 20px;}
	.sustain-animation{display: none;}
	.sustain-icon p{margin-bottom: 12px;}
	.sustain-icon p br{display: none;}
	.sustain-left{margin-top: 0px;}
	.sustain-left .top p{align-items: center;}
	.sustain-left .top {margin-bottom: 15px;gap: 15px;}
	.sustain-main, .home-location-main{padding:40px 20px;}
	.sustain-main .right::after {height: 100%;}
	.sustain-icon .swiper-slide figure{width: 40px;height: 40px;left: 12px;}
	.sustain-icon figure img{width: 20px;}
	.sustain-icon.mob-slider .swiper-wrapper .swiper-slide{padding-left: 65px;padding-right: 12px;}
	.sustain-main .mob-slider .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.swiper-slide{flex-basis: 100% !important;margin-right: 20px !important;}
	.six-sustain-inr .right .wp-block-cover{margin: 0;float: left;min-height: 300px;max-width: 229px;}
	.home-location-main .wp-block-button__link{min-width: unset;}
	.testimonial-wrap{padding: 40px 20px;border-radius: 10px;margin-bottom: 60px;}
	.testimonial-wrap h4{margin-bottom: 12px;font-size: 24px;line-height: 30px;}
	.wptww-testimonial-job a, .wptww-testimonial-job a:visited{color: #000;}
	.wpgmp_map {height: 350px !important;}
	.map-address li.cnt{font-size: 13px;padding: 10px 5px;}
	.home-check-area-wrap{padding: 20px;}
	.home-check-area-wrap .cust-main-left{padding-right: 0%;}
	.home-check-area-wrap .cust-main-right{padding: 8% 0% 8% 0%;}
	.home-check-area-wrap .dowo-design-2{width: 100%;}
	.home-local-anim .local-anim {display:none;position: absolute;bottom: -15%;top: auto;width: 100%;right: 0;z-index: -1;transform: scale(2.5);}
	.home-local-anim .local-anim-mob{display: block;position: absolute;bottom: -35%;width: 100%;right: 0;}
	p:empty { display: none }
	.wptww-testimonials-slidelist.design-1 .slick-slide, .wptww-testimonials-slidelist.design-1,
	.wptww-testimonial-job{ margin-bottom: 0px;}
	.wptww-testimonials-slidelist.design-1 .slick-arrow{bottom: -95px !important;}
	.wptww-testimonials-slidelist.design-1 .slick-dots {bottom: -95px !important; left: 0px !important;}

	.dowo-floor-inr-sec.slick-wrapper{-webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;box-ordinal-group: 2;margin-right: 0;}
	.map-address .first img {margin-right: 0px;}
  	.home-check-area-wrap .cust-main-right img { height: 375px;}
	.dowo-faq-filter-wrap{padding: 0 20px;}
  	.footer-widget-main{padding: 70px 0 40px;}
	.footer-widget {flex-basis: 100%; width: 100%;}
	.footer-btm-links li{font-size: 14px;}
	.footer-mob-social {display: block !important;margin: 40px 0 20px;}
	.footer-mob-social .left{display: inline-block;width: 28%;}
	.footer-mob-social .right{display: inline-block;width: 68%;vertical-align: middle;}
	.footer-widget-main .second.footer-widget{padding: 0 20px;}
	.foot-hide{display: none !important;}
	.footer-widget .wp-block-social-links{margin-top: -40px;justify-content: end;}
	.footer-widget .wp-block-spacer{height: 40px !important;}
	.footer-btm-links{text-align: left;display: block !important;}
	.foot-btn .wp-block-button__link{min-width: 150px;}
	.main-slider-img{display: table !important;position: relative !important;width: 100%;}
	.dowo-design-1 .swiper-wrapper {margin-left: 0px;}
	.wp-block-button.more-img-btn a{min-width:130px;}


}
@media only screen and (min-width: 768px) and (max-width:1023px){
	.site-header {padding: 15px 20px !important;}
	.main-navigation li {padding: 0 8px;}
	.banner-main .left .wp-block-spacer{height: 40px !important;}
	.works-main h4, .works-main p{max-width: 600px;}
	.six-amenities-wrp .right{display: none;}
	.design-btm{gap: 0 !important;}

}
/* @media only screen and (min-width: 1050px) and (max-width:1150px){
	.banner-animation{bottom: -48.7%;}
} */
@media only screen and (min-width: 900px) and (max-width:980px){
	.banner-animation{bottom: -38%;}
}
@media only screen and (min-width: 981px) and (max-width:1040px){
	.banner-animation{bottom: -40.7%;}
}
@media only screen and (min-width: 1041px) and (max-width:1100px){
	.banner-animation{bottom: -43.5%;}
}
@media only screen and (min-width: 1101px) and (max-width:1180px){
	.banner-animation{bottom: -46%;}
}
@media only screen and (min-width: 1181px) and (max-width:1260px){
	.banner-animation{bottom: -49.3%;}
}
@media only screen and (min-width: 1261px) and (max-width:1340px){
	.banner-animation{bottom: -52.5%;}
}
@media only screen and (min-width: 1341px) and (max-width:1430px){
	.banner-animation{bottom: -56%;}
}
@media only screen and (min-width: 1431px) and (max-width:1520px){
	.banner-animation{bottom: -59.7%;}
}
@media only screen and (min-width: 1521px) and (max-width:1600px){
	.banner-animation{bottom: -63.5%;}
}
@media only screen and (min-width:768px){
	img.dowo-floorplan {
		max-width:624px;
	}
}