/*!
Theme Name: Parque-RACH
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: parque-rach
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Parque-RACH is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Nunito', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1024px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	.header-inner {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    flex-wrap: wrap;
	}
	.right-menu {
	    display: flex;
	}
	.social-media {
	    display: flex;
	    align-items: center;
	    margin-right: 26px;
	}
	nav#site-navigation {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.logo-header {
	    width: 13%;
	}
	.menu-header {
	    width: 87%;
	}
	.menu-header ul li {
    	margin-right: 42px;
	}
	.menu-header ul li:last-child {
	    margin-right: 0px;
	}
	.social-media img {
	    height: 19px;
	    margin-right: 24px;
	}
	.social-media span:last-child a img{
		margin-right: 0;
	}
	
}
button.menu-toggle {
	    padding: 0;
	    margin: 0;
	    width: 0;
	    height: 0;
	    border: none;
	    background: transparent;
	}
.header-outer {
    background: #F0F0F0;
    padding: 14px 0;
    position: relative;
}
@media screen and (max-width: 1023px) {
.header-outer .container{
	padding: 0 !important;
}
.header-outer.into{
	padding-bottom: 0 !important;
}
.logo-header{
	padding: 0 25px !important;
}
.main-navigation li{
	padding: 24px 0 22px 0;
	border-bottom: 0.6px solid rgba(255, 255, 255, 0.9);
}
.main-navigation li:last-child{
	border-bottom: 0;
}
.main-navigation.toggled{
	background: #A3B63D;
	padding: 18px 50px 46px 50px;
	margin-top: 20px;
}
.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 32px;
}
.social-media img{
	height: 18.5px;
}
.social-media span:first-child{
	margin-right: 22px;
}
.contact-button{
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-button a{
	font-weight: 500;
	font-size: 16px;
	color: #262626 !important;
	padding: 14px 23px !important;
	background: #fff !important;
	display: inline-block;
}
.main-navigation a{
	text-align: center;
	font-weight: 400 !important;
	font-size: 18px !important;
}
h2{
	font-size: 35px !important;
}
}
.main-navigation a{
	color: #000;
	font-weight: 500;
    font-size: 16px;
	font-family: 'Nunito';
}
.contact-button a{
	background: #A3B63D;
	color: #fff;
	padding: 14px 22px;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* 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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.container{
	width: 1260px;
	margin: 0 auto !important;

}
section.wpb-content-wrapper {
    overflow: hidden;
}

.ham-menu {
    height: 24px;
    position: absolute;
    top: 32px;
    right: 24px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 0.25em;
}

.ham-menu .line {
    background-color: #344A59;
    border-radius: 1em;
    width: 23.5px;
    height: 2.5px;
}

.ham-menu .line1 {
    transform-origin: 0% 0%;
    transition: transform 100ms ease-in-out;
}

.ham-menu .line3 {
    transform-origin: 0% 100%;
    transition: transform 100ms ease-in-out;
}

.main-navigation.toggled .ham-menu .line1 {
    display: block;
    transform: rotate(45deg);
}

.main-navigation.toggled .ham-menu .line2 {
    opacity: 0;
}

.main-navigation.toggled .ham-menu .line3 {
    display: block;
    transform: rotate(-45deg);
}
@media screen and (max-width: 1285px) {
	.container,
	.container.faq-con-sec{
		width: 100% !important;
		padding: 0 25px !important;
	}

}
@media screen and (min-width: 768px) {
.right-image.img-formb-01{
	margin: 0;
    position: relative;
}
.right-image.img-formb-01 figure{
	height: 615px;
}
.right-image.img-formb-01 img{
    height: 100%;
}
.right-con{
	position: absolute !important;
    right: 0 !important;
    z-index: 999 !important;
}
}
@media screen and (max-width: 768px) {
.right-con{
	position: unset !important;
    right: 0 !important;
    z-index: 999 !important;
}
}
.right-image.img-formb-01 img{
	object-fit: cover;
    border-top-left-radius: 250px !important;
    border-radius: 10px;
/*    height: 100%;*/
}


.header-top-outer{
	background: url('https://parquerach.com/wp-content/uploads/2022/10/31-VISTA-AEREA-PARQUE-RACH-1.png');
	height: 100vh;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: bottom;
}
.header-top{
	background: url('https://parquerach.com/wp-content/uploads/2022/10/Frame-30.png');
	padding: 20vh 0;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: bottom;
}

/*footer*/
.footer-outer{
	background: #A4B73D;
	padding: 39px 0 56px 0;
}
.ft-menu-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ft-menu-inner ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.ft-menu-inner ul li {
	font-size: 14px;
	color: #262626;
}
.ft-menu-inner ul li a{
	font-weight: 400;
	font-size: 14px;
	color: #262626;
	margin-bottom: 12px;
	text-decoration: none;
	display: inline-block;
}
.ft-menu-inner ul li:last-child a{
	margin-bottom: 0;
}
.ft-logo img {
    height: 117px;
}
.gr-logo img {
    width: 146px;
}
.ft-logo {
    width: 8%;
}
.ft-contact {
    width: 11%;
}
.ft-address {
        width: 26%;
}
.ft-menu {
    width: 14%;
}
.gr-logo {
	width: 12.5%;
}
.ft-head h4 {
    margin-top: 22px;
    margin-bottom: 24px;
    font-size: 19px;
    font-weight: 600;
    color: #262626;
}
.ft-menu li a{
	text-decoration-line: underline !important;
}
.ft-address li {
    line-height: 24px;
}
/*End footer*/
.entry-content{
	margin: 0 !important;
}
.heading-left-con .uvc-sub-heading p{
	font-weight: 700 !important;
	font-size: 16px !important;
	color: #fff !important;
	line-height: 47px !important;
	margin: 0 !important;
}
.heading-left-con h2{
	font-weight: 600;
	font-size: 40px;
	color: #fff;
	line-height: 43px;
	margin-bottom: 5px;
	margin: 0;
}
.con-left-con p{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 20px;
}

