/*
 Theme Name:   Switch Theme Child
 Theme URI:    https://graphicbob.com/
 Description:  A child theme of Switch Theme.
 Author:       Robert Long
 Author URI:  https://graphicbob.com/
 Template:     switchtheme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../switchtheme/style.css");






/*===========================HEADER START==============================*/


#site-header .site-logo img, .f-logo .widget_media_image img, .title-block.instructions img {
    box-shadow: none;
	border:none;
}



body {
	background: #fff;
	font-size: 20px;
	line-height: 1.3;
}


body h1{
	font-size: 70px;
	margin: 0 0 15px;
}


body h2{
	font-size: 50px;
	margin: 0 0 15px;
}


body h3{
	font-size: 40px;
	margin: 0 0 15px;
}


body h4{
	font-size: 30px;
	margin: 0 0 15px;
}


body h5{
	font-size: 25px;
	margin: 0 0 15px;
}


body h6{
	font-size: 20px;
	margin: 0 0 15px;
}


body p {
	font-size: 20px;
	line-height: 1.3;
}


.container {
	max-width: 1080px;
	padding: 0 15px;
}


#site-header {
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: all 0.3s cubic-bezier(0,0,.38,.9);
	-webkit-transition: all 0.3s cubic-bezier(0,0,.38,.9);
	-moz-transition: all 0.3s cubic-bezier(0,0,.38,.9);
	-ms-transition: all 0.3s cubic-bezier(0,0,.38,.9);
}


#site-header.f-header {
	margin-top: -46px;
}


#site-header .botton-address-container {
	background: #6b360d url("images/leather-bg.jpg") no-repeat calc(100% - 10px);
	padding: 7px 0;
	box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	border-bottom: 1px solid #fff;
}


#site-header .botton-address-container address p, 
#site-header .botton-address-container address p a, 
#site-header .switch-social-links li a {
	color: #fff;
}


#site-header .switch-social-links li a:hover, 
#site-header .botton-address-container address p a:hover {
	color: #d3b648;
}


.botton-address-container address {
	padding-left: 30px;
}


#site-header .botton-address-container .container {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


#site-header .header-social-links {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.botton-address-container address p i {
	left: -30px;
}


#site-header .botton-address-container address a {
	margin-left: 10px;
}



.header-top-bar .textwidget.custom-html-widget, 
.header-top-bar .textwidget.custom-html-widget a {
    color: #fff;
    text-decoration: none;
	line-height: normal;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
}


.switch-social-links li {
	margin: 0 15px 0 0;
}


.switch-social-links li:last-child {
	margin-right: 0;
}


.header-inner {
	padding: 13px 0;
}


#site-header .site-logo img {
	max-height: 10rem;
}


#site-header nav ul li a {
	color: #000;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	font-size: 20px;
}


#site-header nav ul li {
	margin-left: 34px;
}


#site-header nav ul li:first-child {
	margin-left: 0;
}


.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a, 
#site-header nav ul li a:hover {
	text-decoration: none;
	color: #d3b84a !important;
}


#site-header .primary-menu ul.sub-menu {
	background: #113f5f !important;
	top: calc(100% + 5.3rem);
	border-radius: 0;
}


#site-header .primary-menu ul.sub-menu li {
	margin: 0;
}


#site-header .primary-menu ul.sub-menu li a {
	color: #fff;
}


#site-header .primary-menu ul.sub-menu::before {
	height: 52px;
}


#site-header .primary-menu ul.sub-menu::after {
	opacity: 0;
}



.menu-modal.active {
	z-index: 9999;
}


.menu-modal-inner {
	background: #6b360d;
}


.menu-modal .menu-top button.toggle {
	padding: 21px 15px 53px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}


.menu-modal .menu-top button.toggle span {
	display: none;
}


.menu-modal nav ul li a {
	color: #fff;
	font-weight: 400 !important;
	font-size: 18px !important;
	padding: 20px 15px !important;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	text-decoration: none !important;
}


.menu-modal nav ul li a:hover, 
.menu-modal nav ul li.current-menu-item a {
	color: #fff;
	background:#d3b84a;
}


.menu-modal nav ul li {
	border-color: rgba(255,255,255,0.2);
}


.menu-modal nav ul li button.toggle {
	margin: 0;
	border-color: rgba(255,255,255,0.2);
	padding: 21px 15px !important;
}



