/*!
Theme Name: Roller Shutter Co WA
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: shutter
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: #EBEEF6;
	--secondery-color: #FBF0E4;
	--white-color: #ffffff;
    --black-color: #252933;
	--white-hover: #e4e4e4;
	--black-hover: #373e4d;
	--gray-hover: #d7dcea;
	
    --body-font: "Plus Jakarta Sans", sans-serif;
	--heading-font: "FF Good 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.9;
	font-size: 16px;
	font-weight: 400;
	color: var(--black-color);
	padding: 10px;
}
.btn {
	font-size: 10px;
	padding: 18px 40px;
	font-weight: 600;
	border-radius: 5px;
	border: none;
	color: var(--black-color);
	background-color: var(--primary-color);
	transition: all .4s ease-out;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: var(--body-font);
	line-height: 1.3;
	min-width: 200px;
}
.btn:hover{
	background-color: var(--gray-hover);
	color: var(--black-color);
}
.btn-secondery {
	background-color: var(--black-color);
	color: var(--white-color);
}
.btn-secondery:hover {
	background-color: var(--black-hover);
	color: var(--white-color);
}
.btn-white {
	background-color: var(--white-color);
	color: var(--black-color);
}
.btn-white:hover {
	background-color: var(--white-hover);
	color: var(--black-color);
}
.btn-b-w {
	background-color: transparent;
	border: 1px solid var(--white-color);
	color: var(--white-color);
}
.btn-b-w:hover {
	background-color: var(--white-color);
}
.btn-b-b {
	background-color: transparent;
	border: 1px solid var(--black-color);
}
.btn-b-b:hover {
	background-color: var(--white-color);
}
h1, h2, h3, h4, h5, h6, .h2{
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-family: var(--heading-font);
}
.f-10 {
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.05);
	padding: 10px 20px;
	margin-bottom: 30px;
}
.f-10 h1 {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1.3;
	font-family: var(--body-font);
}
h1, .f-68 h2, .h1 {
	font-size: 68px;
	line-height: .9;
	text-transform: uppercase;
	word-break: break-word;
}
h2, .h2{
	font-size: 48px;
	line-height: 1;
	letter-spacing: -3%;
}
h3{
	font-size: 24px;
	line-height: 1.2;
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 16px;
}
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: none;
	border-radius: 6px;
	padding: 10px 15px !important;
	color: var(--black-color);
	background: var(--white-color);
	font-size: 16px !important;
}
input, select, textarea {
	height: 55px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--black-color);
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.p-100{
	padding: 100px 0;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom:100px;
}
.container {
	transition: .4s;
	max-width: 1290px;
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
}
.section-title h2{
	margin-bottom: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-24 h2 {
	margin-bottom: 24px;
}
.pb-10 {
	padding-bottom: 10px;
}
.card-btn {
	margin-top: 30px;
}
.row {
	--bs-gutter-x: 15px;
}
.rounded-10 {
	border-radius: 10px;
	overflow: hidden;
}
.bg-1 {
	background-color: var(--primary-color);
}
.bg-2 {
	background-color: var(--secondery-color);
}
.bg-3 {
	background-color: var(--black-color);
}

/* Header */
.header-sec {
	left: 10px;
	right: 10px;
	top: 0;
	z-index: 99;
	padding: 50px 0;
	position: fixed;
	background-color: transparent;
	transition: .2s;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.header-sec.sticky-active {
	background-color: var(--black-color);
	padding: 30px 0;
}
.header-logo {
	margin-right: 10px;
	transition: .4s all ease;
	width: 229px;
}
.header-logo svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-btn {
	gap: 10px;
	display: flex;
	margin-left: 10px;
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-btn {
	gap: 10px;
}
.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(--white-color);
	font-size: 10px;
	padding: 10px;
	font-weight: 600;
	display: block;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border-radius: 30px;
	transition: .6s;
}
.main-menu ul li a:hover {
	color: var(--secondery-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: 195px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: .4s;
	border-radius: 5px;
	border: none;
	background: var(--white-color);
	color: var(--black-color);
	margin-top: 40px;
	font-size: 10px !important;
	line-height: 1 !important;
	padding: 20px 30px 18px 30px !important;
	height: unset;
	font-weight: 600;
	font-family: var(--body-font);
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background-color: var(--white-hover);
}
.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: 16px;
	padding-left: 16px;
}
.single-content-area {
	padding-top: 60px;
}
/* banner */
.f-96 h2 {
	font-size: 96px;
	font-weight: 500;
	line-height: 98px;
	letter-spacing: -0.96px;
	text-transform: uppercase;
}
.f-80 h2, h1 {
	font-size: 80px;
	font-weight: 500;
	line-height: 80px;
	letter-spacing: -0.8px;
	text-transform: uppercase;
}
.banner-img-video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.banner-img-video img, .banner-img-video video {
  height: 100%;
  object-fit: cover;
}
.banner-area {
  padding-top: 214px;
}
.banner-content {
	max-width: 750px;
	margin-bottom: 114px;
}
.banner-content-wrap h2 {
	margin-bottom: 30px;
}
.banner-area::before {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, rgba(37, 41, 51, 0.40) 0%, rgba(37, 41, 51, 0.40) 100%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.callouts-content {
	padding: 24px 20px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.04);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(6.599999904632568px);
	transition: .4s;
}
.callouts-area {
	max-width: 1420px;
	padding: 0 10px;
}
.callouts-area .row, .page-link-area .row {
	--bs-gutter-x: 10px;
}
.callouts-content:hover {
	background: var(--white-hover);
	color: var(--black-color) !important;
}
/* page-link */
.link-thumbnail-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.link-content {
  padding: 50px;
  padding-top: 290px;
}
.card-excerpt {
  margin-bottom: 0 !important;
}
.link-thumbnail-img img {
	height: 100%;
	object-fit: cover;
}
.link-content h2 {
	max-width: 280px;
	line-height: 1;
	margin-bottom: 16px;
}
.card-link {
	color: var(--white-color);
	border: 1px solid var(--white-color);
	border-radius: 5px;
	transition: .4s;
}
.card-link::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.link-content:hover .card-link {
	color: var(--black-color);
	background-color: var(--white-color);
	border-color: var(--white-color);
}
.link-3 .card-link {
	color: var(--black-color);
	border-color: var(--black-color);
}
.link-3 .link-thumbnail-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.link-3 .link-content {
	padding: 50px !important;
	background-color: var(--primary-color);
	height: auto !important;
	border-radius: 10px;
	margin-bottom: 10px;
	color: var(--black-color) !important;
}
.link-3.link-box::before {
	display: none;
}
.link-box {
	display: flex;
	flex-direction: column;
	
}
.link-thumbnail-img {
	mask-image: url(assets/img/shape.svg);
	mask-repeat: no-repeat;
	mask-size: cover;
	mask-position: top left;
}
.link-thumbnail-img::before, .contact-title::before {
	content: "";
	position: absolute;
	border-radius: 10px;
	background-color: rgba(37, 41, 51, .3);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.link-3 .link-thumbnail-img {
	mask-image: none;
}
.link-3-text {
	display: none;
}
.link-3 .link-3-text {
	display: block;
	position: absolute;
	bottom: 10px;
	width: calc(100% - 20px);
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.04);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(6.599999904632568px);
	color: var(--white-color);
	text-align: center;
	padding: 20px;
	padding-top: 16px;
	line-height: 1;
	font-size: 20px;
	font-weight: 600;
}
.rectangle {
	height: 80px;
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--white-color);
	border-bottom-right-radius: 8px;
	z-index: 4;
}
.link-3 .rectangle {
	display: none;
}
.rectangle span {
	border-radius: 10px;
}
.link-1 .rectangle-1, .link-1 .rectangle-2, .link-1 .rectangle-3, .link-2 .rectangle-3 {
	display: block;
	background-color: var(--black-color);
	height: 5px;
	width: 30px;
}
.link-1 .rectangle-2, .link-1 .rectangle-3 {
	height: 2px;
}
.rectangle-inner {
	display: flex;
	height: 70px;
	width: 70px;
	background-color: var(--primary-color);
	border-radius: 8px;
	transition: .4s;
	position: relative;
}
.rectangle-inner:hover {
	background-color: var(--black-color);
}
.rectangle-inner:hover span {
	background-color: var(--white-color);
}
.link-1 .rectangle-1, .link-2 .rectangle-3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .4s;
}
.link-1 .rectangle-2 {
	position: absolute;
	top: calc(50% + 12px);
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.link-1 .rectangle-3 {
	position: absolute;
	top: calc(50% + 19px);
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .7s;
}
.link-1 .rectangle-inner:hover .rectangle-1 {
	top: 40%;
}
.link-1 .rectangle-inner:hover .rectangle-2 {
	opacity: 1;
	visibility: visible;
	top: calc(50% + 1px);
}
.link-1 .rectangle-inner:hover .rectangle-3 {
	opacity: 1;
	visibility: visible;
	top: calc(50% + 8px);
}
.link-2 .rectangle-1 {
	display: none;
}
.link-2 .rectangle-2 {
	height: 25px;
	width: 25px;
	border: 2px solid var(--black-color);
	border-radius: 100px;
	transition: .4s;
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
	transition: .4s;
	opacity: 0;
	visibility: hidden;

}
.link-2 .rectangle-inner:hover .rectangle-2 {
	background-color: var(--black-color);
	border-color: var(--white-color);
	top: 18px;
	opacity: 1;
	visibility: visible;
}
.link-2 .rectangle-inner:hover .rectangle-3 {
	top: 69%;
}

/* why-use-shutter */
.why-us-content {
	padding-left: 35px;
}
.ws-number {
	display: inline-block;
	background-color: var(--primary-color);
	font-size: 10px;
	padding: 9px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
	line-height: 1;
	letter-spacing: 1px;
}
.splide__pagination {
	bottom: -82px;
	gap: 20px;
}
.splide__pagination__page.is-active {
	background: var(--black-color);
	transform: scale(1);
	z-index: 1;
}
.splide__pagination__page {
	background: var(--primary-color);
	height: 10px;
	margin: 0;
	opacity: 1;
	width: 10px;
}
.splide__arrow svg {
	display: none;
}
.custom-prev::after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 8.5L1.5 8.5M1.5 8.5L8.5 15.5M1.5 8.5L8.5 1.5' stroke='%231E1E1E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
}
.custom-next::after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.5H15.5M15.5 8.5L8.5 1.5M15.5 8.5L8.5 15.5' stroke='%231E1E1E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
}
.splide__arrow {
	background: var(--primary-color);
	border-radius: 6px;
	height: 50px;
	opacity: 1;
	width: 50px;
	top: unset;
	transform: unset;
	bottom: -100px;
	transition: .4s;
}
.splide__arrow--prev {
	left: 0;
}
.splide__arrow--next {
	right: 0;
}
.splide__arrow:hover:not(:disabled) {
	opacity: 1;
	background: var(--gray-hover);
}
.pb-101 {
	padding-bottom: 100px;
}
.why-us-img img {
	aspect-ratio: 1/.72;
	object-fit: cover;
}
/* finance */
.finance-logo {
	width: 312px;
}
.finance-content {
	padding: 50px;
}
.finance-text {
	max-width: 600px;
}
.finance-img img {
	object-fit: cover;
	height: 100%;
}
/* review */
.review-box {
	padding: 50px;
}
.review-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}
.review-star {
	display: flex;
	width: 164px;
}
.google-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.google-review-link {
	background-color: var(--white-color);
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}
.google-review-link:hover {
	background-color: var(--white-hover);
}
.review-box-one .count-number, .review-box-two .review-text, .review-box-three .review-text {
	margin-bottom: 24px;
}
/* video play */
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.review-video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.video-play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background: var(--white-color);
    color: #fff;
    font-size: 32px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}
