.ftr-hv{
    display: none;
}

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

.hv-page-smi a{
    font-size: 25px;
    margin-right: 33px;
    color: #a33038;
    transition: all ease-in-out 0.35s;
}
.hv-page-smi a:last-child{
    margin-right: 0;
}
.hv-page-smi a:hover{
    opacity: 0.6;
}
.hv-page-right {
    position: relative;
    width: 694px;
/*    height: 869px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hv-page-right::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.hv-page-right-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.hv-page-right-bg canvas{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.hv-page-container .hv-container a {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
    line-height: 29px;
}
.hv-page-container .hv-container a i {
    color: #a33038;
    margin-right: 8px;
    padding-top: 7px;
}
.hv-page-logo img{
    filter: brightness(0) invert(1);
}
.hv-page-container {
    max-width: 1554px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.hv-page-logo{
    margin-bottom: 35px;
}
.hv-page-smi{
    margin-top: 20px;
}
.hv-page-left {
    position: relative;
    width: 844px;
/*    height: 869px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hv-page-left::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.hv-page-left  .submit-wrap {
    position: relative;
    width: fit-content;
    height: fit-content;
    margin: 0;
    margin-top: 50px;
}
.hv-page-info p{
    font-size: 18px;
    font-weight: 500;
    font-family: var(--poppins);
    letter-spacing: 0.02em;
    line-height: 26px;
    color: #565656;
}
.hv-page-info{
    margin-bottom: 25px;
}
.hv-page-left .section-title span{
    font-size: 90px;
    margin-left: -5px;
}
.hv-page-left .section-title{
    margin-bottom: 65px;
}
.hv-page-left .section-title p{
    font-size: 38px;
}
.hv-page-left .hp-btn {
    width: 239px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--poppins);
    letter-spacing: 0.34em;
    color: #565656;
    border: 2px solid #767676;
    background: none;
    outline: none;
    text-transform: uppercase;
    transition: all ease-in-out 0.35s;
}
.hv-page-left .hp-btn:hover{
    color: white;
    background: #a33038;
    border: 2px solid #a33038;
}
.hv-page-left .input-wrp {
    margin-bottom: 25px;
}
.left-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 530px;
}
.hv-page-left-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.safari-true .hv-page-left-bg canvas{
    background-attachment: scroll;
}
.safari-true .hv-page-right-bg canvas{
    background-attachment: scroll;
}
.hv-page-left-bg canvas{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.hv-page-left  .sidebyside.input-wrp span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
}
.hv-page-form{
    width: 100%;
    position: relative;
}
.hv-page-form .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    position: absolute;
    bottom: -15px;
    margin: 0;
    width: 100%;
    text-align: center;
}
.hv-page-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content !important;
    font-size: 12px;
}
.hv-page-left .submit-wrap::after{
    display: none;
}
.hv-page-left .sidebyside.input-wrp {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.hv-page-left .input-wrp input, .hv-page-left .input-wrp textarea, .hv-page-left .input-wrp select {
    width: 100%;
    padding: 0px 4px;
    background: transparent;
    border-bottom: 1px solid #a3a2a3;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--poppins);
    letter-spacing: 0.02em;
    color: #565656;
    height: 55px;
    line-height: 26px;
}
.hv-page-left .input-wrp select {
    border: none;
    border-bottom: 1px solid #a3a2a3;
    padding: 0;
}
.hv-page-left .input-wrp textarea {
    padding-top: 15px;
    height: 100px;
}


.hv-page-smi a img{
    width: 20px;
}
.input-wrp h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #515151;
    font-family: var(--poppins);
}
.hv-page-info h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.input-wrp {
    padding-top: 10px;
}

body.page-id-11 section.ftr-contact {
    display: none !important;
}

/*.hv-page-container {
    display: none;
}*/

@media only screen and (max-width: 1570px) {
    .hv-page-right {
        width: 44.6589446589%;
    }
    .hv-page-left {
        width: 54.3114543115%;
    }
    .hv-page-left .section-title span {
		font-size: clamp(3.125rem, 6.579vw - 0.954rem, 5.625rem);
	}
	.hv-page-left .section-title p {
		font-size: clamp(1.563rem, 2.138vw + 0.237rem, 2.375rem);
	}
    .hv-page-info p{
        font-size: clamp(0.75rem, 0.987vw + 0.138rem, 1.125rem);
    }
    /*.hv-page-left,.hv-page-right {
        height: clamp(51.25rem, 8.059vw + 46.253rem, 54.313rem);
    }*/
    .hv-page-container {
        max-width: 97%;
    }
    .hv-page-left .hp-btn{
        width: 19vw;
		font-size: clamp(0.688rem, 0.539vw + 0.353rem, 1rem);
    }
    .hv-page-logo img{
        /* width: clamp(18.75rem, 20.724vw + 5.901rem, 26.625rem); */
    }
    .hv-page-left .section-title {
        margin-bottom: clamp(1.875rem, 5.757vw - 1.694rem, 4.063rem);
    }
    .hv-page-info {
        margin-bottom: clamp(0.313rem, 3.289vw - 1.727rem, 1.563rem);
    }
}
@media only screen and (max-width: 1199px) {
    .hv-page-left-bg canvas{
        background-attachment: scroll;
    }
    .hv-page-right-bg canvas{
        background-attachment: scroll;
    }
}
@media only screen and (max-width: 991px) {
    .hv-page-smi a img{
        width: 17px;
    }
    .hv-page-container {
        flex-direction: column;
    }
    .hv-page-left, .hv-page-right {
        height: fit-content;
        padding: 100px 0px;
        width: 97%;
    }
    .left-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .hv-page-info p {
        font-size: 13px;
        text-align: center;
    }
    .hv-page-left .hp-btn {
        width: 200px;
        font-size: 13px;
    }
    .hv-page-left{
        margin-bottom: 30px;
    }
    .hv-page-left .submit-wrap {
        margin: auto;
    }
    .hv-page-logo img {
        width: 250px;
    }
    .hv-page-smi a {
        font-size: 20px;
    }
    .hv-page-smi a img{
        width: 19px;
    }
    .hv-page-info h3,
    .input-wrp h2 {
        text-align: center;
    }
    .hv-page-form .wpcf7 form .wpcf7-response-output {
        bottom: auto !important;
    }
}
@media only screen and (max-width: 767px) {
    .left-container {
        max-width: 385px;
    }
    
}
@media only screen and (max-width: 480px) {
    .left-container {
        max-width: 280px;
    }

    .hv-page-left, .hv-page-right {
        height: fit-content;
        padding: 100px 3px;
        width: 99%;
    }
}