/*
Theme Name: prosperant
Theme URI: https://wegrqlnyzl.rab.spinupwp.site/
Description: 
Author: James
Author URI:
Version: 1.0
License:
License URI:
*/

.low-possible-section{
/*  margin-top: 100px;*/
padding-top: 150px;
}
.low-possible-section .low-possible-content h2 span:after{
    width: 200%;
    height: 200%;
    left: -30%;
    top: 80%;

    width: 130%;
    height: 116%;
    left: -20%;
    top: 50%;
    border-width: 2px;
}
.people-details-wrap br,
.people-details-wrap br + br{
    display: none;
}
.header-wrap .current-page a{
/*    transition: 0.1s;*/
}
.primary-btn2:before{
    transition: all 0.3s ease 0s;
}
.primary-btn.phone[href=""]:hover{
    border-color: inherit;
    cursor: default;
}
.primary-btn.phone[href=""]:hover:before{
    background: inherit;
    width: 0;
}
.banner-speaker .btn-volume{
    color: #fff;
}
.banner-video{
    position: relative;
}
.banner-video .banner-speaker{
    position: absolute;
    left: 120px;
    top: 120px;
    font-size: 25px;
    z-index: 99;
}
.banner-area .copyright-wrap{
    bottom: 5vh;
}
.header-wrap .search-people{
    display: block;
    position: relative;
    width: 100%;
}
.header-wrap .people-names-list{
    display: block;
    position: absolute;
    width: 100%;
    border: 1px solid #fff;
    max-height: 200px;
    overflow: auto;
    top: 55px;
}
.header-wrap .people-names-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-wrap .footer-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #fff;
    border-top: none;
    padding: 15px 25px;
}
.footer-wrap .footer-menu li{
    position: relative;
    line-height: 1;
}
.footer-wrap .footer-menu li:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #fff;
}
.footer-wrap .footer-menu li:last-child:after{
    display: none;
}
.footer-wrap .footer-menu li a{
   font-size: 11px;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 2px;
    line-height: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    text-transform: uppercase;
}
.footer-wrap .footer-menu li a:hover{
    color: var(--primary-color);
}

@media all and (max-width: 991px){
    .low-possible-section .low-possible-content > p > br{
        display: none;
    }
    header{
        margin-bottom: 50px;
    }
    .footer-wrap .about-company{
        text-align: justify;
    }
}
