/*!
Theme Name: Solid Doors Perth
Theme URI: https://starlitdevs.com/
Author: Starlit Devs
Author URI: https://starlitdevs.com/
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: door
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.

Coldpoint Refrigeration 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: #b4252d;
	--black-color: #3a4651;
	--white-color: #ffffff;
    --section-bg: #f0f0f0;
	
	--primary-font: "Raleway", sans-serif;
	--secondery-font: "FreightTextPro", serif;
	--body-font: "Sofia Pro", sans-serif;
}
body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	margin: 0;
	padding: 0;
	font-family: var(--body-font);
	line-height: 1.35;
	font-size: 18px;
	font-weight: 400;
	color: var(--black-color);
}
.btn {
	font-size: 17px;
	padding: 17px 40px;
	font-weight: 500;
	border-radius: 0;
	border: none;
	color: var(--white-color);
	background-color: var(--primary-color);
	transition: all .4s ease-out;
	text-transform: unset;
	letter-spacing: unset;
	font-family: var(--body-font);
	line-height: 1;
}
.btn:hover{
	background-color: #dc8e92;
	color: var(--white-color);
}
.btn-secondery {
	background-color: var(--black-color);
	color: var(--white-color);
}
.btn-secondery:hover {
	background-color: #8a99a7;
	color: var(--white-color);
}
h1, h2, h3, h4, h5, h6, .h2, .h1{
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-family: var(--primary-font);
	line-height: 1.2;
}
h1, .h1 {
	font-size: 50px;
	text-transform: uppercase;
	word-break: break-word;
}
.f-60 h1 {
	font-size: 60px;
	margin-bottom: 40px;
}
h2, .h2{
	font-size: 36px;
}
.f-50 h2 {
	font-size: 50px;
}
h3{
	font-size: 30px;
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 20px;
}
img{
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input, select {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid var(--white-color);
	border-radius: 0;
	padding: 10px 18px !important;
	color: var(--white-color);
	background: transparent;
	font-size: 14px !important;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
input, select, textarea {
	height: 45px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--white-color);
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.p-80{
	padding: 80px 0;
}
.pt-80{
	padding-top: 80px;
}
.pb-80{
	padding-bottom:80px;
}
.container {
	transition: .4s;
	max-width: 1592px;
	padding: 0 16px;
	margin-left: auto;
	margin-right: auto;
}
.container-short {
	max-width: 1330px;
	padding: 0 16px;
	margin-left: auto;
	margin-right: auto;
	transition: .4s;
}
.section-title h2{
	margin-bottom: 40px;
}
.bg-1 {
	background-color: var(--section-bg);
}
.bg-2 {
	background-color: var(--primary-color);
}
.bg-3 {
	background-color: #f4dfe0;
}

/* Header */
.header-sec {
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 40px 0;
	position: fixed;
	background-color: var(--white-color);
	transition: .2s;
}
.header-sec.sticky-active {
	background-color: var(--white-color);
	padding: 30px 0;
	box-shadow: 0px 9px 22px -12px rgba(0, 0, 0, 0.75);
}
.header-logo {
	margin-right: 10px;
	transition: .4s all ease;
	width: 230px;
}
.header-logo svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-btn {
	gap: 16px;
	display: flex;
	margin-left: 10px;
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-btn .btn.btn-b-w {
	padding: 18px 25px;
}
.gap-10 {
	gap: 10px;
}
/* main-menu */
.main-menu {
	flex: 1;
}
.main-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li a {
	color: var(--black-color);
	font-size: 16px;
	padding: 6px 10px;
	font-weight: 600;
	display: block;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
	border-radius: 0;
	transition: .6s;
	font-family: var(--primary-font);
}
.main-menu ul li a:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}
.main-menu ul li ul {
	position: absolute;
	width: 270px;
	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);
	margin-left: 0;
	border-radius: 8px;
}
.main-menu ul li ul li {
	display: block;
}
 .main-menu > ul > li.menu-item-has-children::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	bottom: 0;
	height: 2px;
	width: 20px;
	right: 13px;
}
.main-menu ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul li a {
	display: block;
	padding: 18px 30px !important;
	font-size: 10px;
	color: var(--black-color);
	border-radius: 8px;
}
.main-menu ul li ul li a:hover {
	background-color: var(--black-color);
	color: var(--white-color);
}
.main-menu ul li ul li ul {
	left: 100%;
	top: 0;
	overflow: hidden;
}
.main-menu > ul > li ul li.menu-item-has-children::before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 10px;
	top: 50%;
	color: var(--primary-color);
	font-weight: 500;
	transform: translateY(-50%);
}


