/* About CSS */
#inner-page-wrapper {
    padding: 0;
}

#inner-page-wrapper > .container {
    max-width: 100%;
    padding: 0;
}

.global-txt {
    font-family: var(--font-family-default);
    font-size: clamp(16px,0.89vw,17px);
    line-height: 1.7;
}

.global-txt p {
    margin: 0 0 clamp(15px,1.51vw,29px);
}

.global-txt p:last-child {
    margin: 0;
}

/* Section 1 */
.sec-1 {
    padding: 172px 15px 168px;
}

.sec-1 .ip-about-col {
    width: 50%;
}

.sec-1 .ip-about-col.img {
    padding: 0 15px 0 0;
}

.sec-1 .ip-about-col.img .img-wrapper {
    max-width: 652px;
    width: 100%;
}

.sec-1 .ip-about-col.img canvas {
    min-height: 744px;
}

.sec-1 .ip-about-col.content {
    padding: 0 0 0 15px;
}

.sec-1 .ip-about-col.content .content-inner {
    max-width: 656px;
    width: 100%;
    margin: 0 0 0 auto;
}

.sec-1 .about-txt {
    margin: clamp(30px,2.86vw,55px) 0 0;
}

.sec-1 .about-btns {
    max-width: 617px;
    width: 100%;
    margin: clamp(30px,2.86vw,55px) 0 0;
}

.sec-1 .about-btn {
    width: 50%;
}

.sec-1 .about-btn:last-child a {
    margin: 0 0 0 auto;
}

.sec-1 .about-btn:last-child {
    padding: 0 0 0 10px;
}

.sec-1 .about-btn .outline {
    border: 1px solid var(--primary);
    background: transparent;
    color: var(--primary);
}

/* Section 2 */
.sec-2 {
    padding: 80px 15px;
}

.sec-2 .ip-about-col {
    width: 50%;
}

.sec-2 .ip-about-col.content {
    padding: 0 15px 0 0;
}

.sec-2 .ip-about-col.content-list {
    padding: 0 0 0 15px;
}

.sec-2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #343A73;
    background: linear-gradient(180deg, rgba(52, 58, 115, 1) 0%, rgba(15, 98, 149, 1) 100%);
    opacity: 0.9;
    z-index: 2;
}

.sec-2 .ip-about-col.content .content-inner {
    max-width: 594px;
    width: 100%;
}

.sec-2 .about-list-item {
    background: var(--secondary);
    border-radius: 10px;
    padding: 30px 15px;
    border-left: 3px solid var(--accent);
    margin: 15px 0;
}

.sec-2 .about-list-item h3 {
    font-family: var(--font-family-title-alt);
    font-size: clamp(21px,1.56vw,30px);
    font-weight: 400;
    color: var(--accent);
    margin: 0 0 16px;
}

.sec-2 .about-list-item span {
    display: block;
    font-size: clamp(15px,0.94vw,18px);
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sec-2 .about-list-item-inner {
    max-width: 642px;
    width: 100%;
    margin: auto;
}

.sec-2 .about-txt {
    color: #fff;
    margin: clamp(25px,2.34vw,45px) 0 0;
}

/* Section 3 */
.sec-3 {
    padding: 143px 15px 203px;
}

.sec-3 .custom-container {
    max-width: 100%;
}

.sec-3 .about-txt {
    max-width: 1197px;
    width: 100%;
    margin: 30px auto;
}

.sec-3 .about-item {
    width: calc(100% / 3);
    padding: 10px;
}

.sec-3 .about-item a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 3px solid var(--accent);
}

.sec-3 .about-item a h3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    font-family: var(--font-family-title-alt);
    font-weight: 400;
    font-size: clamp(25px,2.08vw,40px);
    letter-spacing: 1px;
    text-align: center;
    color: var(--accent);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-3 .about-item .img-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #343A73;
    background: linear-gradient(180deg, rgba(52, 58, 115, 1) 0%, rgba(15, 98, 149, 1) 100%);
    opacity: 0.9;
    z-index: 2;
    transition: var(--default-transition);
}

.sec-3 .about-item a:hover .img-wrapper::before {
    opacity: 1;
}

/* Section 4 */
.sec-4 {
    padding: 0 15px;
}

.sec-4 .ip-about-col {
    width: 50%;
}

.sec-4 .ip-about-col.img .img-wrapper {
    max-width: 617px;
    width: 100%;
    margin: 0 0 0 auto;
}

