/*******************************************************
 *
 * Contact Page
 *
 *******************************************************/

.ip-custom-banner.main{
    display: none !important;
}

#hp-git {
    display: none;
}

.fixed-smi-inner a {
    color: #000;
}

/*** Site Title ***/

.site-title {
    display: flex;
}

.site-title.center {
    justify-content: center;
}

.site-title h2 {
    font-family: var(--font-family-title);
    font-size: 72px;
    font-size: 4.5vw;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 0.975;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.site-title.light h2 {
    color: #fff;
}

.site-title h2::before {
    left: calc(100% + 23px);
    left: calc(100% + 1.44vw);
}

.site-title h2::after {
    right: calc(100% + 23px);
    right: calc(100% + 1.44vw);
}

.site-title.light h2::after {
    background: var(--primary);
}

.site-title h2 span {
    display: block;
    font-family: var(--font-family-default);
    font-size: 15px;
    font-size: 0.94vw;
    letter-spacing: 0.5em;
    margin: 0 0 15px;
    margin: 0 0 0.94vw;
}

.site-title h2 i {
  top: -136px;
    top: -8.5vw;
    left: -114px;
    left: -7.13vw;
}

.site-title.light h2 i {
    color: #fff;
    opacity: 0.1;
}


/*** Site Button ***/

.site-button {
    display: flex;
}

.site-button.center {
    justify-content: center;
}

.site-button a,
.site-button button,
.site-button > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 145px;
    min-width: 9.06vw;
    background: transparent;
    border: none;
    font-size: 15px;
    font-size: 0.94vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 21px 30px 20px calc(30px + 0.1em);
    padding: 1.31vw 1.88vw 1.25vw calc(1.88vw + 0.1em);
    position: relative;
}

.site-button button {
    padding: 1.31vw 2.88vw 1.25vw calc(2s.88vw + 0.1em);
}

.site-button.light a,
.site-button.light button,
.site-button.light > span {
    color: #fff;
}

.site-button a:hover,
.site-button button:hover,
.site-button > span:hover {
    color: #fff;
}

.site-button a::before,
.site-button a::after,
.site-button button::before,
.site-button button::after,
.site-button > span::before,
.site-button > span::after {
    content: '';
    width: 8px;
    width: 0.5vw;
    height: 100%;
    border: 2px solid var(--primary);
    border: 0.13vw solid var(--primary);
    position: absolute;
    top: 0;
    z-index: 1;
    transition: var(--default-transition);
}

.site-button.light a::before,
.site-button.light a::after,
.site-button.light button::before,
.site-button.light button::after,
.site-button.light > span::before,
.site-button.light > span::after {
    border-color: #fff;
}

.site-button a::before,
.site-button button::before,
.site-button > span::before {
    left: 0;
    border-right: none;
}

.site-button a::after,
.site-button button::after,
.site-button > span::after {
    right: 0;
    border-left: none;
}

.site-button a:hover::before,
.site-button a:hover::after,
.site-button button:hover::before,
.site-button button:hover::after,
.site-button > span:hover::before,
.site-button > span:hover::after,
.site-button.hovered a::before,
.site-button.hovered a::after,
.site-button.hovered button::before,
.site-button.hovered button::after,
.site-button.hovered > span::before,
.site-button.hovered > span::after {
    width: 50%;
    background: var(--primary);
    border-color: var(--primary);
}

.site-button a span,
.site-button button span,
.site-button > span span {
    position: relative;
    z-index: 2;
}


#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#ip-contact {
    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; 
    position: relative;
}

.ip-contact-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-ss{
    position: relative;
}
.ip-custom-banner-ss:before,
.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;
}

/* Contact */
.ip-contact-agent-container {
        display: block;
    position: relative
}
.ip-contact-agent-row{
  display: flex;
  justify-content: center;
  align-items: flex-start; 

}

.ip-contact-agent-container {
    padding: 150px 0 143px;
}

.ip-contact-agent-form {
   display: block;
}

.ip-contact-agent-form p {
     font-size: 16px;
     color: #000000; 
     padding: 20px 0;
     display: block; 
     position: relative;
     z-index: 3;
} 


.ip-contact-agent-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ip-contact-agent-col:first-child {
    width: 69%; 
    padding-right: 50px;
    margin-right: 50px; 
    border-right: 1px solid #ff4b00;
}

.ip-contact-agent-col:last-child {
    width: 31%;
}


.ip-contact-agent-title h2 span {
    display: block;
    position: relative;
}

.ip-contact-agent-content {
   display: block; 
}

.ip-contact-agent-contacts {

     display: block; 
     font-size: 20px;
}

/*.ip-contact-agent-content img {
   margin: 0 auto;
}*/

.ip-contact-agent-content p {
   display: block; 
   font-size: 20px; 
   padding: 40px 0;
}

.ip-contact-agent-content p span {
     display: block;
}

.ip-contact-agent-contacts span:nth-child(3) {
    margin-top: 40px;
}

.ip-contact-agent-contacts span {
    margin-right: 40px; 
    display:flex;
    align-items: center;
    margin: 3px;
}


