/*
 * Template Name: Agent Details
 */
 #content-full {
    margin-top: 0 !important;
}

.ip-banner::before {
    display: none;
}

.ip-banner::after {
    content: '';
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    opacity: .91;
    position: absolute;
    top: 0;
    left: 0;
}
.ip-banner canvas{
    min-height: 0;
    max-height: 10.750vw;
}
#inner-page-wrapper {
    background: url(../../images/intro-logo.png) right calc(100% - 2vw) no-repeat #291e35;
    background-size: 57.938vw auto;
    background-attachment: fixed;
    margin-bottom: 0;
    overflow: hidden;
}

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

p#breadcrumbs {
    font-size: 0.875vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #b2b2b2;
    text-transform: uppercase;
    padding: 1.3542vw 3.438vw;
}

p#breadcrumbs .breadcrumb_last {
    color: #fff;
}

#agntd-wrap{
    background: #fff;
    overflow: hidden;
}
.agntd-inner{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 4.688vw 0 8.125vw;
}
.agntd-inner .agntd-img{
    position: relative;
    width: 29.250vw;
}
.agntd-inner .agntd-det{
    width: 54.8vw;
    padding: 0 0 0 8.563vw;
}
.agntd-det{
    padding: 1.875vw 0 0;
}
.agntd-name h2{
    font-family: var(--font-family-title);
    font-style: normal !important;
    position: relative;
    font-size: 4.375vw;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.2 !important;
    color:#000;
}
.agntd-name h2:before{
    content: '';
    display: block;
    width: 3.625vw;
    height: 3.625vw;
    position: absolute;
    left: -5.188vw;
    bottom: 0.7vw;
    z-index: 2;
    background: url(../../images/title-logo.png) center center no-repeat;
    background-size: cover;
    border-radius: 100%;
}
.agntd-name h2:after{
    content: '';
    display: block;
    width: 0.063vw;
    height: 100vh;
    background: #000;
    position: absolute;
    bottom: 4.2vw;
    left: -3.45vw;
    z-index: 2;
}
.agntd-post{
    font-size: 1.500vw;
    font-weight: 300;
    letter-spacing: 0.060em;
    text-transform: initial;
    color: #191b1c;
    margin: 0.625vw 0 0;
}
.agntd-desc{
    font-size: 1vw;
    line-height: 1.875;
    color: #000;
    letter-spacing: 0.020em;
    font-weight: 300;
    margin: 1.250vw 0 0;
}
.agntd-desc p{
    margin: 1.875vw 0 0;
}
.agntd-desc p:first-child{
    margin: 0 0 0;
}
.agntd-ci{
    margin: 2.188vw 0 0;
}
.agntd-ci h3{
    font-family: var(--font-family-title);
    font-style: normal !important;
    position: relative;
    font-size: 1.563vw;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2 !important;
    color: #000;
}
.agntd-ci{}
.agntd-ci .agntd-ci-list{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0.938vw 0 0 ;
}
.agntd-ci .agntd-ci-item{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    font-size: 1vw;
    letter-spacing: 0.020em;
    line-height: 1.9375;
    font-weight: 300;
}
.agntd-ci .agntd-ci-item em{
    font-family: var(--font-family-title);
    color: #5b5b5b;
    margin: 0 1.250vw 0 0;
}
.agntd-ci .agntd-ci-item a:hover{
    color: #5b5b5b;
}
.agntd-ci .agntd-ci-item.sm{}
.agntd-ci .agntd-ci-item.sm a{
    font-size: 1.063vw;
    margin: 0 0 0 1.250vw;
}
.agntd-ci .agntd-ci-item.sm a:first-child{
    margin: 0 0 0;
}
.agntd-ci .agntd-ci-item.sm a:last-child{
    font-size: 0.875vw;
}
@media only screen and (max-width: 991px) {
    .ip-banner canvas{
        min-height: 250px;
        max-height: none;
    }
    p#breadcrumbs {
        font-size: 14px;
        padding: 27px 55px;
    }
    .agntd-inner{
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        padding: 30px 0 40px;
    }
    .agntd-inner .agntd-img{
        width: calc(100% - 30px);
        max-width: 400px;
        margin: 0 0 30px;
    }
    .agntd-inner .agntd-det{
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .agntd-name h2{
        font-size: 60px;
    }
    .agntd-name h2:before,
    .agntd-name h2:after{
        display: none;
    }
    .agntd-post{
        font-size: 22px;
        margin: 10px 0 0;
    }
    .agntd-desc{
        font-size: 15px;
        margin: 20px 0 0;
    }
    .agntd-desc p{
        margin: 26px 0 0;
    }
    .agntd-ci{
        margin: 35px 0 0;
    }
    .agntd-ci h3{
        font-size: 25px;
    }
    .agntd-ci .agntd-ci-list{
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        margin: 15px 0 0;
    }
    .agntd-ci .agntd-ci-item{
        width: 100%;
        justify-content: center;
        font-size: 15px;
    }
    .agntd-ci .agntd-ci-item em {
        margin: 0 13px 0 0;
    }
    .agntd-ci .agntd-ci-item.sm a{
        font-size: 17px;
        margin: 0 0 0 18px;
    }
    .agntd-ci .agntd-ci-item.sm a:last-child{
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px){}
@media only screen and (max-width: 567px){
    .agntd-name h2 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 480px) {
    p#breadcrumbs {
        padding: 27px 15px;
    }
    .agntd-name h2 {
        font-size: 31px;
    }
    .agntd-post {
        font-size: 19px;
        letter-spacing: 0.020em;
    }
    .agntd-ci h3 {
        font-size: 19px;
    }
    .agntd-ci .agntd-ci-item{
        font-size: 13px;
    }
}