/*!
Theme Name: Perth Underground Power
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: pup
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.

PUP 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: #f74600;
	--secondery-color: #16162f;
	--white-color: #ffffff;
    --black-color: #14141c;
	--area-bg: #f4f4f7;
	
   --primary-font: 'Figtree';
   --secondery-font: 'Golos Text';
}

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.5;
	font-size: 16px;
	font-weight: 300;
	color: var(--black-color);
}

.btn {
	font-size: 16px;
	padding: 15px 40px;
	font-weight: normal;
	font-family: var(--primary-font);
	text-transform: uppercase;
	border-radius: 8px;
	transition: 0.4s;
	line-height: 1;
	border: none;
}

.btn-primary {
	color: var(--white-color);
	background: var(--primary-color);
}
.btn-primary:hover {
	color: var(--white-color);
	background: var(--secondery-color);
}
.btn-secondery{
	color: var(--white-color);
	background: var(--primary-color);
}
.btn-secondery:hover{
	background: var(--white-color);
	color: var(--primary-color);
}
.btn-tertiary {
	color: var(--primary-color);
	background: var(--white-color);
}
.btn-tertiary:hover {
	color: var(--white-color);
	background: var(--primary-color);
}
h2, h3, h4, h5, h6{
	font-family: var(--primary-font);
	line-height: 1.2;
	text-transform: uppercase;
}
h1 {
	font-size: 48px;
	font-weight: bold;
	font-family: var(--secondery-font);
	text-transform: uppercase;
}
h2{
	font-size: 24px;
	font-weight: bold;
}
h3{
	font-size: 16px;
	font-weight: 500;
}
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;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 5px 20px !important;
	color: #b2b2b2;
	border: none;
}
textarea:focus{
	outline: none;
}
input {
	height: 50px;
}
input:focus{
	outline: none;
}
input::placeholder {
    color: #868585;
	opacity: 1;
}
textarea::placeholder {
    color: #868585;
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.sec-bg{
	background: #f4f4f7;
}
.primary-bg{
	background: var(--secondery-color);
}
.p-80{
	padding: 80px 0;
}
.p-60{
	padding: 60px 0;
}
.container{
	transition: .5s;
}

/* mobile-menu */
.mobile-menu {
	display: none;
}

