/* Section Banner 2 column */
.section-banner {
    /* display: flex;
    flex-wrap: nowrap; */
    padding-top: 95px;
    padding-bottom: 30px;   
    position: relative;
}
.page-template-template-about-page .section-banner{
    background: #26273B;
}
.section-banner .draw-line {
    width: 100%;
    padding-left: 47px;
    padding-right: 15px;
    margin-top: -130px;
}
.section-banner .banner-top {
    display: flex;
    flex-wrap: nowrap;
}
.banner-left {
    width: 52.4%;
    z-index: 2;
}
.banner-right {
    width: 47%;
    padding-left: 57px;
    /* display: flex;
    flex-wrap: wrap; */
    z-index: 2;
}
.banner-image-container {
    position: relative;
    width: 100%;
    padding-bottom: 69.76%;
    mix-blend-mode: darken;
    background-image: url(../images/h1-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.title-cut-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: lighten;
    width: 100%;
    height: 100%;
}
.bn-title {
    font-weight: 700;
    font-size: 150px;
    line-height: 100%;
    white-space: nowrap;
    text-transform: uppercase;
}
.bn-title.title-cut-1 {
    mix-blend-mode: darken;
    background-image: url(../images/h1-background.png);
    background-size: contain;
}
.banner-img {
    display: none;
}
.title-cut-1 >div {
    position: relative;
    width: 100%;
    height: 100%;
    mix-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.title-cut-1 >div >span {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.title-cut-2 {
    height: fit-content;
    overflow: hidden;
    margin-top: 100px;
    /* background-image: url(../images/text-background.png);
    background-position: center; */
    position: relative;
    mix-blend-mode: darken;
}
.title-cut-2 >div:first-child {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-image: url(../images/text-background.png);
    background-position: center;
    background-size: contain;
    margin-left: 3px;
    margin-top: 3px;
}
.title-cut-2 >div:last-child {
    background: #26273B;
    mix-blend-mode: inherit;
    color: #fff;
    margin-bottom: -2px;
}
.banner-sub-title-1 {
    width: 65%;
    margin-left: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #231A11;
}
.banner-sub-title-1 a {
    color: #231A11;
    text-decoration: underline;
}

.banner-sub-title-2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 52px;
    color: #F1F0F5;
    max-width: 505px;
}
.banner-sub-title-1,
.banner-sub-title-2 {
    padding-top: 27px;
    padding-right: 40px;
}
@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}
.draw-line.aos-animate path {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    -webkit-animation: dash 5s linear forwards; 
    animation: dash 5s linear forwards;
}
.draw-line {
    z-index: 1;
}
/* End section Banner 2 column*/

/* Section Banner 1 column */
.banner-one-column {
    position: relative;
    width: 100%;
}
.banner-one-column .image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0b1578;
    opacity: 0.7;
}
.one-column-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
}

.one-column-title {
    font-weight: 700;
    text-align: left;
    color: #FFCA0C;
    text-transform: uppercase;
}
.one-column-content {
    padding: 120px 25px;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1350px) {
    .one-column-content {
        padding: 120px 40px;
    }
}
@media (max-width: 767px) {
    .one-column-content {
        padding: 120px 16px;
    }
}

.one-column-des {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    color: #FBFBFB;
    margin-top: 22px;
    max-width: 623px;
}
.one-column-des p {
    margin-bottom: 40px;
    font-weight: 400;
}

@media (min-width: 1025px){
    .one-column-title {
    font-size: 64px;
    line-height: 104px;
}
}
/* End section Banner 1 column*/

/* Section Our Visions */
.page-template-template-about-page section.section.our_vision-section {
    padding-top: 103px;
    padding-bottom: 27px;
    background-image: linear-gradient(to right, #FAFAFC, #DBDBE6);
}
.page-template-template-about-page .our_vision-section .section-container {
    /* padding-left: 25px;
    padding-right: 25px; */
    padding: 0;
}
.page-template-template-about-page .section-container .why-choose-us-list {
    max-width: 1040px;
    margin: auto;
    justify-content: space-between;
    margin-top: 33px;
}
.about-sub-heading {
    display: block ;
    position: relative;
    text-align: center;
    margin-bottom: 32px;
}

/* .about-sub-heading:before {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 2px;
    background: #231A11;
}
.about-sub-heading:after {
    content: '';
    height: 5px;
    width: 5px;
    display: block;
    background: #231A11;
    border-radius: 50%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
} */
.our_vision-section .section-container .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    max-width: 678px;
    margin: auto;
}
.our_vision-section .section-container .description h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #231A11;
    max-width: 678px;
    margin: auto;
}
.page-template-template-about-page .why-choose-us-list .item:first-child {
    padding-left: 0;
}
.page-template-template-about-page .why-choose-us-list .item {
    max-width: 184px;
}
.page-template-template-about-page .why-choose-us-list img {
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 184px;
    object-fit: cover;
}
.why-choose-us-list .item {
    border-right: unset;
    padding: 0 !important;
}
.why-choose-us-list .item h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 33px;
}