/* mmenu */
.mm-page {
	min-height: unset;
}

.mm-menu {
	display: none;
}
.modal-backdrop.show {
	opacity: .92;
}
.menu-trigger {
	display: none;
}
/* contact */
.field-space {
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
}
.contact-input textarea {
	border-radius: 8px;
	height: 190px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	max-width: 130px;
	text-transform: capitalize;
	letter-spacing: 0;
	transition: .4s;
	border-radius: 0;
	border: none;
	background: var(--black-color);
	color: var(--white-color);
	margin-top: 20px;
	font-size: 18px !important;
	line-height: 1 !important;
	padding: 15px 20px !important;
	height: unset;
	font-weight: 500;
	font-family: var(--body-font);
	margin-left: auto;
	display: flex;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background-color: #8a99a7;
}
.wpcf7-spinner {
	display: none;
}
.contact-form {
	padding: 80px 30px;
}
.contact-shortcode p {
	margin-bottom: 0;
}
.contact-form-info {
	width: calc(38% - 6px);
	padding: 50px;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M13 4v2l-5 5l-5-5V4l5 5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}

/* default page */
.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
	margin-bottom: 16px;
	margin-top: 30px;
}
.single-content h4{
	font-size: 20px;
}
.single-content h5{
	font-size: 18px;
}
.single-content h6{
	font-size: 17px;
}
.single-content img {
	width: 100%;
	border-radius: 12px;
}
.single-content ul li {
	margin-bottom: 3px;
	text-align: start;
}
.wp-block-list {
	margin-bottom: 20px;
}
.single-content ul {
	margin-bottom: 24px;
	padding-left: 30px;
}
.single-content-area {
	padding-top: 60px;
}
.single-content a {
	color: var(--primary-color);
}
.single-content h3 {
	font-size: 36px;
}
/* banner */
.banner-img img {
  height: 100%;
  object-fit: cover;
}
.banner-img {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
}
.banner-content p {
	font-size: 30px;
	font-family: var(--primary-font);
	font-weight: 300;
}
.banner-content {
	padding: 40px 0;
	min-height: 510px;
}
.banner-btn {
	margin-top: 70px;
}
.banner-list-content {
	margin-top: 60px;
}
.b-list-text {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 21px;
}
.banner-info-icon img {
  width: 20px;
  object-fit: contain;
}
.card-box-text {
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, #000000, transparent);
	height: 120px;
	width: 100%;
	display: flex;
	align-items: end;
	padding-left: 28px;
	padding-bottom: 20px;
	padding-right: 28px;
}
.card-box-text h3 {
  font-weight: 500;
}
.card-box-img img {
	aspect-ratio: 1/.7;
	object-fit: cover;
	transition: filter 0.3s ease-in-out;
}
.card-box:hover .card-box-img img {
	filter: blur(3px) grayscale(1);
}
.card-link::after, .blog-permalink::after, .blog-thumb-link::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.page-list-area::before {
	content: "";
	position: absolute;
	height: 128px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: var(--white-color);
}
.shope-link-box {
	padding: 70px 50px;
}
.shope-link-box * {
	position: relative;
}
.shope-link-box::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
}
.store-address {
	font-weight: 700;
	margin-top: 16px;
	margin-bottom: 24px;
}
.img-video-box {
  padding: 50px 0;
}
.box-img-video {
  width: 58%;
}
.case-content {
  width: 42%;
  padding-left: 80px;
}
.box-img-video iframe {
  width: 100%;
  object-fit: cover;
  height: 500px;
}
.img-video-box:nth-child(2n) {
	flex-direction: row-reverse;
}
.img-video-box:nth-child(2n) .case-content {
  padding-left: 0;
  padding-right: 80px;
}
.case-btn {
  margin-top: 60px;
}
.img-video-box::before {
	content: "";
	position: absolute;
	background-color: var(--section-bg);
	height: 100%;
	width: 1000%;
	z-index: -1;
	top: 0;
	left: -50%;
}
.img-video-box:nth-child(2n)::before {
	background-color: var(--white-color);
}
.case-content::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('assets/img/door-bg.svg');
	background-repeat: no-repeat;
	opacity: .12;
}
.img-video-box:nth-child(2n) .case-content::before {
	right: 0;
	transform: scaleX(-1);
}
.stores-list-area {
	padding-bottom: 50px;
}
.case-text {
	margin-top: 60px;
}
.door-content {
	max-width: 1330px;
	margin-left: auto;
	margin-right: auto;
}
.door-content h2 {
	text-align: center;
	margin-bottom: 26px;
	text-transform: uppercase;
}
.door-content:not(:last-child) {
	margin-bottom: 40px;
}
/* testimonials */
.swiper-slide.swiper-slide-active .testimonials-content {
	background-color: var(--white-color);
}
.swiper-slide {
	height: auto;
}
.testimonials-text {
	font-family: var(--secondery-font);
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.testimonials-content {
  padding: 50px 75px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.client-name {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.client-address {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 13px;
}
.testimonials-title {
  border-top: 1px solid #d6d6d6;
  padding: 50px 16px;
}
.page-id-7 .testimonials-title {
  border-top: none;
  padding-top: 0;
}
.testimonials_slider {
	padding-bottom: 40px;
}
.swiper-pagination {
	bottom: 0 !important;
}
.swiper-pagination-bullet-active {
	background: var(--black-color);
}
.swiper-pagination-bullet {
	height: 10px;
	width: 10px;
}
/* contact-form */
.form-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 10px;
}
.form-space {
	width: calc(50% - 5px);
}
.st-message-form p, .st-message-form textarea {
  height: 100%;
}
.contact-content {
  width: 30%;
}
.contact-shortcode {
  width: 70%;
}
.contact-details {
  max-width: 1330px;
}
.contact-btn {
  margin-top: 50px;
}
.contact-content h2 {
  margin-bottom: 50px;
}
.contact-content p {
  font-size: 14px;
  font-weight: 600;
}
.contact-content a {
  color: var(--white-color);
}
.contact-input:not(:last-child) {
  margin-bottom: 10px;
}
.seo-logo img {
  width: 50px;
}
.footer-logo img {
  width: 184px;
}
.copyright-area {
  font-family: var(--body-font);
  font-size: 13px;
  padding: 35px 0;
  max-width: 1330px;
}
.footer-info-title {
	font-size: 13px;
	font-weight: 700;
	font-family: var(--primary-font);
	margin-bottom: 16px;
	color: var(--primary-color);
}
.footer-list-text {
	font-size: 14px;
	color: var(--black-color);
}
.footer-info-icon {
	display: flex;
	height: 20px;
	margin-top: 3px;
}
.footer-area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	padding: 80px 0;
}
/* blog */
.blog-space {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--section-bg);
}
.blog-space:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.blog-thumb img {
	aspect-ratio: 1/.5;
	object-fit: cover;
	transition: filter 0.3s ease-in-out;
}
.blog-date {
	font-size: 14px;
	font-weight: 400;
	font-family: var(--body-font);
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog-excerpt p {
	margin: 0;
}
.blog-excerpt a {
	color: var(--primary-color);
}
.blog-title-link {
	color: var(--black-color);
}
.blog-title-link:hover {
	text-decoration: underline;
}
.thumbnail-text {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--primary-color);
	background-color: rgba(255, 255, 255, 0.5);
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	font-family: var(--primary-font);
	font-size: 16px;
}
.blog-thumb:hover img {
	filter: blur(3px) grayscale(1);
}
.blog-thumb:hover .thumbnail-text {
	opacity: 1;
}
.page-numbers {
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #dddddd;
	color: var(--black-color);
}
.page-numbers:hover {
  background-color: var(--section-bg);
  text-decoration: underline;
}
.page-numbers.current {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}
.pagination-prev, .pagination-next {
	color: var(--black-color);
	height: 40px;
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	padding: 0 10px;
}
.pagination-next svg, .pagination-prev svg {
	margin-top: 2px;
}
.pagination-next:hover, .pagination-prev:hover {
	background-color: var(--section-bg);
}
.blog-btn:hover {
	text-decoration: underline;
}
.banner-area .container-short {
	max-width: 1010px;
}
.banner-area {
	border-top: 1px solid #d6d6d6;
}
.single-title h1 {
	text-transform: unset;
}
.single-banner-img img {
	width: 100%;
}
.single-content {
	margin-top: 60px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 40px;
	margin-bottom: 24px;
}
.blog-back-link {
	margin-bottom: 60px;
	text-transform: uppercase;
	font-size: 18px;
	color: var(--primary-color);
	text-decoration: underline;
	font-weight: 500;
	display: block;
}
.finance-intro-title {
	text-transform: unset;
	margin-bottom: 50px;
}
.finance-intro-content h4 {
	font-size: 36px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 20px;
}
.page-banner-content .banner-list-content {
	margin-top: 40px;
}
.page-banner-content .b-list-text {
	font-size: 18px;
}
.c-content-cover {
  border: 1px solid #d6d6d6;
}
.contact-page-info {
  padding: 30px;
}
a.c-list-text:hover:hover {
	text-decoration: underline;
}
.c-list-text {
  color: var(--black-color);
}
.ab-intro-title h1 {
	text-transform: unset;
}
.ab-intro-content h3 {
	font-size: 36px;
}
.ab-intro-content h4 {
	font-size: 30px;
}
.ab-intro-content {
	border: none;
	margin: 0;
	padding: 0;
}
.popular-post-inner img {
	aspect-ratio: 1/.72 !important;
}
.popular-post-inner:hover .popular-post-content a {
	text-decoration: underline;
}
.popular-post-content {
	padding: 30px;
}
.popular-post-content h3 {
	font-size: 24px;
}
.gallery-wrap {
  border: 1px solid #d6d6d6;
  padding: 9px;
}
.gallery-img img {
  aspect-ratio: 1/.53;
  object-fit: cover;
}
.gallery-item {
	pointer-events: none;
}

