/*!
Theme Name: builtbybh
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: builtbybh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

builtbybh is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* =================================================== CSS ========================================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Poppins", sans-serif;
}

.post,
.page {
	margin: 0;
}

.main-navigation li {
	position: relative;
	width: auto;
}

ul.sub-menu {
	display: flex;
	flex-direction: column;
}

.main-navigation ul>li ul.sub-menu>li>a {
    width: 190px;
    text-align: left;
    padding: 8px 12px;
    background: #ffffff;
    font-size: 15px;
}
.main-navigation ul.sub-menu {
    gap: 0;
}
.main-navigation ul>li ul.sub-menu>li>a:hover{
	background-color: #002557;
	color: #ffffff;
}
.main-navigation li.menu-item-has-children > a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-41%);
    font-weight: 900;
    color: #000;
    padding-left: 10px;
    right: -17px;
    font-size: 13px;
}


.top-bar {
	background: #002557;
	color: #ffffff;
	padding: 8px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.left,
.right {
	display: flex;
	align-items: center;
	gap: 15px;
}

.left i,
.right i {
	margin-right: 5px;
}

.divider {
	width: 1px;
	height: 18px;
	background: rgba(255, 255, 255, 0.4);
}

.social-icons i {
	margin-left: 12px;
	cursor: pointer;
}

.social-icons i:hover {
	opacity: 0.7;
}

/* ******* Bottom Header *********** */

.btm_hdr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 30px;
	background: #fff;
	min-height: 70px;
}

/* Logo */
.hdr_logo img {
	width: 190px;
	height: auto;
	display: block;
}

/* Center Nav */
.nav {
	display: flex;
	justify-content: center;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 40px;
}

.main-navigation ul li a {
	text-decoration: none;
	color: #171717;
	font-size: 16px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

/* Remove WP default button */
.menu-toggle {
	display: none;
}

/* Quote Button */
.rpt_btn a {
	display: inline-block;
	background: #002557;
	color: white;
	text-decoration: none;
	padding: 12px 26px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

.rpt_btn a:hover, .banner-btns a:hover, a.banner-btn.dark-btn:hover{
	background-color: #000000;
	color: #ffffff;
}

.rpt_btn {
	width: 12%;
}

.hdr_logo {
	width: 15%;
}

.banner-form textarea {
	height: 135px;
	margin: 0;
}

.submit-btn-wrap p {
	margin: 0;
}

.banner-form .form-grid p {
	margin: 0 0 12px;
}



/* ***** Footer ******* */
.container {
	max-width: 1320px;
	width: 90%;
	margin: auto;
}

.site-footer {
	background: #002557;
	color: #fff;
	padding: 45px 75px 0px;
}

.container {
	width: 100%;
	max-width: 1350px;
	margin: auto;
}

/* Top Section */
.footer-top {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	padding-bottom: 80px;
}

.footer-col.about {
	width: 32%;
}

.footer-col.about img {
	width: 230px;
	margin-bottom: 10px;
}

.footer-col.about p {
	font-size: 17px;
	font-family: "Bricolage Grotesque", sans-serif;
	line-height: 1.7;
	color: #f2f2f2;
}

.footer-col h4 {
	font-size: 22px;
	font-family: "Bricolage Grotesque", sans-serif;
	margin-bottom: 28px;
	font-weight: 600;
}

.footer-col ul li {
	margin-bottom: 16px;
	font-size: 15px;
	font-family: "Bricolage Grotesque", sans-serif;
	color: #f4f4f4;
}

.footer-col ul li a {
	color: #fff;
	text-decoration: none;
	font-family: "Bricolage Grotesque", sans-serif;
}

.footer-col ul li a:hover {
	opacity: 0.8;
}

/* Bullet for links */

/* Bottom Section */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
	padding: 12px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom p {
	font-size: 14px;
	font-family: "Bricolage Grotesque", sans-serif;
	margin: 0;
}

.social-icons {
	display: flex;
	gap: 18px;
}

.social-icons a {
	color: white;
	font-size: 16px;
	font-family: "Bricolage Grotesque", sans-serif;
	text-decoration: none;
}

.footer-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-col p {
	margin: 0 0 12px;
}

/* ***************************************************** Home Page **************************************** */

/* ************ Banner Sections *************** */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.banner_sect {
	position: relative;
	background: url('https://builtbybh.site4demo.com/wp-content/uploads/2026/06/hero-banner.jpg') center center/cover no-repeat;
	min-height: 760px;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 80px;
}

.banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 27, 60, .30);
}

.banner_sect .cnt {
	/* margin:auto; */
	position: relative;
	z-index: 2;
	margin: 0% 8% 0;
}

.banner-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 125px;
}

.banner-left {
	width: 55%;
	color: #fff;
}

.banner-tag {
	display: inline-block;
	background: rgba(255, 255, 255, .18);
	backdrop-filter: blur(10px);
	padding: 10px 22px;
	border-radius: 40px;
	font-size: 14px;
	margin-bottom: 25px;
}

.banner-left h1 {
	font-size: 52px;
	line-height: 1.05;
	font-weight: 700;
	margin: 0 0 30px;
}

.banner-left p {
	max-width: 560px;
	font-size: 18px;
	line-height: 1.8;
	color: #ffffff;
	margin-bottom: 40px;
}

.banner-btns {
	display: flex;
	gap: 20px;
}

.banner-btns {
	display: flex;
	gap: 15px;
	align-items: center;
	flex-wrap: wrap;
}

.banner-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	padding: 0 32px;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s ease;
	border: 2px solid transparent;
}

/* First Button - White */
.white-btn {
	background: #002557;
	color: #ffffff;
}


/* Second Button - Dark */
.dark-btn {
	background: #ffffff;
	color: #000000;
}

a.banner-btn.white-btn {
	color: #ffffff;
}

a.banner-btn.dark-btn {
	color: #000000;
}

/* .dark-btn:hover{
    background:#0b3d93;
} */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 17px 35px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	transition: .35s;
}

.btn-primary {
	background: #082f72;
	color: #fff;
}

.btn-primary:hover {
	background: #0d3d95;
}

.btn-light {
	background: #fff;
	color: #111;
}

.btn-light:hover {
	background: #f1f1f1;
}

.banner-form {
	width: 560px;
	padding: 48px 35px 40px;
	border-radius: 25px;
	background: #FFFFFF73;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.banner-form h2 {
	font-size: 28px;
	margin-bottom: 28px;
	color: #000000;
	font-weight: 500;
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 15px;
}

.banner-form input,
.banner-form select,
.banner-form textarea {
	width: 100%;
	border: none;
	outline: none;
	border-radius: 12px;
	padding: 15px 18px;
	font-size: 15px;
	background: #fff;
}

.banner-form .submit-btn-wrap input:hover, .contact-left .submit-btn-wrap input:hover, a.blog-btn:hover {
    background-color: #000000;
}

/* .banner-form textarea {
	min-height: 150px;
	resize: none;
	margin-bottom: 25px;
} */
.submit-btn-wrap span.icon {
	position: absolute;
	background: #ffffff;
	color: #002557;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	margin: 0 auto 0;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	top: 30px;
	left: 0;
	right: 155px;
	cursor: pointer;
}

.submit-btn {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	background: #002557;
	color: #fff;
	border: none;
	padding: 9px 26px;
	border-radius: 50px;
	font-size: 16px;
	cursor: pointer;
	transition: .3s;
}

.submit-btn span {
	width: 38px;
	height: 38px;
	background: #fff;
	color: #082f72;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.submit-btn-wrap {
	width: 50%;
	position: relative;
	margin: -18px 0 0;
}

.banner-form .submit-btn-wrap input {
	background: #002557;
	color: #ffffff;
	padding: 18px 6px 18px 43px;
	border-radius: 50px;
	font-size: 17px;
	cursor: pointer;
	transition: .3s;
	font-weight: 500;
}

