@charset "UTF-8";

/*
Theme Name: RealEstate
Author: Juva404
Description: Lane Landing
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&family=Prata&family=Rubik:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Tinos:wght@700&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 24px;
}
.container{
	position: relative;
    z-index: 1;
	max-width: 1024px;
	margin: 0 auto;
	text-align: left;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Prata', serif;
	font-weight: 400;	
}
h2{
	margin-bottom: 20px;
	font-size: 34px;
	line-height: 1.4;
	font-weight: 800;
}
a, a:visited {
	text-decoration: none;
	color: #000;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #F7D855;
}
p{
	margin-bottom: 20px;
}
ol,ul{
	padding-left: 20px;
}
li{
	margin-bottom: 10px;
}
figure{
	margin-bottom: 20px;
}
/*  Top image */
.top-bg{
    min-height: 100vh;
    background-color: #1f2225;
    background-image: url(http://wishuriel/wp-content/uploads/2023/04/bg1.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}
/** 
 * ===================================================================
 * forms
 *
 * ------------------------------------------------------------------- 
 */

fieldset {
	border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	display: block;
	height: 6rem;
	padding: 1.5rem 2rem;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #737373;
	font-family: 'Rubik', sans-serif;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 3px;
	background: #FFFFFF;
	max-width: 100%;
	border: 1px solid #d5d5d5;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ss-custom-select {
	position: relative;
	padding: 0;
	display: inline-block;
}
.ss-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin: 0;
	line-height: 3rem;
	vertical-align: middle;
	padding-right: 4rem;
}
.ss-custom-select select option {
	padding-left: 2rem;
	padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
	display: none;
}
.ss-custom-select::after {
	content: '\f123';
	font-family: 'Ionicons';
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -10px;
	bottom: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
	pointer-events: none;
	color: #252525;
}
textarea {
	min-height: 25rem;
}

label, legend {
	font-size: 1.4rem;
	margin-bottom: .6rem;
	color: #404040;
	display: block;
}
label span, legend span {
	color: #05bca9;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
}

/**
 * Style Placeholder Text  
 * -
 */

::-webkit-input-placeholder {
	color: #595959;
	font-family: 'Rubik', sans-serif;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #595959;
	font-family: 'Rubik', sans-serif;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #595959;
	font-family: 'Rubik', sans-serif;
}
:-ms-input-placeholder {
	color: #595959;
	font-family: 'Rubik', sans-serif;
}
.placeholder {
	color: #595959 !important;
	font-family: 'Rubik', sans-serif;
}


/** 
 * ===================================================================
 * buttons
 *
 * ------------------------------------------------------------------- 
 */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	width: 100%;
	padding: 15px 20px;
	background: #F7D855;
	color: #000;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #F7D855;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    -webkit-appearance: button;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background: rgb(202, 174, 54);
	outline: 0;
	border: 1px solid #F7D855;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background: #05bca9;
	color: #FFFFFF;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	background: #04998a;
}
button.full-width, .button.full-width {
	width: 100%;
	margin-right: 0;
}
button.medium, .button.medium {
	height: 5.5rem !important;
	line-height: 5.5rem !important;
	padding: 0 1.8rem !important;
}
button.large, .button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}
button.round, .button.round {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
	border-radius: 1000px;
}
button.stroke, .button.stroke {
	background: transparent !important;
	border: 3px solid transparent;
	line-height: 4.4rem;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** 
 * ===================================================================
 * common styles 
 *
 * ------------------------------------------------------------------- 
 */

.section-intro {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5.2rem;
	position: relative;
}
.section-intro h1 {
	font-size: 4.8rem;
	color: #252525;
	line-height: 1.25;
	margin-bottom: 1.2rem;
}
.section-intro h5 {
	color: rgba(56, 66, 78, 0.5);
	font-size: 1.6rem;
	line-height: 1.875;
	margin-bottom: 0.3rem;
	letter-spacing: .4rem;
}
.section-intro .lead {
	color: rgba(0, 0, 0, 0.45);
}
.section-intro .with-bottom-line {
	position: relative;
	overflow: hidden;
}
.section-intro .with-bottom-line::after {
	display: block;
	background-color: #05bca9;
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}
@media only screen and (max-width:600px) {
	section .h01 {
		font-size: 2.5rem;
	}
}


/** 
 * ===================================================================
 * header styles 
 *
 * ------------------------------------------------------------------- 
 */

header {
	width: 100%;
	z-index: 10;
	background: transparent;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
    background: #f8f8f8;
    border-bottom: 1px solid#eee;
    box-shadow: 1px 7px 17px rgba(0, 0, 0, 0.0784313725490196);
}
header .container{
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}
.right-panel, .middle-panel{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.middle-panel a{
	display: flex;
    align-items: center;
	font-family: 'Prata';
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    color: #FFFFFF;
}
.right-panel a:hover{
	color: #fff;
}
.right-panel a i{
	font-size: 18px;
	margin-right: 12px;
}
.call-title {
    display: block;
    font-size: 20px;
}
.right-panel .consultation-btn,
a.btn-main{
	display: inline-block;
	padding: 13px 30px;
	margin-left: 41px;
	background: #F7D855;
	border: 1px solid #F7D855;
	font-family: 'Rubik';
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 17px;
	color: #000;
}
a.btn-main{
	padding: 15px 35px;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	margin-left: 0;
}
.right-panel .consultation-btn:hover,
.btn-main:hover{
	color: #000;
	background: rgb(202, 174, 54);
}
header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	text-shadow: none;
	color: transparent;
	width: auto;
	height: 60px;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/**
 * primary navigation
 * - 
 */

#main-nav-wrap, .main-navigation {
	margin: 0;
	padding: 0;
}

.thankyou-page{

}
.thankyou-page #topbanner {
	height: 100%;
	-webkit-background-size: 105%;
	-moz-background-size: 105%;
	background-size: 105%;
}
.shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0);  /* IE6-9 */
}
.topbanner-content {
	max-width: 990px;
	width: 100%;
	/*margin-bottom: 220px;*/
	margin-bottom: 400px;
}
.form-container{
	position: relative;
    z-index: 3;
}
.form-container .topbanner-content{
	margin: -350px auto 100px;
}
.topbanner-content h1 {
	font-family: 'Prata';
	font-style: normal;
	font-weight: 400;
	font-size: 62px;
	line-height: 75px;
	margin-bottom: 35px;
}
.topbanner-content p{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 65px;
}
.topbanner-content h5 {
	color: rgba(255, 255, 255, 0.6);
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.8rem;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	letter-spacing: .25rem;
}
.topbanner-thankyou{
	text-align: center;
    max-width: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 40%;
}
.name{
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #C7A86E;
	margin-bottom: 25px;
}
.main-slider .name:before{
	content:'';
	display: inline-block;
    margin-right: 15px;
	width: 14px;
	height: 14px;
	background: #C7A86E;
	border-radius: 100%;
}
.intro-content .button {
	border-color: #FFFFFF;
	color: #FFFFFF;
	height: 6.6rem;
	line-height: 6rem;
	padding: 0 3rem !important;
	margin-top: 1.8rem;
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .4rem;
}
.intro-content .button:hover, .intro-content .button:focus {
	color: #05bca9;
	border-color: #05bca9;
}
.is-absolute{
	position: absolute;
	width: auto;
	z-index: 0;
}
.main .is-absolute{
	z-index: 2;
}
.topbanner_element1{
	right:0;
	top: 0;
	bottom: 0;
    height: 100%;
}
.topbanner_element2{
	right:0;
	bottom:69px;
}
.topbanner_element3{
	left:0;
	top:210px;
}
/*  Contact form */
#contact-form{
	max-width: 500px;
	padding: 40px 40px;
	width: auto;
	margin: 80px auto 0;
    background: #f8f8f8;
    border-bottom: 1px solid#eee;
    box-shadow: 1px 7px 17px rgba(0, 0, 0, 0.0784313725490196);
}
#contact-form h4{
	text-align: center;
	font-size: 23px;
	line-height: 1.3;
	margin-bottom: 30px;
}
.contact-form p{
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 23px;
}
#contact-form .message {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
}
#contact-form .message span{
	color: #FF5151;
}
#contact-form span{
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
}
.wpcf7-spinner{
	position: absolute;
	right: 0;
}
#form, #form-footer, .wpcf7-form .form-container{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
#form input[type="text"], 
#form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"]{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 20px;
	gap: 10px;
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	font-size: 16px;
}
.input-box, .wpcf7-form-control-wrap{
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;	
}
input{
	border: 2px solid #fff;
}
input.error{
	border: 2px solid #cc0000;
}
label.error, .wpcf7-not-valid-tip{
	position: absolute;
	top: -17px;
	color: #FF5151;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
}
.wpcf7 form .wpcf7-response-output{
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0;
}
/* Footer contact form */
.footer-form{
	position: relative;
	z-index: 10;
	padding: 77px 214px;
}
.footer-form_element1{
	top: 0px;
	bottom: 0;
	right: 47px;
	height: 100%;
}
.footer-form_element2{
	top: 47px;
	left: 47px;
}
.footer-form_element3{
	bottom: 28px;
	right: 41px;
}

