html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Open Sans', sans-serif !important;
}
 @font-face{
     font-family:'Open Sans';
     src:url('../fonts/OpenSans-Regular.ttf')format('truetype');
     font-weight: 400;
	 font-display: swap;
}
 @font-face{.single-testimonial .single-testimonial-left
     font-family:'Open Sans';
     src:url('../fonts/OpenSans-Medium.ttf')format('truetype');
     font-weight: 500;
	 font-display: swap;
}
 @font-face{
     font-family:'Open Sans';
     src:url('../fonts/OpenSans-Light.ttf')format('truetype');
     font-weight: 300;
	 font-display: swap;
}
 @font-face{
     font-family:'Open Sans';
     src:url('../fonts/OpenSans-SemiBold.ttf')format('truetype');
     font-weight: 600;
	 font-display: swap;
}
 @font-face{
     font-family:'Open Sans';
     src:url('../fonts/OpenSans-Bold.ttf')format('truetype');
     font-weight: 700;
	 font-display: swap;
}

 @font-face{
     font-family:'Oswald';
     src:url('../fonts/Oswald-Light.ttf')format('truetype');
     font-weight: 300;
	 font-display: swap;
}  
@font-face{
     font-family:'Oswald';
     src:url('../fonts/Oswald-Regular.ttf')format('truetype');
     font-weight: 400;
	 font-display: swap;
} 
@font-face{
     font-family:'Oswald';
     src:url('../fonts/Oswald-Medium.ttf')format('truetype');
     font-weight: 500;
	 font-display: swap;
} 
@font-face{
     font-family:'Oswald';
     src:url('../fonts/Oswald-SemiBold.ttf')format('truetype');
     font-weight: 600;
	 font-display: swap;
} 
@font-face{
     font-family:'Oswald';
     src:url('../fonts/Oswald-Bold.ttf')format('truetype');
     font-weight: 700;
	 font-display: swap;
}
body {
	padding-top: 80px;
}
body.page-template-home {
	padding-top: 0;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
	margin: 0;
}	
.full-width .ubermenu-nav,
.container,
.row {
	max-width: 1400px !important;
}
.container {
	max-width: 1400px;
	width: 100%;
}
/* Scrollbar Styling */

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	background-color: #ebebeb;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 6px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #a5a5a5;
	height: 6px;
}
a,
a:hover {
	color: #f59d2f;
	text-decoration: none;
	cursor: pointer;
}
@keyframes flickerAnimation {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}
.animate-flicker {
	-webkit-animation: flickerAnimation .8s infinite;
	-moz-animation: flickerAnimation .8s infinite;
	-o-animation: flickerAnimation .8s infinite;
	animation: flickerAnimation .8s infinite;
}
.navbar {
	width: 100%;
	float: left;
	padding: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 91;
	background: #ffffff;
     border-top: 2px solid #f59d2f;
    display: block;
	box-shadow:hsl(0deg 0% 0% / 12%) 0 0.5rem 1rem;
}
.navbar:before {} .navbar-center {
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
}
.navbar-center:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 90px solid #fff;
	border-bottom: none;
	border-left: 90px solid transparent;
	border-right: none;
	left: -90px;
}
.navbar .navbar-brand {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 330px;
	transition: .2s ease-out;
}
.shrink-header .navbar-brand{width:250px!important; transition: .2s ease-out;}

.navbar .navbar-brand img {
	/* height: 76px; */
	padding: 11px 0px;
	float: left;
	width: auto;
}
.navbar .navbar-collapse {
	display: inline-block !important;
	vertical-align: top;
	float: right;
}
.navbar .navbar-nav {
	float: right;
	margin: 0px;
}
.navbar .navbar-nav .menu-item {
	margin-left: 5px;
	margin-bottom: 0px !important;
}
.navbar .navbar-nav .menu-item a {
	line-height: 36px;
	text-transform: capitalize;
	font-weight: 400;
	color: #000000;
	margin: 20px 0px;
	position: relative;
	font-size: 14px;
	padding: 0px 5px;
	display: inline-block;
	vertical-align: top;
}
.navbar .navbar-nav .menu-item.active a:before,
.navbar .navbar-nav .menu-item:hover a:before {
	content: "";
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.navbar .navbar-nav .menu-item.current-menu-item a,
.navbar .navbar-nav .menu-item.current_menu_item a,
.navbar .navbar-nav .menu-item:hover a,
.navbar .navbar-nav .menu-item.current-menu-ancestor a {
	background: #eaeaea;
}
.navbar .navbar-nav .menu-item a:hover {} .navbar .navbar-nav .menu-item .sub-menu {
	padding: 0px;
	border-radius: 0px;
	margin: 0px;
	background: #f59d2f;
	border: none;
	position: absolute;
	list-style: none;
	max-width: 200px;
}
.navbar .navbar-nav .menu-item.menu-item-has-children:hover .sub-menu {
	display: block;
}
.navbar .navbar-nav .menu-item .sub-menu {
	display: none;
}
.navbar .navbar-nav .menu-item .sub-menu .menu-item {
	width: 100%;
	float: left;
	background: transparent !important;
	text-transform: capitalize;
	font-weight: 400;
	color: #ffffff;
	position: relative;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.navbar .navbar-nav .menu-item .sub-menu .menu-item + .menu-item {
	border-top: 1px solid rgb(255, 255, 255, 0.3);
}
.navbar .navbar-nav .menu-item .sub-menu .menu-item a {
	padding: 12px 15px;
	margin: 0px;
	line-height: 21px;
	width: 100%;
	color: #fff;
	background: #f59d2f;
}
.navbar .navbar-nav .menu-item .sub-menu .menu-item:hover a {
	background: rgba(0, 0, 0, 0.4) !important;
}
.navbar .top-bar {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    background-color: #f59d2f;
}

.navbar .top-bar p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;    
	line-height: 30px;
    text-align: center;
}
.page-template-home .theme-banner-main {
	position: relative;
	width: 100%;
	height: 600px;
	min-height: 600px;
	margin-top: 76px;
}
.theme-banner {
	position: relative !important;
	height: 100%;
	width: 100%;
	margin-top: 0;
	min-height: 100%;
}
.theme-banner .single-banner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.theme-banner .single-banner .banner-image {
	width: 100%;
	position: absolute;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	left: 0px;
	top: 0px;
	height: 100%;
}
.theme-banner .single-banner .banner-image video {
	position: absolute;
	height: 100%;
	width: 100%;
	-o-object-fit: cover!important;
	object-fit: cover!important;
}
.theme-banner .banner-content-group {
	position: absolute;
    height: auto;
    bottom: 80px;
    right: 0;
    /* -webkit-transform: translateY(-50%) translateX(-50%); */
    -ms-transform: translateY(-50%) translateX(-50%);
    /* transform: translateY(-50%) translateX(-50%); */
    /* -webkit-transition: all 0.7s ease-out; */
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    /* transition: all 0.7s ease-out; */
    width: 100%;
    max-height: 100%;
}
.theme-banner .banner-content {
	width: 40%;
	float: right;
	background-color: rgb(0, 0, 0, 0.6);
	padding: 10px 20px;
	border-left: 8px solid #f59d2f;
	color: #fff;
}
.theme-banner .banner-content .banner-title {
	width: 100%;
	float: left;
    font-size: 26px;
    font-family: 'Oswald',sans-serif;
    line-height: 30px;
	color: #fff;
}
.theme-banner .banner-content .banner-subtitle {
	width: 100%;
	float: left;
    font-size: 15px;
    margin: 4px 0px 10px 0px;
    line-height: 22px;
}
.theme-banner .owl-stage-outer,
.theme-banner .owl-stage,
.theme-banner .owl-item {
	height: 100%;
}
.theme-banner .owl-nav {
	display: none;
}
.theme-banner .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0px;
	text-align: center;
}
.theme-banner .owl-dot {
	background: #fff;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px;
	border-radius: 50%;
}
.theme-banner .owl-dot.active {
	background: #f59d2f;
}
.display-theme-banner {
	position: relative !important;
	height: 100%;
	width: 100%;
	margin-top: 0;
	min-height: 100%;
}
.display-theme-banner .single-banner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.display-theme-banner .single-banner .banner-image {
	width: 100%;
	position: absolute;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	left: 0px;
	top: 0px;
	height: 100%;
}
.display-theme-banner .single-banner .banner-image video {
	position: absolute;
	height: 100%;
	width: 100%;
	-o-object-fit: cover!important;
	object-fit: cover!important;
}
.display-theme-banner .banner-content-group {
	position: absolute;
    height: auto;
    bottom: 80px;
    right: 0;
    /* -webkit-transform: translateY(-50%) translateX(-50%); */
    -ms-transform: translateY(-50%) translateX(-50%);
    /* transform: translateY(-50%) translateX(-50%); */
    /* -webkit-transition: all 0.7s ease-out; */
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    /* transition: all 0.7s ease-out; */
    width: 100%;
    max-height: 100%;
}
.display-theme-banner .banner-content {
	width: 40%;
	float: right;
	background-color: rgb(0, 0, 0, 0.6);
	padding: 10px 20px;
	border-left: 8px solid #f59d2f;
	color: #fff;
}
.display-theme-banner .banner-content .banner-title {
	width: 100%;
	float: left;
    font-size: 26px;
    font-family: 'Oswald',sans-serif;
    line-height: 30px;
	color: #fff;
}
.display-theme-banner .banner-content .banner-subtitle {
	width: 100%;
	float: left;
    font-size: 15px;
    margin: 4px 0px 10px 0px;
    line-height: 22px;
}
.display-theme-banner .owl-stage-outer,
.display-theme-banner .owl-stage,
.display-theme-banner .owl-item {
	height: 100%;
}
.display-theme-banner .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
	padding: 0 20px;
}
.display-theme-banner .owl-nav .owl-prev {
    float: left;
    font-size: 0;
    position: relative;  
    width: 20px;
    height: 30px;
}
.display-theme-banner .owl-nav .owl-next {
    float: right;
    font-size: 0;
    position: relative;    
    width: 20px;
    height: 30px;
    -webkit-transform: rotate( 180deg);
    -ms-transform: rotate(180deg);
    transform: rotate( 180deg);
}
.display-theme-banner .owl-nav .owl-prev:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;    
	left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg, 0deg);
    -ms-transform: skew(-145deg, 0deg);
    transform: skew(-145deg, 0deg);	
	background-color: #fff;
	    box-shadow:0px 2px 3px 1px #ccc;
}
.display-theme-banner .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg, 0deg);
    -ms-transform: skew(145deg, 0deg);
    transform: skew(145deg, 0deg);	
	background-color: #fff;
	box-shadow: 0px 1px 6px 1px #ccc;
}

