html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	color: #444;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}

p {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 24px;
	color: #222222;
	font-weight: 300;
}

a:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
}

blockquote {
	border-left: 3px solid #c9c9c9;
	padding-left: 10px;
	margin-left: 20px;
}

table {
	width: 100%;
}

b, strong {
	font-weight: 600;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	outline: 0 none;
}

a:focus {
	text-decoration: none;
}

.clear {
	clear: both;
}

.btn {
	background: #dd9933;
	border-radius: 0;
	color: hsl(0, 0%, 100%);
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 7px 12px;
	transition: all 0.3s ease 0s;
}

.btn:hover {
	background: #22a75e;
	color: #fff;
}

.page-content-area:before {
	display: table;
	content: "";
	table-layout: fixed;
}

.page-content-area:after {
	display: table;
	clear: both;
	content: "";
	table-layout: fixed;
}

.single-post-content:after {
	display: table;
	clear: both;
	content: "";
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.footer-area {
	padding: 80px 0;
}

.landz-ptb-30 {
	padding: 30px 0;
}

/*
 * Header TopBar Section
*/

.header-topbar {
	background-color: #dd9933;
	padding: 7px 0;
}

.header-icon a {
	color: #2c2929;
	font-size: 14px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	transition: all 0.3s ease 0s;
	background: #faf9f9;
	margin: 0;
	display: inline-block;
}

.header-icon a:hover {
	color: #000;
	border-radius: 50%;
}


.landz-top-menu {
  margin-bottom: 0;
}
.landz-top-menu li {
  display: inline-block;
}
.landz-top-menu li a {
  color: #FFFFFF;
}

.landz-top-menu .current-menu-item a {
  color: #c5d1d1;
}

.landz-top-menu li {
  margin-right: 1em;
}
.landz-top-menu li:after {
  content: '|';
  color: #FFFFFF;
  display: inline-block;
  margin-left: 1em;
}
.landz-top-menu li:last-child {
  margin-right: 0;
}
.landz-top-menu li:last-child:after {
  content: none;
}
.landz-top-menu li .bi {
  margin-right: .5em;
}

.landz-page-title {
	position: relative;
	padding: 80px 0;
}

/*
 * Main Menu Section
*/

.logo-without-image {
	display: flex;
	align-items: center;
	justify-content: start;
	height: 100%;
	padding: 20px 0;
}

.logo-without-image .site-name {
	font-size: 18px;
	overflow: hidden;
}

.main-menu ul li {
	display: inline-block;
	position: relative;
}

.header-4 .main-menu ul li a,
.header-3 .main-menu ul li a {
	padding: 15px 15px !important;
}

.main-menu li.current-menu-item > a {
	color: #dd9933;
}

.main-menu li.current-menu-item > a:hover {
	color: #dd9933;
}

.main-menu ul li a {
	color: #555;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	padding: 30px 15px;
	transition: all 0.3s ease 0s;
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
	color: #dd9933;
}

.main-menu ul li a i {
	margin-left: 3px;
}

.main-menu ul li ul.submenu {
	background-color: #f3f3f3;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 120%;
	transition: all 0.3s ease 0s;
	display: none;
	width: 180px;
	z-index: 9999;
}

.main-menu ul li.last-elements ul.submenu {
	right: 0;
}

.main-menu ul li:hover ul.submenu {
	opacity: 1;
	display: block;
	top: 100%;
	border-top: 4px solid #dd9933;
	box-shadow: 0 3px 23px 9px rgba(7,152,255,.15);
}

.main-menu ul li ul.submenu li {
	display: block;
}

.main-menu ul li ul.submenu li a {
	font-size: 14px;
	font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: .3s;
    border-bottom: 1px dotted #e6e6e6;
}

.main-menu ul li ul.submenu li a:hover {
	background: #dd9933 none repeat scroll 0 0;
	color: #ffffff;
}

.main-menu ul {
	margin: 0;
	padding: 0;
}

.main-menu ul.submenu li ul.submenu {
	position: absolute;
	left: 100%;
	top: -4px;
	opacity: 0;
}

.main-menu ul.submenu li:hover ul.submenu {
	opacity: 1;
}

.landz-menu i.menu-icons {
	width: 23px;
	margin-right: 4px;
}

/*
 * Footer Section
*/

.footer-area {
	color: hsl(0, 0%, 60%);
}

footer .footer-area {
	background-color: #F7F7F7;
}

.widget-title h4 {
	color: #5c5959;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-bottom-area {
	padding: 30px 0;
	background-color: #3b3b3b;
	color: #dfdede;
}

.footer-bottom-area p {
	margin: 0;
}

/*
 * Back To Top
*/

#landz-back-to-top {
	display: inline-block;
	background-color: #dd9933;
	width: 50px;
	height: 50px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	color: #FFF;
}