.ip-contact-agent-contacts em[class^=ai-font] {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-contact-agent-contacts em.ai-font-envelope-f {
    font-size: 12px;
}

.ip-contact-agent-contacts em.ai-font-mobile-a {
    font-size: 19px;
}

.ip-contact-agent-contacts em.ai-font-phone {
    font-size: 13px;
}

.ip-contact-agent-contacts span a {
    color: inherit;
}

.ip-contact-agent-contacts span a:hover {
    color: var(--primary);
}

.ip-smi {
   display: flex; 
   align-items: center; 
   padding: 10px 0;
}

.ip-smi a  {
     font-size: 20px;
     color: #000; 
     margin: 0 15px;
}


.ip-contact-content-container, .ip-contact-content, .ip-contact-stats-container {
    display: block;
    position: relative;
}

/*** Form ***/
.ip-contact-form {
    position: relative;
    z-index: 5;
}
               .footer-form-wrap .title-wrap  {
                text-align: left;
               }

                .footer-form-wrap .title-wrap .title-widget {
                     font-size: 40px;
                     color: #0c2a3c;
                     font-weight: 400;
                }

                .form-field-wrap {
                    width: 100%;
                    margin: 0 auto;
                    display: flex;
                    align-items: flex-end;
                    position: relative; 
                    justify-content: center;
                }

                    .form-field-long {
                        width: 100%; 
                        margin-bottom: 20px;
                    }
                    .form-field-short {
                        width: 33.333%;
                        display: inline-block;
                        vertical-align: top;
                        margin-left: 3.15%; 
                        margin-bottom: 20px;
                    }

                    .form-field-short:first-child {
                        margin-left: 0;
                    }
                        .form-field-short input, 
                        .form-field-long input,
                        .form-field-long select,
                        .form-field-wrap textarea {
                            width: 100%;
                            height: 50px;
                            padding: 0;
                            color: #314757;
                            font-size: 12px;
                            font-weight: 500;
                            border: none;
                            border-bottom: 1px solid #484848; 
                            background-color: transparent;
                            outline: none;
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            appearance: none;
                            text-transform: uppercase;
                            letter-spacing: 0.1em;
                           
                        }


                        .form-field-wrap textarea {
                            height: 80px;
                            padding-top: 20px;
                            resize: none;
                        }



                    .ajax-loader, .wpcf7-spinner {
                        position: absolute;
                        left: 0;
                        right: 0;
                        margin: 0 auto !important;
                        bottom: -50px;
                    }
                     .wpcf7-form-control-wrap {
                        display: block;
                    }
                     .use-floating-validation-tip span.wpcf7-not-valid-tip {
                        width: auto;
                        max-width: 100%;
                        font-size: 11px;
                        position: absolute;
                        top: 10px;
                    }
                     div.wpcf7-response-output,
                     .wpcf7 form .wpcf7-response-output {
                        position: absolute;
                        left: 0;
                        right: 0;
                        margin: 10px auto 0;
                        color: #000;
                        font-size: 12px;
                        text-align: center;
                    }

.git-form-button {
    margin: 15px 0 0;
}

/** Map Section ***/

.section-map {
  position: relative;
  display: block; 
  overflow: hidden;
}

.map-loc {
   position: relative;
   display: block; 
   padding-bottom: 50px; 
   z-index: 2;
}

.map-loc iframe {
   width: 100%; 
   margin: 0 auto; 
   max-height: 481px;
}

.ip-contact-agent-img-bg {
    top: auto;
    bottom: -40px;
    left: -40px;
    width: 180px;
}

.ip-contact-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%);
}



/*******************************************************
 *
 * 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-contact-agent-container {
        padding: 7.475vw 0 8.938vw;
    }




}

@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-contact-agent-col {
        display: block;
        width: 100%!important;
    }

    .ip-contact-agent-content {
        padding: 50px 0 0;
    }

    .ip-contact-agent-img-main {
        width: calc(100% - 30px);
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-contact-agent-img-bg {
        bottom: -15px;
        left: -15px;
    }

    .ip-contact-agent-title {
        text-align: center;
    }

    .ip-contact-agent-title strong {
        margin-top: 30px;
        font-size: 14px;
        letter-spacing: 0.350em;
    }

    .ip-contact-agent-contacts {
        display: block;
        text-align: center; 

    }


.ip-contact-agent-row {
    flex-flow: column;
}


    .ip-contact-agent-container {
        padding: 20px 0 60px;
    }

    .ip-contact-content-row {
        display: block;
    }

    .ip-contact-content-col {
        width: 100%!important;
    }

    .ip-contact-content {
        padding: 0 0 30px!important;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-contact-content p {
        font-size: 15px;
        max-width: 100%!important;
        margin-top: 20px;
    }

    .ip-contact-content h2 {
        font-size: 30px;
    }

    .ip-contact-stats-item {
        display: block;
        width: 100%;
        margin-bottom: 0!important;
    }

    .ip-contact-stats-container {
        padding: 50px 15px;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-contact-stats-item h2 {
        font-size: 45px;
    }

    .ip-contact-stats-item strong {
        font-size: 15px;
        letter-spacing: 0.100em;
    }

    .ip-contact-stats-item strong:before {
        height: 40px;
    }

    .ip-contact-stats-item:not(:last-child) {
        margin-bottom: 40px!important;
    }

    .ip-contact-stats-btn-list {
        margin: 0;
    }

    .ip-contact-stats-btn:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-contact-content-row:not(:last-child) {
        margin-bottom: 70px;
    }

    .ip-contact-content-img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-contact-content-container {
        padding-bottom: 50px;
    }

.ip-contact-agent-col:first-child {

    padding-right: 0; 
    margin-right: 0; 
    border-right: 0; 
}

.ip-contact-agent-content img {
   margin: 0 auto;
}
.ip-contact-agent-content p {
    text-align: center;
}
.ip-contact-agent-contacts span,
.ip-smi {
    justify-content: center;
}

.site-button a, .site-button button, .site-button > span {
        min-width: 145px;
        font-size: 15px;
        padding: 21px 30px 20px calc(30px + 0.1em);
    }

}

/* 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) {
}