.mapa-outer h5,
.mapa-outer h2{
	margin: 0;
}
.mapa-outer h2{
	font-weight: 600 !important;
}
.tarif-outer h5,
.tarif-outer h2{
	margin: 0 !important;
}
.tarif-outer h5,
.tarif-outer h2,
.tarif-outer p{
	padding: ;
}
.tarif-outer h2{
	font-weight: 600 !important;
	padding: 18px 0 26px 0;
}
.tarif-outer p:first-child{
	margin-top: 0;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.vc_column-inner{
	padding-top: 0 !important;
}
.faq-title {
    margin: 0;
    font-weight: 600;
    margin-bottom: 38px;
}
.gal-head{
	font-weight: 600 !important;
	margin:  0 !important;
	padding: 0;
	color: #262626;
}
.post-home {
	background: #FFFFFF;
	box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
}
.post-home .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
    padding: 0;
}
.post-home img{
	height: 216px !important;
	border-radius: 8px 8px 0px 0px;
	    object-fit: cover;
}
.post-home .con-post{
	padding: 0 30px !important;
}
.post-date-home {
	font-weight: 500;
	font-size: 14px;
	color: #959595;
}
.post-title-home{
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #344A59
}
.trans-btn button:hover{
	opacity: 0.8;
}
.trans-btn button {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #262626 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 10px 18px !important;
    /*margin-bottom: 0 !important;*/
}
.slider-inner-price {
    background: #FFFFFF;
    box-shadow: 0px 4px 3px 6px rgb(0 0 0 / 5%);
    border-radius: 13px;
    padding: 32px 28px;
}
.slider-outer-sec-price .slick-track{
	    margin: 20px 0 !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1666328330539.tarif-ls-tx-s4 {
    margin-bottom: 15px;
}
.slider-outer-sec-price .slick-slide{
	margin: 0 10px;
}
.slider-title{
	font-weight: 600;
	font-size: 25px;
	color: #A3B63D;
	margin-bottom: 17px;
	line-height: 34px;
}
.slider-price-content{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #262626;
	margin-bottom: 18px;
}
.slider-price{
	font-weight: 500;
	font-size: 23px;	
	margin-bottom: 5px;
	color: #262626;
}
.slider-price-text{
	color: #737373;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
}
.slider-price-outer{
	margin-bottom: 28px;
}
.slider-price-outer:last-child{
	margin-bottom: 0;
}
.slider-outer-sec-price .slick-dots {
  display: flex;
  justify-content: center;
  margin: 22px 0 32px 0;
  list-style-type: none;
}
.slider-outer-sec-price .slick-slide{
	height: auto;
}
.slider-outer-sec-price .slick-dots li {
  margin-right: 15px;
  cursor: pointer;
}
.slider-outer-sec-price .slick-dots button {
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.62);
  text-indent: -9999px;
}
.slider-outer-sec-price .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}
.ts-slider-outer .container{
	width: 942px !important;
}
.price-desc {
	margin-bottom: 30px;
}
.price-desc p{
	font-size: 16px;
	line-height: 22px;
	margin-top: 0 !important;
	color: #fff !important;
}
.price-desc p:last-child{
	margin: 0 !important;
}
@media only screen and (max-width: 942px){
.ts-slider-outer .container{
	width: 100% !important;
}
}
.accordion {
    color: #262626;
    cursor: pointer;
    padding: 17px 19px;
    padding-bottom: 21px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    transition: 0.4s;
    background: transparent;
    transition: max-height 0.4s ease-out;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -ms-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
  }
  
  .active, .accordion:hover {
    /*background-color: #ccc; */
  }
  .accordion-inner {
      background: #FFFFFF;
      box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 9%);
      border-radius: 8px;
      margin-bottom: 22px;
  }
  .accordion-inner:last-child{
  	margin-bottom: 0;
  }
  .accordion:after {
    content: '\002B';
    color: #A3B63D;
    font-weight: bold;
    float: right;
  	font-size: 20px;
}
  .active:after {
    content: "\2212";
  }
  .panel {
    padding: 0 153px 20px 19px;
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -ms-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    font-weight: 400;
	font-size: 16px;
}
.slider-ep h5{
	font-weight: 700;
font-size: 16px;
margin:  0;
line-height: 47px;
}
.slider-ep h2{
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 18px !important;
	line-height: 43px;
	padding: 0 !important;
}
.slider-ep p{
	margin-top: 0;
}
.slider-ep p:last-child{
	margin-bottom: 0;
}
.slider-ep .wpb_text_column.wpb_content_element{
	margin-bottom: 0 !important;
}
.accordion-inner {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 9%);
    border-radius: 8px;
}
/*news*/
.post-home{
	transition: 1s;
}
.post-date-home-s6-ma .post-home:hover{
	 transform: translateY(-25px);
    transition: 1s;
}
.sinel-banne img{
		height: 399px;
		object-fit: cover;
	}
	.news-single-sec .container{
		padding: 0 104px;
	}
	.news-single-sec .gallery-title h2 {
	    text-align: left;
	    margin-top: 84px;
	    margin-bottom: 28px;
	    color: #344A59;
	}
	.news-single-sec .date-single span {
	   font-weight: 500;
	   font-size: 18px;
	   color: #344A59;
	   margin-bottom: 38px;
	}
	.sharing img{
		width: 40px;
		height: 40px;
	}
	.blog-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-share {
    width: 193px;
}
.blog-con-inner{
	width: calc(100% - 193px);
	margin-bottom: 112px;
}
.blog-con-inner p{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #262626;
	margin-top: 0;
	margin-bottom: 20px;
}
.blog-con-inner .wp-block-image{
	margin-bottom: 0;
}
.blog-con-inner p:last-child{
	margin-bottom: 0;
}
.blog-con-inner img{
	width: 100%;
	border-radius: 8px;
}
.blog-content-outer {
    margin-top: 59px;
}
.sharing a {
    display: inline-block;
}
.blog-share {
    position: relative;
}
.blog-social {
    position: sticky;
    top: 30px;
}
/*Top Banner Home*/
.top-con-green {
    position: absolute;
    top: 47px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.headers-top-outer.section {
    height: 167vh;
    position: relative;
    z-index: 200;
    width: 100%;
    background: #FFFFFF;
}
.top-green-sec{
	    height: 119vh;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vw;
    width: 100%;
    z-index: 10;
}
.top-green-inner{
		height: 100%;
    position: relative;
}
.banner-top-image {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9;
    top: 0;
    left: 0;
}
div#page{
	z-index: 9999;
	background: #fff;
	position: relative;
}
.post, .page{
	margin-bottom: 0 !important;
}
.mains-logo img{
	width: 164px;
	height: 190px;
}
.mains-logo{
	margin-bottom: 26px;
}
.top-green-image img,
.banner-top-image img{
	width: 100% ;
}
.texts-logo h3 {
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 0;
}
.headers-bottom-section p{
	font-weight: 500;
font-size: 18px;
margin: 0;
}
.headers-bottom-section {
    position: fixed;
    bottom: 0;
    color: #fff;
    z-index: 999;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    bottom: 94px;
}
.border-line-white {
    width: 2px;
    height: 72px;
    background: #fff;
    position: absolute;
    bottom: -94px;
    z-index: 99999;
}
/*home page top slider*/
.slider-outer-sec button.slick-next.slick-arrow{
    position: absolute;
	right: 92px;
	background-color:transparent;
	color:transparent;
	background-image: url("https://parquerach.com/wp-content/uploads/2022/10/Group-54-5.png");
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	height: 48px;
	width:  48px;
	cursor: pointer;
}
.slider-outer-sec button.slick-arrow{
	top: -50px;
}
.slider-outer-sec button.slick-prev.slick-arrow{
	    z-index: 555;
	background-color:transparent;
color:transparent;
	background-image: url("https://parquerach.com/wp-content/uploads/2022/10/Group-54-5.png");
	background-repeat: no-repeat;
    background-size: contain;
	border: none;
    transform: rotate(180deg);
	height: 48px;
	width:  48px;
	right: 178px;
	cursor: pointer;

}
.section-with-slider-bc .wpb_content_element {
    margin-bottom: 0;
}
.slider-outer-sec button.slick-prev.slick-arrow{
	 position: absolute;
}
.slider-outer-sec img.attachment-full.size-full.wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-outer-sec .slider-inner{
	width: 100%;
    
}
.slider-outer-sec .ls-image {
    height: 360px;
    width: 100%;
}
.slider-outer-sec .ls-image img{
	border-radius:12px;
}
.slider-outer-sec .slick-slide{
	margin:10px;
}
.slider-outer-sec .slider-inner{
	padding-top:40px;
}
/*.slider-outer-sec .slick-track {
    display: flex;
    align-items: baseline;
    padding-inline-start: 25px;
}*/
.slider-outer-sec .slick-list.draggable{
	max-height: 570px;
}
.slider-outer-sec .slick-slide.slick-current.slick-active {
    width: 620px !important;
        margin-top: 0px !important;
}
.slider-outer-sec .slick-slide{
	    margin-top: 95px !important;
}
@media only screen and (min-width: 1200px){

	.faq-title{
	font-weight: 600;
font-size: 40px !important;
	}
}
.slider-outer-sec .slick-slide.slick-current.slick-active .ls-image{
	height:458px;
}
/* .wid-of-slide01 {
    max-width: 1240px;
    float: right;
} */
/* [data-slick-index="0"]{
display:none;
} */