#landz-back-to-top i::before {
	font-size: 2em;
	line-height: 50px;
}

#landz-back-to-top:hover {
	cursor: pointer;
	background-color: #2dc993c7;
}

#landz-back-to-top:active {
	background-color: #555;
}

#landz-back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.landz-back-to-top-wrap { display: none; }

/*
 * Breadcrumb Section
*/

.breadcrumb-area {
	background-color: #f7f7f7;
	text-align: center;
}

.breadcrumb-title h1 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.breadcrumb-menu {
	margin-top: 20px;
}

.breadcrumb-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb-menu li {
	color: #dd9933;
	display: inline-block;
	font-size: 13px;
	padding: 0 5px;
	text-transform: capitalize;
}

.breadcrumb-menu ul li:last-child::after {
	display: none;
}

.breadcrumb-menu a {
	color: hsl(0, 0%, 60%);
	font-size: 13px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
}


/*
 * Comment Form Section
*/

#comment-form input[type="text"] {
	border: 2px solid #eee;
	border-radius: 2px;
	color: #999;
	font-size: 14px;
	height: 39px;
	margin-bottom: 20px;
	padding: 7px 10px;
	width: 100%;
}

#comment-form textarea {
	border: 2px solid #eee;
	color: #999;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	font-size: 14px;
	text-transform: capitalize;
}

.comment-form h5 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
}

.bottom-border::before {
	border-bottom: 2px solid #eeeeee;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
}

.bottom-border::after {
	border-bottom: 2px solid #22A75E;
	content: "";
	display: block;
	margin: 10px auto 30px 0;
	position: relative;
	width: 35px;
	z-index: 1;
}

.comments {
	clear: both;
}

.comments h5 {
	font-size: 12px;
	font-weight: 700;
	position: relative;
}
.comments h5 span {
	margin-right: 10px;
}

.comments .title-comment {
	font-size: 20px;
	font-weight: 600;
	position: relative;
}

.comment-img {
	float: left;
	margin: 0;
	max-width: 70px;
	position: relative;
	z-index: 1;
	border: 1px solid #f1f8ff;
	box-shadow: 0 10px 31px 0 rgb(7 152 255 / 9%);
}

.comment-img>img {
	border-radius: 50%;
}

.comments-area .media {
	display: block;
}

.comment-content {
	background-color: #ffffff;
	box-shadow: 0 10px 31px 0 rgba(7, 152, 255, .09);
	border: 1px solid #f1f8ff;
	margin: 0 0 30px 90px;
	padding: 30px;
	position: relative;
}

.comment-form-wrapper {
	background-color: #ffffff;
	box-shadow: 0 10px 31px 0 rgba(7, 152, 255, .09);
	border: 1px solid #f1f8ff;
	padding: 20px;
}

.comments .media {
	margin-top: 0;
	overflow: visible;
}

.comment-content a {
	font-size: 12px;
	font-weight: 700;
}

.comment-content > p,
.comment-line p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}

.comment-reply {
	margin-top: 5px;
}

.comment-reply .btn {
	color: #FFFFFF;
	padding: 5px 10px;
}

/*
 * Boxed Layout
*/

.blog-widget,
#landz-sidebar .widget,
.landz-boxed-layout .landz-error404,
.landz-boxed-layout .landz-no-search-found,
.landz-boxed-layout .blog-content-area,
.landz-boxed-layout .page-content-area,
.landz-boxed-layout .woocommerce-content-area {
	background-color: #FFFFFF;
	box-shadow: 0 10px 31px 0 rgba(7, 152, 255, .09);
	border: 1px solid #f1f8ff;
	margin-bottom: 30px;
	padding: 20px;
}

.landz-boxed-layout .post-content {
	margin-top: 0;
}

.blog-widget .tagcloud {
	margin-top: 0;
}

#landz-sidebar .widget-title h4 {
	color: #1a3328;
}

#landz-sidebar .widget-title h2,
.blog-widget .wp-block-group h2,
#landz-sidebar .widget-title h3 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.blog-widget .wp-block-group ol {
	padding: 0;
}

