/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.module-logo {
  padding-top: 5px!important;
  padding-inline-end: 55px;
  padding-bottom: 5px!important;
  padding-inline-start: 0px;
}
.main-header > .elementor > .elementor-section {
  background: #FFF;
}
.is-stuck {
    position: fixed;
    box-shadow: -2px 3px 90px -20px rgba(0, 0, 0, .25);
    animation: stickySlideDown .65s cubic-bezier(.23,1,.32,1) both;
    background: #fff;
}
.is-stuck .elementor-26 .elementor-element.elementor-element-0812f29 .navbar-collapse .main-nav > li > a {
    color: #1b577e !important;
}
* {
 font-family:"Montserrat", sans-serif;
}