/*
**********************
      mixins.less
**********************
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: novecento-sans-wide, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  z-index: 0;
}
img {
  display: block;
  max-width: 100%;
}
span,
a {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}
a {
  text-decoration: none;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*************************************************
* Fonts
*************************************************/
/*************************************************
* CUSTOM MIXING
*************************************************/
.container {
  width: 100%;
  max-width: 1480px;
  padding: 0px 40px;
  margin: 0 auto;
}
.container-1200 {
  width: 100%;
  max-width: 1280px;
  padding: 0px 40px;
  margin: 0 auto;
}
p {
  font-size: 20px;
  line-height: 1.4;
  color: #58585B;
}
p strong,
p b {
  font-weight: 700 !important;
  font-size: inherit;
  font-family: inherit;
}
.hidden {
  display: none;
}
header {
  background: #58585B;
  padding: 40px 0;
}
header .header-container .header-logo {
  max-width: 230px;
}
@media screen and (max-width: 700px) {
  header .header-container .header-logo {
    max-width: 180px;
  }
}
main.site-content .top-intro-section {
  background: #FCFAED;
  padding: 80px 0;
}
main.site-content .top-intro-section .top-intro-panel {
  padding: 60px 60px;
  background: white;
}
main.site-content .top-intro-section .top-intro-panel .intro-inner {
  padding: 120px 0;
  position: relative;
}
main.site-content .top-intro-section .top-intro-panel .intro-inner .intro-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}
main.site-content .top-intro-section .top-intro-panel .intro-inner .intro-content {
  width: 100%;
  max-width: 900px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
main.site-content .top-intro-section .top-intro-panel .intro-inner .intro-content p {
  font-size: 24px;
  font-family: georgia, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
}
@media screen and (max-width: 1100px) {
  main.site-content .top-intro-section .top-intro-panel {
    padding: 50px 30px;
  }
  main.site-content .top-intro-section .top-intro-panel .intro-inner {
    padding: 80px 0;
  }
  main.site-content .top-intro-section .top-intro-panel .intro-inner .intro-content p {
    font-size: 20px;
  }
}
main.site-content .features-section {
  background: #58585B;
  padding: 40px 0 100px;
}
main.site-content .features-section .features-section-container .title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #FCFAED;
  font-family: novecento-sans-wide, sans-serif;
  font-weight: 500;
  font-style: normal;
}
main.site-content .features-section .features-section-container .feature-top-section {
  background: #FCFAED;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
main.site-content .features-section .features-section-container .feature-top-section .feature-top-info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.site-content .features-section .features-section-container .feature-top-section .feature-top-info .feature-top-inner {
  width: 100%;
  max-width: 600px;
  padding: 30px 20px;
  margin: 0 auto;
}
main.site-content .features-section .features-section-container .feature-top-section .feature-top-info .feature-top-inner .feature-top-leaf {
  width: 100%;
  max-width: 140px;
  padding: 0px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  main.site-content .features-section .features-section-container .feature-top-section .feature-top-info .feature-top-inner .feature-top-leaf {
    width: 100%;
    max-width: 120px;
    padding: 0px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
main.site-content .features-section .features-section-container .feature-top-section .feature-top-info .feature-top-inner * {
  font-family: georgia, sans-serif;
  font-weight: 500;
  font-style: normal;
}
main.site-content .features-section .features-section-container .feature-top-section .feature-top-info .feature-top-inner p {
  font-size: 22px;
}
@media screen and (max-width: 1100px) {
  main.site-content .features-section .features-section-container .feature-top-section .feature-top-info .feature-top-inner p {
    font-size: 18px;
  }
}
main.site-content .features-section .features-section-container .feature-top-section .feature-top-img-container {
  padding: 20px;
}
main.site-content .features-section .features-section-container .feature-top-section .feature-top-img-container .feature-top-img {
  height: 100%;
  min-height: 580px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
@media screen and (max-width: 1100px) {
  main.site-content .features-section .features-section-container .feature-top-section .feature-top-img-container .feature-top-img {
    min-height: 1px;
  }
}
@media screen and (max-width: 900px) {
  main.site-content .features-section .features-section-container .feature-top-section {
    grid-template-columns: repeat(1, 1fr);
  }
  main.site-content .features-section .features-section-container .feature-top-section .feature-top-img-container {
    order: 1;
  }
  main.site-content .features-section .features-section-container .feature-top-section .feature-top-img-container .feature-top-img {
    width: 100%;
    aspect-ratio: 1;
  }
  main.site-content .features-section .features-section-container .feature-top-section .feature-top-info {
    order: 2;
  }
}
main.site-content .features-section .features-section-container .feature-slider .slick-dots li button:before {
  font-size: 12px;
  color: white;
}
footer {
  border-top: 1px solid #FCFAED;
  background: #58585B;
  padding: 80px 0;
}
footer .footer-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 40px;
}
footer .footer-container .footer-left {
  width: 240px;
}
footer .footer-container .footer-right {
  width: calc(100% - 380px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
footer .footer-container .footer-single .footer-top-title .menu-title {
  font-size: 22px;
  color: white;
  font-family: novecento-sans-wide, sans-serif;
  font-weight: 500;
  font-style: normal;
}
footer .footer-container .footer-single .contacts-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
footer .footer-container .footer-single .contacts-wrapper p {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #FCFAED;
}
footer .footer-container .footer-single .contacts-wrapper p a {
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
footer .footer-container .footer-single .contacts-wrapper .contact-info {
  width: 42%;
}
footer .footer-container .footer-single .contacts-wrapper .address {
  width: 34%;
}
footer .footer-container .footer-single .contacts-wrapper .social-media {
  width: 24%;
}
footer .footer-container .footer-single .contacts-wrapper .social-media img {
  width: 50px;
}
footer .footer-container .footer-single .contacts-wrapper .social-media h3 {
  font-size: 16px;
  color: white;
  font-family: sans-serif;
  margin-bottom: 20px;
}
footer .footer-container .footer-single .footer-copyright p {
  font-size: 16px;
  color: white;
  font-family: sans-serif;
}
@media screen and (max-width: 1340px) {
  footer .footer-container .footer-left {
    width: 220px;
  }
  footer .footer-container .footer-right {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1280px) {
  footer .footer-container .footer-single .contacts-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  footer .footer-container .footer-single .contacts-wrapper .contact-info {
    width: 50%;
    margin-bottom: 50px;
  }
  footer .footer-container .footer-single .contacts-wrapper .address {
    width: 50%;
    margin-bottom: 50px;
  }
  footer .footer-container .footer-single .contacts-wrapper .social-media {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1100px) {
  footer {
    padding: 50px 0;
  }
  footer .footer-container {
    flex-wrap: wrap;
  }
  footer .footer-container .footer-left {
    width: 100%;
  }
  footer .footer-container .footer-left .footer-logo {
    width: 100%;
    max-width: 140px;
    padding: 0px;
    margin: 0 auto;
  }
  footer .footer-container .footer-right {
    width: 100%;
  }
  footer .footer-container .footer-single .footer-top-title {
    text-align: center;
  }
  footer .footer-container .footer-single .contacts-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0px;
    text-align: center;
  }
  footer .footer-container .footer-single .contacts-wrapper .contact-info {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer-container .footer-single .contacts-wrapper .address {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer-container .footer-single .contacts-wrapper .social-media {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .footer-container .footer-single .contacts-wrapper .social-media a {
    display: inline-block;
  }
  footer .footer-container .footer-single .footer-copyright {
    text-align: center;
  }
}
/*# sourceMappingURL=master.css.map */