#inner-page-wrapper {

    margin-bottom: 0;

}

#inner-page-wrapper > .container {

    width: 100%;

    padding: 0;

}

.ip-banner {

    display: none;

}

#content-sidebar, #content-full {

    margin-top: 0;

}

.ip-contact-us-wrap {

    font-size: 0;

}

.get-in-touch-area {

    display: none;

}



/* Banner : START */

.ip-contact-us-banner {

    position: relative;

    background: #000000;

}

.ip-contact-us-banner::after {

    content: '';

    display: block;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: #000000;

    opacity: 0;

    z-index: 2;

}

.ip-contact-us-banner canvas {

/*    display: block;

    width: 100%;

    min-width: 250px;

    background-color: #cccccc;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;*/

    display: block;

    width: 100%;

    min-width: 250px;

    background-color: #cccccc;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

    opacity: .7;

    height: calc(100vh - 200px);

}

.ip-contact-us-banner .ip-breadcrumbs-holder {

    z-index: 3;

}

.ip-contact-us-banner p#breadcrumbs {

    margin: 0;

}

.ip-contact-us-banner #breadcrumbs:nth-child(1) {

    display: block;

}

.ip-contact-us-banner #breadcrumbs:nth-child(2) {

    display: none;

}

/* Banner : END */



/*top-content*/

.ip-our-partners-top-content {

    position: relative;

    background: #996d5d;

    /*padding: 101px 0 64px;*/



    min-height: 350px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding-top: 9vw;



}

.ip-our-partners-top-content::before {

    content: '';

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #fff url(../../images/details-bg.jpg) no-repeat;

    background-size: cover;

    background-position: center;

    opacity: 0.05;

}



.ip-our-partners-top-content .container {

    width: 100%;

    max-width: 1280px;

}



.ip-our-partners-top-holder{

    position: relative;

    z-index: 5;

}



.ip-our-partners-top-title {

    font-size: 50px;

    font-weight: 900;

    color: #fff;

    line-height: 1.1;

    letter-spacing: -0.05em;

    text-align: center;

}

#content .ip-our-partners-top-content p {

    font-size: 20px;

    font-weight: 300;

    color: #fff;

    line-height: 1.5;

    letter-spacing: 0.01em;

    text-align: center;

}



/*logos*/

.ip-our-partners-logos-content {

    position: relative;

    background: #fff;

    padding: 91px 0 121px;

}

.ip-our-partners-logos-content::before {

    content: '';

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #fff url(../../images/our-partners/logo-content-bg.jpg) no-repeat;

    background-size: cover;

    background-position: center;

    background-attachment: fixed;

    opacity: 0;

    filter: grayscale(1);

}



.ip-our-partners-logos-content .container {

    /*width: 100%;*/

}



.ip-our-partners-logo-feed {

    position: relative;

    z-index: 5;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    max-width: 1360px;

    margin: 0 -10px;

}



.ip-services-list{

    padding: 15px;

    width: calc(100% / 3);

}



.ip-services-list a {

    display: flex;

    align-items: center;

    justify-content: center;

    background: #21262D;

    padding: 23px;

    position: relative;

    border: solid 8px #996d5d;

    height: 360px;

}



.ip-services-list a:hover .ip-services-label{

    color: #996d5d;

}