.widget_categories li,
.blog-widget li,
.list-item li {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.blog-widget li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_categories li:last-child,
.blog-widget li:last-child,
.list-item li:last-child {
	border-bottom: 0;
}

.sidebar .widget_categories li a,
.sidebar .blog-widget li a,
.sidebar .list-item li a {
	color: hsl(0, 0%, 20%)
}

.sidebar .widget_categories li a:hover,
.sidebar .blog-widget li a:hover,
.sidebar .list-item li a:hover {
	color: #dd9933;
}

.post-list li {
	margin-bottom: 16px;
	overflow: hidden;
	transition: all 0.4s ease 0s;
	padding: 0;
	border: none;
}

.post-list li:hover {
	background: #EEEEEE;
}

.post-list li:last-child {
	margin-bottom: 0;
}

.blog-img {
	float: left;
	max-width: 52px;
}

.post-list h5 {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 4px;
	margin-top: 6px;
	display: block;
	margin-left: 62px;
}

.post-list span {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-left: 62px;
}

.post-list a {
	color: hsl(0, 0%, 0%);
	transition: .3s;
}

.post-list a:hover {
	color: #dd9933;
}

.tagcloud {
	display: inline-block;
	margin-top: 20px;
	padding-left: 0;
	margin-bottom: 0;
}

.tagcloud li {
	display: inline-block;
}

.tagcloud li a {
	margin-bottom: 0;
}

.tagcloud .tags-icons {
	background: hsl(0, 0%, 97%) none repeat scroll 0 0;
	margin: 4px 3px 6px;
	padding: 8px 12px;
	color: #0a0a0a;
}

.tagcloud a {
	background: hsl(0, 0%, 97%) none repeat scroll 0 0;
	color: #0a0a0a;
	display: inline-block;
	margin: 4px 3px 6px;
	padding: 8px 12px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}

.tagcloud li:first-child a {
	margin-left: 0;
}

.tagcloud a:hover {
	background-color: #dd9933;
	color: #fff;
}

.blog-content-img img {
	width: 100%;
}

.post-content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-title {
	font-size: 23px;
	margin-bottom: 10px;
}

.post-title a {
	transition: .3s;
	color: #494444;
}

.post-title a:hover {
	color: #dd9933;
}

.post-meta {
	margin-bottom: 10px;
	padding-left: 0;
}

.post-meta li {
	color: hsl(0, 0%, 60%);
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 10px;
}

.post-meta li .bi {
	color: #dd9933;
}

.post-meta li a {
	color: #dd9933;
	transition: all 0.3s ease 0s;
}

.more {
	color: #dd9933;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.more .bi {
	transition: all 0.3s ease 0s;
}

.more:hover {
	color: #444444;
}

.more:hover .bi {
	margin-left: 5px;
}

.blog-widget select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.post-list {
	margin: 0;
	padding: 0;
}


/*
 * Paginations Section
*/

.pagination .active .page-link {
	background-color: #dd9933;
	border-color: #dd9933;
	color: #fff;
}

.pagination .page-link {
	color: #dd9933;
}

/*
 * Search widget Section
*/

.wp-block-search .wp-block-search__inside-wrapper,
.rem-search-form form {
	position: relative;
}

.wp-block-search input,
.rem-search-form form input {
	border: 1px solid #ededed;
	border-radius: 2px;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	height: 39px;
	padding-left: 12px;
	width: 100%;
}

.rem-search-form form input:focus {
	outline: 1px solid #dd9933;
}

.wp-block-search button,
.rem-search-form form button {
	background: #dd9933;
	border: 0;
	color: hsl(0, 0%, 100%);
	font-weight: 700;
	height: 39px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}


/*
 * Calender widget Section
*/

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px;
}

#wp-calendar tbody td:hover {
	background: #fff;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

.footer-area #wp-calendar caption {
	color: #f5f5f5;
}

.footer-area #wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
	font-weight: 400;
	background: #edeff0;
	padding: 4px;
	border: 1px solid #e2e4e7;
}

.footer-area #wp-calendar tbody .pad {
	background: #f5f5f5;
}

.footer-area ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-area ul li {
	padding: 5px 0;
}

.footer-area ul.menu li a i,
.footer-area ul.menu .sub-menu li a i {
	display: none;
}

.footer-area a {
	color: #f7f7f7;
}

.footer-area ul li {
	line-height: 16px;
	font-size: 13px;
}

.footer-area a:hover {
	color: #0e6033;
}

/*
 * 404 Page Section
*/

.landz-error404 {
	text-align: center;
}

.landz-error404 h1 {
	font-size: 7.5em;
	margin: 15px 0px;
	font-weight: bold;
	color: #dd9933;
}

.landz-error404 h2 {
	font-weight: bold;
}

.landz-boxed {
	margin: 0 auto;
}


/* Default WP Alignment Classes */

.aligncenter,
.alignleft,
.alignright {
	display: block;
	padding: 0;
}

.aligncenter {
	float: none;
	margin: .5em auto 1em;
}

.alignright {
	float: right;
	margin: .5em 0 1em 1em;
}

.alignleft {
	float: left;
	margin: .4em 1em 1em 0;
}

.wp-caption {
	padding: 0;
	border: 1px solid #555;
	background: #444;
	text-align: center;
	color: #FFFFFF;
	max-width: 100%;
	clear: both;
}

