/* Defaults */
.textwidget .ip-banner {
    display: none;
}

#inner-page-wrapper {
    margin: 0;
}

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

#inner-page-wrapper .ip-breadcrumbs {
    width: 100%;
    margin-bottom: 41px;
}

.img-wrapper {
    position: relative;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
}

.img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

/* Custom Banner */
.custom-ip-banner {
    position: relative;
    width: 100%;
}

.custom-ip-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.custom-ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: var(--dark);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-ip-banner h1 {
    position: absolute;
    left: 50%;
    top: 59%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    color: #fff;
    font-size: 72px;
    font-weight: 600;
    font-family: var(--font-family-title);
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
}

/* Section 1 */
.ip-ci-section {
    position: relative;
}

.sec-1 {
    padding: 0 0 88px;
}

.sec-1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    z-index: 10;
}

.sec-1 .ip-ci-section-main {
    position: relative;
    z-index: 100;
}

.sec-1 .bg-canvas {
    filter: grayscale(1);
    opacity: 0.21;
}

.ip-ci-sec-1-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 22px -15px 37px;
}

.ip-ci-sec-1-item {
    width: 50%;
    padding: 15px;
}

.ip-ci-sec-1-item a {
    display: block;
    position: relative;
}

.ip-ci-sec-1-item h3 {
    position: relative;
    max-width: calc(100% - 70px);
    width: 100%;
    margin: auto;
    padding: 20px;
    text-transform: uppercase;
    color: #333333;
    font-family: var(--font-family-title);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.04em;
    transition: all 0.3s ease;
}

.ip-ci-sec-1-item a:hover h3 {
    color: #00adef;
}

.ip-ci-sec-1-item h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 94px;
    background: #00adef;
}

.ci-h2 {
    font-size: 72px;
    font-family: var(--font-family-title);
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ci-h3 {
    color: #7ac143;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 30px;
}

.sec-1 .ci-h3 {
    margin: 9px 0 23px;
}

.sec-1 .ci-p {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/* Section 2 */
.sec-2 {
    background: #00adef;
    padding: 74px 0 87px;
}

.sec-2 .ip-ci-section-main {
    position: relative;
    z-index: 100;
}

.ip-ci-title {
    position: relative;
}

.ip-ci-title h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 15px;
}

.ip-ci-title span:not(.ip-ci-title-img) {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0 0 15px;
}

.ip-ci-title h2 .ip-ci-title-img {
    width: 290px;
    display: flex;
    justify-content: center;
}

.ip-ci-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    bottom: 29px;
    margin: auto;
    border: 1px solid #fff;
}

.ip-ci-content {
    color: #fff;
    padding: 55px 0 0;
}

.ip-ci-content h3 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 30px;
}

.ip-ci-content-row {
    padding: 0 0 42px;
}

.ip-ci-content-row h3 {
    margin: 0 0 22px;
}

.ip-ci-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
    letter-spacing: -0.004em;
}

.ip-ci-content-row p:not(:last-child) {
    margin: 0 0 23px;
}

.ip-ci-img-holder:not(.slick-initialized) .ip-ci-img-item ~ div {
    display: none;
}

.ip-ci-img-holder-wrap {
    position: relative;
}

.ip-ci-img-holder {
    font-size: 0;
}

.ip-ci-img-holder .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 279px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 20;
}

.ip-ci-img-holder .slick-dots button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    position: relative;
    border: 0;
}

.ip-ci-img-holder .slick-dots button::before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    border: 3px solid #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

.ip-ci-img-holder .slick-dots .slick-active button::before {
    opacity: 1;
}

.ip-ci-img-holder .slick-dots .slick-active button {
    background: transparent;
}

.ip-ci-img-holder-wrap p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin: 38px 0 0;
}

/* Section 3 */
.sec-3 {
    padding: 86px 0 78px;
}

.ip-ci-sec-3-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.ip-ci-sec-3-top-col.img {
    width: 42.7193%;
    display: flex;
}

.ip-ci-sec-3-top-img {
    position: relative;
}

