/*******************************************************

 *

 * Meet the Team

 *

 *******************************************************/
 .ip-banner {
     display: none !important;
 }
div#inner-page-wrapper {
    margin-bottom: 0;
}

div#inner-page-wrapper>.container {
    width: 100%;
    padding: 0 !important;
}

.ease {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.canvas-img {
    position: relative;
}

.canvas-img canvas {
    display: block;
    width: 100%;
}

.canvas-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#ip-team-wrap {
    padding-bottom: 95px;
}
.ip-team-banner-wrap {
    position: relative;
    font-size: 0;
}
    .ip-team-banner {
        position: relative;
    }
        .ip-team-banner::before {
            width: 100%;
            height: 100%;
            content: '';
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            opacity: 0.1;
            background-color: var(--primary-color);
        }
    .ip-team-banner-title {
        width: 100%;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 0;
        color: #ffffff;
        font-size: 72px;
        font-family: var(--Lora);
        text-align: center;
        transform: translate(0,-50%);
        text-transform: uppercase;
        text-shadow: -1px 1px 20px #000000;
    }
    .ip-team-breadcrumbs {
        width: 100%;
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }
        .ip-team-breadcrumbs {
            padding: 35px 0;
        }
        .ip-team-breadcrumbs p {
            font-size: 14px;
            font-weight: 400;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }
        .ip-team-breadcrumbs p a {
            color: inherit;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }
        .ip-team-breadcrumbs p a:hover {
            color: #fff;
        }

        .ip-team-breadcrumbs p .breadcrumb_last {
            color: #fff;
            font-weight: 700;
        }

.ip-team-section-wrap {
    font-size: 0;
    position: relative;
}

.ip-team-top {
    padding-top: 85px;
    position: relative;
}

.ip-team-top::before,
.ip-team-top::after {
    width: 13.43%;
    height: 1165px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}

.ip-team-top::before {
    background-image: url('../../images/bg-content.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.ip-team-top::after {
    height: 717px;
    background-color: var(--primary-color);
    opacity: .7;
}

.ip-team-hdng-wrap {
    margin-bottom: 50px;
    text-align: center;
}

.ip-team-hdng-wrap h2,
#content .ip-team-hdng-wrap h2 {
    display: inline-block;
    font-family: var(--Lora);
    font-size: 72px;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.ip-team-hdng-wrap h2 span {
    position: relative;
    display: block;
    font-family: var(--RobotoCondensed);
    font-size: 20px;
    font-weight: 400;
    color: #858585;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    padding: 17px 0;
    margin-bottom: 14px;
}

.ip-team-hdng-wrap h2 span::before,
.ip-team-hdng-wrap h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #000000;
    pointer-events: none;
}

.ip-team-hdng-wrap h2 span::before {
    top: 0;
    width: 30px;
}

.ip-team-hdng-wrap h2 span::after {
    bottom: 0;
    width: 143px;
    opacity: .2;
}