.slider-outer-sec .slider-content h3{
	margin-bottom: 5px !important;
}
.slider-outer-sec .slider-content p{
	margin:0px !important;
}
.fancybox__container {
    z-index: 9999 !important;
}
/*.slider-outer-sec .slick-slide.slick-cloned.slick-active {
    width: 320px !important;
}
.slider-outer-sec .slick-cloned [data-slick-index="3"] .ls-image{
max-width:320px;
}*/
/* .slick-slide .slick-active .slider-inner{
	max-width:320px !important;
} */
.content-wrapper{
	width: 1040px;
	margin: 0 auto;
}
@media only screen and (max-width: 1050px) {
	.content-wrapper{
		width: 100%;
		padding: 0 15px;
	}
}
/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
.ft-logo,
.ft-contact,
.ft-address,
.ft-menu,
.gr-logo {
	width: 100% !important;
}
h2{
	font-size: 35px;
}
.news-outer .blog-tab-row .blog-col img{
	height: auto !important;
}
.footer-outer .container{
	padding: 0 42px !important;
}
.footer-outer{
	padding: 30px 0 52px;
}
.ft-logo{
	margin-bottom: 30px;
}
.ft-contact {
    margin-bottom: 16px;
}
.ft-address{
	margin-bottom: 20px;
}
.ft-menu{
	margin-bottom: 42px;
}

