/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.2.1717063935
Updated: 2024-05-30 12:12:15

*/
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto-regular.woff2') format('woff2'),
         url('assets/fonts/roboto-regular.woff') format('woff'),
         url('assets/fonts/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto-italic.woff2') format('woff2'),
         url('assets/fonts/roboto-italic.woff') format('woff'),
         url('assets/fonts/roboto-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto-bold.woff2') format('woff2'),
         url('assets/fonts/roboto-bold.woff') format('woff'),
         url('assets/fonts/roboto-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto-medium.woff2') format('woff2'),
         url('assets/fonts/roboto-medium.woff') format('woff'),
         url('assets/fonts/roboto-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto-light.woff2') format('woff2'),
         url('assets/fonts/roboto-light.woff') format('woff'),
         url('assets/fonts/roboto-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto-thin.woff2') format('woff2'),
         url('assets/fonts/roboto-thin.woff') format('woff'),
         url('assets/fonts/roboto-thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto-black.woff2') format('woff2'),
         url('assets/fonts/roboto-thin.black') format('woff'),
         url('assets/fonts/roboto-thin.black') format('truetype');
    font-weight: 900;
    font-style: normal;
}


body {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 1.6;
}
h1 {
    font-size: 48px;
    font-weight: 900;
}
h2 {
    font-size: 42px;
    font-weight: 700;
}
h3 {
    font-size: 32px;
    font-weight: 700;
}
h4 {
    font-size: 24px;
    font-weight: 700;
}
h5 {
    font-size: 20px;
    font-weight: 700;
}
h6 {
    font-size: 20px;
    font-weight: 500;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #06caca;
}
a:hover, a:active {
  color: #05a9a9;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, 
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: underline;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.elementor.elementor-location-footer .elementor-element a {
    color: #000;
}
.elementor.elementor-location-footer .elementor-element a:hover {
    color: #000;
    text-decoration: underline;
}
.elementor-widget-text-editor {
    color: #000;
    font-family: 'Roboto', sans-serif;
  }
.elementor-widget-container p {
    hyphens: auto;
}






@media (max-width: 1024px) {
    .elementor-38 #header-block.elementor-element .elementor-menu-toggle {
      border-width: 0 !important;
    }
    .elementor-38 #header-block.elementor-element {
        --nav-menu-icon-size: 32px !important;
      }
  }