.ip-banner {
    display: none;
}

tester
#inner-page-wrapper {
    margin-bottom: 0;
}

.ip-our-team {
    position: relative;
}

.ip-our-team-upperfold {
    position: relative;
}
    .ip-our-team-upperfold canvas {
        display: block;
        width: 100%;
        background-color: #cccccc;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-our-team .team-title {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
        pointer-events: none;
    }
    .ip-our-team .team-title h1,
    .ip-our-team .team-title h2 {
        font-size: 136px;
        padding-left: 15px;
    }

.ip-our-team-list {
    padding: 80px 0 35px;
}
    .ip-otlt-holder {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
        .ip-otlt-col {
            width: 200px;
        }
        .ip-otlt-col:last-of-type {
            width: 230px;
        }
            .ip-otlt-col .head-title {
                font-size: 20px;
                font-weight: 600;
                color: #858383;
                line-height: 1;
                letter-spacing: 0.2em;
                text-transform: uppercase;
                margin-bottom: 45px;
            }
            .ip-otlt-col ul {

            }
                .ip-otlt-col li {
                    margin-bottom: 28px;
                }
                    .ip-otlt-name {
                        font-size: 14px;
                        font-weight: 600;
                        color: #920d1b;
                        line-height: 1;
                        letter-spacing: 0.24em;
                        text-transform: uppercase;
                    }
                    .ip-otlt-title {
                        font-size: 11px;
                        color: #858383;
                        line-height: 1.4;
                        letter-spacing: 0.3em;
                        text-transform: uppercase;
                        margin-top: 10px;
                        min-height: 30px;
                    }

.ip-our-team-awards {
    background: #fdfeff;
}

.ip-our-team-detail {
    padding: 65px 0;
}
    .ip-otdl-container {
        width: 1370px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
        .ip-otdl-row {
            display: flex;
            flex-wrap: wrap;
            margin-top: 88px;
            position: relative;
        }
        .ip-otdl-row:nth-child(1) {
            margin-top: 0;
        }
        .ip-otdl-row:nth-child(even) {
            flex-direction: row-reverse;
        }
            .ip-otdl-image {
                width: 38.35%;
            }
                .ip-otdl-image a {
                    display: block;
                }
                    .ip-otdl-image canvas {
                        display: block;
                        width: 100%;
                        background-color: #cccccc;
                        background-position: center center;
                        background-repeat: no-repeat;
                        background-size: cover;
                    }
            .ip-otdl-text {
                width: 61.65%;
                display: flex;
                flex-direction: column;
                padding-top: 40px;
            }
            .ip-otdl-row:nth-child(odd) .ip-otdl-text {
                padding-left: 70px;
                align-items: flex-start;
                text-align: left;
            }
            .ip-otdl-row:nth-child(even) .ip-otdl-text {
                padding-right: 70px;
                align-items: flex-end;
                text-align: right;
            }
                .ip-otdl-name {
                    font-size: 27px;
                    font-weight: 600;
                    color: #920d1b;
                    line-height: 1;
                    letter-spacing: 0.3em;
                    text-transform: uppercase;
                }
                .ip-otdl-title {
                    font-size: 22px;
                    color: #2b262b;
                    line-height: 1.3;
                    letter-spacing: 0.38em;
                    text-transform: uppercase;
                    margin-top: 18px;
                }
                .ip-otdl-description {
                    font-size: 15px;
                    color: #858383;
                    line-height: 2.3;
                    letter-spacing: 0.02em;
                    max-width: 530px;
                    margin-top: 22px;
                }
                    .ip-otdl-description .text-more {
                        display: none;
                    }
                    .ip-otdl-description .is-text-more-show .text-more {
                        display: inline;;
                    }
                    a.ip-otdl-description-more {
                        display: inline-block;
                        font-size: 15px;
                        color: #920d1b;
                        line-height: 1;
                        letter-spacing: 0.1em;
                        text-transform: uppercase;
                        z-index: 9;
                        position: relative;
                        cursor: pointer;
                    }
                .ip-otdl-buttons {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    margin-top: 30px;
                }
                .ip-otdl-row:nth-child(even) .ip-otdl-buttons {
                    flex-direction: row-reverse;
                }
                    .ip-otdl-buttons a.default-button {
                        width: 212px;
                        background: none;
                        color: #920d1b;
                        margin-right: 45px;
                        -webkit-transition: all 0.35s ease-in-out;
                        -moz-transition: all 0.35s ease-in-out;
                        -o-transition: all 0.35s ease-in-out;
                        transition: all 0.35s ease-in-out;
                    }
                    .ip-otdl-row:nth-child(even) .ip-otdl-buttons a.default-button {
                        margin-left: 45px;
                        margin-right: 0;
                    }
                    .ip-otdl-buttons a.default-button:hover {
                        background: #920d1b;
                        color: #ffffff;
                    }
                    .ip-otdl-smis {
                        display: flex;
                    }
                        .ip-otdl-smis a {
                            margin: 0 19px;
                        }
                        .ip-otdl-smis a:first-child {
                            margin-left: 0;
                        }
                        .ip-otdl-smis a:last-child {
                            margin-right: 0;
                        }
                            .ip-otdl-smis .icon-instagram::before {
                                background-image: url(../../images/icon-instagram-r.png);
                            }
                            .ip-otdl-smis .icon-facebook::before {
                                background-image: url(../../images/icon-facebook-r.png);
                            }
                            .ip-otdl-smis .icon-linkedin::before {
                                background-image: url(../../images/icon-linkedin-r.png);
                            }
                .ip-otdl-license {
                    font-size: 10px;
                    font-weight: 500;
                    color: #858383;
                    line-height: 1;
                    letter-spacing: 0.38em;
                    text-transform: uppercase;
                    margin-top: 35px;
                }

.ip-our-team-testimonials {
    background: url(../../images/about-us/OS-Clients-Love-Us.png) no-repeat center center / cover;
    padding: 106px 0 80px;
    position: relative;
}
.ip-our-team-testimonials::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(244,241,240,0.82);*/
    z-index: 1;
}
    .ip-otts-container {
        padding: 0 60px;
        max-width: 1600px;
        margin: auto;
        position: relative;
        z-index: 2;
    }
    .ip-otts-container .section-title {
        padding: 0 105px;
        margin-bottom: 34px;
    }

@media only screen and (max-width: 1440px) {

/*    .ip-our-team .team-title{

    transform-origin: initial;
    }


*/













}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1199px) {
    .ip-our-team-testimonials {

    }
        .ip-otts-container {
            padding: 0 15px;
        }
        .ip-otts-container .section-title {
            padding: 0;
        }
}