/* page home 10/21/22 */
.top-green-image img, .banner-top-image img{
	width: 100%;
    height: 100vh;
    object-fit: cover;
}
.texts-logo h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #fff;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0;
}
.header-bottom-section{
	display: none;
}
.header-top{
    padding: 162px 0 66px 0;
}
.header-top-outer{
	height: 100vh;

}
.text-logo h3::before{
	content:url('https://parquerach.com/wp-content/uploads/2022/10/Frame-10.png');
	position: absolute;
	transform: translate(-50%);
    left: 50%;
    top:43 !important;
}
.container {
    padding: 0 16px !important;
}
.left-con .vc_custom_1666163730092{
	padding-left: 0px !important;
}
/*.left-con{
	padding-bottom: 150px !important;
}*/
/*.right-con{
	margin-top: -164px;
}*/
.mobile-s2-edit .slider-ep{
	padding: 15px !important;
}
.pd-right-ins2-mobile div{
	padding-right: 0px !important;
}
.slider-ep h2{
	font-size: 35px !important;
line-height: 38px;
}
.slider-ep h2{
	margin-top: 0px;
}
.slider-outer-sec button.slick-prev.slick-arrow {
    right: 55% !important;
    top: 100% !important;
}
.slider-outer-sec button.slick-next.slick-arrow {
    top: 100% !important;
    right: 34% !important;
}
.slider-outer-sec .slick-slide.slick-current.slick-active {
    width: 308px !important;
}
.slider-outer-sec .ls-image {
    height: 186px !important;

}
.slider-outer-sec .slick-slide.slick-current.slick-active .ls-image {
    height: 308px !important;
}
.mapa-outer h2{
	font-size: 35px !important;
line-height: 38px !important;
}
.map-image img {
    height: 500px !important;
    /*object-fit: cover;*/
        width: 928px !important;
}
.mapa-outer.down{
	overflow: scroll !important;
	margin-bottom: 33px;
}
.mapa-outer .wpb_single_image .vc_single_image-wrapper{
	max-width: 20000px;
	overflow: scroll;
	width: 100% !important;
    padding-bottom: 22px;
}
.tarif-outer h2{
    padding: 0px !important;
    line-height: 38px;
}
h2.vc_custom_heading.gal-head.vc_custom_1666267150072 {
    padding-bottom: 26px !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1666328330539.tarif-ls-tx-s4 {
    padding: 0px !important;
	margin-top: 15px;
}
.slider-outer-sec-price .slick-slide {
    margin: 0 0px;
}
/* slider breaker */
/*.slider-outer-sec-price .slick-track{
	display: contents;
}*/
.slider-outer-sec-price .slider-inner-price{
	margin-top: 20px;
}
.gal-head{
	font-size: 35px !important;
line-height: 38px !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.container.action-mobile-positlist.vc_custom_1666347307404{
    padding: 0 35px !important;
}
.s6-tx2-notica {
    max-width: 247px !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.container.faq-con-sec.vc_custom_1666348186381{
	padding:15px !important;
}
.faq-title{
	font-size: 35px !important;
    line-height: 38px !important;
}
.faq .panel{
	padding: 15px;
}
.make-it-s6 .vc_gitem-zone{
	max-width: 100% !important;
	min-height: 338px;

}
/*news*/
.blog-share {
    width: 100%;
}
.blog-con-inner{
	width: 100%;
	margin-top: 30px;
}
.blog-social {
    position: unset;
    display: flex;
}
.back-top-home a{
	font-size: 16px;
}
.galler-si-outer .container{
	padding: 0 26px !important;
}
.gallery-title h2{
	font-size: 35px !important;
	margin-top: 45px;
	margin-bottom: 52px;
}
.blog-tab-sec ul{
	margin-bottom: 40px !important;
}
.blog-tab-sec ul li{
	margin: 0 23px !important;
}
.blog-tab-row {
    grid-template-columns: 1fr !important;
    grid-gap: 25px;
}
.news-single-sec .gallery-title h2 {
    margin-top: 30px !important;
}
.texts-logo {
    padding: 0 15px;
}
.slider-outer-sec {
    padding-bottom: 40px;
}
.section-with-slider-bc,
.mapa-outer {
	background-color: #fff !important;
}
.slider-outer-sec .slick-slide {
    margin-top: 120px !important;
    max-height: 300px;
}
.post-home img {
    height: auto !important;
}
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.ft-logo,
.ft-contact,
.ft-address,
.ft-menu,
.gr-logo {
	width: 100% !important;
}
.footer-outer .container{
	padding: 0 42px !important;
}
.news-outer .blog-tab-row .blog-col img{
	height: auto !important;
}
.footer-outer{
	padding: 30px 0 52px;
}
.ft-logo{
	margin-bottom: 30px;
}
.ft-contact {
    margin-bottom: 16px;
}
.ft-address{
	margin-bottom: 20px;
}
.ft-menu{
	margin-bottom: 42px;
}

/* home page 10/21/22 */
.top-green-image img, .banner-top-image img{
	width: 100%;
    height: 100vh;
    object-fit: cover;
}
.mains-logo img {
    width: 126px;
    height: 146px;
}
.texts-logo h3 {
    font-size: 40px;
    line-height: 49px;
    max-width: 92%;
}
.header-bottom-section{
	display: none;
}
.header-top{
    padding: 88px 0 33px 0;
}
.header-top-outer{
	height: 100vh;

}
.text-logo h3::before{
	width: 100px !important;
    height: 100px !important;
	top: 29 !important;
}
.container {
    padding: 0 16px !important;
}
.left-con .vc_custom_1666163730092{
	padding-left: 0px !important;
}
.heading-left-con h2{
	font-size: 35px;
line-height: 38px;
}
/*.left-con{
	padding-bottom: 150px !important;
}*/
/*.right-con{
	margin-top: -164px;
	width: 453px !important;
}*/
.mobile-s2-edit .slider-ep{
	padding: 15px !important;
}
.pd-right-ins2-mobile div{
	padding-right: 0px !important;
}
.slider-ep h2{
	font-size: 35px !important;
line-height: 38px;
}
.slider-ep h2{
	margin-top: 0px;
}
.slider-outer-sec button.slick-prev.slick-arrow {
    right: 59% !important;
    top: 100% !important;
}
.slider-outer-sec button.slick-next.slick-arrow {
    top: 100% !important;
    right: 24% !important;
}
.slider-outer-sec .slick-slide.slick-current.slick-active {
    width: 308px !important;
}
.slider-outer-sec .ls-image {
    height: 186px !important;

}
.slider-outer-sec .slick-slide.slick-current.slick-active .ls-image {
    height: 308px !important;
}
.mapa-outer h2{
	font-size: 35px !important;
line-height: 38px !important;
}
.map-image img {
    height: 500px !important;
    /*object-fit: cover;*/
        width: 928px !important;
}
.mapa-outer.down{
	overflow: scroll !important;
	margin-bottom: 33px;
	    padding-bottom: 22px;
}
.mapa-outer .wpb_single_image .vc_single_image-wrapper{
	max-width: 20000px;
	overflow: scroll;
	width: 100% !important;
 }
.tarif-outer h2{
    padding: 0px !important;
}
h2.vc_custom_heading.gal-head.vc_custom_1666267150072 {
    padding-bottom: 26px !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1666328330539.tarif-ls-tx-s4 {
    padding: 0px !important;
	margin-top: 15px;
}
/* .slider-inner-price{
	width: 60% !important;
} */
.gal-head{
	font-size: 35px !important;
line-height: 38px !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.container.action-mobile-positlist.vc_custom_1666347307404{
    padding: 15px !important;
}
.s6-tx2-notica {
    max-width: 247px !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.container.faq-con-sec.vc_custom_1666348186381{
	padding:15px !important;
}
.faq-title{
	font-size: 35px !important;
    line-height: 38px !important;
}
.faq .panel{
	padding: 15px;
}
.make-it-s6 .vc_gitem-zone{
	max-width: 100% !important;
}
.gallerys-outer .slick-slide{
	margin: 0 10px;
	margin: auto;
}
.make-it-s6 .vc_gitem-zone{
	margin: auto;
}
/*news*/
.blog-share {
    width: 100%;
}
.blog-con-inner{
	width: 100%;
	margin-top: 30px;
}
.blog-social {
    position: unset;
    display: flex;
}
.back-top-home a{
	font-size: 16px;
}
.galler-si-outer .container{
	padding: 0 26px !important;
}
.gallery-title h2{
	font-size: 35px !important;
	margin-top: 45px;
	margin-bottom: 52px;
}
.blog-tab-sec ul{
	margin-bottom: 40px !important;
}
.blog-tab-sec ul li{
	margin: 0 23px !important;
}
.blog-tab-row {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 25px !important;
}
.news-single-sec .gallery-title h2 {
    margin-top: 30px;
}
.section-with-slider-bc,
.mapa-outer {
	background-color: #fff !important;
}
.notica .vc-gitem-zone-height-mode-auto:before{
	padding-top: 50% !important;
    height: 100% !important;
}
.slider-outer-sec-price .slider-inner-price {
    margin-top: 20px;
}
.slider-outer-sec .slick-slide {
    margin-top: 120px !important;
    max-height: 300px;
}
.post-home img {
    height: auto !important;
}
}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.ft-logo,
.ft-contact,
.ft-address,
.ft-menu,
.gr-logo {
	width: 100% !important;
}
.footer-outer .container{
	padding: 0 42px !important;
}
.footer-outer{
	padding: 30px 0 52px;
}
.ft-logo{
	margin-bottom: 30px;
}
.ft-contact {
    margin-bottom: 16px;
}
.ft-address{
	margin-bottom: 20px;
}
.ft-menu{
	margin-bottom: 42px;
}
/* home responsiive */
.mains-logo img {
    width: 126px;
    height: 146px;
}
.texts-logo h3 {
    font-size: 30px;
    line-height: 42px;
    max-width: 50%;
}
.top-green-image img, .banner-top-image img{
	width: 100%;
    height: 100vh;
    object-fit: cover;
}

.header-top {
	padding: 74px 0;
}
.left-con .vc_custom_1666163730092 {
    padding-left: 15px !important;
}
.pd-right-ins2-mobile{
	padding-right: 0px !important;
}
.mobile-s2-edit .slider-ep{
	padding: 15px !important;
}
.pd-right-ins2-mobile .vc_custom_1666341773533 {
    padding-right: 0px!important;
}
.slider-outer-sec button.slick-prev.slick-arrow{
	/*right: 12% !important;*/
}
.tarif-outer h2{
    padding: 0px !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1666328330539.tarif-ls-tx-s4{
    padding: 0px !important;
    margin-top: 20px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.container.action-mobile-positlist.vc_custom_1666347307404{
    padding: 15px !important;
}
.vc_gitem-zone.vc_gitem-zone-a.post-home.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link{
	height: 350px;
}
.post-date-home-s6-ma a{
	font-size: 18px !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.container.faq-con-sec.vc_custom_1666348186381{
	padding: 15px !important;
}
.text-logo h3::before{
	width: 100px !important;
    height: 100px !important;
	top: 54px !important;
}
.text-logo h3{
	padding-top: 40px;
	font-size: 35px !important;
}
/*news*/
.blog-share {
    width: 110px;
}
.blog-con-inner{
	width: calc(100% - 110px);
}
.blog-tab-row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}
.news-single-sec .gallery-title h2 {
    margin-top: 30px;
}
.slider-outer-sec-price .slider-inner-price {
    margin-top: 20px;
}
.post-home img {
    height: auto !important;
}
}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .ft-logo {
    width: 9%;
}
.ft-contact {
    width: 12%;
}
.ft-address {
    width: 27%;
}
.ft-menu {
    width: 15%;
}
.gr-logo {
	width: 13.5%;
}
/* home edit */
.top-green-image img, .banner-top-image img{
	width: 100%;
    height: 100vh;
    object-fit: cover;
}
.mains-logo img {
    width: 129px;
    height: 131px;
}

.top-green-image img, .banner-top-image img{
	width: 100%;
    height: 100vh;
    object-fit: cover;
}
.header-top {
	padding: 20vh 0;
}
.left-con .vc_custom_1666163730092 {
    padding-left: 15px !important;
}
.pd-right-ins2-mobile{
	padding-right: 0px !important;
}
.mobile-s2-edit .slider-ep{
	padding: 15px !important;
}
.pd-right-ins2-mobile .vc_custom_1666341773533 {
    padding-right: 0px!important;
}
.slider-outer-sec button.slick-prev.slick-arrow{
	/*right: 12% !important;*/
}
.tarif-outer h2{
    padding: 0px !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1666328330539.tarif-ls-tx-s4{
    padding: 0px !important;
    margin-top: 20px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.container.action-mobile-positlist.vc_custom_1666347307404{
    padding: 15px !important;
}
.vc_gitem-zone.vc_gitem-zone-a.post-home.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link{
	height: 350px;
}
.post-date-home-s6-ma a{
	font-size: 18px !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.container.faq-con-sec.vc_custom_1666348186381{
	padding: 15px !important;
}     
/*news */
.blog-share {
    width: 123px;
}
.blog-con-inner{
	width: calc(100% - 123px);
}   
}
@media only screen and ( max-width: 1198px ) and (min-width: 1024px){
	.main-navigation a{
		font-size: 13px;

	}
	.menu-header ul li {
		margin-right: 29px;
	}
	.mains-logo img {
		width: 129px;
		height: 131px;
	}
}
@media only screen and ( max-width: 1245px ) and (min-width: 1199px){
	.main-navigation a{
		font-size: 14px;

	}
}

@media only screen and ( max-width: 1198px ) and (min-width: 1025px){
	.header-top {
		padding: 20vh 0;
	}

	.tarif-outer h2{
		padding: 0px !important;
	}
	.wpb_text_column.wpb_content_element.vc_custom_1666328330539.tarif-ls-tx-s4 {
		padding: 0px !important;
		margin-top: 15px;
	}
	.vc_gitem-zone.vc_gitem-zone-a.post-home.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link{
		height: 350px;
	}
	.post-date-home-s6-ma a{
		font-size: 18px !important;
	}
	.vc_row.wpb_row.vc_inner.vc_row-fluid.container.faq-con-sec.vc_custom_1666348186381{
		padding: 15px !important;
	} 
}


/* header style  */
.header-bottom-section p {
    position: absolute;
    bottom: 0;
    margin: auto;
    color: #ffff;
	/* left: 47%; */
	font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 65px;
	transform: translate(-50%);
    left: 50%;
}

.header-bottom-section p::after {
    content: "/";
    width: 1px;
    height: 50px;
    position: absolute;
    left: 50%;
    border: solid #fff 1px;
    bottom: -32px;
}
.ptext-befo-slide{
	font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: #262626;
}
.slider-outer-sec .slider-inner h3 a{
	font-weight: 600;
font-size: 23px;
line-height: 31px;
color: #262626;
text-decoration: none;
}
.slider-outer-sec .slider-inner{
	font-weight: 500;
font-size: 16px;
line-height: 22px;
color: #737373;
}
.first-maphead-tx{
	font-weight: 700;
font-size: 16px;
line-height: 47px;
text-align: center;
text-transform: uppercase;
}
.section-with-slider-bc{
	background-color: #F5F5F5;
}

.text-s3-sec-tx{
	font-weight: 600;
font-size: 40px;
line-height: 43px;
color: #262626;
}
.tx-s4-tarifa-tx{
	font-weight: 700;
font-size: 16px;
line-height: 47px;
text-align: center;
text-transform: uppercase;
}
.tarif-outer-tx-h{
	font-weight: 600;
	font-size: 40px;
	line-height: 43px;
}
.tarif-ls-tx-s4{
	font-weight: 500;
font-size: 16px;
line-height: 22px;
}
.slider-price{
	line-height: 31px;
}
.gal-head{
	line-height: 43px;
}
.green-btn a{
	font-weight: 500;
font-size: 16px;
}
.green-btn a:hover,
.contact-button a:hover {
    background-color: #82912f !important;
    opacity: 1 !important;
}
.trans-btn a {
    background: transparent !important;
    border: 2px solid #000 !important;
    color: #262626 !important;
    font-size: 16px !important;
    padding: 16px 24px !important;
    font-weight: 500;
}
.trans-btn a:hover{
	opacity: 0.7;
}
.main-navigation a:hover{
	opacity: 0.7;
}
.map-image img {
    width: 100vw;
}
.s6-tx-head{
	font-weight: 700;
font-size: 16px;
line-height: 47px;
}
.s6-tx2-notica{
	font-weight: 600;
font-size: 40px;
line-height: 43px;
}
.post-date-home-s6-ma .vc-gitem-zone-height-mode-auto::before {
    padding: 0 !important;
}
.post-date-home-s6-ma .vc_gitem-zone-a .vc_gitem-row-position-top,
.post-date-home-s6-ma .vc_gitem-zone-a .vc_gitem-row-position-bottom{
	position: static;
}
.post-date-home-s6-ma .post-date-home{
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: contents;
}
.post-date-home-s6-ma .post-title-home{
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
}
.make-it-s6 .vc_gitem-zone{
	padding-bottom: 6px;
    max-width: 320px;
}
.trans-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	padding-left: 25px !important;
	padding-right: 25px !important;

}
.faq-title{
	font-weight: 600;
font-size: 40px;
line-height: 43px;
}
.faq .accordion{
	font-weight: 600;
font-size: 20px;
line-height: 25px;
}
.faq .panel{
	font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;

}
/* slider custom css */
@media screen and ( max-width: 1400px ) and (min-width: 1200px){
	/*.slider-outer-sec .slick-track{
		width: 4716px !important;

	}*/
	.text-logo h3{
		padding-top: 40px;
	}
}
@media screen and ( max-width: 2400px ) and (min-width: 1401px){
	/*.slider-outer-sec .slick-track{
		    width: 5941px !important;
	}*/
}
.slider-outer-sec .slick-slide.slick-active p{
 color: transparent;
}

.slider-outer-sec .slick-slide.slick-current.slick-active p{
  color: #737373 !important;
}
@media screen and ( min-width: 1025px ){
	.gallerys-outer {
		display: flex;
		flex-flow: column wrap;
		align-content: space-between;
		height: 791px;
		counter-reset: items;
		margin: 0 96px;
	}
	.gallerys-inner {
		position: relative;
		margin-bottom: 1%;
		border-radius: 3px;
		box-sizing: border-box;
	}
	.gallerys-inner.gallerys-inner-1 {
		width: 339px;
		height: 206px;
	}
	.gallerys-inner.gallerys-inner-2 {
		height: 343px;
		width: 339px;
	}
	.gallerys-inner.gallerys-inner-3 {
		width: 339px;
		height: 206px;
	}
	.gallerys-inner.gallerys-inner-4 {
		width: 340px;
		height: 293px;
	}
	.gallerys-inner.gallerys-inner-5 {
		width: 340px;
		height: 216px;
	}
	.gallerys-inner.gallerys-inner-6 {
		width: 340px;
		height: 247px;
	}
	.gallerys-inner.gallerys-inner-7 {
		width: 339px;
		height: 385px;
	}
	.gallerys-inner.gallerys-inner-8 {
		width: 339px;
		height: 382px;
	}
	.gallerys-inner img{
		width: 100%;
		height: 100%;
		object-fit: cover !important;
		border-radius: 9px;
	}
}
.gallerys-outer .slick-slide .gallerys-image img {
	object-fit: cover;
    width: 339px;
    height: 409px;
}
.gallerys-outer .slick-dots {
	display: flex;
	justify-content: center;
	margin: 42px 0 32px 0;
	list-style-type: none;
	padding: 0px;
  }
  .gallerys-outer .slick-slide{
	  height: auto;
  }
  .gallerys-outer .slick-dots li {
	margin-right: 15px;
	cursor: pointer;
  }
  .gallerys-outer .slick-dots li.slick-active button {
	background-color: #414141;
	opacity: 1;
  }
  .gallerys-outer .slick-dots button {
	display: block;
	width: 11px;
	height: 11px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background: #414141;
    opacity: 0.4;
	text-indent: -9999px;
  }
  
.gallerys-outer .slick-track{
	height: 445px;
}
/* home gallery */


.text-logo h3{
	display: block !important;
	font-weight: 600;
font-size: 40px;
line-height: 49px;
text-align: center;
color: #FFFFFF;
max-width: 684px;
margin-left: auto;
margin-right: auto;
}
.text-logo h3::before{
	content:"";
	background-image:url('https://parquerach.com/wp-content/uploads/2022/10/Frame-10.png');
    background-size:contain;
	position: absolute;
	transform: translate(-50%);
    left: 50%;
    top: 68px;
	width: 164px;
	height: 190px;
	background-position: center;
	background-repeat: no-repeat;
}
/* coustom media foe header logo */
@media screen and (max-width: 1366px){
	.text-logo h3::before{
		width: 136px;
		height: 158px;
	}
}
@media screen and (min-width: 1367px){
	.text-logo h3{
		padding-top: 58px;
	}
}


/* gallery02 */
.galler-si-outer .container {
	padding: 0 104px;
}
.back-top-home a {
	font-weight: 500;
	font-size: 18px;
	color: #262626;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-left: 28px;
}
.back-top-home a:before{
	content: "";
	background: url(https://parquerach.com/wp-content/themes/parque-rach/images/lf-bl-arrow.svg);
	width: 17px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 4px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}
.gallery-title h2 {
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	margin-top: 67px;
	margin-bottom: 75px;
	color: #262626;
}
.blog-tab-sec ul {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 72px;
}
.blog-tab-sec ul li.active:after{
	display: none;
}
.blog-tab-sec ul li {
	padding-bottom: 8px;
	font-weight: 600;
	font-size: 16px;
	margin: 0 43px;
}
.blog-tab-sec ul li a{
	color: #000;
	text-decoration: none;
	display: inline-block;
}
.blog-tab-sec ul li a:focus{
	outline: none;
}
.blog-tab-sec ul li.active{
	border-bottom: 2px solid #A3B63D;
	color: #A3B63D !important;
}
.blog-tab-sec ul li.active a{
	color: #A3B63D !important;
}
.blog-tab-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 15px 18px;
}
.blog-tab-row .blog-col{
	height: 273px;
	border-radius: 5px;
}
.blog-tab-row .blog-col img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.blog-tab-sec{
	padding-bottom: 103px;
}
.galler-si-outer{
	padding-top: 58px;
}

/* news */
.news-con{
	padding:  18px 30px 28px 30px;
}
.news-outer .post-date {
	font-weight: 500;
	font-size: 14px;
	color: #959595;
	margin-bottom: 10px;
}
.news-outer .blog-tab-row{
	grid-gap: 46px 41px;
}
.news-outer .blog-tab-row .blog-col{
	background: #FFFFFF;
	box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
	height: 100%;
	transition: 1s;
}
.news-outer .blog-tab-row .blog-col img{
	height: 216px;
	border-bottom-left-radius: 0;		
	border-bottom-right-radius: 0;
}
.news-outer .post-text a{
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
	color: #344A59;
}
.news-outer-sec .container {
	padding: 0 108px;
}
.news-inner a.full-box{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.news-inner .blog-tab-row .blog-col{
	position: relative;
}
.news-outer .blog-tab-row .blog-col:hover {
	transform: translateY(-25px);
	transition: 1s;
}
.galler-si-outer.news-outer-sec{
	padding-bottom: 93px;
}
.galler-si-outer.news-outer-sec .gallery-title h2{
	margin-bottom: 64px;
}
@media screen and (max-width: 1200px){
.headers-bottom-section{
	display: none;
}
}
/* coustom slider only at mobile */
/* .gallery-grid-slider03 .slick-track{
	width: 100% !important;
} */

/* slider only at mobile */
.hide-desktop-slider-grid01{
	display: none;
}
@media screen and (max-width: 1024px){
	.hide-desktop-slider-grid01{
		display: block !important;
	}
	.gallery-grid-slider03{
		display: none;
	}
	.hide-desktop-slider-grid01 ol.flex-control-nav.flex-control-paging{
		padding-top: 15px;
	}
	.hide-desktop-slider-grid01 .flexslider .slides img {
		height: 408px;
		object-fit: cover;
		border-radius: 9px;

	}
}
@media screen and (min-width: 1025px){
	.hide-desktop-slider-grid01{
		display: none;
	}
	
}
@media screen and (max-width: 1200px){
	.tarif-ls-tx-s4.vc_custom_1667021005484 {
	    padding-left: 0px !important;
	    padding-right: 0 !important;
	    padding-top: 10px !important;
	}
}
@media only screen and (max-width: 1245px) and (min-width: 1026px){

	.gallerys-outer {
		margin:0px;
		transform: scale(.8);
	}
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a{
	display: none;
}
.slider-outer-sec .slick-slide.slick-current.slick-active{
	transition: all 1s ease-in-out;
}
@media only screen and (max-width: 1287px) and (min-width: 1245px){
    .gallerys-inner{
        margin: 4px;
    }
}