/* Slider */
rs-module-wrap#rev_slider_10_1_wrapper {
    max-width: 100% !important;
}


/* Global */
.standard-ip-container {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

/* Page Title and Breadcrumbs */
.ip-breadcrumbs {
    font-size: 14px;
    color: #000;
    margin: 0 0 32px;
}

.ip-breadcrumbs a {
    color: #000;
}

.ip-breadcrumbs .breadcrumb_last {
    font-weight: 700;
    color: #000CFF;
}

.ip-title h1 {
    margin: 0;
    padding: 0;
    font-size: clamp(30px,2.083vw,40px);
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.standard-ip-title {
    padding: 45px 0 95px;
}

/* Top Section */
.ip-gallery-top {
    padding: 0 0 100px;
}

.ip-gallery-top .ip-gallery-top-main {
    max-width: 966px;
    width: 100%;
    margin: auto;
}

/* Middle Section */
.ip-gallery-mid {
    min-height: 600px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.ip-gallery-mid .bg-canvas {
    opacity: 0.5;
}

.ip-gallery-mid-main {
    max-width: 1119px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.ip-gallery-mid-main h2 {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    font-size: clamp(45px,3.646vw,70px);
    margin: 0 0 20px;
}

.ip-gallery-mid-main p {
    max-width: 974px;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: clamp(18px,1.302vw,25px);
    line-height: 1.3;
    font-weight: 300;
}

.ip-gallery-mid .bg-canvas {
    background-position: center 68%;
}

/* Bottom */
.ip-gallery-bot {
    padding: 100px 0 50px;
}

.hp-social-icons-item {
    width: calc(100% / 6);
    padding: 12px 5px;
}

.hp-social-icons-item a {
    height: clamp(120px,11.979vw,230px);
    width: 100%;
    background: #fcda00;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    color: #fff;
    font-size: clamp(59px,5.833vw,112px);
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    transition: all .3s ease;
}

.hp-social-icons-item a:hover {
    background: #fcd900;
    color: #0000d2;
}

.hp-social-icons-item em {
    display: block;
    line-height: 1;
    position: relative;
    font-size: 14px;
    font-style: normal;
    margin: 20px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.hp-social-icons-item i {
    display: block;
}


@media only screen and (max-width: 1023px) {


    .hp-social-icons-item {
        width: calc(100% / 2);
    }

    rs-arrow.tp-leftarrow.tparrows.bordered_arrows {
        left: 50% !important;
        transform: translateX(calc(-50% - 29px)) translateY(-80px) !important;
    }

    rs-arrow.tp-rightarrow.tparrows.bordered_arrows {
        right: 50% !important;
        transform: translateX(calc(50% + 29px)) translateY(-80px) !important;
        left: auto !important;
    }

}

@media only screen and (max-width: 480px) {
    #rev_slider_10_1_wrapper .bordered_arrows.tparrows {
        display:block!important
    }
}
