@charset "utf-8";
/* Global CSS */
/* Cookie Notice */
.cc-window.cc-floating {
	max-width: 100% !important;
}
.cc-window {
	width: 100% !important;
}
.cc-revoke, .cc-window {
	font-size: 2rem !important;
	line-height: 3rem !important;
}
.cc-bottom {
	bottom: 0 !important;
}
* {
	text-size-adjust: none !important;
}
@font-face {
	font-family: 'Roboto', cursive;
	src: url('https://cityflooringexeter.co.uk/scripts/fonts/Roboto.regular.ttf') format('ttf');
}
body {
	margin: 0;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
a:visited {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
/* Topbar */
#topbar {
	top: 0;
	width: 100%;
	height: 5rem;
	display: block;
	text-align: right;
	background: #443A3A;
}
.tel {
	font: normal 400 1.8rem/5rem 'Roboto', serif;
	letter-spacing: 0.1vw;
	color: #ffffff;
	text-decoration: none;
	margin-right: 40px;
	display: inline-block;
	text-decoration: none;
}
.email {
	font: normal 400 1.8rem/5rem 'Roboto', serif;
	color: #ffffff;
	text-decoration: none;
	margin-right: 75px;
	display: inline-block;
	text-decoration: none;
}
/* Header */

#header {
	top: 0;
	width: 100%;
	display: block;
	background: #ffffff;
	border-bottom: 4px solid #52B278;
}
#header .logo {
	display: inline-block;
	width: 63%; /* Adjust logo width */
	left: 0;
	margin: 0.5rem 0.8rem; /* Margin around logo */
}
#header .logo img {
	width: 80%;
	height: auto;
	margin-left: 3rem;
}
/* Main body */

.margin-container {
	margin: 5rem 3.5rem;
}
.padding-container { /* Use when background color is needed */
	padding: 5rem 3.5rem;
}
h1 {
	font: normal 400 3.7rem/5rem 'Roboto', serif;
	color: #666666;
	letter-spacing: -0.1rem;
}
h1 span {
	font: normal 700 5rem/5rem 'Roboto';
	color: #b69d66;
	padding-right: 0.6rem;
}
h2 {
	font: normal 500 3.5rem/4.5rem 'Roboto', serif;
	color: #666666;
	margin-top: 1rem;
}
h3 {
	font: normal 300 2.8rem/4.4rem 'Roboto', serif;
	color: #666666;
	margin-top: 0;
}
h4 {
	font: normal 300 2rem/3rem 'Roboto', serif;
	color: #666666;
	letter-spacing: 0.1vw;
	margin-bottom: 0.5rem;
}
hr {
	height: 0.6rem;
	background-color: #EDEDED;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	margin: 2rem 0;
	width: 100%; /* Set width if needed */
}
p {
	font: normal 400 2.5rem/4.0rem 'Roboto', sans-serif;
	color: #999999;
	margin-top: 4vw;
	margin-bottom: 3rem !important;
}
p:first-of-type {
	margin-top: 0;
}
p:last-of-type {
	margin-bottom: 0;
}
blockquote {
	margin: 0;
	font-family: 'Roboto', serif;
	font-size: 2.6rem;
	color: #595959;
	line-height: 4.5rem;
	text-decoration: none;
	font-weight: 500;
}
blockquote span {
	color: #3EB2E5;
}
li {
	font: normal 500 2.2rem/4.8rem 'Roboto', serif;
	list-style: none;
	color: #52B278;
}
/* Tick before list item */
li::before {
	font: normal 900 3.2rem/4.8rem 'Material Icons';
	content: 'check';
	color: #666666;
	padding-right: 1rem;
	vertical-align: -0.7rem !important;
}
li a {
	color: #52B278;
}
ul {
	padding-left: 0;
}
/* PDF icon for a link */
.pdf:before {
	font: normal normal 7vw 'Material Icons';
	color: #666666;
	content: '\E415';
	display: inline-block;
	vertical-align: -17px;
	padding-right: 2vw;
}
/* Contact us */
.label {
	font-family: 'Roboto', sans-serif;
	font-size: 2.5rem;
	color: #333333;
	line-height: 4rem;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: -1px;
}
input[type=text], select {
	font-family: 'Roboto', Sans-serif;
	width: 92%;
	height: auto;
	padding: 2rem;
	border: thin solid #cccccc;
	border-radius: 0.4rem;
	background-color: #ffffff;
	font-size: 2rem;
}
textarea {
	font-family: 'Roboto', Sans-serif;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	border: thin solid #cccccc;
	max-height: 300px !important;
	border-radius: 0.4rem;
	background-color: #ffffff;
	font-size: 2rem;
}
input.submit-button {
	font: normal normal 2.2rem/2.2rem 'Roboto', sans-serif;
	color: #ffffff;
	background-color: #333333;
	transition: 0.3s ease;
	border-radius: 0.6rem;
	padding: 2.5rem 4rem;
	display: inline-block;
	-webkit-appearance: none;
	margin-top: 4rem;
}
/* Accordion */
.accordion-container {
	margin: 0 3.5rem 5rem 3.5rem;
	display: block;
}
.accordion-panel {
	position: relative;
	margin-top: 1rem;
	background-color: #ededed;
}
.accordion-panel-heading {
	background-color: #666666;
	padding: 3rem;
	cursor: pointer;
}
.accordion-panel-heading:after {
	font: normal 300 3.2rem/4.8rem 'Material Icons';
	content: 'add';
	color: #b69d66;
	padding-right: 1rem;
	display: inline-block;
	position: absolute;
	right: 1rem;
	top: 2rem;
}
.accordion-panel-heading h1 {
	margin: 0;
	font-size: 2.8rem;
	line-height: 2.8rem;
}
.accordion-panel-para {
	padding: 3rem;
	display: none;
}
/* Footer */
.usp-container {
	display: block;
	height: auto;
	padding: 5rem 3.5rem;
	background-color: #eeeeee;
	border-top: dotted #b69d66 0.5rem;
	border-bottom: dotted #b69d66 0.5rem;
}
.usp-container p:last-of-type {
	margin-bottom: 4rem;
}
.usp-container .usp {
	display: block;
	height: auto;
	width: 100%;
}
.usp-container .usp p:last-of-type {
	margin: 0 !important;
}
.usp-container .usp .icon {
	display: inline-block;
	padding: 2rem;
	margin-right: 2rem;
	background-color: #b69d66;
	border-radius: 200rem;
	vertical-align: top;
}
.usp-container .usp .icon i {
	font-family: 'Material Icons';
	font-size: 7vw;
	color: white;
	font-style: normal;
	vertical-align: -0.4rem;
}
.usp-container .usp .text {
	display: inline-block;
	height: auto;
	width: 62vw;
}
.usp-container .usp .text p {
	font-family: 'Roboto', sans-serif;
	font-size: 2.2rem;
	line-height: 3.4rem !important;
	color: #666666;
	font-weight: normal;
	margin-top: 2.5v;
	text-align: none;
}
.usp-container .usp .text h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 3.4vw;
	color: #b69d66;
	font-weight: 700;
}
.usp-container .usp .text h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 4.3vw;
	color: #b69d66;
	font-weight: 700;
	margin-top: 3vw;
}
/* Footer */