/* page */
.content{
	font-size: 16px;
    line-height: 24px;
	padding: 100px 0;
}
.content h1{
	margin-bottom: 50px;
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
}
/* animation*/
.shake {
   
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    -moz-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    -o-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}
@keyframes trambling-animation {
   0%, 50%, 100% {
     transform: rotate(0deg);
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
   }
   10%, 30% {
     transform: rotate(-2deg);
     -webkit-transform: rotate(-2deg);
     -moz-transform: rotate(-2deg);
     -o-transform: rotate(-2deg);
     -ms-transform: rotate(-2deg);
   }
   20%, 40% {
     transform: rotate(2deg);
     -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
     -o-transform: rotate(2deg);
     -ms-transform: rotate(2deg);
   }
}
/* Fullheight Screen Template*/
.fullheight{
	background: url(images/fullheight_banner.jpg) no-repeat center;
	background-size: cover;
	padding-top: 90px;
	min-height: 100vh;
	display: flex;
    align-items: center;
}
.fullheight-header{
	position: absolute;
	background: transparent;
	border-bottom: none;
	box-shadow: none;
}
.fullheight .container{
	/*max-width: 925px;*/
	max-width: 1000px;
}
.fullheight .content .name{
	font-size: 11px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: url(images/icons/gold-border.svg) no-repeat center left;
    background-size: contain;
    padding: 4px 17px;
	margin-bottom: 20px;
}
.fullheight .content h1{
	font-family: 'Tinos', serif;
	margin-bottom: 8px;
}
.fullheight .content .flag-img{
	width: 115px;
}
.fullheight .content{
	display: flex;
}
.fullheight .content-text{
	color: #fff;
	max-width: 625px;
	padding-right: 40px;
	padding-top: 50px;
}
.fullheight .content-text p {
    margin-bottom: 40px;
    padding-top: 17px;
	font-size: 22px;
    line-height: 24px;
}
.fullheight .content-text h4{
	font-family: 'Tinos', serif;
    font-weight: 400;
	text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.fullheight .content-img img{
	max-width: 546px;
	width: 100%;
}
.form-fields{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form-fields .wpcf7-form-control-wrap{
	margin-bottom: 0;
	width: 33%;
}
.form-fields .wpcf7-form-control-wrap input{
	border-radius: 0;
	height: 40px;
	font-size: 14px;
}
.form-fields .wpcf7-submit{
	width: 100%;
	border-radius: 0;
	border: none;
	height: 40px;
	font-size: 12px;
	line-height: 1;
	touch-action: manipulation;
    transition: all 0.5s ease 0s;
}
.form-fields .wpcf7-submit:hover{
	border: none;
	color: #fff;
	outline: none;
    background: #000;
}
.form-fields .form-submit{
	position: relative;
	display: flex;
    width: 31%;
	background: #F7D855;
}
.form-fields .wpcf7-form input[type="text"],
.form-fields .wpcf7-form input[type="tel"]
.form-fields input[type="submit"]{
	height: 40px;
	font-size: 14px;
	line-height: 1;
}
.submit-arrow{
	display: block;
	width: 40px;
	min-width: 40px;
    height: 40px;
    background: #DDA902 url(images/icons/arrow.svg) center no-repeat;
	background-size: 20px;
}
.form-fields +.message{
	font-size: 12px;
}
/**
 * responsive:
 * intro
 * -
 */

@media only screen and (max-width:1024px) {
	.intro-content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.intro-content h1 {
		font-size: 4.8rem;
		max-width: 700px;
	}
	.intro-content h5 {
		font-size: 1.6rem;
	}
	.intro-content .video-link a {
		width: 72px;
		height: 72px;
		margin-bottom: 3rem;
	}
}
@media only screen and (max-width:768px) {
	#intro {
		min-height: 660px;
	}
	.intro-content h1 {
		font-size: 4.2rem;
		max-width: 550px;
	}
	.intro-content h5 {
		font-size: 1.5rem;
		letter-spacing: .15rem;
	}
}
@media only screen and (max-width:600px) {
	#intro {
		min-height: 600px;
	}
	.intro-content h1 {
		font-size: 3.8rem;
		margin-bottom: .9rem;
	}
	.intro-content h5 {
		font-size: 1.4rem;
		letter-spacing: .15rem;
	}
	.intro-content .video-link a {
		width: 66px;
		height: 66px;
		margin-bottom: 1.5rem;
	}
}
@media only screen and (max-width:400px) {
	#intro {
		min-height: 550px;
	}
	.intro-content h1 {
		font-size: 3.4rem;
	}
	.intro-content h5 {
		font-size: 1.4rem;
		letter-spacing: .15rem;
	}
	.intro-content .video-link a {
		width: 60px;
		height: 60px;
	}
}