.ip-services-label{

    font-size: 24px;

    color: #fff;

    font-weight: 500;

    text-align: center;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



.ip-services-label span{

    font-size: 18px;

    font-weight: 300;

    display: block;

    color: #fff;

}



.ip-services-link{

    max-width: 220px;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding: 15px;

    font-size: 14px;

    text-transform: uppercase;

    color: #fff;

    letter-spacing: 2px;

    border: solid 1px #fff;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    margin: 0 auto 0;

    height: 0px;

    opacity: 0;

    pointer-events: none;

}



.ip-services-link:hover{

    color: #996d5d;

    border: solid 1px #996d5d;

}



.ip-services-list a:hover .ip-services-link{

    margin: 34px auto 0;

    opacity: 1;

    pointer-events: auto;

    height: 50px;

}



.ip-services-content {

    width: 100%;

}







.ip-logo{

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



.ip-logo-content {

    position: absolute;

    top: 20px;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 15px;

    opacity: 0;

    pointer-events: none;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    z-index: 5;

}



.ip-logo-list a:hover .ip-logo-content{

    opacity: 1;

    top: 0;

    pointer-events: auto;

}



.ip-logo-content-inner img {

    margin: 0 auto 15px;

}



.ip-logo-content-inner p {

    font-size: 12px;

    color: #fff;

}



.ip-logo-content-inner span {

    display: flex;

    align-items: center;

    justify-content: center;

    border: solid 1px #fff;

    height: 51px;

    color: #fff;

    font-size: 15px;

    text-transform: uppercase;

    letter-spacing: 4px;

    margin: 15px auto 0;

    max-width: 281px;

}



.ip-logo-content-inner {

    max-width: 300px;

    margin: 0 auto;

}





/* Top : START */

.ip-contact-us-main {

    position: relative;

    background: url(../../images/our-partners/form-bg.jpg) #cccccc no-repeat center center / cover;

    padding: 98px 0 110px;
    background: #21262D;

}

.ip-contact-us-main::before {

    content: '';

    display: block;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: #f7f7f7;

    opacity: 0;

}

.ip-contact-us-top {

    position: relative;

}

.ip-contact-us-top-title {

    font-size: 40px;

    font-weight: 300;

    color: #fff;

    line-height: 1.1;

    letter-spacing: 10px;

    text-align: center;

    text-transform: uppercase;

}

#content .ip-contact-us-top p {

    font-size: 20px;

    font-weight: 300;

    color: #fff;

    line-height: 1.5;

    letter-spacing: 0.01em;

    text-align: center;

}

/* Top : END */



/* Form : START */

.ip-contact-us-form {

    position: relative;

    margin-top: 42px;

}

.ip-contact-us-form-legend {

    font-size: 16px;

    font-weight: 300;

    color: #996d5d;

    line-height: 1.2;

    letter-spacing: 0.01em;

    text-align: right;

    max-width: 1112px;

    margin: 0 auto 12px;

}

.ip-contact-us-form .wpcf7 {

    max-width: 1112px;

    margin: 0 auto;

}

.ip-contact-us-form-col {

    display: inline-block;

    vertical-align: top;

    width: calc( 50% - 4px );

    margin-right: 8px;

}

.ip-contact-us-form-col + .ip-contact-us-form-col {

    margin-right: 0;

}

.ip-contact-us-form .form-input {

    position: relative;

    display: inline-block;

    vertical-align: middle;

    margin-bottom: 8px;

}

.ip-contact-us-form .form-lg {

    width: 100%;

}

.ip-contact-us-form .form-sm {

    width: calc( 50% - 4px );

    margin-right: 8px;

}

.ip-contact-us-form .form-sm:nth-child(even) {

    margin-right: 0;

}

.ip-contact-us-form .form-input input[type="text"],

.ip-contact-us-form .form-input input[type="email"],

.ip-contact-us-form .form-input input[type="tel"],

.ip-contact-us-form .form-input textarea {

    -webkit-appearance: none;

    appearance: none;

    border: 0;

    outline: none;

    font-size: 16px;

    color: #000000;

    letter-spacing: 0.01em;

    width: 100%;

    height: 88px;

    padding: 0 30px;

    background: #eaeaea;

}

.ip-contact-us-form .form-input textarea {

    height: 202px;

    padding-top: 32px!important;

    resize: none;

    display: block;

}

.ip-contact-us-form .form-radio-label {

    font-size: 30px;

    font-weight: 900;

    color: #fff;

    line-height: 1.1;

    letter-spacing: -0.05em;

    margin: 25px 0 22px;

}

.method-of-contact .wpcf7-radio {

    display: flex;   

    align-items: center;

    justify-content: flex-start;

}

.method-of-contact .wpcf7-list-item {

    font-size: 13px;

    font-weight: 300;

    color: #fff;

    line-height: 1;

    letter-spacing: 0.1em;

    /*margin: 0 0 10px;*/

    margin: 0 20px 10px 0;

}

.method-of-contact .wpcf7-list-item label {

    display: flex;

    align-items: center;

}

.method-of-contact .wpcf7-list-item input {

    -webkit-appearance: none;

    appearance: none;

    width: 22px;

    height: 22px;

    border-radius: 50%;

    border: 1px solid #c0c0c0;

    background: #ffffff;

    margin: 0 10px 0 0;

}

.method-of-contact .wpcf7-list-item input:checked {

    background: #996d5d;

    border-color: #996d5d;

}

.ip-contact-us-form .form-button {

    width: 100%;

    /* height: 61px; */

    position: relative;

    bottom: 0;

    right: 0;

    margin: -4px 0 0;

    background: #eaeaea;

    padding: 15px 32px 30px;

}

.ip-contact-us-form .form-button input[type="submit"] {

    -webkit-appearance: none;

    appearance: none;

    border: 0;

    outline: none;

    width: 130px;

    height: 60px;

    background: #000000;

    font-size: 17px;

    color: #ffffff;

    letter-spacing: 0.2em;

    text-transform: uppercase;

    transition: all 0.35s ease-in-out;

    margin: 0 0 0 auto;

    display: block;

}

.ip-contact-us-form .form-button input[type="submit"]:hover {

    background: #996d5d;

}

.ip-contact-us-form .wpcf7-form-control-wrap {

    display: block;

}

.ip-contact-us-form .use-floating-validation-tip .wpcf7-not-valid-tip {

    font-size: 12px;

}

.ip-contact-us-form div.wpcf7 .ajax-loader {

    position: absolute;

    bottom: 0;

    left: -20px;

}

.ip-contact-us-form .wpcf7 form .wpcf7-response-output {

    font-size: 12px;

    text-align: center;

    margin: 0;

    color: #fff;

}

/* Form : END */





.ip-contact-us-map-wrapper iframe {

    display: block;

    width: 100%;

}







/*Team*/



.custom-map-banner {

    position: relative;

}



p#breadcrumbs{

    margin: 0;

    line-height: 1;

}



