@font-face {
  font-display: swap;
  font-family: "brownbold";
  src: url("../../themes/hello-elementor-caltheme/fonts/Brown-Bold.ttf")
      format("ttf"),
    url("../../themes/hello-elementor-caltheme/fonts/Brown-Bold.eot")
      format("eot"),
    url("../../themes/hello-elementor-caltheme/fonts/Brown-Bold.woff2")
      format("woff2"),
    url("../../themes/hello-elementor-caltheme/fonts/Brown-Bold.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "brownregular";
  src: url("../../themes/hello-elementor-caltheme/fonts/Brown-Regular.ttf")
      format("ttf"),
    url("../../themes/hello-elementor-caltheme/fonts/Brown-Regular.eot")
      format("eot"),
    url("../../themes/hello-elementor-caltheme/fonts/Brown-Regular.woff2")
      format("woff2"),
    url("../../themes/hello-elementor-caltheme/fonts/Brown-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}
body,
html {
  height: 100%;
  width: 100%;
}
body {
  font-family: "brownregular", Sans-Serif;
  font-weight: 400;
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "brownbold", Sans-Serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.3 !important;
  text-transform: normal;
  margin-bottom: 0;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 21px;
}
.elementor-text-editor h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
h4 {
  font-size: 18px;
}
p {
  line-height: 1.5;
}
hr {
  max-width: 50px;
  border-color: #000;
  border-width: 1px;
}
hr.light {
  border-color: #fff;
}
a {
  color: #000;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  color: #b1b1b1;
}
.text-faded {
  color: rgba(255, 255, 255, 0.9);
}
.margin-bottom {
  margin-bottom: 30px;
}
.no-padding {
  padding: 0;
}
section {
  padding: 60px 0;
}
.section-heading {
  margin-top: 0;
}
::-moz-selection {
  color: #fff;
  background-color: #59b762;
  text-shadow: none;
}
::selection {
  color: #fff;
  background-color: #59b762;
  text-shadow: none;
}
img::selection {
  color: #fff;
  background-color: transparent;
}
img::-moz-selection {
  color: #fff;
  background-color: transparent;
}
ul,
ol {
  padding: 0;
  margin: 0 0 1.5em 1.5em;
}
.elementor-pagination .page-numbers {
  color: #000;
  padding: 15px;
  border-radius: 0;
}
.elementor-pagination .page-numbers:hover {
  color: #fff !important;
  background-color: #59b762;
}
.elementor-pagination .page-numbers.current {
  color: #fff !important;
  background-color: #59b762;
  padding: 15px;
}
.slider .swiper-slide-contents {
  width: 1120px;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../../uploads/2022/02/loading.gif.webp") 50% 50% no-repeat
    #fff;
  background-size: 50px 50px;
}
.elementor-editor-active .loader {
  display: none;
}
#gototop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
}
#gototop.show {
  opacity: 1;
  visibility: visible;
}
.section-no-padding section {
  padding: 0;
}
.no-margin-bottom.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.p-no-margin p {
  margin-bottom: 0;
}
.h3-no-margin-top h3 {
  margin-top: 0;
}
.elementor-upload-field,
.pafe-form-builder-upload input {
  background-color: #faf9f5;
  border: 1px solid #faf9f5;
  border-radius: 0;
  width: 100%;
  padding: 8px 15px;
}
.elementor-social-icons-wrapper .elementor-grid-item,
.elementor-widget-share-buttons .elementor-grid-item {
  margin-right: 10px;
}
.elementor-social-icons-wrapper .elementor-grid-item:last-child,
.elementor-widget-share-buttons .elementor-grid-item:last-child {
  margin-right: 0;
}