/** 
 * ===================================================================
 * footer
 *
 * ------------------------------------------------------------------- 
 */

footer {
}
.footer-main{
	background: url(images/footer-bg.png) no-repeat top left;
}
.footer-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 65px 0;
	margin-bottom: 65px;
	border-bottom: 1px solid #2E2E31
}
.footer-logo{
	display: flex;
	width: 60%;
}
.footer-logo img{
	margin-right: 65px;
}
.footer-logo p{
	font-size: 18px;
	line-height: 150%;
}
.footer-tel{
	position: relative;
}
.footer-tel span{
	display: block;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
}
.footer-tel img{
	position: absolute;
    left: -60px;
    top: 0;
}
.footer-tel a{
	font-family: 'Prata';
	font-weight: 400;
	font-size: 26px;
	line-height: 35px;
	color: #FFFFFF;
}
.footer-main a:hover{
	color:#A58C5F;
}
.footer-middle{
	display: flex;
	justify-content: space-between;
	padding-bottom: 146px;
}
.footer-box{
	width: 30%;
}
.footer-box h6{
	font-family: 'Prata';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 22px;
}
.footer-box a{
	display: block;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #FFFFFF;
}
.copyright{
	display: flex;
    justify-content: space-between;
	padding: 33px 0;
}
.copyright span{
	font-size: 16px;
	line-height: 150%;
}


