/**
* 1.0 - Page Builder
*/
html{
	scroll-behavior: smooth;
}
html, body{
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: visible;
}

html{
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
img{
	image-rendering: -webkit-optimize-contrast;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}
ul,
li{
	list-style: none;
	margin: 0;
	padding: 0;
}

body{
	color: #222222; 
	font-family: 'poppinsregular';
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.618rem;  
	background: #fff;
	word-break: break-word;
	overflow-x: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

h1{
	font-size: 2.986rem;
	font-family: 'poppinsbold';
	letter-spacing: -0.02em;
}

h2{
	font-size: 2.488rem;
	font-family: 'poppinssemibold';
}
h3{
	font-family: 'poppinsmedium';
	font-size: 2.074rem;
}

h4{
	font-size: 1.728rem;
	font-family: 'poppinsmedium';
}

h5{
	font-size: 1.44rem;
	font-family: 'poppinsregular';
}

h6{
	font-size: 1.2rem;
	font-family: 'poppinslight';
}

p{
	color: #222222;
	font-family: 'poppinsregular';
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.618rem;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

a:hover {
	text-decoration: none;
}

a:focus, a:active{
	outline: none !important;
	box-shadow: none !important;
}
strong{
	font-weight: bold;
}




/**
* 1.1 - Form CSS
*/
select,
textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	outline:0;
}
label{
	width: 100%;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;
	box-shadow: none;
	outline: none;}
button:focus{
	outline: none;
	border: 0;
	box-shadow: none;
}
button::-moz-focus-inner {
	border: 0;
	box-shadow: none;
	outline: none;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1280px;
}
/**
* 1.3 - Default Css
*/

a.readmore-btn{
	background: linear-gradient(267deg, #f96900 0%, #f17f29 100%);
	padding: 10px 0;
	display: inline-block;
	border-radius: 50px;
	width: 170px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
	transition: 0.4s all ease-in-out;
}
a.readmore-btn:hover{
	transition: 0.4s all ease-in-out;
	background: linear-gradient(267deg, #4c6663 0%, #4c6663 100%);
}

/**
* 1.4 - Main Css
*/
#header-top-wrapper{
	position: relative;
	background: #1a090d;
	padding: 15px 0;
}
#header-top-wrapper .row{
	align-items: center;
}
.header-call-icon{
	color: #fff;
	white-space: nowrap;
}
.header-call-icon a{
	color: #fff;
}
.header-call-icon a:hover{
	text-decoration: underline;
}
.header-social-icon{
	display: flex;
	justify-content: flex-start;
}
.header-social-icon ul li{
	float: left;
	margin-left: 20px;
	background: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 27px;
	transition: 0.4s all ease-in-out;
}
.header-social-icon ul li a{
	color: #000;
}
.header-social-icon ul li:nth-child(1):hover a{
	color: #35abdb;
}
.header-social-icon ul li:nth-child(2):hover a{
	color: #4966ab;
}
.header-social-icon ul li:nth-child(3):hover a{
	color: #e13d38;
}
.header-social-icon ul li:nth-child(4):hover a{
	color: #ce0091;
}
.header-contact-info{
	display: flex;
	justify-content: flex-end;
}
.header-callinfo-header{
	line-height: 34px;
	display: flex;
	gap: 30px;
}
#header-bottom-wrapper{
	position: relative;
	background: #d9eaef;
}
#header-bottom-wrapper .row{
	align-items: center;
}
.custom-logo-link img{
	width: 120px;
	height: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li > a.mega-menu-link{
	display: block !important;
	text-decoration: none !important;
	font-family: 'poppinsmedium' !important;
	text-transform: uppercase !important;
	color: #000 !important;
	padding: 0 15px !important;
	letter-spacing: 0.02em !important;
	font-size: 16px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	color: #f76e09 !important;
}
.header-email-icon{
	background: linear-gradient(267deg, #f96900 0%, #f17f29 100%);
	padding: 15px;
	display: flex;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 80%;
	float: right;
	transition: 0.4s all ease-in-out;
}
.header-email-icon:hover{
	background: #4c6663;
}
.header-email-icon .fa-regular{
	font-size: 40px;
	margin-right: 15px;
}
.header-email-icon a{
	color: #fff;
	font-family: 'poppinsmedium';
	font-size: 16px;
	line-height: 1.4;
}
#frontpage-banner{
	padding: 5px 0;
}
#frontpage-banner .row{
	display: flex;
	flex-direction: row;
	gap: 6px;
}
.banner-left-wrapper{
	flex: 0 0 60%;
}
.banner-right-wrapper{
	flex: 0 0 calc(40% - 6px);
}
.banner-left-block,
.banner-right-big-wrapper{
	position: relative;
}
.banner-left-block .banner-left-content,
.banner-right-big-wrapper .banner-right-content{
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	padding: 80px;
	color: #fff;
}
.banner-left-block img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-right-content h1{
	font-size: 	2.488rem;
}
.banner-right-content h4 p{
	font-size: 1.44rem;
	color: #fff;
}
.banner-left-block{
	width: 100%;
	height: 620px;
	overflow: hidden;
}
.banner-right-big-wrapper{
	width: 100%;
	height: 307px;
	overflow: hidden;
	margin-bottom: 6px;
}
#frontpage-banner a{
	background: linear-gradient(267deg, #f96900 0%, #f17f29 100%);
	padding: 10px 0;
	display: inline-block;
	border-radius: 50px;
	width: 170px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
	transition: 0.4s all ease-in-out;
}
#frontpage-banner a:hover{
	transition: 0.4s all ease-in-out;
	background: linear-gradient(267deg, #4c6663 0%, #4c6663 100%);
}
#frontpage-about-wrapper{
	position: relative;
	display: flex;
	padding: 80px 0 80px 0;
}
.about-block{
	position: relative;
	height: 450px;
	border-radius: 25px;
	width: 100%;
}
.about-block img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	border-radius: 25px;
}
.about-list-wrapper{
	position: absolute;
	background: #fff;
	border-radius: 20px;
	right: -15px;
	z-index: 5;
	top: -50px;
	width: 80%;
}
.about-list-wrapper h5{
	font-size: 1.2rem;
	font-family: 'poppinsregular';
	margin-top: 5px;
}
.about-list-wrapper ul{
	margin: 0;
	padding: 0;
	display: flex;
}
.about-list-wrapper ul li{
	flex: 0 0 25%;
	padding: 15px;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.about-list-wrapper ul li img{
	position: relative;
	width: 60px;
	height: 60px;
	object-fit: contain;
}
.about-content-wrapper{
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 5;
	color: #fff;
	transform: translate3d(-50%, -60%, 0);
}
.about-content-wrapper p{
	color: #fff;
}
.about-content-link{
	position: absolute;
	left: -25px;
	bottom: -23px;
	background: #fff;
	border-radius: 25px;
	z-index: 5;
	padding: 20px 45px 40px 45px;
}
#frontpage-service-wrapper{
	position: relative;
	background: #a7e2e3;
	padding: 80px 0;
}
.service-block-wrapper{
	padding: 20px;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
	transition: 0.4s all ease-in-out;
	cursor: pointer;
	margin-bottom: 30px;
}
.service-block-wrapper:hover{
	transition: 0.4s all ease-in-out;
	background: #f17f29;
}
.service-number{
	color: #80cfa9;
	font-family: 'poppinsbold';
	font-size: 24px;
}
.service-block-wrapper h4{
	margin: 20px 0;
	width: 70%;
	min-height: 65px;
	text-decoration: underline;
}
.service-bottom{
	display: flex;
	align-items: center;
	position: relative;
	right: -13px;
	bottom: -20px;
}
.service-bottom-link{
	width: 30%;
	position: relative;
	z-index: 5;
}
.service-bottom-image{
	width: 90%;
	position: relative;
	right: -20px;
}
.service-bottom-image img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-top-left-radius: 25px;
}
.service-heading h2{
	text-align:center;
	margin-bottom: 40px;
}
#frontpage-testimonial-wrapper{
	padding: 80px 0 60px 0;
}
#frontpage-testimonial-wrapper h2{
	margin-bottom: 0;
}
#frontpage-testimonial-wrapper h5{
	margin-bottom: 40px;
	text-align: center;
}
.testimonial-block{
	background-image: radial-gradient(at top left, #f8f8f8 74%, #fff 42%);
	box-shadow: 0px 0px 18px -15px rgba(0,0,0,.8);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0 15px;
	border-radius: 25px;
	padding: 25px;
	padding-bottom: 5px;
}
#frontpage-testimonial-wrapper .item{
	padding: 10px;
}
.testimonial-author{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-end;
	margin-top: 15px;
}
.testimonial-authour-image{
	flex: 0 0 30%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.testimonial-authour-image img{
	width: 150px;
	height: 150px;
	object-fit: contain;
}
.testimonial-authour-title{
	flex: 0 0 70%;
	padding: 20px;
	margin-bottom: 15px;
}
.testimonial-block{
	position: relative;
}
.testimonial-block:before{
	position: absolute;
	content: '';
	background-image: url('http://ultimatewetsealcaulking.com.au/wp-content/uploads/2024/03/testimonial-shape.png');
	background-repeat: no-repeat;
	background-size: contain;
	top: -15px;
	right: 5px;
	width: 30px;
	height: 30px;
}
.testimonial-block p{
	font-size: 1.2rem;
	line-height: 1.841;
}
#frontpage-testimonial-wrapper .owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 999;
}
#frontpage-testimonial-wrapper .owl-prev{
	left: 0;
	position: absolute;
	background: linear-gradient(267deg, #f96900 0%, #f17f29 100%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 0;
	font-size: 35px;
	color: #fff;
}
#frontpage-testimonial-wrapper .owl-next{
	right: 0;
	position: absolute;
	background: linear-gradient(267deg, #f96900 0%, #f17f29 100%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 0;
	font-size: 35px;
	color: #fff;
}
#frontpage-blog-wrapper{
	padding: 80px 0;
	background: #a7e2e3;
}
.blog-post-wrapper{
	background: #fff;
	border-radius: 25px;
	position: relative;
}
.blogpost-image{
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	width: 100%;
	height: 265px;
	overflow: hidden;
}
.blogpost-image img{
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.0);
	transition: 0.4s all ease-in-out;
}
.blog-post-wrapper:hover .blogpost-image img{
	transform: scale(1.1);
	transition: 0.4s all ease-in-out;
}
.blogpost-title{
	padding: 20px;
}
.blogpost-title h5{
	color: #000;
	line-height: 1.3;
}
.blogpost-title img{
	width: 15px;
	height: 15px;
	object-fit: contain;
}
.blog-post-wrapper:hover h5{
	text-decoration: underline;
}
.site-footer{
	background: #1a090d;
	padding: 60px 0 0 0;
}
#frontpage-footer-wrapper{
	padding: 80px 0;
}
#frontpage-footer-wrapper .row{
	display: flex;
	align-items: center;
}
.frontpage-contact-left{
	position: relative;
}
.frontpage-contact-left ul{
	width: 70%;
	margin: 0 auto;
}
.frontpage-contact-left ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 36px;
	text-align: center;
	margin: 30px 0;
	line-height: 36px;
}
.frontpage-contact-left ul li a{
	color: #000;
	font-size: 20px;
	text-decoration: none;
}
.frontpage-contact-left ul li a:hover{
	color: #c9d7f8;
}
.frontpage-contact-left ul li .fa-solid,
.frontpage-contact-left ul li .fa-brands{
	margin-bottom: 10px;
	color: #f96900;
}
.frontpage-contact-right{
	background-color: #fff;
	box-shadow: rgba(99,99,99,.2) 0px 2px 8px 0px;
	border-radius: 12px;
	padding: 16px 15px 10px;
	position: relative;
	z-index: 9;
}
#wpforms-123{
	margin-top: 0;
}
#wpforms-submit-123{
	background: linear-gradient(267deg, #f96900 0%, #f17f29 100%);
	border-radius: 25px;
	border: 0;
	outline: none;
	color: #fff;
	transition: 0.4s all ease-in-out;
}
#wpforms-submit-123:hover{
	cursor: pointer;
	transition: 0.4s all ease-in-out;
	background: linear-gradient(267deg, #4c6663 0%, #4c6663 100%);
}
.site-footer h6{
	color: #fff;
	margin-bottom: 10px;
}
ul.footer-links-wrap{
	position: relative;
	margin: 0;
	padding: 0;
}
ul.footer-links-wrap li{
	list-style: none;
	position: relative;
	padding-left: 20px;
}
ul.footer-links-wrap li:before{
	position: absolute;
	content: '\f35a';
	font-family: "Font Awesome 6 Free";
	top: -1px;
	left: 0;
	color: #fff;
	font-size: 12px;
}
ul.footer-links-wrap li a{
	color: #fff;
}
ul.footer-links-wrap li a:hover{
	text-decoration: underline;
}
.current_page_item a{
	color: #f76e09;
}
.header-callinfo{
	line-height: 34px;
	font-family: 'poppinslight';
}
.site-footer-bottom{
	margin-top: 40px;
	padding-bottom: 40px;
}
p.copyright{
	color: #fff;
	font-size: 13px;
}
ul#site-footer-bottom-links{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
ul.site-footer-bottom-links li{
	float: left;
	font-size: 13px;
}
ul.site-footer-bottom-links li a{
	color: #fff;
}
ul.site-footer-bottom-links li a:hover{
	text-decoration: underline;
}
.design-by{
	font-size: 13px;
	text-align: right;
	color: #fff;
}
.design-by a{
	color: #fff;
}
.design-by a:hover{
	text-decoration: underline;
}
.social-links-items{
	position: relative;
}
.social-links-items ul{
	margin: 0;
	padding: 0;
}
.social-links-items ul li{
	float: left;
	padding: 10px;
	border: 1px solid #fff;
	margin-right: 15px;
	width: 40px;
	text-align: center;
	transition: 0.4s all ease-in-out;
}
.social-links-items ul li a{
	color: #fff;
}
.social-links-items ul li:hover{
	background: #fff;
	transition: 0.4s all ease-in-out;
}
.social-links-items ul li:hover a{
	color: #000;
}
#page-banner{
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
}
#page-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#page-banner h1{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate3d(-50%, -50%, 0);
}
#about-page-wrapper{
	position: relative;
	padding: 80px 0;
}
.about-image-left-top{
	float: left;
	width: 45%;
	margin-right: 40px;
}
.aboutblock-top-wrapper{
	display: flex;
	flex-direction: row;
	width: 100%;
}
.about-image-left-top{
	position: relative;
	width: 50%;
	float: left;
	margin-right: 35px;
	min-height: 600px;
}
.about-page-image-top{
	position: absolute;
	width: 80%;
	min-height: 50%;
	top: 0;
	right: 0;
	z-index: 99;
}
.about-page-image-top img{
	border-radius: 25px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-page-image-bottom{
	position: absolute;
	width: 85%;
	min-height: 600px;
	object-fit: contain;
	z-index: 666;
	top: 250px;
	left: 0;
	border-radius: 25px;
}
.about-page-image-bottom img{
	border-radius: 25px;
	border: 5px solid #fff;
}
.about-top-content{
	width: 50%;
	float: right;
}
#aboutus-mid-wrapper{
	position: relative;
	background: #a7e2e3;
	padding: 80px 0;
}
#aboutus-mid-wrapper .about-block{
	overflow: hidden;
	position: relative;
}
/* Initial styling for the pseudo-element */
#aboutus-mid-wrapper .about-block:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: background 0.4s ease-in-out; /* Simplified transition */
	background: rgba(0, 0, 0, 0.7); /* Initial transparent background */
	z-index: 66;
}