#footer {
	display: block;
	bottom: 0;
	height: auto;
	padding: 4rem 3.5rem 2.5rem 3.5rem;
	background-color: #ededed;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li.title {
	font: bold 400 2.7rem/5rem 'Roboto', serif !important;  /* Footer title item */
	color: #333333 !important;
	text-decoration: none;
	list-style: none;
	margin-top: 3rem;
	margin-left: 0;
}
#footer li.title:first-of-type {
	margin-top: 0;
}
#footer li {
	font: normal 400 2.3rem/5rem 'Roboto', sans-serif !important; /* Footer item without a link */
	color: #666666 !important;
	text-decoration: none !important;
	list-style: none !important;
	margin-left: 1rem;
}
#footer li a {
	text-decoration: none !important; /* Footer item with a link */
	color: #666666 !important;
}
#footer li:before {
	content: none;
}
#footer-vector7-link {
	display: block;
	bottom: 0;
	width: 100%;
	background-color: #27282C;
	text-align: center;
}
#footer-vector7-link .footertext, #footer-vector7-link a {
	font: normal 700 2rem/10rem 'Roboto', serif;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.4rem;
}
.main-services {
	margin-bottom: 5rem;
	padding-bottom: 0.5rem;
	background-color: #f4f4f4;
}
.marquee0 img {
	margin-top: 3rem;
}
.main-services h4 {
	margin-bottom: 0.5rem;
	font-weight: 300;
	font-size: 2rem;
}
.main-services h2 {
	margin-top: 1rem;
}
.main-services a {
	display: inline-block;
	border-radius: 100px;
	margin: 2rem 0;
	padding: 20px 50px;
	font: normal 700 2rem/5rem 'Roboto', serif;
	color: #ffffff;
	background-color: #B7D60F;
}
.button-green {
	display: inline-block;
	border-radius: 100px;
	margin: 2rem 0;
	padding: 20px 50px;
	font: normal 700 2rem/5rem 'Roboto', serif;
	color: #ffffff;
	background-color: #54B178;
}
/* Menu */
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 4rem 3rem;
	color: #eeeeee; /* list items in menu */
	outline: none;
	font: normal 500 2.2rem/2.2rem 'Roboto', sans-serif;
	border-bottom: solid 0.1rem #cdcdcd;
}
.dl-menuwrapper button {
	background: transparent;
	border: none;
	width: 90px;
	height: 87px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top: -9.25rem !important; /* Vertical positioning of the button */
	right: 4rem;
	cursor: pointer;
	outline: none;
	z-index: 99999999999;
}
.dl-menuwrapper ul {
	background: #52B278; /* Menu background color when open */
}
.dl-submenu {
	background: #eeeeee !important; /* Sub menu background color when open */
}
.dl-submenu li a {
	color: #333333 !important;
}
.dl-menuwrapper button.dl-active:before, .dl-menuwrapper button.dl-active:after {
	position: absolute;
	left: 2.5rem;
	top: 0.8rem;
	content: ' ';
	height: 65px;
	width: 0.7rem;
	background-color: #333333; /* Button icon color when open */
	box-shadow: none;
}
.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 10px;
	background: #333333; /* Button icon color when closed */
	top: 19px;
	left: 15%;
	box-shadow: 0 20px 0 #333333,  /* Button icon color when closed */ 0 40px 0 #333333; /* Button icon color when closed */
}
.dl-menuwrapper {
	width: 100%;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	z-index: 9999;
}
.dl-menuwrapper:first-child {
	margin-right: 100px;
}
.dl-menuwrapper button.dl-active:before {
	transform: rotate(45deg) !important;
}
.dl-menuwrapper button.dl-active:after {
	transform: rotate(-45deg) !important;
}
.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dl-menuwrapper li {
	position: relative;
}
.dl-menuwrapper li::before {
	content: none;
}
.dl-menuwrapper li:last-of-type a {
	border-bottom: none !important;
}
.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}
.dl-menuwrapper li.dl-back > a {
	padding-left: 2rem;
	background: rgba(0,0,0,0.2);
	height: 2.2rem;
}
.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	font-size: 3.5rem;
	font-family: 'Material Icons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	content: "keyboard_arrow_right"; /* icon for submenu */
	color: #ffffff;
}
.dl-menuwrapper li.dl-back:after {
	left: 0rem;
 color: (255, 255, 255, 0.4);
	background-color: rgba(0,0,0,0.2);
	padding: 2.7rem 2.8rem;
	top: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 99999999999999999;
}
.dl-menuwrapper li > a:after {
	right: 0rem;
 color: (255, 255, 255, 0.4);
	background-color: rgba(255,255,255,0.08);
	padding: 4rem 2.8rem;
	top: 0;
}
.dl-menuwrapper .dl-menu {
	margin: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.dl-menuwrapper li .dl-submenu {
	display: none;
}
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a {
	display: none;
}
.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0;
	margin: 0;
}
.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}
/* Menu animations */
@-webkit-keyframes MenuAnimOut1 {
 0% {
}
 50% {
 -webkit-transform: translateZ(-250px) rotateY(30deg);
}
 75% {
 -webkit-transform: translateZ(-372.5px) rotateY(15deg);
 opacity: .5;
}
 100% {
 -webkit-transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
}
@keyframes MenuAnimOut1 {
 0% {
}
 50% {
 -webkit-transform: translateZ(-250px) rotateY(30deg);
 transform: translateZ(-250px) rotateY(30deg);
}
 75% {
 -webkit-transform: translateZ(-372.5px) rotateY(15deg);
 transform: translateZ(-372.5px) rotateY(15deg);
 opacity: .5;
}
 100% {
 -webkit-transform: translateZ(-500px) rotateY(0deg);
 transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
}
.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.4s;
	animation: MenuAnimIn1 0.4s;
}
}
@-webkit-keyframes MenuAnimIn1 {
 0% {
 -webkit-transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
 20% {
 -webkit-transform: translateZ(-250px) rotateY(30deg);
 opacity: 0.5;
}
 100% {
 -webkit-transform: translateZ(0px) rotateY(0deg);
 opacity: 1;
}
}
@keyframes MenuAnimIn1 {
 0% {
 -webkit-transform: translateZ(-500px) rotateY(0deg);
 transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
 20% {
 -webkit-transform: translateZ(-250px) rotateY(30deg);
 transform: translateZ(-250px) rotateY(30deg);
 opacity: 0.5;
}
 100% {
 -webkit-transform: translateZ(0px) rotateY(0deg);
 transform: translateZ(0px) rotateY(0deg);
 opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
 0% {
 -webkit-transform: translateX(50%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 opacity: 1;
}
}
@keyframes SubMenuAnimIn1 {
 0% {
 -webkit-transform: translateX(50%);
 transform: translateX(50%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
 opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}
}
@-webkit-keyframes SubMenuAnimOut1 {
 0% {
 -webkit-transform: translateX(0%);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(50%);
 opacity: 0;
}
}
@keyframes SubMenuAnimOut1 {
 0% {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(50%);
 transform: translateX(50%);
 opacity: 0;
}
}
