.about-us-head {
    z-index: 10;
    position: relative;
}
.our-message-wrapper {
    background-image: url('../images/message.png');
    color: white;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    z-index:0;
    padding: 300px 200px;
    margin-top: -100px;
}
.our-values-wrapper .abjadx-card img {
    height: 130px;
    margin-bottom: 25px;
}
.our-values-wrapper .abjadx-card {
    margin: auto auto 100px auto;
}
.our-values-wrapper .abjadx-card h5 {
    font-size: 17px;
    color: #4D4D4D;
}
.have-idea-wrapper {
    background-color: #2F855A;
    border-top-left-radius: 50% 7%;
    border-top-right-radius: 50% 7%;
    color: white;
}
.have-idea-wrapper .arrow-wrapper > div{
    display: inline-block;
    position: relative;
}
.have-idea-wrapper .arrow-wrapper > div .arrow {
    position: absolute;
    height: 95px;
    left: -70px;
    top: -15px;
}
.have-idea-wrapper .btn-green {
    padding-left: 50px;
    padding-right: 50px;
    
    border: none;
    margin-top: 40px;
}
.have-idea-wrapper .btn-green:focus {
    
    display: inline-block;
}
.p-50 {
    padding: 50px;
}
.contactus-modal-wrapper .nav-item strong{
    display: block;
    width: 100%;
    text-align: center;
}
.contactus-modal-wrapper .nav-item a{
    display: block;
    width: 100%;
    padding: 25px 25px 5px 25px;
    
    color: inherit !important;
    text-decoration: none;
}
.contactus-modal-wrapper .numeric-content a {
    direction: ltr;
}

#staticBackdropModal .modal-body {
    padding-bottom: 20px;
}
@media (min-width: 1000px) {
    .pxl-700 {
        max-width: 700px;
        margin: auto;
        padding:30px 100px;
        line-height: 2;
    }
}