/*
Theme Name: Building Renovation Pro
Theme URI: https://www.cretathemes.com/products/building-renovation-wordpress-theme
Author: Cretathemes
Author URI: https://cretathemes.com/
Description: The Building Renovation WordPress Theme is a premium solution meticulously crafted for construction and renovation professionals. This versatile theme is designed to address a wide array of industry needs, from showcasing detailed renovation projects to managing client relationships and fostering collaborations. Ideal for construction managers handling large-scale infrastructure projects, contractors focusing on eco-conscious designs, or firms involved in energy-efficient renovations, this premium theme offers essential tools for presenting your services with utmost professionalism and precision. It accommodates various facets of the building industry, including project outsourcing, establishing building partnerships, and executing effective construction site strategies. Moreover, it aids businesses in overcoming challenges such as construction waste management, procurement of materials, and implementing sustainable innovations. With its comprehensive features, the theme ensures that your construction and renovation projects are showcased effectively while addressing industry-specific complexities and promoting operational efficiency.
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: building-renovation-pro
Tags: blog, portfolio, news, one-column, two-columns, left-sidebar, right-sidebar, block-patterns, block-styles, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-site-editing, threaded-comments, wide-blocks, 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.

Building Renovation Pro is based on Catch FSE WordPress Theme, 2012-2024 Cretathemes
Catch FSE is distributed under the terms of the GNU GPL.
*/
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* --- Block Base
-------------------------------------------------------- */
/* --- Block Base (from 2022 wordpress default)
-------------------------------------------------------- */
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch; }

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
  text-decoration: none;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */
.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border: none;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--medium);
  padding: calc(0.667em + 2px) calc(1.333em + 2px); }

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Building Renovation Pro Pro. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */
.wp-site-blocks, .edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
  padding-left: unset !important;
  padding-right: unset !important; }

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-group.has-background,
body > .is-root-container > .wp-block-cover,
body
> .is-root-container
> .wp-block-template-part
> .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
  margin-left: unset !important;
  margin-right: unset !important;
  width: unset;
  overflow: hidden !important;
 }

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit; }

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: var(--wp--custom--spacing--outer);
  padding-bottom: var(--wp--custom--spacing--large);
  padding-right: var(--wp--custom--spacing--outer);
  padding-left: var(--wp--custom--spacing--outer); }

figure.wp-block-image {
  margin-top: 0; }

.single .taxonomy-category.wp-block-post-terms > a:hover, .single .taxonomy-category.wp-block-post-terms > a:focus,
.single .taxonomy-post_tag.wp-block-post-terms > a:hover,
.single .taxonomy-post_tag.wp-block-post-terms > a:focus {
  background-color: var(--wp--preset--color--alternate-bg-color); }

.wp-block-post-meta > *,
.wp-block-post-meta .wp-block-post-author__name {
  text-transform: none;
  font-size: var(--wp--preset--font-size--small); }

[class*="wp-container-"] .wp-block-columns {
  gap: var(--wp--custom--spacing--column-gap); }
  [class*="wp-container-"] .wp-block-columns + .wp-block-columns {
    margin-top: var(--wp--custom--spacing--column-gap); }

.feature-content-section .wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  gap: var(--wp--custom--spacing--column-gap); }

pre {
  white-space: pre-wrap;
  padding: 25px;
  box-sizing: border-box; }

/* (Custom) - Added this code to make group and cover full width in editor which has alignfull class(after 6.0) body>. */
is-root-container:not(.wp-site-blocks),
body > .is-root-container:not(.wp-site-blocks) .wp-block-group.alignfull,
body > .is-root-container:not(.wp-site-blocks) .wp-block-cover.alignfull {
  padding-left: 0;
  padding-right: 0; }

/* --- Block Styles
-------------------------------------------------------- */
/* --- Block Styles
-------------------------------------------------------- */
/* --- WP Block Button Style
-------------------------------------------------------- */
.wp-block-button.is-style-fill .wp-block-button__link:after {
  content: none; }

.wp-block-button.is-style-building-renovation-pro-button .wp-block-button__link {
  padding: 0 0 5px;
  background: transparent;
  text-transform: capitalize;
  position: relative; }
  .wp-block-button.is-style-building-renovation-pro-button .wp-block-button__link::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    transition: all .4s; }
  .wp-block-button.is-style-building-renovation-pro-button .wp-block-button__link:hover, .wp-block-button.is-style-building-renovation-pro-button .wp-block-button__link:focus {
    text-decoration: none; }
  .wp-block-button.is-style-building-renovation-pro-button .wp-block-button__link:hover::before {
    width: 0px; }

.is-content-justification-center .wp-block-button.is-style-building-renovation-pro-button .wp-block-button__link::before {
  left: 50%;
  --webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

[class*="wp-container-"] .wp-block-buttons {
  margin-top: 0; }

.is-style-building-renovation-pro-button .wp-block-button__link {
  background-color: transparent;
  padding: 0; }
  .is-style-building-renovation-pro-button .wp-block-button__link:after {
    content: none; }
  .is-style-building-renovation-pro-button .wp-block-button__link:hover, .is-style-building-renovation-pro-button .wp-block-button__link:focus {
    background: transparent;
    color: var(--wp--preset--color--fade-color);
    transform: none; }

/* --- WP Block Post Author Style
-------------------------------------------------------- */
.is-style-building-renovation-pro-pro-post-author-card,
.is-style-building-renovation-pro-post-author-card {
  background-color: var(--wp--preset--color--secondary);
  padding: var(--wp--custom--spacing--extra-small); }

.wp-block-post-navigation-link {
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.is-style-building-renovation-pro-pro-post-author-card.wp-block-post-author
.wp-block-post-author__content,
.is-style-building-renovation-pro-post-author-card.wp-block-post-author
.wp-block-post-author__content {
  padding-left: 10px; }

.is-style-building-renovation-pro-pro-post-author-card.wp-block-post-author
.wp-block-post-author__bio,
.is-style-building-renovation-pro-post-author-card.wp-block-post-author
.wp-block-post-author__bio {
  font-size: var(--wp--custom--typography--font-size--heading-six);
  line-height: var(--wp--custom--typography--line-height--heading-six); }

.is-style-building-renovation-pro-pro-post-author-card.wp-block-post-author
.wp-block-post-author__name,
.is-style-building-renovation-pro-post-author-card.wp-block-post-author
.wp-block-post-author__name {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  color: var(--wp--preset--color--foreground); }

.is-style-building-renovation-pro-pro-post-author-card.wp-block-post-author
.wp-block-post-author__avatar
> .avatar,
.is-style-building-renovation-pro-post-author-card.wp-block-post-author
.wp-block-post-author__avatar
> .avatar {
  border-radius: 50%; }

/* --- WP Block Post Comments Style
-------------------------------------------------------- */
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.commentlist
> li
> .children
> li
article,
.comment article,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.commentlist
> li
> .children
> li
article,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.commentlist
> li
> article {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  padding-bottom: var(--wp--custom--spacing--normal);
  padding-top: var(--wp--custom--spacing--normal); }

.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.commentlist
> li
> article {
  padding-top: 0; }

.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.commentlist
.comment-body
> *:last-child,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.comment-respond
> *:last-child,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.comment-respond
.comment-form
> *:last-child,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.comment-respond
.comment-form
> P:last-of-type,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.commentlist
.comment-body
> *:last-child,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.comment-respond
> *:last-child,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.comment-respond
.comment-form
> *:last-child,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.comment-respond
.comment-form
> P:last-of-type {
  margin-bottom: 0; }

.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments .comment-author,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments .fn,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments .comment-author,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments .fn {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  margin-bottom: 7px; }

.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments .comment-content,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments .comment-content {
  margin-top: 20px; }

.wp-block-buttons {
  margin-top: clamp(24px, 3vw, 35px); }

.wp-block-group.wp-block-post-meta {
  gap: 15px; }

.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments .comment-metadata,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments .comment-metadata {
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.62; }

.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.comment-metadata
a,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments .comment-metadata a {
  text-decoration: none; }

.wp-block-post-comments .comment-author .avatar {
  border-radius: 50%;
  height: 65px;
  margin-right: 21px;
  width: 65px; }

.is-style-building-renovation-pro-pro-post-author-card,
.is-style-building-renovation-pro-post-author-card {
  padding: clamp(21px, 3vw, 35px);
  border: 1px solid; }

.wp-block-post-author__avatar img {
  border-radius: 50%;
  height: clamp(85px, 8vw, 125px);
  width: clamp(85px, 8vw, 125px); }

.wp-block-post-author__avatar {
  margin-right: clamp(21px, 3vw, 35px); }

.wp-block-post-author__name,
.wp-block-post-comments .comment-meta .fn,
.comment-author .says {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.entry-meta svg {
  display: none; }

.comment-metadata,
.comment-metadata .edit-link {
  font-size: var(--wp--preset--font-size--tiny);
  margin-top: 8px; 
}
.wp-block-post-comments {
  margin-top: 40px !important;
}
.comment-respond {
  padding: 30px;
  border: 1px solid; 
}
p.comment-form-comment label {
  display: block;
}
  .comment-respond .comment-form input[type="date"],
  .comment-respond .comment-form input[type="time"],
  .comment-respond .comment-form input[type="datetime-local"],
  .comment-respond .comment-form input[type="week"],
  .comment-respond .comment-form input[type="month"],
  .comment-respond .comment-form input[type="text"],
  .comment-respond .comment-form input[type="email"],
  .comment-respond .comment-form input[type="url"],
  .comment-respond .comment-form input[type="password"],
  .comment-respond .comment-form input[type="search"],
  .comment-respond .comment-form input[type="tel"],
  .comment-respond .comment-form input[type="number"] {
    border: none; }

.wp-block-post-comments h3 {
  font-size: clamp(18px, 3vw, 28px);
  margin:0; }

.post-navigation-link__title {
  font-weight: var(--wp--custom--typography--font-weight--normal); }

.post-navigation-link__title:hover {
  text-decoration: underline; }

.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.comment-metadata
> *:not(:last-child),
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.comment-metadata
> *:not(:last-child) {
  padding-right: 10px; }

.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments .reply,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments .reply {
  font-size: var(--wp--preset--font-size--small); }

.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments .reply a,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments .reply a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.comment-respond
.comment-form,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.comment-respond
.comment-form {
  font-size: var(--wp--preset--font-size--upper-heading); }

.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.comment-respond
.comment-form
a,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.comment-respond
.comment-form
.logged-in-as,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.comment-respond
.comment-form
.comment-notes,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.comment-respond
.comment-form
.comment-form-cookies-consent,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.comment-respond
.comment-form
a,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.comment-respond
.comment-form
.logged-in-as,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.comment-respond
.comment-form
.comment-notes,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.comment-respond
.comment-form
.comment-form-cookies-consent {
  font-size: var(--wp--preset--font-size--extra-small);
  text-decoration: none; }

.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments textarea,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments.is-style-building-renovation-pro-post-comments textarea,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
input:not([type="submit"]):not([type="checkbox"]) {
  background-color: transparent;
  border-bottom: 1px solid;
  border-radius: 0;
  outline: none;
  width:100%; }


.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments textarea:focus,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
input:not([type="submit"]):not([type="checkbox"]):focus,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments textarea:focus,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
input:not([type="submit"]):not([type="checkbox"]):focus,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
textarea:focus-visible,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
input:not([type="submit"]):not([type="checkbox"]):focus-visible,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments textarea:focus-visible,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
input:not([type="submit"]):not([type="checkbox"]):focus-visible,
input:not([type="submit"]):not([type="checkbox"]):focus-visible,
input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus,
textarea:focus-visible,
.wpcf7 input:not([type="submit"]):not([type="checkbox"]):focus,
.wpcf7 textarea:focus,
.wpcf7 textarea:focus-visible,
.wpcf7 input:not([type="submit"]):not([type="checkbox"]):focus-visible {
  border-color: var(--wp--preset--color--fade-color);
  outline: none; }

/* --- WP Block Latest Comments Style
-------------------------------------------------------- */
.wp-block-latest-comments.is-style-building-renovation-pro-pro-latest-comments,
.wp-block-latest-comments.is-style-building-renovation-pro-latest-comments {
  margin-top: 0;
  padding: 0; }

.wp-block-latest-comments.is-style-building-renovation-pro-pro-latest-comments a,
.wp-block-latest-comments.is-style-building-renovation-pro-latest-comments a {
  text-decoration: none; }

.wp-block-latest-comments.is-style-building-renovation-pro-pro-latest-comments
.wp-block-latest-comments__comment,
.wp-block-latest-comments.is-style-building-renovation-pro-latest-comments
.wp-block-latest-comments__comment {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  padding-bottom: var(--wp--custom--spacing--normal);
  padding-top: var(--wp--custom--spacing--normal);
  margin-bottom: 0; }

.wp-block-latest-comments.is-style-building-renovation-pro-pro-latest-comments
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-excerpt
> *:last-child,
.wp-block-latest-comments.is-style-building-renovation-pro-latest-comments
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-excerpt
> *:last-child {
  margin-bottom: 0; }

.wp-block-latest-comments.is-style-building-renovation-pro-pro-latest-comments
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.is-style-building-renovation-pro-latest-comments
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-excerpt {
  margin-top: 20px; }

.has-avatars
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-excerpt,
.has-avatars
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-meta {
  margin-left: 4.25em; }

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  width: 65px;
  height: 65px; }

.wp-block-latest-comments.is-style-building-renovation-pro-pro-latest-comments
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-date,
.wp-block-latest-comments.is-style-building-renovation-pro-latest-comments
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-date {
  margin-top: 7px;
  font-size: var(--wp--preset--font-size--tiny); }

.wp-block-latest-comments.is-style-building-renovation-pro-pro-latest-comments
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments.is-style-building-renovation-pro-latest-comments
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-author {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph); }

.wp-block-post-author__content .wp-block-post-author__name {
  font-weight: var(--wp--custom--typography--font-weight--normal); }

/* --- WP Block Quote Style
-------------------------------------------------------- */
.wp-block-quote.is-style-building-renovation-pro-pro-block-quote p,
.wp-block-quote.is-style-building-renovation-pro-block-quote p {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-style: italic;
  margin-top: 0; }

.wp-block-quote.is-style-default,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote:not(.is-style-plain) {
  border: 0;
  position: relative;
  padding: 90px 0 0 0; }

figure.wp-block-pullquote.alignleft:not(.has-text-align-center) blockquote,
figure.wp-block-pullquote.has-text-align-left blockquote {
  margin: 0;
  text-align: left; }

figure.wp-block-pullquote.alignright:not(.has-text-align-center) blockquote,
figure.wp-block-pullquote.has-text-align-right blockquote {
  margin: 0;
  text-align: right; }

figure.wp-block-pullquote.aligncenter blockquote,
figure.wp-block-pullquote.has-text-align-center blockquote {
  text-align: center; }

figure.wp-block-pullquote.has-text-align-right {
  border: 0;
  border-right: 4px solid; }
  figure.wp-block-pullquote.has-text-align-right p {
    margin-bottom: 0;
    margin-top: 0; }

figure.wp-block-pullquote.has-text-align-left {
  border: 0;
  border-left: 4px solid;
  margin: 0; }
  figure.wp-block-pullquote.has-text-align-left blockquote,
  figure.wp-block-pullquote.has-text-align-left p {
    margin-bottom: 0;
    margin-top: 0; }

.wp-block-quote.is-style-default.has-text-align-right:before {
  right: 0;
  left: auto;
  transform: none; }

.wp-block-quote.is-style-default.has-text-align-left:before {
  left: 0;
  transform: none; }

.wp-block-quote.is-style-default:before,
.wp-block-quote:not(.is-style-plain):before {
  color: var(--wp--preset--color--border-color);
  content: "\201C";
  display: block;
  float: left;
  font-family: 'Poppins';
  font-size: 116px;
  font-size: 9.25rem;
  font-style: normal;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  height: 0;
  line-height: var(--wp--custom--typography--line-height--normal);
  position: absolute;
  margin-top: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); }

.wp-block-quote.has-text-align-left {
  text-align: left; }
  .wp-block-quote.has-text-align-left:before {
    left: unset;
    transform: none; }

.wp-block-quote {
  text-align: center; }

.wp-block-quote.has-text-align-right {
  text-align: right; }
  .wp-block-quote.has-text-align-right:before {
    left: unset;
    right: -28px; }

.wp-block-quote.has-text-align-center:before {
  left: 50%;
  transform: translateX(-50%); }

.wp-block-quote.is-style-building-renovation-pro-pro-block-quote cite,
.wp-block-quote.is-style-building-renovation-pro-pro-block-quote footer,
.wp-block-quote.is-style-building-renovation-pro-block-quote cite,
.wp-block-quote.is-style-building-renovation-pro-block-quote footer {
  font-size: var(--wp--preset--font-size--small); }

.wp-block-quote.is-style-building-renovation-pro-pro-block-quote.is-style-large,
.wp-block-quote.is-style-building-renovation-pro-pro-block-quote.is-large,
.wp-block-quote.is-style-building-renovation-pro-block-quote.is-style-large,
.wp-block-quote.is-style-building-renovation-pro-block-quote.is-large {
  color: var(--wp--preset--color--foreground); }

/* --- WP Block Seperator Style
-------------------------------------------------------- */
.wp-block-separator {
  border-bottom: 1px solid; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  opacity: 1;
  width: 80px; }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-default {
    width: 80px; }

.section-heading .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin-left: 0; }
  .section-heading .wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-default {
    margin-left: 0; }

/* --- WP Block Pullquote Style
-------------------------------------------------------- */
.wp-block-pullquote {
  border-bottom-color: var(--wp--preset--color--border-color);
  border-top-color: var(--wp--preset--color--border-color);
  padding: 1.75em 0; }

.wp-block-pullquote p {
  color: var(--wp--preset--color--foreground);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0; }

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation {
  font-size: var(--wp--preset--font-size--small);
  text-transform: none; }

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block[data-align="left"] .wp-block-pullquote,
.wp-block[data-align="right"] .wp-block-pullquote {
  border-bottom: 0;
  border-top: 0; }

.wp-block-pullquote.alignleft,
.wp-block-pullquote.has-text-align-left,
.wp-block[data-align="left"] .wp-block-pullquote {
  border-left: 0.25em solid var(--wp--preset--color--border-color);
  padding: 0 0 0 1.75em;
  margin-right: 0; }

.wp-block-pullquote.alignleft.has-text-align-center,
.wp-block-pullquote.alignright.has-text-align-center {
  border: 0;
  padding: 0;
  border-bottom: 4px solid;
  border-top: 4px solid; }

.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-right,
.wp-block[data-align="right"] .wp-block-pullquote {
  border-right: 0.25em solid var(--wp--preset--color--border-color);
  padding: 0 1.75em 0 0;
  margin-left: 0; }

/* --- WP Block Table Style
-------------------------------------------------------- */
.wp-block-table.is-style-building-renovation-pro-pro-wp-table td,
.wp-block-table.is-style-building-renovation-pro-pro-wp-table th,
.wp-block-table.is-style-building-renovation-pro-wp-table td,
.wp-block-table.is-style-building-renovation-pro-wp-table th {
  border-color: var(--wp--preset--color--border-color);
  padding: 0.5em 1.4em; }

.wp-block-table.is-style-building-renovation-pro-pro-wp-table
th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center),
.wp-block-table.is-style-building-renovation-pro-wp-table
th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center) {
  text-align: left; }

.wp-block-table thead,
.wp-block-table.is-style-building-renovation-pro-pro-wp-table thead,
.wp-block-table.is-style-building-renovation-pro-wp-table thead {
  border-bottom: 1px solid;
  border-bottom-color: var(--wp--preset--color--border-color); }

.wp-block-table tfoot {
  border-top: 1px solid;
  border-top-color: var(--wp--preset--color--border-color); }

.wp-block-table.is-style-building-renovation-pro-pro-wp-table th,
.wp-block-table.is-style-building-renovation-pro-wp-table th {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  color: var(--wp--preset--color--foreground); }

.wp-block-table.is-style-building-renovation-pro-pro-wp-table table,
.wp-block-table.is-style-building-renovation-pro-wp-table table {
  border: 1px solid var(--wp--preset--color--border-color); }

/* --- WP Block Preformatted and Verse Style
-------------------------------------------------------- */
.wp-block-preformatted.is-style-building-renovation-pro-pro-wp-preformatted,
.wp-block-verse.is-style-building-renovation-pro-pro-wp-verse,
.wp-block-preformatted.is-style-building-renovation-pro-wp-preformatted,
.wp-block-verse.is-style-building-renovation-pro-wp-verse {
  background-color: var(--wp--preset--color--secondary);
  box-sizing: border-box;
  padding: var(--wp--custom--spacing--extra-small);
  overflow: auto;
  word-wrap: break-word; }

/* --- WP Column Block Style
-------------------------------------------------------- */
.wp-block-column {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --- WP Block Search Style
-------------------------------------------------------- */
.wp-block-navigation__submenu-container {
  display: none; }

button[aria-expandd="true"] .wp-block-navigation__submenu-container {
  display: block; }

.wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0; }

.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.wp-site-blocks > * + * {
  margin-block-start: 0; }

.wp-block-post-meta > div:not(:first-child),
.entry-meta > div:not(:first-child) {
  padding-left: 22px;
  position: relative; }
  .wp-block-post-meta > div:not(:first-child):before,
  .entry-meta > div:not(:first-child):before {
    content: "";
    height: 5px;
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 5px; }

.wp-block-sidebar .wp-block-widget .wp-block-categories li {
  position: relative;
  padding-left: 36px; }

.wp-block-sidebar .wp-block-widget .wp-block-categories li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  background-image: url(assets/images/folder.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100%; }

/* --- Block Theme
-------------------------------------------------------- */
/* --- Theme Style
-------------------------------------------------------- */
a,
.content > .video-play:hover span,
.content > .video-play svg,
a svg.icon,
#myBtn:after,
.contact-right-layout a:after,
ins,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce button,
.swiper-pagination-bullet,
.wc-block-mini-cart__button,
.wc-block-components-pagination__page,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-post-featured-image img {
  transition: all 0.5s ease; }

pre {
  background-color: var(--wp--preset--color--secondary-bg-color); }

.wp-block-group.wp-block-section .wp-block-group-heading {
  margin-bottom: var(--wp--custom--spacing--wp-comment-vertical); }

.wp-block-image {
  margin-bottom: 1.5em;
  margin-top: var(--wp--style--block-gap, 2em); }

footer .wp-block-image {
  margin-top: 0; }

.header .wp-block-columns > .site-title-col {
  margin-bottom: 0; }

.site-section {
  gap: 21px; }

.wp-block-columns > .wp-block-column:last-child {
  margin-bottom: 0; }

body:not(.home) .wp-site-blocks main {
  padding-top: var(--wp--custom--spacing--main-block-gap);
  padding-bottom: var(--wp--custom--spacing--main-block-gap); }

body.home .wp-site-blocks main {
  margin-top: 0; }

.wp-block-table,
.wp-block-audio,
.wp-block-pullquote {
  margin-top: var(--wp--style--block-gap); }

.wp-block-latest-posts li a {
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem; }

.wp-block-latest-posts.is-grid li {
  margin-bottom: 0; }

.wp-block-categories__list a,
.wp-block-categories-list a,
.wp-block-archives-list a {
  text-decoration: none; }

.wp-block-section .wp-block-columns .wp-block-columns {
  margin-bottom: 0; }

