/*!
Theme Name: Unfold Landscaping
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: unfold
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: #2196F3;
	--secondery-color: #0C544F;
	--white-color: #ffffff;
	--section-bg: #D4EAE8;
	
    --body-font: "Indivisible", 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: 30px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -2%;
	color: var(--secondery-color);
	padding: 20px;
	background-color: #EDF8F7;
}
.btn {
	font-size: 13px;
	padding: 14px 40px;
	font-weight: 500;
	border-radius: 50px;
	border: 1px solid var(--secondery-color);
	color: var(--secondery-color);
	background-color: transparent;
	transition: all .4s ease-out;
	text-transform: uppercase;
	letter-spacing: 5%;
	font-family: var(--body-font);
}
.btn-secondery {
	color: var(--section-bg);
	border-color: var(--section-bg);
}
.btn:hover, .btn-secondery:hover{
	background-color: var(--section-bg);
	color: var(--secondery-color);
	border-color: var(--section-bg);
}
.btn-primary {
	background-color: var(--primary-color);
	color: var(--section-bg);
	border-color: var(--primary-color);
	position: relative;
	padding: 17px 20px 16px 35px;
	width: 188px;
}
.btn-primary:hover {
	background-color: #1785dd;
	border-color: #1785dd;
	color: var(--section-bg);
}
h1, h2, h3, h4, h5, h6, .h2{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-family: var(--body-font);
}
.f-12 {
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.19);
	backdrop-filter: blur(3.3px);
	border-radius: 50px;
	padding: 10px 20px;
	margin-bottom: 30px;
	line-height: 1;
}
.f-12 h1 {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.56px;
	text-transform: uppercase;
	line-height: 100%;
	font-family: var(--body-font);
}
h1, .f-64 h2, .h1 {
	font-size: 64px;
	line-height: 93.75%;
	letter-spacing: -3%;
	word-break: break-word;
}
h3, .h3{
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -3%;
	line-height: 1.2;
}
h4{
	font-size: 28px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -3%;
}
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: 10px;
	padding: 10px 15px !important;
	color: var(--secondery-color);
	background: #EDF8F7;
	font-size: 15px !important;

}
input, select {
	height: 55px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--secondery-color);
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.p-70 {
	padding: 70px 0;
}
.pt-70 {
	padding-top: 70px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-10 {
	padding-bottom: 10px;
}
.container {
	transition: .4s;
	max-width: 1360px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}
.section-title h3{
	margin-bottom: 30px;
}
.mb-50 {
	margin-bottom: 50px;
}
.card-btn {
	margin-top: 30px;
}
.row {
	--bs-gutter-x: 10px;
}
.rounded-20 {
	border-radius: 20px;
	overflow: hidden;
}
.rounded-30 {
	border-radius: 30px;
	overflow: hidden;
}
h1 strong, h2 strong, h3 strong, h1 b, h2 b, h3 b {
	font-weight: 600;
}
.section-bg {
	background-color: #EDF8F7;
}

/* Header */
.header-sec {
	left: 20px;
	right: 20px;
	top: 0;
	z-index: 99;
	padding: 60px 0 20px 0;
	position: fixed;
	background-color: transparent;
	transition: .2s;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.header-sec.sticky-active {
	background-color: RGBa(12, 84, 79, .8);
	padding: 30px 0;
}
.header-logo {
	margin-right: 10px;
	transition: .4s all ease;
	width: 232px;
}
.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: 25px;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li a {
	color: var(--white-color);
	font-size: 13px;
	padding: 10px;
	font-weight: 500;
	display: block;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 5%;
	border-radius: 30px;
	transition: .6s;
}
.main-menu ul li a:hover {
	color: var(--section-bg);
}
.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: 12px;
	color: var(--secondery-color);
	border-radius: 8px;
}
.main-menu ul li ul li a:hover {
	background-color: var(--secondery-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: 167px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	max-width: 184px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: .4s;
	border-radius: 50px;
	border: none;
	background: var(--primary-color);
	color: var(--white-color);
	margin-top: 25px;
	font-size: 13px !important;
	line-height: 1 !important;
	padding: 20px 30px 18px 30px !important;
	height: unset;
	font-weight: 500;
	font-family: var(--body-font);
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background-color: #1785dd;
	color: var(--section-bg);
}
.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 {
	margin-bottom: 30px;
}
.single-content h3, .single-content h4, .single-content h5, .single-content h6 {
	margin-bottom: 16px;
	margin-top: 30px;
	font-weight: 400;
}
.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: 20px;
	aspect-ratio: 1/.4;
	object-fit: cover;
}
.single-content ul li {
	margin-bottom: 3px;
	text-align: start;
}
.wp-block-list {
	margin-bottom: 20px;
}
.single-content ul, .single-content ol {
	margin-bottom: 16px;
	padding-left: 16px;
}
.single-content-area {
	padding-top: 60px;
}
.wp-block-image {
	margin: 40px 0;
}
/* banner */
.banner-img-video video, .banner-img-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-img-video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-area {
  padding-top: 248px;
  padding-bottom: 20px;
}
.banner-content {
  padding-bottom: 75px;
}
.banner-area::before {
	content: "";
	position: absolute;
	background: linear-gradient(284.75deg, rgba(8, 37, 35, 0) 3.36%, #1F2121 108.77%), url(0212.png);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.btn-primary svg {
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
	margin-right: auto;
}
.btn-primary:hover svg {
	opacity: 1;
	visibility: visible;
}
.primary-number {
	transition: .6s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.btn-primary:hover .primary-number {
	left: 57%;
}
.callouts-area {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.19);
  backdrop-filter: blur(3.3px);
  border-radius: 20px;
}
.callouts-wrap {
	max-width: 1400px;
  	padding: 0 20px;
}
.callouts-text {
	font-size: 20px;
	letter-spacing: -3%;
	line-height: 1.3;
	flex: 1;
}
.callouts-title {
	background-color: var(--white-color);
	padding: 34px 40px;
	width: 375px;
}
.callouts-title h4 {
  font-size: 32px;
}
.callouts-details {
  flex: 1;
  padding-left: 68px;
  padding-right: 50px;
}
.callouts-icon img {
	width: 40px;
}
.looking-for {
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.19);
	backdrop-filter: blur(3.3px);
	border-radius: 15px;
	padding: 20px;
	gap: 20px;
	max-width: 450px;
	margin-left: auto;
	margin-top: -25px;
}
.looking-for h4 {
  font-size: 24px;
  line-height: 1.3;
}
.looking-btn {
	background-color: var(--white-color);
	border: none;
	padding: 19px 26px 18px 26px;
	width: 100%;
	line-height: 1;
	flex: 1;
}
.banner-content-wrap {
  max-width: 563px;
}
.banner-content-wrap h2 {
  font-size: 82px;
  margin-bottom: 30px;
}
.callouts-content {
	gap: 20px;
}
/* services */
.service-info-wrap {
	max-width: 1160px;
	margin-bottom: 65px;
	margin-top: 55px;
}
.services-info-img {
	padding-right: 80px;
}
.services-info {
	padding: 20px;
	padding-bottom: 10px;
}
.services-img img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1/1.44;
	transition: 0.6s;
}
.services-title {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.19);
	backdrop-filter: blur(4.9px);
	border-radius: 10px;
	color: var(--white-color);
	padding: 25px 20px;
	transition: .8s;
}
.services-info::before, .project-gallery-wrap::before, .take-care-wrap::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/shape.png);
	width: 380px;
	height: 380px;
	top: -55px;
	right: -70px;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.2;
}
.services-list:hover img {
	transform: scale(1.1);
}
.services-list:hover .services-title {
	background: var(--white-color);
	color: var(--secondery-color);
}
.service-link::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.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.25 8.25L1.25 8.25M1.25 8.25L8.25 15.25M1.25 8.25L8.25 1.25' stroke='%230C544F' stroke-width='2.5' 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.25 8.25H15.25M15.25 8.25L8.25 1.25M15.25 8.25L8.25 15.25' stroke='%230C544F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
}
.splide__arrow svg {
	display: none;
}
/* project */
.project-img img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	transition: 0.6s;
}
.project-box:hover img {
	transform: scale(1.2);
}
.project-content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	color: var(--white-color);
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.19);
	backdrop-filter: blur(4.9px);
	border-radius: 10px;
	padding: 25px 20px;
	transition: .6s;
	opacity: 0;
	visibility: hidden;
}
.project-box:hover .project-content {
	opacity: 1;
	visibility: visible;
}
.project-excerpt {
  margin-top: 12px;
}
.title-style {
	position: relative;
	z-index: 3;
}
.title-style::before {
	content: "";
	position: absolute;
	background-color: #A3D28E;
	height: 1px;
	width: 100%;
	right: 0;
	top: 24px;
	z-index: -1;
}
.title-style h2, .title-style h3 {
	display: inline-block;
	background-color: #EDF8F7;
	padding-right: 30px;
}
.splide__pagination {
	bottom: -65px;
	gap: 12px;
}
.splide__pagination__page.is-active {
	background: var(--secondery-color);
	transform: scale(1);
}
.splide__pagination__page {
	background: transparent;
	border: 1px solid var(--secondery-color);
	height: 10px;
	margin: 0;
	opacity: 1;
	width: 10px;
}
.splide__arrow {
	background: #D4EAE8;
	height: 50px;
	opacity: 1;
	top: unset;
	transform: unset;
	width: 50px;
	bottom: -82px;
	transition: .4s;
}
.splide__arrow:hover {
	background: var(--secondery-color);
}
.splide__arrow:hover.custom-prev::after {
	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.25 8.25L1.25 8.25M1.25 8.25L8.25 15.25M1.25 8.25L8.25 1.25' stroke='%23D4EAE8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.splide__arrow:hover.custom-next::after {
	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.25 8.25H15.25M15.25 8.25L8.25 1.25M15.25 8.25L8.25 15.25' stroke='%23D4EAE8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.splide__arrow--prev {
	left: 0;
}
.splide__arrow--next {
	right: 0;
}
.what-makes-wrap {
	padding: 20px;
	padding-bottom: 100px;
}
.what-makes-img {
  padding-right: 50px;
}
.what-makes-img img {
  aspect-ratio: 1/.84;
  object-fit: cover;
}
/* testimonials */
.testimonials {
  padding: 30px;
}
.testimonials-area {
  padding-bottom: 155px;
}
.testimonials_slider .splide__pagination__page {
	border: 1px solid #A3D28E;
}
.testimonials_slider .splide__pagination__page.is-active {
	background: #A3D28E;
}
.testimonials-star p {
	margin-bottom: 10px;
}
.client_name {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 13%;
}
.google_badge img {
	width: 24px;
}
.client_info {
  border: 1px solid var(--secondery-color);
  border-radius: 50px;
  padding: 9px 20px;
}
.client_name {
  line-height: 1;
}
.testimonials-area::before, .cta-area::before {
	content: "";
	position: absolute;
	background-color: var(--secondery-color);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.testimonials-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .3;
}
.testimonials-bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.pb-85 {
	padding-bottom: 85px;
}
/* contact-style */
.contact-wrap {
	padding: 70px 50px;
}
.contact-details a {
	color: var(--secondery-color);
	word-break: break-word;
}
.contact-info {
	padding-right: 40px;
}
.contact-info h2, .contact-info h3 {
	margin-bottom: 15px;
}
/* faq */
.question {
	padding: 18px 30px;
	cursor: pointer;
	font-weight: 500;
	line-height: 1.5;
}
.faq-item {
	border-radius: 10px;
}
.answer {
	display: none;
	padding: 30px;
	padding-top: 0;
}
.faq-item:not(:last-child) {
	margin-bottom: 10px;
}
.faq {
	max-width: 1030px;
}
.answer ul {
	list-style: inside;
}
.answer ol {
	padding-left: 18px;
}
.faq-icon span:first-child {
	height: 3px;
	width: 15px;
	background-color: var(--secondery-color);
	display: block;
}
.faq-icon {
	height: 16px;
	width: 16px;
	position: relative;
}
.faq-icon span:last-child {
	height: 15px;
	width: 3px;
	background-color: var(--secondery-color);
	display: block;
	
}
.faq-icon span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .4s;
}
.faq-item.active .faq-icon span:last-child {
	opacity: 0;
	visibility: hidden;
}
/* footer */
.footer-logo {
  width: 232px;
}
.seo-info img {
  width: 60px;
}
.copyright-area  {
  padding-top: 20px;
}
.footer-wrap {
  border-top: 1px solid #A3D28E;
  border-bottom: 1px solid #A3D28E;
}
.footer-menu span, .footer-info span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1;
}
.footer-menu ul {
  list-style: none;
}
.footer-menu ul li a {
  color: var(--secondery-color);
}
.footer-info a {
	display: block;
	color: var(--secondery-color);
}
/* page-banner */
.page-banner-area {
	background-color: var(--secondery-color);
	padding-top: 181px;
	padding-bottom: 20px;
}
.page-banner-text {
	margin-top: 30px;
}
.page-banner-img-video img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.page-banner-img-video {
  width: 495px;
  margin-left: auto;
  border-radius: 20px;
  overflow: hidden;
}
.page-banner-img-video img, .page-banner-img-video video {
	aspect-ratio: 1/.95;
	object-fit: cover;
	width: 100%;
}
.page-banner-wrap {
	padding-bottom: 75px;
}
.breadcrumb {
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  color: var(--white-color);
  letter-spacing: 13%;
  line-height: 1;
  margin-bottom: 30px;
}
.breadcrumb a {
  color: var(--white-color);
}
.breadcrumb span {
  font-weight: 600;
}
/* blog */
.blog-thumb img {
	aspect-ratio: 1/.84;
	object-fit: cover;
	transition: .6s;
}
.blog-wrap:hover img {
	transform: scale(1.1);
}
.blog-thumb {
	max-width: 480px;
	overflow: hidden;
	border-radius: 20px;
}
.blog-wrap:not(:last-child) {
  margin-bottom: 10px;
}
.blog-wrap {
  border-radius: 30px;
  padding: 20px 15px;
}
.ws-number {
	font-size: 12px;
	background-color: var(--section-bg);
	line-height: 1;
	padding: 12px 20px 10px 20px;
	border-radius: 35px;
}
.blog-text h2, .blog-text h3 {
	margin-top: 30px;
	margin-bottom: 24px;
}
.blog-arrow, .pagination-next, .pagination-prev {
	background: #D4EAE8;
	height: 50px;
	opacity: 1;
	transform: unset;
	width: 50px;
	transition: .4s;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	color: var(--secondery-color);
}
.blog-wrap:hover .blog-arrow, .pagination-next:hover, .pagination-prev:hover, .latest-post-content:hover .blog-arrow {
	background: var(--secondery-color);
	color: #D4EAE8;
}
.blog-btn {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 13%;
	color: var(--secondery-color);
	margin-top: 40px;
}
.pagination-next {
	margin-left: auto;
}
.pagination-prev {
	margin-right: auto;
}
.page-numbers {
	font-size: 16px;
	font-weight: 500;
	color: var(--secondery-color);
}
.pagination-numbers {
	gap: 20px !important;
}
.latest-post-content {
  padding: 20px;
}
.latest-post-text h4 {
  margin-top: 30px;
  margin-bottom: 24px;
	font-weight: 400;
}
.latest-post-text {
  margin-top: 30px;
}
.latest-post-content .blog-btn {
	margin-top: 28px;
}
.single-content-wrap {
	padding: 45px 50px 20px;
}
.contact-page-details a {
	background-color: #EDF8F7;
	padding: 16px 15px 15px;
	border-radius: 10px;
}
.contact-section-title {
	background-color: var(--secondery-color);
	color: var(--white-color);
	margin-top: 14px;
	display: flex;
	align-items: end;
	padding: 25px;
}
.contact-section-title h4 {
	font-weight: 400;
	line-height: 1.2;
	position: relative;
}
.contact-section-title::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/single_shape.png);
	height: 180px;
	width: 180px;
	top: -30px;
	right: -36px;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .2;
}
.contact-img {
	margin-top: 70px;
}
.contact-img img {
	aspect-ratio: 1/.36;
	object-fit: cover;
}
.project-box:hover .blog-arrow {
	background-color: var(--secondery-color);
	color: var(--section-bg);
}
.project-gallery-wrap {
	padding: 20px;
	padding-top: 70px;
}
.gallery-img img {
	aspect-ratio: 1;
	object-fit: cover;
}
.work-content {
	max-width: 1015px;
}
.work-gallery-img img {
	aspect-ratio: 1/1.4;
	object-fit: cover;
}
/* about-page */
.iwt-wrap {
	padding: 20px;
}
.iwt-wrap em {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
}
.iwt-wrap .section-title h2, .iwt-wrap .section-title h3 {
	margin-bottom: 20px;
}
.cta-content {
	max-width: 582px;
}
.services-list:hover .service-one {
	opacity: 0;
	visibility: hidden;
}
.service-two {
	opacity: 0;
	visibility: hidden;
}
.services-list:hover .service-two {
	opacity: 1;
	visibility: visible;
}
.service-two {
	transition: .5s;
}
.take-care-wrap {
	padding: 70px 20px 105px 20px;
}
/*  */
.service-gallery-img img {
	aspect-ratio: 1/.63;
	object-fit: cover;
}
.splide__track {
	border-radius: 20px;
}
.service-gallery-img {
	border-radius: 20px;
	overflow: hidden;
}
.service_gallery {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}