.banner-form span.wpcf7-spinner {
	display: none;
}


/* .submit-btn:hover {
	background: #0d3d95;
} */

/* ********* services *********** */
.services {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 0px 0;
	margin: 0 0 80px;
}

.services-box {
	flex: 1;
	text-align: center;
}

.services-box p {
	font-size: 18px;
	color: #111;
	line-height: 1.5;
	margin: 0;
	font-weight: 500;
}

.services-box img {
	max-width: 50px;
}

/* ******* About ******** */
.about-section {
	margin: 0 0 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 70px;
}

.about-left {
	width: 48%;
	position: relative;
}

.main-img img {
	width: 100%;
	display: block;
	border-radius: 20px;
}

.small-img {
	position: absolute;
	right: -8px;
	bottom: -12px;
	width: 42%;
}


.small-img img {
	width: 100%;
	display: block;
	border-radius: 16px;
	border: 8px solid #fff;
}

.about-right {
	width: 48%;
}

.sub-title {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 35px;
	color: #000000;
}

.about-right h2 {
	font-size: 42px;
	line-height: 1.1;
	margin-bottom: 30px;
	color: #000000;
}

.about-right p {
	font-size: 16px;
	line-height: 1.6;
	color: #5E5C5C;
	margin-bottom: 20px;
}

.call-btn {
	display: inline-block;
	padding: 16px 35px;
	background: #082F72;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
}

.about-right .banner-btns {
	margin: 55px 0 0;
}
.about-left img{
    transition: transform 0.8s ease;
}

.about-left img:hover {
    transform: scale(1.02);
}

/* ********* Choose US ********** */

.why-choose-us {
	position: relative;
	background: url("https://builtbybh.site4demo.com/wp-content/uploads/2026/06/background-image.jpg") center center/cover no-repeat;
	padding: 100px 0 80px;
	overflow: hidden;
	margin: 0 0 80px;
}

.bg {
	position: absolute;
	inset: 0;
	background: rgba(8, 40, 95, .72);
}

.why-content {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.left-content {
	width: 56%;
	color: #fff;
}

.why-content span.sub-title {
	color: #ffffff;
}

.sub-title {
	display: inline-block;
	margin-bottom: 25px;
	font-size: 17px;
	color: #000;
}

.left-content h2 {
	font-size: 48px;
	line-height: 1.08;
	margin-bottom: 30px;
	font-weight: 600;
}

.left-content p {
	font-size: 16px;
	line-height: 1.8;
	color: #f2f2f2;
	max-width: 720px;
	margin-bottom: 35px;
}

.feature-boxes {
	display: flex;
	gap: 30px;
	margin-bottom: 35px;
}

.feature-box {
	flex: 1;
	background: #fff;
	color: #222;
	padding: 22px;
	border-radius: 16px;
	font-size: 17px;
	line-height: 1.6;
	font-weight: 500;
}

.counter-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFFFFF4D;
	border: 1px solid #fff;
	backdrop-filter: blur(2px);
	padding: 28px;
	border-radius: 18px;
	margin-bottom: 35px;
}

.counter-item {
	text-align: center;
	color: #fff;
}

.counter-item h3 {
	font-size: 38px;
	margin-bottom: 5px;
}

.counter-item p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

.discover-btn {
	display: inline-block;
	background: #fff;
	color: #0c2d69;
	text-decoration: none;
	padding: 18px 40px;
	border-radius: 50px;
	font-weight: 600;
	transition: .3s;
}

.discover-btn:hover {
	background: #0c2d69;
	color: #fff;
}

.right-content {
	width: 44%;
	text-align: right;
}

.right-content img {
	width: 100%;
	display: block;
	margin-left: auto;
}

/* ************ Services Sections ******************** */
.services-section {
	margin: 0 0 80px;
}


/* ---------- Header ---------- */
.services-header {
	text-align: center;
	margin-bottom: 35px;
}

.services-eyebrow {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin-bottom: 14px;
}

.services-title {
	font-size: 38px;
	line-height: 1.25;
	font-weight: 700;
	color: #000;
	max-width: 900px;
	margin: 0 auto;
}

/* ---------- Tabs ---------- */
.services-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	margin-bottom: 45px;
}

.tab-btn {
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background: #ffffff;
	border: 1.5px solid #000;
	border-radius: 8px;
	padding: 18px 30px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.25s ease;
}

.tab-btn:hover {
	border-color: #002557;
}

.tab-btn.active {
	background: #002557;
	border-color: #002557;
	color: #ffffff;
	background-color: #002557;
}

/* ---------- Slider ---------- */
.slider-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-arrow {
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 5;
	transition: opacity 0.2s ease;
}

.slider-arrow img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	user-select: none;
	-webkit-user-drag: none;
}

.slider-arrow.is-disabled {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

.slider-arrow.is-hidden {
	visibility: hidden;
}

.slider-arrow.left {
	margin-right: 6px;
}

.slider-arrow.right {
	margin-left: 6px;
}

.slider-track-container {
	overflow: hidden;
	width: 100%;
	max-width: 1180px;
}

.slider-track {
	display: flex;
	gap: 24px;
}

.slide-card {
	position: relative;
	flex: 0 0 auto;
	width: 280px;
	height: 404px;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.slide-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.slide-card .slide-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 22px 20px 26px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}

.slider-track-container.center-single .slider-track {
	justify-content: center;
	width: 100%;
}

/* ---------- Tab Panels ---------- */
.tab-panel {
	display: none;
}

.tab-panel.active {
	display: flex;
}

/* ******** Process Selections ************* */
.process-section {
	padding: 0px 0px;
	background: #fff;
	margin: 0 0 80px;
}

/* .process-section .container {
    max-width: 1340px;
    margin: 0 auto;
} */

.process-content {
	background: #002557;
	border-radius: 35px;
	padding: 80px 70px;
}

.process-header {
	max-width: 750px;
	margin-bottom: 55px;
}

.process-header h2 {
	color: #fff;
	font-size: 43px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 25px;
}

.process-header p {
	color: rgba(255, 255, 255, .95);
	font-size: 16px;
	line-height: 1.7;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 48px;
	align-items: flex-start;
}

.process-item {
	position: relative;
	text-align: center;
}

.process-item:not(:first-child) .connector {
	position: absolute;
	left: -37px;
	top: 82px;
	width: 25px;
	height: 2px;
	background: #ffffff8f;
}

.process-image {
	overflow: hidden;
	border-radius: 20px;
}

.process-image img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	display: block;
}

.process-item h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
	margin-top: 22px;
}

/* Hover Effect */

.process-image img {
	transition: .4s;
}

.process-item:hover img {
	transform: scale(1.08);
}

/* ************* Blog Sections *********************** */
.blog-section {
	padding: 75px 0;
	background: #ECECEC;
	margin: 0 0 80px;
}

/* .blog-section .container{
    width:90%;
    max-width:1400px;
    margin:0 auto;
} */

.section-title {
	text-align: center;
	margin-bottom: 50px;
}

.section-title .sub-title {
	display: block;
	font-size: 20px;
	color: #111;
	margin-bottom: 20px;
	font-weight: 500;
}

.section-title h2 {
	font-size: 35px;
	line-height: 1.1;
	font-weight: 600;
	color: #111;
	margin: 0;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	align-items: stretch;
}

.blog-card {
	background: #fff;
	border-radius: 24px;
	padding: 22px 22px 35px;
	transition: .3s;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.our_process .blog-content {
    display: block;
}

.blog-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.blog-image {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 25px;
}

.blog-image img {
	width: 100%;
	display: block;
	height: 300px;
	object-fit: cover;
}

.blog-meta {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 22px;
	color: #222;
	font-size: 15px;
}

.blog-meta span {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #000000;
}

.blog-meta i {
	color: #171c72;
}

.blog-content h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	color: #000000;
	flex: 1;
}

