.shadow-title {
    font-family: var(--title-font);
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    background-image: -webkit-linear-gradient(top, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
    background-image: linear-gradient(180deg, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    margin: -0.55em 0 -0.45em -0.25em;
}
.shadow-title.color2 {
    background-image: -webkit-linear-gradient(top, #232c47 0%, rgba(20, 29, 56, 0) 91.15%);
    background-image: linear-gradient(180deg, #232c47 0%, rgba(20, 29, 56, 0) 91.15%);
}
.shadow-title.color3 {
    background-image: -webkit-linear-gradient(top, #e0e0e0 0%, rgba(220, 214, 214, 0) 93.75%);
    background-image: linear-gradient(180deg, #e0e0e0 0%, rgba(220, 214, 214, 0) 93.75%);
}
.title-area2 {
    padding: 50px 100px;
}
.title-area2 .subtitle {
    color: var(--white-color);
    text-transform: uppercase;
    margin-top: -0.4em;
    margin-bottom: 5px;
    display: block;
}
.title-area2 .title {
    color: var(--white-color);
    max-width: 430px;
    margin-bottom: -0.26em;
}
@media (max-width: 1700px) {
    .title-area2 {
        padding: 50px 50px;
    }
    .title-area .big-heading.left {
        font-size: 132px;
        top: -45px;
        left: 89%;
    }
}
@media (max-width: 1600px) {
    .title-area .big-heading.right {
        font-size: 150px;
        top: -56px;
        left: 80%;
    }
    .title-area .big-heading.left {
        font-size: 97px;
        top: -25px;
        left: 96%;
    }
}
@media (max-width: 1399px) {
    .title-area .big-heading {
        font-size: 150px;
        top: -45px;
    }
}
@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px;
    }
    .shadow-title {
        font-size: 64px;
    }
    .title-area,
    .sec-title {
        --section-title-space: 60px;
    }
    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 36px;
    }
    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 40px;
    }
    .sec-btn,
    .title-line {
        --section-title-space: 55px;
    }
    .title-area2 .title {
        max-width: 300px;
    }
    .title-area .big-heading {
        font-size: 115px;
        top: -43px;
    }
    .title-area .big-heading.left {
        font-size: 75px;
        top: -13px;
        left: 97%;
    }
}
@media (max-width: 991px) {
    .shadow-title {
        font-size: 60px;
    }
    .title-area,
    .sec-title {
        --section-title-space: 50px;
    }
    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 35px;
    }
    .sec-btn,
    .title-line {
        --section-title-space: 50px;
    }
    .sub-title.h4 {
        font-size: 22px;
    }
    .title-area .big-heading {
        font-size: 98px;
        top: -36px;
    }
}
@media (max-width: 767px) {
    .title-area2 {
        text-align: center;
    }
    .title-area2 .title {
        max-width: 100%;
    }
    .title-area .big-heading {
        font-size: 80px;
        top: -40px;
    }
}
@media (max-width: 575px) {
    .shadow-title {
        font-size: 52px;
    }
    .title-area .big-heading {
        font-size: 55px;
        top: -12px;
    }
    .title-area .big-heading.left {
        font-size: 55px;
        top: -6px;
        left: 100%;
    }
    .sec-title {
        font-size: 30px;
    }
}
@media (max-width: 375px) {
    .shadow-title {
        font-size: 40px;
    }
    .title-area2 {
        padding: 40px 20px;
    }
    .title-area .big-heading {
        font-size: 42px;
        top: 0px;
    }
    .title-area .big-heading.left {
        font-size: 42px;
        top: 0px;
    }
    .sec-title {
        font-size: 28px;
    }
}
.shape-mockup-wrap {
    z-index: 2;
    position: relative;
}
.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.shape-mockup.z-index-3 {
    z-index: 3;
    pointer-events: none;
}
.shape-mockup.z-index-1 {
    z-index: 1;
    pointer-events: none;
}
.shape-mockup .svg-img {
    height: 110px;
    width: 110px;
}
.z-index-step1 {
    position: relative;
    z-index: 4 !important;
}
.z-index-common {
    position: relative;
    z-index: 3;
}
.z-index-3 {
    z-index: 3;
}
.z-index-n1 {
    z-index: -1;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.about-logo-wrap-2 {
    position: absolute;
    right: 198px;
    z-index: 2;
    top: 50px;
    height: 150px;
    width: 150px;
    background: var(--white-color);
    border-radius: 50%;
}
.about-logo-wrap-2 .logo-icon-wrap {
    background: var(--white-color);
    border-radius: 50%;
}
.about-logo-wrap-2 .logo-icon-wrap .logo-icon-wrap__text {
    color: var(--gray-color);
}
.img-box1.about-1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.img-box1.about-1 img {
    border-radius: 24px;
}
.img-box1.about-1 .about-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: end;
    gap: 24px;
}
.img-box1.about-1 .about-left .img-box.small {
    max-width: 172px;
    max-height: 172px;
    margin-left: auto;
}
.img-box1.about-1 .about-left .img-box.small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-box1.about-1 .about-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.img-box1.about-1 .about-right .img-box.small {
    max-height: 172px;
    max-width: 172px;
}
.img-box1.about-1 .about-right .img-box.small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-box1.about-1 .about-right .img-box.big {
    max-width: 250px;
    max-height: 262px;
}
.img-box1.about-1 .about-right .img-box.big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-1-item .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--smoke-color);
    border-radius: 50%;
    margin-bottom: 20px;
}
.about-bottom-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about1-call-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.about1-call-wrapper .icon {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    background: var(--smoke-color);
    font-size: 20px;
    color: var(--theme-color);
}
.about1-call-wrapper .content p {
    margin: 0px;
    font-size: 18px;
    color: var(--black-color);
}
.about1-call-wrapper .content .link {
    font-size: 20px;
    font-weight: 600;
    color: var(--black-color);
}
.about1-call-wrapper .content .link:hover {
    color: var(--theme-color);
}
.about-bottom-1 .th-btn {
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.about-bottom-1 .th-btn:hover {
    color: var(--white-color);
}
@media (max-width: 1399px) {
    .about-logo-wrap-2 {
        right: 90px;
        top: 2px;
    }
}
@media (max-width: 767px) {
    .about-logo-wrap-2 {
        display: none;
    }
}
@media (max-width: 375px) {
    .img-box1.about-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .img-box1.about-1 .about-left {
        text-align: start;
    }
    .img-box1.about-1 .about-left .img-box.small {
        max-height: 100%;
        max-width: 100%;
    }
    .img-box1.about-1 .about-right .img-box.small {
        max-height: 100%;
        max-width: 100%;
    }
    .img-box1.about-1 .about-right .img-box.big {
        max-height: 100%;
        max-width: 100%;
    }
    .img-box1.about-1 img {
        width: 100%;
    }
}
.img-box1.about-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    position: relative;
}
.img-box1.about-2 .img3 {
    position: absolute;
    left: 4%;
    top: 79%;
}
