/*
Theme Name: prosperant
Theme URI: https://prosperant.ovstaging.com/
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;
}



@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;
    }
}