.blog-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #002557;
	color: #fff;
	padding: 10px 24px 10px 10px;
	border-radius: 40px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	transition: .3s;
}

.blog-btn:hover {
	background: #0d135d;
	color: #fff;
}

.blog-btn .icon {
	width: 36px;
	height: 36px;
	background: #fff;
	color: #161d74;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

a.blog-btn {
	color: #ffffff;
	margin: 30px 0 0;
	align-self: flex-start;
	display: inline-flex;
}

/* *********** Testimonials ****************** */
.testimonial_sec {
	/* padding:100px 0; */
	background: #fff;
	position: relative;
	overflow: hidden;
	margin: 0 0 80px;
}

.testimonial_sec::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("https://builtbybh.site4demo.com/wp-content/uploads/2026/06/testimonial-bg.png") center center no-repeat;
	background-size: cover;
	opacity: .05;
}

.testimonial_sec .tst_content {
	/* max-width:1320px; */
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}

.testimonial_sec .heading {
	text-align: center;
	margin-bottom: 40px;
}

.testimonial_sec .heading h2 {
	font-size: 48px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 15px;
}

.testimonial_sec .heading p {
	max-width: 700px;
	margin: auto;
	color: #000000;
	font-size: 16px;
	line-height: 30px;
}

.testimonial_sec .tstml_row {
	margin-top: 40px;
}

.testimonial_sec .tstml_col {
	background: #002557;
	border-radius: 16px;
	padding: 35px;
	color: #fff;
	min-height: 360px;
	transition: .4s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.testimonial_sec .tstml_col:hover {
	transform: translateY(-8px);
}

.testimonial_sec .tstml_col .strat_img {
	margin-bottom: 20px;
}

.testimonial_sec .tstml_col .strat_img i {
	color: #f8c32c;
	font-size: 16px;
	margin-right: 3px;
}

.testimonial_sec .tstml_col h5 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 18px;
}

.testimonial_sec .tstml_col p {
	color: #ffffff;
	line-height: 28px;
	font-size: 15px;
	height: 140px;
	overflow-y: auto;
	padding-right: 10px;

	/* Firefox */
	scrollbar-width: thin;
	scrollbar-color: transparent transparent;
}

/* Chrome, Edge & Safari */
.testimonial_sec .tstml_col p::-webkit-scrollbar {
	width: 6px;
}

.testimonial_sec .tstml_col p::-webkit-scrollbar-track {
	background: transparent;
}

.testimonial_sec .tstml_col p::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 20px;
	transition: .3s;
}

/* Show scrollbar on hover */
.testimonial_sec .tstml_col p:hover {
	scrollbar-color: #52729c #002557;
}

.testimonial_sec .tstml_col p:hover::-webkit-scrollbar-track {
	background: #002557;
}

.testimonial_sec .tstml_col p:hover::-webkit-scrollbar-thumb {
	background: #EFC320;
}

.testimonial_sec .tstml_col .client_info {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 5px;
}

.testimonial_sec .tstml_col .client_info img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #fff;
}

.testimonial_sec .tstml_col .client_name h6 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
}

.testimonial_sec .tstml_col .client_name span {
	color: #ffffff;
	font-size: 14px;
}

.testimonial_sec .owl-dots {
	margin-top: 40px;
	text-align: center;
}

.testimonial_sec .owl-dot {
	width: 12px;
	height: 12px;
	background: #d5d5d5 !important;
	border-radius: 50%;
	margin: 0 6px;
}

.testimonial_sec .owl-dot span {
	display: none;
}

.testimonial_sec .owl-dot.active {
	background: #042f6b !important;
}



/* *********** Luxury Home Section ****************** */
.hero-banner {
	position: relative;
	overflow: hidden;
	background: #002557D6;
	background-image: url(https://builtbybh.site4demo.com/wp-content/uploads/2026/06/background-image-1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 0 0;
	margin-bottom: 80px;
}

.hero-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #002557D6;
}

.hero-banner .hero_bg {
	position: relative;
	z-index: 2;
	/* width:90%;
    max-width:1400px; */
	margin: auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.hero-content {
	padding: 40px 0 120px;
}

.hero-content h1 {
	font-size: 56px;
	line-height: 1.1;
	color: #fff;
	font-weight: 600;
	margin: 0 0 35px;
}

.hero-content p {
	color: #fff;
	font-size: 17px;
	line-height: 1.6;
	max-width: 651px;
	margin-bottom: 30px;
}

.hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 42px;
	background: #fff;
	color: #222;
	text-decoration: none;
	border-radius: 60px;
	font-size: 24px;
	font-weight: 600;
	transition: .3s;
}

.hero-btn:hover {
	background: #f1f1f1;
	transform: translateY(-3px);
}

.hero-image {
	width: 42%;
	text-align: right;
}

.hero-image img {
	width: 100%;
	max-width: 650px;
	display: block;
	margin-left: auto;
}

/* *************** Contact Form ******************** */
.contact-section {
	/* padding: 35px 0;
    background: #fff; */
	margin: 0 0 80px;
}

.contact-section .contact_row {
	/* max-width:1320px;
    width:90%;
    margin:auto; */
	display: flex;
	justify-content: space-between;
	gap: 70px;
}

.contact-left,
.contact-right {
	width: 50%;
}

.contact-section h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #111;
}

/* .contact-form {
	background: #00255780;
	padding: 50px 30px 40px;
	border-radius: 30px;
} */
.contact-left form {
	background: #00255780;
	padding: 70px 30px 75px;
	border-radius: 30px;
	position: relative;
}

.contact-left .submit-btn-wrap {
	width: 38%;
	position: absolute;
	margin: -18px 0 0px -28px;
	bottom: -125px;
}

span.wpcf7-not-valid-tip {
	color: #002557;
}

.form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 18px;
}

/* .contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 14px;
	padding: 18px 20px;
	font-size: 16px;
	color: #333;
	font-family: inherit;
} */
.contact-left input,
.contact-left textarea {
	width: 100%;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 14px;
	padding: 12px 20px;
	font-size: 16px;
	color: #333;
}

.contact-left textarea {
	height: 140px;
	resize: none;
}

.contact-left p {
	margin: 0 0 8px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 22px;
	font-weight: 600;
	border-radius: 50px;
	transition: .3s;
}

.contact-left .submit-btn-wrap input {
	background: #002557;
	color: #ffffff;
	padding: 18px 6px 18px 43px;
	border-radius: 50px;
	font-size: 17px;
	cursor: pointer;
	transition: .3s;
	font-weight: 500;
}

.btn-primary {
	margin-top: 20px;
	background: #131d70;
	color: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .20);
}

.btn-primary:hover {
	background: #0f185d;
}

.arrow {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	color: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-size: 20px;
}

.map-box {
	overflow: hidden;
	border-radius: 20px;
}

.map-box img {
	width: 100%;
	display: block;
}

.location-buttons {
	display: flex;
	gap: 18px;
	margin-top: 35px;
}

.location-buttons .btn {
	flex: 1;
	padding: 18px;
}

.btn-outline {
	background: #fff;
	color: #111;
	border: 2px solid #131d70;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.btn-outline:hover {
	background: #131d70;
	color: #fff;
}

.location-buttons .banner-btns .dark-btn {
	border: 1px solid #002557;
}

.location-buttons .banner-btn {
	padding: 0 75px;
}

button.submit-btn {
	margin: 35px 0 0;
	padding: 9px 61px 9px 20px;
	gap: 55px;
	font-size: 17px;
	font-weight: 600;
}

/* ********** Faqs Sections ***************** */

.faq-section {
	background: #002557BF;
	padding: 90px 0;
}

.faq-section .faq_row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

/* .faq-left{
    width:38%;
} */

.faq-right {
	width: 62%;
}

.faq-left h2 {
	color: #fff;
	font-size: 55px;
	font-weight: 600;
	line-height: 1.05;
	margin: 0px;
}