.ip-ci-sec-3-top-img::before {
    content: '';
    position: absolute;
    left: calc(100% + 23px);
    bottom: calc(100% - 59px);
    width: 117px;
    height: 196px;
    background: url(/wp-content/uploads/2024/03/arrow-green.png) no-repeat center;
}

.ip-ci-sec-3-top-col.content {
    width: 57.2807%;
}

.ip-ci-sec-3-top-content {
    text-align: right;
    border-bottom: 2px solid #00adef;
    padding: 9px 0 18px;
}

.ip-ci-sec-3-top-content h3 {
    font-family: var(--font-family-title);
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 45px;
    color: #00adef;
    text-transform: uppercase;
}

.ip-ci-sec-3-top-desc {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
    margin: 52px 0 0;
}

.ip-ci-sec-3-img-holder {
    margin: 48px -6px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.ip-ci-sec-3-img-item {
    padding: 6px 6px 25px;
    width: calc(100% / 3);
}

.ip-ci-sec-3-img-item .img-wrapper::before {
    content: '';
    width: 100%;
    height: 245px;
    background: url(/wp-content/uploads/2024/03/ip-ci-sec3-shadow.png) no-repeat center bottom / contain;
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: -1;
    opacity: 0.55;
}

.ip-ci-sec-3-img-gal-holder:not(.slick-initialized) .ip-ci-sec-3-img-gal-item ~ div {
    display: none;
}

.ip-ci-sec-3-img-gal {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin: 55px 0 0;
}

.ip-ci-sec-3-img-gal-col.col-gal {
    width: 43.8597%;
    position: relative;
    font-size: 0;
}

.ip-ci-sec-3-img-gal-col.col-content {
    width: 56.1403%;
    display: flex;
    justify-content: center;
    padding: 20px 15px 0;
}

.ip-ci-sec-3-img-gal-holder .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 189px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    z-index: 20;
}

.ip-ci-sec-3-img-gal-holder .slick-dots button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    position: relative;
    border: 0;
    font-size: 0;
}

.ip-ci-sec-3-img-gal-holder .slick-dots button::before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    border: 3px solid #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

.ip-ci-sec-3-img-gal-holder .slick-dots .slick-active button::before {
    opacity: 1;
}

.ip-ci-sec-3-img-gal-holder .slick-dots .slick-active button {
    background: transparent;
}

.ip-ci-sec-3-img-gal-desc {
    max-width: 483px;
    width: 100%;
    margin: 44px auto 0;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

.ip-ci-sec-3-img-gal-desc span {
    font-weight: 500;
}

.ip-ci-sec-3-img-gal-desc p:not(:last-child) {
    margin: 0 0 24px;
}

/* Section 4 */
.sec-4 {
    padding: 35px 0 0;
}

.sec-4 .bg-canvas {
    filter: grayscale(1);
    opacity: 0.21;
}

.sec-4::before {
    content: '';
    position: absolute;
    right: 0;
    top: -132px;
    background: url(/wp-content/uploads/2024/03/ip-ci-sec4-logo.png) no-repeat center / cover;
    width: 435px;
    height: 232px;
    display: block;
    z-index: 120;
    pointer-events: none;
}

.sec-4::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 50%;
    height: 41%;
    display: block;
    z-index: 20;
}

.sec-4 .global-site-title {
    color: #333333;
}

.sec-4 .ip-ci-section {
    max-width: 1311px;
    width: 100%;
}

.sec-4 .ip-ci-section-main {
    position: relative;
    z-index: 100;
    padding: 0 0 111px;
}

.sec-4 .ip-ci-section-main::before {
    content: '';
    position: absolute;
    left: 238px;
    bottom: 0;
    width: 100%;
    max-width: 568px;
    height: 100%;
    background: #fff;
    z-index: 10;
    opacity: 0;
}

.ip-ci-fv-holder {
    margin: 63px -9px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 20;
}

.ip-ci-fv-item {
    padding: 9px 9px 10px;
    width: calc(100% / 3);
}

.ip-ci-fv-item a {
    position: relative;
    display: block;
    color: #333333;
    transition: all 0.3s ease;
}

