/* ===================================================================================

* Theme Name: Reland Child
* Theme URI: https://www.themegenix.net/reland/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Reland - Real Estate Group WordPress Theme
* Version: 1.5
* Template: reland
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

:root {
    --tg-body-font-family: 'Montserrat', sans-serif;
    --tg-heading-font-family: 'Gabarito', sans-serif;
    --tg-primary-color: #636b2f;
    --tg-secondary-color: #202020;
    --tg-body-background-color: #ECF0F3;
	--tg-secondary-background: #f6f9f6;
    --tg-body-font-color: #797978;
    --tg-heading-font-color: #304f6f;
    --tg-paragraph-color: #797978;
	--tg-gradient-color: #00000000;
    --tg-body-font-size: 15px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 400;
    --tg-body-line-height: 1.86;
    --tg-heading-line-height: 1.2;
    --tg-blue: #0d6efd;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-yellow: #ffc107;
    --tg-green: #198754;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #FBFBFB;
    --tg-black: #272727;
    --tg-gray: #E2E2E2;
	--tg-silver: #9B9B9B;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #E53935;
    --skype: #00aff0;
	--unit-body-font-family: 'Montserrat', sans-serif;
    --unit-heading-font-family: 'Gabarito', sans-serif;
    --unit-icon-font-family: "Font Awesome 5 Free";
    --unit-primary-color: #636b2f;
    --unit-secondary-color: #202020;
    --unit-body-font-color: #797978;
    --unit-heading-font-color: #304f6f;
    --unit-common-color-white: #fff;
    --unit-fw-extra-bold: 800;
    --unit-fw-bold: 700;
    --unit-fw-semi-bold: 600;
    --unit-fw-medium: 500;
    --unit-fw-regular: 400;
}
#swiper-wrapper-43797991ceaead5f .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .swiper:not(.swiper-initialized)>.swiper-wrapper {
    gap: var(--e-n-carousel-swiper-slides-gap);
    overflow: visible !important;
}
/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {
    .banner-area-seven .banner-content .title {
		font-size: 55px!important;
	}
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
	.banner-area-seven .banner-content .title {
		font-size: 48px!important;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
	.banner-area-seven .banner-content .title {
		font-size: 40px!important;
	}
}
@media (min-width: 1200px) {
    .col-xl-8 {
        flex: 0 0 auto;
        width: 80%;
    }
}
.section-title.mb-50 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.testimonial-content::before {
	background: #fff;
}
.section-title .title {
	font-size: 34px;align-content
}
.banner-area-seven {
    background: #00000000;
}
.banner-area-seven .banner-content p {
    color: #000000;
	font-size: 17px;
}

.error-content .title {
	font-size: 52px;
}

.fw-title,
.project-content .title {
    font-size: 20px;
}

.heading-circle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: var(--tg-primary-color);
    border-radius: 100%;
    color: #ffffff;
}


.heading-circle::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid #ffffff;
    border-radius: 100%;
}


.heading-circle::after {
    content: "";
    position: absolute;
    inset: -4px;
    border: 1px solid var(--tg-primary-color);
    border-radius: 100%;
}
.copyright-text p,
.copyright-text a,
.header-top-right ul li a,
.footer-top .widget_block ul li a, .footer-top .footer-widget ul li a {
	color: #F6F9F6;
}

.breadcrumb-area {
	position: relative;
	padding: 200px 0 100px;
}

.breadcrumb-area::before {
	background-image: url("https://garner.dtma.dev/wp-content/uploads/2026/03/banner_shape_aacent.webp");
	background-size: cover;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}

/*=============================
	1. Button style
===============================*/
.btn {
	user-select: none;
	-moz-user-select: none;
	background: var(--tg-primary-color) none repeat scroll 0 0;
	border: 1.3px solid var(--tg-primary-color);
	border-radius: 8px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1rem;
	margin-bottom: 0;
	padding: 19px 38px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	transition: background .6s cubic-bezier(.55, 0, .1, 1), border .6s cubic-bezier(.55, 0, .1, 1);
}
.btn:hover {
	background: var(--tg-secondary-color);
	border-color: var(--tg-secondary-color);
	color: var(--tg-white);
}
.transparent-btn {
	user-select: none;
	-moz-user-select: none;
	background: var(--tg-primary-color) none repeat scroll 0 0;
	border: 1.3px solid var(--tg-primary-color);
	border-radius: 8px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1rem;
	margin-bottom: 0;
	padding: 19px 38px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	transition: background .6s cubic-bezier(.55, 0, .1, 1), border .6s cubic-bezier(.55, 0, .1, 1);
}
.transparent-btn:hover {
	background: var(--tg-secondary-color);
	border-color: var(--tg-secondary-color);
	color: var(--tg-white);
}