@media only screen and (max-width: 991px) {
    .ip-our-team-list {

    }
        .ip-otlt-col,
        .ip-otlt-col:last-of-type {
            width: 100%;
            text-align: center;
        }

    .ip-our-team-detail {

    }
        .ip-otdl-row {
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }
        .ip-otdl-image {
            width: 100%;
        }
        .ip-otdl-text {
            width: 100%;
        }
        .ip-otdl-row:nth-child(odd) .ip-otdl-text,
        .ip-otdl-row:nth-child(even) .ip-otdl-text {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
            align-items: center;
        }
        .ip-otdl-name {
            font-size: 18px;
        }
        .ip-otdl-title {
            font-size: 14px;
            letter-spacing: 0.05em;
        }
        .ip-otdl-buttons {
            flex-direction: column !important;
        }
        .ip-otdl-buttons a.default-button {
            margin: 0 0 20px !important;
        }

    .ip-our-team-testimonials {
        padding-top: 25px;
        padding-bottom: 35px;
    }

        .ip-otts-container .section-title {
            margin-bottom: 20px;
        }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {
    .ip-our-team-upperfold {

    }
        .ip-our-team-upperfold .section-title h1 {
            font-size: 50px;
        }
}

.ip-otdl-spacer {
    position: absolute;
    height: 30vh;
    width: 100%;
    top: -33vh;
    pointer-events: none;
}

.ip-our-team-testimonials .section-title h1,
.ip-our-team-testimonials .section-title h2{
    color:#fff !important;
}