.no-margin-top {
  margin-top: 0; }

.is-stacked-on-mobile .wp-block-media-text__media {
  margin-bottom: 28px; }

body.page-template-blank .wp-site-blocks main {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0; }

/* For case study mobile view */
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns.case-study-columns:not(.is-not-stacked-on-mobile)
  > .wp-block-column:not(:only-child) {
    flex-basis: 50% !important; } }
/* --- WP Block Site title Style
-------------------------------------------------------- */
.wp-block-site-title {
  margin-bottom: 0;
  font-size: clamp(20px, 6vw, 32px); }
.wp-block-site-title a {
  text-decoration: none; }

.site-title-col .wp-block-site-tagline {
  margin: 0; }

.section-title {
  font-size: var(--wp--custom--typography--font-size--section-title);
  line-height: 1.5; }

/* --- Banner WP Block Social Links Style
-------------------------------------------------------- */
.slider .social-icons-list {
  bottom: 55px;
  position: absolute;
  z-index: 1; }
  .slider .social-icons-list a {
    font-size: var(--wp--preset--font-size--upper-heading); }

/* --- WP Block Navigation Main
-------------------------------------------------------- */
.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: none; }

.wp-block-buttons-header
.wp-block-buttons
.wp-block-button
.wp-block-button__link {
  margin-top: 0; }

.wp-block-navigation .wp-block-navigation__submenu-container {
  padding: 2px;
  transition: 0.5s ease-in-out; 
  width: 200px;
  min-width: auto;
}
.wp-block-navigation__submenu-container
.wp-block-navigation-item.current-menu-item
.wp-block-navigation-item__content {
  transform: translateX(10px);
  -webki-ttransform: translateX(10px);
  -moz-transform: translateX(10px); }

.wp-block-navigation:not(.has-background)
.wp-block-navigation__submenu-container {
  border: 0; }

.wp-block-navigation .wp-block-navigation__submenu-container a {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.wp-block-centered-menu .wp-block-navigation {
  text-align: center; }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding: 0;
  padding-top: calc(0.3 * var(--wp--style--block-gap, 2em));
  padding-bottom: calc(0.7 * var(--wp--style--block-gap, 2em)); }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 8px 0;
  font-size: 13px;
  line-height: 1.5; }

.admin-bar .wp-block-navigation__responsive-container-close {
  top: 30px; }

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
  left: 0;
  right: auto;
  top: 12px }

.wp-site-header .wp-block-page-list,
.wp-site-header .wp-block-navigation__container {
  justify-content: flex-start; }

/* --- Block Navigation Footer
-------------------------------------------------------- */
.wp-block-footer.wp-block-site-generator .wp-block-navigation {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  text-transform: inherit; }

.wp-block-footer .wp-block-navigation .wp-block-navigation-item__content {
  text-transform: capitalize; }

/* --- WP Block Button
-------------------------------------------------------- */
.wp-block-button__link {
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem; }

.comment-content,
.reply {
  padding-left: 30px; }
.comment-content p{
  font-size: 15px;
}

.wp-block-post-comments .commentlist .depth-1.parent {
  padding-left: 0; }

.wp-block-post-comments input[type="submit"] { 
  margin-top: 0;
  background-color: #2805A7;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
a.comment-reply-link {
  padding: 10px;
  background-color: #2805A7;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1px;
}
.wp-block-post-comments input[type="submit"]:focus, .wp-block-post-comments input[type="submit"]:hover {
  outline-color: transparent; }

.wp-block-tnp-minimal {
  margin: 0 !important;
  padding: 0 !important; }

.is-style-outline > .wp-block-button__link:not(.has-text-color) {
/*  border: 2px solid;*/
  overflow: hidden;
  position: relative;
  border-radius: 0; }

.tnp.tnp-subscription-minimal form {
  border-bottom: 1px solid; }

.tnp.tnp-subscription .tnp-field input[type="submit"] {
  border: none;
  padding: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: transparent;
  border: 2px solid;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  position: relative;
  padding-top: clamp(10px, 3vw, 15px);
  padding-right: clamp(24px, 3vw, 42px);
  padding-bottom: clamp(10px, 3vw, 15px);
  padding-left: clamp(24px, 3vw, 42px);
  text-transform: uppercase;
  text-decoration: none; }

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
.tnp.tnp-subscription .tnp-field input[type="submit"] {
  border: 0;
  border-radius: 0px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--extra-bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  position: relative;
  padding: clamp(10px, 3vw, 15px) clamp(24px, 3vw, 42px);
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden; }

.tnp-subscription-minimal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.tnp.tnp-subscription .tnp-field input[type="submit"] {
  border: 2px solid; }
  .tnp.tnp-subscription .tnp-field input[type="submit"]:hover, .tnp.tnp-subscription .tnp-field input[type="submit"]:focus {
    border-color: transparent; }

.tnp.tnp-subscription-minimal input.tnp-email:focus {
  outline: none; }

.tnp.tnp-subscription-minimal input.tnp-submit {
  border: 0;
  height: 50px;
  position: relative;
  padding: 0;
  z-index: 1;
  background-color: transparent;
  color: var(--wp--preset--color--title-color);
  font-size: 16px;
  font-size: 1rem;
  width: auto; }

.tnp.tnp-subscription-minimal input.tnp-submit[type="submit"]:hover {
  background-color: transparent;
  color: var(--wp--preset--color--body-text); }

.tnp.tnp-subscription-minimal input.tnp-email {
  background-color: transparent;
  border: 0;
  height: 50px;
  position: relative;
  z-index: 1;
  padding: 0 14px 0 0;
  font-size: 18px;
  font-size: 1.125rem; }

.wp-block-button__link,
.woocommerce ul.products li.product .button,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
input[type="button"],
.tnp.tnp-subscription .tnp-field input[type="submit"],
input[type="reset"],
input[type="submit"],
.wp-block-fse-pro-header-search svg,
.wp-block-fse-pro-header-social svg,
header svg,
.header svg,
.wp-block-search__button,
.wc-block-product-search .wc-block-product-search__button,
.wc-block-components-button:not(.is-link).outlined,
.woocommerce ul.products li.product a h2,
.wp-block-navigation__responsive-container,
.services .wp-block-columns .wp-block-column:not(.section-heading),
.servicess .wp-block-columns .wp-block-column:not(.section-heading) {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.wp-block-fse-pro-header-social .wp-block-social-link-anchor svg {
  transition: none; }

.wp-block-button.is-style-fill .wp-block-button__link:hover, .wp-block-button.is-style-fill .wp-block-button__link:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:focus,
form .wpcf7-submit:hover,
form .wpcf7-submit:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
form.wpcf7-form input[type="submit"]:hover,
form.wpcf7-form input[type="submit"]:focus,
.wp-block-button:not(.is-style-building-renovation-pro-button) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-building-renovation-pro-button) .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -webkit-transform: translateY(-4px); }

.wp-block-button.is-style-fill .wp-block-button__link,
.woocommerce ul.products li.product .button {
  border: 1px solid transparent; }

.wp-block-button.is-style-fill .wp-block-button__link,
.woocommerce ul.products li.product .button {
  position: relative; }

.header-light .wp-block-button__link:hover:after,
.header-light .wp-block-button__link:focus:after,
.wp-block-button__link:hover:after,
.wp-block-button__link:focus:after {
  outline-color: transparent; }

/* --- WP Block Query Pagination
-------------------------------------------------------- */
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap; }

.wp-block-query-pagination-numbers .page-numbers {
  background-color:#1D1D1D;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--upper-heading);
  height: var(--wp--custom--spacing--wp-block-page-numbers);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  margin-right: 7px;
  margin-bottom: 7px;
  text-decoration: none;
  text-align: center;
  width: var(--wp--custom--spacing--wp-block-page-numbers); }

.wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):focus,
.wp-block-query-pagination-numbers .page-numbers:not(.dots).current {
  color: var(--wp--preset--color--foreground); }

/* --- WP Block Post Terms( WP Block Post Meta)
-------------------------------------------------------- */
.taxonomy-category.wp-block-post-terms > a,
.taxonomy-post_tag.wp-block-post-terms > a,
.wp-block-post-date a {
  text-decoration: none; }

.single .taxonomy-category.wp-block-post-terms > a,
.single .taxonomy-post_tag.wp-block-post-terms > a {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--tertiary);
  display: inline-block;
  font-size: var(--wp--preset--font-size--extra-small);
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 4px 14px;
  text-transform: capitalize; }
  .single .taxonomy-category.wp-block-post-terms > a:hover, .single .taxonomy-category.wp-block-post-terms > a:focus,
  .single .taxonomy-post_tag.wp-block-post-terms > a:hover,
  .single .taxonomy-post_tag.wp-block-post-terms > a:focus {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); }

.single
.taxonomy-category.wp-block-post-terms
> .wp-block-post-terms__separator,
.single
.taxonomy-post_tag.wp-block-post-terms
> .wp-block-post-terms__separator {
  display: none; }

/* --- WP Block Post Navigation Link
-------------------------------------------------------- */
.wp-block-post-navigation-link .post-navigation-link__label {
  display: block;
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--extra-small);
  text-transform: uppercase;
  margin-bottom: clamp(10px, 3vw, 17px); }
  .wp-block-post-navigation-link .post-navigation-link__label svg {
    width: 7px; }

.post-navigation-link-next {
  margin-top: 21px; }

.wp-block-post-navigation-link a {
  text-decoration: none; }

.wp-block-navigation .wp-block-navigation__submenu-icon {
  margin-right: 7px;
  position: relative;
  top: -2px; }

.wp-block-site-logo .components-resizable-box__container {
  margin: 0 auto; }

/* --- WP Block Post Template(wp-block-post)
-------------------------------------------------------- */
.wp-block-post-title {
  margin-bottom: 0; }
  .wp-block-post-title a {
    text-decoration: none; }

.wp-block-post-template > li .wp-block-post-container {
  margin-top: var(--wp--custom--spacing--extra-small); }

.wp-block-post-template .wp-block-post-meta > * {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

svg.icon {
  fill: var(--wp--preset--color--body-text);
  height: 14px;
  margin-right: 7px;
  width: 14px;
  position: relative;
  top: 2px; }

.post-navigation-link-next svg.icon {
  padding-left: 7px;
  padding-right: 0; }

a svg.icon {
  fill: var(--wp--preset--color--foreground); }

.wp-block-post-excerpt > *:last-child {
  margin-bottom: 0; }

p.wp-block-post-excerpt__excerpt {
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal; }

.wp-block-post-excerpt__more-text {
  margin-top: 28px; }

.wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
  padding: 0 0 5px;
  background: transparent;
  text-transform: capitalize;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem; }
  .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    transition: all 0.4s; }
  .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover, .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:focus {
    box-shadow: none;
    background-color: transparent;
    transform: none;
    text-decoration: none; }
  .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover::before {
    width: 0px; }

.wp-block-query-pagination {
  padding-top: var(--wp--custom--spacing--main-block-gap);
  margin-top: var(--wp--custom--spacing--main-block-gap) !important;
  border-top: 1px solid; }

.wp-block-post-featured-image {
  overflow: hidden; }

.wp-block-post-featured-image:hover img {
  transform: scale(1.05); }

 .wp-block-image .wp-block-image,
 .wp-block-image, .gb-block-post-grid-image {
  position: relative;
  overflow:hidden; }
   .wp-block-image .wp-block-image:before,
   .wp-block-image:before, .gb-block-post-grid-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
   .wp-block-image .wp-block-image:hover:before,
   .wp-block-image:hover:before, .gb-block-post-grid-image:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s; }

figure.wp-block-post-featured-image {
  position: relative;
  margin-bottom: 35px; 
}
figure.wp-block-post-featured-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  filter: blur(2px); 
}
figure.wp-block-post-featured-image:hover:before {
  -webkit-animation: shine 0.8s;
  animation: shine 0.8s; 
}

@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}
.wp-block-post-author {
  text-transform: capitalize; }

/* --- WP Block Quote
-------------------------------------------------------- */
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  text-align: left; }

.wp-block-quote.has-text-align-left.is-style-large cite,
.wp-block-quote.has-text-align-left.is-style-large footer,
.wp-block-quote.has-text-align-left.is-large cite,
.wp-block-quote.has-text-align-left.is-large footer {
  text-align: left; }

.wp-block-quote.has-text-align-right.is-style-large cite,
.wp-block-quote.has-text-align-right.is-style-large footer,
.wp-block-quote.has-text-align-right.is-large cite,
.wp-block-quote.has-text-align-right.is-large footer {
  text-align: right; }

.wp-block-quote.has-text-align-center.is-style-large cite,
.wp-block-quote.has-text-align-center.is-style-large footer,
.wp-block-quote.has-text-align-center.is-large cite,
.wp-block-quote.has-text-align-center.is-large footer {
  text-align: center; }

.wp-block-quote.is-style-plain,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  padding: 0; }

.wp-block-quote.is-style-large p,
.wp-block-quote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right p,
.wp-block-quote.is-large p {
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

.wp-block-quote cite,
.wp-block-pullquote cite,
.wp-block-quote footer,
.wp-block-quote.is-style-large cite {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--upper-heading);
  margin-top: 28px;
  display: block; }

.wp-block-quote.is-style-plain {
  color: var(--wp--preset--color--foreground); }

/* --- WP Block Table
-------------------------------------------------------- */
.wp-block-table td,
.wp-block-table th {
  padding: 14px 35px;
  text-align: left;
  vertical-align: top; }

.wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  background-color: var(--wp--preset--color--secondary-bg-color); }

.wp-block-table.is-style-stripes {
  border-bottom: 0; }

.wp-block-table.is-style-stripes thead {
  border: 0;
  color: var(--wp--preset--color--foreground); }

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  padding: 0.5em 1.4em; }

.wp-block-table.is-style-stripe
th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center) {
  text-align: left; }

/* --- WP Block Search
-------------------------------------------------------- */
.wp-block-search {
  background-color: transparent;
  padding: 0;
  position: relative;
 }
  .wp-block-search .wp-block-search__inside-wrapper, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    box-sizing: border-box;
    padding: 20px 30px; }
    .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
      padding: 0 20px;
      height: 55px; }
      .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
        outline: none; }
    .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
      cursor: pointer;
      margin: 0;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

/* --- WP Block Form and Input Fields
-------------------------------------------------------- */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  padding: calc(0.667em + 2px);
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  transition: 0.5s ease-in-out;
  border: 1px solid; }

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: var(--wp--preset--color--tertiary-bg-color); }

.wp-block-search.wp-block-search__button-inside
.wp-block-search__inside-wrapper
.wp-block-search__button {
  padding: 10px 20px; }

textarea {
  max-height: 165px; }

/* --- WP Block Embed
-------------------------------------------------------- */
.wp-block-embed {
  margin-top: var(--wp--style--block-gap); }

/* --- WP Block Image
-------------------------------------------------------- */
.wp-block-image .alignleft {
  margin-right: 2em; }

.wp-block-image .alignright {
  margin-left: 2em; }

/* --- Block Widget
-------------------------------------------------------- */
.wp-block-widget-area * {
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

.wp-block-widget-area a {
  text-decoration: none; }

.wp-block-widget-area h2 {
  font-size: var(--wp--preset--font-size--content-heading);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-weight: 700 }

.wp-block-tag-cloud > a {
  display: inline-block;
  border: 1px solid;
  margin-bottom: 7px;
  padding: 4px 14px;
  text-decoration: none; }

.wp-block-widget-area ul {
  list-style: none;
  padding-left: 0; }

.wp-block-widget-area li {
  margin-bottom: 14px; }

.wp-block-widget-area li:before,
.wp-block-widget-area li:after {
  content: "";
  display: table;
  table-layout: fixed; }

.wp-block-widget-area li:after {
  clear: both; }

.wp-block-column-sidebar .wp-block-archives-list > li,
.wp-block-column-sidebar .wp-block-categories-list > li {
  text-align: right; }

.wp-block-archives-list > li > a,
.wp-block-categories-list > li > a {
  float: left; }

ul.wp-block-archives,
.wp-block-categories {
  padding-left: 1em; }

/* --- Block Widget Sidebar
-------------------------------------------------------- */
.wp-block-sidebar > *:not(:last-child) {
  margin-bottom: 30px }

.wp-block-sidebar > * h2 {
  border-bottom: 1px solid;
  margin-bottom: 20px; }

.wp-block-sidebar .wp-block-latest-posts__list > li:not(:last-child) {
  border-bottom: 1px solid;
  margin-bottom: 21px;
  padding-bottom: 21px; }

.wp-block-widget-area .wp-block-latest-posts__list > li > a {
  font-weight: var(--wp--custom--typography--font-weight--normal); }

.wp-block-widget-area .wp-block-latest-posts__post-author,
.wp-block-widget-area .wp-block-latest-posts__post-date {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.62;
  margin-top: 5px; }

/* --- Block Widget Footer
-------------------------------------------------------- */
.wp-block-footer-widget-area-columns {
  margin-bottom: 0;
  padding-bottom: var(--wp--custom--spacing--wp-footer-vertical);
  padding-top: var(--wp--custom--spacing--wp-footer-vertical); }

.wp-block-footer.wp-block-site-generator {
  font-size: var(--wp--preset--font-size--extra-small);
  margin-top: 0;
  padding-bottom: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--wp--preset--color--secondary); }

.wp-block-footer.wp-block-site-generator a {
  text-decoration: none; }

.wp-block-footer .wp-block-widget:not(:last-child),
.wp-block-footer .wp-block-widget > *:not(:last-child),
.wp-block-footer .wp-block-latest-posts__list > li:not(:last-child) {
  margin-bottom: var(--wp--custom--spacing--extra-small); }

.wp-block-widget-area .wp-block-widget figure {
  line-height: 0;
  margin-bottom: 0; }

/* --- WP Block Sections
-------------------------------------------------------- */
.wp-block-section {
  padding-bottom: var(--wp--custom--spacing--section-block-bottom);
  padding-top: var(--wp--custom--spacing--section-block-top); }

[class*="wp-container-"].slider {
  margin-bottom: var(--wp--custom--spacing--section-block-bottom); }

.wp-block-section.is-style-building-renovation-pro-pro-padding-0,
.wp-block-section.is-style-building-renovation-pro-padding-0 {
  padding-bottom: 0;
  padding-top: 0; }

/* --- Drop Cap
-------------------------------------------------------- */
.has-drop-cap:not(:focus)::first-letter {
  color: var(--wp--preset--color--title-color);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin: 0.15em 0.15em 0 -0.07em;
  font-size: 5em; }

/* --- WP Block Image
-------------------------------------------------------- */
.wp-block-image figure.alignright,
.wp-block-image figure.alignleft,
.wp-block[data-align="left"] .wp-block-image,
.wp-block[data-align="right"] .wp-block-image,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block[data-align="left"] > .wp-block-pullquote,
.wp-block[data-align="right"] > .wp-block-pullquote,
[data-align="left"] > .wp-block-cover,
[data-align="right"] > .wp-block-cover,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > .wp-block-embed,
.wp-block[data-align="right"] > .wp-block-embed {
  max-width: 320px;
  width: 100%; }

.wp-block-cover.alignleft,
[data-align="left"] > .wp-block-cover,
.wp-block-embed.alignleft,
.wp-block[data-align="left"] > .wp-block-embed {
  margin-right: 2em !important;
  margin-bottom: 1.5em; }

.wp-block-cover.alignright,
[data-align="right"] > .wp-block-cover,
.wp-block-embed.alignright,
.wp-block[data-align="right"] > .wp-block-embed {
  margin-left: 2em !important;
  margin-bottom: 1.5em; }

/* --- WP Block Code
-------------------------------------------------------- */
.wp-block-code > code {
  border-color: var(--wp--preset--color--border-color); }

/* --- WP Block Firgcaption
-------------------------------------------------------- */
.wp-site-blocks figure figcaption,
figure figcaption {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-style: italic;
  margin-top: 14px; }

/* --- WP Block Calendar
-------------------------------------------------------- */
.wp-block-calendar table th {
  border-color: var(--wp--preset--color--border-color);
  background-color: var(--wp--preset--color--secondary); }

.wp-block-calendar th,
.wp-block-calendar tbody td {
  border-color: var(--wp--preset--color--border-color); }

.wp-block-calendar tbody td#today {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.wp-block-calendar table caption {
  color: var(--wp--preset--color--foreground);
  margin-bottom: 7px; }

/* --- WP Block Slider
-------------------------------------------------------- */
.fse-slider-wrapper {
  overflow: hidden;
  position: relative; }

.fse-slider-wrapper .tns-outer {
  position: relative; }

.fse-slider-wrapper .wp-block-image {
  position: relative;
  text-align: center; }

.fse-slider-wrapper .wp-block-image figcaption {
  bottom: 55px;
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--heading-content);
  left: 50%;
  margin: 0 auto;
  max-width: 760px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transform-origin: top;
  visibility: hidden;
  width: 100%;
  transition: all 0.5s ease;
  padding: 15px;
  box-sizing: border-box; }

.fse-slider-wrapper .tns-item.tns-slide-active .wp-block-image figcaption {
  opacity: 1;
  transition-delay: 0.2s;
  visibility: visible; }

/* Sliding Testimonial */
.sliding-testimonial {
  max-width: 600px; }

/* Nan Arrows */
.tns-control > button {
  background: var(--wp--preset--color--background);
  border: 0;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.tns-control > button.tns-prev {
  left: -50px; }

.tns-control > button.tns-next {
  right: -50px; }

.tns-control > button > span {
  display: none; }

.tns-control > button:before {
  content: "";
  display: inline-block;
  color: inherit;
  opacity: 1;
  width: 0.6rem;
  height: 0.6rem;
  border-style: solid;
  border-color: currentColor;
  border-width: 0.2rem 0.2rem 0 0; }

.tns-control > button.tns-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 4px; }

.tns-control > button.tns-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 4px; }

.tns-control > button:hover,
.tns-control > button:focus {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground); }

/* Nav Dots */
.tns-nav > button {
  border: 0;
  background-color: var(--wp--preset--color--border-color);
  height: 10px;
  line-height: 10px;
  margin: 0 4px;
  width: 10px;
  border-radius: 100%;
  box-shadow: none;
  position: relative;
  transition: all 0.5s ease;
  padding: 0; }

.tns-nav > button:hover,
.tns-nav > button:focus {
  background-color: var(--wp--preset--color--alternate-bg-color); }

.tns-nav > button.tns-nav-active {
  background-color: var(--wp--preset--color--alternate-bg-color); }

