@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

body {
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #232323;
	padding: 0;
	overflow-x: hidden !important;
	margin: 0
}

* {
	margin: 0;
	padding: 0;
	border: 0
}

.container {
	max-width: 1266px
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

p {
	font-size: 16px;
	color: #111;
	margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
	line-height: 28px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111;
	padding: 0;
	font-family: 'Playfair Display', serif
}

a {
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	font-family: 'Poppins', sans-serif
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0
}

.row.mt-40 {
	margin-top: 50px
}

.header-bg {
	background: #fff;
	border-top: 1px solid #b3b3b3a1
}

.header {
	width: 100%;
	top: 0;
	z-index: 9
}

.header-top {
	padding: 10px 0;
	background: #ececec
}

.header-top p {
	margin-bottom: 0;
	color: #fff
}

.info-list {
	list-style-type: none;
	margin: 0;
	float: right
}

.info-list li {
	float: left;
	padding-right: 22px
}

.info-list li a {
	color: #626262;
	font-size: 15px
}

.info-list li i {
	padding-right: 5px;
	color: black;
	font-size: 13px
}

.info-list li:last-child img {
	padding-right: 5px;
	width: 21px
}

.info-list li:last-child {
	padding-right: 0
}

.header-bottom {
	padding: 0;
	position: relative
}

.mainmenu li:last-child a {
	margin: 0
}

.mainmenu {
	text-align: right;
	display: flex;
	float: right
}

.mainmenu li {
	position: relative;
	display: inline-block;
	text-align: center
}

.mainmenu li a {
	display: block;
	padding: 0;
	color: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 14px;
	position: relative
}

.mainmenu li a:hover {
	color: #246396
}

.mainmenu li:hover a:after {
	opacity: 1;
	transition: text-shadow .3s, color .3s;
	text-shadow: 8px 0 #fff, -8px 0 #fff;
	color: #fff
}

.mainmenu li ul {
	position: absolute;
	left: 0;
	top: 69px;
	width: 200px;
	background-color: white;
	text-align: left;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	padding: 15px;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px
}

.mainmenu li:hover ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.mainmenu li ul li {
	width: 100%
}

.mainmenu li ul li a {
	padding: 10px 0;
	font-weight: 400;
	color: #001647 !important;
	transition: all .3s;
	border-bottom: 1px solid #0016471f
}

.mainmenu li ul li:last-child a {
	border-bottom: 0
}

.hero-image {
	height: 100vh
}

.hero-image-container {
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/hero-img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.hero-text {
	height: 100vh;
	width: 100%;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 165px
}

.hero-title {
	font-weight: 500;
	color: #fff;
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	width: 70%;
	line-height: 60px;
	letter-spacing: 2px
}

.know-more {
	background: #246396;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	z-index: 0;
	display: inline-block
}

.know-more:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.know-more:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #8bbbfd;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: transform .24s cubic-bezier(.37, .31, .31, .9);
	-webkit-transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
	transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
	transition: transform .24s cubic-bezier(.37, .31, .31, .9);
	transition: transform .24s cubic-bezier(.37, .31, .31, .9), -webkit-transform .24s cubic-bezier(.37, .31, .31, .9)
}

.know-more:hover {
	color: #fff
}

.hero-text .know-more {
	margin-top: 35px
}

.padd-50 {
	padding: 55px 0
}

.gray-bg {
	background: #f5f5f5
}

.about-text h1 {
	font-weight: 500;
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	margin-bottom: 25px
}

.know-more.big {
	padding: 15px 30px;
	font-size: 16px
}

a.know-more.big i {
	margin-left: 20px
}

.special .owl-nav {
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	margin: auto;
	height: fit-content
}

.special button.owl-next {
	float: right;
	background: 0;
	margin-right: 10px;
	cursor: pointer;
	font-size: 35px
}

.special button.owl-prev {
	background: no-repeat;
	margin-left: 10px;
	cursor: pointer;
	float: left;
	font-size: 35px
}

.special button:focus {
	outline: 0
}

.owl-carousel .owl-item img {
	margin: 0 auto
}

.heading h2 {
	font-weight: 500;
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 2px
}

.about-text ul li {
	list-style: none;
	position: relative;
	margin: 0;
	padding-left: 35px;
	line-height: 35px
}

.about-text ul li:before {
	content: "";
	position: absolute;
	background: url(../images/icon/blue-icon.png)0 0 no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	left: 0;
	right: 0;
	top: 8px
}

.about-text ul {
	margin: 15px 0
}

.img-txt {
	text-align: center;
	background: #246396;
	border: 2px solid #246396;
	transition: all .7s;
	cursor: pointer
}

.img-txt:hover {
	background: #8bbbff
}

.heading {
	margin-bottom: 60px
}

.img-txt img {
	width: 100%
}

.img-txt h4 {
	font-weight: 500;
	font-size: 22px;
	font-family: 'Playfair Display', serif;
	color: #fff;
	padding: 10px 0;
	letter-spacing: 2px
}

.cost-table thead {
	background: #246396
}

.cost-table thead tr th {
	color: #fff
}

.cost-table tbody tr:nth-child(odd) {
	background: #f9f9f9
}

.cost-table table {
	width: 100%
}

.cost-table table td,
th {
	border-width: 0 1px 1px 0;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 16px;
	padding: 10px
}

.cost-table table th {
	font-weight: 700
}

.cost-table thead tr th {
	color: #fff;
	font-size: 18px;
	text-align: center
}

ul.accordion-list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	list-style: none
}

