/*******************************************************
 *
 * About
 *
 *******************************************************/

.ip-custom-banner.main{
    display: none !important;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#ip-about {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
    overflow: hidden;
}

.ip-banner-wrap {
    display: none;
}

.attachment-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.attachment-fixed canvas {
    background-attachment: fixed;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.attachment-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.attachment-scroll canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-img {
    display: block;
    position: relative;
}

.site-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.site-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.custom-container {
    padding: 0 15px;
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
}

.ip-about-section {
    display: block;
    position: relative;
}

.ip-custom-banner-img canvas, .ip-custom-banner-img, .ip-custom-banner {
    display: block;
    position: relative;
}

.ip-custom-banner {
    padding: 20px;
}

.ip-custom-banner-img {
    background-color: #000;
}

.ip-custom-banner-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    z-index: 1;
}

.ip-custom-banner-img canvas {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .75;
}

.ip-custom-banner-title {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
    padding: 0 15px;
    font-family: var(--font-family-title);
    font-size: 71px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

/* About */
.ip-about-agent-container, .ip-about-agent-row, .ip-about-agent-img-main, .ip-about-agent-content, .ip-about-agent-title {
    display: block;
    position: relative;
}

.ip-about-agent-container {
    padding: 70px 0 143px;
}

.ip-about-agent-content {
    padding-left: 90px;
}

.ip-about-agent-title h2 {
    font-size: 71px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #000;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    display: inline-block;
    position: relative;
}

.ip-about-agent-contacts span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #000;
    font-weight: 500;
}

.ip-about-agent-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ip-about-agent-col:first-child {
    width: 30.77%;
}

.ip-about-agent-col:last-child {
    width: 69.23%;
}

.ip-about-agent-img-bg {
    top: auto;
    bottom: -60px;
    left: -60px;
    width: 231px;
}

.ip-about-agent-img-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(20%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
}

