/*!
Theme Name: Defined
Theme URI: https://alignedagency.com.au/
Author: Aligned Agency
Author URI: https://alignedagency.com.au/
Description: Custom Wordpress Theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: defined
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Defined is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


:root{
	--primary-color: #1e5ae0;
	--secondery-color: #1fafff;
	--white-color: #ffffff;
    --black-color: #313147;
	--area-bg: #eef3ff;
	
    --primary-font: "Area", sans-serif;
}
body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	margin: 0;
	padding: 0;
	font-family: var(--primary-font);
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	color: var(--black-color);
}
.btn {
	font-size: 12px;
	padding: 16px 50px;
	font-weight: normal;
	font-family: var(--primary-font);
	text-transform: uppercase;
	border-radius: 0;
	transition: 0.4s all;
	line-height: 1;
	border: none;
	color: var(--white-color);
	background: var(--primary-color);
}
.btn:hover {
	color: var(--white-color);
	background: var(--black-color);
}
.btn-primary{
	color: var(--white-color);
	background: var(--black-color);
}
.btn-primary:hover{
	color: var(--white-color);
	background: var(--primary-color);
}
.btn-secondery{
	color: var(--black-color);
	background: var(--white-color);
}
.btn-secondery:hover{
	color: var(--white-color);
	background: var(--black-color);
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.1;
	font-weight: 800;
	font-family: var(--primary-font);
}
h1 {
	font-size: 16px;
}
h2{
	font-size: 38px;
}
h3{
	font-size: 24px;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
/* p:last-child, p:last-of-type {
	margin-bottom: 20px;
} */
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input, select {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 10px 30px !important;
	color: var(--black-color);
	background: var(--area-bg);
}
input, select {
	height: 60px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select::placeholder {
    color: var(--black-color);
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.area-bg{
	background: var(--area-bg);
}
.p-80{
	padding: 80px 0;
}
.p-60{
	padding: 60px 0;
}
.pb-40{
	padding-bottom: 40px;
}
.container{
	transition: .4s;
}


/* Header */
.header-sec {
	background: var(--white-color);
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 25px;
	position: fixed;
}
.header-logo {
	margin-right: 10px;
	max-width: 220px;
	transition: .4s all ease;
}
.header-logo img {
	width: 100%;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-menu ul {
	display: flex;
	gap: 18px;
}
.h-btn {
	gap: 10px;
	display: flex;
	margin-left: 10px;
}
.header-btn {
	display: flex;
	gap: 10px;
}
.h-menu ul li a {
	font-size: 12px;
	font-weight: 600;
	color: var(--black-color);
	font-family: var(--primary-font);
	text-transform: uppercase;
}
.h-menu ul li a:hover{
	color: var(--primary-color);
}
.menu-item.active a{
	color: var(--primary-color);
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-sec.sticky-active {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .1);
}
.header-btn .btn {
	padding: 18px 35px;
  }
.header-btn-down {
	display: none;
}

/* banner */
.banner-area {
	padding-top: 100px;
	padding-bottom: 200px;
}
.banner-area::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .8;
}
.banner-content h1 {
	margin-bottom: 35px;
}
.banner-btn {
	margin-top: 35px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:60%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.banner-content {
	padding-right: 70px;
}
.intro-content-wrapp {
	padding: 60px;
	margin-top: -130px;
	z-index: 1;
}
.intro-content h2 {
	margin-bottom: 25px;
}
.intro-img img {
/* 	aspect-ratio: 1/1.4; */
	width: 100%;
	object-fit: cover;
}
.intro-img {
	padding-right: 20px;
}
/* .intro-cover::before {
	content: "";
	position: absolute;
	background: var(--area-bg);
	height: 100%;
	width: 100%;
	top: 130px;
	left: 0;
} */
.wc-list-heading {
	background: var(--primary-color);
	padding: 30px;
}
.wc-list-heading img {
	height: 40px;
	object-fit: contain;
	width: 40px;
} 
.wc-list-text {
	padding: 30px;
}
.wc-list-heading h3 {
	word-break: break-word;
}
.intro-cover::after {
	content: "";
	position: absolute;
	background-image: url(assets/img/primary-object.svg);
	height: 56%;
	background-repeat: no-repeat;
	width: 56%;
	top: 330px;
	left: -27%;
}
.intro-cover::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/grey-object.svg);
	height: 40%;
	width: 28%;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.why-choose-area {
	z-index: 1;
}
.intro-area::before {
	content: "";
	position: absolute;
	background: var(--area-bg);
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
}

/* services */
.services-area {
	background: var(--secondery-color);
}
.service-content {
	background: var(--white-color);
	height: 100%;
}
.service-list-heading {
	background: var(--primary-color);
	padding: 25px 20px 25px 70px;
	position: relative;
}
.service-list-heading::before {
	content: "";
	position: absolute;
	background: url(assets/img/tick.png);
	height: 40px;
	width: 40px;
	top: 25px;
	left: 20px;
	background-repeat: no-repeat;
}
.service-list-content {
	padding: 20px;
}
.service-list-content img {
	aspect-ratio: 1/.6;
	width: 100%;
	object-fit: cover;
}
.services-area{
	padding-bottom: 230px !important;
}

/* suppliers */
.suppliers-content {
	background: var(--white-color);
	padding: 60px;
	margin-top: -150px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
	padding-bottom: 30px;
}

/* serve-area */
.serve-btn ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.serve-btn ul li {
	width: 100%;
}
.serve-btn .nav-pills .nav-link.active {
	background-color: var(--secondery-color);
	color: var(--white-color);
	position: relative;
}
.serve-btn .nav-pills .nav-link {
	background-color: var(--primary-color);
	color: var(--white-color);
	width: 100%;
	text-align: start;
	padding: 30px;
	font-family: var(--primary-font);
	line-height: 1;
	border-radius: 0;
	display: flex;
	gap: 20px;
	align-items: start;
}
.tab-content {
	background: var(--area-bg);
	height: 100%;
	display: flex;
}
.serve-text {
	max-width: 740px;
	z-index: 2;
}
.serve-text p {
	margin-bottom: 20px;
}
.serve-content-cover {
	width: 65%;
}
.serve-cover {
	width: 35%;
}
.full-table {
	gap: 10px;
}
.tab-content > .tab-pane {
	width: 100%;
}
.serve-content {
	padding: 60px;
	overflow: hidden;
}
.serve-btn img {
	width: 35px;
}
.serve-img {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: -150px;
	height: 260px;
	width: 400px;
}
.serve-img img {
	width: 100%;
}
.serve-btn svg {
	fill: #fff;
	height: 35px;
	width: 35px;
}
.serve-img svg, .serve-table svg {
	fill: #d3eaff;
}
.serve-mb-img {
	position: absolute;
	content: "";
	top: 20px;
	right: -70px;
	z-index: 1;
	height: 200px;
	width: 200px;
}
.serve-mb-content{
	z-index: 3;
}

/* process */
.process-title {
	color: var(--primary-color);
}
.process-content h3 {
	color: var(--primary-color);
	margin: 30px 0 20px;
}
.process-content span {
	background: var(--primary-color);
	height: 65px;
	width: 65px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white-color);
	font-weight: 800;
	font-size: 50px;
	position: relative;
	z-index: 2;
}
.process-text {
	background: var(--white-color);
	padding: 30px 20px;
}
.process-line {
	position: relative;
}
.process-line::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	height: 2px;
	width: 100%;
	left: 50%;
	top: 30px;
	z-index: 1;
}
.process-line:last-child::before {
	display: none;
}
  
