:root {
    --ip-default-transition: all 0.35s ease-in-out;
    --hover-color: #ffd607;
    --ip-font-title: "Old Standard TT", serif;
    --ip-font-default: "Montserrat", sans-serif;
}
.site-easing{
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.desc p{
    font-size: 14px;
    font-size: max(0.88vw);
    color: #000000;
    line-height: 1.667;
    letter-spacing: 0.025em;
    font-weight: 300;
    margin-bottom: 25px;
    margin-bottom: 1.56vw;
    font-family: var(--ip-font-default);
}
.desc p:last-child{
    margin-bottom: 0;
}
.desc.white p{
    color: #ffffff;
}
.desc.centered p{
    text-align: center;
}
.img-wrap {
    position: relative;
    width: 100%;
}
.img-wrap canvas {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--ip-default-transition);
}
.bg-section{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-section canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 15%;
}
.site-banner{
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
    padding-bottom: 10px;
    z-index: unset;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner{
    display: none;
}
.ip-sec{
    position: relative;
}
.flex-row{
    display: flex;
    flex-flow: row wrap;
}
.small-wrap{
    width: 100%;
    max-width: 1140px;
    max-width: 71.25vw;
    margin-left: auto;
    margin-right: auto;
}
.big-wrap{
    width: 100%;
    max-width: 1400px;
    max-width: 87.5vw;
    margin-left: auto;
    margin-right: auto;
}
header.main-header{
    display: none !important;
}
.ip-sellers-wrap{
    font-family: var(--ip-font-default);
}
/**** HEADER ****/
.sellers-hdr{
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 40px 15px 0;
}
.selers-hdr-inner{
    justify-content: space-between;
    align-items: center;
}
.sellers-hdr-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 50px;
    padding: 1.13vw 3.13vw;
    background: #000000;
    color: #ffffff !important;
    transition: var(--ip-default-transition);
    font-size: 13px;
    letter-spacing: 0.05em;
    border-radius: 5px;
    font-family: var(--ip-font-default);
}
.sellers-hdr-btn a span{
    margin-right: 7px;
}
.sellers-hdr-btn a:hover{
    background: var(--hover-color);
    color: #000000 !important;
}