.tns-nav {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* Dots Positions */
.fse-slider-wrapper.horizontal-inside-slider-bottom-left .tns-nav,
.fse-slider-wrapper.horizontal-inside-slider-bottom-center .tns-nav,
.fse-slider-wrapper.horizontal-inside-slider-bottom-right .tns-nav {
  bottom: 28px;
  position: absolute;
  width: 100%; }

.fse-slider-wrapper.horizontal-inside-slider-bottom-left .tns-nav {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 28px; }

.fse-slider-wrapper.horizontal-inside-slider-bottom-center .tns-nav {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fse-slider-wrapper.horizontal-inside-slider-bottom-right .tns-nav {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: 28px; }

.fse-slider-wrapper.horizontal-outside-slider-bottom-left .tns-nav,
.fse-slider-wrapper.horizontal-outside-slider-bottom-center .tns-nav,
.fse-slider-wrapper.horizontal-outside-slider-bottom-right .tns-nav {
  margin-top: 28px; }

.fse-slider-wrapper.horizontal-outside-slider-bottom-left .tns-nav {
  margin-left: 28px;
  text-align: left; }

.fse-slider-wrapper.horizontal-outside-slider-bottom-center .tns-nav {
  text-align: center; }

.fse-slider-wrapper.horizontal-outside-slider-bottom-right .tns-nav {
  margin-right: 28px;
  text-align: right; }

.wp-block-group.section-heading {
  margin-bottom: var(--wp--custom--spacing--section-heading);
  position: relative;
  z-index: 1; }

.section-heading hr {
  color: var(--wp--preset--color--alternate-bg-color); }

.header .wp-block-columns {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer); }

.wp-block-categories a,
.wp-block-archives a {
  font-size: var(--wp--preset--font-size--medium); }

.wp-site-blocks main {
  margin-top: 0; }

.banner .catch-breadcrumb.breadcrumb-area {
  margin: 7px auto 0; }

.entry-breadcrumbs span.breadcrumb span {
  color: var(--wp--preset--color--body-text);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--extra-small);
  color: #666666; }
.entry-breadcrumbs span.breadcrumb a {
  color: #666666;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--extra-small); }

.banner .entry-breadcrumbs span.breadcrumb span,
.banner .entry-breadcrumbs span.breadcrumb a {
  color: var(--wp--preset--color--color-white); }

.banner .entry-breadcrumbs span.breadcrumb a:hover {
  text-decoration: underline; }

.wp-block-post-title {
  font-size: var(--wp--preset--font-size--post-title); }

h1.wp-block-query-title,
h1.wp-block-post-title {
  font-size: var(--wp--custom--typography--font-size--heading-one);
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.38;
  font-weight: normal; }

footer.wp-block-latest-comments__comment-meta a {
  text-decoration: none; }

.wp-block-latest-comments__comment-excerpt {
  margin-top: 14px; }

body:not(.wp-admin) .wp-block-section.newsletter-section {
  margin-top: var(--wp--custom--spacing--section-block-top); }

.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.commentlist
> li:last-child
> article,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
.commentlist
> li:last-child
> article {
  border-bottom: 0; }

.wp-block-group.banner-without-bg {
  padding-top: var(--wp--custom--spacing--section-block-top); }

.nav-row
.social-container
.wp-block-social-links
.wp-block-social-link
.wp-block-social-link-anchor
svg {
  font-size: 20px; }

ins {
  text-decoration: none; }

main.wp-block-group > * + *,
.wp-block-section + .wp-block-section,
footer.wp-block-template-part {
  margin-top: 0; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* --- Header
-------------------------------------------------------- */
/* --- WP Block Header
-------------------------------------------------------- */

.header:not(.absolute-header) {
  padding-top: clamp(10px, 2vw, 35px);
  padding-bottom: clamp(10px, 2vw, 35px); }

.bottom-header .wp-block-buttons .wp-block-button__link {
  margin-top: 0; }

.wp-site-header {
  padding: 21px 0; }

.wp-site-header .wp-header-row {
  gap: 0;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0 !important;
  margin: 0 !important; }

.wp-header-row .wp-block-group.site-section {
  display: block;
  text-align: center; }

.site-section .wp-block-site-logo {
  margin-bottom: 14px; }

.wp-header-row .wp-block-social-links {
  display: none; }

.wp-block-fse-pro-header-social .social-container {
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px; }

.wp-block-fse-pro-header-search .search-container,
.wp-block-fse-pro-header-social .social-container {
  position: absolute;
  right: 0;
  top: 100%; }

.wp-block-fse-pro-header-search button,
.wp-block-fse-pro-header-social button {
  transition: 0.3s ease-in-out; }
.wp-block-fse-pro-header-search .search-container,
.wp-block-fse-pro-header-search .social-container,
.wp-block-fse-pro-header-social .search-container,
.wp-block-fse-pro-header-social .social-container {
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: calc(100% + 60px); }

.wp-block-fse-pro-header-social .social-container {
  border: 1px solid;
  display: block;
  padding: 10px; }
  .wp-block-fse-pro-header-social .social-container .wp-block-social-links {
    border-radius: 45px;
    padding: 15px; }

.wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center; }

.wp-block-fse-pro-header-search .search-controller {
  height: 42px;
  width: 42px; }

.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
  display: none; }

html.has-modal-open {
  overflow: auto; }

.nav-row > .wp-block-group {
  gap: 10px; }

.wp-block-group.nav-row {
  gap: 5px; }

.wp-block-group.site-title-section,
.wp-block.site-title-section {
  gap: 0;
  align-items: center; }

header .wp-block-navigation__container > .wp-block-navigation-item a,
header .wp-block-page-list > .wp-block-navigation-item a {
  position: relative; }
header .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item a:before,
header .wp-block-navigation__container > .wp-block-navigation-item a:hover:before,
header .wp-block-navigation__container > .wp-block-navigation-item a:focus:before,
header .wp-block-page-list > .wp-block-navigation-item.current-menu-item a:before,
header .wp-block-page-list > .wp-block-navigation-item a:hover:before,
header .wp-block-page-list > .wp-block-navigation-item a:focus:before {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  visibility: visible; }

nav .wp-block-page-list > .wp-block-navigation-item a:before {
  bottom: 0;
  width: 100%;
  margin-left: 0; }

svg {
  width: 24px;
  height: 24px; }

.wp-block-social-link:hover,
button.search-controller:hover {
  transform: scale(1.1);
  transition: all 0.4s; }


.wp-site-date {
  font-weight: 600; }


/* --- Featured Content
-------------------------------------------------------- */
.wp-block-building-renovation-pro-pro-featured-content .wp-block-image,
.wp-block-building-renovation-pro-featured-content .wp-block-image {
  overflow: hidden; }

.wp-block-building-renovation-pro-pro-featured-content .wp-block-image img,
.wp-block-building-renovation-pro-featured-content .wp-block-image img {
  transition: all 0.5s ease; }

.wp-block-building-renovation-pro-pro-featured-content .wp-block-image:hover img,
.wp-block-building-renovation-pro-featured-content .wp-block-image:hover img {
  filter: blur(0);
  transform: scale(1.05); }

.wp-block-group.entry-meta {
  gap: 14px; }

.wp-block-post-template li h2 {
  font-size: var(--wp--preset--font-size--post-title);
  margin-top: 14px; }
.wp-block-post-template .alignfull.wp-block-post-container {
  padding: 0; }

.wp-block-post-excerpt {
  margin-top: var(--wp--custom--spacing--extra-small); }

.blog-section .wp-block-post-template,
.wp-block-post-template.alignfull {
  gap: var(--wp--custom--spacing--column-gap); }

.wp-block-post-template figure {
  margin-bottom: var(--wp--custom--spacing--normal); }

figure a,
.wp-block-post-title a {
  padding: 0; }

/* --- Logo section
-------------------------------------------------------- */
.wp-block-section:not(:nth-of-type(even)).wp-block-logo {
  border-top: 1px solid;
  border-bottom: 1px solid; }

.wp-block-section:last-child.wp-block-logo {
  border-bottom: none; }

/* --- CTA with Video Section
-------------------------------------------------------- */
/* --- Block CTA
-------------------------------------------------------- */
.wp-block-cta .wp-block-button__link {
  margin-top: 0; }

.wp-block-cta-with-video .wp-block-group-heading,
.wp-block-cta-just-video .wp-block-group-heading,
.wp-block-cta .wp-block-group-heading {
  border-left: 0;
  padding-left: 0; }

/* --- Block CTA With Video
-------------------------------------------------------- */
.wp-block-cta-with-video .content .video-play svg,
.wp-block-cta-just-video .content .video-play svg {
  display: none; }

.wp-block-cta-with-video .content .video-play:before,
.wp-block-cta-with-video .content .video-play:after,
.wp-block-cta-just-video .content .video-play:before,
.wp-block-cta-just-video .content .video-play:after {
  content: "";
  border: 1px solid var(--wp--preset--color--text-link);
  position: absolute;
  border-radius: 50%;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px; }

.wp-block-cta-with-video .content .video-play,
.wp-block-cta-just-video .content .video-play {
  background: var(--wp--preset--color--text-link);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 auto; }

.wp-block-cta-with-video .content .video-play:hover,
.wp-block-cta-just-video .content .video-play:hover {
  background: var(--wp--preset--color--secondary); }

.wp-block-cta-with-video .content:hover .video-play span,
.wp-block-cta-just-video .content:hover .video-play span {
  border-left-color: var(--wp--preset--color--foreground);
  z-index: 9; }

.wp-block-cta-with-video .content .video-play span,
.wp-block-cta-just-video .content .video-play span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 25px solid var(--wp--preset--color--color-white);
  border-bottom: 15px solid transparent;
  margin-top: 0;
  text-indent: -9999px;
  padding: 0; }

.wp-block-cta-with-video .content .video-play:before,
.wp-block-cta-just-video .content .video-play:before {
  border: 1px solid var(--wp--preset--color--color-white); }

.wp-block-cta-with-video .content .video-play:before,
.wp-block-cta-with-video .content .video-play:after,
.wp-block-cta-just-video .content .video-play:before,
.wp-block-cta-just-video .content .video-play:after {
  border-radius: 100%;
  transition: 0.3s; }

.wp-block-cta-with-video .content .video-play:hover::before,
.wp-block-cta-with-video .content .video-play:focus::before,
.wp-block-cta-with-video .content .video-play:hover::after,
.wp-block-cta-with-video .content .video-play:focus::after,
.wp-block-cta-just-video .content .video-play:hover::before,
.wp-block-cta-just-video .content .video-play:focus::before,
.wp-block-cta-just-video .content .video-play:hover::after,
.wp-block-cta-just-video .content .video-play:focus::after {
  border-radius: 100%;
  border-color: var(--wp--preset--color--color-white); }

/* For Wp Custom Block - Popup Video Overlay Issues */
.wp-block-cta-with-video.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cta-just-video.wp-block-cover .wp-block-cover__inner-container {
  z-index: inherit; }

.wp-block-cta-with-video .wp-block-group-heading,
.wp-block-cta-just-video .wp-block-group-heading {
  position: relative;
  z-index: 2; }

.wp-block-cta-with-video .wp-block-fse-pro-popup-video .content,
.wp-block-cta-just-video .wp-block-fse-pro-popup-video .content {
  position: relative; }

/* --- Stats Section
-------------------------------------------------------- */
/* --- Block Stats
-------------------------------------------------------- */
.wp-block-stats .wp-block-stats-content h2:before {
  content: "";
  border-bottom: 5px solid var(--wp--preset--color--text-link);
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: clamp(7px, 1vw, 13px);
  left: 0;
  z-index: -1; }

.wp-block-stats .wp-block-stats-content h2 {
  font-size: clamp(40px, 4.5vw, 70px);
  line-height: 1.3;
  position: relative;
  display: inline-block; }

.wp-block-stats .wp-block-stats-content > * + * {
  margin-block-start: 7px; }

.wp-block-stats .wp-block-stats-content p {
  opacity: 0.5;
  line-height: var(--wp--custom--typography--line-height--paragraph); }

.wp-block-stats .wp-block-column {
  text-align: center; }

.wp-block-stats-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between; }

.wp-block-stats-content h2 {
  margin: 0;
  font-style: italic;
  opacity: 0.1; }

.wp-block-stats-content p {
  color: var(--wp--preset--color--foreground);
  font-size: 18px;
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.wp-block-section:not(:nth-of-type(even)):first-child {
  background-color: transparent;
  padding-bottom: clamp(25px, 3vw, 45px);
  padding-top: clamp(25px, 3vw, 45px); }

.wp-block-section:where(:not(:nth-of-type(even))):first-child {
  background-color: transparent !important; }

/* --- Woo
-------------------------------------------------------- */
.woocommerce-ordering select {
  padding: 12px; }

.woocommerce button.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  border-radius: 45px;
  font-size: var(--wp--preset--font-size--small);
  padding: clamp(10px, 8vw, 20px) clamp(32px, 8vw, 42px);
  text-transform: uppercase; }
.woocommerce span.onsale {
  border: 1px solid;
  z-index: 1; }
.woocommerce ul.products li.product .button,
.woocommerce .wc-proceed-to-checkout a.checkout-button.alt {
  border-radius: 45px;
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  padding: clamp(10px, 8vw, 20px) clamp(32px, 8vw, 42px); }
.woocommerce .added_to_cart.wc-forward {
  margin-left: 5px; }
.woocommerce nav.woocommerce-pagination ul {
  border: 0; }
  .woocommerce nav.woocommerce-pagination ul li {
    border: 0; }
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce nav.woocommerce-pagination ul li a {
      border-radius: 8px;
      padding: 15px; }
    .woocommerce nav.woocommerce-pagination ul li:not(:last-child) {
      margin-right: 10px; }
.woocommerce table.variations select {
  padding: 15px;
  margin-bottom: 5px; }
.woocommerce .single_variation_wrap input[type="number"],
.woocommerce .quantity .qty,
.woocommerce table.cart td.actions .coupon .input-text {
  padding: 12px;
  border-radius: 0; }
.woocommerce div.product span.price {
  font-size: var(--wp--preset--font-size--extra-large); }
.woocommerce #respond input#submit,
.woocommerce .woocommerce-message a {
  border-radius: 45px;
  font-size: var(--wp--preset--font-size--small);
  padding: clamp(10px, 3vw, 15px) clamp(32px, 3vw, 42px);
  text-decoration: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    margin: 0; }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 15px; }
.woocommerce .woocommerce-input-wrapper textarea {
  border-radius: 0; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--content-heading); }
.woocommerce .comment-form-comment textarea {
  border-radius: 0;
  min-height: 250px; }

.select2-container--default .select2-selection--single {
  height: 55px;
  border-radius: 45px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }

.wc-block-mini-cart__button {
  cursor: pointer;
  opacity: 1;
  padding: 0; }
  .wc-block-mini-cart__button .wc-block-mini-cart__amount {
    font-size: var(--wp--preset--font-size--medium);
    margin: 0; }
  .wc-block-mini-cart__button span.wc-block-mini-cart__badge {
    font-size: var(--wp--preset--font-size--medium);
    border: 0; }
  .wc-block-mini-cart__button svg.wc-block-mini-cart__icon {
    font-size: 12px; }

.woocommerce-cart .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  display: none; }

ul.wc-block-grid__products {
  margin: 0;
  gap: var(--wp--custom--spacing--column-gap); }
  ul.wc-block-grid__products a,
  ul.wc-block-grid__products ins {
    text-decoration: none; }
  ul.wc-block-grid__products .wc-block-grid__product {
    text-align: left;
    flex: auto; }
    ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img {
      width: 100%; }

.wc-block-grid.has-3-columns .wc-block-grid__product {
  flex: auto; }

.wc-block-grid__product {
  border: 0; }

.wc-block-sort-select__select {
  margin-bottom: 20px;
  padding: 12px; }

.wc-block-sort-select {
  display: flex;
  justify-content: flex-end; }

a.wc-block-components-product-name {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--content-heading);
  text-decoration: none; }

button.wc-block-pagination-page {
  border-radius: 8px;
  cursor: pointer;
  padding: 15px 20px; }

.wc-block-components-button:not(.is-link).outlined:hover,
.wc-block-components-button:not(.is-link).outlined:focus {
  border-color: transparent; }

.woocommerce ul.products li.product .onsale,
.wc-block-components-product-sale-badge span,
.wc-block-components-product-image
.wc-block-components-product-sale-badge--align-right {
  border-radius: 0;
  min-height: auto;
  min-width: auto;
  text-transform: capitalize;
  top: 20px;
  line-height: 1;
  right: 20px;
  padding: 5px 10px; }

.wc-block-components-product-sale-badge,
.wc-block-components-product-image
.wc-block-components-product-sale-badge--align-right {
  background-color: transparent;
  border: 0;
  padding: 0; }

.wp-block-button.wc-block-components-product-button
.wc-block-components-product-button__button {
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  padding-top: clamp(10px, 3vw, 15px);
  padding-right: clamp(32px, 3vw, 42px);
  padding-bottom: clamp(10px, 3vw, 15px);
  padding-left: clamp(32px, 3vw, 42px); }

.wc-block-mini-cart__footer
.wc-block-mini-cart__footer-actions
.wc-block-mini-cart__footer-cart.wc-block-components-button {
  box-shadow: none; }

.wc-block-product-search .wc-block-product-search__button {
  margin: 0;
  border-radius: 0 45px 45px 0;
  padding: 15px; }
.wc-block-product-search .wc-block-product-search__field {
  border-radius: 45px 0 0 45px;
  padding: 10px; }

.wc-block-product-search .wc-block-product-search__field input {
  border-radius: 45px 0 0 45px; }

.components-base-control.wc-block-product-search__field.input-control {
  padding: 0; }

.wc-block-components-pagination {
  margin-top: 35px; }

.wc-block-components-pagination__page:not(:last-child) {
  margin-right: 10px; }

.footer p {
  font-size: 18px; }

/* --- Footer
-------------------------------------------------------- */
.footer {
  padding-top: var(--wp--custom--spacing--footer-gap);
  padding-bottom: var(--wp--custom--spacing--footer-gap); }
  .footer .bottom-footer {
    padding-top: var(--wp--custom--spacing--footer-gap); }

.upper-footer .wp-block-latest-posts__list li:not(:last-child) {
  padding-bottom: 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid; }

.upper-footer * {
  display: block;
  text-decoration: none; }

.upper-footer time {
  font-size: 12px; }

.wp-block-tnp-minimal p {
  margin-bottom: 20px; }

.footer ul.wp-block-navigation__container > .wp-block-navigation-item a:before {
  bottom: 0;
  width: 100%;
  margin-left: 0; }

.footer-title + p a {
  text-decoration: none; }

.wp-block-latest-posts__list li {
  overflow: hidden; }
  .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
    max-width: 60px;
    float: left;
    margin-right: 15px; }

.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  width: 100%; }

.footer .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link,
.footer .wp-block-navigation__container > .wp-block-navigation-item a {
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%; }

.footer ul.wp-block-page-list {
  padding: 0; }

.footer .wp-block-page-list .wp-block-pages-list__item:not(:last-child),
.footer .wp-block-navigation .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 7px; }

.footer ul.wp-block-social-links {
  margin-left: -9px; }

.wp-block-widget .wp-info-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 14px; }

.wp-block-widget .wp-info-group figure img {
  position: relative;
  top: 8px; }

.featured-post-section .section-heading .is-content-justification-space-between .wp-block-button__link {
  margin: 0;
  padding: 0; }

.featured-post-section .section-heading .is-content-justification-space-between .wp-block-button__link::before {
  display: none; }

.wp-block-tnp-minimal {
  margin-top: var(--wp--style--block-gap) !important; }



/*General CSS*/
body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif !important;
}
h1, h2, h3, h4, h5, .slider-section .wp-block-button__link, p.small-title, .project-section .project-content p, .project-section .wp-block-getwid-tabs__nav-link a, .records-section .wp-block-column p, .team-section .team-content p, .testimonial-section span.wp-block-getwid-testimonial__title, .testimonial-section span.wp-block-getwid-testimonial__subtitle, .blog-section a.gb-block-post-grid-more-link.gb-text-link, .about-content p.hire-text, .archive-blog .wp-block-post-excerpt__more-text a, .search-results .wp-block-post-excerpt__more-text a, header .wp-block-navigation__container > .wp-block-navigation-item a, header .wp-block-page-list > .wp-block-navigation-item a {
  color: #000;
  font-family: 'Poppins','Italiana', sans-serif !important;
}


/*Header Section*/
.header-section {
  padding: 0 !important;
}
.header-section .bottom-header, .bottom-header p, .bottom-header h5, .records-section .wp-block-column p {
  margin: 0 !important;
}
.header-section p.topbar-text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-section .wp-block-navigation ul li {
  align-self: center;
  font-family: 'Poppins' !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
}
.header-section .wp-block-navigation ul li.buy-now-link a {
  padding: 5px 8px;
  background-color: #2805a7 !important;
  color: #fff;
}
.header-section .wp-block-navigation ul {
  gap: 60px;
}

/*Slider Section*/
.slider-section, .slider-section .wp-block-getwid-content-slider-slide__wrapper, .wp-block-getwid-content-slider-slide {
  position: relative;
  overflow: hidden;
}
.slider-section figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.slider-section figure:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: radial-gradient(91.69% 395.05% at 98.62% 33.57%, rgba(0, 0, 0, 0) 1.09%, #000000 89.66%);
}
.slider-section img {
  width: 100%;
}
.slider-section .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  right: 50%;
  z-index: 999;
}
.slider-section .wp-block-button__link {
  margin-top: 20px !important;
  font-weight: 600;
}
.slider-section .wp-block-getwid-content-slider-slide:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 450px;
  left: -17%;
  top: 5%;
  transform: translateY(-95%);
  background: #6222CC;
  opacity: 0.4;
  border-radius: 50px;
  transform: rotate(214deg);
  z-index: 99;
}
.slider-section .wp-block-getwid-content-slider-slide:after {
  content: '';
  position: absolute;
  width: 450px;
  height: 500px;
  left: -23%;
  top: 40%;
  transform: translateY(-60%);
  background: #2805A7;
  opacity: 0.4;
  border-radius: 50px;
  transform: rotate(214deg);
  z-index: 9;
}
.slider-section .slick-next, .slider-section .slick-prev {
  z-index: 999;
  width: auto;
  height: auto;
}
.slider-section .slick-next:before, .slider-section .slick-prev:before {
  font-size: 35px;
  opacity: 1;
}
/*** stacakble css *********/
body.stk--anim-init {
  border-style: none;
  border-width: 1px;
  transition: 0.5s ease-in-out;
}

body.stk--anim-init .stk--has-background-overlay:before,
body.stk--anim-init .stk-block .stk-button:before,
body.stk--anim-init .stk-block .stk-button:after,
body.stk--anim-init .stk-block li::marker,
body.stk--anim-init .stk-block-tabs__tab,
body.stk--anim-init .stk-img-wrapper:before,
body.stk--anim-init .stk-img-wrapper:after {
  border-style: none;
  border-width: 1px;
  transition: 0.5s ease-in-out;
}

body.stk--anim-init .stk-block,
body.stk--anim-init .stk-container,
body.stk--anim-init .stk-container-padding,
body.stk--anim-init .stk-img-wrapper,
body.stk--anim-init .stk-img-wrapper img,
body.stk--anim-init .stk-block-heading__top-line,
body.stk--anim-init .stk-block-heading__bottom-line,
body.stk--anim-init .stk-block-posts__item-hide,
body.stk--anim-init .stk-block-posts__title>a,
body.stk--anim-init .stk-button,
body.stk--anim-init .stk-button__inner-text,
body.stk--anim-init .stk-block li,
body.stk--anim-init .stk-block p,
body.stk--anim-init .stk-block h1,
body.stk--anim-init .stk-block h2,
body.stk--anim-init .stk-block h3,
body.stk--anim-init .stk-block h4,
body.stk--anim-init .stk-block h5,
body.stk--anim-init .stk-block h6,
body.stk--anim-init .stk-block [class*="__text"] {
  border-style: none;
  border-width: 1px;
  transition: 0.5s ease-in-out !important;
}

/******************* Building Theme Css **********************************/
.building-container{
  max-width: 1440px !important;
  margin: 0px auto !important;
}

/* @keyframes parallax {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6vh);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, -0px);
  }
}
.slider-left-col img,.aboutus-section img{
  transform: translate(74px, 10px);
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
} */