ul.accordion-list li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 20px;
	margin: 0 auto 15px auto;
	border: 1px solid #eee;
	cursor: pointer
}

ul.accordion-list li.active h3:after {
	transform: rotate(45deg)
}

ul.accordion-list li h3 {
	font-weight: 500;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 18px;
	letter-spacing: .01em;
	cursor: pointer;
	color: #246396
}

ul.accordion-list li h3:after {
	content: "\f067";
	position: absolute;
	right: 0;
	top: 0;
	color: #246396;
	transition: all .3s ease-in-out;
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: lighter
}

ul.accordion-list li div.answer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer
}

ul.accordion-list li div.answer p {
	position: relative;
	display: block;
	font-weight: 300;
	padding: 10px 0 0 0;
	cursor: pointer;
	line-height: 150%;
	margin: 0 0 15px 0;
	font-size: 16px
}

.img-txt-bon {
	text-align: center
}

.img-txt-bon h4 {
	font-weight: 500;
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	padding: 10px 0;
	letter-spacing: 2px
}

.img-fluid {
	text-align: center
}

.red-bg.padd-50 {
	background: #246396
}

.lg {
	align-self: center
}

.cta-text h3 {
	font-size: 45px;
	color: #fff;
	line-height: 65px
}

.red-bg .know-more.big {
	background: #fff;
	color: black
}

.red-bg .know-more.big:hover {
	color: #fff
}

.counter {
	margin-right: 10px
}

.text-count h4 {
	display: inline-flex;
	font-size: 35px
}

.counter-txt {
	width: 100%;
	display: inline-flex
}

.icon-count {
	width: 80px;
	height: 60px;
	background: #246396;
	text-align: center;
	line-height: 55px;
	border-radius: 100%;
	color: #fff;
	font-size: 30px;
	margin-right: 10px
}

.text-count {
	width: 80%
}

.icon-count {
	width: 20%
}

.bg-cover {
	background-image: url(https://theflooringmasters.co.uk/wp-content/uploads/2023/05/floor-design.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed
}

.text-gell {
	background: #ffffffeb;
	padding: 50px;
	border-radius: 20px;
	text-align: center
}

.text-gell p {
	margin: 0
}

.padd-100 {
	padding: 100px 0
}

.text-gell h5 {
	font-weight: 500;
	font-size: 35px;
	font-family: 'Playfair Display', serif;
	margin-bottom: 25px
}

.main .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1rem;
	justify-content: center;
	align-items: center
}

