/*******************************************************
 *
 * About
 *
 *******************************************************/
 #inner-page-wrapper {
    margin-bottom: 0;
}

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

.footer #footer-form {
    display: none;
}

.header-wrapper {
    background-color: var(--primary-color);
    min-height: 232px;
}

.ip-banner {
    display: none;
}

#ip-about {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
    margin-top: 232px;
}

.ip-about-section {
    display: block;
    position: relative;
}

/* About */
.ip-about-container, .ip-about-main, .ip-about-row, .ip-about-content-container, .ip-about-title, .ip-about-content, .ip-about-more-btn, .ip-about-agent-photo {
    display: block;
    position: relative;
}

.ip-about-container {
    font-size: 0;
    padding: 45px 0 0;
    overflow: hidden;
}

.ip-about-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    height: 1123px;
    background-color: var(--primary-color);
    z-index: 1;
}

.ip-about-agent-photo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
}

.ip-about-agent-accent-logo {
    position: absolute;
    top: -9%;
    right: 10%;
    width: 78.76%;
    height: 46.426%;
}

.ip-about-agent-accent-logo canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .05;
}

.ip-about-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.ip-about-container .custom-container {
    max-width: 90.335%;
}

.ip-about-title h2 {
    display: block;
    position: relative;
}

.ip-about-title h2 span {
    font-size: 120px;
    line-height: 0.85;
    color: var(--primary-color);
    display: block;
    font-family: var(--title-font);
    text-transform: uppercase;
}

.ip-about-title h2 small {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.200em;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--title-font);
    display: inline-block;
    position: relative;
}

.ip-about-title h2 small:before {
    position: absolute;
    content: '';
    top: 50%;
    left: calc(100% + 20px);
    width: 85px;
    height: 1px;
    background-color: var(--secondary-color);
}

.ip-about-content p {
    font-size: 16px;
    line-height: 1.813;
    color: #fff;
    letter-spacing: 0.005em;
}

.ip-about-content p:not(:last-child) {
    margin-bottom: 30px;
}

.ip-about-content {
    /* margin-bottom: 27px; */
    margin-top: 43px;
    padding-right: 10px;
}

.ip-about-content-container {
    padding-bottom: 110px;
    padding-top: 160px;
}

.ip-about-content-container .custom-title h2 span {
    font-size: 120px;
    line-height: 0.8;
}

.ip-about-row {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

.ip-about-col:first-child {
    width: 48.685%;
}

.ip-about-col:last-child {
    width: 51.315%;
}

.ip-about-agent-photo {
    margin-right: calc((100vw - 1140px) / -2);
    padding-bottom: 250px;
    margin-left: -70px;
}

.ip-about-border {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-top: 1px solid #e6e7e9;
}

.ip-about-border:before, .ip-about-border:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #e6e7e9;
}

.ip-about-border:after {
    left: auto;
    right: 0;
}

.ip-about-btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 508px;
    display: none!important;
}

.ip-about-more-btn {
    margin-bottom: 47px;
    display: none;
}

.ip-about-btn {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 7px);
    position: relative;
}

.ip-about-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 78px;
    font-size: 18px;
    letter-spacing: 0.100em;
    color: #fff;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    font-family: var(--title-font);
    text-align: center;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-about-btn-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #000;
    border: 1px solid var(--secondary-color);
}

.ip-about-btn-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .30;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-about-btn a span {
    position: relative;
    display: block;
}

.ip-about-btn a span em {
    display: block;
    font-size: 30px;
    font-style: normal;
    letter-spacing: 0.100em;
    color: #fff;
}

.ip-about-btn a:hover .ip-about-btn-bg canvas {
    opacity: .20;
}

/* Stats */
.ip-about-stats-container, .ip-about-stats-main, .ip-about-stats-list, .ip-about-stats-item ul, .ip-about-stats-item li {
    display: block;
    position: relative;
}

.ip-about-stats-container {
    font-size: 0;
    padding: 110px 0 118px;
}