.mobile-nav-toggle .toggle-inner .toggle-icon {
	background: url("images/hamburger-icon.png") no-repeat 0 0;
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-position: center;
	border-radius: 3px;
	margin-top: -15px;
}


.header-inner .toggle:focus 
.toggle-text, .header-inner 
.toggle:hover .toggle-text {
	text-decoration: none;
}   


.mobile-nav-toggle .toggle-inner .toggle-text, 
.mobile-nav-toggle .toggle-inner .toggle-icon svg {
	display:none;
}



.header-titles-wrapper button.mobile-nav-toggle {
	padding: 0;
	width: auto;
	right: 0;
}





/*===========================HEADER CLOSE==============================*/





/*============================HOME START===============================*/


#site-content {
	overflow: visible;
}


.home-slider {
	margin-top: -130px;
	overflow: hidden;
	position: relative;
}


.home-slider .swiper-slide img {
	filter: blur(0px);
	width: 100%;
}



.home-slider .caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
}


.home-slider .caption h1 {
	color: #fff;
	font-size: 70px;
	margin: 0 0 25px;
	text-shadow: 3px 1px 0 rgba(0,0,0,0.5);
}



.home-slider .caption h4 {
	color: #fff;
	margin: 0 auto;
	font-size: 34px;
	max-width: 660px;
	text-shadow: 3px 1px 0 rgba(0,0,0,0.5);
}



.hm-section2 {
	background: #f7f7f9;
	padding: 100px 0;
	overflow: hidden;
}


.hm-section2 h2 {
	margin-bottom: 28px;
}


.hm-section2 .hm-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin-bottom: 20px;
}


.hm-block2 {
	width: 31.95%;
	margin: 0 2% 2% 0;
	border: 1px solid rgba(0,0,0,0.08);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	background: #fff;
}



.hm-block2:hover {
	background: rgba(17,62,94,0.05);
}



.hm-block2:nth-child(3n) {
	margin-right: 0;
}



.hm-block2 .image a {
	position: relative;
	display: block;
	padding-bottom: calc( 0.7 * 100% );
}


.hm-block2 .image a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.hm-block2 h3 {
	font-size: 24px;
	margin: 20px 0 10px;
	padding: 0 20px;
}


.hm-block2 h3 a {
	text-decoration: none;
	display: initial;
	color: #000;
}


.hm-block2 small {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 25px;
	padding: 0 20px;
}


.hm-block2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	background: #6b360d;
}


.hm-block2 ul li {
	margin: 0;
	font-size: 17px;
	width: 50%;
	color: #fff;
	text-align: center;
	padding: 9px 5px;
	border-right: 1px solid rgba(255,255,255,0.4);
	border-top: 1px solid rgba(255,255,255,0.4);
}



.hm-block2 ul li:last-child {
	border-right: none;
}



.btn-gold a {
	padding: 13px 25px 13px 55px;
	border-radius: 4px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	background: #d3b748;
	text-decoration:none;
	display: inline-block;
}


.btn-gold {
	text-align: center;
}


.btn-gold a:hover {
	background: #6b360d;
	color: #fff;
}


.btn-gold a i {
	position: absolute;
	left: 20px;
	top: 50%;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	line-height: 20px;
	margin-top: -10px;
	color: #fff;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
}


.btn-gold a:hover i {
	left: 10px;
	box-shadow: 0px 0px 0px 24px rgba(255,255,255,0.1);
}



.hm-section3 {
	padding: 100px 0;
}


.title-block {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 50px;
}


.hm3-inner {
	background: #6b360d url("images/leather-bg.jpg") no-repeat calc(100% - 10px);
	padding: 30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
	border:1px solid  #fff;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.hm3-inner .coentent {
	width: 46%;
}


.hm3-inner p {
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}


.title-block p a {
	color: #d3b84a;
}


.hm-section3 small {
	display: block;
	text-align: center;
	padding: 29px 0 0;
	font-size: 28px;
	font-weight:bold;
}



.hm3-inner .image {
	width: 47%;
	padding-bottom: calc( 0.5 * 100% );
	position: relative;
	border: 1px solid #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
}


.hm3-inner .image iframe, 
.hm3-inner .image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	object-position: top;
}



.hm-section4, .hm-section7 {
	background: #f7f7f9 url("images/light-leather.jpg") no-repeat calc(100% - 0px);
	padding: 100px 0;
}


#testimonials-slider {
	padding-bottom: 50px;
}


.testimonials-item {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}