.gallery-area::before {
	content: "";
	position: absolute;
	background-color: var(--primary-color);
	height: 500px;
	width: 100%;
	top: 0;
	left: 0;
}
.gallery-text {
	font-family: var(--primary-font);
	font-weight: 500;
	font-size: 24px;
	padding: 15px 10px 5px 10px;
	line-height: 1;
}
.b-content {
	margin-top: 40px;
}
.page-list-area.page-list-inner::before {
	height: 50px;
}
.content-wrap a {
	color: var(--primary-color);
}
/* go top */
#goTopBtn {
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 999;
	width: 35px;
	height: 35px;
	background: #ddd;
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	transition: all 0.3s ease;
	opacity: .8;
}
#goTopBtn svg {
	margin-bottom: 1px;
}
#goTopBtn:hover {
	opacity: 1;
}
.product-back-link {
	font-size: 14px;
	font-weight: 300;
	font-family: var(--primary-font);
	text-transform: uppercase;
	color: var(--black-color);
}
.product-back-link:hover{
	text-decoration: underline;
}
.pc-img img {
	aspect-ratio: 1;
}
.pc-case-study .case-content {
	padding-left: 0;
	padding-right: 80px;
}
.pc-case-study .img-video-box:nth-child(2n) .case-content {
	padding-left: 80px;
	padding-right: 0;
}
.pc-case-study .img-video-box::before {
	background-color: var(--white-color);
}
.pc-case-study .img-video-box:nth-child(2n)::before {
	background-color: var(--section-bg);
}
.pc-case-study .img-video-box:nth-child(2n) .case-content::before {
	right: 0;
	transform: scaleX(1);
}
.pc-case-study .img-video-box .case-content::before {
	right: 0;
	transform: scaleX(-1);
}
.gallery-item img {
	aspect-ratio: 1/.64;
	object-fit: cover;
}
.gallery-section::before {
	content: "";
	position: absolute;
	height: 30px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: var(--white-color);
}
.gallery-item:hover img {
	filter: grayscale(1);
	outline: 2px solid #ffffff;
	outline-offset: -6px;
	transition: filter .3s;
}
.product-inner-img img {
	aspect-ratio: 1;
	object-fit: cover;
}
.product-banner-area {
	padding: 50px 0;
}
.mySwiper {
	margin-top: 15px;
}
.mySwiper2 .swiper-button-next::after, .mySwiper2 .swiper-button-prev::after {
	display: none;
}
.back-btn {
  font-size: 14px;
  font-weight: 300;
  font-family: var(--primary-font);
  color: var(--black-color);
}
.page-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
.p-b-list-title, .pb-list-title-bottom {
	font-size: 18px;
	font-weight: 700;
	font-family: var(--primary-font);
	line-height: 1;
	color: var(--primary-color);
	border-bottom: 1px solid #acacac;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.pb-list-text, .pb-list2-text, .pb-list-text, .pb-list-text-bottom {
	font-size: 18px;
	font-weight: 400;
	font-family: var(--primary-font);
	margin-bottom: 10px;
}
.pb-list2-text {
	width: 100%;
}
.pb-list-wrap {
	column-gap: 30px;
}
.product-inner-gallery {
	max-width: 540px;
}
.product-banner-content {
	padding: 0 50px;
}
.pb-list-content-one::before {
	content: "";
	position: absolute;
	height: 1000%;
	width: 10000%;
	top: 0;
	background-color: var(--primary-color);
	left: -5000%;
}
.pb-list-title-bottom {
	color: var(--white-color);
	border-color: #8e0c13;
}
.pb-info-icon img, .pb-info-icon {
	height: 20px;
	width: 20px;
	display: flex;
}
.pb-info {
	margin-bottom: 20px;
}
.pb-list-text-bottom {
	margin-bottom: 0;
	line-height: 1;
}
.pb-list-content {
	padding-top: 60px;
	margin-top: 100px;
}
.product-inner-gallery .swiper-button-prev svg, .product-inner-gallery .swiper-button-next svg {
	width: 18px;
}
.p-b-list-one, .pb-list-content-one {
	padding-right: 10px;
}
.p-b-list-two, .pb-list-content-two {
	padding-left: 10px;
}
.pc-form textarea, .pc-form input, .pc-form select {
	border-color: var(--black-color);
	color: var(--black-color);
}
.pc-form input::placeholder, .pc-form textarea::placeholder, .pc-form select {
    color: var(--black-color);
}
.pc-form .contact-shortcode {
	width: 90%;
	margin-left: auto;
}
.pc-content {
	max-width: 800px;
}
.mySwiper .swiper-slide {
	border: 2px solid transparent;
}
.mySwiper .swiper-slide.swiper-slide-thumb-active {
	border-color: var(--black-color);
}
.content-wrap h4 {
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.page-banner-content p {
	font-size: 18px !important;
	font-weight: 400;
	max-width: 610px;
}
.inner-list-1 {
	width: 50%;
}
.hw-info:first-child .pb-list-text {
	text-decoration: underline;
}










/* 404 */
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
	font-family: var(--body-font);
}

