/* Container */
#inner-page-wrapper {
    margin-bottom: 0;
    background: #000;
}

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

/* Banner */
.ip-banner {
    background: #000;
}

.ip-banner canvas {
    min-height: 530px;
    background-position: top;
}

.ip-banner::before {
    background: rgba(0,0,0,.2);
}

.ip-banner-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35%;
    z-index: 3;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.6;
}

.ip-banner-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    z-index: 3;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.5;
}

.ip-banner .banner-title {
    display: block;
    z-index: 10;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3px;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    text-align: center;
}

.ip-banner .container {
    top: 56%;
}


/* Breadcrumbs */
#breadcrumbs {
    color: #adadad;
    font-size: 12px;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 10px 15px;
    letter-spacing: 2px;
}

#breadcrumbs .breadcrumb_last {
    color: #fff;
}

/* Section 1 */
.ip-sec-pac-1 {
    padding: 78px 0 88px;
}

.ip-sec-abt-main {
    max-width: 958px;
    width: 100%;
    margin: auto;
}

.ip-sec-h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3px;
    padding: 15px 0;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    margin-bottom: 35px;
}

.ip-sec-abt-main p {
    color: #fff;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.7px;
}

/* Section 2 */
.ip-sec-pac-2 {
    padding: 0 15px;
}

.ip-sec-pac-2 .container {
    padding: 0;
    max-width: 1170px;
    width: 100%;
}

.ip-pac-cta-holder {
    margin: 0 -9px;
}

.ip-pac-cta-item {
    width: calc(100% / 4);
    padding: 0 9px;
}

.ip-pac-cta-item .img-wrapper {
    overflow: hidden;
}

.ip-pac-cta-item .img-wrapper img {
    transition: all 0.3s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.ip-pac-cta-item a:hover .img-wrapper img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ip-pac-cta-item a {
    color: #fff;
    text-align: center;
    display: block;
}

.ip-pac-cta-item h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--font-family-title);
    line-height: 1.6;
    letter-spacing: 1.8px;
    margin: 27px 0;
}

.ip-pac-cta-item a span {
    display: inline-block;
    color: #969696;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

.ip-pac-cta-item a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 1px;
    width: 0;
    background: #969696;
    transition: all 0.3s ease;
}

.ip-pac-cta-item a:hover span::after {
    width: 100%;
}

/* Section 3 */
.ip-sec-pac-3 {
    padding: 112px 15px 118px;
}

.ip-sec-pac-3 .container {
    padding: 0;
    max-width: 1170px;
    width: 100%;
}

.custom-btn {
    width: 100%;
}

.custom-btn a {
    height: 48px;
    width: 100%;
    max-width: 221px;
    border: 1px solid #fff;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.3s ease;
}

.custom-btn a:hover {
    background: #fff;
    color: #000;
}

.ip-sec-pac-3 .custom-btn a {
    margin: 0;
}

.ip-sec-pac-3-left .ip-sec-pac-3-col-inner {
    max-width: 619px;
    width: 100%;
}

.ip-sec-pac-3-right .ip-sec-pac-3-col-inner {
    max-width: 473px;
    width: 100%;
    margin: 0 0 0 auto;
    height: 100%;
}

.ip-sec-pac-3-col {
    /* flex: 1; */
}

.ip-sec-pac-3-left {
    padding: 0 35px 0 0;
    width: 55.8975%;
}

.ip-sec-pac-3-right {
    padding: 0 0 0 35px;
    width: 44.1025%;
}

.ip-sec-pac-3-left canvas {
    min-height: 736px;
}

.ip-sec-pac-3-right p {
    color: #fff;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.7px;
    margin: 10px 0;
    width: calc(100% - 19px);
}

.ip-sec-pac-3-right .ip-sec-pac-3-col-inner .custom-btn {
    padding-top: 30px;
}

.ip-sec-pl-title {
    text-transform: uppercase;
    font-size: 25px;
    font-family: var(--font-family-title);
    line-height: 1.6;
    letter-spacing: 2.8px;
    text-align: center;
    color: #fff;
    margin: 0 0 73px;
}

/* Footer */
.footer {
    border-top: 0;
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {
    .ip-banner canvas {
        min-height: 250px;
    }

    .ip-pac-cta-holder {
        margin: 0 auto;
        max-width: 297px;
        width: 100%;
    }

    .ip-pac-cta-item {
        width: 100%;
        padding: 0 0 30px;
    }

    .ip-sec-pac-3-left {
        width: 100%;
        padding: 0 0 15px;
        flex: none;
    }

    .ip-sec-pac-3-left .ip-sec-pac-3-col-inner {
        max-width: 473px;
        margin: auto;
    }

    .ip-sec-pac-3-left canvas {
        min-height: auto;
    }

    .ip-sec-pac-3-right {
        padding: 0;
        flex: none;
        width: 100%;
    }

    .ip-sec-pac-3-right .ip-sec-pac-3-col-inner {
        margin: auto;
        text-align: center;
    }

    .ip-sec-pac-3 .custom-btn a {
        margin: 0 auto;
    }

    .ip-sec-pac-3-right p {
        margin: 20px 0;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {

}