/* testimonial */
.testimonial-content {
	height: 100%;
	padding: 40px;
	background: var(--white-color);
}
.testimonials .slick-track {
	display: flex;
}
.testimonial-cover {
	height: auto;
	padding: 0 10px;
}
.testimonials {
	padding: 0 50px;
}
.name span {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	background: transparent;
	color: var(--primary-color);
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 0;
	font-size: 28px;
	line-height: 1;
	left: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-arrow.slick-next {
	left: auto;
	right: 0;
}
.testimonial-area::before {
	content: "";
	position: absolute;
	background: var(--area-bg);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .5;
}
.name img {
	width: 120px;
}
.project-text {
	background: var(--primary-color);
	font-size: 18px;
	font-weight: 800;
	padding: 15px;
}
.gallery-img img {
	aspect-ratio: 1;
	width: 100%;
	object-fit: cover;
	cursor: pointer;
}

/* industry */
.industry-content {
	display: flex;
}
.industry-img {
	width: 40%;
}
.industry-text {
	width: 60%;
/* 	padding: 60px 40px; */
}
.industry-img img {
	aspect-ratio: 1/1.2;
	width: 100%;
	object-fit: cover;
	border-right: 25px solid var(--white-color);
	border-bottom: 25px solid var(--white-color);
}
.industry-text h2 {
	margin-bottom: 30px;
}
.industry-text p {
	margin-bottom: 20px;
}
/* .industry-content::before {
	content: "";
	position: absolute;
	background: url(assets/img/bg.png);
	height: 100%;
	width: 75%;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
} */
.about-text {
	background: var(--primary-color);
	padding: 60px 40px;
}
  
/* double-faq */
.faq-question {
	background: var(--area-bg);
	color: var(--black-color);
	padding: 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	margin-bottom: 12px;
	border: none;
}
.faq-item{
	margin-bottom: 12px;
}
.faq-answer {
	display: none;
	padding: 20px 15px;
	text-align: start;
	background: var(--area-bg);
	border: none;
}
.faq-item.active .faq-trigger i::before {
	content: "\f068";
	color: var(--primary-color);
	height: 27px;
	width: 27px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faq-trigger {
	color: var(--primary-color);
	height: 27px;
	width: 27px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	margin-left: 10px;
}
.faq-title {
	color: var(--primary-color);
}

/* popup-form */
.gform_footer .gform_button {
	max-width: 200px;
	font-size: 15px;
	background: var(--primary-color);
	font-weight: 500;
	color: var(--white-color);
	border: none;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	height: 50px;
}
.gform_footer .gform_button:hover {
	background: var(--black-color);
}
.gform_drop_area button {
	border: 1px solid #a6a6a6;
	padding: 2px 10px;
	background: transparent !important;
	border-radius: 10px;
}
.gform_wrapper.gravity-theme .gform_drop_area {
	background: transparent !important;
	border: none !important;
	border-radius: 10px !important;
	margin-bottom: 0 !important;
	padding: 20px !important;
	text-align: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1) !important;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules {
	margin-top: 0 !important;
	margin-left: 5px !important;
}
.modal-header {
	border: none;
	padding-bottom: 0;
}
.popup-number a {
	color: var(--black-color);
	display: inline-block;
}
.gfield_label.gform-field-label {
	display: none;
}
.gfield {
	margin-bottom: 15px;
}
.popup-form input, .popup-form textarea {
	border: 0;
}
.enquire-title span {
	font-size: 32px;
	font-weight: bold;
	font-family: var(--primary-font);
	color: var(--black-color);
}
.gfield {
	margin-bottom: 0;
}
.modal-header button {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9;
}
.modal-content {
	padding: 0 10px;
}
.popup-number p, .popup-number a {
	font-size: 16px;
}
.popup-form .gform_footer {
	justify-content: center;
}

/* contact */
.contact-area::before {
	content: "";
	position: absolute;
	background: var(--secondery-color);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .7;
}
.contact-area::after {
	content: "";
	position: absolute;
	background: url(assets/img/3.svg);
	height: 324px;
	width: 400px;
	background-repeat: no-repeat;
	bottom: -100px;
	left: -200px;
}
.c-contact {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	margin-bottom: 20px;
}
.c-contact a {
	color: var(--white-color);
	font-size: 24px;
	font-weight: 600;
}
.contact-field {
	background: var(--white-color);
	padding: 60px;
	margin-bottom: -80px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 2;
}
.contact-title {
	margin-bottom: 40px;
}
.contact-field .gform_footer.before {
	justify-content: end;
}
.contact-field .gform_footer {
	justify-content: end;
}

/* footer */
.footer-area {
	background: var(--white-color);
	position: relative;
	padding-top: 160px;
	padding-bottom: 50px;
}
.footer-logo img {
	width: 200px;
}
.footer-menu ul {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.footer-menu ul li a {
	font-size: 16px;
	color: var(--black-color);
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-menu {
	padding: 10px 0 15px 0;
}
.footer-menu-one {
	border-bottom: 1px solid var(--primary-color);
}
.footer-link a, .header-link a {
	font-size: 24px;
	color: var(--black-color);
}
.copyright-text {
	font-size: 16px;
}
.copyright-text a {
	color: var(--black-color);
}
.popup-logo img {
	width: 200px;
}


/* 404 */
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
	font-weight: bold;
	color: var(--black-color);
}
.error-404-area {
	padding-top: 60px;
}

.wp-block-heading {
	line-height: 2;
}
.default-page-area {
	padding-top: 200px;
}

/* first-update */
.banner-area::before {
	background: #000;
	opacity: .5;
}
.banner-content h1 {
	margin-bottom: 25px;
}
.banner-content h2 {
	margin-bottom: 20px;
	font-size: 42px;
}
.service-list-heading::before {
	display: none;
}
.service-list-heading {
	padding: 20px;
}
h3 {
	font-size: 23px;
}
.footer-menu ul li a {
	font-size: 12px;
}
.c-contact a {
	font-size: 20px;
}
.testimonial-area::before {
	background: #000;
}
.testimonials .slick-arrow{
	color: var(--white-color);
}
.service-content {
	text-align: center;
}
#project-popup .modal-header button {
	top: 10px;
}
.gallery-img img {
	aspect-ratio: 1/.6;
}
.project-gallery {
	padding: 0 40px;
}
.project-gallery .slick-track {
	gap: 20px;
	display: flex;
}
.project-gallery .slick-track .slick-slide {
	gap: 20px;
	display: flex !important;
	flex-direction: column;
}
.project-inner-gallery:not(:first-child) {
	display: none;
}
.project-inner-gallery a i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: var(--bs-white);
	font-size: 24px;
	opacity: 0;
	visibility: hidden;
	transition: .4s all ease;
}
.project-inner-gallery a {
	position: relative;
	display: block;
}
.project-inner-gallery a:hover i {
	opacity: 1;
	visibility: visible;
}
.project-inner-gallery a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .4s all ease;
}
.project-inner-gallery a:hover::before {
	opacity: 1;
	visibility: visible;
}
.contact-area::before {
	background: #000;
	opacity: .5;
}
.service-list-heading {
	padding: 20px;
	min-height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}