.ip-banner{

    display: none;

}



.ip-team-container {

    display: block;

    position: relative;

    z-index: 3;

    overflow: hidden;

    line-height: 1;

    letter-spacing: normal;

    font-size: 0;

}



.ip-team-wrapper {

    display: block;

    position: relative;

}





.ip-team-map-transparent {

       position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    pointer-events: none;

}



.ip-team-map-main{

    position: relative;

    width: 1600px;

}





.ip-team-map-agent-img{

        position: absolute;

    z-index: 1;

    top: 0;

    left: 0;

    width: auto;

    height: auto;

}



.ip-team-map-agent-contacts{

    position: absolute;

    top: 0;

    left: 0;

    width: auto;

    height: auto;

    z-index: 2;

}



.ip-team-map-agent {

    position: absolute;

    top: 0;

    left: 0;

    width: auto;

    height: auto;

    -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: 2;

    pointer-events: none;

}





.ip-team-map-agent-img > div.active .ip-team-map-agent  {

    opacity: 1;

    visibility: visible;

}



.ip-team-map-agent-img > div {

   position: absolute;

   top: 0;

   left: 0;

   width: auto;

   height: auto;

   z-index: 1;

}



.ip-team-map-agent-contacts > div{

        position: absolute;

    top: 0;

    left: 0;

    width: auto;

    height: auto;

    z-index: 1;

}





.ip-team-map-contacts{

    position: absolute;

    top: 0;

    left: 0;

    width: auto;

    height: auto;

    -webkit-transition: 0.3s all ease-in;

    -o-transition: 0.3s all ease-in;

    transition: 0.3s all ease-in;

    opacity: 0 !important;

    visibility: hidden !important;

    display: none;

    pointer-events: none;

}







.ip-team-map-contacts.active,

.ip-team-map-agent-contacts > div.active .ip-team-map-contacts{

    opacity: 1 !important;

    visibility: visible !important;

    display: block;

    pointer-events: auto;

}







.ip-team-map-contact-name {

    display: block;

    position: relative;

    margin-bottom: 15px;

    text-align: center;

    padding-bottom: 12px;

    border-bottom: 1px solid rgba(255,255,255,0.20);

}



.ip-team-map-contact-info {

    display: block;

    position: relative;

    text-align: center;

}



.ip-team-map-contact-name h2 {

    font-family: var(--title-font);

    font-size: 30px;

    line-height: 1;

    letter-spacing: 0.100em;

    color: #fff;

    margin-bottom: 10px;

}



.ip-team-map-contact-name span {

    font-size: 12px;

    line-height: 1;

    letter-spacing: 1.2px;

    color: #fff;

    font-weight: 200;

    text-transform: uppercase;

    display: block;

    margin-top: 6px;

}



.ip-team-map-contact-info span {

    position: relative;

    font-size: 15px;

    line-height: 1;

    letter-spacing: 0.38px;

    color: #fff;

    display: inline-block;

    vertical-align: middle;

    padding: 0 13px;

}



.ip-team-map-contact-info span:first-child:before {

    position: absolute;

    content: '';

    top: 2px;

    right: 0;

    width: 1px;

    height: 12px;

    background: #fff;

}





.ip-team-map-contact-info span a {

    color: #fff;

    -webkit-transition: 0.3s all ease-in-out;

    -o-transition: 0.3s all ease-in-out;

    transition: 0.3s all ease-in-out;

}



.ip-team-map-contact-info span a:hover {

    color: #c1a66c;

}