/* 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(--secondery-color);
}

/* responsive */
@media all and (max-width: 1399.98px){
.header-logo {
	width: 200px;
}
.callouts-text {
	font-size: 18px;
}
.what-makes-img {
	padding-right: 20px;
}
.google_badge {
	gap: 8px;
}
.google_badge img {
	width: 20px;
}
.contact-wrap {
	padding: 70px 40px;
}
.contact-details h4 {
	font-size: 24px;
}
.callouts-details {
	padding-left: 30px;
	padding-right: 20px;
}
h1, .f-64 h2, .h1 {
	font-size: 58px;
}


}

@media all and (max-width: 1199.98px){
.callouts-title {
	padding: 34px 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.callouts-details {
	padding-left: 20px;
	padding-right: 20px;
}
.services-info-img {
	padding-right: 20px;
}
.services-info::before, .project-gallery-wrap::before, .take-care-wrap::before {
	width: 320px;
	height: 320px;
}
h4 {
	font-size: 24px;
}
.contact-info {
	padding-right: 10px;
}
.contact-details h4 {
	font-size: 20px;
}
h1, .f-64 h2, .h1 {
	font-size: 46px;
}
.page-banner-img-video {
	width: 100%;
}


/* 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: 13px;
		color: var(--secondery-color) !important;
		text-transform: uppercase;
		font-weight: 500;
		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: 100px;
		height: 50px;
		width: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid var(--section-bg);
	}
	.menu-trigger span {
		display: block;
		height: 2px;
		width: 20px;
		background-color: var(--section-bg);
		border-radius: 100px;
	}
	.main-menu {
		display: none;
	}
	.mm-panel ul li.menu-btn a{
		color: var(--white-color) !important;
	}
	.menu-btn {
		margin: 20px;
		text-align: center;
	}
	.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){
.looking-for {
	margin-left: unset;
	margin-top: 36px;
}
.callouts-text {
	font-size: 16px;
}
.banner-content-wrap h2 {
	font-size: 64px;
}
.banner-area {
	padding-top: 200px;
}
.services-info-img {
	padding-right: 10px;
}
.service-info-wrap {
	margin-bottom: 50px;
	margin-top: 50px;
}
.title-style::before {
	display: none;
}
.title-style h2, .title-style h3 {
	padding-right: 0;
}
.what-makes-content {
	margin-top: 36px;
}
.google_badge {
	gap: 5px;
}
.google_badge img {
	width: 16px;
}
.testimonials {
	padding: 24px 20px 30px 20px;
}
.contact-info {
	padding-right: 0;
	padding-bottom: 40px;
}
.footer-logo {
	width: 200px;
}
.footer-logo {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 36px;
}
.breadcrumb {
	justify-content: center;
}
.page-banner-img-video {
	margin-top: 50px;
}
.what-makes-img {
	padding-right: 0;
}
.blog-thumb {
	max-width: 100%;
}
.blog-content {
	margin-top: 40px;
}
.contact-section-title {
	padding: 60px 20px;
}
	
}

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

@media all and (max-width: 767.98px){
	h1 br, .f-46 h2 br, .h1 br, h2 br{
		display: none;
	}
	h3, .h3 {
		font-size: 32px;
	}
	.error-404 h1 {
		font-size: 100px;
	}
	.mb-50 {
		margin-bottom: 30px;
	}
	.rounded-30 {
		border-radius: 20px;
	}
	body {
		padding: 16px;
	}
	.banner-content-wrap h2 {
	font-size: 44px;
}
.header-sec.sticky-active {
	padding: 20px 0;
}
.header-sec {
	padding: 40px 0 20px 0;
}
.header-logo {
	width: 170px;
}
.banner-content, .page-banner-wrap {
	padding-bottom: 60px;
}
.services-info-img {
	padding-right: 0;
}
.cp-0 {
	padding: 0;
}
.contact-wrap {
	padding: 60px 20px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.footer-menu span, .footer-info span {
  margin-bottom: 16px;
}
.footer-menu {
  margin-bottom: 30px;
}
.page-banner-area {
	padding-top: 150px;
}
h1, .f-64 h2, .h1 {
	font-size: 40px;
}
.page-banner-img-video {
	margin-top: 40px;
}
.blog-wrap {
	border-radius: 20px;
}
.blog-btn {
	margin-top: 30px;
}
.single-content-wrap {
	padding: 36px 20px 16px;
}
.wp-block-image {
	margin: 20px 0;
}
.single-content img {
	aspect-ratio: 1/.6;
}
.contact-img {
	margin-top: 60px;
}
.contact-img img {
	aspect-ratio: 1/.6;
}
.project-gallery-wrap {
	padding-top: 50px;
}
.service-gallery-img {
	border-radius: 12px;
}
.service-gallery-area {
	margin-left: -16px;
	margin-right: -16px;
}
	.splide__track {
		border-radius: 0;
	}
.service_gallery .splide__arrow--prev {
	left: 16px;
}
.service_gallery .splide__arrow--next {
	right: 16px;
}


}


@media all and (max-width: 576.98px) {
.card-btn .btn {
	width: 100%;
}
.banner-area {
	padding-top: 150px;
}
.looking-for {
	border-radius: 12px;
	padding: 20px;
	gap: 20px;
}
.looking-btn {
	max-width: 100%;
}
.services-info::before {
	width: 230px;
	height: 230px;
}
.service-info-wrap {
	margin-bottom: 40px;
	margin-top: 40px;
}
.testimonials-area {
	padding-bottom: 140px;
}
.p-70 {
	padding: 60px 0;
}
.pt-70 {
	padding-top: 60px;
}
.pb-70 {
	padding-bottom: 60px;
}
.contact-wrap {
	padding: 40px 20px;
}
.take-care-wrap {
	padding: 60px 20px 105px 20px;
}

}