.ip-about-agent-title strong {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.500em;
    color: #000;
    display: block;
    margin-top: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.ip-about-agent-title h2 span {
    display: block;
    position: relative;
}

.ip-about-agent-title h2:before {
    position: absolute;
    content: '';
    top: 35px;
    right: calc(100% + 10px);
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    pointer-events: none;
}

.ip-about-agent-title h2 span:after {
    position: absolute;
    content: '';
    top: 35px;
    left: calc(100% + 20px);
    width: 100vw;
    height: 1px;
    background-color: #ff4b00;
    pointer-events: none;
}

.ip-about-agent-contacts span:not(:last-child) {
    margin-right: 40px;
}

.ip-about-agent-contacts em[class^=ai-font] {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-about-agent-contacts em.ai-font-envelope-f {
    font-size: 12px;
}

.ip-about-agent-contacts em.ai-font-mobile-a {
    font-size: 19px;
}

.ip-about-agent-contacts em.ai-font-phone {
    font-size: 13px;
}

.ip-about-agent-contacts span a {
    color: inherit;
}

.ip-about-agent-contacts span a:hover {
    color: var(--primary);
}

.ip-about-agent-contacts {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.ip-about-content-container, .ip-about-content, .ip-about-stats-container {
    display: block;
    position: relative;
}

.ip-about-content {
    padding: 0 75px 0 115px;
}

.ip-about-stats-container {
    padding: 77px 50px 86px;
}

.ip-about-content-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.ip-about-content-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.ip-about-content h2 {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.050em;
    color: #000;
    display: block;
    margin-bottom: 25px;
}

.ip-about-content p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.050em;
    color: #000;
    display: block;
    margin-top: 25px;
    text-align: justify;
    width: 100%;
    max-width: 605px;
}

.ip-about-content-row:nth-child(even) .ip-about-content p {
    max-width: 595px;
}

.ip-about-content-row:not(:last-child) {
    margin-bottom: 83px;
}

.ip-about-stats-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.ip-about-stats-item h2 em {
    font-style: normal;
}

.ip-about-stats-item strong:before {
    content: '';
    margin: 8px auto 15px;
    width: 1px;
    height: 57px;
    background-color: var(--primary);
    display: block;
}

.ip-about-stats-item:nth-child(n+2) ~ div {
    margin-bottom: 0;
}

.ip-about-content-row:nth-child(even) .ip-about-content {
    padding: 0 120px 0 80px;
}

.ip-about-content-container .custom-container {
    max-width: 100%;
    padding: 0 20px;
}

.ip-about-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ip-about-stats-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 50%;
    margin-bottom: 60px;
}

.ip-about-stats-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.ip-about-stats-item h2 {
    font-size: 71px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #000;
    display: block;
    font-family: var(--font-family-title);
}

.ip-about-stats-item strong {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.155em;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.ip-about-stats-item h2 em {
    font-style: normal;
}

.ip-about-stats-item:nth-child(n+2) ~ div {
    margin-bottom: 0;
}

.ip-about-stats-btn {
    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%;
    max-width: 164px;
    height: 59px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.ip-about-stats-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(rgba(238,16,119,1)),to(rgba(255,75,0,1)));
    background: -o-linear-gradient(left, rgba(238,16,119,1) 0%,rgba(255,75,0,1) 100%);
    background: linear-gradient(to right, rgba(238,16,119,1) 0%,rgba(255,75,0,1) 100%);
    opacity: .40;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.ip-about-stats-btn:hover:before {
    opacity: 1;
}

.ip-about-stats-btn:hover {
    color: #fff;
}

.ip-about-stats-btn-list {
    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;
    margin: 14px auto;
}

.ip-about-stats-btn:not(:last-child) {
    margin-bottom: 28px;
}

.ip-about-content-col:first-child {
    width: 51.456%;
}

.ip-about-content-col:last-child {
    width: 48.544%;
}

.ip-about-content-container {
    padding-bottom: 90px;
}

.ip-about-content-row:first-child .ip-about-content-col {
    vertical-align: bottom;
}

.ip-about-content-row:first-child {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.ip-about-stats-bg:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    pointer-events: none;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    opacity: .90;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
    .custom-container {
        padding: 0 0.938vw;
        max-width: 83.125vw;
    }

    .ip-custom-banner {
        padding: 1.250vw;
    }

    .ip-custom-banner-title {
        padding: 0 0.938vw;
        font-size: 4.438vw;
    }

    /* About */
    .ip-about-agent-container {
        padding: 4.375vw 0 8.938vw;
    }

    .ip-about-agent-content {
        padding-left: 5.625vw;
    }

    .ip-about-agent-title h2 {
        font-size: 4.438vw;
    }

    .ip-about-agent-contacts span {
        font-size: 1vw;
    }

    .ip-about-agent-img-bg {
        bottom: -3.750vw;
        left: -3.750vw;
        width: 14.438vw;
    }

    .ip-about-agent-title strong {
        font-size: 0.938vw;
        margin-top: 2.500vw;
    }

    .ip-about-agent-title h2:before {
        top: 2.188vw;
        right: calc(100% + 0.625vw);
    }

    .ip-about-agent-title h2 span:after {
        top: 2.188vw;
        left: calc(100% + 1.250vw);
        height: 0.063vw;
    }

    .ip-about-agent-contacts span:not(:last-child) {
        margin-right: 2.500vw;
    }

    .ip-about-agent-contacts em[class^=ai-font] {
        margin-right: 0.625vw;
    }

    .ip-about-agent-contacts em.ai-font-envelope-f {
        font-size: 0.750vw;
    }

    .ip-about-agent-contacts em.ai-font-mobile-a {
        font-size: 1.188vw;
    }

    .ip-about-agent-contacts em.ai-font-phone {
        font-size: 0.813vw;
    }

    .ip-about-agent-contacts {
        margin-top: 2.500vw;
    }

    .ip-about-content {
        padding: 0 4.688vw 0 7.187vw;
    }

    .ip-about-stats-container {
        padding: 4.813vw 3.125vw 5.375vw;
    }

    .ip-about-content h2 {
        font-size: 2.125vw;
        margin-bottom: 1.563vw;
    }

    .ip-about-content p {
        font-size: 1vw;
        margin-top: 1.563vw;
    }

    .ip-about-content p {
        max-width: 37.813vw;
    }

    .ip-about-content-row:nth-child(even) .ip-about-content p {
        max-width: 37.188vw;
    }

    .ip-about-content-row:not(:last-child) {
        margin-bottom: 5.188vw;
    }

    .ip-about-stats-item h2 {
        font-size: 4.438vw;
    }

    .ip-about-stats-item strong {
        font-size: 1vw;
    }

    .ip-about-stats-item strong:before {
        margin: 0.500vw auto 0.938vw;
        height: 3.562vw;
    }

    .ip-about-content-row:nth-child(even) .ip-about-content {
        padding: 0 7.500vw 0 5vw;
    }

    .ip-about-content-container .custom-container {
        padding: 0 1.250vw;
    }

    .ip-about-stats-item {
        margin-bottom: 3.750vw;
    }

    .ip-about-stats-item h2 {
        font-size: 4.438vw;
    }

    .ip-about-stats-item strong {
        font-size: 1vw;
    }

    .ip-about-stats-btn {
        max-width: 10.250vw;
        height: 3.688vw;
        font-size: 0.938vw;
        padding: 0 0.938vw;
    }

    .ip-about-stats-btn-list {
        margin: 0.875vw auto;
    }

    .ip-about-stats-btn:not(:last-child) {
        margin-bottom: 1.750vw;
    }

    .ip-about-content-container {
        padding-bottom: 5.625vw;
    }
}

@media only screen and (max-width: 1199px) {
    .attachment-fixed canvas {
        background-attachment: scroll;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .attachment-fixed canvas {
        background-attachment: scroll;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .attachment-fixed canvas {
        background-attachment: scroll;
    }

    .ip-custom-banner {
        padding: 15px;
    }

    .ip-custom-banner-img canvas {
        min-height: 250px;
    }

    .ip-custom-banner-title {
        top: 50%;
        font-size: 35px;
    }

    .ip-about-agent-col {
        display: block;
        width: 100%!important;
    }

    .ip-about-agent-content {
        padding: 50px 0 0;
    }

    .ip-about-agent-img-main {
        width: calc(100% - 30px);
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-about-agent-img-bg {
        bottom: -15px;
        left: -15px;
    }

    .ip-about-agent-title h2 {
        font-size: 35px;
    }

    .ip-about-agent-title h2 span:after {
        top: 45%;
    }

    .ip-about-agent-title h2:before {
        top: 17px;
        display: none;
    }

    .ip-about-agent-title {
        text-align: center;
    }

    .ip-about-agent-title strong {
        margin-top: 30px;
        font-size: 14px;
        letter-spacing: 0.350em;
    }

    .ip-about-agent-contacts {
        display: block;
        text-align: center;
    }

    .ip-about-agent-contacts span {
        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;
    }

    .ip-about-agent-contacts span:not(:last-child) {
        margin: 0 auto 15px;
    }


    .ip-about-agent-container {
        padding: 20px 0 60px;
    }

    .ip-about-content-row {
        display: block;
    }

    .ip-about-content-col {
        width: 100%!important;
    }

    .ip-about-content {
        padding: 0 0 30px!important;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-about-content p {
        font-size: 15px;
        max-width: 100%!important;
        margin-top: 20px;
    }

    .ip-about-content h2 {
        font-size: 30px;
    }

    .ip-about-stats-item {
        display: block;
        width: 100%;
        margin-bottom: 0!important;
    }

    .ip-about-stats-container {
        padding: 50px 15px;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-about-stats-item h2 {
        font-size: 45px;
    }

    .ip-about-stats-item strong {
        font-size: 15px;
        letter-spacing: 0.100em;
    }

    .ip-about-stats-item strong:before {
        height: 40px;
    }

    .ip-about-stats-item:not(:last-child) {
        margin-bottom: 40px!important;
    }

    .ip-about-stats-btn-list {
        margin: 0;
    }

    .ip-about-stats-btn:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-about-content-row:not(:last-child) {
        margin-bottom: 70px;
    }

    .ip-about-content-img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-about-content-container {
        padding-bottom: 50px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
}