/*
Theme Name: Grace IT Theme
Theme URI: https://www.graceitservices.com/
Author: Justice Kwesi Akuffo
Author URI: https://www.graceitservices.com/
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress theme for Grace IT Services Clients.
Version: 2022.06.01
Requires at least: 5.0
Tested up to: 5.8.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/

/*!
	Justice Kwesi Akuffo - Bootstrap (https://www.justicekwesiakuffo.com/)
	Justice Kwesi Akuffo Bootstrap
 */

/*-------------------------------------------------------------
	#Import All Link CSS - 0.0.1
--------------------------------------------------------------*/
@import url("assets/css/flaticon.css");
@import url("assets/css/line-awesome.min.css");
@import url("assets/css/animate.css");
@import url("assets/css/owl.css");
@import url("assets/css/jquery-ui.css");
@import url("assets/css/jquery.fancybox.min.css");
@import url("assets/css/bootstrap.min.css");
@import url("assets/css/core.css");
@import url("assets/css/responsive.css");

/*-------------------------------------------------------------
	# Import Fonts - 0.0.2 
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Sofia&family=Ubuntu&display=swap");

/*-------------------------------------------------------------
	#Root CSS - 0.0.2 
--------------------------------------------------------------*/
:root {
	--primary-color: #0000fe;
	--primary-close-color: #78671c;
	--second-color: #b29104;
	--white-color: white;
	--black-color: #000000;
	--light-white-color: #fafafa;
	--gray-color1: #f3f3f3;
	--gray-color2: #e6e6e6;
	--gray-color3: #eeeeee;
	--gray-color4: #b2b2b2;
	--gray-color5: #7e7e7e;
	--gray-color6: #f4f4f2;
	--gray-color7: #dee2e6;
	--dsblue-color: #003348;
	--light-black-color1: #222222;
	--light-black-color2: #555555;
	--light-black-color3: #191919;
	--light-black-color4: #888888;
	--light-black-color4: #888888;
	--google-map-color: #dddddd;
	--youtube-color: #b31217;
	--facebook-color: #3b5998;
	--twitter-color: #55acee;
	--whatsapp-color: #075e54;
	--googleplus-color: #dd4b39;
	--linkedin-color: #0077b5;
	--instagram-color: #6651c3;
	--soundcloud-color: #6651c3;
	--reverbnation-color: #6651c3;
	--audiomack-color: #6651c3;
	--author-color: #7f8070;
	--transparent-color: transparent;
}

/*--------------------------------------------------------------
#1 General
--------------------------------------------------------------*/
body {
	font-family: "Ubuntu", sans-serif !important;
}
.sfont {
	font-family: "Sofia", cursive !important;
}
.mfont {
	font-family: "Ubuntu", sans-serif !important;
}
a {
	color: var(--primary-color);
}
/*-------------------------------------------------------------
	#Typo - Texts CSS - 0.0.7 
--------------------------------------------------------------*/
.text-primary {
	color: var(--primary-color) !important;
}
.text-secondary {
	color: var(--second-color) !important;
}
.text-white {
	color: var(--white-color);
}
.text-light-white {
	color: var(--light-white-color);
}
.text-gray-color1 {
	color: var(--gray-color1);
}
.text-gray-color2 {
	color: var(--gray-color2);
}
.text-gray-color3 {
	color: var(--gray-color3);
}
.text-gray-color4 {
	color: var(--gray-color4);
}
.text-gray-color5 {
	color: var(--gray-color5);
}
.text-gmap-color {
	color: var(--google-map-color);
}
.text-black {
	color: var(--black-color);
}
.text-light-black1 {
	color: var(--light-black-color1);
}
.text-light-black2 {
	color: var(--light-black-color2);
}
.text-light-black3 {
	color: var(--light-black-color3);
}
.text-light-black4 {
	color: var(--light-black-color4);
}
.property-detail .property-features h4 {
	margin-bottom: 5px;
}
/*-------------------------------------------------------------
	#Backgrounds, Margins & Paddings CSS - 0.0.7 
--------------------------------------------------------------*/
.primary_bg {
	background-color: var(--primary-color);
}
.white_bg {
	background-color: var(--white-color);
}
.light-white_bg {
	background-color: var(--light-white-color);
}
.gray1_bg {
	background-color: var(--gray-color1);
}
.gray2_bg {
	background-color: var(--gray-color1);
}
.gray3_bg {
	background-color: var(--gray-color2);
}
.light-black1_bg {
	background: var(--light-black-color1);
}
.light-black2_bg {
	background-color: var(--light-black-color2);
}
.light-black3_bg {
	background-color: var(--light-black-color3);
}
.black1_bg {
	background-color: var(--black-color);
}
.author-color_bg {
	background-color: var(--author-color);
}