.ip-team-map-contacts-inner {

    width: 284px;

    position: relative;

    display: block;

    background: rgba(138,118,76,0.75);

    padding: 22px 15px;

}



.ip-team-map-title {

    position: absolute;

    top: 0;

    left: 585px;

    width: auto;

    height: auto;

    pointer-events: none;

    text-align: center;

    z-index: 2;

}



.ip-team-map-title .global-title {

    pointer-events: auto;

}



.ip-team-map-title .global-title h2 {

    font-size: 64.8px;

    letter-spacing: 0.250em;

}



.ip-team-map-agent a {

    display: block;

 position: relative;

}





.ip-team-main {

    display: block;

    position: relative;

}



.ip-team-main.is-clicked img.ip-team-map-base,

.ip-team-main:hover img.ip-team-map-base {

    -webkit-filter: grayscale(1);

            filter: grayscale(1);

}



.ip-team-main img.ip-team-map-base {

    -webkit-transition: 0.3s all ease-in-out;

    -o-transition: 0.3s all ease-in-out;

    transition: 0.3s all ease-in-out;

}





#content .ip-team-map-contact-name h2 {

    font-size: 20px;

    line-height: 1;

    font-weight: 500;

    letter-spacing: 0.5px;

    color: #fff;

    display: block;

    margin: 0;

}



#content .ip-team-map-contact-name h2 a:hover{

    color: #fff;

}



.ip-team-map-contact-info span em.ai-font-phone {

    display: inline-block;

    vertical-align: middle;

    margin-right: 10px;

    font-size: 10px;

}



.ip-team-map-contact-info span:last-child {

    padding-right: 0;

}



.ip-team-map-contact-info span:first-child {

    padding-left: 0;

}



.ip-team-map-contact-info span em.ai-font-envelope-f {

    display: inline-block;

    vertical-align: middle;

    font-size: 9px;

}



.ip-team-map-agent-contacts > div.ivan-sher .ip-team-map-contacts .ip-team-map-contacts-inner {

    width: 324px;

}





/*agent hover*/



.ip-team-map-agent-img > div.bill-hargraves .ip-team-map-agent {

          top: 234px;

    left: 82px;

}





.ip-team-map-agent-img > div.nicole-tomlinson .ip-team-map-agent {

      top: 344px;

    left: 259px;

}



.ip-team-map-agent-img > div.ashley-lazarus .ip-team-map-agent {

          top: 262px;

    left: 299px;

}





.ip-team-map-agent-img > div.anthony-spiegel .ip-team-map-agent {

              top: 344px;

    left: 384px;

}





.ip-team-map-agent-img > div.daniel-pederson .ip-team-map-agent {

          top: 238px;

    left: 498px;

}





.ip-team-map-agent-img > div.ivan-sher .ip-team-map-agent {

          top: 345px;

    left: 595px;

}



.ip-team-map-agent-img > div.rosalee-sher .ip-team-map-agent {

      top: 244px;

    left: 649px;

}





.ip-team-map-agent-img > div.austin-sherwood .ip-team-map-agent {

          top: 240px;

    left: 731px;

}



.ip-team-map-agent-img > div.gretchen-wills .ip-team-map-agent {

          top: 342px;

    left: 805px;

}



.ip-team-map-agent-img > div.julian-crider .ip-team-map-agent {

          top: 206px;

    left: 927px;

}



.ip-team-map-agent-img > div.evangelina-duke-petroni .ip-team-map-agent {

      top: 343px;

      left: 951px;

}



.ip-team-map-agent-img > div.brian-nugent .ip-team-map-agent {

      

    top: 339px;

    left: 1054px;



}



.ip-team-map-agent-img > div.ida-doman .ip-team-map-agent {

      top: 220px;

          left: 1096px;

}



.ip-team-map-agent-img > div.noreen-lane .ip-team-map-agent {

          top: 334px;

    left: 1170px;

}



.ip-team-map-agent-img > div.chip-madsen .ip-team-map-agent {

      top: 228px;

      left: 1203px;

}



.ip-team-map-agent-img > div.madison-blau-benshimon .ip-team-map-agent {

          top: 248px;

    left: 1391px;

}



.ip-team-map-agent-img > div.wendy-bass .ip-team-map-agent {

              top: 246px;

    left: 390px;

}





/*hovers*/



.ip-team-map-agent-contacts > div.bill-hargraves .ip-team-map-contacts {

      top: 438px;

      left: 45px;

}





.ip-team-map-agent-contacts > div.nicole-tomlinson .ip-team-map-contacts {

      top: 500px;

      left: 195px;

}