.ip-about-stats-container .custom-container {
    max-width: 1450px;
}

.ip-about-stats-bg {
    background-color: var(--primary-color);
}

.ip-about-stats-bg canvas {
    opacity: .45;
}

.ip-about-stats-item li {
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.050em;
}

.ip-about-stats-item li span {
    font-size: 60px;
    letter-spacing: 0.060em;
    color: #fff;
    display: block;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

.ip-about-stats-item li span em {
    font-style: normal;
}

.ip-about-stats-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-about-stats-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ip-about-stats-item ul {
    text-align: center;
    padding: 19px 0;
}

.ip-about-stats-item:not(:last-child) ul:before {
    position: absolute;
    content: '';
    top: 0;
    right: -80px;
    width: 1px;
    height: 100%;
    background-color: #3d434c;
}

.ip-about-stats-main .global-title {
    margin-bottom: 80px;
}

/* Team */
.ip-about-team-container, .ip-about-team-main, .ip-about-team-title, .ip-about-team-photo-main, .ip-about-team-photo-img {
    display: block;
    position: relative;
}

.ip-about-team-title {
    padding: 85px 0 60px;
    text-align: center;
}

.ip-about-team-title h2 {
    font-size: 85px;
    line-height: 1;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--title-font);
    font-weight: 500;
}

.ip-about-team-title span {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.400em;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
}

.ip-about-team-content {
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 38%;
    padding-right: 2%;
    max-width: 610px;
}

.ip-about-team-content p {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.005em;
    color: #fff;
    display: block;
    margin-bottom: 35px;
}

.ip-about-team-photo-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

/* Welcome */
.ip-about-welc-container, .ip-about-welc-main {
    display: block;
    position: relative;
}

.ip-about-welc-container {
    padding: 94px 0 100px;
    background-color: #fff;
}

.ip-about-welc-title, .ip-about-welc-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-about-welc-content {
    width: 65%;
}

.ip-about-welc-title h2 {
    font-size: 85px;
    line-height: 1;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--title-font);
    font-weight: 500;
    position: relative;
    padding-top: 25px;
}

.ip-about-welc-title h2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 86px;
    height: 1px;
    background-color: var(--secondary-color);
    pointer-events: none;
}

.ip-about-welc-text {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    padding: 0 15px;
}

.ip-about-welc-text p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.005em;
    color: #000;
    display: block;
}

.ip-about-welc-text p:not(:last-child) {
    margin-bottom: 26px;
}

.ip-about-welc-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ip-about-welc-title {
    width: 35%;
    padding-left: 30px;
}

/* Empowering */
.ip-about-emp-container, .ip-about-emp-main, .ip-about-emp-row, .ip-about-emp-tablet, .ip-about-emp-content, .ip-about-emp-content ul, .ip-about-emp-content ul li {
    display: block;
    position: relative;
}

.ip-about-emp-container {
    padding: 100px 0 0;
}

.ip-about-emp-bg {
    background-color: #07101b;
}

.ip-about-emp-col {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 50%;
}

.ip-about-emp-tablet img {
    max-width: 100%;
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: -30px;
}

.ip-about-emp-content ul li {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.005em;
    color: #fff;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 35px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-about-emp-content ul li em.ai-font-arrow-b-n {
    width: 20px;
    height: 20px;
    border: 1px solid var(--secondary-color);
    font-size: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.ip-about-emp-content ul li:not(:last-child) {
    margin-bottom: 19px;
}

.ip-about-emp-content .custom-title {
    margin-bottom: 50px;
}

.ip-about-emp-content {
    padding: 0 0 110px 68px;
}

.ip-about-emp-col:first-child {
    width: 51.286%;
}

.ip-about-emp-col:last-child {
    width: 48.714%;
}

.ip-about-emp-tablet {
    padding-right: 78px;
    padding-left: 30px;
}

.ip-about-emp-tablet:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 60%;
    background-color: #fff;
}

