body{
    margin: 0;
    padding: 0;
    font-size: 20px; 
    line-height: 30px;
    color:#2B2B2B;
    overflow-x: hidden;
    font-family: "aileron", sans-serif;
    font-weight: 300;
}

/* comman */
html{
    scroll-behavior: smooth;
    margin: 0!important;
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*comman-area*/
.elementor-widget-video .e-hosted-video.elementor-wrapper {
    aspect-ratio: auto !important;
}

ol, ul{
    margin: 0;
    padding: 0;
}
ol, ul {margin:0 0 0 20px;
    padding:0 0 0 20px;}
 
img{
    display: block;
}
a{  
    text-decoration: none;
    transition: all 0.5s ease;
}
a:focus, a:hover, a:active{
    text-decoration: none;
    outline: none;
}
.site-main a {word-wrap: break-word;}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
h1{
    font-size: 34px;
    line-height: 44px;
    color: #1B2D26;
    font-weight: bold;
    margin-bottom: 18px;
}
h2{
    font-size: 32px;
    line-height: 44px;
    color: #1B2D26;
    font-weight: bold;
    margin-bottom: 18px;
}
h3{
    font-size: 26px;
    line-height: 36px;
    color: #2B2B2B;
    font-weight: bold;
}
h4{
    font-size: 22px;
    line-height: 32px;
    color: #2B2B2B;
    font-weight: normal;
}
h5{
    font-size: 16px;
    line-height: 26px;
    color: #2B2B2B;
    font-weight: normal;
}
b, strong {
    font-weight: bold;
}

.header-main .elementor-inline-item a:hover {
    text-decoration: underline;
    color: #ffffff;
    text-decoration-thickness: .02em !important;
    text-underline-offset: .20em;
}
.footer-main a {
    text-decoration: underline !important;
    color: #ffffff;
    text-decoration-thickness: .02em !important;
    text-underline-offset: .20em;
}
.footer-main a:hover {
    text-decoration:none !important;
    color: #ffffff;
}

p{
    margin: 0 0 20px 0;
}
a {color: #687e71;}
a:hover {color: #b69644;}
figure{
    margin: 0!important;
}
img{
    max-width: 100%;
    height: auto;
}
button:focus{
    outline: none;
    box-shadow: none;
}
.container, .container-fluid{
  padding: 0 30px;
}
.container {
    max-width: 960px;
    margin: 0  auto;
}
.big-text  {
    font-size: 102px;
    line-height: 1.2;
}

.btn_normal {
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.3 );
    background: #b69644;
    padding: 11px 25px;
    display: inline-block;
    font-family: "aileron", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
}
.btn_normal:hover {
    color: #ffffff;
    background: #687E71;
}


::-webkit-input-placeholder { /* WebKit browsers */
color: #BBB !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #BBB !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #BBB!important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #BBB !important;
opacity: 1;
}
/* Header */

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

}


/* Comman */
.text-center {
    text-align: center;
}

.wpcf7 {}
.wpcf7-form {}

.wpcf7 .wpcf7-form label {
    color: #707732;
    font-weight: 700;
    transition: all .15s cubic-bezier(.4,0,.2,1);
    font-size: 18px;
}
.wpcf7 .wpcf7-form label small {
    font-size: 85%;
    font-weight: 400;
    margin-left: .25em;
    opacity: .6;
}

.wpcf7 .wpcf7-form .cf7-field-wrap {
    position: relative;
}
.wpcf7 .wpcf7-form .cf7-input-wrap {
}

.wpcf7 .wpcf7-form .cf7-field-wrap label {
left: 16px;
margin: 0;
max-width: 100%;
pointer-events: none;
position: absolute;
top: 43px;
transform: translateY(-50%);
transition: all .15s cubic-bezier(.4,0,.2,1);
width: 100%;
z-index: 2;
}
.wpcf7 .wpcf7-form .cf7-textarea-wrap label {
    top:15px;
    }

/* When focused or has value, float it up */
.wpcf7 .wpcf7-form .cf7-field-wrap.is-focused > p > label,
.wpcf7 .wpcf7-form .cf7-field-wrap.is-filled  > p > label {
  top: 0px;
  transform: none;
  font-size: 13px;
}

.wpcf7 .wpcf7-form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    outline: none;
    padding: 1.4em 16px 16px 16px;
    border: 1px solid #54674a;
    border-radius: 0;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.wpcf7 .wpcf7-form .wpcf7-textarea { 
    height: 200px;
    outline: none;
    padding: 1.4em 16px 16px 16px;
    border: 1px solid #54674a;
    border-radius: 0;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
    border: none;
    cursor: pointer;
}
.wpcf7-not-valid-tip {
    color: #b32d2e;
    font-size: 16px;
    font-weight: normal;
    display: block;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #b32d2e;
    background: #b32d2e;
    color: #ffffff;
    padding: 0.5em 1em;
}


.comment-respond {
    padding: 20px 0px 30px 0px;
}
.comment-form .submit {
    cursor: pointer;
    border: none;
}
.comment-form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    outline: none;
    padding:16px;
    border: 1px solid #54674a;
    border-radius: 0;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.comment-form #comment { 
    height: 200px;
    outline: none;
    padding:16px;
    border: 1px solid #54674a;
    border-radius: 0;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    display: block;
    width: 100%;
}