/**************** header section css **********************************************/
.header-main-col-one {
  max-width: 1372px !important;
  background: #FF9D02 !important;
  align-items: center !important;
  padding: 8px 0px  !important;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 28px 100%);
  transform: translate(-120px, 0px);
}
.location-call-row {
  margin-left: 80px;
}
.header-new a.gutentor-element-advanced-text-link {
  text-decoration: none;
}
.header-new {
  max-width: 1680px !important;
  align-items: flex-start !important;
  position: fixed;
  width: 100%;
  z-index: 999 !important;
  top: 0px;
  left: unset;
  right: 0;
  animation: slideDown 0.75s ease-out;
}
.logo-img-group {
  background: #D68300;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  clip-path: polygon(0 0, 100% 0%, 75% 99%, 25% 100%);
  height: 134px;
  max-width: 381px;
  width: 100%;
}
.menu-button-row {
  max-width: 956px !important;
  margin: 0px;
  overflow: visible !important;
  box-shadow: 325px -65px 1px -13px #FF9D02;
  background-color: #fff;
  justify-content: end !important;
  position: inherit;
  width: 100%;
  padding: 16px;
}
.menu-button-row::after {
  content: '';
  position: absolute;
  left: 24%;
  background: #173B45;
  height: 85px;
  width: 50px;
  clip-path: polygon(0% 0%, 35% 0%, 100% 106%, 0% 100%);
}
.header-new nav a.current-menu-item {
  color: #FF9D02 !important;
}
#wp-block-search__input-2 {
  position: absolute;
  bottom: 0px;
  right: 0;
  transform: translate(0px, 54px);
  transition: 1s ease-in-out !important;
}

/****************** New Slider section css ***************************************/
.slider-main-col {
  min-height: 815px;
  height: 100%;
  clip-path: polygon(0% 0%, 40% 0%, 80% 100%, 0% 100%);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.slider-heading-stack {
  max-width: 900px !important;
  margin: 0px auto;
}
.slider-left-col {
  position: relative;
}
.slider-trangle-wave-img-group {
  position: absolute;
  top: 0;
  margin: 0px;
  transform: translate(0px, -100px);
}
.slider-curve-line-img-group {
  position: absolute;
  right: 0px;
  top: 40%;
  margin: 0px;
  transform: translate(-130px, 10px);
}
.slider-wave-img-group {
  position: absolute;
  bottom: 0;
  margin: 0px;
  transform: translate(0px, 160px);
}
.slider-upper-line-img-group {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100px, 200px);
  margin: 0px;
}
.new-slider-section::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -31px;
  background: #122E36;
  height: 33px;
  width: 581px;
  clip-path: polygon(0% 0, 100% 2%, 92% 100%, 0% 100%);
}
.wp-block-cover.alignfull.is-light.new-slider-section {
  position: relative;
  overflow: visible !important;
}

/*********************** aboutus section css *******************************************/
.aboutus-circle-img-group {
  position: absolute;
  top: -50px;
  right: 158px;
}
.aboutus-left-img-group {
  position: relative;
}
.aboutus-right-col-img-group {
  position: absolute !important;
  top: 0;
  right: 0;
  transform: translate(0px, -100px);
}
.aboutus-right-col-img-group {
  position: relative;
}
.happy-customer-img-group {
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0px;
  transform: translate(-20px, 0px);
  margin: 0px !important;
}
.years-we-have-img-group {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-20px, 220px);
  margin: 0px !important;
}
.aboutus-left-col{
  position: relative;
}
.abouts-line-img-group {
  position: absolute;
  right: 0;
  top: unset;
  bottom: 0;
  transform: translate(-20px, -100px);
  margin: 0px !important;
}
.wp-block-group.alignfull.aboutus-section{
  overflow: visible !important;
}
.abouts-crene-img-group {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(100px, -350px);
}
/***************** service section css *****************************/
.building-service-post span {
display: none;
overflow: hidden;
}

.building-service-post .gutentor-post-button{
margin: 0px !important;
}

.gutentor-post-button:hover span{
  display: inline-block !important;
  transition: 1s ease-in-out !important; 
}

.building-service-post .gutentor-post-item:hover .wp-post-image {
  filter: brightness(0) saturate(100%) invert(54%) sepia(94%) saturate(744%) hue-rotate(8deg) brightness(103%) contrast(106%) !important;
}

.building-service-post .gutentor-post-image-box{
  overflow: visible !important;
}

.building-service-post .gutentor-image-thumb::after {
  content: '';
  position: absolute;
  left: 0;
  background: #173B45;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  z-index: 00;
  transform: translate(-20px, -20px);
}

.building-service-post .wp-post-image{
  z-index: 999;
  position: relative;
  
}
.building-service-post .gutentor-post-item:hover .gutentor-image-thumb::after {
  background: #FCEEE5 !important;
}
.building-service-post .gutentor-post {
  max-width: 435px;
  width: 100%;
  height: 100%;
}
.what-we-do-section .grid-row {
  width: 100%;
  gap: 0px;
  max-width: 100% !important;
  justify-content: space-between;
}
.building-service-post .grid-container {
  max-width: fit-content;
}
.what-we-do-two-left-col  .gutentor-post{
  padding-left: 0px !important;
}
.what-we-do-main-col-two{
  margin-top: 20px !important;
}
.building-service-post .gutentor-post-item {
  position: relative;
  overflow: visible !important;
  height: 220px;
}
.building-service-post .gutentor-post-button {
  position: absolute;
  bottom: -15px;
}
.bulldozer-contact-form-main-col {
  margin-top: 5rem !important;
  margin-bottom: -16rem !important;
}
.building-form-stack {
  max-width: 1115px !important;
  width: 100% !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
}
.building-form-col {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.building-form {
  max-width: 610px !important;
  width: 100%;
  padding-right: 6rem !important;
}
.bulldozer-img-group {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  transform: translate(-120px, 0px);
}
.building-form-col {
  margin: 12px 0px !important;
}
.gutena-forms-submit-buttons .wp-block-button__link {
  margin: 2px;
}
.name-email-main-col {
  gap: 14px !important;
}
.wp-block-cover.alignfull.what-we-do-section {
  overflow: visible !important;
  position: relative;
}
img.wp-image-80 {
  width: 100%;
}
.what-we-do-line-img-group figure.wp-block-image.size-large {
  max-width: 100% !important;
}
.what-we-do-main-col-one{
  padding-top: 5rem !important;
}
.building-form ::placeholder {
  color: #FFFFFF80 !important;
}
.what-we-do-line-img-group {
  position: absolute;
  top: 0;
  transform: translate(0px, -30px);
}
.building-service-post .wp-post-image{
  animation: rotateAnimation 2s infinite linear, liftUpDown 2s infinite ease-in-out;
}
@keyframes rotateAnimation {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

@keyframes liftUpDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); } /* Lifts up */
  100% { transform: translateY(0); } /* Moves back down */
}
.building-form .wp-block-button__link::after {
  content: '\f176'; 
  position: absolute;
  right: 0;
  top: 50%;
  font-family: 'Font Awesome 5 Free'; 
  font-weight: 900; 
  font-size: 25px;
  color: #002258 !important;
  left: 50px; 
  transform: translate(90px, -50%) rotate(40deg); 
}

.building-form .wp-block-button__link {
  position: relative; 
}
#stk-block-tab-label-32acd56-1 {
  padding: 12px 28px;
}

/*************** Building projects section css ***************************/
.building-renovation-projects-section {
  margin-top: 22rem !important;
}
/* Ensure the parent is relatively positioned */
.const-projects-post .gutentor-post {
  position: relative;
  z-index: 99999;
}

/* Default Icon styling */
.const-projects-post .gutentor-post::after {
  content: '\f06e'; /* Font Awesome icon */
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  font-weight: 100;
  color: #292D32;
  background-color: white !important;
  border-radius: 50%;
  transform: translate(-40px, 30px);
  padding: 8px;
  line-height: 28px;
  z-index: 9; 
  transition: opacity 0.3s ease; 
}

.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block .gutentor-post::after {
  opacity: 0 !important;
}

.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-block-carousel__slide--active + .wp-block-stackable-column.stk-block-column.stk-column.stk-block .gutentor-post::after {
  opacity: 1 !important;
}

.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-block-carousel__slide--active + .wp-block-stackable-column.stk-block-column.stk-column.stk-block {
  max-width: 650px !important;
}

.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block {
  max-width: 340px !important;
  width: 100%;
  height: 100%;
}


.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block .gutentor-post-content {
  opacity: 0 !important;
}

.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-block-carousel__slide--active + .wp-block-stackable-column.stk-block-column.stk-column.stk-block .gutentor-post-content {
  opacity: 1 !important;
}
.projects-heading-stack {
  position: relative;
}
.project-wave-img-group {
  position: absolute;
  top: 0;
  right: 110px;
  margin: 0px !important;
}
.project-trangle-line-img-group {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(60px, -180px);
}
.const-projects-post .gutentor-categories .gutentor-cat-building,
.const-projects-post .gutentor-categories .gutentor-cat-mechanical,
.const-projects-post .gutentor-categories .gutentor-cat-mechanical,
.const-projects-post .gutentor-categories .gutentor-cat-consulting
 {
  color: white !important;
  background: #122E36 !important;
  border-radius: 40px !important;
  font-family: Inter !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
  padding: 8px 24px !important;
}
.const-projects-post .gutentor-post-button {
  position: absolute;
  bottom: -40px;
}
.const-projects-post .gutentor-post-item.gptm-item {
  overflow: visible !important;
  margin-bottom: 30px !important;
}

/*************************why choose us section css *****************************/
.why-choose-us-left-col {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.why-choose-us-right-col {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.why-coose-us-man-img-group {
  transform: translate(0px, 140px);
}
.why-choose-us-section .stk-block-heading__text a {
  color: white;
  text-decoration: none;
}
 
.why-choose-us-section .stk-block-heading__text a:hover{
  color: #FF9D02 !important;
}
.why-choose-us-section .ugb-custom-icon {
  animation: rotateAnimation 2s infinite linear, liftUpDown 2s infinite ease-in-out;
}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes liftUpDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); } /* Lifts up */
    100% { transform: translateY(0); } /* Moves back down */
}


/******************** work process section css *************************/
.work-process-section::after {
  content: '';
  position: absolute;
  bottom: 95px;
  height: 25px;
  width: 100%;
  background: #173B45;
  overflow: visible !important;
  z-index: 9999999;
  transform: skewY(6deg);
}
.work-process-section {
  position: relative;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 73%);
  z-index: 0000000;
  overflow: hidden !important;
}
.work-process-main-col{
  align-items: center !important;
  position: relative;
}
.work-process-lines-img-group {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-180px, 10px);
}
.work-process-trangle-img-group {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(160px, 140px);
}
.step-main-col {
  box-shadow: 0px 4px 24px 0px #FF5F152E;
  background: #ffffff;
  border-radius: 50%;
  padding: 3rem 0rem !important;
  width: 100%;
  max-width: 304px;
  height: 304px;
}
.step-section-main-col {
  justify-content: space-between;
  padding-bottom: 4rem;
}
.step-section {
  margin-top: -12rem !important;
  transform: rotateZ(6deg);
}
.step-heading-stack {
  rotate: -5deg;
}

/************************ counter section css ***************************************/

.counter-wave-img-group{
position: absolute;
left: 0;
top: 0;
transform: translate(-140px, 0px);
}
.building-counter .uagb-counter-block-number {
  color: transparent !important;
  -webkit-text-stroke-width: 1px !important;
  -webkit-text-stroke-color: #002258 !important;
  font-weight: 900 !important;
  font-family: 'Poppins' !important;
}
.building-counter .uagb-counter-block-suffix {
  color: transparent !important;
  -webkit-text-stroke-width: 1px !important;
  -webkit-text-stroke-color: #002258 !important;
  font-weight: 900 !important;
  font-family: 'Poppins' !important;
}

/************************ faq section css *************************************/
.faq-inner-group{
    display: flex;
    justify-content: center !important;
    align-items: center;
    position: relative;
}
.faq-main-col {
  align-items: center !important;
}
.faq-section{
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
}
.faq-trangle-img-group {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0px;
  transform: translate(-200px, 80px);
}
.faq-wave-img-group {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0px;
  transform: translate(200px, -250px);
}


/******************* team section css ************************************/
.team-section .team-bio-stack {
  max-width: 335px;
  width: 100%;
  height: 140px;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  position: absolute;
  bottom: -60px;
  z-index: 9;
  transition: opacity 0.3s ease;
}

 .team-bio-stack:hover{
  background-color: #FFB541 !important;
}
.team-main-col{
  margin-top: 4rem !important;
}
.building-team .stk-image--shape-stretch {
  margin: 0px !important;
}
.building-team {
  position: relative;
}
.building-team  h3.stk-block-heading__text a {
  text-decoration: none;
}
.team-wave-img-group {
  margin: 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform: translate(160px, -60px);
}
.team-trangle-img-group {
  position: absolute;
  margin: 0px;
  left: 0px;
  top: 0px;
  transform: translate(-160px, 30px);
}

/**************** testimonail section css *********************************/
.testi-left-col .testi-slider {
  max-width: 55% !important;
  margin: 0px auto !important;
}
.testi-heading-stack {
  max-width: 573px !important;
  width: 100%;
  margin-bottom: 4rem;
}
.building-testi {
  position: relative !important;
}
.testi-left-col .wp-block-stackable-icon{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-320px, -70px);
}
.testi-right-img-group  img.wp-image-87 {
  height: 1080px;
  object-fit: cover;
  width: 100%;
}
.testi-right-col {
  margin-left: -90px !important;
  z-index: 99;
  margin-top: 70px !important;
}
.testimonial-section{
  box-shadow: none !important;
}
#jane-cooper {
  margin-top: 20px !important;
}



/************************ blog post section ************************************/
.building-blog-post .grid-container {
  max-width: 100%;
}
.building-blog-post .grid-row {
  width: 100%;
}
.building-blog-post .gutentor-image-thumb {
  text-align: center !important;
}
.building-blog-post .gutentor-post .gutentor-categories .post-category {
  font-size: 18px;
  background: #FFB541 !important;
  color: white !important;
  text-transform: capitalize !important;
  line-height: 21px !important;
  font-weight: 800;
  font-family: 'Inter' !important;
  border-radius: 0px !important;
}
.gutentor-post-module .gutentor-post .gutentor-entry-meta div:not(:last-child):before {
  content: "";
display: none !important;
}
.building-blog-post .gutentor-entry-meta.gutentor-entry-meta-primary {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}
.building-blog-post .gutentor-post-item {
  position: relative;
  overflow: visible !important;
}
.building-blog-post a.gutentor-button.gutentor-post-button {
  position: absolute;
  bottom: -40px;
  z-index: 9;
}
.blog-inner-group {
  position: relative;
}
.blog-trangle-img-group {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
}
.blog-wave-img-group {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 0px !important;
  transform: translate(-90px, -40px);
}
.blog-heading-stack {
  margin-bottom: 5rem !important;
}
.building-blog-post .wp-post-image {
  height: 346px;
  width: 100%;
  object-fit: cover;
}
.author.vcard a {
  color: #002258 !important;
}
.building-blog-post .gutentor-post-item::after {
  content: '';
  position: absolute;
  bottom: -12px;
  background: #000000;
  width: 96%;
  height: 1px;
  opacity: 10%;
}
/*********************** newsletter section css ***************************************/
.building-newsletter .field-group-type-email {
  max-width: 442px;
  width: 100% !important;
  margin: 0px !important;
}
.building-newsletter {
  display: flex;
  justify-content: flex-start;
  align-items: center !important;
  gap: 8px;
  max-width: 600px;
  width: 100%;
}

.newsletter-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  position: relative;
}
.newsletter-truck-img-group {
  position: absolute;
  right: 0;
}
.newsletter-inner-group {
  display: flex !important;
  justify-content: flex-start;
  align-items: center !important;
  clip-path: polygon(0 0, 85% 0, 75% 100%, 0% 100%);
  position: relative;
  z-index: 9 !important;
}
.newsletter-trangle-img-group {
  position: absolute;
  margin: 0px;
  right: 0px;
  transform: translate(30px, 0px);
}
.newsletter-main-col {
  margin-left: 0px !important;
  padding-left: 5rem;
}
.newsletter-truck-img-group {
  position: absolute;
}
.newsletter-truck-img-group figure{
  position: relative;
  right: 80px;
  top: -450px;
  margin: 0px;
  z-index: 99;
}
.newsletter-section{
  margin-bottom: -8rem !important;
  margin-top: 5rem !important;
}
/******************************************* footer section css ***************************/
.footer-inner-group {
  overflow: visible !important;
}
.footer-section a.gutentor-element-advanced-text-link {
  text-decoration: none;
}
.copyright-row {
  padding-top: 20px !important;
  margin-top: 6rem !important;
}
#privacy-terms-amp-conditions-support {
  width: 50%;
  text-align: end;
}
#copyright-2019-all-rights-reserved-by-valid-themes {
  width: 50%;
}
.footer-main-col {
  gap: 0px;
  padding-top: 12rem !important;
}
.other-info-links-main-col {
  gap: 200px !important;
}
.wp-block-cover.alignfull.footer-section {
  z-index: 00000000000;
  overflow: visible !important;
}
.two-menu-row {
  column-gap: 100px!important;
}

/*************************************** Other page css ***********************************/
.discount-stack-inner {
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #FFB541 100%) 0% 0% no-repeat padding-box;
  border-radius: 37px;
  max-width: 350px;
  width: 100%;
  padding: 3rem;
  opacity: 0.9;
  backdrop-filter: blur(0px);
}
.page-template-aboutus-page .team-section {
  margin-bottom: 10rem;
}
.page-template-tour-page .contact-us-section {
  margin-bottom: 10rem;
}
.contact-us-page-col {
  box-shadow: 0px 4px 44px 0px #0000001C;
}
.page-template-contact .contact-us-section {
  margin-bottom: 10rem !important;
  margin-top: 0rem !important;
}
img.wp-image-8 {
  height: 690px !important;
  object-fit: cover;
  border-radius: 0px !important;
}
.icon-heading-row {
  max-width: 600px !important;
  width: 100%;
}
.usb-row {
  max-width: 600px !important;
}
.car-left-col .wp-block-stackable-subtitle {
  max-width: 720px;
}
.car-heading-row {
  margin-bottom: 3rem !important;
  max-width: 1440px !important;
  width: 100%;
}
.car-page-section-two{
  margin-bottom: 180px !important;
}
.inner-disount-section {
  margin-top: 120px !important;
}
.aboutus-new-page-left-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header-img h2.has-text-align-center.has-text-color.has-foreground-color.wp-block-post-title.has-post-title-font-size {
  color: white !important;
}
.page-template-tour-page .wp-block-cover.alignfull.why-choose-us-section {
  margin-top: 4rem !important;
}

/******************* Woocommerce css *******************************************/
.woocommerce button.button.wp-element-button {
  background: #F5054A !important;
  color: white !important;
  font-family: 'Poppins' !important;
  font-size: 18px !important;
  line-height: 21px !important;
  font-weight: 600 !important;
  letter-spacing: 0px !important;
}
.tour-page-section a.added_to_cart.wc-forward.gutentor-button.button {
  width: fit-content;
  margin: 0px auto;
  margin-top: 12px;
  margin-bottom: 12px !important;
}

/******** back-to-top-button **************/

.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  background-color: #1F9DD8;
  color: #DE3654;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s !important;
  scroll-behavior: smooth !important;
  background: none;
  /* z-index: 99; */
}

.back-to-top:hover {
 background: none;
  box-shadow: 0px 0px 16px 0px #0000001A;

}

@media screen and (max-width: 768px) {
  .back-to-top {
      font-size: 14px;
  }
}
/********************* service page css ***************************/
.tour-page-main-col {
  gap: 90px !important;
}
.tour-page-section {
  padding: 90px 0px !important;
}
.header-img {
  padding: 170px 0px !important;
}

/***************** portfolio page css ***********************************/

.portfolio-section-left-col-group-button-row {
  flex-wrap: wrap !important;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  gap: 30px;
  row-gap: 12px;
 

}
.portfolio-section-left-col-group {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.why-us-right-col {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;

}
.why-us-main-col {
  gap: 60px;
}

/******************* single blog page css ********************************/
.single-blog-page-img .wp-block-post-featured-image {
  max-width: 100%;
}





/*About Section*/
.about-section {
  position: relative;
}
.about-section p.small-title:after {
  left: auto;
  right: 0;
  transform: none;
}
.about-section .about-content {
  position: relative;
  z-index: 999;
  left: 0;
  background: #fff;
  padding: 35px 35px 35px 60px;
  flex-basis: 60%;
  position: relative;
}
.about-section .about-content:after {
  content: '';
  width: 65px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -64px;
  z-index: 99;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.about-content p.hire-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -150px;
  z-index: 999;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  padding: 20px;
  margin: 0 !important;
}
.about-section .about-content h3 {
  margin-bottom: 15px !important;
}
.about-section .about-content p, .about-section .about-content ul {
  margin-top: 10px;
  font-weight: 300;
}
.about-section .about-content ul {
  text-align: right;
}
.about-section .about-content ul li {
  list-style: none;
  font-size: 15px;
  padding: 0;
  position: relative;
  color: #000;
  font-weight: 400;
}
.about-section .about-content ul li:after {
  content: '\f00c';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #2805A7;
  display: inline-block;
  margin-left: 10px;
}
.about-section .about-content .wp-block-button__link {
  margin-top: 20px;
  font-weight: 500 !important;
}
.about-section figure {
  text-align: right;
  position: relative;
  margin-left: -40%;
}
.about-section figure img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}

/*Service Section*/
p.small-title, .project-section .project-content p, .team-section .team-content p {
  position: relative;
}
p.small-title:after, .project-section .project-content p:after, .team-section .team-content p:after {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2805a7;
}
.service-section .service-box {
  border-radius: 5px;
}

/*Project Section*/
.project-section .wp-block-getwid-tabs__tab-content {
  padding: 0;
  border: 0;
}