.user-img img {
	width: 90px;
	height: 90px;
	margin: 0 auto 18px;
	border-radius: 100%;
}


.rating-img img {
	height: 20px;
	margin: 0 auto 29px;
}



.swiper-pagination span {
	width: 9px;
	height: 9px;
	background: #6b360d;
}


.swiper-pagination span.swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 10px;
}



.hm-section5 {
	padding: 100px 0;
}


.title-block p strong {
	color: #d3b84a;
}


.contact-form {
	max-width: 793px;
	margin: 0 auto;
	border: 1px solid rgba(0,0,0,0.05);
	background: #e9ecef;
	padding: 30px 30px 0;
	border-radius: 5px;
}


.contact-form label {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}


.contact-form span {
	display: block;
	margin: 5px 0 0;
}


.contact-form label em {
	color: red;
}


.col-input br {
	display: none;
}


.contact-form input, 
.contact-form textarea {
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 4px;
	font-size: 18px;
	outline: none;
	box-shadow: none;
	resize: none;
	font-family: 'Source Sans Pro', sans-serif;
}


.contact-form .col2 {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.contact-form .col2 .col-input {
	width: 49%;
}


.wpcf7-response-output {
	margin: 0 !important;
	text-align: center;
	font-size: 14px;
}



.contact-form input.wpcf7-submit {
	padding: 13px 25px 13px 55px;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	background: #6b360d;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	text-transform: none;
}


.contact-form input.wpcf7-submit:hover {
	background: #d3b748;
	color: #fff;
}



.hm-section6 {
	padding: 100px 0;
}



.hm-section6 .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.instru-block {
	width: 23.4%;
	margin: 0 2% 2% 0;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	border: 2px dashed rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}



.instru-block:hover {
	box-shadow: 0 3px 8px rgba(0,0,0,0.0);
}



.instru-block .step-image {
	position: relative;
	padding-bottom: calc( 0.9 * 100% );
	margin-bottom: 25px;
}



.instru-block .step-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}



.instru-block h2 {
	font-size: 40px;
	line-height: 40px;
}


p:empty {
	display: none;
}



.instru-block:nth-child(4n) {
	margin-right: 0;
}


.instru-desc {
	padding: 0 10px;
}


.instru-desc p {
	font-size: 18px;
}


.instru-desc p strong {
	color:#d3b84a;
}



.container.instructions {
    width:23%;
    float:left;
    margin:0px 1%;
}

.title-block.instructions {
    display:block;
    padding-top:20px;
}

.how-to {
     display:inline;
}

.title-block.instructions img {
    width:250px;
    height: auto;
    max-height:175px;
}

.step-image {
    text-align:center;
}

.before-image {
	width:31%;
	float:left;
	margin:0px 1%;
}


.before-image img {
	width: 100%;
	border: 1px solid #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
}


.hm-section7 .before-image-block {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}



.hm-section3-1 {
	padding-bottom: 90px;
}



.hm-section3-1 ul {
	list-style: none;
	margin: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}