/**** BANNER ****/
.banner-sec{
    
}
.banner-inner-wrap{
    position: relative;
}
.banner-inner-wrap canvas{
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center;
    min-height: 550px;
}
.banner-inner-wrap::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 35%;
    pointer-events: none;
}
.banner-inner-wrap::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    opacity: 70%;
}
.tagline-form-wrap{
    position: absolute;
    bottom: -33px;
    bottom: -2.06vw;
    left: 0;
    width: 100%;
    z-index: 2;
}
.tagline-col{
    width: 61.66%;
    padding-top: 20px;
}
.form-col{
    width: 38.34%;
    background: #000000;
    padding: 44px 50px 55px;
    padding: 44px 3.13vw 55px;
    border-radius: 5px;
}
.form-title{
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-size: 1.56vw;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--ip-font-default);
}
.form-wrap{
    margin-top: 30px;
    margin-top: max(1.88vw, 20px);
}
.wpcf7-form{
    position: relative;
}
.form-field{
    margin-bottom: 9px;
    position: relative;
}
.form-field:last-child{
    margin-bottom: 0;
}
.form-field input:not([type=checkbox], [type=radio], [type=submit]){
    width: 100%;
    border: none;
    height: 41px;
    height: max(2.56vw, 35px);
    border-radius: 5px;
    font-size: 14px;
    font-size: max(0.88vw, 10px);
    letter-spacing: 0.025em;
    color: #777777;
    padding: 14px;
    font-family: var(--ip-font-default);
}
.form-field [type=submit]{
    text-align: center;
    width: 100%;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    border-radius: 5px;
    height: 46px;
    height: max(2.88vw, 35px);
    font-size: 15px;
    font-size: max(0.94vw, 10px);
    letter-spacing: 0.075em;
    text-transform: uppercase;
    transition: var(--ip-default-transition);
    font-weight: 500;
    font-family: var(--ip-font-default);
}
.form-field [type=submit]:hover{
    background: var(--hover-color);
    border-color: var(--hover-color);
    color: #000000;
}
.form-field .wpcf7-spinner{
    position: absolute;
    left: 50%;
    margin: 0;
    top: calc(100% + 5px);
    transform: translateX(-50%);
}
.form-wrap .wpcf7 form .wpcf7-response-output{
    position: absolute;
    margin: 0;
    top: calc(100% + 10px);
    color: #ffffff;
    width: 100%;
}
.form-wrap .use-floating-validation-tip .wpcf7-not-valid-tip{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner-tagline{
    font-size: 60px;
    font-size: max(3.75vw, 40px);
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1;
    font-family: var(--ip-font-title);
}
.banner-desc{
    max-width: 588px;
    max-width: 36.75vw;
    margin-top: 10px;
}

/**** STEPS ****/
.steps-sec{
    padding: 116px 15px 126px;
    padding: 7.25vw 15px 7.88vw;
}
.site-title{
    font-size: 70px;
    font-size: 4.38vw;
    font-family: var(--ip-font-title);
    text-transform: uppercase;
    letter-spacing: -0.025em;
}
.site-title span{
    font-size: 17px;
    font-size: max(1.06vw, 14px);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 15px;
    font-family: var(--ip-font-default);
}
.site-title.centered{
    text-align: center;
}
.steps-inner{
    margin: 0 -16px;
    margin: 0 -1vw;
    margin-top: 50px;
}
.steps-item{
    width: calc(100% / 4);
    padding: 0 16px;
    padding: 0 1vw;
}
.steps-item a{
    display: block;
    position: relative;
    pointer-events: none;
}
.steps-img-wrap{
    background: #535353;
}
.steps-img-wrap img{
    opacity: 80%;
}
.steps-no{
    position: absolute;
    bottom: -15px;
    bottom: -0.94vw;
    left: -7px;
    font-size: 60px;
    font-size: 3.75vw;
    color: #fff;
    font-family: var(--ip-font-title);
    text-transform: uppercase;
    letter-spacing: -0.08em;
}
.steps-item-title{
    font-size: 15px;
    font-size: 0.94vw;
    color: #000;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 16px;
}
.steps-item .steps-desc{
    margin-top: 10px;
}
.steps-item .steps-desc p{
    font-size: 14px;
    font-size: 0.88vw;
}
.steps-btn-wrap{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.ip-btn{
    font-size: 14px;
    font-size: 0.88vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    transition: var(--ip-default-transition);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 304px;
    max-width: 19vw;
    border: 1px solid #000000;
    padding: 25px 15px;
    padding: 1.56vw 15px;
    text-align: center;
}
.ip-btn:hover{
    background: var(--hover-color);
    border-color: var(--hover-color);
}
.ip-btn .ai-font-phone{
    margin-right: 10px;
}
/**** WELCOME ****/
.wc-inner{
    align-items: center;
}
.wc-txt-col{
    width: 57.28%;
    padding-right: 55px;
    padding-right: 3.44vw;
}
.wc-img-col{
    width: 42.72%;
}
.wc-desc{
    margin-top: 5px;
}
.wc-btn-wrap{
    margin-top: 60px;
}
.wc-img-wrap{
    background: #000;
}

/**** ALTERNATING ****/
.alt-sec{
    padding: 180px 0 0;
    padding: 11.25vw 0 0;
}
.alt-inner{
    align-items: center;
}
.alt-item{
    margin-bottom: 180px;
    margin-bottom: 11.25vw;
}
.alt-item:last-child{
    margin-bottom: 0;
}
.alt-title{
    padding-bottom: 10px;
    border-bottom: 3px solid #dddddd;
    margin-bottom: 35px;
    margin-bottom: clamp(25px, 2.19vw, 35px);
}
.alt-item .wc-img-wrap{
    margin-right: -300px;
    margin-right: 18.75vw;
    width: 147.2%;
}
.alt-item .wc-img-wrap::before{
    position: absolute;
    content: '';
    width: 449px;
    width: 28.06vw;
    height: 472px;
    height: 29.5vw;
    background: #000000;
    top: -50px;
    top: -3.13vw;
    right: 0;
}
.alt-btn-wrap{
    display: flex;
    margin-top: 40px;
    margin-top: 2.5vw;
}
.alt-btn-wrap .ip-btn{
    max-width: 284px;
    max-width: 17.75vw;
    margin-right: 10px;
}
.alt-btn-wrap .ip-btn:last-child{
    margin-right: 0;
}
.alt-item:nth-child(even){
    max-width: 100%;
}
.alt-item:nth-child(even) .alt-inner{
    flex-direction: row-reverse;
}
.alt-item:nth-child(even) .wc-img-col{
    width: 42.45%;
}
.alt-item:nth-child(even) .wc-txt-col{
    width: 57.55%;
    padding: 0 0 0 60px;
    padding-left: 3.75vw;
    padding-right: 58px;
    padding-right: 3.63vw;
}
.alt-item:nth-child(even) .wc-img-wrap{
    width: 100%;
    margin: 0;
}
.alt-item:nth-child(even) .wc-img-wrap::before{
    right: unset;
    left: 0;
}
.alt-item:nth-child(even) .alt-desc{
    padding-right: 30px;
    padding-right: 1.88vw;
}
/**** TESTIMONIALS *****/
.testi-sec{
    padding: 130px 15px 100px;
    padding: 8.13vw 15px 6.25vw;
}
.testi-inner{
    display: flex;
    flex-flow: wrap;
    margin: 0 -15px;
    margin-top: 55px;
}
.testi-item:first-child{
    width: 100%;
}
.testi-item{
    padding: 0 15px;
    margin-bottom: 30px;
    width: 50%;
}
.testi-item a{
    display: block;
    position: relative;
    color: #2d4a65;
    text-align: center;
    border: 1px solid #2d4a65;
    height: 100%;
    padding: 80px 50px;
}
.testi-content{
    font-size: 16px;
    font-size: 1vw;
    line-height: 1.5;
}
.testi-stars{
    font-size: 25px;
    font-size: 1.56vw;
    margin-bottom: 17px;
}
.testi-name{
    font-size: 20px;
    font-size: 1.25vw;
    font-weight: 800;
    margin-top: 25px;
}
footer.main-footer{
    background: #202020;
    padding: 90px 15px 100px;
}
footer.main-footer::before,
footer.main-footer::after{
    opacity: 0;
}
.ip-ftr-logo-wrap{
    text-align: center;
    display: flex;
    justify-content: center;
}
.ip-ftr-info-wrap{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.ip-ftr-info-wrap li{
    padding: 0 21px;
    display: flex;
    align-items: center;
}
.ip-ftr-info-wrap li a,
.ip-ftr-info-wrap li span{
    color: #ffffff;
    transition: var(--ip-default-transition);
    font-size: 15px;
    font-size: max(0.94vw, 12px);
    letter-spacing: 0.055em;
    font-weight: 300;
}
.ip-ftr-info-wrap li span{
    margin-right: 14px;
}
.ip-ftr-info-wrap li a:hover,
.ip-ftr-copyright a:hover{
    color: var(--hover-color);
}
.ip-ftr-copyright,
.ip-ftr-copyright a{
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-size: max(0.88vw, 11px);
    letter-spacing: 0.09em;
    font-weight: 300;
    transition: var(--ip-default-transition);
}
.ip-ftr-copyright{
    margin-top: 50px;
}
.ip-ftr-mls{
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    font-size: max(1.88vw, 25px);
}
.ip-ftr-mls .ai-font-eho{
    font-size: 25px;
    margin-right: 5px;
    font-size: max(1.56vw, 20px);
}
/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (min-width: 1601px){

}
@media only screen and (max-width: 1480px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1199px){

}
@media only screen and (max-width: 991px){
    .aios-mobile-header-wrapper{
        display: none;
    }
    .banner-inner-wrap canvas{
        min-height: 350px;
    }
    .tagline-form-wrap{
        position: relative;
        bottom: unset;
        padding: 70px 15px 35px;
    }
    .small-wrap,
    .big-wrap,
    .alt-item:nth-child(even){
        max-width: 700px;
    }
    .tagline-col,
    .form-col{
        width: 100%;
    }
    .tagline-col{
        padding-top: 0;
    }
    .form-col{
        padding: 40px 50px 55px;
        margin-top: 40px;
    }
    .banner-tagline{
        color: #000;
        text-align: center;
        font-size: 45px;
    }
    .banner-desc{
        max-width: 100%;
        margin-top: 20px;
    }
    .banner-desc p{
        color: #000000 !important;
        text-align: center;
    }
    .desc p{
        font-size: 14px;
    }
    .form-title{
        font-size: 25px;
    }
    .form-field input:not([type=checkbox], [type=radio], [type=submit]),
    .form-field [type=submit]{
        height: 40px;
        font-size: 14px;
    }
    .sellers-hdr-btn a{
        padding: 10px 15px;
    }
    .steps-sec{
        padding: 35px 15px 70px;
    }
    .steps-inner{
        margin: 0 -8px;
        margin-top: 40px;
    }
    .steps-item{
        width: 50%;
        margin-bottom: 40px;
        padding: 0 8px;
    }
    .site-title{
        font-size: 45px;
        text-align: center;
    }
    .steps-no{
        font-size: 50px;
        bottom: -15px;
    }
    .steps-item-title{
        font-size: 15px;
    }
    .steps-item .steps-desc p,
    .ip-btn{
        font-size: 14px;
    }
    .ip-btn{
        max-width: 300px;
        padding: 20px 15px;
    }
    .steps-btn-wrap{
        margin-top: 20px;
    }
    .wc-sec{
        padding: 0 15px 70px;
    }
    .wc-txt-col,
    .wc-img-col,
    .alt-item:nth-child(even) .wc-txt-col,
    .alt-item:nth-child(even) .wc-img-col{
        width: 100%;
        padding: 0;
    }
    .wc-btn-wrap{
        margin-top: 30px;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .alt-sec{
        padding: 35px 15px;
    }
    .alt-item{
        margin-bottom: 60px;
    }
    .alt-btn-wrap{
        margin-top: 30px;
        display: block;
    }
    .alt-btn-wrap .ip-btn,
    .alt-btn-wrap .ip-btn:last-child{
        max-width: 350px;
        margin: 0 auto 10px auto;
    }
    .alt-item .wc-img-wrap,
    .alt-item:nth-child(even) .wc-img-wrap{
        width: 100%;
        margin-top: 50px;
    }
    .testi-sec{
        padding: 55px 15px 70px;
    }
    .testi-stars{
        font-size: 25px;
    }
    .testi-content{
        font-size: 14px;
    }
    .testi-name{
        font-size: 25px;
    }
    .testi-item{
        width: 100%;
    }
    .ip-ftr-info-wrap{
        display: block;
    }
    .ip-ftr-info-wrap li a, .ip-ftr-info-wrap li span{
        font-size: 15px;
    }
    .ip-ftr-info-wrap li{
        justify-content: center;
        margin-bottom: 15px;
        text-align: center;
        display: block;
    }
    .ip-ftr-info-wrap li:last-child{
        margin-bottom: 0;
    }
    .ip-ftr-copyright, .ip-ftr-copyright a{
        font-size: 14px;
        line-height: 1.5;
    }
    footer.main-footer{
        padding: 70px 15px;
    }
    .alt-item .wc-img-wrap::before{
        width: 40%;
        top: -25px;
    }
}
@media only screen and (max-width: 767px){
    .steps-item{
        width: 100%;
    }

}
@media only screen and (max-width: 480px){
    .sellers-hdr-logo img{
        max-width: 100px;
    }
    .sellers-hdr-btn a{
        font-size: 10px;
    }
    .form-col{
        padding: 50px 15px 50px;
    }
    .testi-item a{
        padding: 50px 15px;
    }
    .testi-title{
        font-size: 35px;
    }
    .testi-name,
    .testi-stars{
        font-size: 20px;
    }
}