.wp-caption img {
	display: inline;
}

.wp-caption p.wp-caption-text {
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-weight: 100;
	font-style: italic;
	color: #ddd;
}

.page-links {
	clear: both;
	text-align: center;
}

.widget-area ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}


/*Ribbon*/

.sticky {
	position: relative;
}

.sticky-ribbon-container {
    overflow: hidden;
    position: absolute;
    width: 110px;
    height: 110px;
    top: 0;
    right: 0;
}

.sticky-ribbon {
	position: absolute;
	background: #F3A712;
	color: #fff;
	padding: 8px 53px;
	transform: rotate(45deg);
	top: 20px;
	right: -39px;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
}

.post-edit-link,
.vc_inline-link {
	margin-top: 30px;
	display: inline-block;
	background-color: #dd9933;
	color: #FFF;
	padding: 5px;
	margin-right: 10px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-item a {
	display: block;
	text-align: center;
}

.bypostauthor {
	display: block;
}

.comment-form-wrapper:empty {
	display: none;
}

.comment-form-wrapper h5,
.page-content-area p,
.landz-no-search-found p,
.comment-form-wrapper .form-submit {
	margin: 0;
}

.page-links-title {
	border: 1px solid #ddd;
	padding: 5px;
}

.page-links .page-number {
	padding: 5px 10px;
	border: 1px solid #ddd;
	color: #fff;
	background: #dd9933;
}

.page-links a .page-number {
	background: transparent;
	color:#000;
}

.blog-content-area .post-title {
	margin: 0 0 10px;
	word-wrap: break-word;
}

.page-links .post-page-numbers {
	padding: 3px;
}

.landz-top-menu {
	font-size: 14px;
}

.title-style2 .breadcrumb-title h1 {
	float: left;
	margin: 0;
}

.title-style2 .breadcrumb-menu {
	float: right;
	margin: 0;
}

.title-style3 .breadcrumb-title h1 {
	text-align: left;
}

.title-style3 .breadcrumb-title .breadcrumb-menu {
	text-align: left;
}

.title-style3 .breadcrumb-menu ul li:first-child {
	padding-left: 0;
}

.title-style4 .breadcrumb-title h1 {
	text-align: right;
}

.title-style4 .breadcrumb-title .breadcrumb-menu {
	text-align: right;
}

.title-style4 .breadcrumb-menu ul li:last-child {
	padding-right: 0;
}


/*Woocommerce CSS*/

.woocommerce div.product {
	margin-bottom: 30px;
}

.landz-info-boxes {
	margin: 30px 0;
}

.media.landz-info-box {
	margin-left: 20px;
	margin-top: 0;
}

.landz-info-box .media-body {
	width: auto;
}

.landz-info-box .media-body,
.landz-info-box .media-left {
	vertical-align: middle;
}

.landz-info-box .media-heading {
	text-transform: uppercase;
	margin: 0 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.landz-info-box .media-desc {
	font-size: 14px;
	margin: 0;
}

.landz-info-box .media-left {
	padding-bottom: 8px;
	margin-right: 12px;
}

.landz-info-box-icon {
	background-color: #000;
	color: #FFF;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	display: inline-block;
}

.landz-carousel-item {
	padding: 10px;
}

.landz-content-area {
	padding: 80px 0;
}

#property-content .rem-section-box {
	margin-bottom: 30px;
}

.landz-preloader {
	width: 40px;
	height: 40px;
	background-color: #dd9933;
	position: absolute;
	top: 48%;
	left: 48%;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes sk-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.landz-preloader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F7F7F7;
	z-index: 999999;
}


/*New Header Css*/

.main-menu-area .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.main-menu-area .align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important;
}

.main-menu-area .logo img {
	max-width: 80px;
	transition: all 0.3s ease 0s;
}

#landz-header .landz-menu>li.menu-item {
	margin: 0 1px 1px 0px;
}

.main-menu-area .header-inner-box {
	min-height: 70px;
	transition: all 0.3s ease 0s;
}

.sticky-site-logo {
	display: none;
}

.is-sticky .main-menu-area {
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff;
}

.header-2 .logo-without-image {
	justify-content: end;
}

.header-5 .logo-without-image {
	justify-content: center;
}

.header-3 .landz-secondary-menu {
	text-align: right;
}

.header-3 .landz-primary-menu {
	text-align: left;
}

.header-4 .landz-secondary-menu {
	text-align: left;
}

.header-4 .landz-primary-menu {
	text-align: right;
}

.header-6 .landz-mean-menu {
	border-top: 1px solid #d0d1d1;
}

#landz-header .main-menu {
	transition: all 0.3s ease 0s;
}

#landz-header .logo img {
	display: none;
}

#landz-header .logo .desktop-logo {
    display: block;
}