.faq-item {
	background: #fff;
	border-radius: 16px;
	margin-bottom: 18px;
	overflow: hidden;
}

.faq-item summary {
	list-style: none;
	cursor: pointer;
	padding: 18px 28px;
	font-size: 20px;
	font-weight: 500;
	color: #222;
	position: relative;
	transition: .3s;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	content: "+";
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 300;
	transition: .3s;
}

.faq-item[open] summary::after {
	content: "−";
}

.faq-content {
	padding: 0 28px 25px;
}

.faq-content p {
	margin: 0;
	color: #555;
	line-height: 1.8;
	font-size: 17px;
}

.map-box iframe {
    width: 100%;
}
	.cnt_left h3 {
    font-size: 26px;
}


/* ************************* Responsive CSS ******************************** */
@media (min-width: 1200px) and (max-width: 1440px) 
{

	.hdr_logo img {
		width: 145px;
	}
	.main-navigation ul li a {
		font-size: 15px;
	}

	.rpt_btn a {
		font-size: 14px;
	}

	.main-navigation ul {
		gap: 25px;
	}

	.social-icons {
		gap: 6px;
	}

	.banner-tag {
		font-size: 13px;
		margin-bottom: 20px;
	}

	.banner-left h1 {
		font-size: 45px;
		margin: 0 0 25px;
	}

	.banner-left p {
		font-size: 16px;
		margin-bottom: 27px;
	}

	.banner-btn {
		height: 45px;
		padding: 0 30px;
		font-size: 13px;
	}

	button.submit-btn {
		margin: 5px 0 0;
		padding: 6px 38px 6px 16px;
		gap: 22px;
		font-size: 15px;
	}

	.banner-form input,
	.banner-form select,
	.banner-form textarea {
		padding: 10px 18px;
		font-size: 13px;
	}

	.container {
		max-width: 88%;
	}

	.banner_sect {
		margin-bottom: 60px;
		min-height: 600px;
	}

	.services-box p {
		font-size: 15px;
	}

	.services {
		margin: 0 0 60px;
	}

	.about-right h2 {
		font-size: 32px;
		margin-bottom: 20px
	}

	.about-right .banner-btns {
		margin: 30px 0 0;
	}

	.about-section {
		margin: 0 0 80px;
		gap: 50px;
	}

	.sub-title {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.left-content h2 {
		font-size: 32px;
		margin-bottom: 16px;
	}

	.left-content p {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.feature-box {
		padding: 18px;
		font-size: 14px;
	}

	.counter-item h3 {
		font-size: 25px;
		margin-bottom: 5px;
	}

	.counter-box {
		padding: 15px;
		margin-bottom: 28px;
	}

	.why-choose-us {
		padding: 60px 0 55px;
		margin: 0 0 65px;
	}

	.services-title {
		font-size: 32px;
	}

	.tab-btn {
		font-size: 14px;
		padding: 13px 25px;
	}

	.services-tabs {
		margin-bottom: 35px;
	}

	.process-header h2 {
		font-size: 35px;
		margin-bottom: 18px;
	}

	.process-header {
		margin-bottom: 38px;
	}

	.process-content {
		padding: 50px 55px;
	}

	.process-item h3 {
		font-size: 15px;
		margin-top: 18px;
	}

	.process-section {
		margin: 0 0 70px;
	}

	.blog-section {
		padding: 50px 0;
		margin: 0 0 60px;
	}

	.section-title h2 {
		font-size: 30px;
		margin: 0;
	}

	a.blog-btn {
		margin: 25px 0 0;
		font-size: 16px;
	}

	.blog-content h3 {
		font-size: 22px;
	}

	.testimonial_sec .heading h2 {
		font-size: 35px;
		margin-bottom: 15px;
	}

	.testimonial_sec .owl-dots {
		margin-top: 20px;
	}

	.testimonial_sec {
		margin: 0 0 60px;
	}

	.hero-content h1 {
		font-size: 35px;
	}

	.hero-banner {
		padding: 55px 0 0;
		margin-bottom: 60px;
	}

	.contact-section h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.contact-form input,
	.contact-form textarea {
		padding: 12px 18px;
		font-size: 13px;
	}

	.contact-section .contact_row {
		gap: 45px;
	}

	.location-buttons .banner-btn {
		padding: 0 50px;
	}

	.contact-form textarea {
		height: 105px;
	}

	.contact-form {
		padding: 50px 30px 30px;
	}

	.contact-left button.submit-btn {
		margin: 28px 0 0px;
	}

	.faq-item summary {
		padding: 16px 25px;
		font-size: 15px;
	}

	.faq-left h2 {
		font-size: 40px;
		margin: 0px;
	}

	.faq-section {
		padding: 60px 0;
	}

	.faq-content p {
		font-size: 15px;
	}

	.contact-section {
		margin: 0 0 60px;
	}

	.site-footer {
		padding: 35px 18px 0px;
	}

	.footer-top {
		padding-bottom: 30px;
	}

	.footer-col p {
		margin: 0 0 8px;
		font-size: 14px;
	}

	.footer-col.about p {
		font-size: 16px;
	}

	.footer-col ul li {
		margin-bottom: 10px;
		font-size: 15px;
	}

	.footer-col h4 {
		font-size: 21px;
		margin-bottom: 18px;
	}

	.testimonial_sec .tstml_col {
		padding: 25px;
	}

	.testimonial_sec .tstml_col .client_name h6 {
		font-size: 16px;
		margin-bottom: 3px;
	}

	.faq-right {
		width: 68%;
	}
	.cnt_left h3 {
    font-size: 24px !important;
}

.cnt_right .submit-btn-wrap {
    width: 48% !important;
}	

}





@media (min-width: 1441px) and (max-width: 1880px) {

	.container {
		max-width: 88%;
	}


	.hdr_logo img {
		width: 170px;
	}

	.main-navigation ul {
		gap: 32px;
	}

	.main-navigation ul li a {
		font-size: 16px;
	}

	.rpt_btn a {
		font-size: 15px;
		padding: 12px 24px;
	}

	.social-icons {
		gap: 10px;
	}

	.banner_sect {
		min-height: 700px;
		margin-bottom: 70px;
	}

	.banner-tag {
		font-size: 14px;
		margin-bottom: 22px;
	}

	.banner-left h1 {
		font-size: 50px;
		margin-bottom: 28px;
	}

	.banner-left p {
		font-size: 17px;
		margin-bottom: 35px;
	}

	.banner-btn {
		height: 48px;
		padding: 0 32px;
		font-size: 15px;
	}

	button.submit-btn {
		margin-top: 10px;
		padding: 8px 30px 8px 18px;
		gap: 20px;
		font-size: 15px;
	}

	.banner-form input,
	.banner-form select,
	.banner-form textarea {
		padding: 12px 18px;
		font-size: 14px;
	}

	.services {
		margin-bottom: 70px;
	}

	.services-box p {
		font-size: 16px;
	}

	.about-section {
		margin-bottom: 90px;
		gap: 60px;
	}

	.sub-title {
		margin-bottom: 25px;
		font-size: 17px;
	}

	.about-right h2 {
		font-size: 38px;
		margin-bottom: 25px;
	}

	.about-right .banner-btns {
		margin-top: 40px;
	}

	.why-choose-us {
		padding: 80px 0;
		margin-bottom: 70px;
	}

	.left-content h2 {
		font-size: 40px;
		margin-bottom: 22px;
	}

	.left-content p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.feature-box {
		padding: 20px;
		font-size: 16px;
	}

	.counter-box {
		padding: 22px;
		margin-bottom: 32px;
	}

	.counter-item h3 {
		font-size: 32px;
	}

	.services-title {
		font-size: 38px;
	}

	.services-tabs {
		margin-bottom: 40px;
	}

	.tab-btn {
		padding: 14px 28px;
		font-size: 15px;
	}

	.process-section {
		margin-bottom: 80px;
	}

	.process-header {
		margin-bottom: 45px;
	}

	.process-header h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.process-content {
		padding: 60px;
	}

	.process-item h3 {
		font-size: 17px;
		margin-top: 20px;
	}

	.blog-section {
		padding: 60px 0;
		margin-bottom: 70px;
	}

	.section-title h2 {
		font-size: 36px;
	}

	a.blog-btn {
		margin-top: 30px;
		font-size: 17px;
	}

	.blog-content h3 {
		font-size: 24px;
	}

	.testimonial_sec {
		margin-bottom: 70px;
	}

	.testimonial_sec .heading h2 {
		font-size: 40px;
		margin-bottom: 18px;
	}

	.testimonial_sec .tstml_col {
		padding: 30px;
	}

	.testimonial_sec .tstml_col .client_name h6 {
		font-size: 17px;
	}

	.testimonial_sec .owl-dots {
		margin-top: 25px;
	}

	.hero-banner {
		padding-top: 70px;
		margin-bottom: 70px;
	}

	.hero-content h1 {
		font-size: 42px;
	}

	.contact-section {
		margin-bottom: 70px;
	}

	.contact-section h2 {
		font-size: 30px;
		margin-bottom: 18px;
	}

	.contact-section .contact_row {
		gap: 60px;
	}

	.contact-form {
		padding: 55px 35px 35px;
	}

	.contact-form input,
	.contact-form textarea {
		padding: 14px 18px;
		font-size: 14px;
	}

	.contact-form textarea {
		height: 130px;
	}

	.contact-left button.submit-btn {
		margin-top: 30px;
	}

	.location-buttons .banner-btn {
		padding: 0 55px;
	}

	.faq-section {
		padding: 70px 0;
	}

	.faq-left h2 {
		font-size: 45px;
	}

	.faq-content p {
		font-size: 16px;
	}

	.faq-item summary {
		padding: 18px 28px;
		font-size: 16px;
	}

	.faq-right {
		width: 65%;
	}

	.site-footer {
		padding: 45px 35px 0;
	}

	.footer-top {
		padding-bottom: 45px;
	}

	.footer-col h4 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.footer-col.about p {
		font-size: 17px;
	}

	.footer-col p {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.footer-col ul li {
		font-size: 16px;
		margin-bottom: 12px;
	}

}


@media (min-width: 992px) and (max-width: 1199px) {

	.container {
		max-width: 90%;
	}

	/* ================= Header ================= */

	.top-bar {
		padding: 8px 15px;
		font-size: 13px;
	}

	.left,
	.right {
		gap: 10px;
	}

	.btm_hdr {
		padding: 12px 15px;
	}

	.hdr_logo {
		width: 15%;
	}

	.hdr_logo img {
		width: 125px;
	}

	.nav {
		width: 62%;
	}

	.main-navigation ul {
		gap: 18px;
	}

	.main-navigation ul li a {
		font-size: 12px;
	}

	.rpt_btn {
		width: 12%;
		text-align: right;
	}

	.rpt_btn a {
		font-size: 13px;
		padding: 10px 18px;
	}

	.social-icons {
		gap: 5px;
	}

	/* ================= Banner ================= */

	.banner_sect {
		min-height: 560px;
		margin-bottom: 50px;
	}

	.banner-content {
		gap: 40px;
	}

	.banner-left {
		width: 52%;
	}

	.banner-tag {
		font-size: 12px;
		margin-bottom: 18px;
	}

	.banner-left h1 {
		font-size: 38px;
		margin-bottom: 20px;
	}

	.banner-left p {
		font-size: 15px;
		margin-bottom: 22px;
	}

	.banner-btn {
		height: 42px;
		padding: 0 24px;
		font-size: 13px;
	}

	.banner-form {
		width: 430px;
		padding: 30px 25px;
	}

	.banner-form h2 {
		font-size: 24px;
	}

	.banner-form input,
	.banner-form select,
	.banner-form textarea {
		padding: 10px 15px;
		font-size: 13px;
	}

	button.submit-btn {
		padding: 6px 16px;
		font-size: 14px;
		gap: 15px;
	}

	/* ================= Services ================= */

	.services {
		margin-bottom: 50px;
		gap: 20px;
	}

	.services-box p {
		font-size: 12px;
	}

	/* ================= About ================= */

	.about-section {
		gap: 35px;
		margin-bottom: 60px;
	}

	.sub-title {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.about-right h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.about-right p {
		font-size: 14px;
	}

	.about-right .banner-btns {
		margin-top: 25px;
	}

	/* ================= Why Choose ================= */

	.why-choose-us {
		padding: 50px 0;
		margin-bottom: 50px;
	}

	.left-content h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.left-content p {
		font-size: 12px;
	}

	.feature-boxes {
		gap: 15px;
	}

	.feature-box {
		padding: 15px;
		font-size: 13px;
	}

	.counter-box {
		padding: 15px;
		margin-bottom: 20px;
	}

	.counter-item h3 {
		font-size: 24px;
	}

	.discover-btn {
		padding: 14px 30px;
	}

	/* ================= Services Tabs ================= */

	.services-title {
		font-size: 28px;
	}

	.services-tabs {
		margin-bottom: 30px;
	}

	.tab-btn {
		padding: 12px 20px;
		font-size: 13px;
	}

	/* ================= Process ================= */

	.process-section {
		margin-bottom: 60px;
	}

	.process-header {
		margin-bottom: 30px;
	}

	.process-header h2 {
		font-size: 30px;
	}

	.process-content {
		padding: 40px;
	}

	.process-item h3 {
		font-size: 14px;
	}

	/* ================= Blog ================= */

	.blog-section {
		padding: 45px 0;
		margin-bottom: 50px;
	}

	.section-title h2 {
		font-size: 28px;
	}

	.blog-content h3 {
		font-size: 20px;
	}

	a.blog-btn {
		font-size: 15px;
	}

	/* ================= Testimonials ================= */

	.testimonial_sec {
		margin-bottom: 50px;
	}

	.testimonial_sec .heading h2 {
		font-size: 30px;
	}

	.testimonial_sec .tstml_col {
		padding: 20px;
	}

	.testimonial_sec .tstml_col .client_name h6 {
		font-size: 15px;
	}

	/* ================= Hero ================= */

	.hero-banner {
		margin-bottom: 50px;
		padding-top: 45px;
	}

	.hero-content h1 {
		font-size: 30px;
	}

	/* ================= Contact ================= */

	.contact-section {
		margin-bottom: 50px;
	}

	.contact-section .contact_row {
		gap: 30px;
	}

	.contact-section h2 {
		font-size: 24px;
	}

	.contact-form {
		padding: 35px 25px;
	}

	.contact-form input,
	.contact-form textarea {
		padding: 12px 15px;
		font-size: 13px;
	}

	.contact-form textarea {
		height: 100px;
	}

	.location-buttons .banner-btn {
		padding: 0 35px;
	}

	/* ================= FAQ ================= */

	.faq-section {
		padding: 50px 0;
	}

	.faq-left h2 {
		font-size: 34px;
	}

	.faq-content p {
		font-size: 14px;
	}

	.faq-item summary {
		padding: 15px 20px;
		font-size: 14px;
	}

	.faq-right {
		width: 65%;
	}

	/* ================= Footer ================= */

	.site-footer {
		padding: 30px 20px 0;
	}

	.footer-top {
		gap: 25px;
		padding-bottom: 25px;
	}

	.footer-col.about img {
		width: 180px;
	}

	.footer-col.about p {
		font-size: 15px;
	}

	.footer-col h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.footer-col ul li {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.footer-bottom {
		padding: 12px 0;
	}

}


/********** About Pages **********/
.abt_section .banner-left {
	width: 100%;
}

.abt_section .banner_sect {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 80px;
}

.abt_section .banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 27, 60, 0.5);
}

.abt_section .banner_sect .cnt {
	width: 100%;
	text-align: center;
}

.abt_section .banner-btns {
	justify-content: center;
	margin: 40px 0 0;
}

/********** Services Pages **********/
.services_section .banner-left {
	width: 100%;
}

.services_section .banner_sect {
	position: relative;
	background: url('https://builtbybh.site4demo.com/wp-content/uploads/2026/07/srvice_banner.jpg') center center/cover no-repeat;
	min-height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 80px;
}

.services_section .banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 27, 60, 0.5);
}

.services_section .banner_sect .cnt {
	width: 100%;
	text-align: center;
}

.services_section .banner-btns {
	justify-content: center;
	margin: 40px 0 0;
}

.service_area .services-title {
	margin: 0;
}

.service_area .services-header {
	text-align: left;
}

/* ********* Custom Service *************** */

.gallery-section {
	width: 56%;
}

.gallery-large img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 15px;
}

