#our-team .nr-banner {
    background-image: url(../img/our-team/team-desk.png) !important;
}

.logo-txt-wrapper {
    padding: 100px 0;
}

.logo-txt {
    position: relative;
}

.logo-txt img {
    margin: 0 auto;
    display: block;
    /*    opacity: 0.5;*/
}

.logo-txt p {
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

/*** ourTeam ***/

.ourTeamRow {
    margin: 80px 0;
}

.ourTeamHeading {
    margin-bottom: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ourTeamHeading h2 {
    margin: 0;
    color: #DE4019;
    /*    font-family: 'HelveticaNeueLTProBd';*/
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    display: inline-block;
    margin-right: 100px;
}

.underline {
    border-bottom: 1px solid #DE4019;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.teamBox img {
    width: 100%;
}

.teamDetail {
    margin-top: 30px;
}

.teamDetail h3 {
    /*    font-family: 'HelveticaNeueLTProBd';*/
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    color: #000;
    margin: 0 0 5px;
}

.teamDetail p {
    font-size: 15px;
}

.profile-info {
    background: #e74c3c;
    color: #ffffff;
    padding: 10px;
    /*    font-family: Arial;*/
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

.profile-info h1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3px;
    padding-left: 10px;
    margin-bottom: 5px;
}

.profile-info .info-area {
    padding: 0 10px 5px;
}

.modal {
    position: absolute;
    width: 100%;
    padding-right: 0px;
    bottom: -30%;
    left: -30px;
    top: auto;
    right: auto;
}

button.close span {
    color: #DE4019;
    border: 2px solid #DE4019;
    border-radius: 50%;
    padding: 0px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 20px;
}

.modal-header h4.modal-title {
    font-size: 22px;
    color: #000;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #ef4023 !important;
    /* background: #4c4d4f!important; */
    color: #fff !important;
}

.modal ul {
    padding-left: 10px;
}

.modal ul li {
    /* line-height: 2; */
    line-height: 1.5;
    margin-bottom: 16px;
    font-size: 16px;
    list-style-type: none;
}

.modal ul li i.fa.fa-caret-right {
    padding-right: 5px;
}

.cnt {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    /* -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%); */
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 20%); */
}
.cnt ul{
    list-style-type: none;
    padding-left: 0px;
}
.cnt li{
    margin-bottom: 10px;
}
.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;

}

.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
    border-width: 10px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.showSingle {
    position: relative;
}

.modal-content {
    position: relative;
border-radius: 15px;-webkit-box-shadow: none;box-shadow: none;}

.toparrow {
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 60px;
    color: #ffffff;
    display: inline-block;
/* border: 1px solid; */}

.modal-header .close {
    padding: 0;
    margin: 0;
}
button.close{
    opacity: 1;
}
/*** ourTeam ***/

@media(max-width:767px) {
    #our-team .nr-banner {
        background-image: url(../img/our-team/team-mob.png) !important;
    }

    .logo-txt p {
        font-size: 18px;
    }

    .ourTeamHeading {
        margin-bottom: 30px;
    }

    .ourTeamHeading h2 {
        font-size: 26px;
    }

    .teamDetail {
        margin-top: 15px;
    }

    .teamBox {
        margin-bottom: 30px;
    }

    .cnt {
        position: absolute;
        left: auto;
    }
    .modal-header h4.modal-title{
        padding-top: 15px;
    }
}
