@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--dsn-width-scroll: 15px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	outline: none
}

*,
*:focus {
	outline: none;
	-webkit-tap-highlight-color: #fff0
}

body {
	display: block;
	position: relative;
	font: 400 18px/1.1 "Roboto", sans-serif;
	background: #fff;
	color: #464646;
	margin: 0;
	padding: 0 0;
	-webkit-font-smoothing: antialiased;
	display: block;
	position: relative;
	letter-spacing: 0.3px;
	background-image: url(../images/vertical-line-bg-small-medium-gray.svg);
	background-position: center;
}

.bg-logo {
	position: fixed;
	z-index: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	width: 80%;
	height: 100%;
	opacity: .02
}


::-webkit-input-placeholder {
	color: #000;
	opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
	color: #000;
	opacity: 1
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1
}

a {
	color: #464646;
	text-decoration: none;
	transition: all 0.4s ease-in-out 0s;
}

a:hover {
	color: #464646;
	outline: none;
	text-decoration: none
}

img {
	max-width: 100%;
	vertical-align: middle
}

svg {
	display: inline-block;
	vertical-align: middle;
	fill: currentColor
}

h1,
.h1 {
	font-size: 30px
}

h2,
.h2 {
	font-size: 28px;
	line-height: 1
}

h3,
.h3 {
	font-size: 24px
}

h4,
.h4 {
	font-size: 18px
}

h5,
.h5 {
	font-size: 16px
}

h6,
.h6 {
	font-size: 15px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0 0 15px;
	font-style: normal;
	font-size: 36px;
	margin-bottom: 20px;
	color: #000000;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.5;
	position: relative;
}

p {
	margin: 0 0 10px;
	overflow: hidden;
	text-align: left;
	color: #323232;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.66;
	margin-bottom: 15px;
}

.pt-60 {
	padding-top: 60px
}

input,
select,
textarea {
	background: #fff;
	background: #fff;
	border: 1px solid rgb(70 70 70 / .3);
	width: 100%;
	display: block;
	color: #282828;
	padding: 11px 16px;
	border-radius: 5px;
	letter-spacing: 0;
	height: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input::-webkit-input-placeholder {
	color: rgb(40 40 40 / 50%)
}

input::-moz-placeholder {
	color: rgb(40 40 40 / 50%)
}

input:-ms-input-placeholder {
	color: rgb(40 40 40 / 50%)
}

input:-moz-placeholder {
	color: rgb(40 40 40 / 50%)
}

textarea {
	min-height: 120px;
	padding: 14px
}

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

strong,
b {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}



.clearfix:after {
	content: '';
	display: table;
	clear: both
}

section {
	padding: 70px 0;
	overflow: hidden;
	position: relative;
}

.btn {
	box-sizing: border-box;
	appearance: none;
	background-color: transparent;
	border: 1px solid #890707;
	border-radius: 0.6em;
	color: #890707;
	cursor: pointer;
	display: inline-block;
	align-self: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 1em 2.1em !important;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	overflow: hidden;
	position: relative;
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #fff !important;
	outline: 0;
	border: 1px solid rgb(126 1 24) !important;
	background-color: rgb(125 0 29) !important;
}


.animate-btn-style3 {
	position: relative;
	display: inline-block;
	color: #ffffff;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 1;
	border: 1px solid #890707;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	padding: 17px 48px;
	font-size: 18px;
	border-radius: 5px;
}

.animate-btn-style3:hover {
	color: #890707;
}

.animate-btn-style3:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #890707;
	left: 0;
	top: 0;
	z-index: -1;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	color: #fff;
}

.animate-btn-style3:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	background: #890707;
	color: #fff;
	bottom: 0;
	right: 0;
	z-index: -1;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.animate-btn-style3:hover:before {
	width: 15px;
	height: 15px;
	background: #890707;
	color: #890707;
	left: 0;
	top: 0;
}

.animate-btn-style3:hover:after {
	width: 15px;
	height: 15px;
	background: #890707;
	color: #890707;
	bottom: 0;
	right: 0;
}

.butn .animate-btn-style3 {
	color: #000000;
	border: 1px solid #000000;
}

.form-control:focus {
	outline: 0;
	box-shadow: unset;
}

.modal-logo img {
	width: 100%;
	max-width: 80%;
	margin: auto;
	margin-bottom: 0px
}

.modal-call {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.modal-content {
	border-radius: 50px;
	overflow: hidden
}

.modal-content a {
	color: #1d242b;
	font-size: 16px;
	font-weight: 500;
	display: inline-flex;
	padding: 15px 0 0 10px;
	width: 100%;
	align-items: center;
}

.modal-body .has-feedback {
	margin-bottom: 12px
}

.modal-body .form-control {
	border: 0;
	background-color: #fff0;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	font-size: 15px;
	color: #000000 !important;
	box-shadow: none;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.modal-header {
	background-color: #890707;
	color: #ffffff;
	text-align: center;
}

.modal-header h5 {
	color: #ffffff;
	font-size: 24px;
	width: 100%;
	letter-spacing: .4px;
	font-weight: 500
}

.modal-header .btn-close {
	margin: 0;
	filter: invert(1);
}

.modal-logo {
	padding: 10px 0px 10px;
}

.modal-body {
	padding: 0
}

.navbar {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.4s ease-in-out;
	background-color: #fff;
}

.scrolled {
	position: fixed;
	top: 0;
	background-color: #ffffff;
	padding: 0;
	box-shadow: 1px 9px 20px #525252a8;
	transition: all 0.4s ease-in-out;
	backdrop-filter: blur(18px);
}

.white-logo {
	display: block !important
}

.normal-logo {
	display: none !important
}

.scrolled .white-logo {
	display: none !important
}

.scrolled .normal-logo {
	display: block !important;
	width: 100%;
	max-width: 95%;
}

.navbar.scrolled .navbar-nav .nav-link {
	color: #000
}

.navbar .navbar-nav.sm-icons .nav-link svg {
	fill: #000000
}

.navbar.scrolled .navbar-nav.sm-icons .nav-link svg {
	fill: #000
}

.navbar .container-fluid {
	padding: 0px 83px;
	position: relative;
	transition: all 0.4s ease-in-out;
}

.navbar.scrolled .container-fluid {
	padding: 0px 40px;
	transition: 0.4s;
}

.navbar .navbar-nav .nav-link {
	font-size: 23px;
	font-weight: 500 !important;
	color: #000000;
	opacity: 1;
	margin: 0 15px;
	cursor: pointer;
	text-transform: capitalize;
}

.navbar .navbar-nav .nav-link svg path {
	fill: #000000 !important;
}

.navbar.scrolled .navbar-nav .nav-link svg path {
	fill: #000000 !important;
}

.navbar-brand {
	width: 100%;
	max-width: 12%;
}

nav .enquiry-btn a {
	padding: 35px 0px 35px 35px;
	background-color: #890707;
	border: 1px solid #890707;
	color: #ffffff;

}

nav .enquiry-btn a.btn:hover {
	border: 1px solid #890707 !important;
	background-color: #ffffff !important;
	color: #890707 !important;
}

.enquiry-btn {
	padding: 30px 0px 30px 35px;
}

.scrolled .enquiry-btn {
	padding: 30px 0px 30px 35px;
}

.sm-icons {
	flex-direction: row
}

.sm-icons .nav-link {
	padding-right: 1em
}

.cursor {
	position: fixed;
	width: 40px;
	height: 40px;
	margin-left: 0px;
	margin-top: 0px;
	border-radius: 50%;
	border: 2px solid #800000;
	transition: 0.3s;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 1000;
}

.cursor2 {
	position: fixed;
	width: 4px;
	height: 4px;
	margin-left: 0px;
	margin-top: 0px;
	border-radius: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
	transition: 0.1s;
	pointer-events: none;
	z-index: 1000;
}

.grow,
.grow-small {
	transform: scale(4);
	background: white;
	mix-blend-mode: difference;
	border: none;
	margin-left: -20px;
	margin-top: -20px;
}

.grow-small {
	transform: scale(2);
}

.banner-section {
	background-color: #890707;
	background: url(../images/banner/banner-1.jpg) no-repeat center center / cover;
	padding-top: 220px;
	padding-bottom: 280px;
	position: relative;
	overflow: visible;
}

.banner-text h1 {
	color: #fff;
	font-size: 5.4vw;
	line-height: 1.2;
	font-weight: 900;
	font-family: sans-serif;
	text-align: center;
	opacity: 0;
}

.banner-text h1 span {
	color: #fff;
	font-size: 4.1vw;
	line-height: 1.2;
	font-weight: 900;
}

.banner-text h1 span.durable {
	color: #fff;
	font-size: 7vw;
	line-height: 1.1;
	display: block;
	font-weight: 900;
	-webkit-text-stroke: 2px #ffffff;
	color: transparent;
	text-shadow:
		2px 2px 0 transparent,
		-1px -1px 0 transparent,
		1px -1px 0 transparent,
		-1px 1px 0 transparent,
		1px 1px 0 transparent;
	margin-top: 50px;
	/* font-family: "Rubik", sans-serif; */

}

.banner-text h1 span.durable b {
	color: #890707;
	-webkit-text-stroke: 4px #000000;
	font-size: 8vw;
	font-family: "Rubik", sans-serif;
	font-weight: 900;
}

.banner-text h1:last-child span.durable b {
	color: rgb(3 2 0);
	-webkit-text-stroke: 2px #a6a6a6;
	font-size: 8vw;
	font-family: "Rubik", sans-serif;
	font-weight: 900;
}

.one {
	width: 100%;
	height: 100%;
}

.one h1 {
	color: #fff;
}

#fanta {
	position: absolute;
	width: 25%;
	z-index: 2;
	transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
	top: 19%;
	left: 72%;
	right: 0;
}

#fanta-two {
	position: absolute;
	width: 28%;
	z-index: 2;
	transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
	top: 25%;
	left: 2%;
	right: 0;
}