.gallery-slider {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.thumb-wrapper {
	overflow: hidden;
	width: 100%;
}

.thumb-track {
	display: flex;
	gap: 15px;
	transition: .4s;
}

.thumb {
	width: 130px;
	height: 90px;
	object-fit: cover;
	border-radius: 10px;
	cursor: pointer;
	flex-shrink: 0;
	border: 3px solid transparent;
	transition: .3s;
}

.thumb:hover {
	opacity: .8;
}

.thumb.active {
	border-color: #0a4ea3;
}

.slider-btn {
	width: 45px;
	height: 45px;
	border: none;
	background: #002557;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	/* margin:0 10px; */
	font-size: 18px;
	display: flex;
	margin: -70% 0 0;
	align-items: center;
}

.services-content .services-header {
	text-align: left;
	margin: 20px 0 0;
}

.thumb-track {
	display: flex;
	gap: 15px;
	transition: .5s ease;
}

.service_row .banner-form {
	background-color: #c0b9b95c;
	width: 40%;
}

.service_row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 45px 0 70px;
}

/* ********* Contact Us ************ */
.contact_section .banner-left {
	width: 100%;
}

.contact_section .banner_sect {
	position: relative;
	/* 	background: url('https://builtbybh.site4demo.com/wp-content/uploads/2026/07/contact_banner.jpg') center center/cover no-repeat; */
	min-height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 80px;
}