.main .card {
	background: #fff;
	color: #333;
	border-radius: 2px
}

.main .card-image {
	background: #fff;
	display: block;
	padding-top: 70%;
	position: relative;
	width: 100%
}

.main .card-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media only screen and (max-width:600px) {
	.main .container {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 1rem
	}
}

.mt-50 {
	margin-top: 50px
}

.img-txt-bl {
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.img-txt-bl h4 {
	background: #000000a8;
	color: #fff;
	padding: 8px 0;
	font-family: 'Poppins';
	font-size: 18px;
	position: absolute;
	bottom: 0;
	width: 100%
}

.img-txt-bl img {
	width: 100%;
	-webkit-transition: .4s ease;
	transition: .4s ease
}

.img-txt-bl:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.cta-text p {
	color: #fff;
	margin: 25px 0
}

.bg-black {
	background: #1a1a1a
}

.foot-1 {
	text-align: center
}

.socials {
	list-style-type: none;
	text-align: center;
	margin-top: 15px
}

.foot-1 img {
	border-radius: 5px
}

.foot-link h4 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px
}

.socials li {
	margin-right: 20px;
	display: inline-block
}

.socials li:last-child {
	margin-right: 0
}

.socials li a {
	color: #fff;
	font-size: 18px
}

.socials li a i {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.socials li a i:hover {
	color: #fff;
	margin-top: -5px
}

.foot-link ul li {
	color: #fff;
	font-size: 16px;
	position: relative;
	padding-left: 30px;
	line-height: 30px
}

.foot-link ul li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #246396;
	font-weight: 800;
	margin: 10px
}

.foot-link ul li a {
	color: white
}

.foot-link ul li a:hover {
	color: #246396
}

ul.be-none li a:before {
	display: none
}

.foot-link.add ul li:nth-child(1):before {
	content: "\f041"
}

.foot-link.add ul li:nth-child(2):before {
	content: "\f10b"
}

.foot-link.add ul li:nth-child(3):before {
	content: "\f0e0"
}

.foot-copy p {
	margin: 0;
	margin-top: 50px;
	color: #fff
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 40px;
	height: 40px;
	border: 0;
	text-indent: 100%;
	background: url(../images/arrow.png)0 0 no-repeat
}

#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0)
}

.form input {
	background: #fff;
	position: relative;
	width: 100%;
	margin: 0 0 20px;
	padding: 10px;
	color: #4c494a;
	border: 1px solid #dbdbdb;
	outline: 0;
	height: 48px
}

.form textarea {
	background: #fff;
	width: 100%;
	padding: 10px;
	color: #4c494a;
	border: 1px solid #dbdbdb;
	outline: 0;
	height: 180px;
	resize: none
}

.btn-submit {
	background: #246396;
	color: #fff;
	padding: 12px 20px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px
}

.form h4 {
	text-align: center;
	margin-bottom: 25px;
	font-size: 30px
}

.form {
	background: #e5e5e5;
	width: 85%;
	margin: 0 auto;
	padding: 35px
}

.about-text h3 {
	color: #246396;
	font-size: 25px
}

.heading.floor h2 {
	font-size: 35px
}

.about-text.ser-col h5 {
	margin-bottom: 15px
}

ul.info-list li img {
	filter: invert(1);
	width: 14px
}

.heading.heading-2 h4 {
	font-weight: 500;
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 2px
}

.about-text.why-ch h4 {
	font-weight: 500;
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 2px;
	margin-bottom: 20px
}

.cta-text span {
	font-weight: 500;
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 2px;
	color: #fff
}

.heading.heading-2 {
	margin: 0
}

section.special.mb-50 {
	margin-bottom: 50px
}

.fixed-icons {
	position: fixed;
	bottom: 81px;
	right: 24px;
	z-index: 9999
}

.fixed-icons a {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	background-color: #007bff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	transition: all .3s ease
}

.fixed-icons a:hover {
	background-color: #0062cc
}