.ip-team-list-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
    .ip-team-list {
        width: 100%;
        max-width: 1496px;
        margin: 0 auto;
        font-size: 0;
    }
        .ip-team-item {
            width: 25%;
            display: inline-block;
            vertical-align: top;
            padding: 0 8px 16px;
            position: relative;
        }
            .ip-team-item-inner {
                position: relative;
                overflow: hidden;
            }
            .ip-team-photo {
                font-size: 0;
                position: relative;
            }
                .ip-team-photo img {
                    object-position: top center;
                }
                .ip-team-photo a {
                    width: 100%;
                    height: 100%;
                    display: block;
                    position: relative;
                }
                    .ip-team-photo a::before {
                        width: 54.74%;
                        height: 152px;
                        content: '';
                        position: absolute;
                        z-index: 1;
                        top: 53px;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        background-image: url(../../images/accent-logo.png);
                        background-size: 100% auto;
                        background-repeat: no-repeat;
                        background-position: top center;
                        transition: all 0.3s ease-in-out;
                        opacity: 0;
                    }
                    .ip-team-photo a::after {
                        width: 100%;
                        height: 100%;
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        background-color: rgba(0,0,0,0.65);
                        border: 8px solid #c8c8c8;
                        transition: all 0.3s ease-in-out;
                        opacity: 0;
                    }
                        .ip-team-item-inner:hover .ip-team-photo a::before,
                        .ip-team-item-inner:hover .ip-team-photo a::after {
                            opacity: 1;
                        }

                    .ip-team-photo canvas {
                        min-height: 431px;
                    }

                .ip-team-text-wrap {
                    width: 100%;
                    position: absolute;
                    z-index: 2;
                    bottom: -100px;
                    left: 0;
                    color: #ffffff;
                    text-align: center;
                }
                    .ip-team-item-inner:hover .ip-team-text-wrap {
                        bottom: 0;
                    }
                    .ip-team-text-wrap::after {
                        width: 100%;
                        height: 191px;
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        background: rgb(0,0,0);
                        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
                    }
                    .ip-team-text-wrap > div {
                        position: relative;
                        z-index: 2;
                    }
                    .ip-team-name {
                        padding: 20px 0 25px;
                        font-size: 24px;
                        letter-spacing: 0.05em;
                        position: relative;
                        transition: all 0.3s ease-in-out;
                    }
                        .ip-team-item-inner:hover .ip-team-name {
                            padding-bottom: 0;
                        }
                        .ip-team-name::before {
                            width: 100%;
                            height: 1px;
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            background-color: #ffffff;
                            transition: all 0.3s ease-in-out;
                            opacity: 0.3;
                        }
                        .ip-team-name::after {
                            width: 30px;
                            height: 1px;
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            background-color: #ffffff;
                            transition: all 0.3s ease-in-out;
                        }
                        .ip-team-item-inner:hover .ip-team-name::before,
                        .ip-team-item-inner:hover .ip-team-name::after {
                            top: 0;
                            bottom: auto;
                        }
                    .ip-team-position {
                        padding: 10px 20px 20px;
                        color: #aeaeae;
                        font-size: 14px;
                        line-height: 1.2;
                        letter-spacing: 0.05em;
                        opacity: 0;
                        transition: all 0.3s ease-in-out;
                    }
                        .ip-team-item-inner:hover .ip-team-position {
                            opacity: 1;
                        }
                    .ip-team-other-info {
                        width: 100%;
                        padding: 21px 38px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        color: #000000;
                        background-color: #c8c8c8;
                        opacity: 0;
                        transition: all 0.3s ease-in-out;
                    }
                        .ip-team-item-inner:hover .ip-team-other-info {
                            opacity: 1;
                        }
                        .ip-team-info-left {
                            text-align: left;
                            padding-right: 34px;
                            border-right: 1px solid #b4b4b4;
                        }
                        .ip-team-info-right {
                            font-size: 20px;
                            padding-left: 34px;
                        }
                            .ip-team-info {
                                width: 100%;
                                display: inline-block;
                                vertical-align: top;
                            }
                                .ip-team-info a {
                                    transition: all 0.3s ease-in-out;
                                }
                                .ip-team-info a:hover {
                                    opacity: 0.6;
                                }
                                .ip-team-info-left .ip-team-info {
                                    line-height: 24px;
                                }
                                    .ip-team-info-left .ip-team-info i {
                                        min-width: 18px;
                                        text-align: center;
                                        display: inline-block;
                                        vertical-align: middle;
                                        margin-right: 15px;
                                        font-size: 13px;
                                    }
                                        .ip-team-info-left .ip-team-info i.ai-font-business-card {
                                            font-size: 18px;
                                        }
                                    .ip-team-info-left .ip-team-info span {
                                        display: inline-block;
                                        vertical-align: middle;
                                        font-size: 16px;
                                    }
.ip-team-bottom-content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-top: 85px;
}
    .ip-team-bottom-content > .container-fluid {
        width: 100%;
        max-width: 1510px;
        margin: 0 auto;
    }


#footer_wrap {
    position: relative;
    padding-top: 89px;
}
#footer_wrap::before,
#footer_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    height: 89px;
    pointer-events: none;
}

#footer_wrap::before {
    left: 0;
    width: 100%;
    background-image: url('../../images/bg-content.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#footer_wrap::after {
    right: 0;
    width: 50%;
    background-color: var(--primary-color);
    opacity: .7;
}










.accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.image-holder{
  position: relative;
}

.image-holder canvas{
  display: block;
  height: 100%;
  width: 100%;
}

.image-holder img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}



/*******************************************************

 *

 * Mobile styles and other media queries

 *

 *******************************************************/

@media only screen and (max-width: 1440px) {
    .ip-team-other-info {
        padding-left: 30px;
        padding-right: 30px;
    }
    .ip-team-info-left {
        padding-right: 20px;
    }
    .ip-team-info-right {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1280px) {
    .ip-team-other-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ip-team-info-left {
        padding-right: 10px;
    }
    .ip-team-info-left .ip-team-info i {
        margin-right: 10px;
    }
    .ip-team-info-left .ip-team-info span {
        font-size: 14px;
    }
    .ip-team-info-right {
        padding-left: 10px;
    }
}

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

}

@media only screen and (max-width: 991px) {
    .ip-team-banner-title {
        font-size: 45px;
    }
    .ip-team-breadcrumbs {
        padding: 15px 0;
    }
    .ip-team-top::before, .ip-team-top::after {
        display: none;
    }
    .ip-team-list-wrap {
        text-align: center;
    }
    .ip-team-item {
        width: 100%;
        max-width: 374px;
    }
}

@media only screen and (max-width: 480px) {
    .ip-team-hdng-wrap h2, #content .ip-team-hdng-wrap h2 {
        font-size: 45px;
    }
    .ip-team-banner-title {
        font-size: 30px;
    }
    .ip-team-hdng-wrap h2 {
        font-size: 58px;
    }
}