/*** 
====================================================================
			Page Title
====================================================================
***/
.page-title {
	position: relative;
	padding-top: 200px;
	padding-bottom: 60px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-title:before {
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.8;
	position: absolute;
}

.page-title .inner-container {
	position: relative;
}

.page-title h1 {
	position: relative;
	font-size: 36px;
	color: #ffffff;
	line-height: 50px;
	font-weight: 600;
}

.page-title .bread-crumb {
	position: relative;
	padding: 10px 0;
}

.page-title .bread-crumb li {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	cursor: default;
	padding-right: 15px;
	margin-right: 15px;
}

.page-title .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: var(--primary-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
	color: #ffffff;
}
/***====================================
		Sidebar Page Container
====================================***/
.sidebar-page-container {
	padding: 40px 0 70px;
}
.sec-title {
	position: relative;
	margin-bottom: 30px;
}
.property-grid-view .property-block {
	margin-bottom: 0px;
}
.sidebar-page-container {
	padding-bottom: 0px;
}
.about-us {
	padding: 0px !important;
}
.why-choose-us {
	padding-bottom: 0px;
	padding-top: 0px;
}

.feature-block-two {
	position: relative;
	margin-bottom: 30px;
}

.feature-block-two .inner-box {
	position: relative;
	padding-left: 85px;
}

.feature-block-two .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 60px;
	line-height: 1.2em;
	color: #bbbbbb;
	text-align: left;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .inner-box:hover .icon-box {
	color: #25a9e0;
}

.feature-block-two h4 {
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 15px;
}

.feature-block-two h4 a {
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two h4 a:hover {
	color: #25a9e0;
}

.feature-block-two .text {
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
}

.area-title h2 {
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 25px;
	position: relative;
}
.area-title h2::before,
.area-title h2::after {
	background: rgba(0, 0, 0, 0) url("assets/img/title-border.png") repeat scroll
		0 0;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 200px;
}
.area-title h2::after {
	background: var(--primary-color) none repeat scroll 0 0;
	height: 5px;
	width: 50px;
}
.image-boxShd1 {
	margin: 0px !important;
	background: var(--light-white-color) url("assets/img/image_box_shadow1.png") !important;
	background-repeat: repeat-x !important;
}
/*-------------------------------------------------------------
	#Slider CSS - 0.0.8
--------------------------------------------------------------*/
.sliderContainer {
	margin-left: 100px;
	margin-top: 675px !important;
	margin-bottom: !important;
}
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
jssor_1 .jssorb132 {
	position: absolute;
}
.jssorb132 .i {
	position: absolute;
	cursor: pointer;
}
.jssorb132 .i .b {
	fill: #fff;
	fill-opacity: 0.8;
	stroke: #000;
	stroke-width: 1600;
	stroke-miterlimit: 10;
	stroke-opacity: 0.7;
}
.jssorb132 .i:hover .b {
	fill: #000;
	fill-opacity: 0.7;
	stroke: #fff;
	stroke-width: 2000;
	stroke-opacity: 0.8;
}
.jssorb132 .iav .b {
	fill: #000;
	stroke: #fff;
	stroke-width: 2400;
	fill-opacity: 0.8;
	stroke-opacity: 1;
}
.jssorb132 .i.idn {
	opacity: 0.3;
}
.jssora051 {
	display: block;
	position: absolute;
	cursor: pointer;
}
.jssora051 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 360;
	stroke-miterlimit: 10;
}
.jssora051:hover {
	opacity: 0.8;
}
.jssora051.jssora051dn {
	opacity: 0.5;
}
.jssora051.jssora051ds {
	opacity: 0.3;
	pointer-events: none;
}
.sMainContainer {
	position: relative;
	margin: 0 auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 1920px;
	height: 650px;
	overflow: hidden;
	visibility: hidden;
}
.silderLoading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
}
.silderIntroImg {
	margin-top: -19px;
	position: relative;
	top: 50%;
	width: 38px;
	height: 38px;
}
.slidesContainer {
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1920px;
	height: 650px;
	overflow: hidden;
}
.slideContainer {
	left: 0px;
	top: 0px;
	width: 1920px;
	height: 650px;
	position: absolute;
}
.slideTitle {
	left: 80px;
	top: 350px;
	opacity: 1;
	height: 150px;
	position: absolute;
	font-size: 60px;
	line-height: 1.1;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px var(--black-color) !important;
}
.slideTitle a {
	font-size: 60px !important;
	text-shadow: 2px 2px var(--black-color) !important;
}
.slideTitle a:hover {
	text-shadow: 2px 2px var(--white-color) !important;
}
.slideTitleMore {
	left: 80px;
	top: 550px;
	height: 157px;
	position: absolute;
	font-size: 50px;
}
@media only screen and (max-width: 769px) {
	.slideTitle {
		top: 400px;
	}
	.slideTitleMore {
		top: 300px;
	}
	.slideReadMore {
		font-size: 50px !important;
		padding-left: 25px !important;
	}
}
.slideReadMore {
	background: var(--white-color) !important;
	color: var(--primary-color) !important;
	-webkit-box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	-moz-box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 5px;
	text-transform: none;
	border: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-right: 15px !important;
	padding-left: 20px !important;
}
.slideReadMore:hover {
	background: var(--primary-color) !important;
	color: var(--white-color) !important;
	-webkit-box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	-moz-box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 30px;
}
/***====================================
		Akuffobabes Custom Box
====================================***/
.akuffobabesCustomBox {
	padding: 40px 0 70px;
}
.akuffobabesCustomBox a:hover {
	color: var(--primary-color);
}
.akuffobabesCustomBox:hover {
	border: 2px solid var(--primary-color) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.akuffobabesCustomBoxNeg {
	margin-top: -1rem !important;
}
@media only screen and (max-width: 575px) {
	.akuffobabesCustomBoxNeg {
		margin-top: 1rem !important;
	}
}
.akuffobabesCustomBox .icon {
}
.akuffobabesCustomBox .icon {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	font-size: 80px;
	line-height: 80px;
	color: var(--primary-color);
	text-align: center;
	display: inline-block;
}
.akuffobabesCustomBox .icon:hover {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	font-size: 50px;
	line-height: 80px;
	background-color: #ffffff;
	color: var(--second-color);
	text-align: center;
	display: inline-block;
	margin-bottom: 20px !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.image-boxShd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background: var(--gray-color1) url("assets/img/image_box_shadow2.png") !important;
	background-repeat: repeat-x !important;
}
.testimonial-section:before {
	opacity: 0.9;
}
/*------------------------------------
#Read More CSS
--------------------------------------*/
.btnMore {
	background: var(--primary-color) !important;
	color: var(--white-color) !important;
	-webkit-box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	-moz-box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: none;
	border: none;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.btnMore a {
	color: var(--white-color) !important;
}
.btnMore:hover {
	background: var(--second-color) !important;
	color: var(--white-color) !important;
	-webkit-box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	-moz-box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.btnMore a:hover {
	color: var(--white-color) !important;
}
.about-us-content p {
	margin-bottom: 1rem !important;
}
.about-us .sec-title {
	margin-bottom: 0px;
}
.about-us .info-column .features {
	margin-top: 50px;
}
.sec-title .title {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 600;
}
.feature-block {
	position: relative;
	margin-bottom: 35px;
}
.feature-block .inner-box .icon {
	color: var(--primary-color);
}
.feature-block h4 {
	text-transform: capitalize;
}
.about-us.style-two .feature-block h4 a:hover {
	color: var(--primary-color);
}
.about-us .video-column .video-box:before {
	position: absolute;
	left: -20px;
	top: -20px;
	border: 1px solid var(--primary-color);
}
.play-now .icon {
	background-color: var(--primary-color);
}
/*------------------------------------
#Custom CSS
--------------------------------------*/
.main-header .header-top {
	background-color: var(--primary-color);
	margin-bottom: 0px !important;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
	color: var(--primary-color);
}
.main-menu .navigation > li > ul > li:hover > a {
	border-left: 4px solid var(--primary-color);
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
	border-left: 4px solid var(--primary-color);
}
.main-header .search-box-btn {
	border: 1px dashed var(--primary-color);
}
.header-style .header-lower .inner-container:before {
	border: 0px solid var(--primary-color);
}
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
	color: var(--primary-color);
}
#back-to-top-btn {
	background-color: var(--primary-color);
	border: 3px solid var(--primary-color);
}
.btn-style-one {
	background-color: var(--primary-color);
}
.property-search-form .range-slider-one .theme-btn {
	border: 1px solid var(--primary-color);
}
.property-search-form .range-slider-one .theme-btn:hover {
	background-color: var(--primary-color);
}
/*
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
.activitie{
	position: relative;
}
.activitie .imageHolder img{
	-webkit-transition: all 00ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.activitie .imageHolder img:hover{
	transform: scale(1);
}
*/
.testimonial-block .content-box .name {
	color: var(--primary-color);
}
.testimonial-block .content-box .rating span {
	color: var(--primary-color);
}
.testimonial-block .content-box .icon {
	color: var(--primary-color);
}
.activitie {
	border-bottom: 2px solid;
	border-bottom-color: var(--gray-color4);
	-webkit-transition: all 00ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.activitie:hover {
	border-bottom: 5px solid;
	border-bottom-color: var(--primary-color);
}

.title-underline {
	width: 200px;
	height: 0.1rem;
	background: var(--primary-color);
	-webkit-transition: width 2s;
	transition: width 2s;
	margin: 1rem auto 1rem auto;
}
.title-underline:hover {
	width: 100%;
}
.title-underline2 {
	width: 100px;
	height: 0.1rem;
	background: var(--primary-color);
	-webkit-transition: width 2s;
	transition: width 2s;
	margin: 1rem auto 1rem 0px;
}
.title-underline2:hover {
	width: 100%;
}
.imageHolder img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 00ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.imageHolder:hover img {
	transform: scale(1.04);
	-webkit-transition: all 00ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.image-box:hover {
	transform: scale(1.04);
	-webkit-transition: all 00ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.image-box:hover .image img {
	transform: scale(1.04);
	-webkit-transition: all 00ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.featureImage {
	margin-top: 200px !important;
}
.marginNav {
	margin-top: 101px !important;
}
@media only screen and (max-width: 1024px) {
	.marginNav {
		margin-top: -10px !important;
	}
}
/* 
.main-footer .list li:before{
	position: absolute;
	left: -3px;
	top: 0;
	font-size: 16px;
	line-height: 36px;
	color: var(--primary-color);
	font-weight: 400;
content: "\f10e"; 
	font-family: "LineAwesome";
}
*/
.main-footer .contact-list {
	position: relative;
	margin-bottom: 10px;
}

.main-footer .contact-list li {
	position: relative;
	font-size: 15px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 400;
	padding-left: 40px;
}

.main-footer .contact-list li:first-child {
	margin-bottom: 0px;
}

.main-footer .contact-list li span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 36px;
	color: var(--primary-color);
}

.main-footer .contact-list li a {
	color: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .contact-list li a:hover {
	color: var(--primary-color);
}
.social-icon-two li a:hover {
	color: var(--primary-color);
}
/*** 
====================================================================
		Team Section
====================================================================
***/
.agent-block .inner-box:hover .info-box {
	background-color: var(--primary-color);
}
.agent-block .info-box .name {
	color: var(--primary-color);
	text-transform: capitalize;
}
.agent-block .info-box .name a {
	color: var(--primary-color);
	display: inline-block;
}
.agent-block .info-box .social-links li span {
	text-transform: capitalize;
}
.agents-carousel .owl-next:hover,
.agents-carousel .owl-prev:hover {
	background-color: var(--primary-color);
}
.agent-detail {
	padding: 0px;
}
.agent-detail .name {
	text-transform: capitalize;
}
.agent-detail .designation {
	color: var(--primary-color);
	margin-bottom: 20px;
}
.agent-detail .text {
	margin-bottom: 10px;
}
.agent-detail .text p {
	margin-bottom: 20px;
}
.agent-detail .contact-info {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.agent-detail .contact-info ul li {
	font-size: 12px;
}
.agent-detail .contact-info ul li i {
	color: var(--primary-color);
}
.agent-detail .contact-info ul li a:hover {
	color: var(--primary-color);
}
.agent-detail .contact-info ul li span {
	color: var(--primary-color);
}
.agent-detail .contact-info .social-links li a i {
	color: var(--primary-color);
}
.agents-section.alternate {
	padding: 0px;
}

.agents-section.alternate .agent-block {
	margin-bottom: 0px;
}

.shadow-Nav {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.customNavAdj {
	margin-top: 95px !important;
}

@media only screen and (max-width: 1023px) {
	.shadow-Nav {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	}
	.customNavAdj {
		margin-top: 10px !important;
	}
}
.property-block .image-box .for {
	background-color: var(--primary-color);
}
.property-block .image-box .featured {
	background-color: var(--primary-color);
}
.property-block .image-box .featured:before {
	border-top: 20px solid var(--primary-color);
}
.property-block .image-box .info li i {
	color: var(--primary-color);
}
.property-block .image-box .info li a:hover {
	color: var(--primary-color);
}
.property-block .tags li {
	color: var(--primary-color);
}
.property-block .tags li a {
	color: var(--primary-color);
}
.property-block h3 a:hover {
	color: var(--primary-color);
}
.property-block .lucation i {
	color: var(--primary-color);
}
.property-block .property-info li i {
	color: var(--primary-color);
}
.lower-content i {
	color: var(--primary-color);
}
.load-more-btn {
	position: relative;
	margin-bottom: 0px;
}
.property-section-two {
	position: relative;
	padding-top: 0px;
}
.property-filter-section {
	position: relative;
	padding: 50px 0 0px;
}
.property-filter-section .property-block {
	margin-bottom: 30px;
}
.services-section {
	position: relative;
	padding: 0px;
}
.services-section .sec-title {
	margin-bottom: 90px;
}
.service-block .icon-box {
	background-color: var(--primary-color);
}
.service-block h4 {
	font-size: 16px;
}
.service-block h4 a:hover {
	color: var(--primary-color);
}
.service-block .link-box a {
	color: var(--primary-color);
}
.service-block .inner-box {
	padding: 35px 35px 30px;
}
.page-title .bread-crumb li:before {
	position: absolute;
	right: -8px;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	content: "\f10e";
	font-family: "LineAwesome";
}
.navBreadcrumb .breadcrumb_last {
	color: var(--white-color);
}
/*** 
.navBreadcrumb a:last-child {
	color: var(--white-color);
}
***/
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group textarea,
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #222;
	line-height: 29px;
	padding: 15px;
	background-color: transparent;
	font-weight: 400;
	height: 50px;
	border: 1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*** 
=======================================	
		Pagination Section
=======================================	
***/
.page-link {
	color: var(--primary-color);
}

.page-link:hover {
	background-color: var(--second-color);
	color: var(--white-color);
}
.page-item.active .page-link {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.listDashed {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.listDashed:last-child {
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.recent-properties .widget-content {
	padding: 30px 35px 30px;
}
.upper-info-box .price-column .price {
	color: var(--primary-color);
}
.upper-info-box .property-info li i {
	color: var(--primary-color);
}
.upper-info-box .location i {
	color: var(--primary-color);
	font-size: 20px;
}
.blog-grid-view .news-block {
	margin-bottom: 30px;
}
.card {
    position: relative;
}

.stretched-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.card-body,
.card-img-top {
    position: relative;
    z-index: 2;
}

.read-more {
    color: #0d6efd;
    font-weight: 500;
    cursor: pointer;
}
