:root {
    --ip-default-transition: all 0.35s ease-in-out;
}
.site-easing{
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.desc p{
    font-size: 15px;
    font-size: max(0.938vw, 12px);
    color: #000;
    line-height: 1.467;
    letter-spacing: 0.04em;
    margin-bottom: 22px;
}
.desc.centered p{
    text-align: center;
}
.desc p:last-child{
    margin: 0;
}
.img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.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: 30px !important;!i;!io;!iom;!io;!;
    padding-bottom: 10px;
    overflow: hidden;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner{
    display: none;
}
.ip-sec{
    position: relative;
}
.flex-row{
    display: flex;
    flex-flow: row wrap;
}
.custom-banner{
    position: relative;
    line-height: 0;
}
.custom-banner canvas{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
}
.custom-banner::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    opacity: 50%;
}
.custom-banner::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 50%;
}
.ip-res-wrap a{
    color: #000000;
}
.ip-res-wrap a:hover{
    color: var(--primary);
}
.custom-wrap{
    width: 100%;
    max-width: 1310px;
    padding: 0 15px;
    margin: auto;
}
.breadcrumbs-sec{
    margin-top: 20px;
}
#breadcrumbs,
#breadcrumbs a{
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb_last{
    color: var(--primary);
}
.main-sec{
    margin-top: 40px;
    align-items: center;
}
.main-sec .left-col{
    width: 45.5%;
}
.main-sec .right-col{
    width: 54.5%;
    padding-left: 75px;
    padding-left: 4.688vw;
}
.main-img{
    background: var(--primary);
}
.main-title{
    margin: 0;
}
.main-title h2 strong{
    font-size: 65px;
    font-size: max(4.125vw, 50px);
}
.main-title h2 strong:before{
    top: 24%;
}
.main-desc{
    margin-top: 33px;
    max-width: 615px;
    max-width: 38.438vw;
}
.res-list-sec{
    margin-top: 110px;
    margin-top: max(6.875vw, 70px);
}
.res-item{
    margin-bottom: 120px;
    margin-bottom: max(7.5vw, 70px);
}
.res-item:last-child{
    margin: 0;
}
.res-item .left-col{
    width: 43.75%;
    padding-right: 48px;
    padding-right: 3vw;
}
.res-item .right-col{
    width: 56.25%;
}
.res-item-title{
    font-size: 43px;
    font-size: max(2.688vw, 35px);
    color: var(--primary);
    line-height: 0.837;
    letter-spacing: 0.05em;
    font-family: var(--font-family-title);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--secondary);
}
.ftr_overlay{
    display: none;
}
/**************************************************/
/*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){
    .main-sec{
        padding: 0 15px;
    }
    .main-sec .left-col,
    .main-sec .right-col{
        width: 100%;
        max-width: 700px;
        margin: auto;
        padding: 0;
    }
    .main-sec .right-col{
        padding-top: 30px;
    }
    .main-title h2 strong:before{
        top: calc(100% + 10px);
    }
    .main-desc{
        max-width: 100%;
    }
    .desc p{
        font-size: 15px;
    }
    .custom-wrap{
        max-width: 730px;
    }
    .res-item{
        width: 100%;
        margin: 0 auto 70px !important;!i;!;
    }
    .res-item:last-child{
        margin-bottom: 0 !important;
    }
    .res-item .left-col,
    .res-item .right-col{
        width: 100%;
    }
    .res-item .right-col{
        margin-top: 30px;
    }

}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 480px){
    .res-item-title{
        font-size: 30px;
    }
}