/* responsive */
@media all and (max-width: 1599.98px){ 
	.product-banner-content {
	padding: 0 10px;
}
}
@media all and (max-width: 1399.98px){
	.main-menu ul li a {
		font-size: 15px;
	}
	h3 {
	font-size: 26px;
}
.img-video-box:nth-child(2n) .case-content {
	padding-right: 50px;
}
.box-img-video iframe {
	height: 370px;
}
.case-text {
	margin-top: 40px;
}
.case-btn {
	margin-top: 50px;
}
.f-50 h2 {
	font-size: 40px;
}
.case-content {
	width: 45%;
	padding-left: 80px;
	padding-left: 50px;
}
.box-img-video {
	width: 55%;
}
.testimonials-content {
	padding: 50px 50px;
}
.pc-form .contact-shortcode {
	width: 100%;
}

}

@media all and (max-width: 1199.98px){
	.f-60 h1 {
	font-size: 48px;
	margin-bottom: 30px;
}
.banner-content p {
	font-size: 24px;
}
.banner-list-content {
	margin-top: 40px;
}
.banner-btn {
	margin-top: 50px;
}
h3 {
	font-size: 24px;
}
.card-box-text {
	padding: 20px;
}
.case-text br {
	display: none;
}
.testimonials-text {
	margin-top: 24px;
}
.testimonials-content {
	padding: 40px 30px;
}
.blog-thumb img {
	aspect-ratio: 1/.6;
}
.pc-case-study .case-content {
	padding-right: 50px;
}
.pc-case-study .img-video-box:nth-child(2n) .case-content {
	padding-left: 50px;
}
.content-wrap h4 {
	font-size: 30px;
}
.single-content h3 {
	font-size: 30px;
}


/* m-menu */
	.menu-close-btn {
		position: absolute;
		top: 14px;
		right: 10px;
		z-index: 9;
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.menu-close-btn i:hover{
		color: var(--primary-color);
	}
	.mm-navbar__title span::before {
		content: "Back to ";
	}
	.mm-navbar__title span{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		color: var(--secondery-color) !important;
	}
.mm-panel ul li a {
	font-size: 12px;
	color: var(--black-color) !important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: var(--primary-font);
}
	.mm-navbar .btn {
		color: var(--secondery-color) !important;
		font-weight: bold;
	}
	.mm-navbar .btn:hover {
		color: var(--primary-color) !important;
	}
	.mm-navbars--bottom {
		border-top: none;
	}
	.mm-menu {
		z-index: 100;
		display: block;
	}
	.mm-wrapper__blocker.mm-blocker.mm-slideout{
		z-index: 99;
	}
	.mm-panels {
		background: var(--white-color);
	}
	.menu--just-title a {
		border-top: 0 solid #EAEAEA;
		padding-top: 0 !important;
	}
	.mm-navbar__title {
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 1.6px;
	}
	.mm-listitem__text {
		font-size: 15px;
	}
	.mm-menu {
		--mm-size: 100%;
		--mm-color-background: var(--white-color);
	}
	.menu-close-btn {
		position: absolute;
		right: 10px;
		z-index: 9;
		font-size: 18px !important;
		color: var(--secondery-color) !important;
		top: 15px;
	}
	.menu-close-btn {
		font-size: 14px;
	}
	.mm-navbar__title span {
		display: none;
	}
	.mm-panel--opened .mm-navbar__title span {
		display: block;
		font-size: 0;
	}
	#menu .mm-navbar .mm-navbar__title span {
		display: none;
	}
	.mm-navbar .btn {
		color: var(--white-color) !important;
	}
	.mm-panel .mega-menu {
		position: relative !important;
	}
	.mm-panels .sub-menu li a {
		padding: 15px 20px !important;
	}
	.menu-trigger{
		display: block;
	}
.menu-trigger a {
	flex-direction: column;
	row-gap: 5px;
	position: relative;
	z-index: 999;
	cursor: pointer;
	background-color: transparent;
	border-radius: 0;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--black-color);
}
.menu-trigger span {
	display: block;
	height: 2px;
	width: 20px;
	background-color: var(--black-color);
	border-radius: 100px;
}
	.main-menu {
		display: none;
	}
	.mm-panel ul li.menu-btn a{
		color: var(--black-color) !important;
	}