.hm-section3-1 ul li {
	margin: 0 2% 3% 0;
	text-align: center;
	width: 23%;
	border: 2px dashed rgba(0,0,0,0.1);
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.hm-section3-1 ul li:hover {
	box-shadow: 0 3px 8px rgba(0,0,0,0.0);
}


.hm-section3-1 ul li:nth-child(4n) {
	margin-right: 0;
}


.hm-section3-1 ul li img {
	width: 100%;
	margin-bottom: 25px;
}


.ingre-desc {
	padding: 0 10px;
}



.ingre-desc h3 {
	margin: 0 0 10px;
	font-size: 32px;
	line-height: 34px;
}


.ingre-desc p {
	font-size: 18px;
}



/*============================HOME CLOSE===============================*/





/*===========================LISTING START=============================*/

.defulpage-page-banner {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	position: relative;
	background-size: cover;
	padding: 100px 0;
	
}


.banner-overlay {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
}


.defulpage-page-banner .banner-content {
	text-align: center;
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 15px;
}


.defulpage-page-banner h1 {
	color: #fff;
}


.listing-filter {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	background: #e9ecef;
	padding: 15px;
	border-radius: 6px;
	margin: 31px 0 34px;
}


.listing-filter select {
	background: #fff url("images/drop-icon.png") no-repeat calc(100% - 10px) center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	width: 20.55%;
	background-size: 9px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 13px 12px;
	font-size: 16px;
	margin-right: 1%;
	border-radius: 4px;
}


.listing-filter button {
	padding: 13px 25px 13px 55px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	background: #d3b748;
	text-decoration: none;
	display: inline-block;
}


.listing-filter button i {
	position: absolute;
	left: 20px;
	top: 50%;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	line-height: 20px;
	margin-top: -10px;
	color: #fff;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
}


.listing-filter button:hover {
	background: #6b360d;
	color: #fff;
}


.listing-filter button:hover i {
	left: 10px;
	box-shadow: 0px 0px 0px 24px rgba(255,255,255,0.1);
}


.pagination {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.pagination .page-numbers {
	margin: 0 4px;
	background: #6b360d;
	color: #fff;
	padding: 7px 17px;
	border-radius: 4px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	cursor: pointer;
	text-decoration: none !important;
}


.pagination span.page-numbers, 
.pagination .page-numbers:hover {
	background: #d3b84a;
	color: #fff;
}



/*===========================LISTING CLOSE=============================*/






/*=======================LISTING DETAIL START=========================*/


.property-hero {
	position: relative;
	padding: 100px 0;
}


.property-hero .swiper {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}


.property-hero .swiper-slide img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}


.property-hero a.glightbox {
	padding-bottom: calc( 0.65 * 100% );
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	display: block;
}


.property-hero .glightbox::before {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: #d3b84a;
	color: #fff;
	opacity: 0;
	position: absolute;
	top: 40%;
	left: 50%;
	font-size: 16px;
	box-shadow: 0px 0px 0px 9px rgba(255,255,255,0.4);
	transition: all 300ms linear;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	text-align: center;
	z-index: 3;
	line-height: 35px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.property-hero .glightbox:hover::before {
	opacity: 1;
	top: 50%;
}


.property-hero .swiper-button-next::after, 
.property-hero .swiper-button-prev::after {
	font-size: 17px;
	color: #fff;
}


.property-hero .swiper-button-prev, 
.property-hero .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #d3b84a;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
}


.property-hero .swiper-button-prev:hover, 
.property-hero .swiper-button-next:hover {
	background: #103c5d;
}


.property-hero .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}


.property-hero .swiper-pagination span {
	background: #fff;
	opacity: 0.8;
}


.property-info {
	padding-bottom: 100px;
}



.features {
	padding-bottom: 80px;
}