/* Intro Text */
.ip-about-intro-container, .ip-about-intro-main, .ip-about-intro-caption, .ip-about-intro-content-holder, .ip-about-intro-content {
    display: block;
    position: relative;
}

.ip-about-intro-container {
    padding: 165px 0 0;
}

.ip-about-intro-main .custom-title {
    margin-bottom: 30px;
}

.ip-about-intro-caption {
    text-align: center;
    max-width: 886px;
    margin: 0 auto 60px;
    width: 100%;
}

.ip-about-intro-caption p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.005em;
    color: #000;
}

.ip-about-intro-content {
    width: 100%;
    max-width: 1140px;
    padding: 157px 15px 64px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

.ip-about-intro-content-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 57.13%;
    pointer-events: none;
}

.ip-about-intro-content-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ip-about-intro-content-holder {
    padding: 19.7% 30px 0;
}

.ip-about-intro-content p {
    font-size: 24px;
    initial-letter: 1;
    letter-spacing: 0.005em;
    color: #000;
}

.ip-about-intro-content p strong {
    font-size: 66px;
    line-height: 1;
    letter-spacing: 0.005em;
    color: #000;
    font-weight: 400;
    /* font-family: 'Cormorant Upright', serif; */
    text-transform: uppercase;
}

.ip-about-intro-content p:not(:last-child) {
    margin-bottom: 190px;
}

.ip-about-intro-content p:last-child {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.005em;
    color: #000;
}

.ip-about-intro-accent-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 61.141%;
    height: auto;
    pointer-events: none;
}

.ip-about-intro-accent-logo canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .05;
}

/* Call to Action */
.ip-about-cta-container, .ip-about-cta-main, .ip-about-cta-item a, .ip-about-cta-img, .ip-about-cta-img canvas, .ip-about-cta-hover-title, .ip-about-cta-hover-content {
    display: block;
    position: relative;
}

.ip-about-cta-container {
    padding: 0 0 136px;
}

.ip-about-cta-container > .custom-container {
    max-width: 1170px;
}

.ip-about-cta-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
    padding: 0 1px;
}

.ip-about-cta-main {
    margin: 0 -1px;
}

.ip-about-cta-img canvas {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-about-cta-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    width: 100%;
    padding: 0 15px;
    display: block;
    text-align: center;
    z-index: 5;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-about-cta-hover-title h2, .ip-about-cta-title h2 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.005em;
    color: #fff;
    font-family: var(--title-font);
    text-transform: uppercase;
}

.ip-about-cta-hover-title h2 span, .ip-about-cta-title h2 span {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.005em;
    color: #fff;
    display: block;
    font-family: var(--body-font);
    margin-bottom: 10px;
}

.ip-about-cta-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    text-align: center;
    max-width: 285px;
    opacity: 0.35;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 2;
}

.ip-about-cta-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.ip-about-cta-hover-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.005em;
    color: #fff;
}

.ip-about-cta-hover-title {
    margin-bottom: 20px;
}

.ip-about-cta-item a:hover .ip-about-cta-hover {
    opacity: 1;
    visibility: visible;
}

.ip-about-cta-item a:hover .ip-about-cta-title {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
}

.ip-about-cta-logo img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.ip-about-cta-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: -o-radial-gradient(center, ellipse, rgba(22,22,22,0.8) 0%,rgba(21,21,21,0.8) 6%,rgba(8,8,8,1) 62%,rgba(0,0,0,1) 100%);
    background: radial-gradient(ellipse at center, rgba(22,22,22,0.8) 0%,rgba(21,21,21,0.8) 6%,rgba(8,8,8,1) 62%,rgba(0,0,0,1) 100%);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.ip-about-cta-item a:hover .ip-about-cta-logo {
    opacity: 1;
}

.ip-about-cta-item a:hover .ip-about-cta-img:before {
    opacity: 1;
    visibility: visible;
}

.ip-about-cta-hover-content {
    width: 74%;
}