.menu-btn::before {
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% - 20px);
	bottom: 0;
	right: 0;
	background-color: #d9d9d9;
}
	.mm-panel ul li.menu-btn a:hover{
		background-color: var(--primary-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a{
		background-color: var(--primary-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a:hover{
		background-color: var(--secondery-color) !important;
	}
	.menu-btn::after{
		display: none;
	}
	/* menu-end */


}

@media all and (max-width: 991.98px){
	.banner-img {
	position: unset;
	width: 100%;
}
.header-sec {
	padding: 30px 0;
}
.p-80{
	padding: 60px 0;
}
.pt-80{
	padding-top: 60px;
}
.pb-80{
	padding-bottom:60px;
}
.case-content {
	width: 100%;
	padding: 0 !important;
	padding-top: 30px !important;
}
.box-img-video {
	width: 100%;
}
.img-video-box {
	flex-direction: column !important;
}
.contact-details {
	max-width: 800px;
	flex-direction: column;
	gap: 40px;
}
.contact-content, .contact-shortcode {
	width: 100%;
}
.contact-content h2 {
	margin-bottom: 24px;
}
.contact-btn {
	margin-top: 30px;
}
.footer-area::before {
	content: "";
	position: absolute;
	background-color: #eeeeee;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .6;
}
.banner-content {
	min-height: 400px;
}
.blog-thumb img {
	aspect-ratio: 1/.7;
}
.finance-intro-content h4 {
	font-size: 30px;
}
.shope-link-box {
	padding: 50px 30px;
}
.pc-case-study .img-video-box {
	flex-direction: column-reverse !important;
}
.product-inner-gallery {
	max-width: 100%;
}
.product-banner-content {
	padding: 0;
	padding-top: 40px;
}
.page-title {
	margin-top: 30px;
	margin-bottom: 30px;
}
.pc-content {
	max-width: 100%;
	margin-bottom: 50px;
}
.content-wrap h4 {
	font-size: 28px;
}
h1, .h1 {
	font-size: 40px;
}

	
}

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

@media all and (max-width: 767.98px){
	.f-46 h2 {
		font-size: 36px;
	}
	h1, .h1 {
		font-size: 30px;
	}
	h2, .h2{
		font-size: 36px;
	}
	h1 br, .f-46 h2 br, .h1 br, h2 br{
		display: none;
	}
	.p-80{
	padding: 50px 0;
}
.pt-80{
	padding-top: 50px;
}
.pb-80{
	padding-bottom:50px;
}
	.error-404 h1 {
		font-size: 100px;
	}
	.header-sec {
	padding: 24px 0;
}
.header-sec.sticky-active {
	padding: 24px 0;
}
.h-call-btn {
	padding: 10px;
	height: 45px;
	width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-trigger a {
	height: 45px;
	width: 45px;
}
.header-logo {
	width: 150px;
}
.h-btn {
	gap: 10px;
}
.b-list-text {
	font-size: 18px;
}
.banner-content p {
	font-size: 20px;
}
.banner-list-content {
	margin-top: 30px;
}
.banner-btn {
	margin-top: 40px;
}
.f-60 h1 {
	font-size: 36px;
	margin-bottom: 30px;
}
.banner-btn .btn {
	padding: 17px 34px;
}
.section-title h2 {
	margin-bottom: 32px;
}
h2, .h2 {
	font-size: 30px;
}
.shope-link-box {
	padding: 30px 20px;
}
.stores-list-area {
	padding-bottom: 30px;
}
.box-img-video iframe {
	height: 200px;
}
.f-50 h2 {
	font-size: 30px;
}
.case-text {
	margin-top: 24px;
}
.case-btn {
	margin-top: 30px;
}
.case-btn .btn {
	flex-grow: 1;
	padding: 18px;
}
.testimonials-text {
	margin-top: 16px;
	font-size: 16px;
}
.testimonials-content {
	padding: 30px 20px;
}
.testimonials-title {
	padding: 30px 16px;
}
.form-space {
	width: 100%;
}
.form-wrap {
	flex-direction: column;
}
.st-message-form textarea {
	height: 160px;
}
.banner-content {
	min-height: 300px;
}
.blog-text {
	margin-top: 30px;
}
.blog-thumb img {
	aspect-ratio: 1/.5;
}
.pagination-prev span, .pagination-next span {
	display: none;
}
.blog-back-link {
	margin-bottom: 35px;
}
.single-content {
	margin-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
body {
	font-size: 16px;
}
.finance-intro-content h4 {
	font-size: 24px;
}
.finance-intro-title {
	margin-bottom: 30px;
}
.ab-intro-content h3 {
	font-size: 30px;
}
.ab-intro-content h4 {
	font-size: 24px;
}
.popular-post-content {
	padding: 20px;
}
.gallery-text {
	font-size: 20px;
}
.p-b-list-two, .p-b-list-one {
	padding: 0;
}
.p-b-list-two {
	padding-top: 30px;
}
.pb-list-content {
	padding-top: 30px;
	margin-top: 16px;
	padding-left: 0;
	padding-right: 0;
}
.pb-list-content-two {
	padding-top: 0;
}
.pc-content {
	margin-bottom: 36px;
}
.footer-area {
	padding: 50px 0;
}
.page-banner-content .b-list-text {
	font-size: 16px;
}
.content-wrap h4 {
	font-size: 24px;
}
.single-content h3 {
	font-size: 24px;
}
	.pages_slider {
	padding-bottom: 40px;
}
	.parent-pageid-23 .pages_slider {
	padding-bottom: 0;
}
	.pages-prev::after, .pages-next::after {
		display: none;
	}
		

}

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