.sec-4 .ip-about-col.img .img-wrapper canvas {
    min-height: 822px;
}

.sec-4 .ip-about-col.content {
    padding: 0 15px 0 0;
}

.sec-4 .about-txt {
    margin: 40px 0 0;
}

.sec-4 .about-txt-list-item-icon {
    width: 80px;
}

.sec-4 .about-txt-list-item-icon i {
    font-size: clamp(38px,2.6vw,50px);
    color: var(--secondary);
}

.sec-4 .about-txt-list-item-txt {
    width: calc(100% - 80px);
}

.sec-4 .about-txt-list-item-txt h3 {
    margin: 0;
    font-size: clamp(20px,1.3vw,25px);
    line-height: 1.7;
    color: #000;
}

.sec-4 .about-txt-list-item-txt p {
    margin: 0;
    line-height: 1.7;
    font-size: clamp(16px,0.89vw,17px);
}

.sec-4 .about-txt-list-item {
    margin: 0 0 clamp(15px,1.51vw,29px);
}

.sec-4 .about-txt-list-item:last-child {
    margin: 0;
}

/* Section 5 */
.sec-5 {
    padding: 258px 15px 178px;
}

.sec-5 .ip-about-col.img {
    width: 63.8888%;
    padding: 0 15px 0 0;
}

.sec-5 .ip-about-col.img .img-wrapper {
    max-width: 847px;
    width: 100%;
}

.sec-5 .ip-about-col.img .img-wrapper canvas {
    min-height: 476px;
}

.sec-5 .ip-about-col.content {
    width: 36.1112%;
    padding: 0 0 0 15px;
}

.sec-5 .ip-about-col.content .content-inner {
    max-width: 459px;
    width: 100%;
    margin: 0 0 0 auto;
}

.sec-5 .about-txt {
    margin: 25px 0 0;
}

@media only screen and (max-width : 1024px) {
    .img-wrapper canvas {
        min-height: auto !important;
    }

    .ip-about-col {
        width: 100% !important;
    }

    .ip-about-sec {
        padding: 50px 15px !important;
    }

    .global-title.left::after {
        margin: auto;
        left: 0;
    }

    .global-title.left {
        align-items: center;
        text-align: center;
    }

    .text-justify {
        text-align-last: center;
        -ms-text-align-last: center;
        -moz-text-align-last: center;
    }

    .global-txt {
        text-align: justify;
        text-align-last: center;
        -ms-text-align-last: center;
        -moz-text-align-last: center;
    }

    /* Section 1 */
    .sec-1 .ip-about-col.img {
        padding: 0 0 30px;
    }

    .sec-1 .ip-about-col.img .img-wrapper {
        max-width: 400px;
        margin: auto;
    }

    .sec-1 .ip-about-col.content {
        padding: 0;
    }

    .sec-1 .ip-about-col.content .content-inner {
        max-width: 500px;
        margin: auto;
        text-align: center;
    }

    .sec-1 .about-btns {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sec-1 .about-btn:last-child {
        padding: 10px 0 0;
    }

    .sec-1 .about-btn {
        width: 100%;
    }

    .sec-1 .about-btn a {
        margin: auto !important;
    }

    /* Section 2 */
    .sec-2 .ip-about-col.content {
        padding: 0 0 30px;
    }

    .sec-2 .ip-about-col.content .content-inner {
        margin: auto;
    }

    .sec-2 .ip-about-col.content-list {
        padding: 0;
        max-width: 500px;
    }

    /* Section 3 */
    .sec-3 .about-item {
        width: 100%;
        max-width: 500px;
    }

    /* Section 4 */
    .sec-4 .ip-about-main {
        flex-direction: column-reverse;
    }

    .sec-4 .ip-about-col.content {
        padding: 30px 0 0;
    }

    .sec-4 .ip-about-col.img .img-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }

    .sec-4 .ip-about-col.content .content-inner {
        max-width: 500px;
        width: 100%;
        margin: auto;
    }

    .sec-4 .about-txt-list-item-txt p {
        text-align: justify;
    }

    /* Section 5 */
    .sec-5 .ip-about-col.img {
        padding: 0;
    }

    .sec-5 .ip-about-col.img .img-wrapper {
        max-width: 400px;
        margin: auto;
    }

    .sec-5 .ip-about-col.content .content-inner {
        margin: auto;
    }

    .sec-5 .ip-about-col.content {
        padding: 30px 0 0;
    }


}