/* Footer Form */
.ff-container {
    padding: 50px 0 42px;
}

.ff-bg {
    background-color: #fff;
}

.ff-main .custom-title {
    margin-bottom: 10px;
}

.ff-caption {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 40px;
}

.ff-form-col input:not([type=submit]), .ff-form-col textarea {
    color: #000;
    border-color: rgba(0,0,0,.30);
}

.ff-form-col.form-submit {
    margin-top: 7px;
}

.ff-form-col.form-submit button {
    color: #000;
}

.ff-form-col.form-submit button:hover, .ff-form-col.form-submit button:focus {
    color: var(--secondary-color);
}

.ff-form-col.form-submit .global-btn em[class^=ai-font] {
    color: #adadad;
}

.ff-main .custom-title {
    margin-bottom: 20px;
}

.ff-form-widget .wpcf7 form .wpcf7-response-output {
    bottom: -36px;
    color: #000!important;
}

.hide-tab {
    display: none;
}

.ip-tab-content {
    display: none;
}

.ip-tab-content.active {
    display: block;
}

.ip-about-emp-content ul li.active, .ip-about-emp-content ul li:hover {
    color: var(--secondary-color);
}



/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 1921px) {
    .ip-about-agent-photo {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1601px) {
    .ip-about-agent-accent-logo {
        top: -2%;
    }
}

@media only screen and (max-width: 1560px) {
    .ip-about-container .custom-container {
        max-width: 100%;
        padding: 0 90px;
    }

    .ip-about-agent-photo {
        padding-bottom: 56%;
    }

    .ip-about-stats-item:not(:last-child) ul:before {
        right: -65px;
    }

    .ip-about-stats-item li span {
        font-size: 55px;
    }

    .ip-about-team-content {
        width: 40%;
    }

    .ip-about-team-content p {
        font-size: 22px;
    }

    .ip-about-welc-title {
        padding-left: 0;
        width: 33%;
    }

    .ip-about-welc-content {
        width: 67%;
    }

    .ip-about-emp-tablet {
        padding-right: 50px;
        padding-left: 0;
    }

    .ip-about-emp-content {
        padding: 0 0 110px 50px;
    }

    .ip-about-emp-col:last-child {
        width: 51%;
    }

    .ip-about-emp-col:first-child {
        width: 49%;
    }

    .ip-about-agent-accent-logo {
        right: 80px;
        top: -9%;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-about-content-container .custom-title h2 span {
        font-size: 100px;
    }

    .ip-about-stats-item li span {
        font-size: 55px;
    }

    .ip-about-container .custom-container {
        padding: 0 80px;
    }

    .ip-about-agent-accent-logo {
        right: 70px;
        width: 86%;
    }

    .ip-about-row {
        max-width: 1100px;
    }

    .ip-about-agent-photo {
        margin-right: calc((100vw - 1070px) / -2);
        padding-bottom: 63%;
    }

    .ip-about-intro-content-img {
        height: auto;
    }

    .ip-about-intro-content, .ip-about-cta-container > .custom-container {
        max-width: 1100px;
    }

    .ip-about-welc-title h2, .ip-about-team-title h2 {
        font-size: 75px;
    }

    .ip-about-welc-title {
        width: 30%;
    }

    .ip-about-welc-content {
        width: 70%;
    }

    .ip-about-welc-text {
        padding: 0 10px;
    }

    .ip-about-stats-item:not(:last-child) ul:before {
        right: -50px;
    }

    .ip-about-intro-content p:not(:last-child) {
        margin-bottom: 170px;
    }

    .ip-about-bg {
        height: 1178px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-about-row {
        max-width: 1080px;
    }

    .ip-about-content p {
        font-size: 15px;
    }

    .ip-about-border {
        top: 50px;
    }

    .ip-about-content-container .custom-title h2 span {
        font-size: 90px;
    }

    .ip-about-bg {
        height: 1061px;
    }

    .ip-about-agent-photo {
        padding-bottom: 48%;
        margin-right: calc((100vw - 1050px) / -2);
    }

    .ip-about-content-container {
        padding-bottom: 80px;
    }

    .ip-about-agent-accent-logo {
        right: 74px;
        width: 78%;
        top: -10%;
    }

    .ip-about-stats-item li span {
        font-size: 50px;
    }

    .ip-about-welc-text p {
        font-size: 15px;
    }

    .ip-about-welc-text p:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-about-welc-title h2, .ip-about-team-title h2 {
        font-size: 70px;
    }

    .ip-about-team-title span {
        font-size: 22px;
        letter-spacing: 0.300em;
    }

    .ip-about-team-content p {
        font-size: 20px;
    }

    .ip-about-team-content {
        width: 100%;
        max-width: 512px;
    }

    .ip-about-emp-content ul li {
        font-size: 25px;
    }

    .ip-about-emp-content {
        padding: 0 0 90px 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .ip-about-content {
        margin-bottom: 25px;
        margin-top: 35px;
    }

    .ip-about-content p:not(:last-child) {
        margin-bottom: 25px;
    }

    .ip-about-bg {
        height: 1094px;
    }

    .ip-about-container .custom-container {
        padding: 0 60px;
    }

    .ip-about-agent-accent-logo {
        right: 55px;
        top: -101px;
    }

    .ip-about-agent-photo {
        padding-bottom: 55%;
        margin-right: calc((100vw - 990px) / -2);
    }

    .ip-about-row {
        max-width: 1020px;
    }

    .ip-about-btn a span em {
        font-size: 25px;
    }

    .ip-about-btn a {
        font-size: 16px;
    }

    .ip-about-intro-content p strong {
        font-size: 55px;
    }

    .ip-about-intro-content p {
        font-size: 22px;
    }

    .ip-about-intro-content p:last-child {
        font-size: 33px;
    }

    .ip-about-intro-content, .ip-about-cta-container > .custom-container {
        max-width: 1030px;
    }

    .ip-about-intro-content p:not(:last-child) {
        margin-bottom: 145px;
    }

    .ip-about-cta-hover-content {
        width: 81%;
    }

    .ip-about-cta-hover-content p {
        font-size: 15px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-about-agent-photo {
        margin-right: calc((100vw - 840px) / -2);
        padding-bottom: 260px;
    }

    .ip-about-btn a {
        height: 66px;
    }

    .ip-about-more-btn {
        margin-bottom: 30px;
    }

    .ip-about-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .ip-about-bg {
        height: 956px;
    }

    .ip-about-content {
        margin-top: 20px;
    }

    .ip-about-content-container .custom-title h2 span {
        font-size: 80px;
    }

    .ip-about-border {
        top: 35px;
    }

    .ip-about-content-container {
        padding-bottom: 50px;
        padding-top: 130px;
    }

    .ip-about-container .custom-container {
        padding: 0 40px;
    }

    .ip-about-agent-accent-logo {
        right: 6%;
        width: 80%;
        height: auto;
        top: -6%;
    }

    .ip-about-row {
        max-width: 870px;
    }

    .ip-about-stats-item li span {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .ip-about-stats-item li {
        font-size: 16px;
    }

    .ip-about-stats-main .global-title {
        margin-bottom: 50px;
    }

    .ip-about-stats-container {
        padding: 90px 0;
    }

    .ip-about-welc-title h2, .ip-about-team-title h2 {
        font-size: 60px;
    }

    .ip-about-team-title span {
        font-size: 20px;
    }

    .ip-about-team-title {
        padding: 70px 0 50px;
    }

    .ip-about-team-content {
        top: 70%;
        max-width: 465px;
    }

    .ip-about-team-content p {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .ip-about-welc-container {
        padding: 75px 0;
    }

    .ip-about-welc-text p {
        font-size: 14px;
        line-height: 1.5;
    }

    .ip-about-emp-content .custom-title {
        margin-bottom: 30px;
    }

    .ip-about-emp-content {
        padding: 0 0 80px 40px;
    }

    .ip-about-emp-tablet {
        padding-right: 30px;
    }

    .ip-about-emp-content ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-about-emp-content ul li {
        font-size: 20px;
    }

    .ip-about-intro-container {
        padding: 100px 0 0;
    }

    .ip-about-intro-content p:not(:last-child) {
        margin-bottom: 112px;
    }

    .ip-about-intro-content {
        padding: 125px 15px 40px;
    }

    .ip-about-intro-content p strong {
        font-size: 40px;
    }

    .ip-about-intro-content p {
        font-size: 20px;
    }

    .ip-about-intro-content p:last-child {
        font-size: 30px;
    }

    .ip-about-cta-hover-content {
        width: 82%;
    }

    .ip-about-cta-hover-content p {
        line-height: 1.6;
    }

    .ip-about-cta-container {
        padding: 0 0 90px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-about-content-container .custom-title h2 span {
        font-size: 60px;
    }

    .ip-about-content-container .custom-title h2 span {
        margin-top: 5px;
    }

    .ip-about-col {
        width: 100% !important;
        display: block;
    }

    .ip-about-bg {
        height: 27%;
    }

    .ip-about-border {
        top: 0;
    }

    .ip-about-main {
        padding-top: 50px;
    }

    .ip-about-content p {
        color: var(--primary-color);
    }

    .ip-about-content {
        text-align: center;
        margin: 20px 0 0;
        padding: 0;
    }

    .ip-about-content p:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-about-more-btn {
        text-align: center;
    }

    .ip-about-more-btn a {
        color: var(--primary-color);
    }

    .ip-about-more-btn a em[class^=ai-font] {
        color: var(--primary-color);
    }

    .ip-about-agent-photo {
        margin: 0 -60px;
        padding: 0;
    }

    .ip-about-stats-item {
        display: block;
        width: 100%;
        max-width: 290px;
        margin: 0 auto;
    }

    .ip-about-stats-item:not(:last-child) ul:before {
        /* border: none; */
        /* border-bottom: 2px solid var(--secondary-color); */
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        top: auto;
    }

    .ip-about-stats-item ul {
        padding: 30px 0;
    }

    .ip-about-stats-container {
        padding: 60px 0 30px;
    }

    .ip-about-stats-main .global-title {
        margin-bottom: 20px;
    }

    .header-wrapper {
        min-height: 88px;
    }

    #ip-about {
        margin-top: 88px;
    }

    .ip-about-btn-holder {
        margin: 0 auto;
        display: block;
        max-width: 225px;
    }

    .ip-about-btn {
        display: block;
        width: 100%;
    }

    .ip-about-btn:not(:last-child) {
        margin-bottom: 10px;
    }

    .ip-about-agent-accent-logo {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
        top: 0;
    }

    .ip-about-stats-list {
        display: block;
    }

    .ip-about-welc-title h2, .ip-about-team-title h2 {
        font-size: 45px;
    }

    .ip-about-team-title span {
        font-size: 18px;
        letter-spacing: 0.150em;
    }

    .ip-about-team-title {
        padding: 50px 15px;
    }

    .ip-about-team-content {
        max-width: 100%;
        position: relative;
        top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        padding: 30px 30px 0;
        text-align: center;
    }

    .ip-about-team-content p {
        font-size: 16px;
        color: #000;
    }

    .ip-about-team-content a.global-btn {
        color: #000;
    }

    .ip-about-team-content a.global-btn em[class^=ai-font] {
        color: #000;
    }

    .ip-about-welc-main {
        display: block;
    }

    .ip-about-welc-title {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .ip-about-welc-title, .ip-about-welc-content {
        display: block;
    }

    .ip-about-welc-text {
        padding: 0;
        display: block;
        width: 100%;
        text-align: center;
    }

    .ip-about-welc-content {
        width: 100%;
    }

    .ip-about-welc-title h2:before {
        right: 0;
        margin: 0 auto;
    }

    .ip-about-welc-text p {
        font-size: 15px;
        line-height: 1.6;
    }

    .ip-about-welc-text:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-about-welc-container {
        padding: 60px 0;
    }

    .ip-about-emp-col {
        display: block;
        width: 100%!important;
    }

    .ip-about-emp-tablet {
        padding: 0 10px 30px;
    }

    .ip-about-emp-tablet:before {
        margin-left: -30px;
        margin-right: -30px;
        width: auto;
        left: 0;
        right: 0;
    }

    .ip-about-emp-tablet img {
        margin: 0;
    }

    .ip-about-emp-content {
        padding: 50px 0;
    }

    .ip-about-emp-content ul {
        width: 100%;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        margin: 0 auto;
    }

    .ip-about-intro-container {
        padding: 60px 0 0;
    }

    .ip-about-intro-caption {
        padding: 0 15px;
        margin: 0 auto 40px;
    }

    .ip-about-intro-main .custom-title {
        margin-bottom: 20px;
    }

    .ip-about-intro-content-holder {
        padding: 0;
    }

    .ip-about-intro-content-img {
        position: relative;
    }

    .ip-about-intro-content {
        padding: 70px 15px;
    }

    .ip-about-intro-content p:not(:last-child) {
        margin-bottom: 33px;
    }

    .ip-about-intro-content p:last-child {
        font-size: 25px;
    }

    .ip-about-cta-item {
        display: block;
        width: 100%;
        padding: 0;
        max-width: 320px;
        margin: 0 auto;
    }

    .ip-about-cta-main {
        margin: 0;
    }

    .ip-about-cta-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .ip-about-cta-container {
        padding: 60px 0;
    }

    .ff-caption {
        margin-bottom: 30px;
    }

    .ip-about-welc-title h2 br {
        display: none;
    }

    .ip-about-content-container .custom-title h2 span br {
        display: none;
    }

    .ip-about-cta-logo {
        max-width: 225px;
    }

    .ip-about-content-container{
        padding-top: 0;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-about-content-container .custom-title h2 span {
        font-size: 50px;
    }

    .ip-about-stats-item li span {
        font-size: 35px;
    }

    .ip-about-container .custom-container {
        padding: 0 20px;
    }

    .ip-about-intro-accent-logo {
        width: 100%;
        max-width: 480px;
    }

    .ip-about-intro-content {
        padding: 70px 15px 0;
    }

    .ip-about-intro-content p br {
        display: none;
    }

    .ip-about-bg {
        height: 19%;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-about-content-container .custom-title h2 span {
        font-size: 40px;
    }

    .ip-about-content-container {
        padding-bottom: 40px;
    }

    .ip-about-bg {
        height: 240px;
    }

    .ip-about-stats-item li {
        font-size: 14px;
    }

    .ip-about-agent-accent-logo {
        top: -2%;
    }

    .ip-about-welc-title h2, .ip-about-team-title h2 {
        font-size: 35px;
    }

    .ip-about-team-content {
        padding: 30px 20px 0;
    }

    .ip-about-emp-container {
        padding: 60px 0 0;
    }

    .ip-about-intro-accent-logo {
        top: 0;
        width: 100%;
    }

    .ip-about-intro-content {
        padding: 70px 15px 0;
    }

    .ip-about-cta-hover-title h2, .ip-about-cta-title h2 {
        font-size: 27px;
    }

    .ip-about-cta-hover-content {
        width: 100%;
    }

    .ip-about-cta-hover {
        padding: 30px 15px;
    }

    .ip-about-cta-hover-title {
        margin-bottom: 15px;
    }

    .ip-about-intro-content p strong {
        display: block;
        margin: 7px 0;
    }

    .ip-about-intro-content p:not(:last-child) {
        width: 100%;
        max-width: 330px;
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width: 360px) {
 .ip-about-bg {
        height: 11%;
    }

}