.ip-ci-fv-item a:hover {
    color: #00adef;
}

.ip-ci-fv-item h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--font-family-title);
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.04em;
    margin: 15px 0 0;
    min-height: 60px;
}

.ip-ci-img-slider, .img-gal-slider, .ci-fv-slider {
    position: relative;
}

/*button.ci-fv-prev {

    left: -60px;

    position: relative;

}



button.ci-fv-next {

    left: 60px;

    position: relative;

}*/
.ci-fv-slider {
    padding: 0 60px;
}

.ip-ci-sec-3-content-container {
    display: block;
    position: relative;
    padding: 60px 0 40px;
}

.ip-ci-sec-3-logo-holder {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 35px;
    margin-left: 80px;
}

.ip-ci-sec-3-logo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-ci-sec-3-logo:not(:last-child) {
    margin-right: 50px;
}

.ip-ci-sec-3-content {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
    text-align: justify;
    padding-left: 80px;
}

.ip-ci-sec-3-logo a {
    display: inline-block;
    position: relative;
}

.ip-ci-sec-3-logo a img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 992px) {
    .ip-ci-sec-3-img-gal:nth-child(even) {
        flex-flow: row-reverse wrap;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-ci-fv-item h3 br {
        display: none;
    }

    .ip-ci-sec-3-top-content h3 {
        font-size: 36px;
    }

    .ip-ci-title span:not(.ip-ci-title-img) {
        font-size: 30px;
    }

    .ip-ci-sec-3-content {
        padding-left: 30px;
    }

    .ip-ci-sec-3-logo-holder {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-ci-sec-1-item {
        width: 100%;
    }

    .ci-h2 {
        font-size: 40px;
    }

    .ip-ci-title h2 {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .ip-ci-title::before {
        top: 0;
        bottom: 0;
    }

    .ip-ci-title {
        padding: 15px 0;
    }

    .ip-ci-title span:not(.ip-ci-title-img) {
        padding: 0;
    }

    .ip-ci-sec-3-top-col.img {
        width: 100%;
    }

    .ip-ci-sec-3-top-col.content {
        width: 100%;
    }

    .ip-ci-sec-3-top-content {
        padding: 30px 0 18px;
        text-align: center;
    }

    .ip-ci-sec-3-top-img::before {
        display: none;
    }

    .ip-ci-sec-3-top-col.img {
        justify-content: center;
    }

    .ip-ci-sec-3-img-gal-col.col-gal {
        width: 100%;
    }

    .ip-ci-sec-3-img-gal-col.col-content {
        width: 100%;
        padding: 50px 15px 0;
    }

    .sec-4 .global-site-title {
        color: #333333;
        text-align: center;
        position: relative;
        z-index: 200;
    }

    .sec-4 .ip-ci-section-main::before {
        display: none;
    }

    .ip-ci-sec-3-img-item {
        width: 100%;
    }

    .custom-ip-banner h1 {
        top: 50%;
        font-size: 40px;
    }

    .sec-4::before {
        width: 320px;
    }

    .sec-4::before {
        top: 0;
    }

    .sec-4 {
        padding: 245px 0 0;
    }

    .ci-fv-slider .global-arrow-holder {
        position: relative;
        justify-content: center;
        gap: 15px;
    }

    .ci-fv-slider {
        padding: 0;
    }

    .ip-ci-sec-3-logo-holder {
        display: block;
        margin: 0 auto 35px;
        text-align: center;
    }

    .ip-ci-sec-3-logo:not(:last-child) {
        margin: 0 0 30px;
    }

    .ip-ci-sec-3-logo {
        display: block;
    }

    .ip-ci-sec-3-logo:first-child a img {
        max-width: 200px;
    }

    .ip-ci-sec-3-logo:last-child a img {
        max-width: 270px;
    }

    .ip-ci-sec-3-content-container {
        width: 100%;
        max-width: 513px;
        margin: 0 auto;
        padding: 50px 15px 0;
    }

    .ip-ci-sec-3-content {
        padding-left: 0;
    }
}
