/* Override */
#inner-page-wrapper > .custom-container {
    max-width: 100%;
    padding: 0;
}

/* Section 1 */
.ip-about-sec.sec-1 {
    padding: 100px 0;
}

.sec-1 .ip-about-col.img {
    width: 40%;
}

.sec-1 .ip-about-col.content {
    width: 60%;
    padding: 0 30px 0 0;
}

.sec-1 .ip-about-desc {
    font-size: clamp(19px, 1.3vw, 25px);
    font-weight: 300;
    line-height: 1.3;
    color: var(--secondary);
}

/* Section 2 */
.sec-2 {
    padding: 100px 0;
    background: var(--secondary);
}

.sec-2 .ip-about-main {
    margin: 0 -15px;
}

.ip-about-mv-col-inner {
    box-shadow: -4px 5px 49px 0px rgba(54, 54, 54, 0.06);
    padding: 30px;
    min-height: 500px;
    background: #fff;
    overflow: hidden;
}

.ip-about-mv-col {
    width: 50%;
    padding: 15px;
}

.ip-about-mv-desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    font-size: clamp(17px,1.04vw,20px);
    line-height: 1.5;
    color: var(--secondary);
    opacity: 0;
    visibility: hidden;
    transition: var(--default-transition);
    transform: translateY(30px);
}

.ip-about-mv-col .bg-canvas {
    opacity: 0.2;
}

.ip-about-mv-col h3 {
    color: var(--secondary);
    font-family: var(--font-family-title);
    margin: 0;
    font-size: clamp(22px,1.3vw,25px);
    transition: var(--default-transition);
}

.ip-about-mv-col-inner:hover h3 {
    opacity: 0;
    visibility: hidden;
}

.ip-about-mv-col-inner:hover .ip-about-mv-desc {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Section 3 */
.sec-3 {
    padding: 100px 0;
}

.ip-about-pres-col.img {
    width: 45%;
    padding: 0 30px 0 0;
}

.ip-about-pres-col.content {
    width: 55%;
}

.ip-about-pres-col.content .ip-about-pres-col-inner {
    padding: 50px;
    box-shadow: -4px 5px 49px 0px rgba(54, 54, 54, 0.06);
}

.ip-about-pres-txt {
    font-size: clamp(19px, 1.3vw, 25px);
    font-weight: 300;
    line-height: 1.3;
    color: var(--secondary);
}

.ip-about-pres-txt p:last-child {
    margin-bottom: 0;
}

/* Section 4 */
.sec-4 {
    padding: 100px 0;
}

.ip-team-item {
    width: calc(100% / 3);
    padding: 15px;
}

.ip-team-holder {
    margin: 0 -15px;
}

.ip-team-item-inner {
    box-shadow: -4px 5px 49px 0px rgba(54, 54, 54, 0.06);
}

.ip-team-item h3 {
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: clamp(17px,1.04vw,20px);
    font-family: var(--font-family-title);
    color: var(--secondary);
}

.ip-team-item span {
    margin: 0;
    padding: 0 15px 15px;
    text-align: center;
    font-size: clamp(15px,0.89vw,17px);
    font-family: var(--font-family-default);
    color: var(--secondary);
    text-align: center;
    display: block;
}

/* Middle */
.ip-services-mid {
    background: linear-gradient(0deg, rgba(52, 54, 54, 1) 0%, rgba(116, 141, 158, 1) 100%);
    padding: 155px 15px;
    text-align: center;
}

.ip-services-mid > .bg-canvas {
    filter: grayscale(1);
    opacity: 0.2;
}

.ip-services-mid h2 {
    font-size: clamp(20px, 1.56vw, 30px);
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    font-family: var(--font-family-title);
    margin: 0;
    color: #fff;
}

.ip-services-mid .global-btn {
    margin: 50px 0 0;
}

.ip-services-mid .global-btn a {
    margin: auto;
}

.ip-services-mid-main span {
    display: block;
    font-size: clamp(14px, 0.89vw, 17px);
    font-family: var(--font-family-title);
    font-weight: 400;
    letter-spacing: 0;
    margin: 30px 0 0;
    color: #fff;
}

/* Bottom */
.ip-proj-contact-txt {
    padding: 100px 0;
    text-align: center;
    background: var(--primary);
}

.ip-proj-contact-txt-container {
    max-width: 880px;
    width: 100%;
    margin: auto;
}

.ip-proj-contact-txt-main h2 {
    font-family: var(--font-family-title);
    font-size: clamp(40px,4.69vw,90px);
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    color: var(--primary);
    margin: 0 0 36px;
}

.ip-proj-contact-txt-main h2 span {
    color: #fff;
    text-shadow: none;
}

.ip-proj-contact-txt .global-btn a {
    margin: auto;
}

.ip-proj-contact-txt .global-btn a::before {
    background: #fff;
}

.ip-proj-contact-txt .global-btn a::after {
    background: var(--secondary);
}

.ip-proj-contact-txt .global-btn a:hover {
    color: var(--secondary);
}

.ip-proj-contact-txt .global-btn a:hover::after {
    background: #FFF;
}

.ip-proj-contact-txt .global-btn a:hover::before {
    background: transparent;
}

.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -28px;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}

@media only screen and (max-width: 1024px) {

    .ip-services-item {
        width: 100%;
    }
    
    .sec-1 .ip-about-col.content {
        width: 100%;
        padding: 0 0 30px;
    }

    .sec-1 .ip-about-col.img {
        width: 100%;
    }

    .ip-about-mv-col {
        width: 100%;
    }

    .ip-about-pres-col.img {
        width: 100%;
        padding: 0 0 30px;
    }

    .ip-about-pres-col.img .img-bord {
        max-width: 500px;
        width: 100%;
        margin: auto;
    }

    .ip-about-pres-col.content {
        width: 100%;
    }

    .ip-about-pres-col.content .ip-about-pres-col-inner {
        padding: 50px 15px;
    }

    .ip-team-item {
        width: 100%;
    }

    .ip-team-item-inner {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }
}