/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/
.elementor-element.elementor-element-c30e245 p.elementor-heading-title.elementor-size-default {
    line-height: normal;
}
.ast-builder-button-wrap a {
    background-color: #000;
}

.ast-builder-button-wrap a .ast-custom-button {
    background-color: #000;
}

body::-webkit-scrollbar {
    width: 7px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #048b4e;
  outline: 1px solid #048b4e;
}

::-moz-selection { /* Code for Firefox */
    color: #fff; 
    background: #048b4e;
}

::selection {
    color: #fff; 
    background: #048b4e;
}

body .elementor-15 .elementor-element.elementor-element-272fdde {
    padding: 50px 20px 90px 20px;
}
span.site-logo-img {
    position: absolute;
    top: 0;
}
.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked span.site-logo-img {
    position: unset;
}

.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked span.site-logo-img a img {
    max-width: 50%;
}