/* End Section Our Visions */
#gallery {
    padding: 100px 0;
}
.page-template-template-about-page .our_technological_expertise-section .expertise-item .item:after {
    content: '';
    width: 200%;
    aspect-ratio: 386 / 254;
    /* height: 150%; */
    position: absolute;
    top: 70%;
    left: -65%;
    background-image: url(../images/image-shadow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    animation: all .5s;
    -webkit-animation: all .5s;
    transition: all .5s;
    z-index: 5;
    display: none;
}
.page-template-template-about-page .our_technological_expertise-section .expertise-item .item.active-one:after {
    display: block;
}
.page-template-template-about-page .our_technological_expertise-section .expertise-item .item:hover:after {
    opacity: 1;
    animation: all .5s;
    -webkit-animation: all .5s;
    transition: all .5s;
}
.page-template-template-about-page #image-gallery {
    position: relative;
    max-width: 864px;
    margin: 0 auto;
}
.ourteam-item-listing .swiper-container {
    overflow: visible;
}
.about-page .ourteam-item-listing .swiper-slide {
    padding-bottom: 57.36%;
}
.ourteam-item-listing .slick-list {
    overflow: visible;
}
.page-template-template-about-page .home-home-contact-us h2 {
    color: #fbfbfb;
}
.lightbox {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
}
.lightbox .lb-nav a.lb-next {
    width: 50%;
}
.lightbox .lb-nav a.lb-prev {
    width: 50%;
}
.lightbox .lb-image {
    border: none;
}
.lightbox .lb-dataContainer {
    position: fixed;
    top: 0;
    right: 20px;
    padding: 0;
}
#image-gallery #customNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}
#customNav button {
    padding: 10px;
    height: auto;
    line-height: 1;
    background-color: transparent;
    color: #000;
    font-size: 20px;
    transition: 0.3s all;
    margin: 0 15px;
}
#customNav button:hover {
    color: #FFCD06;
}
#customNav #counter {
    font-size: 20px;
    font-weight: 600;
    color: #4F4F4F;
    letter-spacing: 4px;
}
.protect-nav {
    position: relative;
}
.protect-nav .clone-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: calc(100% + 100px);
    display: flex;
    justify-content: space-between;
}
.protect-nav .clone-btn {
    
}
.protect-nav:hover .clone-btn {
    opacity: 0.7;
    transition: .3s;
}
.protect-nav .clone-btn:hover {
    opacity: 1;
}
.protect-nav .clone-btn.disable {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.ecommerce-development .section-platforms {
    padding: 47px 0 56px;
}
.ecommerce-development .section-platforms h2 {
    text-align: center;
    margin: 0 0 60px;
    color: #183B56;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}
.ecommerce-development .section-platforms .wrapper {
    height: 75px;
    display: flex;
}
.ecommerce-development .section-platforms img {
    max-height: 100%;
    margin: auto;
}
.about-page .ourteam-item-listing .swiper-slide:before {
    display: none;
}
.section-ourteam {
    background-image: linear-gradient(to right, #FAFAFC, #DBDBE6);
    padding: 44px 0 124px;
}
.section.section-ourteam .container {
    max-width: 991px;
}
.section-ourteam .description {
    text-align: center;
    margin-bottom: 59px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
}
.section-ourteam h2 {
    text-align: center;
}
.section-ourteam .slick-arrow {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/arrow-right-yellow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    background-color: transparent;
    z-index: 1;
}
.section-ourteam .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: -97px;
}
.section-ourteam .slick-next {
    right: -97px;
}
.section-ourteam .image {
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    -webkit-clip-path: polygon(4.2% 0, 94.2% 0, 91% 100%, 1% 100%);
    margin-left: -4.6%;
    margin-right: -4.6%;
    padding-top: 43.6%;
    height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-ourteam .image img {
    opacity: 0;
}
/* Section The People Behind the Success */
.section-about-teams {
    padding: 60px 0;
}
.section-about-teams .title-section {
    text-align: center;
    margin-bottom: 64px;
}
.section-about-teams .teams-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
/* Featured Member (First Card) */
.section-about-teams .team-member {
    flex: 0 0 calc((100% - 30px * 3) / 4);
    transition: all 0.4s;
    position: relative;
}
.section-about-teams .team-member .team-member-hover:before {
    background: linear-gradient(90deg, #FAFAFC 0%, #DBDBE6 100%);
    transition: all 0.4s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-about-teams .team-member .team-member-inner {
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;    
    min-height: 367px;
}

.section-about-teams .team-member .team-image-wrapper {
    margin: 0 0 16px;
    border-radius: 4px;
    overflow: hidden;
}

.section-about-teams .team-member .team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 0.9818;
    object-position: top center;
}

.section-about-teams .team-member .team-name {
    margin: 0 0 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #101827;
}

.section-about-teams .team-member .team-position {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #7A7A7A;
}

.section-about-teams .team-member .team-excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #231A11;
    margin: 0 0 24px;
    text-align: left;
}

.section-about-teams .team-member .team-contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

.section-about-teams .team-member .team-email,
.section-about-teams .team-member .team-phone {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    color: #7A7A7A;
}

.section-about-teams .team-member .team-email:hover,
.section-about-teams .team-member .team-phone:hover {
    text-decoration: underline;
}

.section-about-teams .team-member .team-socials {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    margin-top: auto;
    margin-left: auto;
}

.section-about-teams .team-member .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.section-about-teams .team-member .social-link:hover {
    opacity: 0.8;
}

.section-about-teams .team-member .social-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-about-teams .team-member:hover .team-member-hover {
    opacity: 1;
    z-index: 1;
    transform: translateX(0);
}
.section-about-teams .team-member .team-image.image-hover {
    width: 48px;
    height: 48px;
    object-position: top center;
}
.section-about-teams .team-member .team-member-default {
    padding-bottom: 28px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-about-teams .team-member .team-member-hover {
    /* position: absolute; */
    /* top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translateX(-101%);
    transition: all 0.35s;
}

.section-about-teams .team-member:hover .team-member-hover {
    opacity: 1;
    z-index: 1;
}

.section-about-teams .team-member .team-image.image-hover {
    width: 48px;
    height: 48px;
    object-position: top center;
}

.section-about-teams .team-member .team-member-hover .team-image-wrapper {
    margin-bottom: 12px;
}

.section-about-teams .team-member .team-member-hover .team-name {
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2C3377;
}

.section-about-teams .team-member .team-member-hover .team-position {
    margin: 0px 0 16px;
}

.section-about-teams .team-member .team-member-hover .team-excerpt {
    border-top: 1px solid #E5E7EB;
    padding-top: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #7A7A7A;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical; */
}

.section-about-teams .team-member .team-member-hover .team-info {
    width: 100%;
    margin-top: auto;
    display: flex;
    gap: 10px;
}

.section-about-teams .team-member .team-member-default {
    padding-bottom: 28px;
}
    
.section-about-teams .team-member .team-content,
.section-about-teams .team-member .team-member-hover .team-image-wrapper {
    width: 100%;
}

@media(min-width: 1400px) {
    .page-template-template-about-page .home-home-insights .items .content-left{
        margin-left: 0;
    }
    .page-template-template-about-page .home-home-insights .items .image{
        right: 0;
    }
}
@media (max-width:1366px) {
    .bn-title {
        font-size: 120px;
    }
    .section-banner .draw-line {
        margin-top: -50px;
    }
}
@media (max-width:1024px) {
    .page-template-template-about-page .section-container .why-choose-us-list {
        max-width: 768px;
    }
    #gallery {
        padding: 70px 0;
    }
    .banner-right,
    .banner-left {
        width: 50%;
    }
    .bn-title {
        font-size: 100px;
    }
    .banner-sub-title-1,
    .banner-sub-title-2 {
        font-size: 20px;
        line-height: 2;
    }
    .page-template-template-about-page #image-gallery-bar {
        bottom: 50px;
    }
    .section-banner .draw-line {
        margin-top: 0;
    }
}
@media (max-width:991px) {
    .bn-title {
        font-size: 80px;
    }
}
@media (min-width:768px) {
    .banner-desc-mb {
        display: none;
    }
}
@media (max-width: 1199px) {
    .section-ourteam .slick-prev {
        left: 0;
    }
    .section-ourteam .slick-next {
        right: 0;
    }
    .section-about-teams .teams-grid {
        gap: 20px;
    }    
    .section-about-teams .team-member {
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }
}
@media (max-width:991px) {
    .section-about-teams .team-member {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}
@media (max-width:767px) {
    .section-ourteam {
        padding: 32px 0 59px;
    }
    .section-ourteam h2 {
        margin-bottom: 8px;
    }
    .section-ourteam .description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 34px;
    }
    .section-ourteam .image {
        padding-top: 41.4%;
    }
    .ourteam-item-listing .slick-list {
        transform: translateX(-30px);
    }
    .section-ourteam .slick-arrow {
        width: 20px;
        height: 20px;
    }
    .section-ourteam .slick-prev {
        left: -4px;
    }
    .section-ourteam .slick-next {
        right: -4px;
    }
    .protect-nav .clone-nav {
        display: none;
    }
    .bn-title {
        font-size: 37.5px;
    }
    .section-banner .banner-top {
        flex-wrap: wrap;
    }
    .banner-desc-mb {
        width: 100%;
    }
    .banner-right .banner-sub-title-2 {
        display: none;
    }
    .section-banner .draw-line {
        display: none;
    }
    .section-banner {
        padding-top: 83px;
    }
    .banner-right {
        padding-left: 35px;
    }
    .title-cut-2 {
        margin-top: 24px;
    }
    .title-cut-1>div>span {
        top: 24px;
    }
    .banner-sub-title-1,
    .banner-sub-title-2 {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        padding-top: 14px;
    }
    .section.section-banner {
        min-height: auto;
    }
    .page-template-template-about-page section.section.our_vision-section {
        padding: 40px 0;
    }
    .our_vision-section .section-container .description {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        max-width: 100%;
        letter-spacing: 0.02em;
        margin-bottom: 20px;
    }
    .page-template-template-about-page .why-choose-us-list .item {
        max-width: 100%;
    }
    .page-template-template-about-page .section-container .why-choose-us-list {
        justify-content: center;
        margin-top: 17px;
    }
    .why-choose-us-list .item h5 {
        font-size: 16px;
        line-height: 28px;
        margin: 8px 0 0;
    }
    .about-sub-heading {
        margin-bottom: 20px;
    }
    #gallery {
        padding: 40px 0;
    }
    .page-template-template-about-page .home-home-insights .heading .sub-heading {
        padding-bottom: 2px;
    }
    #image-gallery #customNav {
        margin-top: 16px;
    }
    #customNav button,
    #customNav #counter {
        font-size: 16px;
    }
    .section-about-teams .team-member .team-member-hover {
        position: static;
        opacity: 1;
        padding: 0;
        transform: translateX(0);
    }
    .section-about-teams .team-member .team-member-hover:before {
        display: none;
    }
    .section-about-teams .team-member .team-member-default {
        display: none;
    }
    .section-about-teams .team-member .team-image.image-hover {
        width: 100%;
        height: 100%;
    }
    
    .section-about-teams .team-member {
        margin-bottom: 28px;
    }
    
    .section-about-teams .team-member:hover:before {
        opacity: 0;
        z-index: -1;
    }
    .section-about-teams .team-member:before {
        z-index: -1;
    }
}
@media (max-width: 575px) {
    .one-column-content {
        padding: 129px 16px 14px;
    }
    .one-column-des {
        margin-top: 29px;
    }
    .one-column-des {
        font-size: 12px;
        line-height: 125%;
        letter-spacing: 0;
    }
    .section-about-teams .teams-grid {
        gap: 20px;
    }
    
    .section-about-teams .team-member {
        flex: 0 0 100%;
    }
}
@media (max-width:360px) {
    .page-template-template-about-page .active-progress-bar {
        min-width: 220px;
    }
}