#orange-cut {
	position: absolute;
	top: 10%;
	left: 32%;
	width: 15%;
	z-index: 1;
	transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
}

#orange {
	position: absolute;
	width: 20%;
	z-index: 3;
	top: 55%;
	right: 30%;
	transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
}

#leaf {
	top: 10%;
	left: 0%;
	transform: rotate(60deg);
	position: absolute;
	width: 18%;
	transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
}

#leaf2 {
	top: 70%;
	left: 80%;
	transform: rotate(-90deg);
	position: absolute;
	width: 12%;
	transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
}

#leaf3 {
	position: absolute;
	width: 20%;
	top: 10%;
	right: 0%;
}

.two {
	background: #ffffff;
}

.lft-two,
.rght-two {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	/* height: 100%; */
}

.lft-two svg {
	width: 100%;
	transform: rotateX(50deg);
	max-width: 85%;
	margin: auto;
	margin-bottom: -14%;
}

.title-wrap h2 {
	color: #2c2c2c;
	font-size: 60px;
	line-height: 1.2;
}

.rght-two p {
	font-size: 17px;
	color: #000000;
	width: 80%;
	text-align: justify;
}

.three {
	width: 100%;
	height: 100%;
	/* background: radial-gradient(circle, rgba(255, 255, 255, 0.04245448179271705) 48%, rgb(249 230 229) 100%); */
}

/* .map-section {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.04245448179271705) 48%, rgba(249, 230, 229, 0.607) 100%);
} */

.card-boxs {
	border: 0;
}

.card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 20px;
	border-radius: 20px;
	background-color: #ffffff08;
	padding-bottom: 0px;
	height: 100%;
	margin-bottom: 50px;
	border: 0 !important;
}

/* .card-boxs:nth-child(2) .card {
	padding-top: 450px;
} */

.card h1 {
	margin-top: 40px;
	font-size: 40px;
	text-transform: uppercase;
}

.lemon {
	top: -30%;
	position: absolute;
	left: 50%;
	width: 25vw;
	transform: translate(-50%, 0%);
	transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
}

.section_title .subtitle {
	color: #890707;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .2px;
}

.stylish-font1 {
	font-weight: bold;
	font-size: 74px;
	line-height: 1;
	color: #890707;
	display: block;
}

.about-us-sections,
footer {
	position: relative;
	background-color: transparent;
}

.blog {
	position: relative;
	background-color: transparent;
	/* background-color: #000; */
}


footer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../images/products-bg.png);
	opacity: 0.2;
}

/* .about-us-sections::after,
footer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../images/products-bg.png);
	opacity: 0.2;
} */
.blog::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000000;
	opacity: 1;
}



img.blogs-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.4;
}


footer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../images/products-bg.png);
	opacity: 0.2;
}

span.vertical-bar {
	display: block;
	margin-bottom: 40px;
}

span.vertical-bar::before {
	content: "";
	width: 60px;
	height: 1px;
	display: inline-block;
	background: #80011a;
	vertical-align: middle;
}

.textblock h5 {
	color: #890707;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 8px;
	/* font-style: italic; */
	padding-left: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.valve-gif {
	width: 100%;
	max-width: 4%;
	margin-right: 10px;
	margin-bottom: -3px;
}

#cocacola {
	opacity: 0;
	max-height: 460px;
}

.textblock h2 {
	letter-spacing: 0.5px;
	font-weight: 700;
	font-size: 48px;
	line-height: 55px;
	color: #333333;
	position: relative;
}

.title .textblock h2 {
	font-size: 64px;
	line-height: 1.2;
	color: #151515;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: left;
}

.title .textblock h2 svg {
	margin-top: -16px;
	margin-left: -2px;
}

.heading {
	margin-bottom: 40px;
}

.heading-underline {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 0;
	color: #890707;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 600;
}

.heading span {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 336px;
	height: 2px;
	background-color: #dedede;
	position: relative
}



.heading span:before {
	content: "";
	display: block;
	width: 112px;
	height: 4px;
	position: absolute;
	top: -1px;
	background-color: #890707;
	transform: translateX(-50%);
	-webkit-animation: MOVE-BG 3s ease infinite alternate both;
	animation: MOVE-BG 3s ease infinite alternate both
}

@keyframes MOVE-BG {
	0% {
		left: 57px
	}

	to {
		left: 278px
	}
}



.industarial-svg {
	flex-direction: column;
}

.industarial-svg svg {
	margin-bottom: 20px;
}

.industarial-svg h2 {
	margin-bottom: 0;
}

.serviceBox {
	position: relative;
	width: 100%;
	height: 100%;
	background: #89070715;
	border-radius: 20px;
	overflow: hidden;
	backdrop-filter: blur(9px);
	min-height: 395px;
}

.serviceBox .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #8907079b;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transition-delay: 0.25s;
	display: none;
}

.serviceBox:hover .icon {
	top: 30px;
	left: calc(50% - 40px);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	transition-delay: 0s;
	border: 1px dashed #fff;
}

.serviceBox .industarial-svg svg path {
	fill: #fff !important;
}

.serviceBox:hover .industarial-svg svg {
	padding: 18px;
	margin: 0;
}

.serviceBox .industarial-svg h2 {
	text-align: center;
	padding: 0 20px;
	font-size: 32px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #fff;
}

.serviceBox:hover .industarial-svg h2 {
	opacity: 0;
	display: none;
}

.industrial-item-boxs {
	z-index: 9;
	position: relative;
}

.bg-chnage {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 0;
}

