/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.1.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

p:last-child {
    margin-bottom: 0;
}

#wrapper-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgb(255 255 255 / 70%);
    text-align: center;
    padding: 46px 10px 38px;
}

#wrapper-navbar img {
    width: 650px;
}

#nav-bar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#nav-bar.fixed + #what-we-help-with {
    margin-top: 82px;
}

#what-we-help-with .elementor-widget-container ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#what-we-help-with .elementor-widget-container ul li {
  padding-left: 25px;
  /*text-indent: -18px;*/
  margin-bottom: 8px;
  position: relative;
}

#what-we-help-with .elementor-widget-container ul li:before {
  content: '»';
  color: var( --e-global-color-primary );
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  top: 2px;
  left: 0;
}

#what-we-help-with ul li p {
  margin-bottom: 0;
}

#main-menu .white-btn a {
    background: #ffffff;
    color: #084c56;
    font-size: 24px;
    font-weight: 600;
    padding: 0.8rem 1rem;
    border-radius: 15px;
    margin-left: 1rem;
}

@media (max-width: 991px) {
    #main-menu .white-btn a {
        font-size: 20px;
    }
}

/*!
 * mburger CSS
 * mmenujs.com/mburger
 */
:root {
    --mb-button-size: 36px;
    --mb-bar-width: 1;
    --mb-bar-height: 3px;
    --mb-bar-spacing: 10px;
    --mb-animate-timeout: 0.1s;
}
.mburger {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: inherit;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: var(--mb-button-size);
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: 0;
    cursor: pointer;
    /*margin: 0 auto;*/
}
.mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height) / 2);
    background: #ffffff;
    color: inherit;
    opacity: 1;
}
.mburger b:nth-of-type(1) {
    bottom: calc(50% + var(--mb-bar-spacing));
    transition: bottom 0.2s ease, transform 0.2s ease, width 0.2s ease;
}
.mburger b:nth-of-type(2) {
    top: calc(50% - (var(--mb-bar-height) / 2));
    transition: opacity 0.2s ease;
}
.mburger b:nth-of-type(3) {
    top: calc(50% + var(--mb-bar-spacing));
    transition: top 0.2s ease, transform 0.2s ease, width 0.2s ease;
}
.mburger:not(.collapsed) b:nth-of-type(1) {
    bottom: calc(50% - (var(--mb-bar-height) / 2));
    transform: rotate(45deg);
}
.mburger:not(.collapsed) b:nth-of-type(2) {
    opacity: 0;
}
.mburger:not(.collapsed) b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height) / 2));
    transform: rotate(-45deg);
}
.mburger--squeeze b:nth-of-type(1) {
    transition-delay: 0.1s, 0s;
}
.mburger--squeeze b:nth-of-type(2) {
    transition-delay: 0.1s;
}
.mburger--squeeze b:nth-of-type(3) {
    transition-delay: 0.1s, 0s;
}
.mburger--squeeze:not(.collapsed) b:nth-of-type(1) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s);
}
.mburger--squeeze:not(.collapsed) b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s);
}
.mburger--squeeze:not(.collapsed) b:nth-of-type(3) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s);
}

