/*
Theme Name: Astra Child
Template: astra
Author: Your Name
Description: A child theme for Astra
Version: 1.0
*/

.next-page-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    z-index: 0;
    padding: 0 60px;
}

.lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.content-lines {
    position: absolute;
    left: 33.333333%;
    right: 33.333333%;
    height: 100%;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}

/*header css*/


/*home page css*/


/*about us css*/

/*footer css*/
.next-copyright {
    color: #888;
    font-size: 14px;
    margin-right: 35px;
    text-align: right;
}
.next-copyright span {
    font-size: 13px;
    font-family: 'Didact Gothic', sans-serif;
    color: #c5a47e;
}
.next-social-link i {
    color: #c5a47e;
    font-size: 16px;
    margin: 0 10px;
}
ul.next-social-icons {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
}
.next-footer-container {
    padding: 40px 40px 40px 100px;
    border-top: 1px solid #f4f4f4;
}