.ip-team-map-agent-contacts > div.ashley-lazarus .ip-team-map-contacts {

      top: 366px;

      left: 228px;

}





.ip-team-map-agent-contacts > div.anthony-spiegel .ip-team-map-contacts {

      top: 488px;

      left: 303px;

}





.ip-team-map-agent-contacts > div.daniel-pederson .ip-team-map-contacts {

      top: 399px;

      left: 410px;

}





.ip-team-map-agent-contacts > div.ivan-sher .ip-team-map-contacts {

      top: 535px;

      left: 525px;

}



.ip-team-map-agent-contacts > div.rosalee-sher .ip-team-map-contacts {

      top: 399px;

      left: 555px;

}





.ip-team-map-agent-contacts > div.austin-sherwood .ip-team-map-contacts {

      top: 387px;

      left: 699px;

}



.ip-team-map-agent-contacts > div.gretchen-wills .ip-team-map-contacts {

      top: 506px;

      left: 774px;

}



.ip-team-map-agent-contacts > div.julian-crider .ip-team-map-contacts {

      top: 364px;

      left: 818px;

}



.ip-team-map-agent-contacts > div.evangelina-duke-petroni .ip-team-map-contacts {

      top: 503px;

      left: 891px;

}



.ip-team-map-agent-contacts > div.brian-nugent .ip-team-map-contacts {

      top: 500px;

      left: 993px;

}



.ip-team-map-agent-contacts > div.ida-doman .ip-team-map-contacts {

      top: 363px;

      left: 1001px;

}



.ip-team-map-agent-contacts > div.noreen-lane .ip-team-map-contacts {

      top: 485px;

      left: 1153px;

}



.ip-team-map-agent-contacts > div.chip-madsen .ip-team-map-contacts {

      top: 361px;

      left: 1151px;

}



.ip-team-map-agent-contacts > div.madison-blau-benshimon .ip-team-map-contacts {

      top: 452px;

      left: 1298px;

}



.ip-team-map-agent-contacts > div.wendy-bass .ip-team-map-contacts {

      

    top: 340px;

    left: 292px;



}



/*Team end*/









/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 

@media only screen and (max-width: 1199px) {



}



/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 

@media only screen and (max-width: 991px) {

    .ip-services-list {

        padding: 15px;

        width: calc(100% / 2);

    }



    .ip-contact-us-banner canvas{

        height: 200px;

    }

    .ip-contact-us-form-col {

        width: 100%;

        margin-right: 0;

    }

    .ip-contact-us-main {

        padding: 50px 0;

    }



    .ip-logo-content-inner p {

        font-size: 12px;

        color: #fff;

    }



    .custom-map-banner {

        margin-top: 0;

    }



    .ip-our-partners-top-content {

        padding: 50px 0;

    }



    .ip-services-label span {

        font-size: 18px;

    }

    

}



/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 

@media only screen and (max-width: 767px) {

    .ip-services-list {

        width: calc(100% / 2);

    }



    #content .ip-contact-us-top p {

        font-size: 16px;

    }



    .ip-logo-list a {

        /*height: 355px;*/

    }



    .ip-logo-content-inner img {

        margin-bottom: 10px;

    }



    .ip-logo-content-inner span {

        height: 45px;

        font-size: 12px;

        letter-spacing: 3px;

        margin: 10px auto 0;

    }



    .ip-our-partners-logos-content {

        padding: 50px 0;

    }



    .ip-contact-us-top-title {

        font-size: 30px;

        letter-spacing: 5px;

    }

}



/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 

@media only screen and (max-width: 480px) {

    .ip-contact-us-main {

        padding: 50px 0;

    }

    .ip-contact-us-top-title,

    .ip-our-partners-top-title {

        font-size: 35px;

    }

    #content .ip-contact-us-top p,

    #content .ip-our-partners-top-content p {

        font-size: 16px;

    }

    .ip-contact-us-form .form-sm {

        width: 100%;

        margin-right: 0;

    }

    .ip-contact-us-form .form-input input[type="text"],

    .ip-contact-us-form .form-input input[type="email"],

    .ip-contact-us-form .form-input input[type="tel"],

    .ip-contact-us-form .form-input textarea {

        padding-left: 15px;

        padding-right: 15px;

    }

    .ip-contact-us-form .form-radio-label {

        font-size: 20px;

    }

    .method-of-contact .wpcf7-radio {

        flex-direction: column;

        align-items: flex-start;

    }



    .ip-services-list {

        padding: 5px 0;

        width: 100%;

    }



    .ip-services-list a {

        height: 300px;

    }



    .ip-logo-content-inner p {

        line-height: 1.6 !important;

    }

}