.project-section .project-box, .team-section .team-box {
  position: relative;
}
.project-section .project-content, .team-section .team-content {
  padding: 15px;
  border-radius: 0 0 10px 10px;
  background-color: rgb(40 5 167 / 70%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.project-section .project-box:hover .project-content, .team-section .team-box:hover .team-content {
  opacity: 1;
}
.project-section .project-content p:after, .team-section .team-content p:after {
  left: 0;
  transform: none;
  background-color: #fff;
  bottom: 0;
}
.project-section .project-content p, .team-section .team-content p {
  margin: 0 0 5px;
}
.project-section ul.wp-block-getwid-tabs__nav-links {
  background-color: #FAFAFA;
  border-radius: 30px;
  max-width: max-content;
  padding: 0 15px;
  margin: 0 auto 35px;
}
.project-section .wp-block-getwid-tabs__nav-link {
  border: 0;
  background-color: transparent;
  padding: 0 10px;
}
.project-section .wp-block-getwid-tabs__nav-link a {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  padding: 10px 0 !important;
  border-bottom: 2px solid transparent;
}
.project-section .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
  color: #6222cc;
  border-bottom: 2px solid #6222cc;
}

/*Video Section*/
.video-section p {
  max-width: 500px;
  margin: 0 auto;
}

/*Testimonial Section*/
.testimonial-section {
  position: relative;
  overflow: hidden;
 
}
.testimonial-section p.wp-block-getwid-testimonial__content {
  font-size: 14px;
  color: #000;
}
.testimonial-section p.small-title:after {
  left: 0;
  transform: none;
}
.testimonial-section span.wp-block-getwid-testimonial__title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.testimonial-section span.wp-block-getwid-testimonial__subtitle {
  color: #000;
  font-size: 14px;
}
.testimonial-section .slick-prev, .testimonial-section .slick-next {
  width: auto;
  height: auto;
  right: 0;
  left: auto;
  top: -20px;
}
.testimonial-section .slick-prev:before, .testimonial-section .slick-next:before {
  font-size: 25px;
  opacity: 1;
}
.testimonial-section .slick-prev {
  margin-right: 30px;
}
/* .testimonial-section:before, .testimonial-section:after {
  content: '';
  width: 100px;
  height: 100px;
  border: 30px solid rgb(40 5 167 / 5%);
  position: absolute;
  left: -75px;
  top: -75px;
  border-radius: 50%;
} */
/* .testimonial-section:after {
  width: 300px;
  height: 300px;
  left: -160px;
  top: auto;
  bottom: -160px;
} */

/*Blog Section*/
.blog-section p {
  margin-top: 0;
}
.blog-section .gb-post-grid-item{
  position: relative;
  margin-bottom: 25px !important;
}
.blog-section .gb-post-grid-item img {
  height: auto;
  border-radius: 10px;
}
.blog-section .gb-block-post-grid-title {
  text-transform: capitalize;
  font-size: 20px !important;
}
.blog-section h3.gb-block-post-grid-title a, .blog-section h3.gb-block-post-grid-title a:hover {
  color: #000;
  text-decoration: none ;
}
.blog-section .gb-post-grid-item p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}
.blog-section .gb-block-post-grid-byline {
  margin-bottom: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 99;
  font-size: 15px;
}
.blog-section .gb-block-post-grid-byline time {
  color: #000;
  font-size: 10px;
  padding: 5px 8px;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #6222CC;
}
.blog-section a.gb-block-post-grid-more-link.gb-text-link {
  background-color: transparent;
  color: #000;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.blog-section a.gb-block-post-grid-more-link.gb-text-link:hover {
  background-color: transparent;
  text-decoration: none;
}
.blog-section .wp-block-button__link, .newsletter-section .wp-block-button__link {
  font-weight: 600 !important;
  margin-top: 0 !important;
}

/*newsletter-section*/
.newsletter-section .wp-block-button__link {
  padding: 8px 22px !important;
}
.newsletter-section .wp-block-button__link :hover{
transform: translateY(0px) !important;
}
.newsletter-section .wp-block-gutena-field-group {
  width: 75%;
}

/*Footer Section*/
.footer-section .wp-block-navigation__container .wp-block-navigation-item a:hover  {
  color: #FF9D02 !important  ;
  background-color: transparent;
}
.footer-section .wp-block-navigation__container {
  gap: 10px;
}
.footer-section .wp-block-columns, .footer-section p.wp-block-getwid-field-email, .footer-section .wp-block-getwid-contact-form__submit, .footer-section .wp-block-getwid-contact-form__submit .wp-block-button__link {
  margin: 0;
}
.footer-section p, .footer-section .wp-block-navigation {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/*About Page*/
.page-template-about main#wp--skip-link--target {
  padding: 0 !important;
}
.about-header-img, .header-img {
  text-align: center;
}
.wp-block-group.aboutus-page, .contact-page, .tour-page {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.aboutus-page figure img {
  width: 100%;
}

/*Contact Page*/
.contact-page .contact-details .wp-block-column {
  border-radius: 10px;
}
.contact-page .contact-details h4, .contact-page .contact-details p, .get-col .wp-block-getwid-contact-form__submit .wp-block-button__link {
  margin-top: 0;
}
.contact-details i.fas.fa-phone {
  transform: rotateY(180deg);
}
.contact-details i.fas.fa-phone:after {
  left: 52%;
}
.wp-block-columns.get-col  {
  gap: 0 !important;
}
.get-col form.wp-block-getwid-contact-form__form label {
  color: #fff;
}
.get-col form.wp-block-getwid-contact-form__form input {
  border: 0;
}
.get-col .wp-block-getwid-contact-form__submit .wp-block-button {
  text-align: center;
}
.get-col .wp-block-getwid-contact-form__submit .wp-block-button__link {
  border-radius: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 600;
}
.get-col figure, .get-col figure img {
  width: 100%;
  height: 100%;
}

/*Archive Page*/
.archive-blog .wp-block-post-template figure, .search-results .wp-block-post-template figure {
  margin-bottom: 15px;
}
.archive-blog li.wp-block-post, .search-results li.wp-block-post {
  position: relative;
  height: max-content;
}
.archive-blog h4.wp-block-post-title, .search-results h4.wp-block-post-title {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize !important;
}
.archive-blog h4.wp-block-post-title a,.archive-blog h4.wp-block-post-title a:hover, .search-results h4.wp-block-post-title a,.search-results h4.wp-block-post-title a:hover {
  color: #000;
  text-decoration: none;
}
.archive-blog .wp-block-post-excerpt, .search-results .wp-block-post-excerpt {
  margin: 0;
}
.archive-blog .wp-block-post-date, .search-results .wp-block-post-date {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #6222CC;
}
.wp-block-post-date {
  display: inline-block;
}
.archive-blog .wp-block-post-excerpt__more-text, .search-results .wp-block-post-excerpt__more-text {
  margin-top: 10px;
}
.archive-blog .wp-block-post-excerpt__more-text a, .search-results .wp-block-post-excerpt__more-text a {
  background-color: transparent;
  color: #000;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.archive-blog .wp-block-post-excerpt__more-text a:before, .search-results .wp-block-post-excerpt__more-text a:before {
  display: none;
}
.archive-blog .wp-block-post-excerpt__more-text a:hover, .search-results .wp-block-post-excerpt__more-text a:hover {
  color: #3f3f3f;
}
nav.wp-block-query-pagination {
  border-top: 0;
  padding-top: 0;
  gap: 0;
  margin: 0 !important;
}
nav.wp-block-query-pagination .page-numbers {
  width: 40px;
  height: 40px;
  color: #fff;
}
.wp-block-query-pagination-previous, .wp-block-query-pagination-next {
  padding: 7px 15px;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1px;
  align-self: flex-start;
}




@media screen and (max-width: 768px) and (min-width: 720px) {
  .bottom-header  {
    flex-wrap: nowrap !important;
  }
  .chooseus-section {
    padding: 5em !important;
  }
  .chooseus-section .choose-box .wp-block-column:first-child {
    flex-basis: 85% !important;
  }
  .chooseus-section .choose-box .wp-block-column:nth-child(2) {
    flex-basis: 8% !important;
  }
  .chooseus-section figure {
    position: static;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) .feature-box, .wp-block-columns:not(.is-not-stacked-on-mobile) .service-box, .wp-block-columns:not(.is-not-stacked-on-mobile) .project-box, .records-section .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column, .wp-block-columns:not(.is-not-stacked-on-mobile) .team-box {
    flex-basis: 47% !important;
  }
  .footer-section .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column {
    flex-basis: 45% !important;
  }
  .archive-blog li.wp-block-post, .search-results li.wp-block-post {
    width: 43% !important;
  }
  .about-section .about-content {
    flex-basis: 85%;
  }
}
@media screen and (max-width: 720px) {
  .slider-section h1, .slider-section p,.slider-section .wp-block-getwid-content-slider-slide:after, .slider-section .wp-block-getwid-content-slider-slide:before, .new-aboutus-section .feature-box:after, .about-section .about-content:after, .records-section .wp-block-columns:before, .records-section .wp-block-columns:after {
    display: none;
  }
  .about-section, .newsletter-section .wp-block-group {
    flex-wrap: wrap !important;
  }
  .slider-section .slider-content {
    left: 17%;
    right: 17%;
  }
  .footer-section .wp-block-columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slider-section .slick-next:before, .slider-section .slick-prev:before {
    font-size: 20px;
  }
  .about-section .about-content {
    flex-basis: 100% !important;
  }
  .about-content p.hire-text {
    position: static;
    transform: none;
    margin: 15px 0 0 auto !important;
  }
  .chooseus-section {
    padding: 5em 2em !important;
  }
  .chooseus-section .choose-box .wp-block-column:first-child, .bottom-header.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:first-child {
    flex-basis: 80% !important;
  }
  .chooseus-section .choose-box .wp-block-column:nth-child(2), .bottom-header.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:nth-child(2) {
    flex-basis: 12% !important;
  }
  .chooseus-section .wp-block-column, .testimonial-section h3 {
    padding: 0 !important;
  }
  .chooseus-section figure {
    position: static;
  }
  .testimonial-section {
    padding: 2em !important;
  }
  .footer-section {
    padding: 0 2em !important;
  }
  .newsletter-section .wp-block-gutena-field-group, .newsletter-section .wp-block-button__link, .newsletter-section .wp-block-buttons.gutena-forms-submit-buttons, .newsletter-section .wp-block-button.gutena-forms-submit-button {
    display: block !important;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .chooseus-section .choose-box .wp-block-column:first-child {
    flex-basis: 70% !important;
  }
  .chooseus-section .choose-box .wp-block-column:nth-child(2) {
    flex-basis: 15% !important;
  }
}












/* --- Block Media Quries
-------------------------------------------------------- */
/* --- > Media Queries
-------------------------------------------------------- */
/* --- > 600px
-------------------------------------------------------- */
@media screen and (min-width: 37.5em) {
  .post-navigation-link-next {
    margin-top: 0; }

  .wp-group-author figure.wp-block-image {
    margin-bottom: 0; }

  .header
  .wp-block-navigation
  .wp-block-navigation__container
  > li
  > .wp-block-navigation-item__content,
  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item__content {
    padding: 10px 5px; }

  .wp-block-columns.testimonial-columns.testimonial-three-columns
  > .wp-block-column:not(:last-child) {
    margin-bottom: 0px; }

  .testimonial-two-columns .wp-block-building-renovation-pro-pro-testimonial .wp-group-author,
  .testimonial-two-columns .wp-block-building-renovation-pro-testimonial .wp-group-author {
    margin-left: 0; }

  .wp-block-columns.testimonial-two-columns
  .wp-block-building-renovation-pro-pro-testimonial
  .wp-group-content:after,
  .wp-block-columns.testimonial-two-columns
  .wp-block-building-renovation-pro-testimonial
  .wp-group-content:after {
    left: 35px; }

  .wp-block-centered-menu .wp-block-navigation {
    text-align: left; } }
/* --- > 601px
-------------------------------------------------------- */
@media screen and (min-width: 37.5625em) {
  footer .wp-block-site-generator p {
    text-align: left; }
  footer .wp-block-site-generator nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .hero-title {
    padding-left: 15%; }

  .wp-block-fse-pro-header-search .search-container,
  .wp-block-fse-pro-header-social .social-container {
    right: 0;
    width: 400px;
    left: auto;
    transform: none; }

  .wc-block-grid.has-3-columns .wc-block-grid__product {
    width: calc(33.33333% - 1.6em); }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0 8% 0 8%; }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
  .wp-block-media-text__content {
    padding-left: 0; }

  .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right)
  .wp-block-media-text__content {
    padding-right: 0; }

  .is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 0; }

  .fse-slider-wrapper:hover .tns-control > button.tns-prev,
  .fse-slider-wrapper:focus .tns-control > button.tns-prev {
    left: 30px; }

  .fse-slider-wrapper:hover .tns-control > button.tns-next,
  .fse-slider-wrapper:focus .tns-control > button.tns-next {
    right: 30px; } }
/* --- > 768px
-------------------------------------------------------- */
@media screen and (min-width: 48em) {
  .header-media .wp-block-cover {
    height: calc(100vh - 120px); }

  .stats-section .wp-block-columns {
    flex-wrap: wrap !important; }

  .stats-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 45% !important; }

  .testimonial-content .testimonial-content-group {
    margin-left: -35px;
    margin-top: 35px; }

    .wp-block-search .wp-block-search__inside-wrapper, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
      padding: 14px 6px;
      padding-left: 0px !important;
  }

  .wp-site-header {
    padding: 28px 0; }

  .hero-content .wp-block-columns {
    gap: 20px; }

  .hero-content .section-title {
    padding-right: 8%; }

  .slider [class*="vertical-right-"] .swiper-pagination,
  .slider .horizontal-inside-slider-bottom-right .swiper-pagination,
  .slider .horizontal-outside-slider-bottom-right .swiper-pagination {
    right: 50px; }

  .slider [class*="vertical-left-"] .swiper-pagination {
    left: 50px; }

  .wp-block-navigation__responsive-container-open
  + .wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
    right: 0; }

  .services-section .wp-block-columns .wp-block-column h4 {
    margin-block-start: 35px; }

  .event-section .wp-block-columns {
    flex-direction: row; }
    .event-section .wp-block-columns .wp-block-column:not(:last-child) {
      padding-bottom: 0; }
    .event-section .wp-block-columns .wp-block-column {
      border-bottom: 0; } }
/* --- > 782px
-------------------------------------------------------- */
@media screen and (min-width: 48.875em) {
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    right: auto; }

  .testimonial-section .author-thumbnail figure {
    padding-top: 60px;
    padding-left: 60px; }

  .wp-block-sidebar-on-right .wp-block-column-sidebar {
    padding-left: var(--wp--custom--spacing--wp-block-sidebar); }

  .wc-block-grid.has-3-columns .wc-block-grid__product {
    width: calc(33.33333% - 1.8em); }

  .wp-block-sidebar-on-left .wp-block-column-sidebar {
    padding-right: var(--wp--custom--spacing--wp-block-sidebar); }

  .wp-block-footer .wp-block-widget,
  .wp-block-footer .wp-block-widget:not(:last-child),
  .wp-block-columns > .wp-block-column {
    margin-bottom: 0; }

  .hero-content .hero-title h2 {
    font-size: 220px; }
    .hero-content .hero-title h2 mark {
      font-size: 120px; }

  .wp-block-columns > .wp-block-column {
    margin-bottom: 0; }

  .wp-block-footer
  .wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container) {
    bottom: 100%;
    top: unset; }

  .wp-block-footer
  .wp-block-navigation
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container {
    bottom: 0; }

  .wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-icon svg {
    margin-bottom: 3px;
    transform: rotate(180deg); }

  .testimonial-section .wp-block-columns {
    padding-right: 0px; } }
/* --- > 1024px
-------------------------------------------------------- */
@media screen and (min-width: 64em) {
  .content > .video-play > span {
    padding-left: 14px; }

  .testimonial-content .testimonial-content-group {
    margin-left: -70px;
    padding: 56px;
    margin-top: 56px;
    margin-bottom: 30px; }

  .hero-content .hero-title h2 {
    font-size: 300px; }
    .hero-content .hero-title h2 mark {
      font-size: 190px;
      margin-top: -15px; }

  .testimonial-section .testimonial-image {
    width: 55%; }

  .testimonial-section .testimonial-content {
    width: 45%; }

  .testimonial-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto;
    flex-grow: 1; }

  .hero-content .section-heading {
    margin-top: 30px; }

  .wp-block-fse-pro-popup-video #myBtn {
    height: 120px;
    width: 120px; }

  .wp-block-navigation .wp-block-navigation__submenu-container {
    opacity: 0;
    visibility: hidden; }

  .wp-block-navigation-item:hover .wp-block-navigation__submenu-container, .wp-block-navigation-item:focus .wp-block-navigation__submenu-container {
    transform: translateY(0); }

  .footer .wp-block-navigation .wp-block-navigation__submenu-container {
    color: inherit;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: normal;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
    width: auto;
    height: auto;
    overflow: hidden;
    bottom: 0%;
    padding: 14px;
    left: 100%;
    max-height: max-content;
    top: unset; } }
/* --- > 1200px
-------------------------------------------------------- */
@media screen and (min-width: 75em) {
  .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: inherit; }

  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    margin: 0;
    padding: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
  }

  .contact-section .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0 8% 0 10%; }

  ul.wp-block-navigation__container > .wp-block-navigation-item.current-menu-item a:before,
  .wp-block-page-list > .wp-block-navigation-item.current-menu-item a:before,
  ul.wp-block-navigation__container > .wp-block-navigation-item a:hover:before,
  .wp-block-page-list > .wp-block-navigation-item a:hover:before {
    opacity: 1;
    visibility: visible;
    background-color: var(--wp--preset--color--foreground); }

  .wp-block-page-list > .wp-block-navigation-item a:hover,
  .wp-block-page-list > .wp-block-navigation-item a:hover,
  .wp-block-navigation__container > .wp-block-navigation-item a:hover,
  .wp-block-navigation__container > .wp-block-navigation-item a:focus {
    color: var(--wp--preset--color--foreground);
    /* background-color: #fff; */
    transform: none;
    -webkit-transform: none;
    color: #211C6A !important;
  }

  .header-media .wp-block-cover {
    height: calc(100vh - 132px); }

  .wp-block-cover.wp-block-cta-with-video {
    min-height: 560px; }

  .wp-block-stats-content p {
    font-size: 20px; }

  .wp-site-header .wp-header-row > .wp-block-group.site-section {
    width: 30%;
    padding: 0 21px; }

  .wp-site-header .wp-header-row > .wp-block-group {
    width: 35%;
    gap: 0; }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none; }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block; }

  .wp-block-social-link-anchor svg {
    font-size: 16px; }

  .wp-header-row .wp-block-social-links {
    display: flex;
    gap: 0; }

  .wp-site-header .wp-header-row .wp-header-search-social {
    display: flex;
    justify-content: end; }

  .wp-site-header {
    padding: 35px 0;
    margin: 0 -35px; }

  .testimonial-content .testimonial-content-group {
    padding: 80px; }

  .wp-block-cover.cta-section {
    min-height: 500px; } }



/* --- > 1600px
-------------------------------------------------------- */
@media screen and (min-width: 100em) {
  .wp-block-cover.wp-block-cta-with-video {
    min-height: 700px; }

  .contact-section .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-left: 11%; }

  .services-section .wp-block-columns .wp-block-column h4 {
    margin-block-start: 42px; }

  .wp-block-fse-pro-popup-video #myBtn {
    height: 150px;
    width: 150px; }

  .testimonial-content .testimonial-content-group {
    padding: 120px;
    margin-left: -91px;
    margin-top: 63px; } }
/* --- Block Color
-------------------------------------------------------- */
/* Foreground color */
.wc-block-components-pagination__page:hover,
.wc-block-components-pagination__page:focus,
.woocommerce ul.products li.product .onsale,
.wc-block-components-product-sale-badge span,
.woocommerce #respond input#submit,
.wc-block-components-button:not(.is-link).outlined,
.wc-block-components-button:not(.is-link).outlined span,
.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover,
.wp-block-post-excerpt__more-link,
.wc-block-pagination-page--active.wc-block-components-pagination__page--active,
.woocommerce button.button,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce .woocommerce-message a,
.tnp.tnp-subscription .tnp-field input[type="submit"],
.wc-block-product-search .wc-block-product-search__button,
.wp-block-navigation__responsive-container-open,
.wp-block-section.contact-section
.wp-block-button.is-style-outline
.wp-block-button__link,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce ul.products li.product .button,
.wp-block-navigation__responsive-container-close,
.testimonial-section .content:before,
.testimonial-section .author-desc .author-name,
.slider .swiper-pagination span,
.fse-slider-wrapper .swiper-button,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-previous:focus,
.testimonial-three-columns
.wp-block-building-renovation-pro-pro-testimonial
.wp-group-content:before,
.testimonial-three-columns
.wp-block-building-renovation-pro-testimonial
.wp-group-content:before,
.contact-section .wp-block-cover__inner-container h2,
.contact-section
.wp-block-button.is-style-building-renovation-pro-button
.wp-block-button__link,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.contact-right-layout a:hover,
.contact-right-layout a:focus,
.wp-block-footer.wp-block-site-generator a,
.wp-block-latest-posts li a:hover,
.wp-block-latest-posts li a:focus,
.wp-block-post-excerpt__more-link,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-page-list > .wp-block-navigation-item.current-menu-item a,
.wp-block-navigation__container > .wp-block-navigation-item.current-menu-item a,
.wp-block-button.is-style-building-renovation-pro-button .wp-block-button__link,
.wp-block-button__link.is-style-outline:not(.has-background):hover,
.footer .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link:hover,
.footer .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link:focus,
.footer .wp-block-navigation__container > .wp-block-navigation-item a:hover,
.footer .wp-block-navigation__container > .wp-block-navigation-item a:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus {
  color: black }

.nav-row
.social-container
.wp-block-social-links:not(.is-style-logos-only)
.wp-block-social-link
.wp-block-social-link-anchor
svg:hover svg, .nav-row
.social-container
.wp-block-social-links:not(.is-style-logos-only)
.wp-block-social-link
.wp-block-social-link-anchor
svg:focus svg,
.nav-row
.social-container
.wp-block-social-links
.wp-block-social-link
.wp-block-social-link-anchor:hover svg,
.nav-row
.social-container
.wp-block-social-links
.wp-block-social-link
.wp-block-social-link-anchor:focus svg {
  fill: var(--wp--preset--color--foreground); }

.wp-block-button__link,
.wp-block-search__button,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):focus,
.wp-block-query-pagination-numbers .page-numbers:not(.dots).current,
.wp-block-button.is-style-fill .wp-block-button__link,
.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.is-style-outline > .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button.is-style-building-renovation-pro-button .wp-block-button__link::before,
.wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link::before {
  background-color: var(--wp--preset--color--foreground); }

.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.is-style-outline > .wp-block-button__link:not(.has-text-color):focus {
  border-color: var(--wp--preset--color--foreground); }

/* Background color */
body,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.swiper-pagination-bullet:after,
.wp-block-post-meta > div:not(:first-child):before,
.entry-meta > div:not(:first-child):before,
.woocommerce ul.products li.product .button,
.testimonial-section .content:before,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.tnp.tnp-subscription .tnp-field input[type="submit"],
.fse-slider-wrapper .swiper-button,
[class*="horizontal-outside-slider-"]
.swiper-pagination
span.swiper-pagination-bullet,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce #respond input#submit,
.woocommerce .woocommerce-message a,
.wc-block-components-button:not(.is-link).outlined,
.woocommerce button.button,
.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover,
.woocommerce ul.products li.product .onsale,
.wc-block-components-product-sale-badge span,
.wc-block-product-search .wc-block-product-search__button,
.wc-block-components-pagination__page:hover,
.wc-block-components-pagination__page:focus,
.wp-service-icon::before,
.footer .wp-block-navigation .wp-block-navigation__submenu-container,
.wp-block-fse-pro-popup-video .content:hover #myBtn:after,
.wc-block-pagination-page--active.wc-block-components-pagination__page--active,
.wp-block-section.wp-block-logo,
.footer .wp-block-navigation:not(.has-background)
.wp-block-navigation__submenu-container,
.wp-block-section:not(:nth-of-type(even)).wp-block-logo,
.wp-block-search.wp-block-search__button-inside
.wp-block-search__inside-wrapper
.wp-block-search__button {
  background-color: var(--wp--preset--color--background); }

.wp-block-button__link,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
.wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search.wp-block-search__button-inside
.wp-block-search__inside-wrapper
.wp-block-search__button {
  color: var(--wp--preset--color--background); }