@media only screen and (max-width:1352px) {
.container{
	padding: 0 20px;
}
header .container {
    padding: 15px 15px;
}
.services-list_item {
    width: 31%;
}
.services-list_box {
    padding: 30px 30px;
}	
}
@media only screen and (max-width:1024px) {
.services-list_item {
    width: 47.5%;
}
.services-description {
    display: block;
}	
.footer-form {
    padding: 77px 50px;
}
.content {
    font-size: 16px;
    line-height: 24px;
    padding: 50px 0px 50px;
}
	header .container {
    padding: 15px 10px;
}
}
@media only screen and (max-width:768px) {
.content h1 {
    font-size: 40px;
    line-height: 1.3;
}
.left-panel img{
	width: 160px;
}
.contact-form {
    padding: 26px 50px;
}
#services {
    padding: 100px 0;
}
.footer-logo {
    display: block;
}
.fullheight{
	background: url(images/fullheight_banner_mob.jpg) no-repeat center;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 50px;
	justify-content: center;
}
.fullheight .content{
	display: flex;
	flex-direction: column;
	margin: 0 5px;
}
.fullheight .content-text{
	padding-right: 0px;
	padding-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.fullheight .content-text h1 {
    font-size: 40px;
    line-height: 1;
	text-align: center;
}
.fullheight .content-text p{
	margin-bottom: 20px;
    padding-top: 10px;
    line-height: 24px;
	text-align: center;
}
.fullheight .content-text h4 {
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
}
.fullheight .content .flag-img {
    width: 100px;
}
.fullheight .content .name{
	font-size: 16px;
	margin-bottom: 10px;
}
.form-fields{
	flex-direction: column;	
}
.form-fields .wpcf7-form-control-wrap,
.form-fields .form-submit{
	width: 100%;
	margin-bottom: 15px;
}
.form-fields .form-submit{
	margin-bottom: 5px;
}
.form-fields .wpcf7-form-control-wrap input {
    border-radius: 0;
    height: 55px;
    font-size: 14px;
}
.form-fields .wpcf7-submit{
	height: 55px;
}
.submit-arrow {
    display: block;
    width: 55px;
    min-width: 55px;
    height: 55px;
}
}
@media only screen and (max-width:600px) {
	.content h1 {
		font-size: 30px;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	h2{
		font-size: 26px;
		font-weight: 800;
	}
	.container {
		padding: 0px 10px;
	}
	p,li{
		font-size: 18px;
		line-height: 1.4;
	}
	.wp-block-image img, .wp-block-image.has-custom-border img {
		box-sizing: border-box;
		min-height: 300px;
		width: auto;
		object-fit: cover;
	}
	.left-panel{
		margin-bottom:10px;
	}
	.left-panel img{
		width: 140px;		
	}
	.middle-panel {
		justify-content: center;
	}
	
	.name {
		font-size: 14px;
		line-height: 19px;
	}
	.main-slider .name:before {
		content: '';
		margin-right: 8px;
		width: 12px;
		height: 12px;
	}
	.services-list_item {
		width: 100%;
	}
	.contact-form {
		text-align: center;
		padding: 30px 15px;
	}
	.footer-form {
		text-align: center;
	}
	#contact-form {
		padding: 40px 30px;
	}
	#contact-form h4 {
		font-size: 21px;
		line-height: 1.4;
	}
	.contact-form .message {
		text-align: left;
		font-size: 12px;
	}
	
	#form, #form-footer, .wpcf7-form .form-container{
		display: block;
	}
	#form input[type="text"], #form input[type="tel"],
	#form-footer input[type="text"], #form-footer input[type="tel"],
	.input-box, .wpcf7-form-control-wrap{
		width: 100%;
		margin-bottom: 15px;
	}
	.button, button, input[type="submit"], input[type="reset"], input[type="button"]{
		width: 100%;
	}
	.footer-main{
		background-size: cover;
	}
	.footer-top{
		flex-direction: column;
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.footer-logo img {
		margin-bottom: 15px;
	}
	.footer-logo {
		width: auto;
		margin-bottom: 30px;
	}
	.footer-logo p {
		font-size: 16px;
		line-height: 21px;
	}
	.footer-tel {
		margin-left: 60px;
	}
	.footer-middle {
		flex-direction: column;
	}
	.footer-box {
		width: auto;
		margin-bottom: 20px;
	}
	.footer-box h6{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.footer-box a{
		font-size: 16px;
	}
	.footer-middle {
		padding-bottom: 20px;
	}
	.copyright {
		flex-direction: column;
		padding: 20px 0;
	}
	.copyright span {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:440px) {
	.content h1 {
		font-size: 30px;
		line-height: 1.5;
	}
}