.contact_section .banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 27, 60, 0.5);
}

.contact_section .banner_sect .cnt {
	width: 100%;
	text-align: center;
}

.contact_section .banner-btns {
	justify-content: center;
	margin: 40px 0 0;
}

.cnt_sect {
	margin: 0 0 70px;
}

.cnt_sect .services-header p.services-eyebrow {
	padding: 10px 20% 0;
}

.cnt_row {
	display: flex;
	justify-content: space-between;
	margin: 0 5% 0;
}

.cnt_right {
	width: 62%;
}

.cnt_left {
	width: 38%;
	background: #002557;
	padding: 60px 35px 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.cnt_left h3 {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 600;
	color: #ffffff;
	padding: 0 0 10px;
}

.cnt_left .cnt_icon {
	color: #ffffff;
	font-size: 20px;
}

.cnt_left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cnt_left li {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	margin: 0 0 28px;
}

.cnt_left a,
.cnt_left p {
	font-size: 15px;
	line-height: 1.1;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	margin: 0 0 0px;
	padding: 0 0 3px;
}
.cnt_right p {
    margin: 0 0 10px;
}

.cnt_right .submit-btn-wrap input {
    background: #002557;
    color: #ffffff;
    padding: 18px 6px 18px 43px;
    border-radius: 50px;
    font-size: 17px;
    cursor: pointer;
    transition: .3s;
    font-weight: 500;
}
.cnt_right .submit-btn-wrap span.wpcf7-spinner {
    display: none;
}
.cnt_right .submit-btn-wrap {
    margin: 20px 0 0;
	width: 36%;
}

.cnt_right form {
	background: #00255780;
	padding: 70px 30px 75px;
	border-radius: 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 60px 65px 66px;
	position: relative;
}


.cnt_right input,
.cnt_right textarea {
	width: 100%;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 14px;
	padding: 12px 20px;
	font-size: 16px;
	color: #333;
}

.cnt_right textarea {
	height: 140px;
	resize: none;
}


/* ****** Testimonials Sections ******* */

.testimoinial_banner .banner-left {
	width: 100%;
}

.testimoinial_banner .banner_sect {
	position: relative;
	/* 	background: url('https://builtbybh.site4demo.com/wp-content/uploads/2026/07/testimonials_banner.jpg') center center/cover no-repeat; */
	min-height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 80px;
}

.testimoinial_banner .banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 27, 60, 0.5);
}

.testimoinial_banner .banner_sect .cnt {
	width: 100%;
	text-align: center;
}

.testimoinial_banner .banner-btns {
	justify-content: center;
	margin: 40px 0 0;
}

.service_area .services-title {
	margin: 0;
}

.service_area .services-header {
	text-align: left;
}



.testimonial-section {
	margin: 0 0 70px;
}

.section-title {
	text-align: center;
	font-size: 56px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #000000;
	margin-bottom: 60px;
}

.testimonial-box {
	display: flex;
	align-items: flex-start;
	gap: 35px;
	padding: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
	margin: 0 8% 30px;
}

.testimonial-image {
	width: 30%;
}

.testimonial-image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}

.testimonial-content {
	width: 66%;
}

.testimonial-content p {
	font-size: 18px;
	line-height: 1.8;
	color: #000000;
}

.testimonial-content h4 {
	margin-top: 29px;
	text-align: right;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	padding: 0 65px 0;
}

/* ****** Our Process ********** */
.process_banner .banner-left {
	width: 100%;
}

.process_banner .banner_sect {
	position: relative;
	/* 	background: url('https://builtbybh.site4demo.com/wp-content/uploads/2026/07/process-banner.jpg') center center/cover no-repeat; */
	min-height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 80px;
}

.process_banner .banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 27, 60, 0.5);
}

.process_banner .banner_sect .cnt {
	width: 100%;
	text-align: center;
}

.process_banner .banner-btns {
	justify-content: center;
	margin: 40px 0 0;
}

.our_process p.services-eyebrow {
	padding: 0 18% 0;
}

.our_process {
	margin: 0 0 70px;
}





#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	color: #000;
	font-size: 16px;
	font-weight: 500s;
}


/* ************ Our Process ***************** */
.our_process .blog-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.our_process .blog-card {
	background: #ECECEC;
}

.our_process .blog-image img {
	height: 210px;
}

.our_process .blog-content h3 {
	font-size: 20px;
}

.our_process .blog-content ul {
	padding: 5px 15px 0;
	margin: 0;
}

.our_process .blog-content ul li p {
	color: #000000;
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 6px;
}

/* ********** Gallery Idea ************** */
.idea-gallery {
	margin: 0 0 70px;
}


.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.gallery-item img {
	width: 100%;
	height: 330px;
	object-fit: cover;
	display: block;
	transition: .6s;
}

.gallery-item:hover img {
	transform: scale(1.12);
}

.gallery-grid .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 37, 87, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: .4s;
}

.gallery-item:hover .overlay {
	opacity: 1;
}

.gallery-grid .overlay h3 {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	transform: translateY(30px);
	transition: .4s;
}

.gallery-item:hover .overlay h3 {
	transform: translateY(0);
}

/* ******** Gallery Kitchens *********** */
.kitchen-gallery {
	padding: 0px 0;
	margin: 0 0 70px;
}

.kitchen-gallery .container {
	width: 90%;
	max-width: 1400px;
	margin: auto;
}

.kitchen-gallery h2 {
	text-align: center;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 3px;
	margin-bottom: 60px;
}

.gallery-grid {

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;

}

.gallery-grid a {

	display: block;
	overflow: hidden;

}