.bg-chnage div {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.industrial-items .title {
	position: relative;
	z-index: 9;
}

.serviceBox .icon i {
	font-size: 5em;
	color: #ffffff;
	transition: 0.5s;
	transition-delay: 0.25s;
}

.serviceBox:hover .icon i {
	font-size: 2em;
	transition-delay: 0s;
}

.serviceBox .content {
	position: relative;
	padding: 20px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	z-index: 1;
	transform: scale(1);
	transition: 0.5s;
	transition-delay: 0s;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.serviceBox:hover .content::after {
	opacity: 1;
}

.serviceBox .content h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #ffffff;
	line-height: 1.2;
	z-index: 9;
}

.serviceBox .content p {
	font-weight: 300;
	line-height: 1.5em;
	color: #ffffff;
	text-align: center;
	z-index: 9;
}




#wrap {
	overflow: hidden;
}

#wrap .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

#wrap .image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #0000007d;
}

#wrap .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

#wrap .container>ul>li:first-child .image {
	opacity: 1;
	visibility: visible;
}

#wrap .container {
	display: grid;
	grid: 1fr / 1fr;
	width: 100%;
	height: 100%;
	z-index: 999;
	padding: 5%;
}

#wrap .container>ul {
	list-style: none;
	width: 95%;
	margin: 0 auto;
	padding: 0;
}

#wrap .container-item {
	padding: 0px;
	height: 100%;
}

#wrap .link {
	position: relative;
	font-size: calc(1.5rem + 3vw);
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	transition: opacity 0.3s ease-in-out;
	border: 1px solid #fff;
	display: block;
	height: 100%;
	padding: 13px;
	text-align: center;
	min-height: 315px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#wrap .link h4 {
	color: #fff;
	text-align: center;
	line-height: 1.21;
	margin-bottom: 15px;
}

#wrap .link p {
	color: #fff;
	text-align: center;
}

#wrap .container-item.active .link+.image {
	opacity: 1;
	visibility: visible;
}

#wrap .container-item:hover:not(.active) {
	filter: blur(3px);
}

#wrap .container.hover .link {
	opacity: 0.7;
}

#wrap .container-item.active .link {
	opacity: 1;
	background: #890707;
	border: 1px solid #890707;
}

.industrial-item {
	margin-bottom: 30px;
}







.blog_post {
	position: relative;
	overflow: hidden;
	height: 440px;
	transition: all 0.5s ease-in-out;
	margin-bottom: 1.875rem;
	background-color: #fff;
}

.blog_post img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.5s ease;
	height: 100%;
	object-fit: cover;
}

.blog_post .blog_content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 20px 30px 40px 45px;
	z-index: 1;
	transition: all 0.5s ease-in-out
}

.blog_post .blog_content::before {
	content: '';
	background: #fff0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.5s ease-in-out
}

.blog_post .blog_content .post-count {
	font-size: .125rem;
	line-height: .5rem;
	font-weight: 700;
	transition: all 0.5s ease;
	transform: translateY(10px);
	opacity: 0;
	color: #742a26
}

.blog_post .blog_content .meta {
	margin-top: 10px;
	margin-bottom: 10px
}

body.bg-white .blog .blog_post .blog_content .meta .text-olive {
	color: #54595f
}

.text-olive {
	color: #742a26
}

.blog_post .blog_content .meta time {
	font-size: .75rem;
	line-height: 1.375rem;
	font-weight: 600
}

.blog_post .blog_content h5,
.blog_post .blog_content .h5 {
	margin-bottom: 1.5625rem
}

.blog_post .blog_content h5>a,
.blog_post .blog_content .h5>a {
	font-size: 1.25rem;
	line-height: 1.5;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 5px
}

body.bg-white .blog .blog_post .blog_content .text-white {
	color: #000
}

.blog_post .blog_content p {
	font-size: 1rem;
	margin-bottom: 25px;
	color: #999;
	transition: all 0.5s ease;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	min-height: 128px;
	max-height: 128px;
	margin-bottom: 5px
}

body.bg-white .blog .blog_post .blog_content p {
	color: #000
}

.blog_post:hover .blog_content::before {
	background: rgb(0 0 0 / .75)
}

.blog_post:hover .blog_content h5>a {
	color: #fff
}

.blog_post:hover img {
	opacity: 1;
	height: 100%;
}

@media (min-width:1400px) {
	.blog_post:hover .blog_content .post-count {
		font-size: 4.5rem
	}
}

.blog_post:hover .blog_content .post-count {
	font-size: calc(1.575rem + 3.34286vw);
	line-height: 4.875rem;
	opacity: 1;
	transform: translateY(0);
	color: #fff
}

.blog_post:hover .blog_content .text-olive {
	color: #fff
}

.details_link a .link_text {
	margin-right: 1.875rem
}

.blog_post:hover .details_link a .link_icon .line {
	animation: scaleAnim1 2s infinite linear
}

@keyframes scaleAnim1 {
	0% {
		transform: scaleX(1)
	}

	50% {
		transform: scaleX(0)
	}

	100% {
		transform: scaleX(1)
	}
}

.blog_post:hover .details_link a .link_icon .circle {
	animation: rotateAnim 7s infinite linear;
	border-style: dashed
}

@keyframes rotateAnim {
	100% {
		transform: rotate(360deg)
	}
}

.blog_post:hover .details_link a {
	color: #fff
}

.blog_post:hover .details_link a .link_icon .circle {
	border: 2px dashed #fff
}

.blog_post:hover .details_link a .link_icon .line {
	background-color: #fff
}

.blog_post:hover .details_link a .link_icon .dot {
	background-color: #fff
}


.details_link a {
	color: #7c2125;
	display: flex;
	align-items: center
}

.details_link {
	font-size: .6875rem;
	font-weight: 600;
	line-height: 1.375rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
	transition-delay: 0.9s;
	background: none
}

.style7 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 72px;
	right: auto
}

.style7 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 72px;
	left: auto
}

body.bg-dark.bg-white a,
body.bg-white a {
	color: #000
}

body.bg-dark.bg-white .details_link a,
body.bg-white .details_link a {
	color: #000
}

.details_link a .link_icon {
	position: relative;
	display: inline-flex;
	align-items: center
}

.details_link a .link_icon .line {
	position: absolute;
	right: 50%;
	top: 49.4%;
	width: 2.1875rem;
	height: .0625rem;
	display: inline-block;
	background-color: #000;
	z-index: 1;
	transform-origin: right;
	transition: all 0.5s ease-in-out
}

.details_link.l-dir a .link_icon .line {
	right: auto;
	left: calc(50% + 5px);
	transform-origin: left
}

.theme_slider_3 .details_link.swiper-button-prev a .link_icon .line,
.theme_slider_3 .details_link.swiper-button-next a .link_icon .line {
	width: 5.625rem
}

.details_link a .link_icon .circle {
	position: relative;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 100%;
	display: inline-block;
	border: 1px solid #000
}

.theme_slider_3 .details_link.swiper-button-prev a .link_icon .circle,
.theme_slider_3 .details_link.swiper-button-next a .link_icon .circle {
	width: 3.75rem;
	height: 3.75rem
}

.details_link a .link_icon .dot {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: .375rem;
	height: .375rem;
	border-radius: 100%;
	display: inline-block;
	background-color: #000
}

.details_link.l-dir a .link_icon .dot {
	width: 0;
	height: 0;
	border-radius: 0;
	display: inline-block;
	background-color: #fff0;
	border-top: 8px solid #fff0;
	border-bottom: 8px solid #fff0;
	border-left: 0 solid #fff0;
	border-right: 14px solid #000;
	animation: none
}