.features .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.feature-box {
	background: rgb(255, 255, 255);
	border-radius: 10px;
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 42px inset;
	transition: transform 0.3s;
	width: 31.25%;
	margin: 0px 2% 3% 0px;
	border: 2px dashed rgba(0, 0, 0, 0.1);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.feature-box:nth-child(3n) {
	margin-right: 0;
}


.feature-box h3 {
	margin: 17px 0 8px;
	font-size: 30px;
}


.feature-box:hover {
	background: #103c5d;
}


.feature-box:hover h3, 
.feature-box:hover p {
	color: #fff;
}


.downloads {
	padding-bottom: 100px;
}


.downloads h2 {
	margin-bottom: 23px;
	text-align: center;
}



.detail-cta {
	background: #103c5d;
	text-align: center;
	padding: 48px 20px;
	border-radius: 10px;
	color: #fff;
}


.detail-cta .btn-gold {
	margin-top: 39px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.detail-cta .btn-gold a {
	height: 48px;
}



.detail-cta .btn-gold a:hover {
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}


.listing-detail .map-section {
	padding-bottom: 0;
	margin-top: 20px;
}


.map-section h2 {
	margin-bottom: 35px;
	text-align: center;
}



/*=======================LISTING DETAIL CLOSE=========================*/







/*===========================CONTACT START=============================*/


.contact_page {
	padding: 100px 0 40px;
}


.contact_section .contact-form {
	max-width: 100%;
	width: 61%;
	margin: 0;
}



.contact_section .contact_detail {
	margin: 0;
	width: 35%;
}


.contact_section .contact_detail-inner {
	background: #e9ecef;
	border: 1px solid rgba(0,0,0,0.05);
	padding: 30px;
	border-radius: 5px;
}


.contact_detail-inner .switch-social-links li a:hover {
	color: #d3b648;
}


.map-section iframe {
	height: 390px !important;
}


/*===========================CONTACT CLOSE=============================*/






/*===========================ABOUT START=============================*/



.about-page .title-block {
	margin-bottom: 0;
}


.about-section1 {
	padding: 0;
}


.about-section1 h2, 
.about-section2 h2 {
	margin-bottom: 30px;
}


.team, .values {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.team-member {
	background: #fff;
	border-radius: 10px;
	padding: 0;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
	text-align: center;
	width: 31.25%;
	margin: 0 3% 3% 0;
	border: 2px dashed rgba(0,0,0,0.1);
	overflow: hidden;
}


.team-member:nth-child(3n) {
	margin-right: 0;
}


.team-member:hover {
  transform: translateY(-5px);
}


.team-member h3 {
	margin: 17px 0 8px;
	font-size: 30px;
}


.team-member p {
	font-size: 17px;
	color: #666;
}


.team-member img {
	width: 100%;
	height: auto;
}



.values {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.value-box {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 0 42px rgba(0,0,0,0.1) inset;
	transition: transform 0.3s ease;
	width: 48.5%;
	margin: 0 2% 3% 0;
	border: 2px dashed rgba(0,0,0,0.1);
}


.value-box:nth-child(2n) {
	margin-right: 0;
}


.value-box h3 {
	line-height: normal;
	margin-bottom: 7px;
	font-size: 30px;
}



/*===========================ABOUT CLOSE=============================*/





/*===========================DEFAUL START=============================*/



.page-template-default article {
	max-width: 100%;
	padding: 0;
}


.page-template-default .post-inner {
	padding: 100px 0;
}


.page-template-default h2, 
.page-template-default h3, 
.page-template-default h4, 
.page-template-default h5 {
	margin-bottom: 10px;
}




/*===========================DEFAUL CLOSE=============================*/










/*===========================FOOTER START==============================*/


#site-footer {
	background: #6b360d url("images/rugged.jpg") no-repeat calc(100% - 10px);
	position: relative;
	overflow: hidden;
	padding: 45px 0 30px;
	margin-top: 0 !important;
}


.footer-top {
	padding-bottom: 60px;
	margin-bottom: 30px;
	border-color: rgba(255,255,255,0.2);
}


.footer-top .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.f-logo {
	width: 22.5%;
	margin-right: 6%;
}


.f-logo .widget_media_image img {
	width: 200px;
	display: initial;
}


.f-logo p {
	color: #fff;
	font-size: 20px;
}


.f-link {
	width: 40%;
	margin-right: 6%;
}


.f-link p {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
}


.f-item h2.widget-title {
	margin: 0 0 20px;
	color: #fff;
	font-size: 30px;
}


.f-link ul li ul {
	display: none;
}


.f-link ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


#site-footer .f-link ul li a:hover {
	color: #d3b84a;
	text-decoration:none !important;
}


.f-address {
	width: 25%;
}


.f-address .custom-html-widget {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	margin: 22px 0 0;
}


.f-address address {
	margin: 25px 0 13px;
}


.f-address address p, 
.f-address address a {
	color: #fff;
}


.f-address .switch-social-links a {
	color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.f-address .switch-social-links a:hover {
	color: #d3b84a;
}



.f-address address p i {
	top: 5px;
}



.footer-bottom p, 
.footer-bottom p a {
	color: #fff;
	font-weight: 400;
}


.footer-bottom .footer-credits {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}



#back_top {
	background-color: #6b360d;
	bottom: 0;
	right: 15px;
	border-radius: 4px;
}


#back_top:hover {
	background-color: #d3b748;
}





/*===========================FOOTER CLOSE==============================*/








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





/*===========================HEADER START==============================*/




@media (max-width:767px){
	
	#site-header .header-social-links, 
	#site-header address {
		display: none !important;
	}


	 #site-header .botton-address-container {
		margin-bottom: 0;
	  }	
	
	
}/*====media close====*/



@media (max-width:1000px){
	
	.header-top-bar .textwidget.custom-html-widget, 
	.header-top-bar .textwidget.custom-html-widget a {
		font-size: 17px;
	}	
	
}/*====media close====*/




/*===========================HEADER CLOSE==============================*/





/*============================HOME START===============================*/


