header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 10px;
    z-index: 999;
}
.page:not(.no-padding){
    padding-top: 40px;
}
.sticky-header{
    background-color: #ffffff;
    box-shadow: 0px 3px 9px 0px rgb(146 146 146 / 75%);

}
.hamburger-menu {
    cursor: pointer;
}
.hamburger-menu div {
    width: 25px;
    height: 3.5px;
    background-color: #000;
    border-radius: 5px;
    margin: 3.5px 0;
    margin-right: 0;
    margin-left: auto;
}
header .header-row a,
header .header-row svg{
    font-size: 15px;
    color: #fff !important;
    fill: #fff !important
}
header .phone-wrapper{
    background-color: #000;
    border-radius: 100px;
    width: fit-content;
    padding: 3px 13px 3px 13px;
    padding-bottom: 3px !important;
}
header .phone-wrapper svg{
    margin-bottom: -1px !important;
}
.white-hamburger header:not(.sticky-header) .hamburger-menu div{
    background-color: #fff;
}
.aside-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    font-size: 16px;
    right: -350px;
    width: 100%;
    height: 100%;
    padding: 50px 40px;
    overflow-y: auto;
    max-width: 350px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    z-index: 9999;
    box-shadow: 0 0 7px 2px rgb(121 121 121 / 75%);
    display: none;
}

.close-aside-menu {
    color: #000;
    cursor: pointer;
    right: 0;
    text-align: right;
    font-size: 23px;
    margin-top: -40px;
    margin-bottom: 15px;
}
.header-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aside-menu .flex{
    display: flex;
    align-items: center;
    border: 0px !important;
    margin-bottom: 0 !important;
    background-color: #ee0000;
    border-radius: 100px;
    width: fit-content;
    padding: 3px 13px 3px 13px;
    padding-bottom: 3px !important;
}
header .flex svg{
    width: 13px;
    margin-bottom: -2px;
    fill: #fff;
    margin-right: 2px;
}
.aside-menu .flex a{
    letter-spacing: 0.3px;
    font-size: 14px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    color: #fff !important;
}
.menu-links > a, .menu-links div:not(.menu-links-wrapper) {
    display: block;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid rgb(25 25 25 / 16%);
    margin-bottom: 9px;
    padding-bottom: 9px;
    cursor: pointer;
}
.menu-links{
    display: flex;
    flex-direction: column;
    height: calc( 100% - 10px );
}
.menu-links-wrapper{
    flex-grow: 1;
}
.menu-links div a {
    color: #0d0d0d;
    text-decoration: none !important;
    transition: all 0.3s ease-out;
}

.sub-menu{
    margin-left: 20px;
    padding: 10px 0 0 0;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
.sub-menu a{
    display: block;
    padding: 2px 0;
}
.well-1 {
    padding-top: 1.7rem;
}
.well-1 hr{
    margin-top: 30px;
}
@media (max-width:1440px){
    .btn {
        letter-spacing: 0.8px;
    }
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    .main {
        min-height: 390px;
    }
    .main h3 {
        font-size: 2.77778rem;
        line-height: 1.1;
    }
    .brand {
        width: 13rem;
        height: 13rem;
        line-height: 13rem;
        font-size: 2.3rem;
    }
    .btn-lg {
        min-width: 8.80769em;
        padding: 0.9em 0.9em 0.9em;
        font-weight: 700;
        font-size: 1.4rem;
        letter-spacing: 0.8px;
    }
    .owl-carousel * + .btn-lg {
        margin-top: 40px;
    }
    .owl-nav .owl-next, .owl-nav .owl-prev {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.2rem;
    }
    .owl-nav .owl-next:before {
        padding-left: 4px;
    }
    .owl-nav .owl-prev:before {
        padding-right: 4px;
    }
    .owl-nav .owl-next, .owl-nav .owl-prev {
        position: static;
        margin-top: 50px;
    }
    h2 {
        font-size: 2.4rem;
    }
    h3 {
        font-size: 1.7rem;
        line-height: 2.1rem;
    }
    .rounded-rectangle_GREEN,
    .rounded-rectangle_ORANGE {
        height: 13px;
    }
}
@media (max-width:768px){
    body,
    .hero_title + p{
        font-size: 16px;
        line-height: 23px;
    }
    .main {
        padding-top: 10rem;
        padding-bottom: 28.27778rem;
    }
    .owl-carousel * + .btn-lg {
        margin-top: 70px;
    }
    .btn-lg {
        font-size: 1.7rem;
    }
    .main h3 {
        font-size: 2.5rem;
    }
    h5 {
        font-size: 23px;
    }
    .owl-nav .owl-next, .owl-nav .owl-prev {
        width: 3.8rem;
        height: 3.8rem;
        line-height: 3.8rem;
        margin-top: 130px;
    }
    .parallax_cnt img,
    .hero_title img{
        width: 120px;
    }
    .rounded-rectangle_GREEN,
    .rounded-rectangle_ORANGE {
        height: 8px;
    }
    footer .copyright,
    footer address {
        font-size: 16px;
    }
}