.details_link.r-dir a .link_icon .dot {
	width: 0;
	height: 0;
	border-radius: 0;
	display: inline-block;
	background-color: #fff0;
	border-top: 8px solid #fff0;
	border-bottom: 8px solid #fff0;
	border-left: 14px solid #000;
	border-right: 0 solid #fff0;
	animation: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.details_link a:hover .link_icon .circle {
	animation: rotateAnim 7s infinite linear;
	border-style: dashed
}

@keyframes rotateAnim {
	100% {
		transform: rotate(360deg)
	}
}

.details_link a:hover .link_icon .line {
	animation: scaleAnim1 2s infinite linear
}

@keyframes scaleAnim1 {
	0% {
		transform: scaleX(1)
	}

	50% {
		transform: scaleX(0)
	}

	100% {
		transform: scaleX(1)
	}
}

.bottom-form input:not([type="submit"]),
.bottom-form textarea {
	margin: 0px 0px 15px 0px;
	padding: 10px 18px 10px 12px;
	border-radius: 2px 2px 2px 2px;
	color: #000000 !important;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #d3d3d3;
}

.contact-icons {
	margin-right: 20px;
}

.contact-icons svg {
	width: 40px;
	height: 40px;
	fill: #890707 !important;
}

.contacr-bottom-info h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-top: 0px;
	color: #fff;
	text-align: left;
	margin-bottom: 6px;
	margin-top: 7px;
}

.contacr-bottom-info p {
	margin: 0;
}

.bottom-form-item {
	padding: 27px;
	background: #ffffff;
	border-radius: 8px;
	color: #fff;
	box-shadow: 8px 10px 19px #ffffffa8;
}

.bottom-form-title h4 {
	color: #000000;
}

.bottom-form-title p {
	color: #000000;
}


.contact-title {
	margin-bottom: 10px;
}

.contact-title span {
	color: #890707;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}

.contact-title h3 {
	letter-spacing: 0.5px;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.3;
	color: #333333;
	margin-bottom: 0;
	text-transform: none;
}

.contact-title h3 span {
	color: #890707;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-size: 43px;
	line-height: 1.3;
	margin-bottom: 0;
	display: inline-block;
}

.row.contact-bottom {
	/* border-bottom: 2px solid #890707; */
	margin-bottom: 55px;
}

.contact-bottom-box {
	text-align: center;
	/* padding: 0; */
}

.contact-bottom-box p {
	text-align: center;
	color: #fff;
}

.contact-bottom-box p a {
	color: #fff;
}

.contact-title p {
	margin-top: 22px;
	text-align: justify;
	padding-right: 40px;
}

.map-section {
	position: relative;
}

.map-section .background-overlay {
	background-image: url(../images/world_contact.gif);
	background-position: center;
	background-repeat: no-repeat;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	inset: 0;
	position: absolute;
	z-index: -1;
	background-size: cover;
	opacity: 0.02;
}

.clients-contents {
	padding: 0 38px;
}

footer {
	/* background-image: url(../images/footer_bg.jpg); */
	background-position: center;
	background-repeat: no-repeat;
	padding: 90px 0 0px;
	background-size: cover;
	background-color: #000;
}

.footer-items .footer-item:first-child {
	border-bottom: 1px solid #424242;
}

.footer-items .footer-item:last-child {
	margin-top: 40px;
}

.footer-logo {
	margin: 0px 0 50px;
	width: 100%;
	max-width: 200px;
}

.footer-heading h5 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	line-height: 28px;
}

.footer-heading p {
	color: #ffffff;
}

.footer-list {
	padding-left: 94px;
}

.footer-list ul li a {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	transition: all 0.7s;
	color: #ffffff;
	font-weight: 500;
	overflow: hidden;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.footer-since {
	font-size: 45px;
	font-weight: 700;
	-webkit-text-stroke: 1px #ffffff !important;
	-webkit-text-fill-color: #ffffff00;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

.footer-list ul li a svg {
	position: absolute;
	top: 10%;
	right: auto;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	left: 0;
	transition: all 0.5s ease;
	transform: translateX(-30px);
}

.footer-list ul li a:hover {
	padding-left: 30px !important;
	color: #ffffff;
	font-weight: 700;
}

.footer-list ul li a:hover svg {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}

.footer-social-icon span {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

.footer-social-icon a {
	color: #000;
	font-size: 16px;
	margin-right: 15px;
}

.footer-social-icon svg {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.footer-widget .btn {
	background: #8fb64e36;
	color: #8fb64e;
	font-weight: 600;
}

.footer-widget .footer-social-icon:has(a svg:hover) a svg:not(:hover) {
	filter: blur(2px);
	transform: translateY(15px);
}

.facebook-bg {
	background: #3B5998;
}

.twitter-bg {
	background: #55ACEE;
}

.google-bg {
	background: #DD4B39;
}

.bottom-links-reserved {
	margin-top: 40px;
	border-top: 1px solid #424242;
	padding: 20px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

.bottom-links-reserved p {
	margin: 0;
	color: #ffffff;
}

.transform-bubbles {
	position: absolute;
	top: auto;
	right: -84px;
	z-index: 50;
	bottom: 0;
	height: 36%;
}

.map-img {
	width: 100%;
	max-width: 50%;
	margin: auto;
}

.header-banner-content {
	position: absolute;
	top: auto;
	bottom: 18%;
	color: #fff;
	width: 100%;
	padding: 0 20px;
}

/* .text-start h2 {
	font-size: 80px;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	text-transform: capitalize;
	color: #2e2c2d;
} */
.text-start h2 {
	font-size: 74px;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	text-transform: capitalize;
	color: #2e2c2d;
	background: #0000003d;
	border-radius: 10px;
	width: max-content;
	padding: 10px 50px;
	margin: auto;
	backdrop-filter: blur(10px);
}

.details-page .text-start h2 {
	font-size: 50px;
}

.breadcrumb {
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	padding: 20px 30px;
	border-radius: 5px;
	background-color: #0000007a;
	width: fit-content;
	margin: 0 auto;
	backdrop-filter: blur(13px);
}

.breadcrumb-item a {
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
	text-transform: capitalize;
}

.breadcrumb-item.active {
	display: inline-block;
	margin: 0 6px;
	font-size: 21px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	text-transform: capitalize;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #ffffff;
}

.about-us-images {
	margin: 0 auto 40px;
	text-align: center;
}

.about-us-images img {
	width: 100%;
	max-width: 100%;
	margin: auto;
}

.about-title {
	position: relative;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	padding: 23px;
	border-top: 6px solid #161515;
	margin-bottom: 5px;
}

.about-title::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/logo/flowmax1.jpg);
	width: 100%;
	height: 100%;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;
	opacity: 0.05;
	z-index: -1;
}

.about-title .valve-gif {
	max-width: 6%;
	margin-right: 10px;
	margin-bottom: 7px;
}

.about-title h3,
.about-title h5 {
	margin-bottom: 0;
}

.about-title h3 {
	font-size: 60px;
}

.about-title p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.about-info p {
	font-size: 18px;
	letter-spacing: 0.4px;
	text-align: justify;
}

.about-title h5 .valve-gif {
	max-width: 5%;
}

.years-boxs-items {
	display: flex;
	width: 3200px;
	overflow: hidden;
}

.years-item-box {
	width: 100%;
	max-width: 450px;
	height: 300px;
	position: relative;
	border-radius: 20px;
	margin: 15px;
}

.years-box-img {
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.years-box-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 15px;
	/* position: relative; */
}

.years-box-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #00000075;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.years-info-items {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background-color: rgb(0 0 0 / 76%);
	padding: 60px 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	border-radius: 20px;
}

.years-info-details h2 {
	font-size: 140px;
	color: #fff;
	margin-bottom: 2px;
	line-height: 1.3;
}

.years-info-details p {
	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-bottom: 0;
}

.what-we-title span {
	text-transform: uppercase;
	position: relative;
	padding-left: 44px;
	font-family: system-ui;
	font-weight: 700;
	font-size: 16px;
}

.what-we-title span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background-color: #890707;
	translate: 50% -50%;
}

.what-we-title span::before {
	content: "";
	width: 30px;
	height: 30px;
	background-color: #890707;
	opacity: 0.4;
	translate: 0 -50%;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
}

.what-we-title h1 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.2;
	margin-top: 30px;
}

.what-we-name {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	position: relative;
	margin: 40px 0;
}