.video-play-btn:hover {
    background: var(--white-hover);
}
.video-wrapper.playing .video-play-btn {
    opacity: 0;
    pointer-events: none;
}
.video-play-btn svg {
	margin-left: 5px;
}
/* project gallery */
.gallery-img img {
	aspect-ratio: 1/.86;
	object-fit: cover;
}
.timetable-tab {
	padding: 10px;
	border-radius: 8px;
}
.nav-link.btn.active {
	background-color: var(--white-color);
	color: var(--black-color);
}
/* contact-style */
.contact-text {
  padding: 50px;
}
.contact-title {
  padding: 50px;
  padding-top: 80px;
  margin-bottom: 10px;
  flex: 1;
}
.contact-shortcode {
	padding: 50px;
}
.contact-shortcode .row {
	--bs-gutter-x: 10px;
}
/* faq */
.question {
	padding: 15px 0;
	cursor: pointer;
	font-weight: 600;
	line-height: 1.5;
}
.answer {
	display: none;
	padding-bottom: 16px;
}
.faq-item {
	border-radius: 8px;
	padding: 0 15px;
}
.faq-item:not(:last-child) {
	margin-bottom: 10px;
}
.faq {
	max-width: 750px;
}
.answer ul {
	list-style: inside;
}
.answer ol {
	padding-left: 18px;
}
/* footer */
.footer-area {
	padding: 10px;
	padding-top: 60px;
}
.footer-item-1 img {
	width: 230px;
}
.footer-area a{
	color: var(--white-color);
}
.footer-area ul {
	list-style: none;
}
.copyright-content {
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.04);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(6.599999904632568px);
	padding: 25px 20px;
	margin-top: 80px;
	font-size: 14px;
}
.copyright-text strong {
	margin: 0 8px;
}
.footer-item-5 a {
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.05);
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-item span {
	color: rgba(255, 255, 255, 0.38);
	font-size: 10px;
	letter-spacing: 1.5px;
	display: block;
	margin-bottom: 16px;
}
.footer-details {
	gap: 20px;
}
/* about page */
.card-box {
  padding: 10px;
}
.intro-content {
  padding: 24px 20px 16px 20px;
}
.intro-content h3 {
	margin-bottom: 16px;
	font-family: var(--body-font);
	font-weight: 700;
}
.card-img img {
	aspect-ratio: 1/.66;
	object-fit: cover;
}
/* shutters */
.operation-text {
	max-width: 645px;
	flex: 1;
}
.operation-tab-content {
	margin-top: 50px;
}
.customised-color {
  width: 100%;
  aspect-ratio: 1/.8;
  object-fit: cover;
}
.customised-colors {
	row-gap: 10px;
	margin-top: 30px;
}
.customised-color-box {
  width: calc(20% - 9px);
  padding: 10px;
}
.customised-content {
	padding: 50px;
}
.color-name {
	font-size: 9px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 10px;
	line-height: 1.2;
}
.customised-img {
    display: none;
}
.customised-img.active {
    display: block;
}
.customised-color-box {
    cursor: pointer;
    transition: 1s ease;
}
.customised-img img {
	height: 100%;
	object-fit: contain;
	object-position: bottom right;
	aspect-ratio: 1;
}
.shutters-link-box h2 {
	color: var(--white-color);
	max-width: 340px;
	flex: 1;
}
.shutters-link-box {
  padding: 50px;
  color: var(--white-color);
}
.shutters-link-box svg {
  border: 1px solid var(--white-color);
  border-radius: 5px;
  transition: .6s;
}
.shutters-link-box:hover {
  color: var(--black-color);
}
.shutters-link-box:hover svg {
	background-color: var(--white-color);
}
.text-scroll-wrap {
	padding: 50px;
}
.slider-text {
	font-size: 36px;
	font-weight: 400;
	font-family: var(--heading-font);
	line-height: 1;
	letter-spacing: -1px;
	color: var(--black-color);
}
.cta-content {
	padding: 50px;
}
.cta-content h2 {
	flex: 1;
}
.contact-address span {
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--black-color);
	border-radius: 5px;
}
.contact-address {
	color: var(--black-color);
	line-height: 1.3;
}
.c-form-link:not(:last-child) {
	margin-bottom: 15px;
}
.c-form-link {
	width: 100%;
}
.c-form-link.btn {
	padding: 18px 20px;
}
.blog-space {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 0.5px solid var(--black-color);
}
.blog-area .row {
	--bs-gutter-x: 0;
}
.blog-content {
	padding-left: 50px;
}
.blog-btn:hover {
	background-color: var(--primary-color);
}
.blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pagination-prev, .pagination-next {
	background-color: var(--primary-color);
}
.pagination-prev:hover, .pagination-next:hover {
	background-color: var(--gray-hover);
}
.page-numbers, .pagination-next, .pagination-prev {
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--black-color);
	font-size: 15px;
	border-radius: 5px;
	font-weight: 600;
}
.pagination-next {
  margin-left: auto;
}
.pagination-prev {
  margin-right: auto;
}
.blog-pagination .disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed;
}
.blog-space:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.blog-btn::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.popular-post-inner {
	padding: 10px;
}
.popular-post-text h3 {
	font-family: var(--body-font);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
.popular-post-text {
	padding: 30px 20px 10px 20px;
}
.popular-meta-cat div {
	background-color: var(--white-color);
}
.popular-post-thumb img {
	aspect-ratio: 1/.66;
	object-fit: cover;
}
.single-meta div {
	display: inline-block;
	padding: 9px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1.3;
	font-family: var(--body-font);
}
.single-banner-content {
	max-width: 100%;
}
/* contact page */
.contact-page-form {
	padding: 50px;
	margin-bottom: 15px;
}
.contact-page-form-info h3 {
	font-family: var(--body-font);
	margin-bottom: 5px;
	font-weight: 700;
}
.cf-1 {
	margin-bottom: 30px;
}
.contact-page-form-info .btn {
	width: 100%;
}
.page-id-42 .review-area {
	padding-bottom: 0;
}













/* 404 */
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
	font-family: var(--body-font);
}
.error-404-area {
	padding-top: 214px;
}
.error404 .header-sec {
	background-color: var(--black-color);
}

