@charset "UTF-8";
/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
.elementor-element {
  --widgets-spacing: 24px;
}
@media (min-width: 768px) {
  .elementor-element {
    --widgets-spacing: 32px;
  }
}
@media (min-width: 1200px) {
  .elementor-element {
    --widgets-spacing: 48px;
  }
}

main.site-main {
  margin-top: 110px;
}

body.home main.site-main {
  margin-top: 0;
}

body.elementor-editor-active div[data-elementor-type=header] {
  position: static;
}
body.elementor-editor-active main.site-main {
  margin-top: 0px;
}

div[data-elementor-type=header] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.35s;
  background: transparent;
  box-shadow: none;
}
div[data-elementor-type=header].scrolled {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
div[data-elementor-type=header] > .elementor-container  {
  max-width: 1440px;
}

div[data-elementor-type=header]:not(.scrolled) .elementor-widget-theme-site-logo img {
  transition: max-width 0.35s;
}

div[data-elementor-type=header].scrolled .elementor-widget-theme-site-logo img {
  max-width: 85px;
  transition: max-width 0.35s;
}

#hero .elementor-inner-section > .elementor-container {
  max-width: calc(30% + 548px);
  margin-right: 0;
  gap: 3%;
}

section.elementor-section {
  padding-right: var(--widgets-spacing);
  padding-left: var(--widgets-spacing);
}
section.elementor-section .elementor-column > .elementor-widget-wrap {
  padding: 0;
}

.elementor-post__read-more {
  background: var(--e-global-color-accent);
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 30px;
  display: inline-block;
}

.e-con {
  padding-left: var(--container-default-padding-left) !important;
  padding-right: var(--container-default-padding-right) !important;
}

.e-con > .e-con-inner > .e-con {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

body {
  --container-default-padding-left: 20px;
  --container-default-padding-right: 20px;
}
@media (min-width: 767.98px) {
  body {
    --container-default-padding-left: 32px;
    --container-default-padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  body {
    --container-default-padding-left: 40px;
    --container-default-padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .elementor-posts .elementor-post.type-services {
    flex-direction: column;
  }
  .elementor-posts .elementor-post.type-services .elementor-post__text {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=style.css.map */