.display-theme-banner .owl-nav .owl-next:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;    
	left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg,0deg);
    -ms-transform: skew(-145deg,0deg);
    transform: skew(-145deg,0deg);
	background-color: #fff;
	box-shadow: -2px 1px 3px 0px #ccc;
}
.display-theme-banner .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
	left: 30%;
    top: 0;
    -webkit-transform: skew(145deg,0deg);
    -ms-transform: skew(145deg,0deg);
    transform: skew(145deg,0deg);
	background-color: #fff;
	box-shadow:0px -1px 6px 1px #ccc;
}
.sp-horizontal .sp-arrows {
	opacity: 1 !important;
}
.display-theme-banner .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0px;
	text-align: center;
}
.display-theme-banner .owl-dot {
	background: #fff;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px;
	border-radius: 50%;
}
.display-theme-banner .owl-dot.active {
	background: #f59d2f;
}
.white-content {
	width: 100%;
	float: left;
	padding-bottom: 80px;
}
.white-section {
	width: 100%;
	float: left;
	padding: 40px 0px;
}
.single-component {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.single-component .title {
	color: #000000;
	width: 100%;
	float: left;
	position: relative;
	line-height: 30px;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
}
.single-component .title span {
	color: #009e00;
	font-weight: 700;
}
.single-component .title i {
	position: absolute;
	line-height: 34px;
	font-size: 26px;
	color: #315710;
	width: 34px;
	text-align: center;
	left: 0px;
	top: 0px;
}
.single-component .paragraph {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #505050;
	font-weight: 400;
}
.single-component .linking {
	width: 100%;
	float: left;
}
.single-component .linking .read {
	float: left;
	padding: 0px;
	line-height: 20px;
	font-weight: 600;
	color: #f6b300;
	text-decoration: none;
	font-size: 14px;
}
.single-component .single-event {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #505050;
	font-weight: 400;
}
.single-component .single-event .date-event {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #000000;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.single-component .single-event .title-event {
	color: #315710;
	font-weight: 400;
	font-size: 14px;
}
.footer {
	background-color: #f7f7f7;
	color: #fff;
	width: 100%;
	float: left;
	padding: 50px 0px 15px !important;
	border-top: 4px solid #ececec;
}
.footer .footer-title {
	color: #191411;
	width: 100%;
	float: left;
	position: relative;
	font-family: 'Oswald', sans-serif;
	line-height: 34px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.footer p {
	margin-bottom: 0;
}
.footer .footer-component {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.footer .footer-component .menu-list {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer .footer-component .menu-list li {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
	color: #383838;
	line-height: 22px;
}
.footer .footer-component .menu-list li a {
	color: #191411;
}
.footer .footer-component .menu-list li:hover a {
	color: #f59d2f;
}
.footer .address-group {
	width: 100%;
	float: left;
}
.footer .address-group .single-address {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.footer .address-group .single-address ul li .fa {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	font-size: 15px !important;
	color: #565656 !important;
}
.footer .address-group .single-address ul {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer .address-group .single-address ul li {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
	color: #191411;
	padding-left: 30px;
	position: relative;
}
.footer .address-group .single-address ul li a {
	color: #191411;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
}
.footer .address-group .single-address ul li a:hover {
    color: #f59d2f;
}
.footer .address-group .single-address ul li span {
	color: #696969;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
}
.footer .footer-line {
	width: 70%;
	float: left;
	position: relative;
	background: #434343;
	line-height: 75px;
	text-align: center;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #9e9e9e;
	margin-top: 40px;
	text-transform: uppercase;
	margin: 15px 15%;
}
.footer .footer-line:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 75px solid #434343;
	border-bottom: 75px solid transparent;
	border-left: 75px solid transparent;
	left: -75px;
}
.footer .footer-line:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 75px solid transparent;
	border-bottom: 75px solid #434343;
	border-right: 75px solid transparent;
	right: -75px;
	top: -75px;
}
.footer .footer-line span {
	color: white;
}
.footer .footer-copyright {
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: gray;
	margin-top: 15px;
	float: left;
}
.footer .footer-copyright a {
	color: #f6b300;
}
.office {
	float: left;
	padding: 20px 0px;
	width: 100%;
}
.office .office-name {
	width: 100%;
	float: left;
	font-weight: 600;
	color: #315710;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 6px;
}
.office .office-name span {
	font-size: 15px;
	width: 100%;
	float: left;
}
.office .office-detail {
	width: 100%;
	float: left;
	padding: 0px;
	list-style: none;
}
.office .office-detail li {
	width: 100%;
	float: left;
	padding-left: 30px;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #737373;
}
.office .office-detail li + li {
	margin-top: 5px;
}
.office .office-detail li .fa {
	position: absolute;
	left: 0px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	float: left;
	color: #6c6543;
}
p {
	font-size: 14px;
	line-height: 24px;
	color: #696969;
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
}
.clubcoach-section {
	width: 100%;
	float: left;
	position: relative;
	background: #eff0ef;
	padding: 50px 0px;
}
.clubcoach-section .clubcoach-title {
	font-size: 36px;
	line-height: 42px;
	color: #696969;
	position: relative;
	font-weight: 700;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 35px;
}
.clubcoach-section .clubcoach-title:before {
	content: "";
	width: 30px;
	border-bottom: 2px solid #95bc42;
	position: absolute;
	margin-left: -15px;
	bottom: -15px;
	left: 50%;
}
.clubcoach-section .clubcoach-description {
	font-size: 16px;
	line-height: 24px;
	color: #696969;
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}
.clubcoach-section .single-coach {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	position: relative;
	padding-left: 180px;
	min-height: 240px;
	padding: 55px 0px;
}
.clubcoach-section .single-coach .coach-image-area {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 100%;
	padding-bottom: 40px;
}
.clubcoach-section .single-coach .coach-image-area .coach-image {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.clubcoach-section .single-coach .coach-image-area .coach-image .coach-pic {
	float: left;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-box-shadow: -2px 2px 25px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -2px 2px 25px 0px rgba(0, 0, 0, 0.25);
	box-shadow: -2px 2px 25px 0px rgba(0, 0, 0, 0.25);
}
.clubcoach-section .single-coach .coach-image-area .coach-social {
	width: 100%;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 40px;
	z-index: 1;
}
.clubcoach-section .single-coach .coach-image-area .coach-social li {
	list-style: none;
	width: 60px;
	float: left;
	height: 100%;
}
.clubcoach-section .single-coach .coach-image-area .coach-social li a {
	line-height: 40px;
	text-align: center;
	color: #fff;
	width: 100%;
}
.clubcoach-section .single-coach .coach-image-area .coach-social li a.fa-twitter {
	background: #1ca9eb;
}
.clubcoach-section .single-coach .coach-image-area .coach-social li a.fa-facebook {
	background: #1b3353;
}
.clubcoach-section .single-coach .coach-image-area .coach-social li a.fa-google {
	background: #e13e30;
}
.clubcoach-section .single-coach .coach-white-area {
	width: 100%;
	background: #ffffff;
	position: relative;
	padding: 35px 35px 35px 215px;
	float: left;
}
.clubcoach-section .single-coach .coach-white-area .coach-name {
	font-size: 20px;
	line-height: 26px;
	color: #696969;
	position: relative;
	font-weight: 600;
	width: 100%;
	float: left;
	text-align: center;
}
.clubcoach-section .single-coach .coach-white-area .coach-designation {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	float: left;
	color: #315710;
	text-align: center;
	margin-bottom: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.clubcoach-section .single-coach .coach-white-area .coach-description {
	font-size: 14px;
	line-height: 20px;
	color: #696969;
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	height: 60px;
	overflow: hidden;
}
.clubcoach-section .single-coach .coach-white-area .coach-ranking {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 15px;
	display: none;
}
.clubcoach-section .single-coach .coach-white-area .coach-ranking .score {
	font-weight: 700;
	font-size: 40px;
	color: black;
	font-family: 'Open Sans', sans-serif;
	padding: 0px 100px;
	position: relative;
	line-height: 34px;
	height: 50px;
}
.clubcoach-section .single-coach .coach-white-area .coach-ranking .score .title {
	font-weight: 500;
	color: #1ca9eb;
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	width: 100px;
	text-align: right;
	text-transform: capitalize;
	font-size: 13px;
	left: 0px;
	padding-right: 10px;
	line-height: 16px;
}
.clubcoach-section .clubcoach-btn {
	text-align: center;
	width: 100%;
	float: left;
	height: 55px;
	margin-top: 40px;
}
.clubcoach-section.inner {
	background: #ffffff;
}
.clubcoach-section.inner .single-coach .coach-white-area {
	background: #eff0ef;
}
.contactus-page {
	float: left;
	width: 100%;
}
.btn-theme {
	background: #fff;
	line-height: 36px;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #f59d2f;
	position: relative;
}
.btn-theme span {
	float: left;
	padding: 0px 20px;
	color: #f59d2f;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-theme:hover span {
	color: #ffffff;
}
.btn-theme:hover:before {
	content: "";
	width: 100%;
}
.btn-theme:before {
	content: "";
	width: 0%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #f59d2f;
	height: 100%;
	position: absolute;
}
label {
	font-size: 13px;
	margin-bottom: 5px;
	text-align: left;
	color: #315710;
	float: left;
	width: 100%;
	font-weight: normal;
}
.form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.form-control:hover,
.form-control:focus {
	border: 1px solid #315710;
	box-shadow: none;
	outline-color: transparent;
}
.customerfeedback {
	left: 0px;
	top: 0px;
	padding: 60px 0px;
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.customerfeedback .customerfeedback-box {
	float: left;
	width: 100%;
	background: #fff;
	padding: 60px;
}
.customerfeedback .customerfeedback-box .customerfeedback-words {
	width: 100%;
	float: left;
}
.white-content.home-page {
	padding-bottom: 25px;
}
.common-title {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.common-title span {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
	color: #000000;
	position: relative;
	font-family: 'Oswald', sans-serif;
	line-height: 34px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
}
.common-title span:after {
	content: "";
	position: absolute;
	width: 70px;
	border-bottom: 2px solid #315710;
	bottom: -10px;
	left: 50%;
	margin-left: -35px;
}
.social-media-iframe {
	width: 100%;
	height: 500px;
	overflow-y: auto;
	margin: 20px 0px;
}
.page-subtitle {
	color: #315710;
	width: 100%;
	float: left;
	position: relative;
	font-family: 'Oswald', sans-serif;
	line-height: 25px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	margin-top: 15px;
}
.theme-ul {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0px;
	list-style: none;
	padding: 20px 25px;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 10px #ded2e86b;
}
.theme-ul li {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 3px 0px;
	font-size: 14px;
	line-height: 25px;
	border-radius: 15px 0px;
	text-align: left;
	color: #23282d;
	padding: 0px 0px 0px 20px;
	position: relative;
}
.theme-ul li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #f8caca;
	top: 8px;
	left: 0px;
	border: 1px solid #315710;
}
.center-highlight {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 18pt;
	color: #212122;
}
.testimonial-carousel {
	position: relative;
	width: 100%;
	float: left;
}
.testimonial-carousel .owl-stage-outer {
	position: relative;
	width: 100%;
	float: left;
}
.testimonial-carousel .owl-stage,
.testimonial-carousel .owl-item {
	height: 100%;
	position: relative;
	float: left;
}
.single-testimonial {
	/* width: 100%; */
	/* position: relative; */
	/* float: left; */
}
.single-testimonial .user-image {
	width: 200px;
	height: 200px;
	margin-left: -240px;
	float: left;
	position: relative;
}
.single-testimonial .user-image img {
	width: 100%;
	position: relative;
}
.single-testimonial .user-image:after {
	content: "";
	background: url(../images/users/testimonial-bg.png) top center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background-size: 200px;
}
.single-testimonial .user-msg-group {
	width: 100%;
	float: left;
	position: relative;
	text-align: left;
	padding-top: 15px;
}
.single-testimonial .user-msg-group .user-name {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	color: #212122;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.single-testimonial .user-msg-group .user-msg {
	width: 100%;
	text-align: left;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	color: #767676;
}
.single-testimonial .user-msg-group:before {
	content: "";
	background: url(../images/users/testimonial-comma.png) top center;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 100px;
	background-size: 100px;
	opacity: 0.05;
}
.testimonial-carousel .owl-nav {
	width: 100%;
	text-align: center;
	float: left;
	display: none;
}
.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
	padding: 0px !important;
	float: none !important;
	display: inline-block;
	vertical-align: top;
}
.testimonial-carousel .owl-nav .owl-prev span,
.testimonial-carousel .owl-nav .owl-next span {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
	color: #a1999a;
}
.testimonial-carousel .owl-nav .owl-prev:hover span,
.testimonial-carousel .owl-nav .owl-next:hover span {
	color: #e68185;
}
.produt-tools {
	width: 100%;
	float: left;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
.produt-tools .single-tool {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 20px 0px;
	list-style: none;
	width: calc(16.6666% - 20px);
	float: left;
}
.produt-tools .single-tool .tool-image {
	background: #f1f1f1;
	padding: 20px;
	text-align: revert;
}
.produt-tools .single-tool .tool-image img {
	max-width: 100%;
}
.produt-tools .single-tool .tool-name {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
}
.img-ready-dispatch {
	width: auto;
	max-width: 100%;
	border-radius: 15px;
	padding: 0px 20px 20px 0px;
}
.inner-banner {
	height: 330px;
	overflow: hidden;
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
.inner-banner .banner-title {
	background: rgb(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: left;
	line-height: 40px;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-weight: 400;
	color: #ffffff;
	padding: 15px 0px;
	font-size: 30px;
	letter-spacing: 0.5px;
}
.inner-banner .carousel-image {
	float: left;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 100%;
	float: left;
	width: 100%;
	position: relative;
	background-image: url(../images/banner/common-bg.jpg);
}
.white-content-inner {
	padding: 25px 0px;
	width: 100%;
	float: left;
}
.product-page {
	width: 100%;
	float: left;
	padding-right: 300px;
}
.product-page .product-left {
	width: 100%;
	float: left;
}
.product-series {
	color: #000000;
	width: 100%;
	float: left;
	position: relative;
	line-height: 34px;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.product-page .product-left .product-image {
	width: 100%;
	float: left;
	background: #f4f4f4;
	text-align: center;
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 25px;
}
.product-page .product-left .product-image img {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
.product-page .product-right {
	margin-right: -300px;
	float: right;
	padding-left: 25px;
	width: 300px;
}
.product-page .product-right .brochure-download {
	width: 100%;
	float: left;
	text-align: center;
	border-radius: 20px;
	margin-bottom: 20px;
}
.product-page .product-right .brochure-download img {
	width: auto;
	max-width: 250px;
	display: inline-block;
	vertical-align: top;
}
.specifications-image {
	width: 100%;
	float: left;
	position: relative;
	text-align: left;
}
.specifications-image img {
	width: auto;
	float: none;
	position: relative;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
.about-product {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 25px;
}
.about-product .about-product-title {
	color: #315710;
	width: 100%;
	float: left;
	position: relative;
	line-height: 34px;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.about-product .about-product-description {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #505050;
	font-weight: 400;
}
.carousel-products {
	width: 100%;
	float: left;
	position: relative;
}
.carousel-products:before {
	border-bottom: 30px solid rgba(0, 0, 0, 0);
	border-left: 30px solid #ffffff;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.carousel-products .owl-nav {
	display: none;
}
.carousel-products:hover .owl-nav {
	display: block;
}
.carousel-products .owl-nav .owl-prev.disabled,
.carousel-products .owl-nav .owl-next.disabled {
	display: none;
}
.carousel-products .owl-nav .owl-prev:hover,
.address-list .owl-nav .owl-next:hover {
	background: #d4d4d4;
}
.carousel-products .owl-nav .owl-prev:before {
	content: "\f104 ";
	font-family: FontAwesome;
	position: absolute;
	color: #000;
	line-height: 36px;
	text-align: center;
	width: 36px;
	font-size: 21px;
}
.carousel-products .owl-nav .owl-next:before {
	content: "\f105 ";
	font-family: FontAwesome;
	position: absolute;
	color: #000;
	line-height: 36px;
	text-align: center;
	width: 36px;
	font-size: 21px;
}
.carousel-products .owl-nav .owl-prev {
	color: transparent;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	top: 50%;
	margin-top: -18px;
	position: absolute;
	left: 10px;
	box-shadow: -1px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.carousel-products .owl-nav .owl-next {
	color: transparent;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	top: 50%;
	margin-top: -18px;
	position: absolute;
	right: 10px;
	box-shadow: -1px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
/*Testimonial-Page-Start*/

.customer-feedback {
	width: 100%;
	float: left;
	position: relative;
	text-align: center
}
.customer-feedback .feedback-slider {
	width: 100%;
	float: none;
	position: relative;
	display: inline-block !important;
}
.customer-feedback .owl-item img {
	width: 100px !important;
	height: 100px !important;
	display: inline-block !important;
	border-radius: 50%;
}
.customer-feedback .feedback-slider-item {
	position: relative;
	padding: 60px;
	height: 100%;
}
.customer-feedback .customer-name {
	width: 100%;
	float: none;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #505050;
	font-weight: 700;
	margin: 10px 0;
}
.feedback-slider-item p {
	width: 100%;
	float: none;
	position: relative;
	font-size: 13px;
	line-height: 24px;
	margin: 3px 0px;
	color: #505050;
	font-weight: 400;
	list-style: none;
	display: inline-block;
	text-align: center;
}
.customer-feedback .customer-rating {
	background-color: #eee;
	border: 2px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 46px;
	font-size: 13px;
	right: 0;
	top: 77px;
}
.customer-feedback .thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}
.customer-feedback .thumb-next .customer-rating {
	top: -20px;
	right: 0;
}
.customer-feedback .customer-rating i {
	color: #009e00;
	position: absolute;
	top: 8px;
	right: 8px;
	font-weight: 600;
	font-size: 10px;
}
.customer-feedback .feedback-slider-item:after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 100px;
	background-color: #f4f4f4;
	z-index: -1;
}
.customer-feedback .owl-nav[class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all .2s ease-in;
	width: 100px;
}
.customer-feedback .owl-nav i {
	background-color: transparent;
	color: #009e00;
	font-size: 25px;
}
.customer-feedback .owl-prev {
	left: 0;
	width: 50px;
	display: inline-block;
}
.customer-feedback .owl-prev:hover {
	left: -20px;
}
.customer-feedback .owl-next {
	right: 0;
	width: 50px;
	display: inline-block;
}
.customer-feedback .owl-next:hover {
	right: -20px;
}
.customer-feedback .owl-dots {
	display: none;
}
/*Testimonial-Page-Close*/

.product-list {
	width: 100%;
	float: left;
}
.aboutus-group {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
    padding: 50px 0;
}
.aboutus-shadow-background {
	width: 100%;
	float: left;
	position: absolute;
	background-image: url(../images/bg.png);
	height: 100%;
	opacity: 0.1;
	background-size: 250px;
}
.aboutus-group .aboutus-background {
	width: 50%;
	position: absolute;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 1;
}
.aboutus-group .aboutus-content-group {
	width: 100%;
	float: left;
	position: relative;
}
.aboutus-group .aboutus-shadow-background:before {
	content: "";
	width: calc(100% - 100px);
	background: white;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}
.about-us-page .aboutus-group .aboutus-background {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.aboutus-group .aboutus-content {
	width: 100%;
	float: left;
	padding: 80px 80px 80px 0px;
	position: relative;
}
.aboutus-group .aboutus-content .title {
	width: 100%;
	float: left;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	color: #464749;
    margin: 0 0 10px;
}
.aboutus-group .aboutus-content .paragraph {
	width: 100%;
	float: left;
	font-size: 15px;
	margin: 4px 0px 10px 0px;
	line-height: 25px;
}
.aboutus-group .aboutus-content .btn-section {
	width: 100%;
	float: left;
	position: relative;
}
.aboutus-group {
    padding: 80px 0;
}
.aboutus-group .aboutus-content {
    padding: 0px 40px 0px 0px;
}
.aboutus-group .about-image-container {
    width: 100%;
    float: left;
}
.ourvision-group {
	width: 100%;
	float: left;
	position: relative;
	background: #f59d2f;
	padding: 80px 0px;
}
.ourvision-group .ourvision-content {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 50%;
}
.ourvision-group .ourvision-content .ourvision-left-image {
	position: absolute;
	left: 0px;
	width: 50%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 1;
}
.ourvision-group .ourvision-content .ourvision-left-image:before {
	content: "";
	width: 30px;
	top: 30px;
	height: 30px;
	right: 0px;
	background: #f59d2f;
	position: absolute;
}
.ourvision-group .ourvision-content .ourvision-left-image:after {
	content: "";
	width: 30px;
	bottom: 0px;
	height: 30px;
	left: 30px;
	background: #f59d2f;
	position: absolute;
}
.ourvision-group .ourvision-content .ourvision-right {
	padding: 100px 0px 100px 50px;
	width: 100%;
	float: left;
}
.ourvision-group .ourvision-content .ourvision-boxcontent {
	width: 100%;
	float: left;
	margin: 10px 0px;
	color: #fff;
}
.ourvision-group .ourvision-content .ourvision-boxcontent .title {
	width: 100%;
	float: left;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
    color: #fff;
    margin: 0 0 10px;
}
.ourvision-group .ourvision-content .ourvision-boxcontent .subtitle {
	width: 100%;
	float: left;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
}
.ourvision-group .ourvision-content .ourvision-boxcontent .paragraph {
	width: 100%;
	float: left;
	font-size: 15px;
	margin: 4px 0px 10px 0px;
	line-height: 25px;
}
.homedesign-group {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
}
.homedesign-group .homedesign-shadow-background {
	width: 50%;
	float: left;
	position: absolute;
	background-image: url(../images/bg.png);
	height: 100%;
	opacity: 0.1;
	background-size: 250px;
	top: 0px;
	right: 0px;
}
.homedesign-group .homedesign-content {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	padding: 50px 0px;
}
.homedesign-group .homedesign-content:before {
	content: "";
	width: calc(100% - 100px);
	background: white;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
.homedesign-group .homedesign-content .title {
	width: 100%;
	float: left;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	color: #464749;
	position: relative;
}
.homedesign-group .homedesign-box {
	width: 100%;
	margin: 20px 0px;
	float: left;
}
.homedesign-group .homedesign-box .homedesign-image-group {
	position: relative;
	width: 100%;
	height: 240px;
	margin-bottom: 5px;
	border: 1px solid #464749;
	overflow: hidden;
}
.homedesign-group .homedesign-box:hover .homedesign-image-group {
	border: 1px solid #f59d2f;
}
.homedesign-group .homedesign-box .homedesign-image-group .homedesign-image {
	position: relative;
	left: 0px;
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.homedesign-group .homedesign-box:hover .homedesign-image-group .homedesign-image {
	transform: scale(1.2, 1.2);
}
.homedesign-group .homedesign-box .homedesign-title {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 25px;
	color: #000;
}
.whychoose-group {
	width: 100%;
	float: left;
	position: relative;
}
.whychoose-group .whychoose-background {
	width: 100%;
	position: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: -2;
}
.whychoose-group .whychoose-content {
	background-color: rgb(0, 0, 0, 0.7);
	float: right;
	width: 350px;
	position: relative;
	padding: 120px 35px;
	color: #fff;
}
.whychoose-group .whychoose-content .title {
	width: 100%;
	float: left;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	color: #f59d2f;
}
.whychoose-group .whychoose-content .paragraph {
	width: 100%;
	float: left;
	font-size: 15px;
	margin: 4px 0px 30px 0px;
	line-height: 25px;
}

.whychoose-group .whychoose-content .btn-section {
	width: 100%;
	float: left;
}
.where-we-build-home-map {
	width: 100%;
	float: left;
	position: relative;
}
.where-we-build-home-map iframe {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}
.award-group {
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0px;
	text-align: center;
}
.award-group .title {
	width: 100%;
	float: left;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	color: #464749;
	text-align: center;
}
.award-group .paragraph {
	width: 100%;
	float: left;
	font-size: 15px;
	margin: 4px 0px 10px 0px;
	line-height: 25px;
	color: #464749;
}
.award-group .award-logos {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	padding-top: 15px;
}
.award-group .award-logos .award-single {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    width: 33%;
    padding: 15px;
}
.award-group .award-logos .award-single .award-image {
	width: 100%;
	float: left;
	height: 200px;
	position: relative;
}
.award-group .award-logos .award-single .award-image img {
	position: absolute;
	bottom: auto;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	max-width: 100%;
	max-height: 100%;
	padding: 15px;
}
.award-group .award-logos .award-single .award-title {
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 21px;
}
.award-group .award-logos .award-single .btn-section .btn-theme {
	display: inline-block;
    margin-top: 15px;
    float: none;
}
.testimonial-group {
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0px;
	text-align: center;
	background-image: url(/wp-content/uploads/2024/03/testimonial-bg.webp);
	background-size: 40%;
}
.testimonial-group .testimonials-white {
	width: 100%;
	float: left;
}
.testimonial-group .testimonials-white .testimonials-title {
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	color: #464749;
	position: relative;
	text-align: left;
	width: 100%;
	float: left;
	background: #fff;
	padding: 20px 30px;
}
.testimonial-group .testimonials {
	width: 100%;
	float: left;
}
.single-testimonial-group {
	float: left;
	width: 50% !important;
	position: relative;
	border-bottom: 2px solid #f1f1f1;
	margin-bottom: 50px;
	padding:40px !important;
}
.single-testimonial-group:last-child {
	border: 0;
	margin: 0;
}
.single-testimonial {
	float: left;
	width: 100%;
	position: relative;
}
.single-testimonial .single-testimonial-left {
	width: 100%;
	float: left;
	padding:20px;
	display: flex;
	background: #fff;
	min-height: 480px;
	align-items: center;
}
.single-testimonial .testimonial-user-image {
	width: 100%;
	text-align: center;
	height: 250px;
}
.single-testimonial .testimonial-user-image .inner-img {
	width: 180px;
	border-radius: 50%;
	border: 15px solid #f59d2f;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 50px;
	height: 180px;
}
.single-testimonial .testimonial-user-image .inner-img:before {
	content: "";
	width: 100px;
	border-radius: 50%;
	border: 0px solid #fff;
	height: 100px;
	position: absolute;
	background: #f59d2f;
	z-index: 1;
	top: -45px;
	left: -45px;
	box-shadow: 3px 3px 8px rgb(0, 0, 0, 0.2);
}
.single-testimonial .testimonial-user-image .inner-img img {
	width: 150px;
	border-radius: 50%;
	border: 5px solid #fff;
	z-index: 1;
	position: relative;
	box-shadow: 6px 6px 8px rgb(0, 0, 0, 0.2);
	height: 150px;
}
.single-testimonial .testimonial-message-group {
	width: 100%;
}
.single-testimonial .testimonial-message-group .testimonial-message {
	font-size: 14px;
	line-height: 28px;
	color: #696969;
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}
.page-template-home .single-testimonial .testimonial-message-group .testimonial-message span {
	max-height: 252px;
	overflow: hidden;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 9;
	-moz-line-clamp: 9;
	-ms-line-clamp: 9;
	line-clamp: 9;
}
.single-testimonial .testimonial-message-group .testimonial-message span {
	float: left;
}
.single-testimonial .testimonial-message-group .testimonial-message:before {
	content: "";
	background-image: url(../images/comma.png);
	width: 80px;
	height: 80px;
	background-size: 80px;
	position: absolute;
	top: -40px;
	opacity: 0.1;
	left: -25px;
}
.single-testimonial .testimonial-message-group .testimonial-message:after {
	content: "";
	background-image: url(../images/comma.png);
	width: 80px;
	height: 80px;
	background-size: 80px;
	position: absolute;
	bottom: -40px;
	opacity: 0.1;
	right: -40px;
	transform: rotate(180deg);
}
.single-testimonial .testimonial-user-group {
	width: 100%;
	float: left;
	text-align: left;
}
.single-testimonial  .testimonial-property-link {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 25px;
}
.single-testimonial .testimonial-user-group .testimonial-user-name {
	font-size: 22px;
	line-height: 30px;
	color: #464749;
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
	font-weight: 700;
}
.single-testimonial .testimonial-user-group .testimonial-user-location {
	font-size: 16px;
	line-height: 28px;
	color: #f59d2f;
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
	font-weight: 600;
}
.single-testimonial .single-testimonial-right {
	width: 550px;
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 1;
	height: 370px;
}
.single-testimonial .single-testimonial-right .testimonial-property {
	width: calc(50% - 15px);
	position: absolute;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 170px;
}
.single-testimonial .single-testimonial-right .testimonial-property:nth-child(1) {
	left: 0px;
	top: 0px;
}
.single-testimonial .single-testimonial-right .testimonial-property:nth-child(2) {
	right: 0px;
	top: 0px;
}
.single-testimonial .single-testimonial-right .testimonial-property:nth-child(3) {
	left: 0px;
	bottom: 0px;
}
.single-testimonial .single-testimonial-right .testimonial-property:nth-child(4) {
	right: 0px;
	bottom: 0px;
}
.testimonial-group .testimonials .owl-dots {
	display: none;
}
.testimonial-group .testimonials .owl-nav {
	position: absolute;
	bottom: 36px;
	left: 20px;
	text-align: center;
}
.testimonial-group .testimonials .owl-nav .owl-prev {
	display: inline-block;
	vertical-align: top;
	color: transparent;
	width: 40px;
	line-height: 40px;
	margin: 5px;
	float: left;
}
.testimonial-group .testimonials .owl-nav .owl-next {
	display: inline-block;
	vertical-align: top;
	color: transparent;
	width: 30px;
	line-height: 30px;
	margin: 5px;
	float: left;
}
.testimonial-group .testimonials .owl-nav .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-family: FontAwesome;
	background: #d0d0d0;
	line-height: 40px;
	width: 40px;
	border-radius: 50%;
	float: left;
	position: absolute;
	color: #fff;
	font-size: 20px;
}
.testimonial-group .testimonials .owl-nav .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	background: #d0d0d0;
	line-height: 40px;
	width: 40px;
	border-radius: 50%;
	float: left;
	position: absolute;
	color: #fff;
	font-size: 20px;
}
.testimonial-group .testimonials .owl-nav .owl-next:hover:before,
.testimonial-group .testimonials .owl-nav .owl-prev:hover:before {
	background: #f59d2f;
}
.footer-bottom {
	background-color: #5f5f5f;
	color: #fff;
	width: 100%;
	float: left;
	padding: 20px 0px;
	border-top: 1px solid #2b2b2b;
}
.footer-bottom p {
	padding: 0px;
	margin: 0px;
	color: #fff;
}
.footer-bottom .footer-social {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.footer-bottom .footer-social li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
}
.footer-bottom .footer-social li a {
	text-transform: uppercase;
	font-size: 15px !important;
	font-weight: 500;
	color: #f7f7f7 !important;
	width: 32px;
	text-align: center;
	line-height: 32px;
	height: 32px;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	float: left;
	text-decoration: none !important;
}
.footer-bottom .footer-social li a:hover {
	opacity: 1;
	color: #5f5f5f !important;
	background: #ffffff!important;
	border: 1px solid #5f5f5f;
}
.footer-bottom .footer-social li a.houzz .img-fluid {
	height: 16px;
	margin-top: -2px;
}
.footer-bottom .footer-social li a.houzz .img-fluid.houzz-gray {
	display: none;
}
.footer-bottom .footer-social li a.houzz:hover .img-fluid.houzz-gray {
	display: inline-block;
}
.footer-bottom .footer-social li a.houzz:hover .img-fluid.houzz-white {
	display: none;
}
.footer-bottom .footer-social li a.zango .img-fluid {
	height: 16px;
	margin-top: -2px;
}
.footer-bottom .footer-social li a.zango .img-fluid.zango-gray {
	display: none;
}
.footer-bottom .footer-social li a.zango:hover .img-fluid.zango-gray {
	display: inline-block;
}
.footer-bottom .footer-social li a.zango:hover .img-fluid.zango-white {
	display: none;
}
.footer-bottom .footer-social li a.all-homes .img-fluid {
	height: 16px;
	margin-top: -2px;
}
.footer-bottom .footer-social li a.all-homes .img-fluid.ah-gray {
	display: none;
}
.footer-bottom .footer-social li a.all-homes:hover .img-fluid.ah-gray {
	display: inline-block;
}
.footer-bottom .footer-social li a.all-homes:hover .img-fluid.ah-white {
	display: none;
}
.homedesign-services {
	width: 100%;
	float: left;
	position: relative;
	min-height: 700px;
	display: flex;
}
.homedesign-services .left-service {
	width: 100%;
	float: left;
	border-right: 10px solid #fff;
}
.homedesign-services .right-service {
	width: 50%;
	float: left;
	min-width: 50%;
}
.homedesign-services .single-section {
	position: relative;
	top: 0px;
	height: 100%;
	width: 100%;
}
.homedesign-services .single-section .homedesign-image-group {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.homedesign-services .single-section .homedesign-image-group .homedesign-image {
	width: 100%;
	position: absolute;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	right: 0px;
	top: 0px;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.homedesign-services .single-section:hover .homedesign-image-group .homedesign-image {
	transform: scale(1.1, 1.1);
}
.homedesign-services .single-section .title {
	color: #fff;
	padding: 8px 20px;
	background: #000;
	font-size: 20px;
	width: auto;
	position: absolute;
	top: 20px;
	left: 20px;
	border-left: 15px solid #f59d2f;
}
.homedesign-services .single-section .btn-section {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.homedesign-services .single-section.top-section {
	height: 50%;
	border-bottom: 10px solid #fff;
}
.homedesign-services .single-section.bottom-section {
	height: 50%;
}
.award-group .award-logos .owl-dots {
	display: none;
}
.award-group .award-logos .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 20px;	
}
.award-group .award-logos .owl-nav .owl-prev {
    float: left;
    font-size: 0;
    position: relative;
    width: 20px;
    height: 30px;
}
.award-group .award-logos .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg,0deg);
    -ms-transform: skew(145deg,0deg);
    transform: skew(145deg,0deg);
    background-color: #afafaf;
}
.award-group .award-logos .owl-nav .owl-prev:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg,0deg);
    -ms-transform: skew(-145deg,0deg);
    transform: skew(-145deg,0deg);
    background-color: #afafaf;
}
.award-group .award-logos .owl-nav .owl-next {
    float: right;
    font-size: 0;
    position: relative;
    width: 20px;
    height: 30px;
    -webkit-transform: rotate( 180deg);
    -ms-transform: rotate(180deg);
    transform: rotate( 180deg);
}
.award-group .award-logos .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg,0deg);
    -ms-transform: skew(145deg,0deg);
    transform: skew(145deg,0deg);
    background-color: #afafaf;
}
.award-group .award-logos .owl-nav .owl-next:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg,0deg);
    -ms-transform: skew(-145deg,0deg);
    transform: skew(-145deg,0deg);
    background-color: #afafaf;
}
.common-page-banner {
	width: 100%;
	float: left;
	position: relative;
	height: 350px;
	margin-top:16px;
}
.common-page-banner .common-page-banner {
	width: 100%;
	position: absolute;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	left: 0px;
	top: 0px;
	height: 100%;
}
.common-page-banner .common-banner-content {
	position: absolute;
	bottom: auto;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	width: 100%;
	max-height: 100%;
}
.common-page-banner .common-banner-content .banner-content {
	width: auto;
	float: left;
	background-color: rgba(0, 0, 0, 0.32);
	padding: 20px 80px 20px 20px;
	border-left: 8px solid #f59d2f;
	color: #fff;
}
.common-page-banner .common-banner-content .banner-title {
	width: 100%;
	float: left;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}
.inner-page-content {
	width: 100%;
	float: left;
	background: #ffffff;
	position: relative;
	padding: 40px 0px;
}
.property-inner-page {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
}
.property-inner-page:before {
	content: "";
	width: 50%;
	float: left;
	position: absolute;
	background-image: url(../images/bg.png);
	height: 100%;
	opacity: 0.1;
	background-size: 250px;
}
.property-inner-page .property-content-group {
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0px;
}
.property-inner-page .property-content-group:before {
	content: "";
	width: calc(100% - 100px);
	background: white;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}
.property-content-group .widget-title {
	width: 100%;
	float: none;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	color: #464749;
	display: inline-block;
	vertical-align: top;
}
.property-content-group .is-divider,
.is-divider {
	background-color: rgb(245 157 47) !important;
}
.side-social {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	text-align: left;
}
.side-social li {
	display: inline-block;
	vertical-align: top;
	margin: 2px;
}
.side-social li .fa {
	text-transform: uppercase;
	font-size: 15px !important;
	font-weight: 500;
	color: #ffffff !important;
	width: 30px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	float: left;
	text-decoration: none !important;
}
.side-social li .fa.facebook-btn {
	background: #4267B2;
}
.side-social li .fa.twitter-btn {
	background: #00acee;
}
.side-social li .fa.youtube-btn {
	background: #c4302b;
}
.side-social li .fa.instagram-btn {
	background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
}
.side-social li .linkedin-btn {
	background: #0a66c2;
}
.side-social li .houzz {
	background: #4dbc15;
	text-transform: uppercase;
	font-size: 15px !important;
	font-weight: 500;
	color: #ffffff !important;
	width: 30px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	float: left;
	text-decoration: none !important;
}
.side-social li .houzz .img-fluid {
	height: 14px;
}
.side-social li .zango {
	background: #8c59fc;
	text-transform: uppercase;
	font-size: 15px !important;
	font-weight: 500;
	color: #ffffff !important;
	width: 30px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	float: left;
	text-decoration: none !important;
}
.side-social li .zango .img-fluid {
	height: 14px;
}
.side-social li .ah {
	background: #e81043;
	text-transform: uppercase;
	font-size: 15px !important;
	font-weight: 500;
	color: #ffffff !important;
	width: 30px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	float: left;
	text-decoration: none !important;
}
.side-social li .ah .img-fluid {
	height: 15px;
}
.btn-side-theme {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
}
.btn-side-theme .btn-side {
	background: #fff;
	line-height: 36px;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #f59d2f;
	position: relative;
}
.btn-side-theme .btn-side span {
	float: left;
	padding: 0px 20px;
	color: #f59d2f;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-side-theme .btn-side:hover span {
	color: #ffffff;
}
.btn-side-theme .btn-side:before {
	content: "";
	width: 0%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #f59d2f;
	height: 100%;
	position: absolute;
}
.btn-side-theme .btn-side:hover:before {
	content: "";
	width: 100%;
}
.property-inner-page .property-content-group .category-page-row .btn-side-theme .btn-side {
	min-width: 210px;
	text-align: center;
}
.btn-side-theme .btn-side span {
	text-align: center;
	width: 100%;
}
/*Detail-page-start*/

.property-detail {
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0px;
	background-color: #f7f7f7;
}
.property-detail .property-detail-main {
	width: 100%;
	float: left;
	position: relative;
}
.property-detail .property-detail-main .property-detail-left {
	position: relative;
	width: 80%;
	margin-left: 10%;
}
.property-detail .property-detail-main .property-detail-left .gallery-carousal {
	margin-bottom: 140px;
}
.property-detail .property-detail-main .property-detail-left .gallery-carousal .carousel-inner .carousel-item {
	width: 100%;
	float: left;
	position: relative;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: 700px;
	-o-background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	z-index: 1;
}
.property-detail .property-detail-main .property-detail-left .gallery-carousal .carousel-indicators li {
	display: inline-block;
	width: 100%;
	margin: 0 4px;
	height: 100px;
	border: 0;
	background-color: transparent;
}
.property-detail .property-detail-main .property-detail-left .gallery-carousal .carousel-indicators {
	bottom: -140px;
}
.property-detail .property-detail-main .property-detail-left .gallery-carousal .carousel-indicators img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	background-color: transparent;
	float: left;
}
.property-detail .property-detail-main .property-detail-right {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
}
.property-detail .property-detail-main .property-detail-right .property-name {
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	color: #464749;
	position: relative;
	text-align: left;
	float: left;
	margin-bottom: 15px;
    margin-top: 5px;
}
.property-detail .property-detail-main .property-detail-right .property-categories {
	width: 100%;
	position: relative;
	text-align: left;
	float: left;
	color: #464749;
	font-size: 13px;
	line-height: 22px;
	border-top: 1px dotted #464749;
	margin: 10px 0;
}
.property-detail .property-detail-main .property-detail-right .property-categories span {
	font-weight: 600;
}
.property-detail .property-detail-main .property-detail-right .property-specification {
	position: relative;
	width: 100%;
	float: left;
	/* margin-bottom: 20px; */
}
.rooms {
	position: relative;
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.rooms .rooms-icon {
	position: relative;
	float: left;
	margin-right: 20px;
	color: #464749;
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
}
.rooms .rooms-icon img {
	width: 30px;
}
.property-detail .property-detail-main .property-detail-right .title {
	position: relative;
	width: 100%;
	float: left;
	font-size: 22px;
	line-height: 30px;
	color: #464749;
	text-align: left;
	font-weight: 700;
	padding-bottom: 10px;
}
.property-detail .property-detail-main .property-detail-right .property-specification ul {
	position: relative;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 10px;
}
.property-detail .property-detail-main .property-detail-right .property-specification ul li {
	position: relative;
	width: 33%;
	float: left;
	list-style: none;
	color: #464749;
	font-size: 13px;
	line-height: 24px;
	padding: 0 5px 0 15px;
}
.property-detail .property-detail-main .property-detail-right .property-specification ul li span {
	font-weight: 600;
}
.property-detail .property-detail-main .property-detail-right .property-specification ul li:before {
	position: absolute;
	content: '';
	top: 8px;
	left: 0px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #f59d2f;
}
.property-detail .property-detail-main .property-detail-right .property-specification .content {
	width: 100%;
	float: left;
	position: relative;
	color: #464749;
	font-size: 13px;
	line-height: 24px;
}
.property-detail-info {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	background: white;
}
.property-shadow-background {
	width: 50%;
	float: left;
	position: absolute;
	background-image: url(../images/bg.png);
	height: 100%;
	opacity: 0.1;
	background-size: 250px;
	top: 0px;
	right: 0px;
}
.property-detail-info .property-detail-tabs {
	position: relative;
	width: 100%;
	float: left;
	padding: 50px 0 30px;
	display: none;
}
.property-detail-info .tab-content .panel p img {
	margin-bottom: 0;
}
.property-detail-info .tab-content .panel p {
	margin-bottom: 0;
}
.product_cat-completed-projects .property-detail-info .property-detail-tabs {
	display: block;
	border-bottom: 2px solid #f1f1f1;
}
.property-detail-info .property-detail-tabs:before {
	content: "";
	width: calc(100% - 100px);
	background: white;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
.property-detail-info .nav-tabs {
	width: 100%;
	position: relative;
	float: left;
	border-top: 1px solid #ececec;
	border-bottom: 0;
}
.property-detail-info .nav-tabs .nav-item {
	display: inline-block;
	margin: 0 15px 0 0 !important;
	width: auto;
}
.property-detail-info .nav-tabs .nav-item a {
	padding: 0;
	font-size: 16px;
	color: #464749;
	line-height: 30px;
	position: relative;
	font-weight: 600;
	border: 0;
	background-color: transparent;
}
.property-detail-info .nav-tabs .nav-item a.active {
	font-weight: 600;
	border: 0;
}
.property-detail-info .nav-tabs .nav-item.active:before,
.property-detail-info .nav-tabs .nav-item:hover:before {
	width: 100%;
}
.property-detail-info .nav-tabs .nav-item:before {
	content: "";
	height: 2px;
	position: absolute;
	top: -1px;
	background: #f59d2f;
	width: 0;
	transition: all .4s ease-in-out;
	left: 0px;
}
.property-detail-info .nav-tabs .nav-item a:before {
	display: none;
}
.property-detail-info .tab-content {
	position: relative;
	width: 100%;
	float: left;
	padding: 20px 0 0 !important;
	border: 0 !important;
	background-color: transparent !important;
}
.property-detail-info .tab-content img {
	margin: 0;
}
.property-detail-info .tab-content img {
	margin: 0;
}
.property-detail-info .related-products-wrapper .product-section-title {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 0;
	margin-bottom: 0;
	padding: 0;
}
.floor-facades {
	position: relative;
	width: 100%;
	float: left;
}
.floor-facades img {
	width: 100%;
}
.floor-facades .floor-facades-property {
	width: calc(50% - 15px);
	position: relative;
	float: left;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 300px;
	margin-bottom: 15px;
}
.floor-facades .floor-facades-property:nth-child(even) {
	margin-left: 15px;
}
.property-detail .property-detail-main .property-detail-left .product-gallery6 {
	padding-right: 50px;
}
.product_cat-single-storey-front-facades .property-detail .property-detail-main {
	padding: 0;
    text-align: center;
}
.product_cat-single-storey-front-facades .property-detail .property-detail-main .property-detail-left {
    width: 100%;
    margin: 0;
    max-width: 600px;
    float: none;
    display: inline-block;
}
.product_cat-single-storey-front-facades .property-detail .property-detail-main .property-detail-left .product-gallery6 {
	padding: 0;
}
.product_cat-single-storey-front-facades .property-detail .property-detail-main .property-detail-right {
	display: none;
}
.product_cat-double-storey-front-facades .property-detail .property-detail-main {
	padding: 0;
    text-align: center;
}
.product_cat-double-storey-front-facades .property-detail .property-detail-main .property-detail-left {
    width: 100%;
    margin: 0;
    max-width: 600px;
    float: none;
    display: inline-block;
}
.product_cat-double-storey-front-facades .property-detail .property-detail-main .property-detail-left .product-gallery6 {
	padding: 0;
}
.product_cat-double-storey-front-facades .property-detail .property-detail-main .property-detail-right {
	display: none;
}
.product_cat-elegant-corner-blocks-front-facades .property-detail .property-detail-main {
	padding: 0;
    text-align: center;
}
.product_cat-elegant-corner-blocks-front-facades .property-detail .property-detail-main .property-detail-left {
    width: 100%;
    margin: 0;
    max-width: 600px;
    float: none;
    display: inline-block;
}
.product_cat-elegant-corner-blocks-front-facades .property-detail .property-detail-main .property-detail-left .product-gallery6 {
    padding: 0;
}
.product_cat-elegant-corner-blocks-front-facades .property-detail .property-detail-main .property-detail-right {
    display: none;
}
.property-detail-info .nav-tabs .nav-item.reviews_tab {
	display: none;
}
.property-detail-info .tab-content #tab-reviews {
	display: none !important;
}
.property-detail .property-detail-main .property-detail-right .woocommerce-product-rating {
	display: none;
}
.property-detail .property-detail-main .property-detail-right .social-icons {
	display: none;
}
.property-detail .property-detail-main .property-detail-right .woocommerce-breadcrumb {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #464749;
}

.property-detail .property-detail-main .property-detail-right .product_meta {
	display: none;
}
.property-detail-info .related-products-wrapper {
	position: relative;
	width: 100%;
	float: left;
	padding-top: 80px;
	border-top: 0;
	padding-bottom: 30px;
}
.property-detail-info .related-products-wrapper:before {
	content: "";
	width: calc(100% - 100px);
	background: white;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
.property-detail .property-detail-main .property-detail-right .property-specification .property-specification-inner {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px dotted #464749;
}
.property-detail .property-detail-main .property-detail-right .property-specification .property-specification-inner:last-child {
	border: 0 !important;
}
.property-detail .property-detail-main .property-detail-right .property-specification .property-specification-inner .sub-title {
	position: relative;
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #f59d2f;
	text-align: left;
	font-weight: 700;
}
.property-detail .property-detail-main .property-detail-right .property-specification .property-specification-inner .sub-title.specification2-sub-title {
	width: auto;
}
.property-detail .property-detail-main .property-detail-right .property-specification .property-specification-inner .sub-title.specification2-sub-title:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 10px;
	height: 18px;
	background-color: #f7f7f7;
}
.widget_product_categories>ul>li.cat-item-16,
.widget_product_categories>ul>li.cat-item-88 {
	display: none;
}
.property-detail .property-detail-main .property-detail-right .next-prev-thumbs {
	display: none;
}
.property-detail .property-detail-main .property-detail-right .price-wrapper {
	display: none;
}
.flickity-prev-next-button,
.flickity-prev-next-button {
	opacity: 1 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.flickity-prev-next-button svg,
.flickity-prev-next-button .arrow {
	background: #d0d0d0;
	line-height: 40px;
	width: 40px !important;
	border-radius: 50% !important;
	color: #fff;
	border: 1px solid #fff !important;
}
.flickity-prev-next-button:hover svg,
.flickity-prev-next-button:hover .arrow {
	background: #f59d2f !important;
	fill: #fff !important;
}
.property-detail-info .related-products-wrapper .flickity-prev-next-button.previous,
.property-detail-info .related-products-wrapper .flickity-prev-next-button.previous {
	margin-left: 10px !important;
}
.property-detail-info .related-products-wrapper .flickity-prev-next-button.next,
.property-detail-info .related-products-wrapper .flickity-prev-next-button.next {
	margin-right: 10px !important;
}
/*Detail-page-close*/

/*Our-Services-page-start*/

.our-services-page {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
}
.achieve-group {
	width: 100%;
	float: left;
	position: relative;
	/* background: #f59d2f; */
	padding: 50px 0px;
}
.achieve-group .achieve-content {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 50%;
}
.achieve-group .achieve-content .achieve-left-image {
	position: absolute;
	left: 0px;
	width: 50%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	right: 0px;
	top: 0px;
	height: 100%;
	border-radius: 16px;
	box-shadow: 0px 0 30px 10px rgba(197, 197, 197, 0.4);
}
.achieve-group .achieve-content .achieve-left-image:before {
	content: "";
	width: 30px;
	top: 30px;
	height: 30px;
	right: 0px;
	/* background: #f59d2f; */
	position: absolute;
}
.achieve-group .achieve-content .achieve-left-image:after {
	content: "";
	width: 30px;
	bottom: 0px;
	height: 30px;
	left: 30px;
	/* background: #f59d2f; */
	position: absolute;
}
.achieve-group .achieve-content .achieve-right {
	padding: 25px 0px 25px 50px;
	width: 100%;
	float: left;
}
.achieve-group .achieve-content .achieve-boxcontent {
	width: 100%;
	float: left;
	margin: 10px 0px;
	color: #464749;
}
.achieve-group .achieve-content .achieve-boxcontent .title {
	width: 100%;
	float: left;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	line-height: 46px;
}
.achieve-group .achieve-content .achieve-boxcontent .subtitle {
	width: 100%;
	float: left;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
}
.achieve-group .achieve-content .achieve-boxcontent .paragraph {
	width: 100%;
	float: left;
	font-size: 15px;
	margin: 4px 0px 10px 0px;
	line-height: 25px;
}
.offer-group {
	width: 100%;
	float: left;
	position: relative;
	background-color: #f7f7f7;
}
.offer-shadow-background {
	width: 50%;
	float: left;
	position: absolute;
	background-image: url(../images/bg.png);
	height: 100%;
	opacity: 0.1;
	background-size: 250px;
	top: 0px;
	right: 0px;
}
.offer-group .offer-content {
	width: 100%;
	float: left;
	position: relative;
	color: #464749;
	padding: 50px 0;
}
.offer-group .offer-content:before {
	content: "";
	width: calc(100% - 100px);
	background-color: #f7f7f7;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
.offer-group .offer-content .offer-left {
	position: relative;
	width: 100%;
	float: left;
}
.offer-group .offer-content .offer-left .title {
	width: 100%;
	float: left;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
}
.offer-group .offer-content .offer-left .subtitle {
	width: 100%;
	float: left;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
}
.offer-group .offer-content .offer-left .offer-category {
	position: relative;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.offer-group .offer-content .offer-left .offer-category .single-item {
	width: calc(25% - 40px);
	background-color: transparent;
	margin-top: 0;
	margin: 20px;
	padding: 10px;
	text-align: center;
	transition: .5s;
	float: left;
	list-style: none;
	border-radius: 20px;
}
.offer-group .offer-content .offer-left .offer-category .single-item .business-model {
	position: relative;
	display: block;
	margin: auto;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin-bottom: 20px;
	overflow: hidden;
	border: 4px solid #f59d2f;
}
.offer-group .offer-content .offer-left .offer-category .single-item .business-model .business-model-img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-o-background-size: contain;
	transition: .5s;
	background-repeat: no-repeat;
}
.offer-group .offer-content .offer-left .offer-category .single-item .single-item-content {
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
}
.offer-group .offer-content .offer-left .offer-category .single-item .single-item-content .title {
	position: relative;
	width: 100%;
	float: left;
	font-size: 22px;
	line-height: 30px;
	color: #464749;
	font-weight: 700;
	padding-bottom: 10px;
}
.offer-group .offer-content .offer-left .offer-category .single-item .single-item-content .paragraph {
	width: 100%;
	float: left;
	position: relative;
	color: #464749;
	font-size: 15px;
	line-height: 25px;
}
.offer-group .offer-content .offer-left .offer-category .single-item .single-item-content .btn-section {
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 15px;
}
.offer-group .offer-content .offer-left .offer-category .single-item .single-item-content .btn-section .btn-theme {
	display: inline-block;
	float: none;
}
.offer-group .offer-content .offer-left .offer-category .single-item:hover {
	box-shadow: 0 19px 62px 4px rgba(179, 179, 179, .26);
	background-color: #fff !important;
}
.offer-group .offer-content .offer-left .offer-category .single-item:hover .business-model .business-model-img {
	transform: scale(1.1);
}
.offer-group .offer-content .offer-right {
	position: relative;
	width: 100%;
	float: left;
}
.offer-group.award-home .offer-content .offer-left .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
}
.offer-group.award-home .offer-content .offer-left .offer-category {
    justify-content: center;
}
.offer-group.award-home .offer-content .offer-left .offer-category .single-item {
    background-color: #ffffff;
    border-radius: 0;
}
.offer-group.award-home .offer-content .offer-left .offer-category .single-item {
    width: calc(33.3333% - 40px) !important;
}
.offer-group.award-home .offer-content .offer-left .offer-category .single-item .business-model {
    width: 400px;
    height: 400px;
    border-radius: 0;
    border: 0;
    margin-bottom: -1px;
    max-width: 100%;
}
.offer-group.award-home .offer-content .offer-left .offer-category .single-item .business-model .business-model-img {
    border-radius: 0;
}
.offer-group .offer-content .offer-left .offer-category .single-item .single-item-content .btn-section {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
}
.offer-group .offer-content .offer-left .offer-category .single-item .single-item-content .btn-section .btn-theme {
    display: inline-block;
    float: none;
}
.offer-group.award-home .offer-content .offer-left .offer-category .single-item:nth-child(2) {
    height: 283px;
    margin-top: 64px;
    /* width: calc(22.3333% - 40px) !important; */
}
.offer-group.award-home .offer-content .offer-left .offer-category .single-item:nth-child(2) .business-model {
    width: 250px;
    height: 250px;
}
.offer-group.award-home .offer-content .offer-left .offer-category .single-item .business-model {
    width: 400px;
    height: 300px;
    border-radius: 0;
    border: 0;
    margin-bottom: -1px;
}
.offer-group.award-home.second-homes {
    background-color: #fff;
}
.offer-group.award-home.second-homes .offer-content:before {
    background-color: #fff;
}
.offer-group.award-home .offer-content .offer-left .offer-category .single-item:hover .business-model .business-model-img {
    transform: inherit !important;
}
.offer-group.award-home.second-homes .offer-content .offer-left .offer-category .single-item {
    background-color: #f7f7f7;
    border-radius: 0;
}
.request-form {
	position: relative;
	width: 100%;
	float: left;
}
.request-form .title {
	position: relative;
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 26px;
	color: #464749;
	text-align: left;
	font-weight: 700;
	padding-bottom: 10px;
}
.theme-form {
	width: 100%;
	float: left;
}
.required {
	color: red;
}
.theme-form .form-group {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
	background: #ffffff;
}
.theme-form .form-group .theme-label {
	width: 100%;
	float: left;
	position: relative;
	color: #464749;
	font-size: 14px;
	margin-bottom: 4px;
	text-align: left;
}
.theme-form .form-group .input-group {
	width: 100%;
	float: left;
	position: relative;
	flex-wrap: inherit;
}
.theme-form .form-group .form-control {
	width: 100%;
	margin: 0px;
	border: 1px solid #d3d8da;
	float: left;
	outline: none !important;
	box-shadow: none !important;
	font-size: 14px;
	padding: 0px 12px;
	height: 44px;
	line-height: 42px;
	border-radius: 0px !important;
	position: relative;
	color: #464749;
}
.theme-form .form-group .input-group.multi-form-control .form-control + .form-control {
	margin-left: 10px;
}
.theme-form .form-group .input-group textarea {
	min-height: 150px;
}
.theme-form .form-group .info {
	width: 100%;
	float: left;
	position: relative;
	color: #464749;
	font-size: 12px;
}
.theme-form .form-group .input-group .file-select {
	width: 100%;
	margin: 0px;
	border: 1px solid #d3d8da;
	float: left;
	outline: none !important;
	box-shadow: none !important;
	font-size: 14px;
	padding: 0px 12px;
	height: 60px;
	line-height: 58px;
	border-radius: 3px !important;
	position: relative;
	color: #464749;
}
.theme-form .form-group .input-group .file-select .file-select-name {
	display: inline-block;
	height: 34px;
	width: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	color: #464749;
	text-align: center;
}
.theme-form .form-group .input-group .file-select input[type="file" i] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.theme-form .btn-section {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 15px;
}
.services-video {
	width: 100%;
	float: left;
	position: relative;
	background-color: #ffffff;
	padding: 50px 0 0;
}
.services-video iframe {
	border-radius: 20px;
	width: 100%;
	float: left;
	position: relative;
	height: 700px;
}
.circle-steps {
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0px;
	overflow: hidden;
}
.circle-section {
	width: 100%;
	border: none !important;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.circle-section .title {
	width: 100%;
	float: left;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	color: #464749;
	padding-bottom: 150px;
	text-align: center;
}
.circle-section ul {
	padding: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 1050px;
	margin: auto;
	position: relative;
}
.circle-section ul li {
	float: left;
	width: 350px;
	height: 350px;
	text-align: center;
	position: relative;
	backface-visibility: hidden;
	margin: 10px 0px;
}
.circle-section ul li figcaption {
	border-radius: 50%;
	width: 125px;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .1s;
	padding: 25px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	flex-direction: column;
	overflow: hidden;
	background-color: #fff;
	z-index: 9;
	backface-visibility: hidden;
}
.circle-section ul li:nth-child(even) figcaption {
	background: #f59d2f;
}
.circle-section ul li:nth-child(odd) figcaption {
	background: linear-gradient(270deg, #000000 0%, #000000 100%);
}
.circle-section ul li:nth-child(odd) figcaption p,
.circle-section ul li:nth-child(odd) figcaption h4 {
	color: #fff
}
.circle-section ul li figcaption i {
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	left: 0px;
	right: 0px;
}
.circle-section ul li figcaption p,
.circle-section ul li figcaption h4 {
	opacity: 0;
	visibility: hidden;
	width: 185px;
}
.circle-section ul li h5 {
	color: #464749;
	font-size: 20px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 74%;
	bottom: 0px;
	margin: auto;
	z-index: 9;
	font-weight: bold;
}
.circle-section ul li figcaption p {
	font-size: 14px;
	font-weight: 600;
	padding: 0px 10px;
	text-align: center;
	color: #fff;
}
.circle-section ul li figcaption h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px;
	color: #fff;
}
.circle-section ul li:nth-child(2) h5 {
	top: 70px;
}
.circle-section ul li:hover figcaption {
	width: 250px;
	height: 250px;
}
.circle-section ul li:hover h5,
.circle-section ul li:hover figcaption i {
	display: none
}
.circle-section ul li:hover figcaption h4,
.circle-section ul li:hover figcaption p {
	opacity: 1;
	visibility: visible
}
.circle-section ul li:nth-child(1) {
	top: 50px;
	left: 50px;
}
.circle-section ul li:nth-child(2) {
	top: -190px;
}
.circle-section ul li:nth-child(3) {
	top: 50px;
	right: 50px;
}
.circle-section ul li:nth-child(4) {
	bottom: 50px;
	left: 50px;
}
.circle-section ul li:nth-child(5) {
	bottom: 0;
	height: 0;
}
.circle-section ul li:nth-child(6) {
	bottom: 50px;
	right: 50px;
}
.circle-section ul li:before {
	content: ""
}
.circle-section ul li:after {
	content: ""
}
.circle-section ul li:nth-child(2)::before {
	width: 5px;
	height: 325px;
	position: absolute;
	background-color: #facc66;
	top: 125px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.circle-section ul li:nth-child(5)::before {
	display: none;
}
.circle-section ul li:nth-child(1)::before {
	width: 383px;
	height: 5px;
	position: absolute;
	background-color: #facc66;
	top: 106px;
	bottom: 0px;
	margin: auto;
	z-index: 1;
	left: 136px;
	right: 0px;
	transform: rotate(22deg);
}
.circle-section ul li:nth-child(6)::before {
	width: 383px;
	height: 5px;
	position: absolute;
	background-color: #facc66;
	top: -121px;
	bottom: 0px;
	margin: auto;
	z-index: 1;
	left: -256px;
	right: 0px;
	transform: rotate(24deg);
}
.circle-section ul li:nth-child(3)::before {
	width: 383px;
	height: 5px;
	position: absolute;
	background-color: #facc66;
	top: 82px;
	bottom: 0px;
	margin: auto;
	z-index: 1;
	left: -250px;
	right: 0px;
	transform: rotate(-22deg);
}
.circle-section ul li:nth-child(odd)::before {
	background-color: #000;
}
.circle-section ul li:nth-child(even)::before {
	background-color: #f59d2f;
}
.circle-section ul li:nth-child(4)::before {
	width: 383px;
	height: 5px;
	position: absolute;
	top: 0px;
	bottom: 117px;
	margin: auto;
	z-index: 1;
	left: 107px;
	right: 0px;
	transform: rotate(-24deg);
}
.circle-overlay {
	position: absolute;
	width: 285px;
	height: 285px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: 11;
	background-color: #E9EEEC;
	border-radius: 50%;
	left: 0px;
	right: 0px;
	top: 5px;
	bottom: 0px;
	margin: auto;
	box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
	overflow: hidden;
	flex-direction: column;
	transition: .1s;
	backface-visibility: hidden;
}
.circle-overlay:hover {
	width: 390px;
	height: 390px;
}
.circle-overlay p {
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	margin-bottom: 5px;
}
.circle-overlay h4 {
	font-size: 22px;
	margin: 10px 0px;
	line-height: 1.5;
	font-weight: 600;
}
.circle-overlay:hover p {
	font-size: 16px;
	font-weight: bold
}
/* .circle-overlay:hover.circle-section ul li figcaption {
     left: 411px;
     top: 210px 
}
 */

.circle-section ul.conjust li h5 {
	opacity: 0;
}
.circle-section ul.conjust li figcaption {
	transition: all .3s .5s
}
.circle-section ul.conjust li:nth-child(1) figcaption {
	left: 411px;
	top: 210px;
}
.circle-section ul.conjust li:nth-child(2) figcaption {
	top: 510px;
}
.circle-section ul.conjust li:nth-child(3) figcaption {
	left: -600px;
	top: 210px;
}
.circle-section ul.conjust li:nth-child(4) figcaption {
	left: 413px;
	top: -210px;
}
.circle-section ul.conjust li:nth-child(5) figcaption {
	top: -510px;
}
.circle-section ul.conjust li:nth-child(6) figcaption {
	top: -210px;
	left: -600px;
}
.circle-section ul li:nth-child(5) figcaption {
	display: none;
}
.circle-section ul li figcaption i {
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.circle-overlay:before {
	width: 90%;
	height: 90%;
	border: 6px solid #000;
	position: absolute;
	content: "";
	border-radius: 50%;
	display: block;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 0px;
	right: 0px;
}
.circle-overlay:after {
	width: 90%;
	height: 90%;
	border: 8px solid #040404;
	border-right: 6px solid #f59d2f;
	position: absolute;
	content: "";
	border-radius: 50%;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
	display: block;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 0px;
	right: 0px;
}
.setting-hover {
	position: absolute;
	top: 0;
	transition: .5s;
	bottom: 0px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 70%;
	height: 100%;
	z-index: 10;
	text-align: center;
}
.setting-hover p {
	transition: .5s;
	width: 100%;
	display: block;
	line-height: 1;
	margin: 5px;
	text-align: center;
}
.circle-overlay:hover .setting-hover {
	top: 0;
}
.circle-overlay:hover .setting-hover p {
	opacity: 1;
	visibility: visible;
}
.setting-hover p a {
	background-color: #f8bb00;
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	border-radius: 4px;
	padding: 6px 10px;
	margin-top: 13px;
	cursor: pointer;
	transition: .4s
}
.setting-hover p a:hover {
	background-color: #000;
	color: #fff
}
.circle-steps .service-grid {
	width: 100%;
	float: left;
	position: relative;
	display: none;
}
.circle-steps .service-grid .lister-two-grid {
	list-style: none;
	padding: 0px;
	margin: 0;
	flex-wrap: wrap;
	width: 100%;
	float: left;
	display: flex;
}
.circle-steps .service-grid .lister-two-grid li {
	width: 50%;
	float: left;
	position: relative;
	padding: 0px 20px 0px 115px;
	margin-top: 50px;
}
.circle-steps .service-grid .lister-two-grid li:hover span {
	background-color: #f59d2f;
	color: #fff;
}
.circle-steps .service-grid .lister-two-grid li:hover span img {
	filter: brightness(0) invert(1);
}
.circle-steps .service-grid .lister-two-grid li span {
	position: absolute;
	left: 0px;
	background-color: #eaefed;
	width: 100px;
	height: 100px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: .5s
}
.circle-steps .service-grid .lister-two-grid li span img {
	width: 50px;
}
.circle-steps .service-grid .lister-two-grid li h4 {
	margin: 0px;
	color: #0C1612;
	font-size: 20px;
	font-weight: 600;
}
.circle-steps .service-grid .lister-two-grid li p {
	color: #0C1612;
	font-size: 16px;
	margin: 15px 0px;
	font-weight: 400
}
.circle-steps .service-grid .lister-two-grid li:hover span::before {
	background-color: #000000;
}
.circle-steps .service-grid .lister-two-grid li span::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #eaefed;
	position: absolute;
	right: -10px;
	top: -10px;
	border-radius: 50%;
	border: 3px solid #fff;
}
.latest-news {
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0px;
	background-image: url(../images/testimonial-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.latest-news .latest-news-inner {
	width: 100%;
	float: left;
	position: relative;
}
.latest-news .title {
	width: 100%;
	float: left;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	color: #f59d2f;
	padding-bottom: 20px;
}
.latest-news .latest-news-inner .latest-news-item {
	width: 100%;
	float: left;
	position: relative;
}
.latest-news .latest-news-inner .latest-news-item .owl-item .single-item {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 20px;
}
.latest-news .latest-news-inner .latest-news-item .owl-item .single-item .single-item-content {
	width: 100%;
	float: left;
	position: relative;
	background-color: #f7f7f7;
}
.latest-news .latest-news-inner .latest-news-item .owl-item .single-item .single-item-content .item-image {
	width: 100%;
	float: left;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 250px;
}
.latest-news .latest-news-inner .latest-news-item .owl-item .single-item .single-item-content .item-detail {
	width: 100%;
	float: left;
	position: relative;
	padding: 20px 15px;
}
.latest-news .latest-news-inner .latest-news-item .owl-item .single-item .single-item-content .item-detail .item-name {
	width: 100%;
	float: left;
	position: relative;
	color: #464749;
	font-size: 18px;
	font-weight: 600;
}
.latest-news .latest-news-inner .latest-news-item .owl-item .single-item .single-item-content .item-detail .btn-section {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 15px;
}
.latest-news .latest-news-inner .latest-news-item .owl-dots {
	display: none;
}
.latest-news .latest-news-inner .latest-news-item .owl-nav .owl-next {
	color: transparent;
	width: 36px;
	height: 100px;
	border-radius: 5px 0px 0px 5px;
	background: rgba(255, 255, 255, 0.65);
	top: 50%;
	margin-top: -50px;
	position: absolute;
	right: 20px;
	box-shadow: -1px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.latest-news .latest-news-inner .latest-news-item .owl-nav .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	color: #000;
	line-height: 100px;
	text-align: center;
	width: 36px;
	font-size: 30px;
}
.latest-news .latest-news-inner .latest-news-item .owl-nav .owl-prev {
	color: transparent;
	width: 36px;
	height: 100px;
	border-radius: 0px 5px 5px 0px;
	background: rgba(255, 255, 255, 0.65);
	top: 50%;
	margin-top: -50px;
	position: absolute;
	left: 20px;
	box-shadow: -1px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.latest-news .latest-news-inner .latest-news-item .owl-nav .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	position: absolute;
	color: #000;
	line-height: 100px;
	text-align: center;
	width: 36px;
	font-size: 30px;
}
.real-peace-mind {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}
.real-peace-mind .real-peace-mind-img {
	width: 100%;
	background: #eaeaea;
	padding: 5px;
	margin: 10px 0;
	max-width: 900px;
	display: inline-block;
}
.real-peace-mind .real-peace-mind-img img {
	display: block;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
/*Our-Services-page-close*/

/*make-an-enquiry-page-start*/

.make-an-enquiry-page {
	width: 100%;
	float: left;
	position: relative;
}
.make-an-enquiry-page form {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
}
.make-an-enquiry-form {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}
.make-an-enquiry-form .request-form {
	position: relative;
	width: 100%;
	float: none;
	display: inline-block;
	border: 1px solid #dedede;
	background: #fff;
	border-radius: 20px;
	padding: 20px 20px 20px 20px;
	max-width: 600px;
}
.theme-form .form-group .input-group.multi-form-control span.LastName {
	margin-left: 10px;
}
.theme-form .form-group .input-group span {
	width: 100%;
	margin: 0px;
	float: left;
}
.theme-form .form-group .input-group span.chooseFile input {
	line-height: 31px;
	padding-top: 3px;
	border: 1px dashed #d3d8da;
}
.theme-form .btn-section .btn-theme {
	background: #fff;
	line-height: 36px;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #f59d2f;
	position: relative;
	color: #f59d2f;
}
.theme-form .btn-section .btn-theme:before {
	content: "";
	width: 0%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #f59d2f;
	height: 100%;
	position: absolute;
}
.theme-form .btn-section .btn-theme:hover:before {
	content: "";
	width: 100%;
}
.theme-form .btn-section .btn-theme:hover {
	background: #f59d2f;
	color: #fff;
}
.theme-form .form-group .input-group .wpcf7-not-valid-tip {
	font-size: 12px !important;
	color: #ff0000;
}
/*make-an-enquiry-page-close*/

/*where-we-build-page-start*/

.where-we-build-map {
	width: 100%;
	float: left;
	position: relative;
}
/*where-we-build-page-close*/

/*appointment-page-start*/

.appointment {
	width: 100%;
	float: left;
}
.appointment .title {
	position: relative;
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 26px;
	color: #464749;
	text-align: left;
	font-weight: 700;
	padding-bottom: 10px;
}
.appointment .address-group {
	width: 100%;
	float: left;
}
.appointment .address-group ul {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.appointment .address-group ul li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
	color: #191411;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
	margin-left: 0;
}
.appointment .address-group ul li .fa {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	font-size: 15px !important;
	color: #565656 !important;
}
.appointment .address-group ul li a {
	color: #191411;
}
.appointment .address-group ul li span {
	color: #f59d2f;
}
.appointment .book-appointment-fb {
	width: 100%;
	float: left;
}
.appointment .book-appointment-fb .facebook-btn {
	background: #4267B2;
	text-transform: uppercase;
	font-size: 15px !important;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	line-height: 30px !important;
	height: 32px;
	border: none;
	border-radius: 4px;
	float: left;
	text-decoration: none;
	padding: 0 15px;
}
.appointment .book-appointment-fb .facebook-btn .fa {
	padding-right: 5px;
}
/*appointment-page-close*/

/*Contact-page-start*/

.contact-us-page {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
}
.contact-detail {
	width: 100%;
	float: left;
	position: relative;
	background-color: #fff;
}
.contact-detail-shadow-background {
	width: 50%;
	float: left;
	position: absolute;
	background-image: url(../images/bg.png);
	height: 100%;
	opacity: 0.1;
	background-size: 250px;
	top: 0px;
	left: 0px;
}
.contact-detail .contact-detail-inner:before {
	content: "";
	width: calc(100% - 100px);
	background-color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}
.contact-detail .contact-detail-inner {
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0;
}
.contact-detail .contact-detail-inner .contact-left {
	position: relative;
	width: 100%;
	float: left;
	border: 1px solid #dedede;
	background: #fff;
	border-radius: 20px;
	padding: 20px 20px 20px 20px;
	box-shadow: 0 19px 62px 4px rgba(179, 179, 179, .26);
}
.contact-detail .contact-detail-inner .title {
	width: 100%;
	float: left;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	color: #464749;
}
.contact-detail .sub-title {
	width: 100%;
	float: left;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	color: #464749;
}
.contact-detail .contact-detail-inner .contact-left .theme-form {
	margin-top: 15px;
}
.contact-detail .contact-detail-inner .contact-right {
	width: 100%;
	float: left;
	position: relative;
}
.contact-detail .contact-detail-inner .contact-right .address-group p {
	font-size: 14px;
	line-height: 24px;
	color: #696969;
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
	margin: 5px 0 5px;
}
.contact-detail .address-group {
	width: 100%;
	float: left;
}
.contact-detail .address-group .single-address {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.contact-detail .address-group .single-address ul li .fa {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	font-size: 15px !important;
	color: #565656 !important;
}
.contact-detail .address-group .single-address ul {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.contact-detail .address-group .single-address ul li {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
	color: #505050;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
}
.contact-detail .address-group .single-address ul li a {
	color: #696969;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
}
.contact-detail .address-group .single-address ul li span {
	color: #464749;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
}
.contact-map {
	width: 100%;
	float: left;
	position: relative;
}
.contact-map iframe {
	width: 100%;
	float: left;
}
/*Contact-page-close*/

/*Video-page-start*/

.video-page {
	width: 100%;
	float: left;
	position: relative;
	background-color: #ffffff;
	padding: 50px 0;
}
.video-page .video-page-innner {
	width: 100%;
	float: left;
	position: relative;
}
.video-page .video-page-innner iframe {
	border-radius: 20px;
	width: 100%;
	float: left;
	position: relative;
	border: 1px solid #dedede;
	margin: 10px 0;
}
/*Video-page-close*/

/*About-us-page-Start*/

.perfect-fit {
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0;
	background-color: #f7f7f7;
}
.perfect-fit .title {
	width: 100%;
	float: left;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	color: #464749;
	text-align: center;
}
.perfect-fit .perfect-fit-content {
	width: 100%;
	float: left;
	position: relative;
	padding-top: 120px;
}
.perfect-fit .perfect-fit-content .icon-inner-container {
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	background: #fefefe;
	color: #4d504f;
	border: none;
	border-radius: 16px;
	justify-content: space-between;
	padding: 100px 30px 30px 30px;
	background-color: #fefefe;
	box-shadow: 0 0 30px 10px rgba(197, 197, 197, 0.4);
	text-align: center;
	height: calc(100% - 30px);
}
.perfect-fit .perfect-fit-content .icon-inner-container .image-container {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	background: #27272b;
	border-radius: 50%;
	height: 140px;
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -70px;
}
.perfect-fit .perfect-fit-content .icon-inner-container .image-container img {
	position: absolute;
	bottom: auto;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	max-width: 100%;
	max-height: 100%;
	padding: 32px;
}
.perfect-fit .perfect-fit-content .icon-inner-container .icon-inner-content {
	width: 100%;
	float: left;
	position: relative;
}
.perfect-fit .perfect-fit-content .icon-inner-container .icon-inner-content .title {
	font-size: 22px;
	line-height: 30px;
	color: #464749;
	font-weight: 700;
	padding-bottom: 10px;
}
.perfect-fit .perfect-fit-content .icon-inner-container .icon-inner-content .paragraph {
	width: 100%;
	float: left;
	position: relative;
	color: #464749;
	font-size: 15px;
	line-height: 25px;
}
.about-us-page .offer-group .offer-content .offer-left .offer-category .single-item {
	width: calc(25% - 40px);
}
.about-us-page .offer-group .offer-content .offer-left .offer-category .single-item.free {
	padding: 0;
    background-color: transparent !important;
}
.about-us-page .offer-group .offer-content .offer-left .offer-category .single-item.free:hover {
	box-shadow: none;
    background-color: transparent !important;		
}
/*About-us-page-Close*/

/*Social-Media-page-Start*/

.socail-inner-page {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
}
.socail-inner-page .socail-content-group {
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0px;
}
.socail-content-group .widget-title {
	width: 100%;
	float: none;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	color: #464749;
	display: inline-block;
	vertical-align: top;
}
.socail-content-group .is-divider {
	background-color: rgb(245 157 47) !important;
}
.socail-categories .socail-item a {
	width: 100%;
}
.socail-inner-page .socail-content-group .archive-page-header .page-title span {
	color: #f59d2f;
}
.socail-inner-page .socail-content-group .blog-share {
	display: none;
}
.socail-inner-page .socail-content-group .entry-content {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 1.5em;
}
.socail-inner-page .socail-content-group footer.entry-meta {
	display: none;
}
.socail-inner-page .socail-content-group .entry-author.author-box {
	display: none;
}
.socail-inner-page .socail-content-group .navigation-post {
	display: none;
}
.socail-inner-page .socail-content-group .comments-area {
	display: none;
}
.socail-inner-page .socail-content-group .entry-content .button.primary {
	background: #fff;
	line-height: 36px;
	float: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #f59d2f;
	padding: 0px 20px;
	color: #f59d2f;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.socail-inner-page .socail-content-group .entry-content .button.primary:hover {
	background: #f59d2f;
	color: #ffffff;
}
.socail-inner-page .socail-content-group .entry-category.is-xsmall a {
	color: #f59d2f;
}
.socail-inner-page .socail-content-group .entry-content p {
	width: 100%;
	float: left;
	font-size: 15px;
	margin: 4px 0px 4px 0px;
	line-height: 25px;
	color: #777;
}
.socail-inner-page .socail-content-group article {
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 20px;
}
.socail-inner-page .socail-content-group .entry-content .text-center {
	text-align: right !important;
}
.socail-inner-page .socail-content-group .article-inner .entry-header-text {
	text-align: left !important;
}
.socail-inner-page .socail-content-group .article-inner .entry-divider {
	margin-left: 0;
}
.socail-inner-page .socail-content-group .entry-content p a {
	color: #f59d2f;
}
.socail-inner-page .socail-content-group .social-sidebar .side-social li a {
	padding: 0;
}
.socail-inner-page .socail-content-group .social-sidebar .side-social {
	margin-top: 1.5em;
}
.socail-inner-page .socail-content-group .social-sidebar .side-social li {
	border: 0;
}
/*Social-Media-page-Close*/

/*Inclusion-page-Start*/

.inclusions-page {
	text-align: center;
}
.inclusions-page .inclusions-list {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}
.inclusions-page .inclusions-list li {
	list-style: none;
	display: inline-block;
}
.inclusions-inner {
	position: relative;
	width: 100%;
	display: inline-block;
	max-width: 420px;
	background: #fff;
	border-radius: 20px;
	padding: 20px 20px 35px 20px;
	overflow: hidden;
	box-shadow: 0px 6px 10px 10px rgba(0, 0, 0, 0.05);
}
.inclusions-inner .title {
	width: 100%;
	float: left;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	color: #464749;
	margin-bottom: 20px;
}
.inclusions-page .inclusions-list li .btn-side-theme .btn-side {
	min-width: 150px;
}
.inclusions-popup {
	width: 100%;
	float: left;
}
.inclusions-popup .title {
	position: relative;
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 26px;
	color: #464749;
	text-align: left;
	font-weight: 700;
	padding-bottom: 10px;
}
.inclusions-popup .inclusions-list {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
.inclusions-popup .inclusions-list li {
	width: auto;
	display: inline-block;
	margin: 0 0 10px;
}
.inclusions-popup .inclusions-list li .btn-side-theme .btn-side {
	min-width: 150px;
	line-height: 36px !important;
	font-size: 14px !important;
}
.inclusions-popup .inclusions-list li .btn-side-theme .btn-side span {
	line-height: 36px !important;
	font-size: 14px !important;
}
/*Inclusion-page-Close*/

/*display-page-start*/

.display-home-page {
	padding: 50px 0;
	width: 100%;
	float: left;
	position: relative;
	background-color: #fff;
}
/*display-home-page-close*/

/*product-categories-house-land-page-start*/

.product_cat-taylor .property-detail .property-detail-main .property-detail-right .property-specification .property-specification-inner .sub-title,
.product_cat-throsby .property-detail .property-detail-main .property-detail-right .property-specification .property-specification-inner .sub-title,
.product_cat-whitlam .property-detail .property-detail-main .property-detail-right .property-specification .property-specification-inner .sub-title,
.product_cat-googong .property-detail .property-detail-main .property-detail-right .property-specification .property-specification-inner .sub-title,
.product_cat-strathnairn .property-detail .property-detail-main .property-detail-right .property-specification .property-specification-inner .sub-title,
.product_cat-watson .property-detail .property-detail-main .property-detail-right .property-specification .property-specification-inner .sub-title,
.product_cat-denman .property-detail .property-detail-main .property-detail-right .property-specification .property-specification-inner .sub-title {
	display: none;
}
.product_cat-whitlam .property-detail .property-detail-main .property-detail-right .property-specification ul li,
.product_cat-taylor .property-detail .property-detail-main .property-detail-right .property-specification ul li,
.product_cat-googong .property-detail .property-detail-main .property-detail-right .property-specification ul li {
	width: 100%;
}
.display-home-page .display-theme-banner {
	height: 700px;
	margin: 20px 0 0;
    max-width: 1000px;
	display: inline-block !important;
}
.display-home-page .display-home {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 2px solid #f1f1f1;
}
.display-home-page .display-home .display-home-inner {
	width: 100%;
	position: relative;
	text-align: center;
    margin: 0px auto 20px !important;
}
.display-home-page .display-home .display-home-inner .btn-section {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.display-home-page .display-home .display-home-inner .btn-section .btn-theme {
    float: none;
    display: inline-block;
}
.display-home-page .display-home .display-home-inner .title {
	width: 100%;
    position: relative;
    display: flex;
    font-size: 36px;
    font-family: oswald,sans-serif;
    color: #464749;
    align-items: center;
    justify-content: center;
}

.display-home-page .display-home .display-home-inner .uris-slider-post-title {
	width: 100%;
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #f59d2f;
    font-weight: 600;
	display: none;
}
.display-home-page .display-home .display-home-inner .title .mba-logo {
	max-height: 150px;
	max-width: 150px;
	padding-left: 10px;
}
.display-home-page .display-home .display-home-inner .title .mba-logo.left {
    padding-left: 0;
    padding-right: 10px;
}
.display-home-page .display-home .display-home-inner .title .title-inner {
    display: block;
    position: relative;
}
.display-home-page .display-home .display-home-inner .title .title-inner span {
    display: block;
}
.display-home-page .display-home .display-home-inner .house-name {
	width: 100%;
	position: relative;
	display: inline-block;
	font-size: 22px;
	color: #f59d2f;
	font-weight: 600;
}
.display-home-page .display-home .display-home-inner .virtual-tour {
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 22px;
	color: #464749;
	font-weight: 600;
}
.display-home-page .display-home .display-home-inner .house-under {
	width: 100%;
    display: inline-block;
    position: relative;
    font-size: 32px;
    color: #464749;
    font-weight: 700;
    margin-bottom: 10px;
}
.display-home-page .display-home .display-home-inner .virtual-tour a {
	color: #f59d2f;
	text-decoration: underline;
}
.display-home-page .display-home.previous-display-home .display-home-inner {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #f1f1f1;
}
.display-home-page .display-home:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.display-home-page .display-home.previous-display-home .display-home-inner:last-child {
    margin: 0 auto !important;
	padding: 0;
	border: 0;
}
.display-home-page .display-home .display-home-inner .slider-pro {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 20px 0 50px;
    /* padding-bottom: 50px; */
    /* border-bottom: 2px solid #f1f1f1; */
}
.display-home-page .display-home .display-home-inner .slider-pro .sp-button {
    background-color: #fff;
    border: 0 !important;
	width: 12px !important;
    height: 12px !important;
}
.display-home-page .display-home .display-home-inner .slider-pro .sp-selected-button {
	background-color: #f59d2f !important;	
}
.display-home-page .display-home .display-home-inner .slider-pro  .sp-selected-thumbnail {
    border-color: #f59d2f !important;	
}
/*product-categories-house-land-page-close*/

.product_cat-double-storey-front-facades .rooms,
.product_cat-single-storey-front-facades .rooms {
	display: none;
}
.product_cat-elegant-corner-blocks-front-facades .rooms {
	display: none;
}
.product-category .col-inner .box-text.text-center {
	bottom: 0;
	background-color: rgb(0, 0, 0, 0.6);
	opacity: 1;
	color: #fff;
	padding: .4em 10px;
}
.product-category .col-inner .box-text.text-center .header-title {
	color: #fff;
	text-align: left;
}
.product-category .col-inner .box-text.text-center .count {
	color: #fff;
}
.tax-product_cat .common-page-banner .common-banner-content {
	display: none;
}
.tax-product_cat .product-small {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.col-inner .product-small .box-text {
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 0;
}
.product-small .col-inner {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	background: #f7f7f7;
	height: 100%;
	border: 1px solid #efefef;
}
.product-small .col-inner .category {
	padding: 0 10px;
}
.product-small .col-inner .product-title {
	padding: 0 100px 0 10px;
}
.product-small .col-inner .product-title a {
	font-size: 18px;
	line-height: 26px;
	color: #464749;
	font-weight: 600;
}
.product-small .col-inner .quick-view {
	background-color: rgb(0, 0, 0, 0.6);
	opacity: 1;
}
.product-small .col-inner .sold-category {
    position: relative;
    width: 100%;
    float: left;
    padding: 0px 10px 0px;
    text-align: center;
    color: #f59d2f;
    font-size: 16px;
    font-weight: 700;
}
.product-small .col-inner .rooms {
	position: relative;
	width: 100%;
	float: left;
	padding: 10px 10px 0px;
}
.product-small .col-inner .rooms .rooms-icon {
	position: relative;
	float: left;
	margin-right: 20px;
	color: #464749;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}
.property-detail .property-detail-main .property-detail-right .woocommerce-breadcrumb a {
	font-size: 13px;
	line-height: 22px;
}
.rooms .rooms-icon img {
	width: 24px;
}
.nav-pagination>li>.current,
.nav-pagination>li>span:hover,
.nav-pagination>li>a:hover {
	border-color: #f59d2f !important;
	background-color: #f59d2f !important;
}
.star-rating:before,
.woocommerce-page .star-rating:before,
.star-rating span:before {
	color: #f59d2f;
}
.stars a:hover:after,
.stars a.active:after {
	color: #f59d2f;
}
.image-tools.bottom.left .zoom-button {
	display: none;
}
.review-form .form-submit .submit {
	background: #fff;
	line-height: 36px;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #f59d2f;
	position: relative;
	padding: 0px 20px;
	color: #f59d2f;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 0;
}
.review-form .form-submit .submit:before {
	content: "";
	width: 0;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #f59d2f;
	height: 100%;
	position: absolute;
}
.review-form .form-submit .submit:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	background-color: #f59d2f;
	box-shadow: none;
}
.review-form .form-submit .submit:hover:before {
	content: "";
	width: 100%;
}
.review-form .comment-form-comment textarea {
	position: relative;
	width: 100%;
	float: left;
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 0px;
	font-size: 14px;
	color: #464749;
	box-shadow: none;
	min-height: 250px;
}
.review-form .comment-form {
	margin-bottom: 0;
}
.user-reviews .review-left-side .log-list-theme .log-inner .log-user .comment-text {
	width: 100%;
	float: left;
}
.user-reviews .review-left-side .log-list-theme .log-inner .log-user .comment-text p.meta {
	width: 100%;
	float: left;
	margin: 0;
}
.user-reviews .review-left-side .log-list-theme .log-inner .log-user .comment-text p.meta .woocommerce-review__author {
	color: #464749;
	font-weight: 600;
	width: 100%;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	font-size: 14px;
}
.user-reviews .review-left-side .log-list-theme .log-inner .log-user .comment-text p.meta span.woocommerce-review__dash {
	display: none;
}
.user-reviews .review-left-side .log-list-theme .log-inner .log-user .comment-text p.meta .woocommerce-review__published-date {
	width: 100%;
	position: relative;
	float: left;
	font-size: 11px;
	color: #a7a7a7;
}
.user-reviews .review-left-side .log-list-theme .log-inner .log-user .comment-text .description {
	width: 100%;
	float: left;
}
.user-reviews .review-left-side .log-list-theme .log-inner .log-user .comment-text .description p {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	color: #464749;
	margin: 0;
}
.property-inner-page .property-content-group .category-page-row {
	padding-top: 0;
}
.page-wrapper {
	background-color: #fff;
}
.wpcf7-response-output {
	border: 0 !important;
	text-align: center !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	float: left;
	font-size: 14px;
	color: #f59d2f !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
}
.pps-single-popup .post-content {
	padding: 0;
	width: 100%;
	float: left;
	position: relative;
}
.pps-single-popup .post-content form {
	padding: 0;
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
}
.page-wrapper {
	width: 100%;
	position: relative;
	padding: 0 !important;
}
.pswp__caption {
	display: none;
}
.shop-container .woocommerce-info {
	color: #555;
	width: 100%;
	margin-top: 0;
	margin-bottom: .5em;
	text-rendering: optimizeSpeed;
	font-size: 1.7em;
	line-height: 1.3;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
}
.shop-container {
	width: 100%;
	float: left;
}
.shop-container .term-description {
	display: none;
}
.tax-product_cat.term-completed-projects .property-inner-page .property-content-group .category-page-row > .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-12 {
	display: none;
}
.tax-product_cat.term-completed-projects .col-xl-9.col-lg-9.col-md-9.col-sm-12.col-12 {
	width: 100%;
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.page-template-where-we-build-page .navbar {
	display: none;
}
.page-template-where-we-build-page .where-we-build-map {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
.page-template-where-we-build-page .where-we-build-map iframe {
	border: 0;
	padding: 0;
	margin: 0;
}
.social-fixed {
	position: fixed;
	top: 300px;
	right: 0px;
	background: rgba(255, 255, 255, 0.7);
	padding: 3px;
	border-radius: 25px 0 0 25px;
	box-shadow: 0px 0px 11px 5px #dcdcdc4a;
	z-index: 91;
}
.social-fixed ul {
	width: 50px;
	float: left;
	position: relative;
	text-align: center;
	padding: 0;
	align-items: center;
	justify-content: center;
	margin: 0px 0px 0px 0px;
}
.social-fixed ul li {
	display: inline-block;
	list-style: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	vertical-align: top;
	margin: 2px;
}
.social-fixed ul li a {
	font-size: 15px !important;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.social-fixed ul li .facebook-btn {
	background: #4267B2;
	color: #fff;
}
.social-fixed ul li .instagram-btn {
	background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
	color: #fff;
}
.social-fixed ul li .linkedin-btn {
	background: #0a66c2;
	color: #fff;
}
.social-fixed ul li a.arrowcollapse.collapsed {
	transform: rotate(180deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-fixed ul li a.arrowcollapse {
	transform: rotate(0deg);
}
.term-106 .product-categories .cat-item-107,
.term-78 .product-categories .cat-item-107,
.term-52 .product-categories .cat-item-107,
.term-83 .product-categories .cat-item-107,
.term-90 .product-categories .cat-item-107,
.term-50 .product-categories .cat-item-107,
.term-71 .product-categories .cat-item-107,
.term-96 .product-categories .cat-item-107,
.term-79 .product-categories .cat-item-107,
.term-72 .product-categories .cat-item-107,
.term-97 .product-categories .cat-item-107,
.term-80 .product-categories .cat-item-107,
.term-84 .product-categories .cat-item-107,
.term-85 .product-categories .cat-item-107,
.term-89 .product-categories .cat-item-107,
.term-98 .product-categories .cat-item-107,
.term-99 .product-categories .cat-item-107,
.term-112 .product-categories .cat-item-107,
.term-113 .product-categories .cat-item-107,
.term-100 .product-categories .cat-item-107,
.term-107 .product-categories .cat-item-106,
.term-101 .product-categories .cat-item-106,
.term-102 .product-categories .cat-item-106,
.term-103 .product-categories .cat-item-106,
.term-109 .product-categories .cat-item-106,
.term-110 .product-categories .cat-item-106,
.term-111 .product-categories .cat-item-106, 
.term-114 .product-categories .cat-item-106 {
	display: none;
}
.category-page-row .widget-area #custom_html-2 {
    display: none;
}
.display-home-page .display-home .display-home-inner .slider-pro .sp-top-thumbnails, .display-home-page .display-home .display-home-inner .slider-pro .sp-bottom-thumbnails {
	display: none;
}
.display-home-page .display-home .display-home-inner .slider-pro .sp-buttons {
	position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0px;
    text-align: center;
}
.display-home-page .display-home .display-home-inner:last-child {
    margin-bottom: 0 !important;
}
.display-home-page .display-home .display-home-inner .slider-pro:last-child {
    margin-bottom: 0 !important;
} 

/*covide-alert-modal-start*/

#popuppress-7837 {
    border: 15px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 35px !important;
}
#popuppress-7837 .pps-wrap {
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 35px !important;
}
.covid-alert-modal {
    text-align: center;
    overflow: hidden !important;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-radius: 18px;
}
.covid-alert-modal .modal-header {
    min-height: 100px;
    padding: 0px;
    position: relative;
    border: none;
    background: #f59d2f;
    overflow: hidden;
    width: 100%;
    float: left;
}
.covid-alert-modal .modal-header .content-center {
    position: absolute;
    bottom: auto;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.covid-alert-modal .modal-header .content-center .modal-title {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    position: relative;
}
.covid-alert-modal .modal-body {
    position: relative;
    padding: 25px;
    font-size: 14px;
    background: #fff;
    width: 100%;
    float: left;
    overflow: auto;
    text-align: left;
    box-sizing: border-box;
}
.covid-alert-modal .modal-body p {
    width: 100%;
    float: left;
    position: relative;
    font-size: 16px !important;
    color: #3c434a !important;
}
.covid-alert-modal .modal-body a {
    color: #f59d2f !important;
}
/*covide-alert-modal-close*/
.aboutus-group .aboutus-content .ourvision-boxcontent {
    width: 100%;
    float: left;
}
.aboutus-group .aboutus-content .ourvision-boxcontent .title {
    margin: 10px 0 0;
 }
 .partnered-title {
    margin: 10px 0
}
.property-detail .property-detail-main .property-detail-right .enquiry-btn {
    width: 100%;
    float: left;
    text-align: center;
}
.property-detail .property-detail-main .property-detail-right .pps-btn {
    background: #fff;
    line-height: 36px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #f59d2f;
    position: relative;
    padding: 0 20px;
    color: #f59d2f;
    margin-right: 5px;
    border-radius: 0px
}
.property-detail .property-detail-main .property-detail-right  .enquiry-title {
    position: relative;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #464749;
    text-align: left;
    font-weight: 700;
    padding: 10px 0;
    border-top: 1px dotted #464749;
}
.aboutus-group .aboutus-content .ourvision-boxcontent.partnered-content .paragraph {
    margin-bottom: 0;
}



.product-fillter-section ul {
    display: flex;
    justify-content: center;
}
.product-fillter-section ul li {
    margin: 3px;
}
.product-fillter-section ul li .wpfFilterTaxNameWrapper {
    font-weight: 600;
    font-size: 16px;
}

.tax-product_cat p.name.product-title {
    text-align: left;
}

.property-inner-page:before {
    background-image: none !important;
}
.paragraph.text-white p {
    color: #fff;
}
.locationMap {
    display: flex;
    width: 100%;
}


@media (max-width: 768px) {
	.single-testimonial-group{
		width:100% !important;
		padding:20px !important;
	}
}