.gallery-grid img {

	width: 100%;
	height: 370px;
	object-fit: cover;
	display: block;
	transition: .4s;

}

.gallery-grid img:hover {

	transform: scale(1.08);

}

.glightbox-container .gcontainer {
	background: rgba(0, 37, 87, .5);
}


/* ********* Major Renovations ********** */

.rnvts-gallery .gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}

.gallery-item {
	text-align: center;
}

.gallery-image {
	overflow: hidden;
}

.gallery-image img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
	transition: 0.5s ease;
}

.gallery-image:hover img {
	transform: scale(1.1);
}

.gallery-item h3 {
	margin-top: 10px;
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	transition: .3s;
}

.rnvts-gallery {
	margin: 0 0 70px;
}

/* ******* Gallery Wilcox *********** */
.wilcox-gallery p.services-eyebrow {
	padding: 12px 15% 0px;
}

.wilcox-gallery .gallery-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.gallery-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.before-img {
	width: 48%;
}

.after-img {
	width: 48%;
}

.wilcox-gallery .gallery-row h2.services-title {
	font-size: 25px;
	font-weight: 500;
}

.gallery-row .services-header {
	margin: 0 0 18px;
}


/* ******** Project Gallery *********** */
.project-sect {
	margin: 0 0 70px;
}