/* Secondary Background color */
.footer,
.woocommerce span.onsale,
.wp-block-section:not(:nth-of-type(even)),
.wp-block-navigation:not(.has-background)
.wp-block-navigation__submenu-container,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wc-block-grid__product-onsale,
.wp-block-search .wp-block-search__inside-wrapper,
.wp-block-search.wp-block-search__button-inside
.wp-block-search__inside-wrapper,
.wp-block-fse-pro-header-search .search-container,
.wp-block-navigation:not(.has-background)
.wp-block-navigation__responsive-container.is-menu-open,
.wc-block-mini-cart__button span.wc-block-mini-cart__badge,
.wp-block-fse-pro-header-social .wp-block-social-links {
  background-color: white; }

/* Tertiary Background Color */
.newsletter-section
.is-style-outline
> .wp-block-button__link:not(.has-background):hover,
.newsletter-section
.is-style-outline
> .wp-block-button__link:not(.has-background):focus,
.newsletter-section .is-style-fill .wp-block-button__link {
  background-color: var(--wp--preset--color--tertiary-bg-color); }

.newsletter-section .is-style-building-renovation-pro-button .wp-block-button__link:hover,
.newsletter-section .is-style-building-renovation-pro-button .wp-block-button__link:focus,
.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--wp--preset--color--tertiary-bg-color); }

/* Body Color */
.wp-site-blocks figure figcaption,
figure figcaption,
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-code > code,
.footer .wp-block-navigation__container > .wp-block-navigation-item a,
.wp-block-navigation .wp-block-navigation__submenu-icon,
.wp-block-page-list > .wp-block-navigation-item a,
.wp-block-navigation__container > .wp-block-navigation-item a,
.wp-block-widget-area .wp-block-latest-posts__post-date,
.wp-block-widget-area .wp-block-latest-posts__list > li > a:hover,
.wp-block-widget-area .wp-block-latest-posts__list > li > a:focus,
.wp-block-post-title a:hover,
.wp-block-post-title a:focus,
.taxonomy-category.wp-block-post-terms > a,
.taxonomy-post_tag.wp-block-post-terms > a,
.wp-block-post-date a {
  color: var(--wp--preset--color--body-text); }

a:hover, a:focus,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.comment-metadata a:hover,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
.comment-metadata a:focus,
a.comment-reply-link:hover,
a.comment-reply-link:focus,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments .comment-metadata a:hover,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments .comment-metadata a:focus,
.wp-block-navigation__responsive-container-open:hover,
.wp-block-navigation__responsive-container-open:focus,
.wp-block-navigation__responsive-container-close:hover,
.wp-block-navigation__responsive-container-close:focus,
.wp-block-post-comments .comment-metadata a:hover,
.wp-block-post-comments .comment-metadata a:focus,
.tnp.tnp-subscription-minimal input.tnp-submit:hover,
.tnp.tnp-subscription-minimal input.tnp-submit:focus,
.wp-block-footer.wp-block-site-generator a:hover,
.wp-block-footer.wp-block-site-generator a:focus,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:focus {
  color: var(--wp--preset--color--body-text); }

/* Secondary Text Color */
.wp-site-header svg,
header svg,
.social-controller svg,
.nav-row
.wp-block-social-links
.wp-block-social-link
.wp-block-social-link-anchor
svg,
.footer .wp-block-navigation__responsive-container-close svg,
.footer .wp-block-navigation__responsive-container-open svg,
.search-controller svg {
  fill: var(--wp--preset--color--secondary-text-color); }

.wp-block-quote cite,
.wp-block-pullquote cite,
.wp-block-navigation:not(.has-background)
.wp-block-navigation__submenu-container {
  color: var(--wp--preset--color--secondary-text-color); }

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
ins {
  background-color: var(--wp--preset--color--secondary-text-color); }

/* Tertiary color */
.tnp.tnp-subscription-minimal form,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:focus,
.wp-block-quote footer {
  color: var(--wp--preset--color--tertiary-text-color); }

/* Border Color */
.wc-block-grid__product-onsale,
.woocommerce-info,
.wp-block-post-comments input[type="submit"],
.wc-block-product-search .wc-block-product-search__field input,
.wc-block-product-search .wc-block-product-search__field,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments textarea,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments
input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments.is-style-building-renovation-pro-post-comments textarea,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments
input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments textarea,
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields__field-wrapper select,
textarea,
select,
.select2-container--default .select2-selection--single,
.woocommerce .quantity .qty,
.woocommerce table.variations select,
.woocommerce-message,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce span.onsale,
form.woocommerce-ordering select,
.wp-block-table td,
.wp-block-table th,
.wp-block-table thead,
.wp-block-section.contact-section
.wp-block-button.is-style-outline
.wp-block-button__link,
.wp-block-section:last-child:not(:nth-child(odd)),
.upper-footer .wp-block-latest-posts__list li:not(:last-child),
.tnp.tnp-subscription .tnp-field input[type="submit"],
.tnp.tnp-subscription-minimal form,
.hero-content h3,
.event-section .wp-block-columns .wp-block-column,
.event-section .wp-block-columns .wp-block-column:not(:last-child),
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-pullquote.alignleft.has-text-align-center,
.wp-block-pullquote.alignright.has-text-align-center,
figure.wp-block-pullquote.has-text-align-left,
figure.wp-block-pullquote.has-text-align-right,
.wp-block-fse-pro-popup-video #myBtn,
.wp-block-pullquote,
.wp-block-table .has-fixed-layout *,
.wp-block-building-renovation-pro-pro-testimonial .wp-block-separator,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-building-renovation-pro-testimonial .wp-block-separator,
.wp-block-sidebar .wp-block-latest-posts__list > li:not(:last-child),
.wp-block-tag-cloud a,
.wp-block-search .wp-block-search__inside-wrapper,
.wp-block-search.wp-block-search__button-inside
.wp-block-search__inside-wrapper,
.is-style-building-renovation-pro-pro-post-author-card,
.wp-block-post-comments.is-style-building-renovation-pro-pro-post-comments .comment-respond,
.wpcf7 form,
.wp-block-post-comments.is-style-building-renovation-pro-post-comments .comment-respond,
.is-style-building-renovation-pro-post-author-card,
.wpcf7 textarea,
body:not(.home) .wp-block-post-template > li,
.wp-block-query-pagination,
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.wp-block-section:not(:nth-of-type(even)).wp-block-logo,
.wp-block-fse-pro-header-social .social-container,
.wp-block-sidebar > * h2 {
  border-color: var(--wp--preset--color--border-color); }

.header-light .wp-block-button__link:after {
  outline-color: var(--wp--preset--color--border-color); }

/* Button Background hover color */
.wp-block-search__button:hover, .wp-block-search__button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.wc-block-components-button:not(.is-link).outlined:hover,
.wc-block-components-button:not(.is-link).outlined:focus,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-message a:focus,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.single_variation_wrap button:hover,
.single_variation_wrap button:focus,
.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.hero-content.wp-block-section:first-child
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
.hero-content.wp-block-section:first-child
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
.wp-block-search.wp-block-search__button-inside
.wp-block-search__inside-wrapper
.wp-block-search__button:hover,
.wp-block-search.wp-block-search__button-inside
.wp-block-search__inside-wrapper
.wp-block-search__button:focus,
.tnp.tnp-subscription .tnp-field input[type="submit"]:hover,
.tnp.tnp-subscription .tnp-field input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-previous:focus,
.form-submit .wp-block-button__link:hover,
.form-submit .wp-block-button__link:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus,
.wp-block-section.contact-section
.wp-block-button.is-style-outline
.wp-block-button__link:hover,
.wp-block-section.contact-section
.wp-block-button.is-style-outline
.wp-block-button__link:focus,
.wc-block-product-search .wc-block-product-search__button:hover,
.wc-block-product-search .wc-block-product-search__button:focus,
.contact-section .wp-block-button.is-style-fill .wp-block-button__link:hover,
.contact-section .wp-block-button.is-style-fill .wp-block-button__link:focus,
.tnp.tnp-subscription-minimal input.tnp-submit:hover,
.tnp.tnp-subscription-minimal input.tnp-submit:focus,
.wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):focus {
  border-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  background-color: var(--wp--preset--color--foreground); }

.wc-block-components-button:not(.is-link).outlined:hover span,
.wc-block-components-button:not(.is-link).outlined:focus span {
  color: var(--wp--preset--color--tertiary); }

.wp-block-navigation__container > .wp-block-navigation-item a:before,
.wp-block-page-list > .wp-block-navigation-item a::before {
  background-color: var(--wp--preset--color--tertiary); }

/* Title color */
.contact-section .wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-post-navigation-link .post-navigation-link__label,
.wp-block-table th,
.wp-block-post-title a,
.is-style-outline .wp-block-button__link,
.tnp.tnp-subscription .tnp-field input[type="submit"],
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wc-block-components-product-title a,
.wp-block-widget-area .wp-block-latest-posts__list > li > a,
.comment-author .says,
.wp-block-post-author__content .wp-block-post-author__name,
.wp-block-button.is-style-building-renovation-pro-button .wp-block-button__link:hover,
.wp-block-button.is-style-building-renovation-pro-button .wp-block-button__link:focus,
.wp-block-post-navigation-link a,
a.comment-reply-link,
.wp-block-quote.is-style-large p,
.wp-block-quote p,
.wp-block-quote.is-large p,
.wp-block-pullquote p,
.taxonomy-category.wp-block-post-terms > a:hover,
.taxonomy-category.wp-block-post-terms > a:focus,
.footer p a:hover,
.footer p a:focus,
.swiper-slide-active h6 {
  color: var(--wp--preset--color--title-color); }

.wp-block-post-navigation-link .post-navigation-link__label svg {
  fill: var(--wp--preset--color--title-color); }

/* Color White */
.banner .wp-block-cover .wp-block-post-title,
.header-media .wp-block-cover h2,
.header-media .wp-block-cover p,
.header-media .is-style-outline .wp-block-button__link,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):focus,
.wp-block-query-pagination-numbers .page-numbers:not(.dots).current,
.is-style-outline > .wp-block-button__link:not(.has-background):hover,
.is-style-outline > .wp-block-button__link:not(.has-background):focus,
.header-media .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
.cta-section.wp-block-cover h4,
.cta-section.wp-block-cover h2,
.cta-section .is-style-outline .wp-block-button__link {
  color: var(--wp--preset--color--color-white); }

/*# sourceMappingURL=style.css.map */




/*Media CSS*/

@media screen and (max-width: 2560px) {
  .menu-button-row {
    max-width: 956px !important;
    margin: 0px;
    overflow: visible !important;
    box-shadow: 325px -65px 1px -13px #FF9D02;
    background-color: #fff;
    justify-content: end !important;
    position: inherit;
    width: 100%;
    padding: 0px;
}
.menu-button-row::after {
  content: '';
  position: absolute;
  left: 24%;
  background: #173B45;
  height: 78px;
  width: 50px;
  clip-path: polygon(0% 0%, 35% 0%, 100% 106%, 0% 100%);
}
}



@media (max-width: 1920px) and (min-width: 1600px) {
  .abouts-crene-img-group {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(100px, -355px);
}
.menu-button-row {
  max-width: 956px !important;
  margin: 0px;
  overflow: visible !important;
  box-shadow: 325px -65px 1px -13px #FF9D02;
  background-color: #fff;
  justify-content: end !important;
  position: inherit;
  width: 100%;
  padding: 0px;
}
.menu-button-row::after {
  content: '';
  position: absolute;
  left: 24%;
  background: #173B45;
  height: 78px;
  width: 50px;
  clip-path: polygon(0% 0%, 35% 0%, 100% 106%, 0% 100%);
}
}



@media (max-width: 1599px) and (min-width: 1440px) {
  .building-container {
    max-width: 1380px !important;
    margin: 0px auto !important;
}
  .location-call-row {
    margin-left: 60px;
}
.header-main-col-one {
  max-width: 1372px !important;
  background: #FF9D02 !important;
  align-items: center !important;
  padding: 8px 0px  !important;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 28px 100%);
  transform: translate(-100px, 0px);
}
.bulldozer-contact-form-main-col {
  margin-top: 5rem !important;
  margin-bottom: -16rem !important;
}
.bulldozer-img-group {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  transform: translate(-30px, 0px);
}
.building-form {
  max-width: 610px !important;
  width: 100%;
  padding-right: 2rem !important;
}
.team-heading-row {
  margin-bottom: 5rem !important;
}
.testi-left-col .wp-block-stackable-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-180px, -70px);
}
.blog-heading-stack {
  margin-bottom: 5rem !important;
}
.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block {
  max-width: 250px !important;
  width: 100%;
  height: 100%;
}
.newsletter-main-col {
  margin-left: 0px !important;
  padding-left: 1rem;
}


}


@media (max-width: 1439px) and (min-width:1366px) {
  .building-container {
    max-width: 1320px !important;
    margin: 0px auto !important;
}
  .header-main-col-one {
    max-width: 1372px !important;
    background: #FF9D02 !important;
    align-items: center !important;
    padding: 8px 0px  !important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 28px 100%);
    transform: translate(-70px, 0px);
    gap: 0px !important;
    justify-content: flex-end !important;
}
.header-new {
  max-width: 1680px !important;
  align-items: flex-start !important;
  position: fixed;
  width: 100%;
  z-index: 999 !important;
  top: 30px;
  left: unset;
  right: 0;
  animation: slideDown 0.75s ease-out;
}
#wp-block-search__input-2 {
  position: absolute;
  bottom: 0px;
  right: 0;
  transform: translate(16px, 70px);
  transition: 1s ease-in-out !important;
}
.header-new .wp-block-column.loction-call-col {
  flex-basis: 85% !important;
}
.header-new .wp-block-column.social-media-col {
  flex-basis: 15% !important;
}
.slider-trangle-wave-img-group {
  position: absolute;
  top: 0;
  margin: 0px;
  transform: translate(-40px, 0px);
}
.slider-curve-line-img-group {
  position: absolute;
  right: 0px;
  top: 42%;
  margin: 0px;
  transform: translate(-90px, 0px);
}
.slider-wave-img-group {
  position: absolute;
  bottom: 0;
  margin: 0px;
  transform: translate(0px, 120px);
}
.slider-curve-line-img-group {
  position: absolute;
  right: 0px;
  top: 42%;
  margin: 0px;
  transform: translate(-60px, 75px);
}
.slider-main-col {
  min-height: 815px;
  height: 100%;
  clip-path: polygon(0% 0%, 40% 0%, 77% 100%, 0% 100%);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.slider-upper-line-img-group {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0px, 120px);
  margin: 0px;
}
.slider-heading-stack {
  max-width: 900px !important;
  margin: 0px auto;
  padding-top: 8rem;
}
.menu-button-row {
  max-width: 930px !important;
  margin: 0px;
  overflow: visible !important;
  box-shadow: 325px -70px 1px -13px #FF9D02;
  background-color: #fff;
  justify-content: end !important;
  position: inherit;
  width: 100% !important;
  padding: 16px;
}
.menu-button-row::after {
  content: '';
  position: absolute;
  left: 24%;
  background: #173B45;
  height: 85px;
  width: 50px;
  clip-path: polygon(0% 0%, 35% 0%, 100% 106%, 0% 100%);
}
.header-new .wp-block-search__button {
  padding: 0px;
}
.aboutus-circle-img-group {
  position: absolute;
  top: -30px;
  right: 100px;
  margin: 0px;
}
.abouts-line-img-group {
  position: absolute;
  right: 0;
  top: unset;
  bottom: 0;
  transform: translate(0px, -100px);
  margin: 0px !important;
}
.aboutus-right-col-img-group {
  position: absolute !important;
  top: 0;
  right: 0;
  transform: translate(-35px, -200px);
}
.abouts-crene-img-group {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(100px, -355px);
}
.what-we-do-section .grid-row {
  width: 100%;
  gap: 0px;
}
.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block {
  max-width: 280px !important;
  width: 100%;
  height: 100%;
}
.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-block-carousel__slide--active + .wp-block-stackable-column.stk-block-column.stk-column.stk-block {
  max-width: 420px !important;
  /* background: rgba(9, 49, 111, 0.25); */
}
.project-trangle-line-img-group {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0px, -180px);
}
.bulldozer-contact-form-main-col {
  margin-top: 5rem !important;
  margin-bottom: -16rem !important;
}
.building-form {
  max-width: 520px !important;
  width: 100%;
  padding-right: 3rem !important;
}
.bulldozer-img-group {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  transform: translate(-20px, 90px);
}
.building-renovation-projects-section {
  margin-top: 16rem !important;
}
.work-process-lines-img-group {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10px, 10px);
}
.work-process-trangle-img-group {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-40px, 130px);
}
.work-process-section::after {
  content: '';
  position: absolute;
  bottom: 95px;
  height: 25px;
  width: 100%;
  background: #173B45;
  overflow: visible !important;
  z-index: 9999999;
  transform: skewY(8deg);
}
.newsletter-main-col {
  margin-left: 0px !important;
  padding-left: 5rem;
}
.newsletter-truck-img-group {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  transform: translate(-130px, 80px);
}
.aboutus-right-col-img-group {
  position: absolute !important;
  top: 0;
  right: 0;
  transform: translate(0px, -200px);
}
.testi-left-col .wp-block-stackable-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-140px, -70px);
}
.team-heading-row {
  margin-bottom: 3rem !important;
}
.team-section img.stk-img {
  max-width: 400px !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}
.blog-heading-stack {
  margin-bottom: 5rem !important;
}
.two-menu-row {
  column-gap: 85px!important;
}
.newsletter-truck-img-group {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  transform: translate(0px, 80px);
}
.copyright-row {
  padding-top: 20px !important;
  margin-top: 6rem !important;
  padding-right: 40px;
  padding-left: 40px;
}
}


@media (max-width: 1365px) and (min-width:1200px) {
  .header-main-col-one {
    max-width: 1372px !important;
    background: #FF9D02 !important;
    align-items: center !important;
    padding: 8px 0px  !important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 28px 100%);
    transform: translate(-70px, 0px);
}
.building-container {
  max-width: 1140px !important;
  margin: 0px auto !important;
}
.social-media-row {
  justify-content: end;
}
.location-call-row {
  margin-left: 40px;
}
.header-new .wp-block-column.loction-call-col {
  flex-basis: 80% !important;
}
.header-new .wp-block-column.social-media-col {
  flex-basis: 20% !important;
}
.header-new ul {
  gap: 40px;
}
.slider-heading-stack h2.stk-block-heading__text {
  font-size: 54px !important;
  line-height: 72px !important;
  letter-spacing: 0px !important;
}
.slider-heading-stack p.stk-block-subtitle__text {
  font-size: 18px !important;
  line-height: 36px !important;
  letter-spacing: 0px !important;
  max-width: 610px;
  width: 100%;
}
.slider-curve-line-img-group {
  position: absolute;
  right: 0px;
  top: 40%;
  margin: 0px;
  transform: translate(-80px, -5px);
}
.abouts-crene-img-group {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(100px, -355px);
}
.building-form {
  max-width: 510px !important;
  width: 100%;
  padding-right: 1rem !important;
}
.bulldozer-img-group img {
  width: 80% !important;
}
.bulldozer-img-group {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  transform: translate(-10px, 120px);
}
.bulldozer-contact-form-main-col {
  margin-top: 5rem !important;
  margin-bottom: -16rem !important;
}
.aboutus-circle-img-group {
  position: absolute;
  top: -50px;
  right: 30px;
}
.abouts-line-img-group {
  position: absolute;
  right: 0;
  top: unset;
  bottom: 0;
  transform: translate(0px, 0px);
  margin: 0px !important;
}
.building-service-post .grid-container {
  max-width: 100% !important;
}
.project-trangle-line-img-group {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(20px, -160px);
  margin: 0;
  width: 100px !important;
}
.const-projects-post .gutentor-post-button {
  position: absolute;
  bottom: -30px;
}
.why-coose-us-man-img-group {
  transform: translate(0px, 170px);
}
.work-process-lines-img-group {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, 10px);
}
.step-main-col {
  box-shadow: 0px 4px 24px 0px #FF5F152E;
  background: #ffffff;
  border-radius: 50%;
  padding: 2rem 0rem !important;
  width: 100%;
  max-width: 270px;
  height: 270px;
}
.step-heading-stack h2.stk-block-heading__text {
  font-size: 18px !important;
  line-height: 24px !important;
}
.work-process-section::after {
  content: '';
  position: absolute;
  bottom: 95px;
  height: 25px;
  width: 100%;
  background: #173B45;
  overflow: visible !important;
  z-index: 9999999;
  transform: skewY(9deg);
}
.team-heading-row {
  margin-bottom: 5rem !important;
}
.team-section img.stk-img {
  max-width: 350px !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}
.team-section .team-bio-stack {
  max-width: 295px;
  width: 100%;
  height: 130px;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  position: absolute;
  bottom: -60px;
  z-index: 9;
  transition: opacity 0.3s ease;
}
.testi-left-col .wp-block-stackable-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-100px, -70px);
}
.blog-heading-stack {
  margin-bottom: 5rem !important;
}
.building-blog-post .gutentor-entry-meta.gutentor-entry-meta-primary {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.building-blog-post h3.gutentor-post-title a {
  font-size: 17px !important;
  line-height: 24px !important;
}
.blog-wave-img-group {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 0px !important;
  transform: translate(-20px, 0px);
}
.newsletter-main-col {
  margin-left: 0px !important;
  padding-left: 1rem;
}
.newsletter-truck-img-group {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  transform: translate(0px, 80px);
  z-index: 99;
}
.two-menu-row {
  column-gap: 20px!important;
}
.wp-block-cover.alignfull.footer-section {
  min-height: 450px !important;
}
.newsletter-section {
  margin-bottom: -6rem !important;
  margin-top: 5rem !important;
}
}