/* Header */
.header-sec {
	background: var(--secondery-color);
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 20px;
	position: fixed;
}
.header-logo {
	margin-right: 10px;
	max-width: 180px;
	transition: .4s all ease;
}
.header-btn .btn {
	font-size: 15px;
	padding: 15px 30px;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-menu ul {
	display: flex;
	gap: 20px;
}
.h-btn {
	gap: 10px;
	display: flex;
	margin-left: 10px;
}
.h-menu ul li a {
	font-size: 14px;
	font-weight: normal;
	color: var(--white-color);
	font-family: var(--secondery-font);
	text-transform: uppercase;
}
.h-menu ul li a:hover{
	color: var(--primary-color);
}
.menu-item.current_page_item > a{
	color: var(--primary-color);
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-btn-down {
	display: none;
}
.h-menu ul li {
	position: relative;
	padding: 10px 0;
}
.h-menu > ul > li.menu-item-has-children::before {
	position: absolute;
	right: -2px;
	top: 55%;
	font-family: 'FontAwesome';
	content: '\f107';
	font-weight: 400;
	transform: translateY(-50%);
	color: var(--white-color);
}
.h-menu > ul > li.menu-item-has-children {
	padding-right: 16px;
}

.h-menu ul li ul {
	position: absolute;
	width: 100%;
	background: var(--white-color);
	text-align: left;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .4s all ease;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-top: 4px solid var(--primary-color);
}
.h-menu ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.h-menu .sub-menu li a {
	color: var(--black-color) !important;
	font-size: 14px !important;
}
.h-menu .sub-menu li a:hover{
	color: var(--primary-color) !important;
}
.h-menu .sub-menu {
	padding: 15px 20px;
	width: 300px !important;
	display: flex !important;
	flex-direction: column;
	gap: 10px !important;
	border-radius: 10px;
}
.h-menu .sub-menu li {
	padding: 0 !important;
}
.h-menu .custom-dropdown ul {
	margin-left: 270px;
	margin-top: -34px;
}
.header-btn-down {
	display: none;
}
.header-btn {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* home */
.h-banner-area {
	padding: 100px 0 0 0;
}
.h-banner-content h1 {
	font-size: 20px;
}
.h-banner-content h2 {
	margin-bottom: 15px;
	font-size: 48px;
}
.h-banner-content .btn {
	margin-top: 40px;
}
.banner-img img {
	aspect-ratio: 1/.94;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.h-banner-content {
	padding-right: 150px;
}
.pattern {
	position: absolute;
	bottom: -90px;
	left: 0;
	right: 0;
}
.pattern img {
	width: 100%;
	min-height: 40px;
	object-fit: cover;
}
.h-intro-area {
	background: var(--white-color);
	position: relative;
}
.h-intro-slider .slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	gap: 20px;
}
.slick-dots li button {
	height: 10px;
	width: 10px;
	font-size: 0;
	border-radius: 50px;
	border: none;
	background: rgba(247, 70, 0, .5);
	padding: 0;
}
.slick-dots .slick-active button{
	background: var(--primary-color);
}
.h-i-img img {
	margin: auto;
	height: 60px;
	object-fit: contain;
}
.h-intro-slider .slick-track {
	align-items: center;
	display: flex;
}
.h-intro-slider {
	border-left: 2px solid var(--primary-color);
	padding: 40px 0 20px 80px;
}
.h-about-img img {
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 1/.9;
	object-fit: cover;
}
.h-ab-btn {
	margin-top: 30px;
}
.h-about-content h2 {
	margin-bottom: 20px;
}
.h-about-content {
	margin-right: 100px;
}
.h-about-area::before {
	content: "";
	position: absolute;
	background: var(--area-bg);
	height: 100%;
	width: 60%;
	top: 0;
	left: 0;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	z-index: -2;
}
.h-about-area::after {
	content: "";
	position: absolute;
	background-image: url(assets/img/patterntwo.png);
	bottom: 0;
	left: 0;
	width: 60%;
	height: 27%;
	background-repeat: no-repeat;
	z-index: -1;
}
.h-about-img::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	right: 0;
	top: 0;
	width: 2px;
	height: 200px;
}
.h-about-img {
	padding-right: 70px;
}
.h-about-area {
	padding-top: 0;
}

/* difference-area */
.internal-btn ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.internal-btn ul li {
	width: 100%;
}
.internal-btn .nav-pills .nav-link.active {
	background-color: var(--area-bg);
	color: var(--black-color);
	position: relative;
}
.internal-btn .nav-pills .nav-link.active::before {
	content: "";
	position: absolute;
	width: 110%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--area-bg);
	z-index: -1;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.internal-btn .nav-pills .nav-link {
	background-color: var(--primary-color);
	color: var(--white-color);
	width: 100%;
	text-align: center;
	padding: 30px 10px;
	border-radius: 15px;
	font-weight: 400;
	font-family: var(--primary-font);
	line-height: 1;
}	
.tab-content {
	background: var(--area-bg);
	height: 100%;
	display: flex;
	border-radius: 15px;
}
.internal-text {
	max-width: 740px;
}
.difference-wrapp {
	max-width: 83.7%;
	margin-left: auto;
	padding-left: 80px;
}
.internal-text p {
	margin-bottom: 20px;
}
.dt-content {
	width: 75%;
}
.dt-btn {
	width: 25%;
}
.full-table {
	gap: 10px;
}
.internal-text ul {
	margin: 40px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 410px;
	gap: 20px;
}
.internal-text ul li {
	position: relative;
	padding-left: 40px;
}
.internal-text ul li::before {
	content: "\f00c";
	position: absolute;
	top: 8px;
	left: 0;
	font-family: fontAwesome;
	color: var(--primary-color);
	font-size: 16px;
	height: 30px;
	width: 30px;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab-content > .tab-pane {
	width: 100%;
}
.internal-content {
	padding: 60px;
	overflow: hidden;
}
.page-id-9 .internal-content, .parent-pageid-27 .internal-content, .parent-pageid-332 .internal-content {
	padding-bottom: 40px;
}
.d-list-img {
	position: absolute;
	bottom: -85px;
	right: 0;
}
.difference-title {
	display: inline-block;
	position: absolute;
	left: -90px;
	top: 20%;
	transform: rotate(270deg);
}
.difference-title h2::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	height: 2px;
	width: 70px;
	top: 15px;
	left: -115px;
}
.d-list-img img {
	object-fit: contain;
	height: 290px;
	position: relative;
}
.d-list-bg::before {
	content: "";
	position: absolute;
	background: #e8e8ed;
	width: 125%;
	height: 90%;
	bottom: 0;
	right: 0;
	border-top-left-radius: 200px;
}

/* home-service */
.team-title {
    margin-bottom: 50px;
}
.service-info{
	position: relative;
	overflow: hidden;
}
.service-info:hover .service-info-text{
	background-color: rgba(22, 22, 47, .8);
	height: 100%;
	width: 100%;
	border-radius: 0;
}
.service-info:hover h3{
	min-height: 20px;
	margin-bottom: 10px;
}
.service-info-text {
	position: absolute;
	background: rgba(247, 70, 0, .7);
	bottom: 0;
	width: 100%;
	transition: height .5s;
	padding: 14px;
	height: 80px;
	overflow: hidden;
	border-top-right-radius: 12px;
}
.service-info-text p {
	color: var(--white-color);
}
.service-info-text h3 {
	font-size: 15px;
	font-weight: 500;
	color: var(--white-color);
	margin-bottom: 20px;
	min-height: 45px;
}
.service-info-text a{
	color: var(--white-color);
}
.service-icon {
	position: relative;
}
.service-icon::before {
	content: "\f054";
	position: absolute;
	font-family: fontAwesome;
	top: 0;
	right: 0;
	font-size: 14px;
	rotate: -45deg;
	color: var(--white-color);
}
.service-info:hover .service-icon::before {
	rotate: 45deg;
}

.h-service-cover {
	width: 20%;
	padding: 5px;
}
.service-info img {
	width: 100%;
	aspect-ratio: 1/1.6;
	object-fit: cover;
}
.cp_pattern img {
	width: 100%;
}
.capabilities-content p {
	max-width: 800px;
	margin: auto;
	padding: 20px 0 30px 0;
}
.testimonial-img {
	position: absolute;
	right: 0;
	top: 0;
}
.testimonial-img img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
	border-radius: 15px;
}
.testimonials {
	max-width: 80%;
	padding: 80px 280px 60px 0;
}
.test-wrapp {
	max-width: 750px;
	padding-bottom: 130px;
}
.testimonials::before {
	content: "";
	position: absolute;
	width: 130%;
	height: 100%;
	left: -30%;
	top: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index: -1;
	background: var(--white-color);
}
.test-wrapp img {
	margin-bottom: 40px;
}
.name span {
	display: inline-block;
	border: 1px solid var(--primary-color);
	padding: 5px 10px;
	line-height: 1;
	font-weight: 500;
	color: var(--primary-color);
	border-radius: 5px;
}
.testimonials ul {
	display: flex;
	justify-content: end;
	gap: 15px;
	margin-right: -200px;
}
.testimonial-title {
	padding-bottom: 80px;
}
.testimonial-area::before {
	content: "";
	position: absolute;
	background: var(--area-bg);
	height: 55%;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.right-border::after {
	content: "";
	position: absolute;
	background: var(--primary-color);
	height: 120px;
	width: 2px;
	bottom: -60px;
	right: 0;
}

/* project */
.project-thumb img {
	aspect-ratio: 1;
	object-fit: cover;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 100%;
	height: 100%;
}
.project-thumb {
	width: 40%;
	height: 100%;
}
.project-text {
	width: 60%;
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.project-wrapp {
	background: var(--white-color);
	border-radius: 10px;
	height: 100%;
}
.project-text h3 {
	margin-bottom: 15px;
}
.project-text a{
	color: var(--black-color);
}
.project-meta span {
	font-size: 12px;
	color: var(--primary-color);
	border: 1px solid;
	padding: 3px 10px 5px 10px;
	border-radius: 5px;
	line-height: 1;
	font-weight: 500;
}
.p-location::before {
	content: "\f3c5";
	position: absolute;
	font-family: fontAwesome;
	line-height: 1;
	left: 0;
	top: 2px;
}
.p-location {
	padding-left: 15px;
	line-height: 1;
	font-size: 12px;
	color: #6387bd;
	font-weight: 500;
}
.project-area .pattern {
	bottom: -120px;
}
.project-area {
	padding-bottom: 120px;
	overflow: hidden;
}
.cta-area {
	padding: 100px 0;
}
.cta-area::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
}

/* case-stydy */
.case-thumb img {
	aspect-ratio: 1/.6;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.case-wrapp {
	background: var(--white-color);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 10px;
}
.case-text {
	padding: 30px;
	padding-bottom: 0;
}
.case-meta {
	padding: 30px;
	padding-top: 0;
}
.case-text h3 {
	margin-bottom: 10px;
}

/* blog */
.blog-thumb img {
	aspect-ratio: 1/.6;
	object-fit: cover;
	width: 100%;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.blog-inner {
	background: var(--white-color);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.blog-text {
	padding: 30px;
}
.blog-btn {
	padding: 30px;
	padding-top: 0;
}
.blog-text h3 {
	margin-top: -70px;
	background: var(--primary-color);
	padding: 20px;
	padding-left: 30px;
	margin-left: -30px;
	position: relative;
	max-width: 300px;
	border-top-right-radius: 15px;
	color: var(--white-color);
}
.meta-cat span {
	font-size: 12px;
	line-height: 1;
	color: var(--primary-color);
	font-weight: 400;
	border: 1px solid;
	padding: 3px 8px 5px 8px;
	border-radius: 5px;
}
.meta-cat p {
	font-size: 12px;
	line-height: 1;
	color: #6387bd;
	font-weight: 400;
	border: 1px solid;
	padding: 3px 8px 5px 8px;
	border-radius: 5px;
}
.blog-btn .btn {
	text-transform: unset;
	position: relative;
	padding: 2px 25px 0 0;
}
.blog-btn .btn:hover {
	color: var(--primary-color);
}
.blog-btn .btn::before {
	content: "\f054";
	position: absolute;
	font-family: fontAwesome;
	right: 0;
	top: 0;
	rotate: -45deg;
	color: var(--primary-color);
}
.blog-title {
	rotate: -90deg;
	display: block ruby;
	margin-top: 103px;
}
.blog-title::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	height: 2px;
	width: 230px;
	top: 15px;
	right: 160px;
}
.footer-menu span, .footer-contact span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
}
.footer-menu a {
	color: var(--black-color);
}
.footer-contact img {
	height: 15px;
	object-fit: contain;
	width: 15px;
}
.footer-contact a {
	display: flex;
	justify-content: end;
	gap: 15px;
	color: var(--black-color);
	align-items: center;
	margin-bottom: 5px;
}
.footer-link a {
	font-size: 28px;
	color: var(--primary-color);
}
.copytight-wrapp {
	border-top: 2px solid #e9e9ea;
}
.acknowledge-text a {
	color: var(--black-color);
}
.acknowledge-text a:hover {
	color: var(--primary-color);
}
.footer-menu ul li a:hover {
	color: var(--primary-color);
}
.footer-contact a:hover {
	color: var(--primary-color);
}
.footer-menu ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-area {
	background: var(--white-color);
}

/* page-banner */
.page-bg img {
	width: 40%;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	aspect-ratio: 1/.6;
	border-radius: 50% 70% 0% 100% / 100% 0% 100% 0%;
	height: 100%;
	z-index: 1;
}
.page-banner {
	padding: 50px 0 150px 0;
	min-height: 465px;
}
.page-banner-title {
	max-width: 51%;
}
.page-banner-title p {
	max-width: 89%;
}
.page-banner-title h1 {
	margin-bottom: 20px;
}
.page-id-31 .page-banner-title, .page-id-35 .page-banner-title, .page-id-270 .page-banner-title {
	padding-top: 8%;
}

/* about */
.ab-intro {
	display: flex;
	flex-direction: column;
	padding-left: 60px;
	border-left: 2px solid var(--primary-color);
	padding-bottom: 120px;
}
.ab-intro:nth-child(2n) {
	text-align: end;
	padding-right: 60px;
	border-top: 2px solid var(--primary-color);
	border-right: 2px solid var(--primary-color);
	border-left: unset;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-right: 60px;
}
.ab-intro-title::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	height: 10px;
	width: 10px;
	top: 0;
	left: -66px;
	border-radius: 50px;
}
.ab-intro:nth-child(2n) > .ab-intro-title::before {
	right: -66px;
	left: unset;
}
.ab-intro-title h2 {
	line-height: 1;
	margin-top: -7px;
}
.ab-intro-area::before {
	content: "";
	position: absolute;
	height: 53%;
	width: 83.8%;
	bottom: 0;
	left: 0;
	background: var(--area-bg);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ab-intro-cover > :not(:last-child) {
	margin-bottom: 20px;
}
.process {
	padding: 40px;
	background: var(--secondery-color);
	height: 100%;
	border-radius: 10px;
}
.process h3 {
	margin-bottom: 20px;
}
.process::before {
	position: absolute;
	top: 50%;
	right: -22px;
	transform: translateY(-50%);
	background: var(--white-color);
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-size: 15px;
	padding: 18px;
	content: "";
	background-image: url(assets/img/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
}
.process-wrapp:last-child > .process::before {
	display: none;
}
.process-wrapp:nth-child(3) > .process::before {
	right: unset;
	bottom: -22px;
	top: unset;
	transform: translate(-50%, 0);
	left: 50%;
	background-image: url(assets/img/arrow3.png);
}
.process-wrapp:nth-child(4) > .process::before {
	background-image: url(assets/img/arrow4.png);
	right: unset;
	left: -22px;
}

.process-wrapp:nth-child(5) > .process::before {
	background-image: url(assets/img/arrow4.png);
	right: unset;
	left: -22px;
}
.team img {
	aspect-ratio: 1/.7;
	object-fit: cover;
	width: 90%;
	border-radius: 10px;
}
.team-content {
	display: flex;
	gap: 30px;
	justify-content: end;
	margin-right: 40px;
	align-items: center;
}
.team-text h2 { 
	margin-bottom: 20px;
}
.team::before {
	content: "";
	position: absolute;
	background: var(--white-color);
	bottom: 0;
	right: 0;
	height: 90%;
	width: 90%;
	z-index: -1;
	border-radius: 10px;
}
.team {
	z-index: 9;
	height: 100%;
}
.team-inner {
	width: 33.33%;
	padding: 0 20px;
}
.name {
	font-weight: 500;
	text-transform: uppercase;
}
.team-content span {
	display: block;
	font-weight: 500;
	color: var(--primary-color);
	border: 1px solid;
	padding: 2px 15px 4px 15px;
	border-radius: 5px;
}
.team-img img {
	border-radius: 15px;
	width: 100%;
}
.team-text {
	padding-right: 80px;
}


/* gallery */
.ww-img {
	overflow: hidden;
	border-radius: 15px;
}
.our-work img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
	border-radius: 15px;
	transition: .3s;
	&:hover{
		opacity: .7;
		transform: scale(1.1);
	}
}
.filter-bar .btn {
	color: var(--primary-color);
	background: var(--white-color);
}
.filter-bar .btn.mixitup-control-active{
	color: var(--white-color);
  	background: var(--primary-color);
}


/* single-page */
.single-page-banner {
	padding: 200px 0;
	overflow: hidden;
}
.single-page-banner img {
	position: absolute;
	height: 100% !important;
	width: 100% !important;
	left: 0;
	top: 0;
	z-index: -1;
	object-fit: cover;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.single-page-banner .banner-inner p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.single-page-banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(22, 22, 47, .8);
}
.banner-inner h1 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.blog-category span {
	display: block;
	line-height: 1;
	border: 1px solid var(--primary-color);
	padding: 4px 12px 6px 12px;
	border-radius: 5px;
}
.blog-date {
	display: block;
	line-height: 1;
	border: 1px solid #6387bd;
	padding: 4px 12px 6px 12px;
	border-radius: 5px;
}
.single-page-banner .pattern img {
	min-height: 230px;
}
.single-page-banner .pattern {
	bottom: 150px;
	z-index: 1;
}
.body-inner h2 {
	margin-bottom: 20px;
}
.body-inner p {
	margin-bottom: 15px;
}
.wp-block-image {
	margin: 60px 0;
}
.wp-block-image img {
	width: 100%;
	aspect-ratio: 1/.4;
	object-fit: cover;
}
.body-inner ul {
	margin: 60px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 600px;
	gap: 20px;
}
.body-inner ul li {
	position: relative;
	padding-left: 40px;
}
.body-inner ul li::before {
	content: "\f00c";
	position: absolute;
	top: 8px;
	left: 0;
	font-family: fontAwesome;
	color: var(--primary-color);
	font-size: 16px;
	height: 30px;
	width: 30px;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* single-project */
.cp-intro-title h2 {
	margin-bottom: 30px;
}
.cp-intro-text > :not(:last-child) {
	margin-bottom: 15px;
}
.cp-intro-text {
	border-left: 2px solid var(--primary-color);
	padding: 0 60px;
}
.project-details h2 {
	margin-bottom: 30px;
}
.cp-item {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.cp-item img {
	height: 24px;
}
.cp-inner {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.project-details {
	background: var(--white-color);
	border-radius: 10px;
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
}
.project-cover {
	padding: 60px 40px 40px 40px;
	margin-top: -140px;
	position: relative;
	z-index: 10;
}
.cp-inner span {
	display: block;
	color: #939397;
}
.otc-img img {
	aspect-ratio: 1;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.otc-content h2 {
	margin-bottom: 30px;
}
.otc-content {
	padding-left: 100px;
}
.otc-text > :not(:last-child) {
	margin-bottom: 20px;
}

.cpg-img img {
	aspect-ratio: 1/.8;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	padding: 5px;
}
.cp-gallery .slick-arrow {
	left: calc(100% - 80px);
	bottom: 0;
}
.cp-gallery .slick-arrow.slick-next {
	left: auto;
	right: 0;
}
.cp-gallery {
	padding-bottom: 40px;
}
.cp-gallery ul {
	display: flex;
	gap: 10px;
	padding-left: 5px;
	margin-bottom: -25px;
	margin-top: 20px;
}
.cp-gallery-area .blog-title {
	margin-top: 169px;
}
.cp-gallery-area .blog-title::before {
	width: 65px;
}

/* contact */
.contact-area{
	padding: 100px 0 80px 0;
	background: var(--white-color);
}
.contact {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-left: 80px;
}
.contact a {
	display: flex;
	gap: 20px;
	color: var(--black-color);
}
.contact img {
	height: 25px;
	width: 25px;
	object-fit: contain;
}
.contact-text p {
	max-width: 400px;
}
.gform_footer .gform_button {
	max-width: 200px;
	font-size: 15px;
	border-radius: 0;
	background: var(--primary-color);
	font-weight: 700;
	color: var(--white-color);
	border: none;
	text-transform: uppercase;
	border-radius: 10px;
}
.gform_footer .gform_button:hover{
	background: var(--secondery-color);
}
.contact-area .cp_pattern {
	margin-top: -50px;
	position: relative;
}
.contact-wrapp::before {
	content: "";
	position: absolute;
	background: var(--area-bg);
	height: 100%;
	width: 84%;
	top: 0;
	right: 0;
	border-radius: 15px;
}
.contact-img {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
}
.contact-img img {
	aspect-ratio: 1/.9;
	width: 95%;
	object-fit: cover;
	border-radius: 10px;
	height: 100%;
}


/* service-page */
.services-fold {
	position: relative;
	z-index: 3;
}
.fold-lists {
	background-color: var(--white-color);
	box-shadow: var(--area-bg);
	border-radius: 10px;
	overflow: hidden;
}
.fold-item:not(:last-child) {
	border-bottom: 6px solid #f3f4f4;
}
.fold-title {
	background: var(--secondery-color);
	opacity: .9;
	padding: 20px 40px;
	cursor: pointer;
	color: var(--white-color);
	border-radius: 10px;
}
.fold-img {
	position: relative;
	_padding-top: 280px;
	text-align: center;
	_padding-bottom: 40px;
	display: none;
	overflow: hidden;
	border-radius: 10px;
}
.fold-img img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.fold-btn {
	position: absolute;
	bottom: 30px;
	width: 450px;
	left: 30px;
	background: rgba(255, 255, 255, 0.9);
	padding: 30px;
	border-radius: 10px;
}
.btn-light {
	background: #f1f4f7;
	color: var(--primary-color);
}
.fold-title h3 {
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.fold-title h3::before {
	content: "\f054";
	position: absolute;
	font-family: fontAwesome;
	top: 50%;
	right: 0;
	font-size: 14px;
	rotate: 45deg;
	transform: translateY(-50%);
}
.fold-heading::before {
	content: "\f054";
	position: absolute;
	font-family: fontAwesome;
	top: 0;
	right: 0;
	font-size: 14px;
	rotate: 135deg;
	color: var(--primary-color);
}
.fold-heading {
	font-weight: 500;
	margin-bottom: 10px;
}

/* service-child */
.page-id-94 .project-area .pattern {
	top: -100px;
	bottom: unset;
}
.sc-project{
	padding: 120px 0 80px 0;
}
.subdivison-img {
	padding-right: 60px;
	z-index: 98;
}
.subdivison-img img {
	aspect-ratio: 1;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.subdivison-content {
	padding-right: 100px;
	padding-top: 60px;
}
.subdivison-img::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	width: 2px;
	height: 280px;
	top: 0;
	right: 0;
}
.subdivison-content h2 {
	margin-bottom: 20px;
}
.sub-d-area img {
	aspect-ratio: 1/.7;
	width: 100%;
	object-fit: cover;
}
.subdivison-text {
	position: absolute;
	background: rgba(247, 70, 0, .7);
	bottom: 0;
	width: 100%;
	transition: height .5s;
	padding: 30px;
	height: 80px;
	overflow: hidden;
}
.subdivison-text h3 {
	font-size: 15px;
	font-weight: 500;
	color: var(--white-color);
	margin-bottom: 25px;
}
.subdivison-text a{
	color: var(--white-color);
}
.subdivison-text p {
	color: var(--white-color);
}
/* .sub-d-area:hover .subdivison-text{
	
} */
/* .service-info.sub-d-area:hover .subdivison-text {
	height: 50%;
	background: rgba(22, 22, 47, .8) !important;
} */
.page-id-332 .service-info:hover .subdivison-text{
	background-color: rgba(22, 22, 47, .8);
	height: 50%;
	width: 100%;
	border-radius: 0;
}
.subdivison-area::before {
	content: "";
	position: absolute;
	background: var(--area-bg);
	height: 72%;
	width: 60%;
	top: 0;
	left: 0;
}
.subdivison-area::after {
	content: "";
	position: absolute;
	background-image: url(assets/img/patterntwo.png);
	top: 42%;
	left: 0;
	width: 70%;
	height: 14%;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.subdivison-area .container {
	z-index: 3;
}
.sc-subdivison::before {
	height: 100%;
	border-bottom-right-radius: 10px;
}
.sc-subdivison::after {
	bottom: 0;
	top: unset;
	width: 60%;
	background-size: cover;
	height: 21%;
}
.page-banner-title strong {
	color: var(--primary-color);
}
.page-banner::after {
	content: "";
	position: absolute;
	background-image: url(assets/img/corner.png);
	bottom: 0;
	right: 0;
	width: 16%;
	height: 78px;
	z-index: 90;
	background-repeat: no-repeat;
}

/* who-we-serve */
.industry-item {
	position: relative;
	border-radius: 10px;
}
.ind-box {
	padding: 8px;
	width: 10%;
	cursor: pointer;
}
.industry-item .btn {
	display: none;
}
.industry-content h3 {
	margin: 0 !important;
	white-space: nowrap;
	_writing-mode: sideways-lr;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 16px;
	font-weight: 500;
	background: var(--primary-color);
	border-radius: 7px;
	padding: 30px 10px 50px 10px;
}
.ind-box.wider-width {
	width: 40%;
/* 	transition: width .4s ease; */
}
.industry-content {
	min-height: 500px;
	display: flex;
	align-items: flex-end;
	/* justify-content: center;
	padding: 30px; */
}
.wider-width .industry-content h3 {
	writing-mode: inherit;
	transform: none;
	margin-bottom: 10px !important;
	padding: 11px 40px 12px 15px;
}
.wider-width .industry-content {
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px;
}
.wider-width .industry-content .btn {
	display: block;
}
.ind-box:not(.wider-width) .bg::before {
	content: "";
	background: rgba(22, 22, 47, .9);
	/* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.ind-box.wider-width .bg::before {
	content: "";
	/* background: rgba(0, 0, 0, .4); */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	/* background: var(--secondery-color); */
	background: linear-gradient(90deg, rgba(22,22,47,0) 0%, rgba(22, 22, 47, 0.8) 100%);
}
.industry-solution-area {
	background: var(--white-color);
}
.industry-content p {
	display: none;
}
.ind-box.wider-width .industry-content p {
	display: block;
	color: var(--black-color);
	background: var(--white-color);
	padding: 30px;
	border-radius: 10px;
	font-size: 15px;
}
.industry-content h3{
	position: relative;
}
.industry-content h3::before {
	content: "\f054";
	position: absolute;
	font-family: fontAwesome;
	bottom: 10px;
	left: 9px;
	font-size: 14px;
	rotate: 135deg;
}
.ind-box.wider-width .industry-content h3::before{
	display: none;
}
.ind-box.wider-width .serve-excerpt{
	position: relative;
}
.ind-box.wider-width .serve-excerpt::before {
	content: "\f054";
	position: absolute;
	font-family: fontAwesome;
	top: 20px;
	right: 20px;
	font-size: 14px;
	rotate: 135deg;
	color: var(--primary-color);
}


/* popup */
.modal-content {
	padding: 0 10px;
	background: var(--area-bg);
}
.modal-header {
	padding-bottom: 0;
	border: none;
}
.modal-header button {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9;
}
.modal-body {
	border-radius: 10px;
}
.popup-logo img {
	max-width: 220px;
}
.enquire-title span {
	font-size: 42px;
	font-weight: bold;
	font-family: var(--primary-font);
	color: var(--black-color);
}
.popup-number a {
	color: var(--black-color);
	display: inline-block;
}
.popup-form .gform_footer.top_label {
	max-width: 200px;
	margin: auto !important;
	padding-bottom: 0 !important;
}


/* thank-you */
.default-page-area h3 {
	font-size: 24px;
	font-weight: bold;
}

/* error-404 */
/* 404 */
.error-404 {
	padding: 100px 0;
}
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
}















/* arrows */
.slick-arrow {
	background: var(--area-bg);
	border: none;
	padding: 0;
	font-size: 18px;
	position: absolute;
	bottom: 50px;
	left: 0;
	color: var(--black-color);
	z-index: 9;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.slick-arrow.slick-next {
	left: 50px;
}
.slick-arrow:hover{
	background: var(--primary-color);
	color: var(--white-color);
}


/* 22-01-24 */
/* faq */
.faq-area .question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background: var(--area-bg);
	line-height: 1;
	border-radius: 10px;
	transition: .4s;
	gap: 20px;
}
.faq-area .accordion {
	color: var(--black-color);
	cursor: pointer;
	line-height: 1.5;
}
.faq-area .answer p {
	font-size: 15px;
}
.faq-area .answer {
	display: none;
	padding: 10px;
}
.faq-area .faq-item.active .faq-trigger i::before {
	content: "\f068";
}
.faq-area .faq-trigger {
	color: var(--primary-color);
	font-size: 16px;
}
/* .faq-area::before {
	content: "";
	position: absolute;
	height: 72%;
	width: 275px;
	top: -230px;
	right: 0;
	background-image: url(assets/img/1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
} */


/* new-css-11-02 */
.page-id-23 .page-banner-title h1 {
	font-size: 20px;
}
.page-id-23 .page-banner-title h2 {
	font-size: 48px;
}
.page-id-23 .page-banner-title {
	padding-left: 60px;
}
.page-id-25 .page-banner-title {
	padding-left: 8px;
}
.ginput_container.ginput_container_checkbox input {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
.service-info-btn a::before {
	content: "\f054";
	position: absolute;
	font-family: fontAwesome;
	bottom: 15px;
	right: 20px;
	font-size: 14px;
}
.service-info-btn a{
	position: relative;
}
.process-no {
	color: var(--primary-color);
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}
.b-img {
	z-index: 5;
}
.h-banner-area::before {
	content: "";
	position: absolute;
	background: var(--white-color);
	width: 100%;
	height: 80px;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.h-banner-area .pattern {
	bottom: -10px;
}
.team-img img {
	border-radius: 15px;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.subdivison-content .accordion {
	font-weight: 500;
}
.subdivison-content .answer {
	background: var(--area-bg);
	padding-left: 0;
	border-radius: 10px;
}
.subdivison-content .faq-content p {
	margin-bottom: 10px;
	text-align: start;
}
.subdivison-content .question {
	padding-left: 0;
}
.subdivison-area .faq-content ul li::before {
	content: "";
	position: absolute;
	background: var(--black-color);
	height: 5px;
	width: 5px;
	left: 0;
	border-radius: 50px;
	top: 12px;
}
.subdivison-area .faq-content ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 3px;
	margin-left: 5px;
}
.b-img {
	z-index: 5;
	background: var(--white-color);
	border-radius: 20px;
}


@media all and (min-width: 991px){
	
	.process-1 {
	  order: 1;
	}
	.process-2 {
	  order: 2;
	}
	.process-3 {
	  order: 3;
	}
	.process-4 {
	  order: 6;
	}
	.process-5 {
	  order: 5;
	}
	.process-6 {
	  order: 4;
	}
	
}


/* popup-css */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


/* 28-02-24 */
.internal-btn .nav-pills .nav-link {
	text-transform: uppercase;
}
.cta-area {
	background-position: 50% 41%;
}
.page-banner-title {
	padding-top: 40px;
}
.case-text a {
	color: var(--black-color);
}
.otc-content {
	position: relative;
}
.otc-wrapp::before {
	content: "";
	position: absolute;
	width: 1000%;
	height: 100%;
	top: 0;
	left: -20%;
	background: var(--white-color);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.otc-img {
	z-index: 1;
}
.otc-wrapp {
	padding: 40px 0;
}
.copy-right-text a {
	color: var(--black-color);
}
.copy-right-text a:hover {
	color: var(--primary-color);
}
.process-btn ul {
	justify-content: center;
	margin-bottom: 30px;
	display: flex;
	gap: 10px;
}
.process-btn .nav-pills .nav-link {
	color: var(--black-color);
	background-color: var(--area-bg);
	padding: 8px 30px;
}
.process-btn .nav-pills .nav-link.active {
	color: var(--white-color);
	background-color: var(--primary-color);
	padding: 8px 30px;
}
.case-btn .btn {
	position: relative;
	padding: 0;
	padding-right: 15px;
	text-transform: unset;
	padding-top: 2px;
	font-size: 14px;
}
.case-btn .btn:hover{
	color: var(--primary-color);
}
.case-btn .btn::before {
	content: "\f054";
	position: absolute;
	font-family: fontAwesome;
	right: 0;
	top: 0;
	rotate: -45deg;
	color: var(--primary-color);
}
.case-btn {
	line-height: 1;
}
.project-meta {
	padding-bottom: 0;
}
.case-btn {
	padding: 30px;
	padding-top: 0;
	padding-bottom: 20px;
}



/* privacy-policy */
.small-title p {
	margin-bottom: 20px;
}

.small-title ul li {
	list-style: disc;
	padding-left: 10px;
	margin-bottom: 10px !important;
}
.small-title ul {
	padding-left: 60px;
}
.small-title h2 {
	margin-bottom: 10px;
}


/* 13-03-24 */
.small-title strong {
	font-weight: bold;
	font-family: var(--secondery-font);
}
.subdivison-content ul li::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	height: 7px;
	width: 7px;
	left: 0;
	border-radius: 50px;
	top: 10px;
}
.subdivison-content ul li {
	position: relative;
	padding-left: 20px;
}
.subdivison-content ul {
	padding-left: 10px;
	padding-top: 10px;
	text-align: start;
}
.ab-intro:nth-child(2n) {
	padding-left: 150px !important;
}
.cp-item img {
	object-fit: contain;
}
.page-banner-title h2 {
	font-size: 48px;
}
.page-id-1119 .page-banner-title h1 {
	font-size: 18px;
}
.footer-contact a {
	gap: 10px;
}
.subdivison-area .faq-content ul li::before {
	background: var(--primary-color);
}
.ab-intro:nth-child(2n) {
	position: relative;
}
.ab-intro:nth-child(2n)::before {
	content: "";
	position: absolute;
	height: calc(100% + 60px);
	width: 1000%;
	bottom: 0;
	right: -60px;
	background: var(--area-bg);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: -1;
}
.ab-intro-area::before {
	display: none;
}
.ab-intro-area {
	overflow: hidden;
}




/* responsive */
@media all and (max-width: 1699.98px){
	.contact-wrapp::before {
		width: 89%;
	}
}
@media all and (max-width: 1499.98px){
	.contact-wrapp::before {
		width: 94%;
	}
	.contact-img img {
		width: 85%;
	}
}

@media all and (max-width: 1399.98px){
	.h-menu ul {
	gap: 15px;
}
	.header-logo {
		max-width: 160px;
	}
	.h-menu ul li a {
		font-size: 13px;
	}
	.h-banner-area {
		padding-top: 60px;
	}
	.h-banner-content {
		padding-right: 120px;
	}
	.difference-wrapp {
		max-width: 90%;
	}
	.h-service-cover {
		width: 25%;
	}
	.footer-contact a {
	word-break: break-word;
}
	.internal-text {
		max-width: 675px;
	}
	.project-area .pattern {
		bottom: -60px;
	}
	.pattern {
		bottom: -50px;
	}
	.blog-title {
		margin-top: 110px;
	}
	.blog-title::before {
		right: 140px;
	}
	.page-banner {
		padding: 50px 0 120px 0;
	}
	.ab-intro-area::before {
		width: 90%;
	}
	.otc-bg::before {
		bottom: -10px;
	}
	.contact-wrapp::before {
		width: 92%;
	}
	.contact-img img {
		width: 80%;
	}
	.page-id-94 .project-area .pattern {
		top: -60px;
	}
	.page-bg img {
		width: 45%;
	}
	.ab-intro:nth-child(2n) {
	padding-left: 120px !important;
}
	
	
	
}

@media all and (max-width: 1299.98px){

	.header-btn .btn {
		padding: 15px;
		font-size: 14px;
	}
	.header-logo {
		max-width: 140px;
	}
	.difference-wrapp {
		max-width: 94%;
	}
	.ab-intro-area::before {
		width: 94%;
	}
	.contact-img img {
		width: 75%;
	}
}

@media all and (max-width: 1199.98px){
.service-info img {
	aspect-ratio: 1/1.1;
}
.ab-intro:nth-child(2n) {
	padding-left: 60px !important;
}
	/* mobile-menu */
	.mobile-menu {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	.menu-trigger {
		z-index: 9;
		position: relative;
		cursor: pointer;
		color: var(--white-color);
		font-size: 30px;
		width: 26px;
	}
	.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 ul a:hover{
		background-color: transparent !important;
	}
	.slicknav_menu {
		background: var(--secondery-color);
		height: 100vh;
		display: block;
		opacity: .9;
	}
	.slicknav_nav a {
		font-size: 16px;
		font-weight: normal;
		font-family: var(--primary-font);
		color: var(--white-color);
		padding: 10px;
		display: inline-block;
		text-transform: uppercase;
	}
	.slicknav_nav a:hover{
		background: none !important;
		color: var(--primary-color);
	}
	.slicknav_nav ul {
		margin: 0;
	}

	/* header */
	.h-menu {
		display: none;
	}
	.menu-trigger-wrap {
		display: block;
	}
	.header-btn .btn {
		padding: 15px 40px;
	}
	.h-banner-content {
		padding-right: 30px;
	}
	.h-banner-area {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.pattern {
		bottom: -45px;
	}
	.h-about-content {
		margin-right: 20px;
	}
	.internal-text {
		max-width: 550px;
	}
	.d-list-img img {
		height: 250px;
	}
	.difference-wrapp {
		max-width: 90%;
	}
	.h-service-cover {
		width: 33.33%;
	}
	.test-wrapp {
		max-width: 440px;
		padding-bottom: 80px;
	}
	.testimonials {
		padding: 80px 305px 60px 0;
	}
	.project-area {
		padding-bottom: 100px;
	}
	.cta-text br {
		display: none;
	}
	.blog-title {
		margin-top: 120px;
	}
	.blog-title::before {
		width: 200px;
	}
	.ab-intro-area::before {
		width: 90%;
	}
	.team-inner {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 30px;
	}
	.team-text {
	padding-right: 40px;
}
	.cp-intro-text {
		padding: 0 30px;
	}
	.otc-bg::before {
		height: 110%;
	}
	.otc-content {
		padding-left: 40px;
	}
	.cp-gallery-area .blog-title::before {
		right: 70px;
	}
	.contact-wrapp::before {
		width: 90%;
	}
	.contact-img img {
		width: 70%;
	}
	.contact-area {
		padding-bottom: 0;
	}
	.subdivison-content {
		padding-right: 45px;
	}
	.page-bg img {
		width: 50%;
	}
}

@media all and (max-width: 1099px){
	.contact-img img {
		width: 62%;
	}
}


@media all and (max-width: 991.98px){
	h1 {
		font-size: 40px;
	}
	.page-banner::after {
		display: none;
	}
	.page-id-23 .page-banner-title h2 {
		font-size: 40px;
	}
	.page-id-23 .page-banner-title {
		padding-left: 0;
	}
	.page-banner-title h2 {
	font-size: 40px;
}
	.h-banner-content {
		padding-right: 0;
		text-align: center;
		margin-bottom: 40px;
	}
	.h-banner-content h2 {
		font-size: 40px;
	}
	.service-info img {
		aspect-ratio: 1;
	}
	.h-banner-area {
		padding-bottom: 100px;
	}
	.h-banner-area {
	padding-bottom: 80px;
}
	.h-intro-slider {
		padding: 20px 0 20px 40px;
	}
	.h-intro-slider .slick-dots {
		margin-top: 40px;
	}
	.h-about-area {
		padding-top: 60px;
	}
	.h-about-area::before {
		width: 100%;
		border-radius: 0;
	}
	.h-about-content {
		margin-right: 0;
		margin-bottom: 40px;
		text-align: center;
	}
	.h-about-img {
		padding-right: 0;
	}
	.h-about-img::before {
		position: unset;
	}
	.h-about-area::after {
		position: unset;
	}
	.copytight-wrapp {
	flex-direction: column;
	gap: 10px;
	text-align: center;
}
	.internal-btn .nav-pills .nav-link.active::before {
		display: none;
	}
	.difference-wrapp {
		max-width: 71%;
		margin-right: auto;
		padding: 0;
	}
	.difference-title {
		position: unset;
		transform: rotate(0);
		display: unset;
		text-align: center;
	}
	.difference-title  h2{
		margin-bottom: 30px;
	}
	.difference-title h2::before {
		position: unset;
	}
	.subdivison-area .service-info:hover .subdivison-text{
		height: 100%;
	}
	.otc-wrapp::before {
		display: none;
	}
	.page-banner-title {
		padding-top: 20px;
	}
	.subdivison-content .answer {
		padding-left: 10px;
	}
	.subdivison-content .question {
		padding-left: 10px;
	}
	.dt-btn {
		width: 100%;
	}
	.team-text {
		padding-right: 0;
	}
	.footer-contact a {
		justify-content: start;
		flex-direction: row-reverse;
	}
	.footer-contact {
		text-align: start !important;
	}
	.full-table {
		flex-direction: column;
		gap: 30px;
	}
	.benefit-btn {
		text-align: start;
	}
	.internal-btn ul li {
		width: unset;
	}
	.internal-btn ul {
		flex-direction: unset;
		justify-content: center;
	}
	.dt-content {
		width: 100%;
	}
	.internal-btn .nav-pills .nav-link {
		padding: 15px;
	}
	.internal-content {
		padding: 40px;
	}
	.d-list-img img {
		height: 220px;
	}
	.d-list-img {
		position: unset;
		margin-top: 40px;
		text-align: center;
	}
	.h-banner-area::before {
		display: none;
	}
	.h-banner-area .pattern {
		bottom: -45px;
	}
	.h-service-cover {
		width: 50%;
	}
	.testimonial-img {
		position: unset;
	}
	.testimonial-title {
		padding-bottom: 50px;
		text-align: center;
	}
	.testimonial-title h2 {
		margin-bottom: 40px;
	}
	.testimonials::before {
		display: none;
	}
	.testimonials {
		padding: 0;
		max-width: 100%;
	}
	.testimonials ul {
		margin-right: 0;
		padding-bottom: 11px;
	}
	.test-wrapp {
		max-width: 100%;
		padding-bottom: 20px;
	}
	.testimonial-area::before {
		display: none;
	}
	.slick-arrow {
		bottom: 0;
	}
	.right-border {
		display: none;
	}
	.project-area {
		padding-bottom: 70px;
	}
	.blog-title::before {
		position: unset;
	}
	.blog-title {
		rotate: unset;
		display: unset;
		margin-top: 0;
	}
	.blog-title h2{
		margin-bottom: 30px;
	}
	.menu-space {
		text-align: end;
		padding-left: 0;
	}
	.page-bg img {
		width: 100%;
		border-radius: unset;
	}
	.page-banner-title {
		max-width: 100%;
		position: relative;
		z-index: 2;
		text-align: center;
	}
	.page-banner {
		padding: 80px 0 80px 0;
	}
	.page-banner::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: var(--secondery-color);
		opacity: .8;
		z-index: 2;
	}
	.page-banner-title p {
		max-width: 100%;
	}
	.ab-intro-area::before {
		width: 86%;
		height: 55%;
	}
	.process-wrapp:nth-child(2) > .process::before {
		right: unset;
		bottom: -22px;
		top: unset;
		transform: translate(-50%, 0);
		left: 50%;
		background-image: url(assets/img/arrow3.png);
	}
	.process-wrapp:nth-child(4) > .process::before {
		background-image: url(assets/img/arrow4.png);
		right: unset;
		left: -22px;
	}
	.process-wrapp:nth-child(5) > .process::before {
		background-image: url(assets/img/arrow.png);
	}
	.page-banner {
		min-height: 350px;
	}
	.project-cover {
		margin-top: 40px;
	}
	.otc-content {
		padding: 0;
		margin-top: 40px;
	}
	.otc-bg::before {
		display: none;
	}
	.contact-wrapp::before {
		width: 85%;
	}
	.contact-img {
		position: inherit;
	}
	.contact-wrapp::before {
		width: 100%;
	}
	.contact {
		padding: 0;
	}
	.contact-img img {
		width: 100%;
	}
	.contact-title {
		text-align: center;
	}
	.contact-area .cp_pattern {
		margin-top: 0;
	}
	.sc-project {
		padding-top: 80px;
	}
	.page-id-94 .project-area .pattern {
		top: -40px;
	}
	.subdivison-content {
		padding-right: 0;
		padding-top: 0;
	}
	.subdivison-img::before {
		height: 180px;
	}
	.subdivison-img::before {
		display: none;
	}
	.subdivison-img {
		padding-right: 0;
		margin-top: 40px;
	}
	.subdivison-content {
		text-align: center;
	}
	.subdivison-area::before {
		display: none;
	}
	.subdivison-area::after {
		display: none;
	}
	.subdivison-area{
		padding-bottom: 0;
	}
	.otc-wrapp {
		padding: 0;
	}
	/* who-we-serve */
	.ind-box {
		width: 100%;
	}
	.ind-box.wider-width {
		width: 100%;
	}
	.industry-content h3 {
		writing-mode: inherit;
		transform: none;
		padding: 10px 40px 10px 10px;
		min-width: 270px;
	}
	.industry-content {
		min-height: 80px;
		align-items: center;
		justify-content: flex-start;
		transition: min-height .4s ease;
		padding: 30px;
	}
	.ind-box.wider-width .industry-content {
		min-height: 220px;
		transition: min-height .4s ease;
	}
	.fold-btn {
		left: 50%;
		transform: translateX(-50%);
	}
	.d-list-bg::before {
		display: none;
	}
	.internal-content {
		padding-bottom: 20px;
	}
	.sub-d-area img {
		aspect-ratio: 1/.9;
	}
	.page-id-25 .page-banner-title {
		padding-left: 0;
	}
	.process::before {
		display: none;
	}
	.enquire-title span {
		font-size: 32px;
	}
	.industry-content h3::before {
		bottom: 9px;
		left: unset;
		rotate: 43deg;
		right: 10px;
	}
	.sub-space {
		padding-bottom: 40px;
	}
	.ind-box.wider-width .serve-excerpt::before {
		top: 10px;
	}

 	
}

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

@media all and (max-width: 767.98px){
	h1 {
		font-size: 36px;
	}
	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;
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.ab-intro:nth-child(2n)::before {
		display: none;
	}
	.h-banner-content h2 {
	font-size: 36px;
}
	.h-banner-content h1 {
	font-size: 18px;
}
	.page-banner-title h2 {
	font-size: 36px;
}
	.p-80{
		padding: 60px 0;
	}
	.page-id-23 .page-banner-title h2 {
	font-size: 36px;
}
	.header-sec {
		padding: 20px 0;
	}
	.h-intro-slider {
		padding: 20px 0 20px 20px;
	}
	.h-intro-title {
		text-align: center;
	}
	.service-info-text {
		padding: 30px 10px;
		text-align: center;
	}
	.service-icon {
		display: none;
	}
.subdivison-text {
	padding: 30px 20px;
	text-align: center;
}
	.pattern {
		bottom: -30px;
	}
	.internal-content {
		padding: 20px;
	}
	.difference-wrapp {
		max-width: 80%;
	}
	.h-service-cover {
		width: 100%;
	}
	.h-service-title{
		text-align: center;
	}
	.project-area .pattern {
		bottom: -40px;
	}
	.process-btn .nav-pills .nav-link {
		font-size: 14px;
	}
	.cta-text {
		text-align: center;
		margin-bottom: 30px;
	}
	.cta-btn {
		text-align: center !important;
	}
	.cta-area {
		padding: 80px 0;
	}
	.process-title {
		text-align: center;
	}
	.gform_footer .gform_button {
		margin: auto;
	}
	.industry-title{
		text-align: center;
	}
	.page-banner-title {
		padding-top: 0;
	}
	.team-text {
		text-align: center;
		margin-bottom: 40px;
	}
	.footer-logo {
		text-align: center;
	}
	.footer-text {
		text-align: center;
	}
	.footer-menu {
		text-align: center;
	}
	.footer-contact {
		text-align: center !important;
	}
	.footer-contact a {
		justify-content: center;
	}
	.footer-link {
		justify-content: center !important;
	}
	.copytight-wrapp {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
	.ab-intro-area::before {
		display: none;
	}
	.ab-intro {
		padding: 0;
		text-align: center;
		border: none;
	}
	.ab-intro:nth-child(2n) {
		padding: 0 !important;
		margin-top: 50px;
		text-align: center;
		border: none;
		margin-right: 0;
	}
	.ab-intro-title::before {
		display: none;
	}

	.h-banner-area .pattern {
		bottom: -30px;
	}
	.filter-bar .btn {
		font-size: 14px;
		padding: 15px 27px;
	}
	.team-inner {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.page-banner {
		min-height: 300px;
	}
	.single-page-banner {
		padding: 150px 0;
	}
	.single-page-banner .pattern img {
		min-height: 150px;
	}
	.single-page-banner .pattern {
		bottom: 100px;
	}
	.body-inner ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.cp-intro-text {
		padding: 0 0 0 20px;
	}
	.project-cover {
		padding: 40px 20px;
	}
	.contact-text {
		text-align: center;
		margin-top: 40px;
	}
	.contact-text p {
		margin-left: auto;
		margin-right: auto;
	}
	.contact {
		padding-left: 100px;
	}
	.contact-area {
		padding-top: 70px;
	}
	.ind-box {
		padding-left: 0;
		padding-right: 0;
	}
	.industry-content {
		padding: 20px;
	}
.wider-width .industry-content {
	padding: 30px 20px;
	text-align: center;
}
	.industry-content h3 {
	margin-left: auto !important;
	margin-right: auto !important;
}
	.ind-box.wider-width .industry-content p {
		padding: 30px 20px;
	}
	.error-404 h1 {
		font-size: 100px;
	}
	.sub-d-area img {
		aspect-ratio: 1/.8;
	}
	.filter-bar{
		gap: 10px !important;
	}
	.faq-area .question {
		justify-content: center;
		position: relative;	
	}
	.faq-trigger {
		position: absolute;
		right: 20px;
	}
	.faq-content p {
	text-align: center !important;
}


}

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

@media all and (max-width: 576.98px){
	.header-btn .btn {
		padding: 15px;
	}
	.header-logo {
		max-width: 150px;
	}
	.h-intro-slider .slick-dots {
		margin-top: 30px;
	}
	.filter-bar .btn {
		font-size: 12px;
		padding: 10px 15px;
	}
	.filter-bar{
		gap: 5px !important;
	}
	.pattern {
		bottom: 0;
	}
	.difference-wrapp {
		max-width: 96%;
	}
	.h-service-cover {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.project-title {
		flex-direction: column;
		gap: 20px;
	}
	.project-wrapp {
		flex-direction: column;
	}
	.project-thumb {
		width: 100%;
	}
	.project-text {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.project-thumb img {
		border-radius: 0;
	}
	.project-area .pattern {
		bottom: -20px;
	}
	.process {
		padding: 20px;
	}
	.process-wrapp {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.h-banner-area .pattern {
	bottom: 0;
}
	.case-text, .case-meta {
		padding-left: 15px;
		padding-right: 15px;
	}
	.single-page-banner {
		padding: 120px 0;
	}
	.single-page-banner .pattern {
		bottom: 75px;
	}
	.single-page-banner .pattern img {
		min-height: 100px;
	}
	.contact {
		padding-left: 40px;
	}
	.page-id-94 .project-area .pattern {
		top: -20px;
	}
	.fold-btn {
		width: 330px;
		padding: 30px 10px;
	}
	.fold-img img {
		height: 500px;
	}
	.service-info:hover .service-info-text{
		height: 100%;
	}
	.internal-btn ul li {
		width: 100%;
	}
	.subdivison-area .service-info:hover .subdivison-text{
		height: 100%;
	}
	.faq-area .process-wrapp {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.faq-area h2 {
	font-size: 20px;
}
	.case-btn {
	padding: 15px;
	padding-top: 0;
	padding-bottom: 20px;
}

}