.what-we-name h4 {
	margin-bottom: 0;
	margin-right: 10px;
	font-size: 70px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1;
	text-align: left;
	font-family: system-ui;
}

.products-item {
	position: relative;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	box-shadow: -1px 2px 20px 10px #f7f7f7;
	margin-bottom: 32px;
}

.products-info-details h3 {
	font-size: 28px;
	margin-bottom: 0;
}

.products-info-table table tr {
	margin-bottom: 7px;
	display: block;
}

.produts-img img {
	width: 100%;
}

.products-info-table table tr th {
	font-size: 18px;
	margin-bottom: 4px;
	line-height: 1.4;
	font-weight: 700;
	color: #890707;
	padding-right: 6px;
}

.products-info-table table tr td {
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 1.4;
}

.products-info {
	padding: 18px 10px 18px 20px;
	background: #fff;
	/* margin-top: -30px; */
	display: block;
	position: relative;
	/* margin-right: 20px; */
	border-radius: 14px 14px 0 0;
	/* margin-left: 20px; */
	text-align: center;
}

.gallery-img {
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
}

.clients-sections .gallery-img {
	/* border: 1px solid #ededed; */
	padding: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: grayscale(1);
	transition: all 0.2s ease-in-out;
	box-shadow: 4px 4px 15px 4px #8907073b;
}

.clients-sections .gallery-item:hover .gallery-img {
	filter: unset;
	transition: all 0.2s ease-in-out;
	transform: scale(1.1);
}

/* .clients-sections .gallery-item:hover:not(.gallery-img){
    filter: blur(8px);
} */

.clients-contents h3 {
	text-transform: none;
}

.clients-contents p {
	text-align: justify;
}

.widget_categories,
.widget_archive,
.widget_search,
.widget_tag_cloud,
.widget_meta {
	margin-bottom: 45px;
}

.widget .search-form {
	position: relative;
}

.widget .search-form input[type="search"] {
	color: #888888;
	border: 1px solid #ddd;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
}

.widget .search-form .search-submit:hover {
	color: #890707;
}

.widget .search-form .search-submit {
	position: absolute;
	top: 1px;
	right: 0px;
	width: 40px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: block;
	font-size: 18px;
	border: none;
	background: transparent;
	color: #888888;
	transition: all 0.6s ease 0s;
}

.main-sidebar h3 {
	font-weight: 560;
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 25px;
	letter-spacing: 0.7px;
	background: #890707;
	padding: 10px;
	margin-bottom: 12px;
	border-radius: 4px;
	color: #fff;
	text-transform: capitalize;
}

.main-sidebar ul {
	padding-left: 19px;
	display: block;
	width: 100%;
}

.main-sidebar ul li {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 8px;
	transition: all 0.6s ease 0s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.5;
}

.main-sidebar ul li:hover {
	padding-left: 10px;
}

.main-sidebar ul li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: -15px;
	width: 10px;
	height: 10px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="M44 108a3.988 3.988 0 0 1-2.828-1.172 3.997 3.997 0 0 1 0-5.656L78.344 64 41.172 26.828c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0l40 40a3.997 3.997 0 0 1 0 5.656l-40 40A3.988 3.988 0 0 1 44 108z" fill="%23000"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}

.main-sidebar ul li a {
	color: #555;
	line-height: 29px;
	font-size: 17px;
	transition: all 0.6s ease 0s;
}

.main-sidebar ul li:hover::before {
	color: #890707;
	padding-left: 10px;
}

.main-sidebar ul li:hover a {
	color: #890707;
}

.main-sidebar ul li .count {
	float: right;
	background: none;
	color: #999;
	font-weight: 400;
}

.main-sidebar .tagcloud a {
	display: inline-block;
	margin: 0 7px 7px 0;
	padding: 5px 10px;
	text-shadow: none;
	border: 1px solid #ecf0f1;
	color: #888;
	font-size: 15px;
	text-decoration: none;
	outline: none;
	transition: all 0.6s ease 0s;
	text-transform: capitalize;
}

.main-sidebar .tagcloud a:hover {
	color: #ffffff;
	background-color: #890707;
	border-color: #890707;
}

.main-sidebar .widget_text {
	margin-bottom: 45px;
}

.main-sidebar .promotion {
	width: 100%;
	margin-bottom: 45px;
	position: relative;
	clear: both;
	overflow: hidden;
}

.main-sidebar .promotion .promotionText {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #333;
	background: rgba(235, 205, 30, 0.9);
	padding-top: 40px;
	top: 0;
	left: 0;
	padding: 25px 30px;
	font-size: 18px;
	line-height: 28px;
}

.main-sidebar .promotion .promotionText .ot-btn {
	margin-top: 30px;
}

.lastest-blog-container {
	margin-top: 23px;
	display: inline-block;
}

.latest-blog-post-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius: 3px;
}

.latest-blog-post-img img {
	transition: all 0.6s ease 0s;
}

.latest-blog-post-img:hover img {
	transform: scale(1.1, 1.1);
}

.latest-blog-post-date {
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	background: #890707;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	width: 50px;
	height: 50px;
}

.latest-blog-post-date span.day {
	display: block;
	font-size: 24px;
	line-height: 36px;
}

.latest-blog-post-date span.month {
	display: block;
	font-size: 12px;
	margin-top: -4px;
}

.latest-blog-post-date-2 {
	display: inline-block;
}

.latest-blog-post-date-2 span {
	color: #999;
	font-size: 11px;
}

.latest-blog-post-description h3 {
	font-weight: 400;
	margin-bottom: 12px;
	transition: all 0.6s ease 0s;
	margin-top: 0;
	letter-spacing: 0px;
	font-size: 28px;
}

.latest-blog-post-description h3:hover {
	text-decoration: underline;
}

.latest-blog-post-description p {
	font-size: 17px;
}

.latest-blog-post-description .ot-btn {
	margin-top: 23px;
}

figure.effect-zoe .latest-blog-post-data {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: rgba(235, 205, 30, 0.95);
	color: #333;
	transition: transform 0.35s;
	transform: translate3d(0, 100%, 0);
	position: absolute;
	width: 100%;
}

figure.effect-zoe .latest-blog-post-data p.tags a,
figure.effect-zoe .latest-blog-post-data p.tags i {
	transition: all 0.35s;
	transform: translate3d(0, 200%, 0);
	display: inline-block;
	float: right;
	margin-left: 15px;
	color: #333;
	position: relative;
}

figure.effect-zoe .latest-blog-post-data p.tags a {
	color: #555;
}

figure.effect-zoe .latest-blog-post-data p.tags i {
	line-height: 24px;
}

figure.effect-zoe .latest-blog-post-data p.tags a:before {
	content: "/";
	position: absolute;
	top: 0;
	left: -10px;
}

figure.effect-zoe .latest-blog-post-data p.tags a:last-child:before {
	display: none;
}

figure.effect-zoe .latest-blog-post-data p.tags a:hover {
	color: #222;
}

figure.effect-zoe:hover .latest-blog-post-data {
	transform: translate3d(0, 1px, 0);
}