@media (max-width: 1199px) and (min-width:1024px) {
  .building-container {
    max-width: 980px !important;
    margin: 0px auto !important;
}
  .social-media-row {
    justify-content: end;
  }
  .location-call-row {
    margin-left: 40px;
    gap: 12px;
    justify-content: space-between;
}
  .header-new .wp-block-column.loction-call-col {
    flex-basis: 80% !important;
  }
  .header-new .wp-block-column.social-media-col {
    flex-basis: 20% !important;
  }
  .header-new ul {
    gap: 40px;
  }
.menu-button-row {
  max-width: -webkit-fill-available;
  margin: 0px;
  overflow: visible !important;
  box-shadow: 325px -70px 1px -13px #FF9D02;
  background-color: #fff;
  justify-content: space-around;
  position: inherit;
  width: 100%;
}
.wp-block-search .wp-block-search__inside-wrapper, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 4px 6px;
  padding-left: 0px !important;
}
.header-main-col-one {
  max-width: 1372px !important;
  background: #FF9D02 !important;
  align-items: center !important;
  padding: 8px 0px  !important;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 28px 100%);
  transform: translate(-50px, 0px);
}
.menu-button-row::after {
  content: '';
  position: absolute;
  left: 24%;
  background: #173B45;
  height: 58px;
  width: 50px;
  clip-path: polygon(0% 0%, 35% 0%, 100% 106%, 0% 100%);
}
.menu-button-row {
  max-width: -webkit-fill-available;
  margin: 0px;
  overflow: visible !important;
  box-shadow: 325px -36px 25px 20px #FF9D02;
  background-color: #fff;
  justify-content: space-around !important;
  position: inherit;
  width: 100%;
}
.slider-trangle-wave-img-group {
  display: none;
}
.slider-heading-stack h2.stk-block-heading__text {
  font-size: 48px !important;
  line-height: 72px !important;
  letter-spacing: 0px !important;
}
.slider-heading-stack p.stk-block-subtitle__text {
  font-size: 16px !important;
  line-height: 36px !important;
  letter-spacing: 0px !important;
  max-width: 550px;
  width: 100%;
}
.slider-curve-line-img-group {
  position: absolute;
  right: 0px;
  top: unset;
  margin: 0px;
  transform: translate(0px, 0px);
}
.aboutus-circle-img-group {
  position: absolute;
  top: -50px;
  right: 0px;
}
.abouts-line-img-group {
  position: absolute;
  right: 0;
  top: unset;
  bottom: 0;
  transform: translate(0px, 0px);
  margin: 0px !important;
}
.aboutus-right-col .wp-image-101 {
  width: 100px;
}
.aboutus-right-col-img-group {
  position: absolute !important;
  top: 0;
  right: 0;
  transform: translate(0px, -200px);
}
.building-service-post .gutentor-post-item {
  position: relative;
  overflow: visible !important;
  height: 250px;
}
.building-service-post .gutentor-post-item {
  padding: 1rem !important;
}
.building-service-post .gutentor-image-thumb::after {
  content: '';
  position: absolute;
  left: 0;
  background: #173B45;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  z-index: 00;
  transform: translate(-10px, -10px);
}
.bulldozer-contact-form-main-col {
  margin-top: 5rem !important;
  margin-bottom: -16rem !important;
}
.building-form {
  max-width: 510px !important;
  width: 100%;
  padding-right: 1rem !important;
}
.bulldozer-img-group img {
  width: 60% !important;
}
.bulldozer-img-group {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  transform: translate(-10px, 130px);
}
.building-renovation-projects-section {
  margin-top: 16rem !important;
}
.project-trangle-line-img-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0px;
  transform: translate(0px, -130px);
}
.building-renovation-projects-section img.wp-image-79 {
  width: 90px !important;
}
.project-slider .stk-block-carousel__dots {
  display: none;
}
.why-choose-us-section .wp-block-stackable-icon.stk-block-icon.stk-block {
  height: 100px;
  width: 120px;
}
.step-main-col h2.stk-block-heading__text {
  font-size: 14px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.step-main-col {
  box-shadow: 0px 4px 24px 0px #FF5F152E;
  background: #ffffff;
  border-radius: 50%;
  padding: 2rem 0rem !important;
  width: 100%;
  max-width: unset;
  height: auto;
}
.step-main-col p.stk-block-subtitle__text.stk-subtitle {
  font-size: 12px !important;
  line-height: 21px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.work-process-section::after {
  content: '';
  position: absolute;
  bottom: 95px;
  height: 25px;
  width: 100%;
  background: #173B45;
  overflow: visible !important;
  z-index: 9999999;
  transform: skewY(11deg);
}
.team-section img.stk-img {
  max-width: 280px !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}
.team-section .team-bio-stack {
  max-width: 262px;
  width: 100%;
  height: 125px;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  position: absolute;
  bottom: -60px;
  z-index: 9;
  transition: opacity 0.3s ease;
}
.team-heading-row {
  margin-bottom: 4rem !important;
}
.testi-left-col .wp-block-stackable-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-280px, -70px);
}
.testi-left-col .testi-slider {
  max-width: 100% !important;
  margin: 0px auto !important;
  padding: 16px !important;
}
.testi-left-cover p.stk-block-text__text.has-text-color {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
  padding-right: 70px !important;
}
.testi-right-img-group  img.wp-image-87 {
  height: 900px;
  object-fit: cover;
  width: 100%;
}
.building-blog-post .gutentor-entry-meta.gutentor-entry-meta-primary {
  display: flex;
  justify-content: flex-start;
  gap: 0px;
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.building-blog-post .author.vcard a {
  font-size: 16px !important;
  line-height: 21px !important;
}
.building-blog-post .posted-on a {
  font-size: 16px !important;
  line-height: 21px !important;
}
.building-blog-post h3.gutentor-post-title {
  padding-top: 0px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
  padding-bottom: 20px !important;
}
.building-blog-post .gutentor-post-title a {
  font-size: 18px !important;
  line-height: 28px !important;
}
.blog-wave-img-group {
display: none;
}
.blog-heading-stack {
  margin-bottom: 2rem !important;
}
.newsletter-main-col {
  margin-left: 0px !important;
  padding-left: 1rem;
}
.newsletter-truck-img-group img.wp-image-94 {
  width: 85%;
}
.two-menu-row {
  column-gap: 30px!important;
}
.other-info-links-main-col {
  gap: 30px !important;
}
.wp-block-cover.alignfull.footer-section {
  z-index: 00000000000;
  overflow: visible !important;
  min-height: 500px !important;
}
}


@media (max-width: 1023px) and (min-width: 992px) {
  .social-media-row {
    justify-content: end;
  }
  .location-call-row {
    margin-left: 40px;
    gap: 12px;
    justify-content: space-between;
}
  .header-new .wp-block-column.loction-call-col {
    flex-basis: 80% !important;
  }
  .header-new .wp-block-column.social-media-col {
    flex-basis: 20% !important;
  }
  .header-new ul {
    gap: 40px;
  }
.menu-button-row {
  max-width: -webkit-fill-available;
  margin: 0px;
  overflow: visible !important;
  box-shadow: 325px -70px 1px -13px #FF9D02;
  background-color: #fff;
  justify-content: space-around;
  position: inherit;
  width: 100%;
}
.wp-block-search .wp-block-search__inside-wrapper, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 4px 6px;
  padding-left: 0px !important;
}
.header-main-col-one {
  max-width: 1372px !important;
  background: #FF9D02 !important;
  align-items: center !important;
  padding: 8px 0px  !important;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 28px 100%);
  transform: translate(-50px, 0px);
  gap: 0px !important;
}
.menu-button-row::after {
  content: '';
  position: absolute;
  left: 24%;
  background: #173B45;
  height: 65px;
  width: 50px;
  clip-path: polygon(0% 0%, 35% 0%, 100% 106%, 0% 100%);
}
.menu-button-row {
  max-width: -webkit-fill-available;
  margin: 0px;
  overflow: visible !important;
  box-shadow: 325px -36px 25px 20px #FF9D02;
  background-color: #fff;
  justify-content: space-around !important;
  position: inherit;
  width: 100%;
}
.slider-trangle-wave-img-group {
  display: none;
}
.slider-heading-stack h2.stk-block-heading__text {
  font-size: 48px !important;
  line-height: 72px !important;
  letter-spacing: 0px !important;
}
.slider-heading-stack p.stk-block-subtitle__text {
  font-size: 16px !important;
  line-height: 36px !important;
  letter-spacing: 0px !important;
  max-width: 550px;
  width: 100%;
}
.slider-curve-line-img-group {
  position: absolute;
  right: 0px;
  top: unset;
  margin: 0px;
  transform: translate(0px, 0px);
}
.aboutus-circle-img-group {
  position: absolute;
  top: -50px;
  right: 0px;
}
.abouts-line-img-group {
  position: absolute;
  right: 0;
  top: unset;
  bottom: 0;
  transform: translate(0px, 0px);
  margin: 0px !important;
}
.aboutus-right-col .wp-image-101 {
  width: 100px;
}
.aboutus-right-col-img-group {
  position: absolute !important;
  top: 0;
  right: 0;
  transform: translate(0px, -200px);
}
.building-service-post .gutentor-post-item {
  position: relative;
  overflow: visible !important;
  height: 250px;
}
.building-service-post .gutentor-post-item {
  padding: 1rem !important;
}
.building-service-post .gutentor-image-thumb::after {
  content: '';
  position: absolute;
  left: 0;
  background: #173B45;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  z-index: 00;
  transform: translate(-10px, -10px);
}
.bulldozer-contact-form-main-col {
  margin-top: 5rem !important;
  margin-bottom: -16rem !important;
}
.building-form {
  max-width: 510px !important;
  width: 100%;
  padding-right: 1rem !important;
}
.bulldozer-img-group img {
  width: 60% !important;
}
.bulldozer-img-group {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  transform: translate(-10px, 130px);
}
.building-renovation-projects-section {
  margin-top: 16rem !important;
}
.project-trangle-line-img-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0px;
  transform: translate(0px, -130px);
}
.building-renovation-projects-section img.wp-image-79 {
  width: 90px !important;
}
.project-slider .stk-block-carousel__dots {
  display: none;
}
.building-container {
  max-width: 960px !important;
  margin: 0px auto !important;
}
.bulldozer-contact-form-main-col {
  margin-top: 5rem !important;
  margin-bottom: -16rem !important;
}
.why-choose-us-section .stk--inner-svg {
  width: 80px !important;
  height: 50px !important;
}
.why-choose-us-heading-stack {
  margin-bottom: 3rem !important;
}
.why-coose-us-man-img-group {
  transform: translate(0px, 200px);
}
.wp-block-cover.alignfull.why-choose-us-section {
  min-height: 950px !important;
}
.step-section-main-col {
  justify-content: space-between !important;
  padding-bottom: 3rem;
}
.step-main-col {
  box-shadow: 0px 4px 24px 0px #FF5F152E;
  background: #ffffff;
  border-radius: 50%;
  padding: 24px !important;
  width: 100%;
  max-width: 100% !important;
  height: 100% !important;
}
.step-section h6.stk-block-heading__text {
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 0px !important;
}
#\34 -step {
  padding: 4px 12px !important;
}
div#\33 -step {
  padding: 4px 12px !important;
}
div#\32 -step {
  padding: 4px 12px !important;
}
div#\31 -step {
  padding: 4px 12px !important;
}
.step-main-col h2.stk-block-heading__text {
  font-size: 16px !important;
  line-height: 24px !important;
}
.step-main-col p.stk-block-subtitle__text.stk-subtitle {
  font-size: 12px !important;
  line-height: 21px !important;
  max-width: 150px !important;
}
.work-process-section::after {
  content: '';
  position: absolute;
  bottom: 65px;
  height: 25px;
  width: 100%;
  background: #173B45;
  overflow: visible !important;
  z-index: 9999999;
  transform: skewY(9.5deg);
}
.step-section-main-col {
gap: 20px !important;
}
.wp-block-group.alignfull.work-process-section {
  min-height: 600px !important;
}
.abouts-crene-img-group {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(100px, -354px);
}
.team-section img.stk-img {
  max-width: 350px !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}
.team-section img.stk-img {
  max-width: 300px !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}
.team-heading-row {
  margin-bottom: 4rem !important;
}
.team-section .team-bio-stack {
  max-width: 265px;
  width: 100%;
  height: 125px;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  position: absolute;
  bottom: -60px;
  z-index: 9;
  transition: opacity 0.3s ease;
}
.testi-left-col .wp-block-stackable-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-10px, -70px);
}
.testi-main-col {
  width: 100% !important;
  justify-content: space-between;
}
.testi-left-col .testi-slider {
  max-width: 100% !important;
  margin: 0px auto !important;
  padding-left: 16px !important;
}
.testi-left-col .wp-block-stackable-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-230px, -70px);
}
.blog-trangle-img-group {
display: none;
}
.blog-heading-stack {
  margin-bottom: 3rem !important;
}
.building-blog-post .gutentor-entry-meta.gutentor-entry-meta-primary {
  display: flex;
  justify-content: flex-start;
  gap: 0px;
  margin: 6px !important;
}
.blog-wave-img-group {
 display: none;
}
.building-blog-post .gutentor-post-title a {
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
}
.building-blog-post h3.gutentor-post-title {
  padding: 1rem !important;
}
.author.vcard a {
  color: #002258 !important;
  font-size: 16px !important;
  line-height: 21px !important;
}
.posted-on a {
  font-size: 16px !important;
  line-height: 21px !important;
}
.newsletter-main-col {
  margin-left: 0px !important;
  padding-left: 0rem;
}
.newsletter-heading-stack {
  padding: 12px;
}
.newsletter-truck-img-group img.wp-image-94 {
  width: 80%;
}
.newsletter-truck-img-group {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  transform: translate(110px, 80px);
  z-index: 99;
}
.newsletter-trangle-img-group img {
  width: 80px;
}
.newsletter-trangle-img-group {
  position: absolute;
  margin: 0px;
  right: 0px;
  transform: translate(-50px, 0px);
}
.footer-section .wp-block-column.logo-col {
  flex-basis: 30% !important;
}
.footer-section .wp-block-column.other-links-col {
  flex-basis: 70% !important;
}
.two-menu-row {
  column-gap: 50px!important;
}
.footer-section .wp-block-column.quick-links-col {
  flex-basis: 60% !important;
}
.footer-section .wp-block-column.follow-us-col {
  flex-basis: 40% !important;
}
.other-info-links-main-col {
  gap: 60px !important;
}
.wp-block-cover.alignfull.footer-section {
  min-height: 500px !important;
}
.newsletter-section {
  margin-bottom: -6rem !important;
  margin-top: 5rem !important;
}
}


@media (max-width: 991px) and (min-width: 768px) {
  .header-new .wp-block-column.header-left-main-col {
    flex-basis: 20% !important;
}
.header-new .wp-block-column.header-right-main-col {
  flex-basis: 80% !important;
}
.header-left-main-col .wp-image-98 {
  width: 120px;
  height: 100% !important;
  object-fit: contain;
}
.logo-img-group {
  background: #D68300;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  clip-path: polygon(0 0, 100% 0%, 100% 99%, 0% 100%);
  height: 108px;
  max-width: 381px;
  width: 100%;
}
.what-we-do-two-left-col .building-service-post .gutentor-post {
  max-width: 435px !important;
  width: 100% !important;
  height: 100% !important;
}
.menu-button-row {
  max-width: 100% !important;
  margin: 0px;
  overflow: visible !important;
  box-shadow: 325px -70px 1px -13px #FF9D02;
  background-color: #fff;
  justify-content: space-around !important;
  position: inherit;
  width: 100%;
}
.header-new {
  max-width: 100% !important;
  align-items: flex-start !important;
  position: fixed;
  width: 100%;
  z-index: 999 !important;
  top: 36px;
  left: 0;
  right: 0;
  animation: slideDown 0.75s ease-out;
  margin: 0;
}
.location-call-row {
  margin-left: 0px;
  justify-content: space-around !important;
  gap: 0px !important;
}
.header-new h6.gutentor-text {
  font-size: 14px !important;
  line-height: 21px !important;
}
.header-new .wp-block-column.loction-call-col {
  flex-basis: 80% !important;
}
.header-new .wp-block-column.social-media-col {
  flex-basis: 20% !important;
}
.menu-button-row::after {
display: none;
}
.header-main-col-one {
  max-width: 1372px !important;
  background: #FF9D02 !important;
  align-items: center !important;
  padding: 8px 0px  !important;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0px 100%);
  transform: translate(0px, 0px);
  gap: 0px !important;
}
.wp-block-search .wp-block-search__inside-wrapper, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 4px 6px;
  padding-left: 0px !important;
}
.header-main-col-one h2.stk-block-heading__text {
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0px !important;
}
.slider-heading-stack {
  max-width: 900px !important;
  margin: 0px auto;
  gap: 10px !important;
  padding-top: 10rem !important;
}
.slider-main-col {
  min-height: 600px;
  height: 100%;
  clip-path: polygon(0% 0%, 40% 0%, 80% 100%, 0% 100%);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.wp-block-cover.alignfull.is-light.new-slider-section {
  position: relative;
  overflow: visible !important;
  min-height: 600px !important;
}
.new-slider-section h2.stk-block-heading__text {
  font-size: 32px !important;
  line-height: 48px !important;
}
.new-slider-section h5.stk-block-heading__text {
  font-size: 18px !important;
  line-height: 31px !important;
}
.new-slider-section p.stk-block-subtitle__text.stk-subtitle {
  font-size: 14px !important;
  line-height: 21px !important;
  max-width: 400px !important;
  width: 100% !important;
}
.slider-wave-img-group {
  position: absolute;
  bottom: 0;
  margin: 0px;
  transform: translate(0px, 130px);
}
.slider-curve-line-img-group {
  position: absolute;
  right: 0px;
  margin: 0px;
  transform: translate(-230px, 30px);
  bottom: 0;
  top: unset;
}
.abouts-crene-img-group {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(100px, -354px);
}
.aboutus-left-img-group {
  text-align: center;
  transform: translate(0px, -60px);
}
.aboutus-right-col .wp-image-101 {
  width: 80px;
}
.aboutus-right-col-img-group {
  position: absolute !important;
  top: 0;
  right: 0;
  transform: translate(-20px, -200px);
}
.years-we-have-img-group {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-5px, 240px);
  margin: 0px !important;
}
.happy-customer-img-group {
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0px;
  transform: translate(20px, 0px);
  margin: 0px !important;
}
.aboutus-heading-stack {
  padding: 2rem !important;
  gap: 15px !important;
}
.aboutus-main-col {
  gap: 0px !important;
}
.wp-block-cover.alignfull.what-we-do-section {
  overflow: visible !important;
  margin-top: 2rem !important;
}.building-service-post .gutentor-post {
  max-width: 100% !important;
  width: 100%;
  height: 100%;
}
.building-service-post .gutentor-post-item {
  position: relative;
  overflow: visible !important;
  height: 260px;
  padding: 16px;
}
.building-service-post .gutentor-image-thumb::after {
  content: '';
  position: absolute;
  left: 0;
  background: #173B45;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  z-index: 00;
  transform: translate(0px, 0px);
}
.what-we-do-main-col-one {
  padding: 1rem !important;
}
.bulldozer-img-group {
  position: unset;
  left: 0px;
  margin: 0px !important;
  transform: translate(0px, 0px);
}
.building-form-col {
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
}
.building-form {
  max-width: -webkit-fill-available !important;
  width: 100%;
  padding-right: 1rem !important;
  padding-left: 6rem !important;
}
.building-form-stack {
  max-width: 1115px !important;
  width: 100% !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
}
.building-renovation-projects-section {
  margin-top: 16rem !important;
}
.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block {
  max-width: 100% !important;
  width: 100%;
  height: 100%;
}
.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block .gutentor-post-content {
  opacity: 1 !important;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
}

.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-block-carousel__slide--active + .wp-block-stackable-column.stk-block-column.stk-column.stk-block .gutentor-post-content {
  opacity: 1 !important;
}
.const-projects-post .gutentor-post-button {
  position: absolute;
  bottom: -30px;
}
.project-wave-img-group {
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0px !important;
}
.project-trangle-line-img-group {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0px, -150px);
  margin: 0;
  width: 100px;
}
.technology-row,
.core-planning-row,
.project-row,
.trusted-clients-row,
.skilled-team-row,
.save-money-row
{
  justify-content: center !important;
  flex-direction: column !important;
  align-items: center !important;
}
.technology-stack,
.core-planning-stack,
.project-stack,
.trusted-clients-stack,
.skilled-team-stack,
.save-money-stack
 {
  align-items: center;
}
.core-planning-stack p.stk-block-subtitle__text
 {
  text-align: center !important;
}
.why-choose-us-heading-stack {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.why-coose-us-man-img-group {
  transform: translate(0px, 0px);
}
.trusted-clients-stack p.stk-block-subtitle__text,
.skilled-team-stack p.stk-block-subtitle__text,
.save-money-stack p.stk-block-subtitle__text
{
  text-align: center;
}
.why-choose-us-right-col {
  padding: 2rem !important;
}
.why-choose-us-left-col {
  padding: 2rem !important;
}
.why-choose-us-section {
  margin-top: 2rem !important;
}
.work-process-main-col {
  padding: 2rem !important;
}
.step-section-main-col {
  justify-content: space-around !important;
  padding-bottom: 0rem;
}
.work-process-section::after {
  content: '';
  position: absolute;
  bottom: 100px;
  height: 14px;
  width: 100%;
  background: #173B45;
  overflow: visible !important;
  z-index: 9999999;
  transform: skewY(15.5deg);
}
.work-process-lines-img-group {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10px, 0px);
}
.counter-section .wp-block-column.counter-col {
  flex-basis: 50% !important;
}
.counter-main-col {
  gap: 0px;
  row-gap: 60px;
}
.faq-heading-stack {
  padding: 2rem;
}
.faq-section {
  clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
  margin: 0px !important;
}
.faq-right-col {
  padding: 2rem !important;
}
.team-heading-row {
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start;
  padding: 2rem;
  gap: 15px;
  padding-top: 0px;
}
.team-inner-group {
  padding-top: 2rem !important;
}
.team-section img.stk-img {
  max-width: 400px !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}
.team-main-col {
  width: min-content;
  margin: 0px auto !important;
  gap: 90px;
}
.testi-left-col .wp-block-stackable-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-150px, -70px);
}
.wp-block-cover.is-light.testi-left-cover {
  min-height: 900px !important;
}
.testi-right-col {
  margin-left: 0px !important;
  z-index: 99;
  margin-top: 0px !important;
}
.testimonial-section {
  box-shadow: none !important;
  margin-top: 2rem !important;
}
.blog-section {
  margin-top: 2rem !important;
}
.blog-trangle-img-group {
display: none;
}
.blog-heading-stack {
  margin-bottom: 2rem !important;
}
.blog-inner-group {
  padding-top: 1rem !important;
  padding-bottom: 2rem !important;
}
.building-blog-post .grid-row {
  width: 100%;
  row-gap: 60px;
}
.building-blog-post a.gutentor-button.gutentor-post-button {
  position: absolute;
  bottom: -58px;
  z-index: 9;
}
.building-blog-post .gutentor-post-title a {
  font-size: 18px !important;
  line-height: 28px !important;
  letter-spacing: 0px !important;
}
.blog-wave-img-group {
display: none;
}
.newsletter-truck-img-group {
  position: relative;
  right: 0px;
  top: 0px;
  margin: 0px;
  transform: translate(0px, 0px);
  z-index: 99;
}
.newsletter-inner-group {
  display: flex !important;
  justify-content: flex-start;
  align-items: center !important;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 9 !important;
}
.newsletter-section {
  margin-bottom: -6rem !important;
  margin-top: 0rem !important;
}
.newsletter-trangle-img-group {
  position: absolute;
  margin: 0px;
  right: 0px;
  transform: translate(0px, 0px);
}
.other-info-links-main-col {
  gap: 40px !important;
}
.footer-main-col {
  gap: 0px;
  padding: 1rem !important;
  padding-top: 6rem !important;
}
.copyright-row {
  padding-top: 20px !important;
  margin-top: 0px !important;
  justify-content: space-between;
  padding: 10px;
}
.copyright-row h4.stk-block-heading__text {
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0px !important;
}
}