@media (max-width:767px){

	
	.home-slider {
		margin-top: 0;
	}


	.home-slider .caption {
		top: 55%;
	}


	.home-slider .caption h1 {
		font-size: 45px;
	}


	body h2 {
		font-size: 40px;
		line-height: 44px;
	}


	.home-slider .caption h4 {
		font-size: 26px;
	}


	.home-slider .swiper-slide img {
		height: 500px;
		object-fit: cover;
	}


	.hm-section2, 
	.hm-section3, 
	.hm-section4, 
	.hm-section5,
	.hm-section6
	{
		padding: 80px 0;
	}


	.hm-block2 {
		width: 100%;
		margin: 0 0 25px;
	}


	.hm3-inner .coentent {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}


	.hm3-inner {
		padding: 20px;
	}


	.hm3-inner .image {
		width: 100%;
		padding-bottom: 0;
	}
	
	
	.hm3-inner .image iframe, 
	.hm3-inner .image img {
		position: static;
	}


	.contact-form .col2 .col-input {
		width: 100%;
	}


	.contact-form {
		padding: 30px 20px 0;
	}



	.instru-block {
		width: 100%;
		margin: 0 0 40px;
	}


	.instru-block .step-image {
		padding-bottom: 0;
	}


	.instru-block .step-image img {
		position: static;
		height: auto;
	}


	.hm-section7 {
		padding: 90px 0 50px;
	}


	.before-image {
		width: 100%;
		float: left;
		margin: 0 0 30px;
	}
	
	
	
.hm-section3-1 ul li {
	margin: 0 0 30px;
	width: 100%;
}	


	
}/*====media close====*/



@media (min-width:767px) and (max-width:1100px){
	
	.home-slider .swiper-slide img {
		height: 600px;
		object-fit: cover;
	}	
	
}/*====media close====*/



@media (min-width:767px) and (max-width:1100px){
	
	.home-slider .caption {
		top: 70%;
	}	
	
}/*====media close====*/



/*============================HOME CLOSE===============================*/





/*===========================LISTING START=============================*/


@media (max-width:767px){


	body h1 {
		font-size: 50px;
	}


	.listing-filter select {
		width: 100%;
		padding: 15px 15px;
		font-size: 16px;
		margin: 0 0 12px;
	}


	.listing-filter button {
		padding: 13px 25px;
		width: 100%;
	}


}/*====media close====*/



@media (min-width:767px) and (max-width:1100px){
	
	.listing-filter select {
		width: 18.95%;
		background-size: 7px;
	}
	
	.listing-filter button {
		width: 20%;
	}	
	
}/*====media close====*/


/*===========================LISTING CLOSE=============================*/




/*=======================LISTING DETAIL START=========================*/




@media (max-width:767px){


	.property-hero {
		padding: 80px 0;
	}


	.property-info {
		padding-bottom: 60px;
	}


	.feature-box {
		width: 100%;
		margin: 0 0 30px;
	}


	.features {
		padding-bottom: 52px;
	}


	.downloads {
		padding-bottom: 78px;
	}


}/*====media close====*/




/*=======================LISTING DETAIL CLOSE=========================*/





/*===========================CONTACT START=============================*/


@media (max-width:767px){


	.contact_page {
		padding: 80px 0 9px;
	}


	.contact_section .contact-form {
		width: 100%;
		margin: 0 0 40px;
	}


	.contact_section .contact_detail {
		margin: 0;
		width: 100%;
	}


}/*====media close====*/




/*===========================CONTACT START=============================*/




/*===========================DEFAUL CLOSE=============================*/


@media (max-width:767px){

	.page-template-default .post-inner {
		padding: 80px 0;
	}

}/*====media close====*/


/*===========================DEFAUL CLOSE=============================*/





/*===========================ABOUT CLOSE=============================*/


@media (max-width:767px){

	.about-section1 h2, 
	.about-section2 h2 {
		text-align: center;
	}


	.team-member, 
	.value-box {
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
	}

}/*====media close====*/



/*===========================ABOUT CLOSE=============================*/




/*===========================FOOTER START==============================*/


@media (max-width:767px){


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

		
	.footer-top .f-item {
		width: 100%;
		margin: 0 0 31px;
		padding: 0;
		text-align: center;
	}


	.f-logo .widget-content {
		text-align: center;
	}


	.f-logo .widget-content a {
		display: inline-block;
	}


	.f-address address {
		margin: 10px 0 16px;
		padding: 0;
	}


	.f-address address p {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}


	.f-address address p i {
		top: 0;
		position: relative;
		left: -7px;
	}


	.f-address ul.switch-social-links {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}


	.footer-bottom p, 
	.footer-bottom p a {
		text-align: center;
	}

	
}/*====media close====*/



/*===========================FOOTER CLOSE==============================*/