figure.effect-zoe:hover .latest-blog-post-data p.tags i {
	transition-delay: 0.1s;
	transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover .latest-blog-post-data p.tags a:nth-child(2) {
	transition-delay: 0.15s;
	transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover .latest-blog-post-data p.tags a:nth-child(3) {
	transition-delay: 0.2s;
	transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover .latest-blog-post-data p.tags a:nth-child(4) {
	transition-delay: 0.25s;
	transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover .latest-blog-post-data p.tags a:nth-child(4) {
	transition-delay: 0.3s;
	transform: translate3d(0, 0, 0);
}

.latest-blog-post-data {
	font-size: 11px;
	font-weight: 300;
	display: inline-block;
	margin-right: 30px;
}

.latest-blog-post-data a {
	color: #333;
	transition: all 0.6s ease 0s;
}

.latest-blog-post-data a:hover {
	color: #890707;
}

.blog-list article {
	margin-bottom: 45px;
}

.blog-list {
	padding-right: 30px;
}

.contact-form-box {
	box-shadow: 1px 3px 9px 1px #e7e7e7;
	border: 2px solid #edecec;
	border-radius: 13px;
	padding: 30px;
}

.contact_field h3 {
	color: #000;
	font-size: 52px;
	letter-spacing: 1px;
	font-weight: 900;
	margin-bottom: 10px;
}

.contact_field p {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 35px;
	line-height: 1.5;
}

.form-group {
	position: relative;
}

.contact_field .form-control {
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 20px;
	padding-left: 0;
	position: relative;
}

label.error {
	position: absolute;
	bottom: -14px;
	color: red !important;
	font-weight: 400;
	font-size: 12px !important;
	text-transform: capitalize;
}

.contact_field .form-control:focus {
	box-shadow: none;
	outline: none;
	border-bottom: 2px solid #890707;
}

.contact_field .form-control::placeholder {
	font-size: 13px;
	letter-spacing: 1px;
}

.contact_field .enquiry-btn {
	margin-top: 50px;
}

.clients-main-img {
	width: 100%;
	max-width: 100%;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	padding: 5px;
}

.clients-img-box {
	margin-bottom: 20px;
}

.clients-main-img img {
	width: 100%;
	max-width: 55%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.products-main-description h4 {
	position: relative;
	text-transform: uppercase;
	color: #890707;
}

.products-main-description p {
	text-align: justify;
}

.blogs-details-section .products-main-description h2 {
	font-size: 32px;
	margin-bottom: 14px;
	text-transform: capitalize;
}

.blogs-details-section .products-main-description h5 {
	font-size: 24px;
	margin-bottom: 14px;
	text-transform: capitalize;
}

.blogs-details-section .products-main-description h6 {
	font-weight: 400;
	font-size: 28px;
}

.blogs-details-section .products-main-description h6 span {
	font-weight: 800;
	font-size: 44px;
}

.blogs-details-section .products-main-description p {
	letter-spacing: 0.4px;
}

.blogs-list {
	margin: 22px 0;
}

.blogs-list ul li {
	margin: 0 0 10px;
	overflow: hidden;
	text-align: justify;
	color: #323232;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.66;
	margin-bottom: 5px;
	letter-spacing: 0.4px;
	list-style: square;
	list-style-position: inside;
}

.products-main-description h5 {
	font-size: 26px;
	letter-spacing: 0.7px;
}

.products-main-description h4:before {
	position: absolute;
	content: "";
	top: 23px;
	left: -177px;
	background-color: #890707;
	width: 100px;
	padding: 2px;
	border-radius: 4px;
}

.products-details-list ul li {
	list-style-type: disc;
	letter-spacing: 0.7px;
	list-style-position: inside;
	margin: 0 0 8px;
	overflow: hidden;
	text-align: left;
	color: #323232;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.66;
}

.valve-products .products-details-list ul li {
	font-weight: 400;
}

.valve-products .products-details-list ul li strong {
	font-weight: 700;
	color: #000;
}

.products-details-list h5,
.products-details-para h5 {
	font-size: 23px;
	margin-bottom: 8px;
	color: #890707;
}

.products-details-para,
.products-details-list {
	margin-bottom: 20px;
}

.products-details-para p {
	margin-bottom: 8px;
}

.products-images {
	margin-bottom: 30px;
}

li.dropdown.nav-item:hover ul.dropdown-menu.product-submenu {
	display: block;
	padding: 0;
}

a.dropdown-item {
	font-size: 20px;
	padding: 12px 20px;
	border-bottom: 1px solid #ccc;
	background-color: #ffff;
	text-transform: capitalize;
	font-weight: 500;
}

a.dropdown-item:hover {
	background-color: #890707;
	color: #fff;
}

@media screen and (min-width:1366px) {
	footer .container-fluid:last-child {
		padding: 0 7%;
	}
}

.certificate-logo .clients-logo-item {
	width: 50%;
	margin-top: 40px;
}

.certificate-logo .clients-item {
	display: flex;
	justify-content: center;
}

.description-btn a {
	margin: 5px 10px;
	display: block;
}

@keyframes scaleBanner {
	0% {
		transform: scale(10.35s);
	}

	100% {
		transform: scale(1);
	}
}

.inner-banner-div .header-banner {
	overflow: hidden;
}

.header-banner img {
	animation: scaleBanner 4s ease-in-out 1s forwards;
	transform: scale(1.3);
}

.posted-date {
	margin: 40px 0 25px;
	padding: 20px 0;
	border-top: 1px solid #edecec;
	border-bottom: 1px solid #edecec;
}

.posts-by span {
	margin: 0 0 10px;
	overflow: hidden;
	text-align: left;
	color: #323232;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.66;
	margin-bottom: 0;
}

.posts-by p {
	margin-bottom: 0;
	line-height: 1.6;
	color: #890707;
	font-weight: 800;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.leave-comments {
	margin-top: 50px;
}

.leave-comments .contact-form-box {
	box-shadow: unset;
	border: 1px solid #edecec;
	border-radius: 6px;
	padding: 30px;
	background: #f3f3f3;
}

.leave-comments .contact_field .form-control {
	border-radius: 3px;
	border: none;
	border: 1px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-left: 13px;
	position: relative;
	font-size: 19px;
	background: #fff;
	padding-top: 10px;
}

.leave-comments .contact_field .form-control::placeholder {
	font-size: 15px;
	letter-spacing: 1px;
}

.leave-comments .contact_field h3 {
	color: #222222;
	font-size: 34px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 13px;
}

.blogs-details-section .products-main-description,
.leave-comments {
	padding-right: 40px;
}

.posted-date {
	margin-right: 40px;
}

.blog-table table,
.blog-table th,
.blog-table td {
	border: 1px solid grey;
}

.blog-table img {
	width: 100%;
	max-width: 90px;
	margin: auto;
}

.blog-table img.second-img {
	width: 100%;
	max-width: 70px;
	margin: auto;
}

.roof-item {
	position: relative;
}

.roof-img img {
	border-radius: 10px;
	overflow: hidden;
}

.roof-item .content {
	position: absolute;
	background: linear-gradient(90deg, #890707 30%, rgb(255 255 255 / 11%) 100%);
	bottom: 15px;
	left: 20px;
	right: 30px;
	display: block;
	width: 94%;
	padding: 15px 11px;
	opacity: 1;
	transition: 1s;
}

h5.title {
	margin-bottom: 0px;
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 0.7px;
}

.years-sections {
	z-index: 2;
}







.portfolio__area {
	position: relative;
	background-color: #121212;
	overflow: hidden;
}

.portfolio__text {
	text-align: center;
	font-size: 150px;
	font-weight: 700;
	color: #890707;
	text-transform: uppercase;
	padding: 10px 0 50px !important;
	opacity: 1;
	line-height: 1.2;
}

.portfolio__list-1 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 0px 30px;
	position: relative;
	margin-bottom: 0;
}

.portfolio__item {
	-webkit-transform: perspective(4000px) rotateX(90deg);
	transform: perspective(4000px) rotateX(90deg);
}

.portfolio__item {
	padding-bottom: 30px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	scale: 0.5;
	opacity: 0;
}

.portfolio__item img {
	width: 100%;
	position: relative;
}

.portfolio__info {
	width: 95%;
	padding: 15px;
	border-radius: 5px 0 0 5px;
	background-color: #890707;
	background: linear-gradient(90deg, #890707 30%, rgb(255 255 255 / 11%) 100%);
	position: absolute;
	right: 0;
	bottom: 50px;
	z-index: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
	visibility: visible;
	color: #fff;
}

.portfolio__title {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.3;
	color: #ffffff;
	padding-bottom: 3px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.portfolio__item:nth-child(even) {
	top: 50%;
}

@media only screen and (max-width: 767px) {
	.portfolio__item:nth-child(even) {
		top: 0%;
	}
}

/* .portfolio__item:hover .portfolio__info {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
  } */
.portfolio__item .img-box {
	height: 100%;
}

.portfolio__item img {
	width: 100%;
}

.row_bottom {
	margin-top: 80vh;
}

.portfolio__btn {
	margin-top: 40px;
}

.btn_wrapper,
#btn_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 250px;
	width: 250px;
	border-radius: 100%;
	margin-left: -40px;
}

.portfolio__btn#btn_wrapper,
.portfolio__btn.btn_wrapper {
	margin: 0 auto;
}

.wc-btn-secondary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 170px;
	height: 170px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	text-transform: capitalize;
	color: #555;
	border: 1px solid #c2c2c2;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.wc-btn-secondary {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.wc-btn-secondary span {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	background-color: #890707;
	z-index: -1;
	border-radius: 100%;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wc-btn-secondary:hover span {
	width: 350px;
	height: 350px;
}

.wc-btn-secondary svg {
	padding-left: 5px;
	fill: #fff;
	transition: all 0.4s ease-in-out;
}

.wc-btn-secondary:hover {
	color: #fff;
	border: 1px solid #ffffff;
}

.wc-btn-secondary:hover svg {
	color: #fff;
	transition: all 0.4s ease-in-out;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

section.contact-bottom-form-section {
	/* background: #f7f7f7; */
	background-image: url(../images/bgg.png);
}

.v-dark,
.v-light {
	background-color: #111;
	color: #d9d9d9;
}

.dsn-btn {
	position: relative;
	text-align: center;
}

.dsn-btn-shape {
	position: relative;
	width: -webkit-max-content;
	width: max-content;
	filter: url(#buttonFilter);
	transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.dsn-btn-shape .button {
	position: relative;
	text-align: center;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 40px;
	height: 40px;
	line-height: 1;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
}

.dsn-btn .title-btn {
	position: relative;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #fff;
}

.dsn-btn .title-btn,
.dsn-btn .dsn-icon {
	z-index: 2;
}

.dsn-btn .title-btn[data-animate-text] {
	overflow: hidden;
}

.dsn-btn .title-btn[data-animate-text]>span,
.dsn-btn .title-btn[data-animate-text]:before {
	transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
	transform-origin: 0 center;
}

.dsn-btn .title-btn[data-animate-text]:before {
	position: absolute;
	content: attr(data-animate-text);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: rotateZ(7deg);
	opacity: 0;
}

.dsn-btn-shape .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
	transition-duration: 0.9s;
}

.background-main {
	background-color: #111111;
}

.dsn-btn-shape .icon svg {
	fill: #000;
	width: 12px;
	height: 12px;
}

.d-grid:not(.dsn-isotope) {
	display: grid;
}

.d-grid.custom-width {
	grid-template-columns: auto 73%;
}

.d-grid:not(.dsn-isotope):not(.d-grid-no-space) {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.d-grid:not(.dsn-isotope):not(.align-items-center, .align-items-end) {
	align-items: stretch;
}

.title-block {
	letter-spacing: 2px;
	font-size: 22px;
}

@media only screen and (min-width: 992px) {
	.title-lg {
		font-size: 120px;
		line-height: 130px;
		text-transform: uppercase;
	}
}

.text-upper {
	text-transform: uppercase;
	color: #fff;
	font-size: 52px;
	font-weight: 700;
}

.bottom-box {
	margin-top: 40px;
}

.bottom-box .title-block {
	color: #fff;
}

.bottom-box p {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
}

@-webkit-keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.marquee {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}

.marquee span {
	text-transform: uppercase;
	will-change: transform;
	transform: translateX(0);
	white-space: nowrap;
	-webkit-animation: marquee 24s linear infinite;
	animation: marquee 24s linear infinite;
	font-size: 173px;
	font-family: "Gravitas One", Helvetica, Arial, sans-serif;
	font-weight: 900;
	color: #ffffff;
	line-height: 1;
	margin-top: -22px;
}

.footer .logo-wrap {
	background-color: #ffffff;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
	position: relative;
	top: -60px;
}

.footer .logo-wrap .logo {
	justify-content: center;
	align-items: center;
	width: 185px;
}

/* img:not([height]) {
	height: auto;
} */

.footer .logo-wrap .shape-one,
.footer .logo-wrap .shape-two {
	position: absolute;
	top: 0;
}

.footer .logo-wrap .shape-one path,
.footer .logo-wrap .shape-two path {
	fill: #ffffff;
}

.footer .logo-wrap .shape-one {
	left: -30px;
}

.footer .logo-wrap .shape-two.shape-two {
	right: -30px;
}

.circle-after.circle-before.circle-both-before {
	padding-left: 30px;
	padding-right: 0;
	font-size: 20px;
	font-weight: 600;
}

.widget-title .circle-after.circle-before.circle-both-before {
	font-size: 30px;
}

.circle-before:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 13px;
	height: 13px;
	transform: translateY(-50%);
}

.circle-after:after,
.circle-before:before {
	background-color: #fff;
}

.circle-after:after,
.circle-before:before {
	border-radius: 50%;
}

.circle-before:before {
	left: 0;
}

.circle-after.circle-before.circle-both-before:after {
	right: auto;
	left: 10px;
}

.footer .footer-links ul li {
	font-size: 14px;
}

.footer .footer-links ul li {
	margin-bottom: 10px;
}

.footer .copyright {
	padding: 30px 0;
}

.copyright p {
	margin: 0;
	color: #fff;
}

.text-upper a,
.col-contact p,
.text-upper a,
.col-contact p a {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
}

ul.address p,
.widget-title h3 {
	color: #fff;
}

ul.address li span {
	margin-top: 6px;
	padding: 10px;
	background-color: #030200;
	border-radius: 5px;
	margin-right: 13px;
	display: inline-block;
	height: max-content;
	box-shadow: 2px 2px 17px 5px grey;
}

ul.address li {
	display: flex;
}

.newsletter-widget {
	margin-bottom: 30px;
}

.footer-all-links {
	margin-top: 44px;
	padding-top: 50px;
	border-top: 1px solid #464646;
}

.dsn-btn:hover .title-btn[data-animate-text]>span {
	transform: rotateZ(-7deg);
	opacity: 0;
}

.dsn-btn:hover .title-btn[data-animate-text]:before {
	transform: none;
	opacity: 1;
}

.dsn-default-btn .dsn-btn .dsn-icon {
	padding: 7px 17px;
	border-radius: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dsn-default-btn .dsn-btn .dsn-icon.no-padding {
	padding: 0;
}

.footer .copyright .dsn-default-btn .dsn-icon {
	rotate: 180deg;
}

.dsn-btn .btn-icon-left {
	margin-right: 10px;
}

.dsn-icon svg,
.dsn-icon svg path {
	fill: #fff;
}

.dsn-icon svg {
	width: 20px;
	height: 20px;
}

ul.servicing-list li {
	list-style-type: disclosure-closed;
	line-height: 1.6;
	font-size: 20px;
	list-style-position: inside;
	margin-bottom: 8px;
}

.servicing-types-section h4 {
	font-size: 30px;
	text-transform: capitalize;
	color: #890707;
}

.servicing-types-section h4::before {
	left: 0 !important;
	width: 65px;
	bottom: -1px;
	top: auto;
	position: absolute;
	content: "";
	background-color: #890707;
	padding: 2px;
	border-radius: 4px;

}

.products-details-img img {
	width: 100%;
}

.contact-map iframe {
	width: 100%;
}

.footer-whatsapp-left {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 20px 100px 0;
	z-index: 999999;
}

.footer-whatsapp-left.mail {
	margin: 0 20px 230px 0;
}

.footer-whatsapp-left a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
}

.footer-call-right {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 20px 165px 0;
	z-index: 999999;
}

.footer-call-right a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
}

.vibrate-3 {
	-webkit-animation: vibrate-3 1s linear infinite both;
	animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	10% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}

	20% {
		-webkit-transform: translate(2px, -2px);
		transform: translate(2px, -2px);
	}

	30% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}

	40% {
		-webkit-transform: translate(2px, 2px);
		transform: translate(2px, 2px);
	}

	50% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}

	60% {
		-webkit-transform: translate(2px, -2px);
		transform: translate(2px, -2px);
	}

	70% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}

	80% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}

	90% {
		-webkit-transform: translate(2px, -2px);
		transform: translate(2px, -2px);
	}

	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

@keyframes vibrate-3 {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	10% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}

	20% {
		-webkit-transform: translate(2px, -2px);
		transform: translate(2px, -2px);
	}

	30% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}

	40% {
		-webkit-transform: translate(2px, 2px);
		transform: translate(2px, 2px);
	}

	50% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}

	60% {
		-webkit-transform: translate(2px, -2px);
		transform: translate(2px, -2px);
	}

	70% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}

	80% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}

	90% {
		-webkit-transform: translate(2px, -2px);
		transform: translate(2px, -2px);
	}

	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