.fixed-icons a.whatsapp {
	background-color: #25d366
}

.fixed-icons a.whatsapp:hover {
	background-color: #128c7e
}

.fixed-icons a.call {
	background-color: #8abbfd
}

.fixed-icons a.call:hover {
	background-color: #3f3e40
}

.main-box-col.red-1 {
	background: #246396;
	border-radius: 70px 0
}

.main-box-col.red-1 img {
	border-radius: 70px 0;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(255 255 255 / 51%)
}

.main-box-col.red-2 {
	background: #246396;
	border-radius: 0 70px
}

.main-box-col.red-2 img {
	border-radius: 0 70px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(255 255 255 / 51%)
}

.main-box-col p {
	color: #fff
}

.main-box-col .know-more {
	color: #000;
	background: #fff
}

.main-box-col .know-more:hover {
	color: #fff
}

.main-box-col .about-text {
	padding: 30px 25px
}

.row.mar-30-sep {
	margin-top: 40px
}

.about-text h3 {
	color: #fff;
	font-size: 22px;
	background: #8abbfd;
	padding: 5px 22px;
	display: inline-block;
	border-radius: 5px;
	font-weight: 800
}

.about-text h3 {
	margin-bottom: 15px
}

.hexagon-gallery {
	margin: auto;
	margin-top: 50px;
	max-width: 1100px;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-auto-rows: 215px;
	grid-gap: 14px;
	padding-bottom: 120px
}

.hex img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover
}

.hex:nth-child(2) img {
	height: 100%
}

.hex:nth-child(5) img {
	height: 100%
}

.hex {
	display: flex;
	position: relative;
	width: 240px;
	height: 265px;
	background-color: #246396;
	-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	transition: all .4s
}

.hex:first-child {
	grid-row-start: 1;
	grid-column: 2 / span 2
}

.hex:nth-child(2) {
	grid-row-start: 1;
	grid-column: 4 / span 2
}

.hex:nth-child(3) {
	grid-row-start: 1;
	grid-column: 6 / span 2
}

.hex:nth-child(4) {
	grid-row-start: 2;
	grid-column: 1 / span 2
}

.hex:nth-child(5) {
	grid-row-start: 2;
	grid-column: 3 / span 2
}

.hex:nth-child(6) {
	grid-row-start: 2;
	grid-column: 5 / span 2
}

.hex:nth-child(7) {
	grid-row-start: 2;
	grid-column: 7 / span 2
}

.hex:nth-child(8) {
	grid-row-start: 3;
	grid-column: 2 / span 2
}

.hex:nth-child(9) {
	grid-row-start: 3;
	grid-column: 4 / span 2
}

.hex:nth-child(10) {
	grid-row-start: 3;
	grid-column: 6 / span 2
}

.img-honey img {
	grid-area: 1/1;
	width: 100%;
	aspect-ratio: 1.15;
	object-fit: cover;
	clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	transform: translate(var(--_x, 0), var(--_y, 0)) scale(var(--_t, 1));
	cursor: pointer;
	transition: .2s linear
}

.hex:hover img {
	opacity: .5;
	transition: .5s
}

.owl-carousel .owl-item img {
	border-radius: 70px 0
}

.img-fluid.br-70-left img {
	border-radius: 70px 0
}

.main-box-col {
	height: 100%
}

.mainmenu ul li {
	text-align: center;
	margin: 0 auto;
	margin-right: 20px
}

.mainmenu ul li:last-child {
	margin: 0
}

.mainmenu ul li a img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.marquee-list ul {
	padding: 0;
	margin: 25px 0;
}

.marquee-list ul li {
	display: inline;
	margin-right: 25px;
	position: relative;
}

.marquee-list ul li:before {
	content: "";
	position: absolute;
	border-right: 1px solid #fff;
	height: 100%;
	right: -15px;
}

.marquee-list ul li:last-child:before {
	display: none;
}

.marquee-list ul li a {
	color: #fff;
	text-transform: uppercase;
}

.pt-50 {
	padding-top: 50px;
}