@media screen and (min-width:320px) and (max-width:576px) {
  .building-container {
    max-width: -webkit-fill-available !important;
    margin: 0px auto !important;
    padding: 10px;
}
  
  .header-new {
    max-width: -webkit-fill-available !important;
    align-items: flex-start !important;
    position: relative;
    width: 100%;
    z-index: 999 !important;
    top: 0px;
    left: unset;
    right: 0;
    animation: slideDown 0.75s ease-out;
    overflow: hidden !important;
    row-gap: 0px !important;
}
.logo-img-group {
  background: #D68300;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  height: max-content;
  clip-path: unset !important;
  max-width: -webkit-fill-available !important;
  width: 100%;
  padding: 1rem;
}
.logo-img-group img {
  width: 150px;
  height: 100%;
  object-fit: contain;
}
.header-new h2.stk-block-heading__text {
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0px !important;
}
.location-call-row {
  margin-left: 0px;
  flex-direction: column;
  row-gap: 18px;
}
.menu-button-row {
  max-width: -webkit-fill-available !important;
  margin: 0px;
  overflow: hidden !important;
  background-color: #fff;
  justify-content: space-around !important;
  position: inherit;
  width: 100%;
}
.header-main-col-one {
  max-width: -webkit-fill-available !important;
  background: #FF9D02 !important;
  align-items: center !important;
  padding: 8px 0px  !important;
  clip-path: unset;
  transform: translate(0px, 0px);
  overflow: hidden !important;
  row-gap: 12px !important;
}
.wp-block-search .wp-block-search__inside-wrapper, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  box-sizing: border-box;
  padding: 0px 0px;
}
.new-slider-section::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -31px;
  background: #122E36;
  height: 33px;
  width: 100% !important;
  clip-path: polygon(0% 0, 100% 2%, 92% 100%, 0% 100%);
}
.building-form {
  max-width: -webkit-fill-available !important;
  width: 100%;
  padding-right: 1rem !important;
}
.menu-button-row::after {
 display: none;
}
.slider-main-col {
  min-height: unset;
  height: 100%;
  clip-path: unset;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 1rem !important;
}
.wp-block-cover.alignfull.is-light.new-slider-section {
  position: relative;
  overflow: visible !important;
  min-height: unset !important;
}
.slider-heading-stack h2.stk-block-heading__text {
  font-size: 36px !important;
  line-height: 54px !important;
  letter-spacing: 0px !important;
}
.what-we-do-section .grid-row {
  width: unset !important;
  gap: 0px;
  max-width: -webkit-fill-available !important;
  justify-content: center !important;
}
.aboutus-circle-img-group {
  position: absolute;
  top: -50px;
  right: 0px;
  margin: 0px !important;
}
.slider-curve-line-img-group {
  position: absolute;
  right: 0px;
  top: unset;
  margin: 0px;
  transform: translate(0px, -35px);
}
.slider-heading-stack h5.stk-block-heading__text {
  font-size: 14px !important;
  line-height: 21px !important;
}
.slider-heading-stack {
  max-width: 100% !important;
  margin: 0px auto;
  gap: 12px;
}
.abouts-crene-img-group {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(100px, -374px);
}
.slider-heading-stack p.stk-block-subtitle__text {
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
}
.aboutus-right-col-img-group {
 display: none;
}
.years-we-have-img-group {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10px, -120px);
  margin: 0px !important;
}
.happy-customer-img-group {
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0px;
  transform: translate(-10px, 0px);
  margin: 0px !important;
}
.abouts-line-img-group {
  position: absolute;
  right: 0;
  top: unset;
  bottom: 0;
  transform: translate(0px, 0px);
  margin: 0px !important;
}
.aboutus-heading-stack h2.stk-block-heading__text {
  font-size: 32px !important;
  line-height: 48px !important;
}
.aboutus-heading-stack {
  gap: 18px !important;
}
.wp-block-cover.alignfull.what-we-do-section {
  overflow: visible !important;
  margin-top: 1rem !important;
}
.what-we-do-main-col-one {
  padding-top: 0rem !important;
}
.building-service-post .gutentor-image-thumb::after {
  content: '';
  position: absolute;
  left: 0;
  background: #173B45;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  z-index: 00;
  transform: translate(-20px, -20px);
  right: 0;
  margin: 0px auto;
}
.building-form-col {
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
}
.building-form-stack {
  max-width: -webkit-fill-available !important;
  width: 100% !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.form-heading-stack {
  gap: 0px;
  margin: 0px;
}
.bulldozer-img-group {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  transform: translate(0px, 200px);
}
.building-renovation-projects-section {
  margin-top: 10rem !important;
}
.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block {
  max-width: -webkit-fill-available !important;
  width: 100%;
  height: 100%;
}
.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block {
  max-width: 100% !important;
  width: 100%;
  height: 100%;
}
.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block .gutentor-post-content {
  opacity: 1 !important;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
}

.project-slider .wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-block-carousel__slide--active + .wp-block-stackable-column.stk-block-column.stk-column.stk-block .gutentor-post-content {
  opacity: 1 !important;
}
.project-wave-img-group {
display: none;
}
.const-projects-post .gutentor-post-button {
  position: absolute;
  bottom: -30px;
}
.const-projects-post .gutentor-categories .gutentor-cat-building, .const-projects-post .gutentor-categories .gutentor-cat-mechanical, .const-projects-post .gutentor-categories .gutentor-cat-mechanical, .const-projects-post .gutentor-categories .gutentor-cat-consulting {
  color: white !important;
  background: #122E36 !important;
  border-radius: 40px !important;
  font-family: Inter !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  padding: 8px 15px !important;
}
.technology-row,.core-planning-row,.project-row {
  flex-direction: column;
  align-items: center !important;
}
.trusted-clients-row,.skilled-team-row,.save-money-row {
  flex-direction: column-reverse;
  align-items: center !important;
}
.technology-stack,.core-planning-stack,.project-stack,.trusted-clients-stack,.skilled-team-stack,.save-money-stack{
  align-items: center;
}
.why-coose-us-man-img-group {
  transform: translate(0px, 0px);
}
.why-choose-us-section .stk--svg-wrapper .stk--inner-svg {
  padding: 16px !important;
}
.why-choose-us-heading-stack {
  align-items: baseline;
  gap: 12px;
}
.why-choose-us-section {
  margin-top: 1rem !important;
}
.work-process-section::after {
  content: '';
  position: absolute;
  bottom: 95px;
  height: 25px;
  width: 100%;
  background: #173B45;
  overflow: visible !important;
  z-index: 9999999;
  transform: skewY(25.5deg);
}
.step-section {
  margin-top: -16rem !important;
  transform: rotateZ(0deg);
}
.step-section-main-col {
  justify-content: space-around !important;
}
.step-main-col {
  box-shadow: 0px 4px 24px 0px #FF5F152E;
  background: #ffffff;
  border-radius: 50%;
  max-width: 290px;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.work-process-lines-img-group {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, -20px);
  width: 120px;
}
.work-process-left-heading-stack {
  gap: 0px;
}
.faq-section {
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  margin: 0px !important;
}
.counter-inner-group {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.team-inner-group {
  padding-top: 1rem !important;
}
.team-heading-row {
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: baseline !important;
  gap: 14px;
}
.team-section img.stk-img {
  max-width: 300px !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}
.team-main-col {
  margin-top: 1rem !important;
  gap: 80px !important;
  justify-content: center !important;
  align-items: center !important;
}
.team-section .team-bio-stack {
  max-width: max-content;
  width: 100%;
  height: 118px;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  position: absolute;
  bottom: 0;
  z-index: 9;
  transition: opacity 0.3s ease;
  left: 0;
  transform: translate(43px, 60px);
  right: unset;
}
.building-team .stk-image--shape-stretch {
  margin: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.team-section .stk-block-content.stk-inner-blocks {
  align-items: center !important;
}
.testimonial-section {
  padding: 1em !important;
  margin: 0px !important;
}
.testi-left-col .testi-slider {
  max-width: 100% !important;
  margin: 0px auto !important;
}
.testi-left-col .wp-block-stackable-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-160px, -70px);
}
.wp-block-cover.is-light.testi-left-cover {
  min-height: 800px !important;
  padding: 1rem !important;
}
.testi-right-col {
  margin-left: 0px !important;
  z-index: 99;
  margin-top: 0px !important;
}
.testi-right-img-group  img.wp-image-87 {
  height: auto;
  object-fit: cover;
  width: 100%;
}
.blog-trangle-img-group {
 display: none;
}
.blog-section {
  margin: 0px !important;
}
.blog-inner-group {
  position: relative;
  padding-top: 0px !important;
}
.blog-wave-img-group {
display: none;
}
.blog-heading-stack {
  align-items: baseline;
  gap: 10px;
}
.building-blog-post .grid-row {
  width: 100%;
  row-gap: 50px;
}
.building-blog-post .gutentor-post-item::after {
  content: '';
  position: absolute;
  bottom: -20px;
  background: #000000;
  width: 96%;
  height: 1px;
  opacity: 10%;
}
.building-blog-post .gutentor-post .gutentor-categories .post-category {
  font-size: 16px;
  background: #FFB541 !important;
  color: white !important;
  text-transform: capitalize !important;
  line-height: 21px !important;
  font-weight: 800;
  font-family: 'Inter' !important;
  border-radius: 0px !important;
}
.building-blog-post a.gutentor-button.gutentor-post-button {
  position: absolute;
  bottom: -60px;
  z-index: 9;
}
.newsletter-inner-group {
  display: flex !important;
  justify-content: flex-start;
  align-items: center !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 9 !important;
}
.newsletter-truck-img-group {
  position: relative;
  right: 0px;
  top: 0px;
  margin: 0px;
  transform: translate(0px, 0px);
  z-index: 99;
}
.newsletter-trangle-img-group {
  position: absolute;
  margin: 0px;
  right: 0px;
  transform: translate(0px, 0px);
  width: 100px;
}
.newsletter-section {
  margin-bottom: -4rem !important;
  margin-top: 0rem !important;
}
.building-newsletter {
  display: flex;
  justify-content: flex-start;
  align-items: center !important;
  gap: 12px;
  max-width: -webkit-fill-available !important;
  width: 100%;
  flex-direction: column;
}
.get-in-touch-col-stack,.quick-links-col-stack {
  align-items: center;
}
.other-info-links-main-col {
  gap: 30px !important;
}
.mail-row,.call-row,.loction-row {
  justify-content: center;
}
.copyright-row {
  padding-top: 10px !important;
  margin-top: 0px !important;
  flex-direction: column;
  row-gap: 10px;
}
#copyright-2019-all-rights-reserved-by-valid-themes {
  width: 100%;
}
.copyright-row h4.stk-block-heading__text {
  font-size: 14px !important;
  line-height: 18px !important;
  text-align: center !important;
}
.footer-section p, .footer-section .wp-block-navigation {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 14px;
}
.logo-col p.stk-block-subtitle__text.stk-subtitle {
  font-size: 14px !important;
  line-height: 24px !important;
  text-align: center;
}
.footer-section .wp-block-columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 4rem !important;
}

/********** OTHER PAGE CSS ******************/
.car-heading-row {
  flex-direction: column;
  margin-bottom: 20PX ! IMPORTANT;
}
.car-page-section {
  margin-top: 20px !important;
}
.icon-heading-row {
  flex-direction: column;
  gap: 20px;
  align-items: center !important;
  justify-content: center;
}
.usb-row {
  max-width: 600px !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
}
.car-section-right-img-stack {
  align-items: center !important;
}
.car-page-section-two {
  margin-bottom: 130px !important;
  margin-top: 30px !important;
}
.car-section-left-group {
  padding: 0.5rem;
}
.aboutus-new-page-left-col-stack {
  align-items: center !important;
}
.aboutus-page-new {
  margin-top: 0px !important;
  padding-top: 10px !important;
  margin-bottom: 30px !important;
}
.aboutus-new-page-right-col-group {
  flex-direction: column;
}
.our-gallery-heading-stack {
  padding: 0.5rem;
}
.gal-col-img-group {
  padding: 1rem;
}
.gallery-bottom-col {
  gap: 0px;
}
.gallery-top-col {
  gap: 0px;
}
.inner-disount-section {
  margin-top: 20px !important;
}
.discount-stack-inner {
  align-items: center !important;
}
#exclusive-offer {
  text-align: center;
}
.header-img {
  padding: 0px !important;
  padding-bottom: 0px !important;
}
.portfolio-section-main-col {
  padding: 0.5rem;
}
.portfolio-section-main-col-two {
  padding: 0.5rem;
}
.portfolio-section-heading-stack {
  align-items: center !important;
}
#wp--skip-link--target {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.why-us-left-col-group {
  padding: 0.5rem;
}
.why-us-heading-stack {
  align-items: center !important;
  padding: 0.5rem;
}
.wp-block-group.tour-page-left-col-stack-one-img-row {
  flex-direction: column;
  padding: 0.5rem;
}
.tour-page-left-col-stack-one {
  padding: 0.5rem;
}
.tour-page-left-col-two-stack {
  padding: 0.5rem;
}
.tour-page-left-col-three-stack {
  padding: 0.5rem;
}
.tour-page-left-col-four-stack {
  padding: 0.5rem;
}
.tour-page-main-col {
  gap: 30px !important;
}
.tour-page-right-col {
  padding: 0.5rem;
}
.tour-page-left-col-five-group {
  padding: 0.5rem;
}
}

@media screen and (max-width: 425px) {
 
}

@media screen and (max-width: 375px) {
  
}

@media screen and (max-width: 320px) {
  .two-menu-row {
    column-gap: 30px!important;
}
.const-projects-post article.gutentor-post {
  padding: 0px !important;
}
.step-heading-stack {
  rotate: 0deg;
}
.header-new h6.gutentor-text {
  font-size: 14px !important;
  line-height: 21px !important;
}
.menu-button-row {
  max-width: -webkit-fill-available !important;
  margin: 0px;
  overflow: hidden !important;
  background-color: #fff;
  justify-content: space-around !important;
  position: inherit;
  width: 100%;
  margin-top: 10px !important;
}
.aboutus-heading-stack {
  gap: 18px !important;
  align-items: center !important;
}
.aboutus-heading-stack h2.stk-block-heading__text.has-text-color {
  text-align: center;
  font-size: 24px !important;
  line-height: 32px !important;
}
.what-we-do-heading-stack {
  align-items: center !important;
}
.what-we-do-heading-stack h2.stk-block-heading__text {
  font-size: 24px !important;
  line-height: 32px !important;
  text-align: center;
}
.what-we-do-heading-stack p.stk-block-subtitle__text.stk-subtitle {
  text-align: center;
}
.form-heading-stack {
  gap: 0px;
  margin: 0px;
  align-items: center !important;
}
.form-heading-stack h2.stk-block-heading__text {
  font-size: 24px !important;
  line-height: 32px !important;
  text-align: center;
}
.building-form .wp-block-button__link::after {
  content: '\f176';
  position: absolute;
  right: 0;
  top: 50%;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 25px;
  color: #002258 !important;
  left: 0px;
  transform: translate(90px, -50%) rotate(40deg);
}
.why-choose-us-heading-stack {
  align-items: center;
  gap: 10px;
}
.why-choose-us-heading-stack h2.stk-block-heading__text {
  font-size: 22px !important;
  line-height: 32px !important;
  text-align: center;
}
.work-process-left-heading-stack {
  gap: 0px;
  align-items: center !important;
}
.work-process-left-heading-stack h2.stk-block-heading__text.has-text-color {
  text-align: center;
  font-size: 22px !important;
  line-height: 32px !important;
}
.step-section {
  margin-top: -21rem !important;
  transform: rotateZ(0deg);
}

}





  
/******************* other-page css ****************************/
.page-template-activity-page .contact-us-section {
  margin-bottom: 10rem;
}
.page-template-rental-page .contact-us-section {
  margin-bottom: 10rem;
}
.about-section .about-content {
  flex-basis: 100% !important;
  padding: 10px !important;
  text-align: center !important;
}
.about-section .about-content p, .about-section .about-content ul {
  margin-top: 10px;
  font-weight: 300;
  text-align: center;
  padding-left: 0px;
  margin: 0;
}
.about-content .wp-block-buttons {
  justify-content: center;
}
.about-section .about-content h3 {
  margin-bottom: 15px !important;
  text-align: center;
}
.tour-page-left-col-stack-one {
  justify-content: center !important;
  align-items: center !important;
}
.tour-page-section {
  padding: 30px 0px !important;
}
.tour-page-left-col-two-stack {
  align-items: center !important;
}
.tour-page-left-col-three-stack {
  align-items: center !important;
}
.tour-page-left-col-four-group h2.stk-block-heading__text.has-text-color.has-text-align-center-mobile {
  font-size: 48px !important;
}
.service-box-one-row {
  justify-content: center !important;
}
.service-box-one-stack {
  align-items: center !important;
}
.service-box-two-row {
  justify-content: center !important;
}
.service-box-two-stack {
  align-items: center !important;
}
.service-box-three-stack {
  align-items: center !important;
}
.tour-page-left-col-stack-one-img-row {
  gap: 6px !important;
}
.new-service-section {
  max-width: 100% !important;
  margin-top: 0px !important;
}
.about-content p.hire-text {
  position: static;
  transform: none;
  margin: 15px 0 0 auto !important;
  display: none;
}
.about-section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}
.about-section figure {
  text-align: right;
  position: relative;
  margin-left: 0%;
}
.about-content .stk-block-heading__bottom-line {
  display: none;
}
.new-price-section {
  max-width: 100% !important;
  overflow: visible !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.new-counter-section {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.new-footer-section {
  max-width: 100% !important;
  position: relative;
  overflow: visible !important;
  margin-top: 0%;
}
/* .portfolio-page-section .wp-block-group {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
} */
.portfolio-section-left-col-group-button-row {
  flex-wrap: wrap !important;
  display: flex;
  position: absolute;
  top: 8px;
  right: 20px;
  gap: 8px;
  row-gap: 6px;
}
.portfolio-section-heading-stack {
  justify-content: center !important;
  align-items: flex-start !important;
}
.why-us-heading-stack {
  align-items: center !important;
}
.why-us-section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.single-product-page .wp-container-core-group-is-layout-10 {
  padding: 0px 10px !important;
}
.woocommerce button.button.wp-element-button {
  background: #F5054A !important;
  color: white !important;
  font-family: 'Poppins' !important;
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 0px !important;
  width: 100% !important;
}
.woocommerce-Price-amount.amount {
  font-family: 'Poppins';
  font-size: 18px !important;
  font-weight: 600;
  line-height: 21px !important;
  color: black;
}
.woocommerce-page .woocommerce-cart-form .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column !important;
}
form.checkout.woocommerce-checkout {
  padding: 10px !important;
}


 

/* Preloader Wrapper Styles */
.spinner-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 999999;
  background: #173B45;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

/* Loader Styles */
.loader {
  width: 200px;
  height: 200px;
}

.loader img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensure the logo fits within the loader */
}





/********************** other page css *****************************/
.circle-col-one-stack {
  gap: 10px !important;
}
.circle-col-two-stack {
  gap: 10px !important;
}
.circle-col-three-stack {
  gap: 10px !important;
}
.single-blog-page-img {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.single-blog-page-img img {
  width: 300px !important;
  height: 100% !important;
  object-fit: contain !important;
}
.stk-014872e .stk-button:hover {
  background: #9A46EC !important;
  opacity: 1 !important;
}

/************* Animaction for sections ****************/
@media (min-width: 768px) and (max-width: 1920px) {
  .service-left-col.animate__slideInUp,
  .service-right-col.animate__slideInUp,
  .aboutus-left-col.animate__slideInUp,
  .aboutus-right-col.animate__slideInUp,
  .top-tour-packages-inner-group.animate__slideInUp,
  .travel-plain-center-col.animate__slideInUp,
  .travel-blog-post.animate__slideInUp,
  .team-three-col.animate__slideInUp,
  .story-main-col.animate__slideInUp,
  .our-skill-left-col.animate__slideInUp,
  .our-skill-right-col.animate__slideInUp,
  .recent-work-tab.animate__slideInUp,
  .testi-main-col.animate__slideInUp,
  .best-plan-main-col.animate__slideInUp,
  .ai-team-carsousel.animate__slideInUp,
  .footer-main-col.animate__slideInUp,
  .ai-slider.animate__slideInUp {
    animation: slideInUp;
    animation-duration: 1.5s !important;
    --animate-delay: 0s !important;
  }
  .team-two-col.animate__slideInDown,
  .newsletter-section.animate__slideInDown{
    animation: slideInDown;
    animation-duration: 1.5s !important;
    --animate-delay: 0s !important;
  }
  .faq-left-col.animate__slideInLeft,
  .blog-left-col.animate__slideInLeft,
  .is-style-buttons.animate__slideInLeft,
  .get-in-touch-left-col.animate__slideInLeft,
  .travel-plain-col.animate__slideInLeft,
  .team-one-col.animate__slideInLeft,
  .faq-left-col.animate__slideInLeft,
  .best-beach-left-col.animate__slideInLeft
   {
    animation: slideInLeft;
    animation-duration: 1.5s !important;
    --animate-delay: 0s !important;
  }

  .faq-right-col.animate__slideInRight,
  .blog-left-col.animate__slideInRight,
  .aboutus-main-col.animate__slideInRight,
  .best-beach-right-col.animate__slideInRight,
  .travel-plain-col.animate__slideInRight,
  .popular-tour-slider.animate__slideInRight,
  .team-four-col.animate__slideInRight,
  .travel-testi.animate__slideInRight,
  .faq-right-col.animate__slideInRight,
  .get-in-touch-right-col.animate__slideInRight {
    animation: slideInRight;
    animation-duration: 1.5s !important;
    --animate-delay: 0s !important;
  }

  @keyframes slideInUp {
    from {
      transform: translate3d(0, 40px, 0);
      opacity: 0;
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes slideInLeft {
    from {
      transform: translate3d(-100%, 0, 0);
      opacity: 0;
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes slideInRight {
    from {
      transform: translate3d(100%, 0, 0);
      opacity: 0;
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
}

/************************/

/************** after css remove after site scroll down ***********/

.menu-button-row::after {
  transition: opacity 0.1s ease; /* Smooth transition */
}

.menu-button-row.hidden::after {
  opacity: 0; /* Smooth hiding */
}

/************ portfolio plugin inner page css *******************/
.tlp-portfolio-detail-wrap h2.portfolio-title {
  font-family: 'Inter' !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.73px !important;
}
.portfolio-short-details {
  font-family: 'Inter' !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.tlp-portfolio label {
  font-family: 'Inter' !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 38.73px;
  padding: 2px;
  color: #15161C;
}




.buy-now a{
    padding:10px !important;
    background:#ff9d02 !important;
    BORDER-RAdius:7px !important;
    color:#fff !important;
}
.buy-now:hover a span{
    color:#000 !important;
}
.mtsnb .notification-bar a {
	font-weight: 600;
	background: #ffffff;
	color: #000;
	padding: 5px 8px;
	margin: 5px 0 5px 10px;
	font-size: 14px;
	display: inline-block;
}
.mtsnb .notification-bar span {
	font-weight: 500;
}
@media screen and (max-width: 720px) {
.mtsnb .mtsnb-container {
    padding: 10px 0px !important;
}
}
@media screen and (max-width: 768px) and (min-width: 720px) {

}
@media screen and (max-width: 375px) {

}

.header-new {
    top: 60px;
}
.building-container.newsletter-inner-group .newsletter-main-col {
    margin-left: 0em !important;
}
@media screen and (max-width: 1100px) {
.newsletter-truck-img-group figure {
    position: relative;
    right: -85px;
    top: -420px;
    margin: 0px;
    z-index: 99;
}
}
@media screen and (max-width: 900px) {
.header-new {
    top: 80px;
}
.wp-block-navigation__responsive-container.is-menu-open {
    top: 60px;
}
.newsletter-truck-img-group figure {
    position: relative;
    right: -50PX;
    top: -80PX;
    margin: 0px;
    z-index: 99;
}
}
@media screen and (max-width: 550px) {
.menu-button-row a.stk-link.stk-button.stk--hover-effect-darken {
    padding: 11px !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
    top: 100px;
}
.newsletter-truck-img-group figure {
    position: relative;
    right: 0PX;
    top: -60PX;
    margin: 0px;
    z-index: 99;
}
.team-wave-img-group{
    display:none;
}
}