/* responsive */
@media all and (max-width: 1399.98px){
/* 	h1 {
		font-size: 48px;
	} */
	.header-sec {
		padding: 25px 0;
	}
	.header-logo {
		max-width: 190px;
	}
	.h-menu ul li a {
		font-size: 10px;
	}
	.header-btn .btn {
		padding: 18px 30px;
	}
	.banner-content {
		padding-right: 0;
	}
	.intro-cover::after {
		left: -36%;
	}
}

@media all and (max-width: 1199.98px){
/* 	h1 {
		font-size: 40px;
	} */
	h3{
		font-size: 22px;
	}
	.wc-list-heading {
		padding: 25px;
	}
	.process-line:nth-child(2)::before {
		display: none;
	}


	/* mobile-menu */
	.mobile-menu {
		width: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		transition: .4s all ease;
		background: var(--white-color);
	}
	.mobile-menu.active {
		left: 0;
		transition: .4s all ease;
		opacity: 1;
		visibility: visible;
	}	
	
	.menu-trigger {
		z-index: 9;
		position: relative;
		cursor: pointer;
		color: var(--primary-color);
		font-size: 29px;
		width: 26px;
		height: 26px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.menu-trigger.active {
		color: var(--black-color);
	}
	.menu-trigger.active i::before {
		content: "\f00d";
	}
	.slicknav_btn {
		display: none;
	}
/* .slicknav_nav {
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
} */
	.slicknav_nav {		
		padding-top: 80px;
	}
	._mobile-menu.active .slicknav_nav{
		left: 0;
	}
	._mobile-menu.active {
		display: block;
	}
	.admin-bar .slicknav_nav {
		padding-top: 92px;
	}


/* .slicknav_nav.slicknav_open {
    left: 0;
} */

	.slicknav_nav ul a:hover{
		background-color: transparent !important;
	}
	.slicknav_menu {
		background: var(--white-color);
	/* 	height: 100vh; */
		display: block;
		opacity: 1;
	}
	.slicknav_nav a {
		font-weight: 600;
		font-family: var(--primary-font);
		color: var(--black-color);
		padding: 14px 10px;
		/* display: inline-block; */
		text-transform: uppercase;
		font-size: 12px;
		border-bottom: 1px solid #d9d9d9;
	}
	.slicknav_nav::before {
		content: "";
		position: absolute;
		background: #d9d9d9;
		height: 1px;
		width: 100%;
	}
	.slicknav_nav a:hover {
		background: none;
		color: var(--black-color);
		border-radius: 0;
	}
	.h-menu {
		display: none;
	}
	.menu-trigger-wrap {
		display: block;
	}
	/*  */

}

@media all and (max-width: 991.98px){
	/* h1 {
		font-size: 42px;
	} */
	h2{
		font-size: 36px;
	}
	.banner-content h1 br {
		display: none;
	}
	.banner-content {
		text-align: center;
		margin-bottom: 40px;
	}
	.banner-content h1 {
		margin-bottom: 20px;
	}
	.banner-btn {
		margin-top: 30px;
	}
	.banner-area {
		padding-top: 80px;
		padding-bottom: 200px;
	}
	.intro-content-wrapp {
		padding: 40px;
	}
	.intro-img {
		padding-right: 0;
	}
	.intro-img img {
		aspect-ratio: 1/1.1;
	}
	.intro-content {
		text-align: center;
		margin-bottom: 40px;
	}
	.intro-cover::after {
		display: none;
	}
	.intro-cover::before {
		display: none;
	}
	.services-title {
		text-align: center;
		margin-bottom: 20px;
	}
	.services-text {
		text-align: center;
	}
	.serve-img {
		height: 150px;
		width: 200px;
	}

	/* serve-faq */
	.faq-items {
		margin: 5px 0;
		cursor: pointer;
	}
	.questions {
		padding: 20px;
		color: var(--white-color);
		display: flex;
		align-items: center;
		gap: 15px;
		transition: .1s;
		justify-content: space-between;
		background: var(--primary-color);
	}
	.faq-triggers {
		flex-direction: column;
		display: flex;
		row-gap: 0px;
		color: var(--rcl-r350-1);
	}
	.answers {
		display: none;
		padding: 15px;
		background: var(--area-bg);
		position: relative;
		overflow: hidden;
	}
	.faq-items.active .faq-triggers i::before {
		content: "\f068";
	}
	.faq-items.active .questions {
		background: var(--secondery-color);
	}
	.industry-content {
		flex-direction: column;
	}
	.industry-img {
		width: 100%;
	}
	.industry-text {
		width: 100%;
/* 		padding: 40px 20px 20px 20px; */
		text-align: center;
	}
	.about-text{
		padding: 40px 20px 20px 20px;
	}
	.industry-content::before {
		width: 100%;
	}
.industry-img img {
	border-right: none;
	aspect-ratio: 1/1.1;
	border-bottom: none;
	margin-top: 20px;
}
	.contact-content {
		text-align: center;
	}
	.contact-area::after {
		display: none;
	}
	.contact-field .gform_footer.before {
		justify-content: center;
	}
	.gform_footer {
		justify-content: center !important;
	}
	.text-order{
		order: 1;
	}
	.img-order{
		order: 2;
	}
}

@media all and (max-width: 782px){
	.admin-bar .header-sec {
		top: 46px;
	}
	.admin-bar .slicknav_nav {
		padding-top: 106px;
	}
}

@media all and (max-width: 767.98px){
	.p-80{
		padding: 60px 0;
	}
	h1 {
		font-size: 15px;
	}
	h2{
		font-size: 32px;
	}
	h3{
		font-size: 22px;
	}
	body {
		font-size: 16px;
	}
	br{
		display: none;
	}
	.header-btn {
		display: none;
	}
	.header-btn-down {
		display: flex !important;
		margin-top: 15px;
		gap: 10px;
	}
	.header-btn-down .btn {
		flex-grow: 1;
		padding-left: 10px;
		padding-right: 10px;
	}
	.banner-area {
		padding-top: 60px;
		padding-bottom: 200px;
	}
	.intro-content-wrapp {
		padding: 15px;
		padding-top: 30px;
	}
	.service-list-content {
		padding: 20px 15px;
	}
	.suppliers-content {
		padding: 40px;
		padding-bottom: 10px;
	}
	.process-line::before {
		display: none !important;
	}
	.process-text {
		padding: 30px 15px;
	}
	.testimonials {
		padding: 0 30px;
	}
	.testimonial-content {
		padding: 20px 15px;
	}
	.name img {
		width: 100px;
	}
	.name span {
		font-size: 14px;
	}
/* 	.industry-text {
		padding: 30px 15px 10px 15px;
	} */
	.about-text {
		padding: 30px 15px 10px 15px;
	}
	.footer-menu ul {
		gap: 10px;
		flex-direction: column;
	}
	.footer-menu ul li {
		text-align: center;
	}
	.contact-field {
		padding: 30px 20px;
		padding-bottom: 15px;
	}
	.copyright-text {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}
	.c-contact a {
		font-size: 20px;
	}
	.error-404 h1 {
		font-size: 100px;
		line-height: 1;
		font-weight: bold;
		color: var(--black-color);
	}
	.header-sec {
		padding: 15px 0;
	}
	.default-page-area {
		padding-top: 100px;
	}
	.footer-menu {
		display: none;
	}
	.banner-content h2 {
		font-size: 34px;
	}
	.project-gallery {
		padding: 0 25px;
	}
	.wc-list-heading {
		flex-direction: column;
		gap: 10px !important;
	}
	.wc-content {
		text-align: center;
	}
	.service-list-heading {
		min-height: 0;
	}
	.slicknav_nav {		
		padding-top: 60px;
	}	
	
	
}

@media (max-width: 600px) {
	.admin-bar .header-sec.sticky-active {
		top: 0;
	}
	.admin-bar .header-sec.sticky-active .slicknav_nav {
		padding-top: 60px;
	}
}

@media all and (max-width: 576.98px){
/* 	h1 {
		font-size: 32px;
	} */
	.wc-list-text {
		padding: 20px 15px;
	}
	.wc-list-heading {
		padding: 20px;
	}
	.suppliers-content {
		padding: 30px 15px;
		padding-bottom: 0;
	}
	
}