.mobile-footer-social-icon-main {
	display: none;
}

@media screen and (max-width: 991px) {
	.footer-whatsapp-call {
		display: none;
	}

	.mobile-footer-social-icon-main {
		width: 100%;
		display: block;
		position: fixed;
		bottom: 0;
		z-index: 999;
	}

	.mobile-footer-social-icon {
		width: 33%;
		display: inline-block;
		text-align: center;
	}

	.book-app {
		width: 100%;
		padding: 1%;
		float: left;
		line-height: 40px;
		text-align: center;
		max-height: 100px;
	}

	.book-app a {
		font-size: 15px;
	}

	.footer-box-two {
		display: flex !important;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #0f4da2;
		color: #fff;
		text-align: center;
		z-index: 9;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}










.progress-bar-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #f0f0f0;
	z-index: 9999;
}

.progress-bar {
	height: 100%;
	background-color: black;
	transition: all 0.3s ease;
	background: rgb(137, 7, 7);
	background: linear-gradient(90deg, rgba(137, 7, 7, 1) 0%, rgba(0, 0, 0, 1) 100%);
}







/* progress circle */

.progress-circle-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.progress-circle {
	width: 65px;
	height: 65px;
}

.progress-circle-bar {
	fill: none;
	stroke: #890707;
	stroke-width: 5;
	stroke-dasharray: 283;
	stroke-dashoffset: 0;
	transform-origin: center;
	transition: stroke-dashoffset 0.3s ease;
}

