.banner-style-four .title {
    font-size: 37px;
}

.process-style-two h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.dark-layout nav.navbar.validnavs.navbar-fixed {
    background: #002f4f00 !important;
    border-bottom: 1px solid rgb(255 255 255 / 0%);
}
:root{
    --color-optional: #49a28b;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /* background-color: #100a1b; */
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(1 74 67) 0%, #009688 100%);
}
button{

    background: #1a3c3c;
}button.btn{

    background: #1a3c3c;
}