/* responsive */
@media all and (max-width: 1399.98px){
.link-content {
	padding: 40px;
	padding-top: 260px;
}
.link-3 .link-content {
	padding: 40px !important;
}
.link-box {
	display: flex;
	flex-direction: column;
}

}
@media all and (max-width: 1299.98px){
	.main-menu ul li a {
	padding: 10px 7px;
}
.main-menu > ul {
	gap: 4px;
}
.main-menu > ul > li.menu-item-has-children::before {
	right: 9px;
}

}

@media all and (max-width: 1199.98px){
.main-menu > ul {
	gap: 9px;
}
.why-us-content {
	padding-left: 15px;
}
.link-content {
	padding: 30px;
	padding-top: 220px;
}
.link-3 .link-content {
	padding: 30px !important;
}
.finance-content {
	padding: 32px;
}
.review-box {
	padding: 30px;
}
.count-number.h2 {
	font-size: 36px;
}
.google-title {
	font-size: 32px;
}
.contact-shortcode, .contact-text {
	padding: 32px;
}
.contact-title {
	padding: 32px;
	padding-top: 80px;
}
.footer-details {
	gap: 20px;
	flex-wrap: wrap;
}
.customised-content {
	padding: 32px;
}
.shutters-link-box h2 {
	font-size: 42px;
}
.text-scroll-wrap {
	padding: 50px 24px;
}
.cta-content {
	padding: 50px 24px;
}
.blog-content {
	padding-left: 30px;
}
.contact-page-form {
	padding: 32px;
}
.c-form-link.btn {
	padding: 18px 10px;
}


/* 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: 10px;
	color: var(--black-color) !important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.5px;
}
	.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: 5px;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--white-color);
}
.menu-trigger span {
	display: block;
	height: 2px;
	width: 20px;
	background-color: var(--white-color);
	border-radius: 100px;
}
	.main-menu {
		display: none;
	}
	.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){
	.p-100{
		padding: 80px 0;
	}
	.pt-100{
		padding-top: 80px;
	}
	.pb-100{
		padding-bottom: 80px;
	}
.header-sec {
	padding: 40px 0;
}
.f-96 h2 {
	font-size: 80px;
	line-height: 80px;
}
.banner-content-wrap h2 {
	margin-bottom: 24px;
}
.why-us-content {
	padding-left: 0;
	margin-top: 40px;
}
.finance-text {
	max-width: 100%;
}
.finance-logo {
	margin: auto;
}
.finance-content {
	padding: 40px 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.finance-img {
	background-color: var(--secondery-color);
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.footer-item {
	width: calc(32% - 10px);
}
.footer-details {
	justify-content: start !important;
}
.img-with-text .finance-content {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.img-with-text .finance-img {
	background-color: var(--primary-color);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.operation-text {
	max-width: 100%;
}
.operation-tab-content {
	margin-top: 30px;
}
.customised-img {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.customised-content {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-bottom: 0;
}
.shutters-link-box h2 {
	font-size: 36px;
}
.shutters-link-box {
	padding: 36px;
}
.slider-text {
	font-size: 30px;
}
.text-scroll-wrap {
	padding: 50px 10px;
}
.blog-text h2 {
	font-size: 40px;
}
.f-80 h2, h1 {
	font-size: 70px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.8px;
	text-transform: uppercase;
}
.customised-text {
	border-radius: 10px !important;
}
	
}

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

@media all and (max-width: 767.98px){
	h1, .f-46 h2, .h1 {
		font-size: 36px;
	}
	h2, .h2{
		font-size: 36px;
	}
	h1 br, .f-46 h2 br, .h1 br, h2 br{
		display: none;
	}
	.p-100{
		padding: 50px 0;
	}
	.pt-100{
		padding-top: 50px;
	}
	.pb-100{
		padding-bottom: 50px;
	}
	.error-404 h1 {
		font-size: 100px;
	}
.h-call-btn {
	min-width: 45px;
	width: 45px;
	height: 45px;
	padding: 0;
}
.header-sec.sticky-active {
	padding: 24px 0;
}
.menu-trigger a {
	height: 45px;
	width: 45px;
}
.header-logo {
	width: 160px;
}
.h-btn {
	gap: 5px;
}
.header-sec {
	padding: 30px 0;
}
.f-96 h2 {
	font-size: 64px;
	line-height: 64px;
}
.f-80 h2, h1 {
	font-size: 48px;
	line-height: 48px;
}
.banner-area {
	padding-top: 150px;
}
.banner-content {
	margin-bottom: 80px;
}
.callouts-content h3 {
	font-size: 20px;
}
.callouts-content {
	padding: 20px 12px;
}
.section-title h2 {
	margin-bottom: 30px;
}
.link-content {
	padding: 20px;
	padding-top: 260px;
}
.link-3 .link-content {
	padding: 30px 24px !important;
}
.link-3 .link-thumbnail-img img {
	aspect-ratio: 1;
}
.why-us-img img {
	aspect-ratio: 1/.9;
}
.contain-md-0 {
	padding: 0;
}
.finance-logo {
	width: 230px;
}
.finance-content {
	gap: 36px;
}
.timetable-tab {
	width: 100%;
}
.timetable-tab ul {
	flex-wrap: unset;
	justify-content: space-between;
}
.timetable-tab ul li {
	width: calc(50% - 5px);
}
.timetable-tab .btn {
	padding: 18px 10px;
	min-width: 100%;
}
.mb-50 {
	margin-bottom: 40px;
}
.splide__pagination {
	gap: 10px;
}
.contact-shortcode, .contact-text {
	padding: 36px 20px;
}
.contact-title {
	padding: 80px 20px 30px 20px;
}
.contact-text {
	padding-top: 24px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	margin-top: 6px;
}
.copyright-content {
	padding: 20px;
	margin-top: 50px;
	flex-direction: column;
	gap: 10px !important;
}
.footer-item {
	width: 100%;
	text-align: center;
}
.footer-area {
	padding-top: 50px;
}
.footer-details {
	gap: 50px;
}
.footer-item span {
	margin-bottom: 12px;
}
.intro-content {
	padding: 24px 16px 16px 16px;
}
.customised-content {
	padding: 40px 10px 0 10px;
}
.customised-color-box {
	width: calc(34% - 9px);
	padding: 8px;
}
.shutters-link-box {
	padding: 36px 20px;
}
.shutters-link-box h2 {
	font-size: 32px;
}
.text-scroll-wrap {
	padding: 40px 10px;
}
.cta-content {
	padding: 40px 20px;
}
.page-numbers {
	height: 30px;
	width: 30px;
}
.blog-content {
	padding-left: 0;
	padding-top: 40px;
}
.blog-space {
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.popular-post-text {
	padding: 30px 10px 0px 10px;
}
.single-content-area {
	padding-top: 20px;
}
.contact-page-form {
	padding: 36px 20px;
}
.error-404-area {
	padding-top: 150px;
}

		

}

@media (max-width: 600px) {
	.admin-bar .header-sec.sticky-active {
		top: 0;
	}
}
@media (max-width: 576px) {
	.card-btn {
	flex-direction: column;
}
.card-btn .btn {
	width: 100%;
}
.cta-content .card-btn {
	width: 100%;
}

}