.progress-background {
	fill: transparent;
	stroke: #ededed;
	stroke-width: 5;
	stroke-dasharray: none;
}


.scroll-to-top {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #890707;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity 0.3s ease;
	z-index: 9998;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.scroll-to-top svg {
	display: block;
	width: 30px;
	height: 30px;
	stroke: white;
	transition: all 0.1s ease;
}

.servicing-parts {
	overflow: visible;
}

#one-roof {
	position: absolute;
	top: -10%;
	left: 0;
	width: 12%;
	animation-name: spin;
	animation-duration: 4000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	z-index: 1;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.servicing-sliders .swiper-pagination-bullet {
	width: 15px;
	height: 4px;
	background-color: #890707;
	border-radius: 4px;
}

.servicing-sliders .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
}

#fanta,
#fanta-two,
.lft-two svg,
#one-roof {
	display: block;
}

.about-flowmax {
	display: none;
}

.tab-panel-title .tab-panel-heading {
	font-size: 32px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.tab-panel-title .products-main-description {
	padding-left: 20px;
}

.tab-panel-title .products-main-description ul li {
	margin-bottom: 10px;
}

.tab-panel-title .products-main-description ul li b {
	margin-bottom: 6px;
	display: inline-block;
}

.tab-panel-title .products-main-description ul li ol li {
	list-style: circle;
	list-style-position: inside;
	margin-bottom: 6px;
}

.blogs-details-section .tab-panel-title .products-main-description h2 {
	font-size: 26px;
	margin-bottom: 14px;
	text-transform: capitalize;
}

.table-panel-item {
	margin: 40px 0;
}

.table-panel-item ul {
	display: flex;
	flex-wrap: wrap;
}

.table-panel-item ul li {
	border-radius: 10px;
	width: 100%;
	max-width: 48%;
	margin: auto auto 20px;
	color: #fff;
	background: #86000f;
}

.table-panel-item ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 23px;
	text-align: center;
	width: 100%;
	position: relative;
	display: block;
	text-transform: capitalize;
	letter-spacing: 0.8px;
	padding: 20px;
	border: 1px solid #86000f;
	border-radius: 10px;
}

h2.tab-panel-heading {
	font-size: 21px;
	line-height: 1.6;
	color: #86000f;
	text-align: left;
	text-transform: math-auto;
	font-weight: 500;
	margin-bottom: 15px;
	background: #ffffff;
	width: 100%;
	max-width: 100%;
	display: block;
	padding: 14px;
	position: relative;
	border-radius: 0 30px 30px 0;
	letter-spacing: .7px;
	text-transform: capitalize;
	border: 2px solid #86000f;
	font-weight: 900;
	text-transform: uppercase;
}

h2.tab-panel-heading::after {
	content: "";
	position: absolute;
	border-width: 24px;
	border-style: solid;
	border-color: #86000f #fff0 #fff0 #fff0;
	transition: transform 0.5s;
	bottom: -48px;
	left: -1px;
}

.tab-panel-content {
	margin-bottom: 50px;
}





.decorator-top {
	width: 25vw;
	height: 25vw;
	border-radius: 56%;
	position: absolute;
	top: -10vh;
	left: 85vw;
	background: rgba(0, 128, 255, 0.6);
}

.decorator-center {
	width: 5vw;
	height: 5vw;
	border-radius: 56%;
	position: absolute;
	top: 30vh;
	left: 85vw;
	background: rgba(0, 128, 255, 0.3);
}

.road {
	width: 90vw;
	height: 5px;
	transform-style: preserve-3d;
	transform-origin: bottom;
	transform: perspective(500px) rotateX(60deg);
	box-shadow: 0 0 30px 0 inset rgba(0, 0, 0, 0.7), 1px 40px 5px 5px rgba(0, 0, 0, 0.3);
	background: #333;
}

@-webkit-keyframes animate-road {
	from {
		background-position: 0;
	}

	to {
		background-position: 120px;
	}
}

@keyframes animate-road {
	from {
		background-position: 0;
	}

	to {
		background-position: 120px;
	}
}

.road::after {
	content: "";
	display: flex;
	position: absolute;
	top: calc((100% - 16px) / 2);
	left: 5%;
	width: 90%;
	height: 16px;
	background-image: linear-gradient(to right, #FFF 0%, #FFF 70%, #333 70%, #333 100%);
	background-size: 60px 100%;
	-webkit-animation: animate-road linear 0.6s infinite;
	animation: animate-road linear 0.6s infinite;
}

.depth {
	width: 100%;
	height: 45px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	background: linear-gradient(to bottom, #121212 90%, transparent);
}

.service-van img {
	transition: all 0.4s ease-in-out;
}

.service-van img {
	transition: all 0.4s ease-in-out;
	transform: translateY(0px);
	-webkit-animation: animate-van 1s ease-in-out infinite alternate;
	animation: animate-van 1s ease-in-out infinite alternate;
}

@-webkit-keyframes animate-van {
	from {
		transform: translateY(0px);
	}

	to {
		transform: translateY(4px);
	}
}

@keyframes animate-van {
	from {
		transform: translateY(0px);
	}

	to {
		transform: translateY(4px);
	}
}

.tab-panel-content {
	scroll-margin-top: 20px;
  }