.astroid-header-section header.astroid-header:not(.astroid-header-sticky){
    padding: 25px 0px;
}
.astroid-component-section {
    min-height: calc(100vh - 367.25px);
}
.home .astroid-component-section {
    background: #000328;
    background: linear-gradient(90deg, #000328 25%, rgb(255 255 255) 100%);
    position: relative;
    overflow-x: hidden;
 }
 .astroid-section .footer-1-position{
    padding: 50px 0px;
 }
 .astroid-section .footer-1-position img {
    width: 210px;
 }
 .bottom-4-position p {
    margin-bottom: 0.6em;
    color: #ffffff;
    font-size: 14px;
 }
 .astroid-stacked-center-menu {
    display: none !important;
}
.home-block {
    background: #fff;
    padding: 30px 17px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home-block h2 {
    text-align: center;
    font-weight: 800;
    color: #1d3663;
}
.home-block .button-sec{
    margin-top: auto;
}
.home-block .btn-blue-default{
    background-color: #1d3663;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-weight: normal;
    text-decoration: none;    
}

.home-contact-container {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}
.home-contact-container a,
.home-contact-container a:hover {
    color: #fff;
    text-decoration: none;
}
.home-contact-container .time-hours-block{
    text-align: center;
    margin-top: 75px;
}
.home-divider {
    border-color: #fff;
    border-width: 2px;
    opacity: 1;
    margin: 50px 30px;
}
.billing-service-block h3 {
    margin: 0;
    font-weight: 700;
}
.billing-service-block p,
.time-hours-block p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}
.home-contact-container .time-hours-block p {
    line-height: 30px;
}
.home-page-content {
    position: relative;
    z-index: 1;
}
.home-image-block {
    position: absolute;
    bottom: 0;
    width: 960px;
    left: 68%;
}
.astroid-article-title h1 {
    font-weight: 800;
    font-size: 40px;
    /* margin-left: -65px; */
    margin-left: -4%;
    margin-bottom: 30px;
    color: #1d3663;
}
.inner-page-content h3 {
    font-weight: 600;
    font-size: 1.4rem;
    color: #1d3663;
    margin: 0;
}
.inner-page-content p {
    font-size: 1.1em;
    margin-bottom: 30px;
}

.home .astroid-layout .astroid-wrapper .astroid-header-section,
.home .astroid-layout .astroid-wrapper .astroid-header-section header {
    background-color: #fff !important;
}
.astroid-layout .astroid-wrapper .astroid-header-section,
.astroid-layout .astroid-wrapper .astroid-header-section header {
    background-color: #1d3663 !important;
}

.home .header-mobilemenu-trigger.burger-menu-button .inner,
.home .header-mobilemenu-trigger.burger-menu-button .inner::before,
.home .header-mobilemenu-trigger.burger-menu-button .inner::after{
    background: #1d3663;
}
.header-mobilemenu-trigger.burger-menu-button .inner,
.header-mobilemenu-trigger.burger-menu-button .inner::before,
.header-mobilemenu-trigger.burger-menu-button .inner::after{
    background: #fff;
}
header .burger-menu-button {
    display: none;
}

@media(max-width:767px){
    .home-block {
        height: auto;
        margin-bottom: 20px;
    }
    .astroid-article-title h1{
        margin-left: 12px;
    }
    .inner-page-content{
        margin-top: 25px;
    }
    .astroid-header-section header.astroid-header:not(.astroid-header-sticky) {
        padding: 15px 0px;
    }
    .home-image-block {
        width: 420px;
        left: 55%;
        opacity: 0.2;
    }
    .astroid-section .footer-1-position img {
        width: 120px;
    }
    .astroid-section .footer-1-position h4 {
        font-size: 1.2em;
        margin-top: 25px;
    }
}

@media(min-width:768px) and (max-width:992px){
    .home-block h2 {
        font-size: 25px;
    }
    .home-image-block {
        width: 560px;
        opacity: 0.1;
    }
}