/* Hover effect on the pseudo-element */
#aboutus-mid-wrapper .about-block:hover::before {
	background: rgba(0, 0, 0, 0.9); /* Background color on hover */
}
#aboutus-mid-wrapper .about-content-link{
	position: absolute;
	left: -25px;
	bottom: 25px;
	border-radius: 25px;
	z-index: 99;
	padding: 20px 30px;
	min-width: 200px;
	text-align: center;
	background: linear-gradient(267deg, #f96900 0%, #f17f29 100%);
	color: #fff;
}
#aboutus-mid-wrapper .about-content-wrapper{
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 99;
	color: #fff;
	transform: initial;
	width: 80%;
}
#aboutpage-bottom-wrapper{
	position: relative;
	padding: 80px 0;
}
#aboutpage-bottom-wrapper .about-list-wrapper{
	position: relative;
	background: #fff;
	border-radius: 0;
	right: 0;
	z-index: 5;
	top: 0;
	width: 100%;
}
#aboutpage-bottom-wrapper .about-list-wrapper ul li{
	flex: 0 0 25%;
	padding: 0 25px;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
#gallerypage{
	position: relative;
	padding: 80px 0 50px 0;
}
.pagegallery-img{
	margin-bottom: 30px;
}
.pagegallery-img img{
	border-radius: 25px;
}
#blog-page-wrapper{
	position: relative;
	padding: 80px 0 50px 0;
}
#blog-page-wrapper a{
	color: #000;
}
#blog-page-wrapper .blog-post-wrapper{
	box-shadow: rgba(99,99,99,.2) 0px 2px 8px 0px;
	margin-bottom: 60px;
}
#blog-page-wrapper .blogpost-title{
	color: #464646;
}
#blog-page-wrapper .blogpost-title h5{
	margin-bottom: 5px;
}
#blog-page-wrapper .blog-post-wrapper:hover .blogpost-title{
	color: #000;
}
.singlepage-content{
	padding: 60px 0;
	margin-top: 0;
}
#service-page-wrapper{
	position: relative;
	padding: 40px 0;
}
.row-left-block,
.row-right-block{
	display: flex;
	align-items: center;
	padding: 40px 0;
}
.row-left-block img,
.row-right-block img{
	border-radius: 25px;
	width: 100%;
	min-height: 410px;
	object-fit: cover;
}
.service-single-how-wrapper{
	margin: 80px 0;
}
.single-service-wrapper{
	padding: 80px 15px;
}
.how-service-block{
	box-shadow: 0px 30px 60px 0px rgba(0,0,0,.1);
	padding: 40px;
	margin-bottom: 60px;
	border-radius: 25px;
	background: #fff;
	transition: 0.4s all ease-in-out;
}
.how-service-block:hover{
	transition: 0.4s all ease-in-out;
	background: #f6710e;
	color: #fff;
}
.how-service-block img{
	width: 120px;
	height: 120px;
	object-fit: contain;
	margin-bottom: 20px;
}
.service-single-how-wrapper h2{
	color: #f6710e;
	text-align: center;
	margin-bottom: 40px;
}
.how-service-block h4{
	margin-bottom: 5px;
}
.service-page-bottom-wrapper .card{
	background: transparent;
	border: 0;
	border-radius: 0;
}
.service-page-bottom-wrapper .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.service-page-bottom-wrapper .btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent;
	color: #1e1e1e;
	font-size: 1.728rem;
	font-family: 'poppinsmedium';
}
.service-page-bottom-wrapper .card-body{
	padding-top: 0;
	padding-left: 15px;
}
.service-page-bottom-wrapper h2{
	color: #f6710e;
	text-align: center;
	margin-bottom: 40px;
	display: block;
	width: 100%;
}
.service-page-bottom-wrapper img{
	width: 100%;
	min-height: 415px;
	object-fit: cover;
	border-radius: 25px;
}
.single-page-wrapper{
	padding: 80px 0;
}
.single-page-wrapper h1{
	margin-bottom: 60px;
}
#wpforms-submit-147{
	background: linear-gradient(267deg, #f96900 0%, #f17f29 100%);
	border-radius: 25px;
	border: 0;
	outline: none;
	color: #fff;
	transition: 0.4s all ease-in-out;
}
#wpforms-submit-147:hover{
	cursor: pointer;
	transition: 0.4s all ease-in-out;
	background: linear-gradient(267deg, #4c6663 0%, #4c6663 100%);
}
.single-page-wrapper h1,
.single-page-wrapper h2,
.single-page-wrapper h3,
.single-page-wrapper h4,
.single-page-wrapper h5,
.single-page-wrapper h6{
	margin-top: 20px;
	margin-bottom: 5px;
}
.single-page-wrapper li,
.single-page-wrapper p{
	margin-bottom: 10px;
}
@media screen and (max-width : 1140px) {
	.banner-right-content h1{
		font-size: 2rem;
	}
	.banner-right-content h4{
		font-size: 1rem;
	}
	.about-block{
		height: auto;
	}
	#aboutus-mid-wrapper .about-content-wrapper {
		position: relative;
		top: 15px;
		left: 15px;
		z-index: 99;
		color: #fff;
		transform: initial;
		width: 100%;
		margin-bottom: 30px;
	}
	#aboutus-mid-wrapper .about-content-link {
		position: relative;
		left: 0;
		bottom: 0;
		border-radius: 0;
		z-index: 99;
		padding: 20px 30px;
		min-width: 200px;
		text-align: center;
		background: linear-gradient(267deg, #f96900 0%, #f17f29 100%);
		color: #fff;
	}
}
@media screen and (max-width : 990px) {
	.header-email-info{
		margin: 15px 0 10px 0;
		margin-left: 20px;
	}
	.header-contact-info{
		justify-content: flex-start;
		margin-left: 20px;
	}
	.header-email-icon{
		width: 100%;
		margin: 10px 0;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li > a.mega-menu-link{
		color: #fff !important;
	}
	.site-footer-top-info img{
		width: 150px;
		height: 100%;
		object-fit: contain;
		margin-left: -25px;
		margin-bottom: 20px;
	}
	.footer-contact{
		margin: 30px 0;
	}
	ul#site-footer-bottom-links{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 20px;
		margin: 10px 0;
	}
	.design-by{
		text-align: left;
	}
	#frontpage-banner .row{
		display: block;
	}
	.banner-left-block{
		height: auto;
	}
	.banner-right-big-wrapper{
		margin: 15px 0 !important;
	}
	.banner-right-big-wrapper{
		height: auto;
	}
	.blog-post-wrapper{
		margin-bottom: 30px;
	}
}
@media screen and (max-width : 820px) {
	.about-list-wrapper{
		position: relative;
		top: 15px;
		right: 0;
		left: 30px;
	}
	.about-content-wrapper {
		position: relative;
		top: 0;
		left: 0;
		z-index: 5;
		color: #fff;
		transform: translate3d(0%, 0%, 0);
		padding: 30px;
	}
	.about-block{
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.about-content-link {
		position: relative;
		left: 0;
		bottom: 0;
		background: transparent;
		border-radius: 25px;
		z-index: 5;
		padding: 0;
		max-width: 50px;
		text-align: center;
		margin-left: 19px;
		margin-bottom: 40px;
	}
	.about-list-wrapper ul{
		flex-wrap: wrap;
	}
	#aboutpage-bottom-wrapper .about-list-wrapper ul li{
		flex: 0 0 50%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width : 767px) {
	.service-content{
		margin: 20px 0;
	}
	.row-left-block, .row-right-block {
		display: flex;
		align-items: center;
		padding: 0;
		margin-bottom: 40px;
	}
	.row-left-block img, .row-right-block img{
		min-height: 100%;
	}
	.service-page-bottom-wrapper img{
		min-height: auto; 
		margin-bottom: 20px;
	}
	.aboutblock-top-wrapper{
		display: block;
	}
	.about-image-left-top {
    position: relative;
    width: 100%;
    float: left;
    margin-right: 0;
    min-height: auto;
}
	.about-page-image-top {
    position: relative;
    width: 100%;
    min-height: auto;
    top: 0;
    right: 0;
    z-index: 99;
    height: auto;
}
	.about-page-image-bottom {
    position: relative;
    width: 100%;
    min-height: auto;
    object-fit: contain;
    z-index: 666;
    top: 0;
    left: 0;
    border-radius: 25px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
	.about-top-content{
		width: 100%;
	}
	#aboutus-mid-wrapper .about-block {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    display: table;
    height: auto;
}
	#aboutus-mid-wrapper .about-content-link{
		padding: 10px 0;
		min-width: 90%;
	}
	#aboutpage-bottom-wrapper .about-list-wrapper{
		left: 0;
	}
}
@media screen and (max-width : 600px) {
	.main-navigation .menu-toggle{
		display: none;
	}
	.about-list-wrapper ul{
		display: block;
	}
	#frontpage-about-wrapper{
		padding: 40px 0;
	}
	#page-banner h1{
		font-size: 2rem;
	}
}