.project-sect .gallery-grid {
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.project-sect h2.services-title {
	font-size: 25px;
	text-align: left;
	margin: 0 0 0;
	padding: 0 0 10px;
}

.project-sect .services-header {
	margin: 0 0 15px;
}

.project-sect .services-header {
	margin: 0px 0 15px;
	border-bottom: 2px solid #cfc7c7;
	padding: 0px 0 0;
}

.project-sect .gallery-grid img {
	height: 150px;
}

.page-template-blog .blog-card {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.gallery-item a {
	text-decoration: none;
}

.gallery-item a:hover {
	text-decoration: none;
}

.gallery-item h3 {
	text-decoration: none;
}

/* ********* Blog Page *********** */
header.entry-header h1.entry-title {
	font-size: 32px;
	line-height: 1.1;
	color: #000000;
    margin: 40px 0 20px;
    font-weight: 600;
}

header.entry-header .entry-meta {
	color: #000000;
	margin: 0 0 15px;
	font-size: 16px;
}

header.entry-header .entry-meta a {
    color: #002557;
    text-decoration: none;
}

.entry-content p,
.entry-content a,
.entry-content li {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-bottom: 10px;	
    text-decoration: none;
}

.entry-content h2,
.entry-content h3 {
	font-size: 25px;
	line-height: 1.1;
	color: #000000;
    margin: 35px 0 18px;
	font-weight: 300;
}
.entry-content a b {
    color: #002557;
    font-weight: 600;
}
.entry-content ul {
    margin: 0;
    padding: 0 20px 0;
}
.entry-content ol {
    margin: 0;
    padding: 0 15px 0;
}
.post-thumbnail img {
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
	width: 100%;
}
footer.entry-footer a {
    color: #000000;
}
.nav-links a {
    color: #000000;
}
.bg-sct {
    margin-bottom: 70px;
}
header.entry-header h2.entry-title a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}

/* ********* Animatons ****************** */
/* Left Content Animation */

.animate-left{
    animation:slideLeft 1s ease forwards;
    opacity:0;
}

@keyframes slideLeft{

    0%{
        opacity:0;
        transform:translateX(-80px);
    }

    100%{
        opacity:1;
        transform:translateX(0);
    }

}


/* Right Form Animation */

.animate-right{
    animation:slideRight 1s ease .4s forwards;
    opacity:0;
}

@keyframes slideRight{

    0%{
        opacity:0;
        transform:translateX(80px);
    }

    100%{
        opacity:1;
        transform:translateX(0);
    }

}


/* Button Animation */

.animate-up{
    animation:slideUp 1s ease .8s forwards;
    opacity:0;
}

@keyframes slideUp{

    0%{
        opacity:0;
        transform:translateY(40px);
    }

    100%{
        opacity:1;
        transform:translateY(0);
    }

}

.banner-tag{
    opacity:0;
    animation:fadeDown .8s ease .2s forwards;
}

.banner-left h1{
    opacity:0;
    animation:fadeUp 1s ease .5s forwards;
}

.banner-left p{
    opacity:0;
    animation:fadeUp 1s ease .8s forwards;
}

.banner-btns{
    opacity:0;
    animation:fadeUp 1s ease 1.1s forwards;
}

@keyframes fadeDown{

    from{
        opacity:0;
        transform:translateY(-30px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* ******************* */
.reveal{
    opacity:0;
    transform:translateY(60px);
    transition:all .8s ease;
}

.reveal.active{
    opacity:1;
    transform:translateY(0);
}


.cnt_sect.custom-homes-fr .cnt_right {
    margin: auto;
}
.cnt_sect.custom-homes-fr .cnt_row {
    display: block;
    margin: auto;
    width: 100%;
}
.cnt_sect.custom-homes-fr .cnt_row .cnt_right form {
    border-radius: 30px;
}
.cnt_sect.custom-homes-fr .cnt_right .form-row p {
    width: 100%;
}
.faq-accordion {
    margin: 0 0 60px !important;
}
.faq-question {
    color: #000000;
}
.faq-answer p {
    color: #555;
}
.faq-accordion span.icon {
    color: #000000;
}
.container.faq-custom h2 {
    color: #000000 !important;
}

/* *************** Mobile View ********************************* */
@media only screen and (max-width: 767px) {

	/* ================= Common ================= */

	.container {
		width: 92%;
		max-width: 100%;
	}

	/* ================= Header ================= */

	.top-bar {
		display: none;
	}

	.btm_hdr {
		padding: 15px;
		position: relative;
		flex-wrap: wrap;
	}

	.hdr_logo {
		width: auto;
	}

	.hdr_logo img {
		width: 160px;
	}

	.nav {
		width: 100%;
		order: 3;
	}

	.menu-toggle {
		display: block;
		border: none;
		background: #002557;
		color: #fff;
		padding: 10px 15px;
		border-radius: 5px;
		font-size: 14px;
		cursor: pointer;
	}

	.main-navigation ul {
		display: none;
	}

	.rpt_btn {
		display: none;
	}

	.rpt_btn a {
		padding: 10px 20px;
		font-size: 13px;
	}

	/* ================= Banner ================= */

	.banner_sect {
		min-height: auto;
		padding: 70px 0;
		margin-bottom: 40px;
	}

	.banner_sect .cnt {
		margin: 0;
	}

	.banner-content {
		flex-direction: column;
		gap: 40px;
		padding: 0 18px 0;
	}

	.banner-btn {
		padding: 0 10px;
		font-size: 12px;
	}

	.banner-left,
	.banner-form {
		width: 100%;
	}

	.banner-left {
		text-align: center;
	}

	.banner-tag {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.banner-left h1 {
		font-size: 29px;
		margin-bottom: 15px;
	}

	.banner-btns {
		gap: 12px;
	}

	.banner-left p {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.banner-btns {
		justify-content: center;
		display: inline;
		padding: 0 0 20px;
	}

	.banner-btn {
		width: 100%;
		max-width: 175px;
		height: 45px;
	}

	button.submit-btn {
		margin: 0px 0 0;
		gap: 30px;
	}

	.banner-form {
		padding: 25px 20px;
	}

	.banner-form h2 {
		font-size: 24px;
	}

	.form-grid {
		grid-template-columns: 1fr;
		gap: 5px;
    	margin-bottom: 5px;
	}

	.banner-form textarea {
		min-height: 120px;
	}

	button.submit-btn {
		width: 100%;
		justify-content: center;
	}

	/* ================= Services ================= */

	.services {
		flex-direction: column;
		gap: 25px;
		margin-bottom: 60px;
	}

	.services-box {
		width: 100%;
	}

	.about-right .banner-btns {
		margin: 25px 0 0;
	}

	/* ================= About ================= */

	.about-section {
		flex-direction: column;
		gap: 35px;
		margin-bottom: 60px;
	}

	.about-left,
	.about-right {
		width: 100%;
	}

	.about-right h2 {
		font-size: 28px;
	}

	.small-img {
		width: 40%;
		right: 0;
	}

	/* ================= Why Choose ================= */

	.why-choose-us {
		padding: 50px 0;
		margin-bottom: 50px;
	}

	.why-content {
		flex-direction: column;
	}

	.left-content,
	.right-content {
		width: 100%;
	}

	.left-content h2 {
		font-size: 30px;
	}

	.feature-box {
		padding: 15px;
		border-radius: 16px;
		font-size: 14px;
	}

	.feature-boxes {
		flex-direction: column;
		gap: 16px;
		margin-bottom: 35px;
	}

	.counter-box {
		/* flex-wrap: wrap; */
		gap: 12px;
		padding: 18px;
	}
	.counter-item h3 {
    font-size: 21px;
}

	.counter-item {
		width: 48%;
	}

	.discover-btn {
		width: 100%;
		text-align: center;
	}

	/* ================= Tabs ================= */

	.services-tabs {
		overflow-x: auto;
		white-space: nowrap;
	}

	.tab-btn {
		padding: 10px 16px;
        font-size: 11px;
        margin: 0 0 22px;
	}
	.services-tabs {
        display: inline;
    }
	.process-header h2 {
    font-size: 35px;
}

	/* ================= Process ================= */

	.process-content {
		padding: 30px 20px;
	}

	.process-grid {
		grid-template-columns: 1fr;
	}

	/* ================= Blog ================= */

	.blog-section {
		padding: 40px 0;
	}

	.blog-grid {
		grid-template-columns: 1fr;
	}

	/* ================= Testimonials ================= */

	.testimonial_sec {
		margin-bottom: 50px;
	}

	.testimonial_sec .heading h2 {
		font-size: 30px;
	}

	.testimonial_sec .tstml_col {
		padding: 20px;
		min-height: auto;
	}

	/* ================= Contact ================= */

	.contact-section {
		margin-bottom: 50px;
	}

	.contact_row {
		flex-direction: column;
	}

	.contact-left,
	.contact-right {
		width: 100%;
	}

	.contact-form {
		padding: 25px 20px;
	}

	.location-buttons {
		flex-direction: column;
	}

	.location-buttons .banner-btn {
		width: 100%;
		padding: 0 35px;
	}

	/* ================= FAQ ================= */

	.faq-section {
		padding: 50px 0;
	}

	.faq-row {
		flex-direction: column;
	}

	.faq-left,
	.faq-right {
		width: 100%;
	}

	.faq-left h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.faq-item summary {
		padding: 15px;
		font-size: 15px;
	}

	/* ================= Footer ================= */

	.site-footer {
		padding: 40px 20px 0;
	}

	.footer-top {
		flex-direction: column;
		gap: 30px;
		padding-bottom: 30px;
	}

	.footer-col,
	.footer-col.about {
		width: 100%;
	}

	.footer-col.about img {
		width: 180px;
	}

	.footer-bottom {
		/* flex-direction: column; */
		gap: 2px;
		text-align: center;
	}
	.social-icons a {
    font-size: 14px;
}

	.social-icons {
		justify-content: center;
	}
	.submit-btn-wrap {
    width: 65%;
}
.services-eyebrow {
    font-size: 15px;
}
.hero-banner .hero_bg{
	flex-direction: column-reverse;
    gap: 15px;
}
.hero-image {
    width: 100%;
}
.hero-content h1 {
    font-size: 32px;

}
button.menu-toggle {
    display: none;
}
.mega-menu-toggle.mega-menu-open {
    background: #ffffff !important;
}

.mega-toggle-blocks-right{
	display: flex;
        flex: 1;
        gap: 0px;
        margin: -68px 0 0;
}
section.banner_sect {
    margin-top: -15px;
}
.main-navigation ul{
	gap: 0;
}
.main-navigation ul li {
    background: #ffffff !important;
    width: 100% !important;
}
.main-navigation ul li  a.mega-menu-link {
    color: #000000 !important;
    background: rgba(8, 27, 60, .30) !important;
}
.site-footer {
        padding: 30px 0px 0;
    }

    .footer-top {
        flex-direction: column;
        gap: 15px;
        padding-bottom: 30px;
    }
.footer-col h4{
	    margin-bottom: 13px;
}

.footer-col ul li {
    margin-bottom: 12px;
}
.social-icons {
    gap: 5px;
}

.footer-col p {
    margin: 0 0 8px;
    font-size: 14px;
}
.contact-left .submit-btn-wrap {
    width: 61%;
    margin: -18px 0 0px 0px;
        bottom: 0px;
}
.contact-left form {
    padding: 60px 18px 95px;
}
.form-row {
    gap: 10px;
    margin-bottom: 10px;
	flex-direction: column;
}

.faq-section .faq_row{
        flex-direction: column;
}
    .faq-item summary {
        padding: 15px 32px 15px 15px;
        font-size: 15px;
    }

    .faq-item summary::after {
    right: 12px;
    top: 42%;
    font-size: 20px;
}
.faq-content {
    padding: 0 16px 25px;
}
.faq-content p {
    font-size: 14px;
}
.footer-bottom p {
    font-size: 13px;
}
.testimonial-box {
    flex-direction: column;
	gap: 0px;
	margin: 0 0 22px;
}
.testimonial-image, .testimonial-content {
    width: 100%;
}
.testimonial-content p {
    font-size: 15px;
}
.testimonial-content h4 {
    margin-top: 10px;
    font-size: 15px;
	padding: 0 0px 0;
}
.services-title {
    font-size: 32px;
}
.post-thumbnail img {
    height: 245px;
}
.our_process p.services-eyebrow {
    padding: 10px 0% 0;
}
.our_process .blog-grid {
    display: flex;
    flex-direction: column;
}
.gallery-grid {
    gap: 12px;
}
.gallery-grid img {
    height: 100px;
}
.gallery-grid .overlay h3 {
    font-size: 12px;
}
.service_row {
    margin: 0px 0 70px;
    flex-direction: column;
}
.gallery-section, .service_row .banner-form {
    width: 100%;
}
.gallery-large img {
    height: 318px;;
}
.slider-btn{
	margin: -115% 0 0;
}
.wilcox-gallery p.services-eyebrow {
    padding: 0px 0% 0px;
}

.project-sect .gallery-grid img {
    height: 50px;
}
.kitchen-gallery {
    margin: 0 0 30px;
}
.cnt_sect .services-header p.services-eyebrow {
    padding: 10px 0% 0;
}
.cnt_row {
    margin: 0 5% 0;
    flex-direction: column;
    gap: 20px;
}
.cnt_left {
    width: 100%;
    padding: 40px 25px 0;
	border-radius: 20px;
}
.cnt_left h3 {
    font-size: 22px;
    padding: 0 0 10px;
}
.cnt_right {
    width: 100%;
}
.cnt_right form {
    background: #00255780;
    padding: 45px 18px 25px;
	border-radius: 30px;
}
.cnt_right .submit-btn-wrap {
    margin: 0px 0 0;
    width: 73%;
}
.section-title h2 {
    font-size: 30px;
}
.company-content ul li {
    text-align: left;
}
.company-section {
	padding: 0 15px 12px !important;
}
.company-content h2 {
    font-size: 25px !important;
}
.company-content li {
    text-align: left !important;
}
.footer-col.about p {
    font-size: 16px;
}
.thumb-track {
    gap: 10px;
}
.process-image img {
    height: 250px;
}
header.entry-header h1.entry-title {
    margin: 0px 0 20px;
}

.slide-card {
    height: 250px;
	border-radius: 15px;
}




}






