/* Start who-we-are - Image and Description Card -------------------------- */

.aboutUs-cards u {
    color: #CF1FF5;
    text-decoration: none;
}
.aboutUs-cards-left .aboutUs-cards-content {
	background: url(/o/liferay-sample-batch-tepl/images/linecurve2-new.webp) 0 0 no-repeat;
	padding: 100px 33px 30px 33px;
	background-size: 100% 100%;
}

.aboutUs-cards-right .aboutUs-cards-content {
	background: url(/o/liferay-sample-batch-tepl/images/backshaperight-2-new.webp) 0 0 no-repeat;
	padding: 50px 33px 97px 33px;
	background-size: 100% 100%;
}


.aboutUs-cards-right .aboutUs-cards-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

.aboutUs-cards-left .aboutUs-cards-content, 
.aboutUs-cards-right .aboutUs-cards-content {
	height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.aboutUs-cards-right .aboutUs-cards-content {flex-direction: column-reverse;}


.aboutUs-cards-right .aboutUs-cards-content-para {
	padding: 15px 0 30px 0;
	margin: 0;
}

.aboutUs-cards-left .aboutUs-cards-content-para {
	padding: 30px 0 15px 0;
	margin: 0;
}

@media screen and (max-width: 1199px) {
	.aboutUs-cards-left .aboutUs-cards-content, 
	.aboutUs-cards-right .aboutUs-cards-content {
		height: 660px;
	}
}

@media screen and (max-width: 767px) {
	.aboutUs-cards-left .aboutUs-cards-content, 
	.aboutUs-cards-right .aboutUs-cards-content {
		height: unset;
		padding: 70px 15px 60px 15px;
		}
	}

@media screen and (max-width: 992px) {

	.aboutUs-cards-left {
		margin-bottom: 30px;
	}

	.aboutUs-cards-right .aboutUs-cards-content-para {
		padding: 20px 0;
	}

	.aboutUs-cards-left .aboutUs-cards-content-para {
		padding: 20px 0;
	}
}

/* End who-we-are - Image and Description Card -------------------------- */







/* Start Our Key Differentiators - Who We Are ------------------------- */
/* services section */
/* services section */
.aboutUs-services.sectionSpacer {
    padding-bottom: 0;
}

.aboutUs-services-top-para p {
    margin: 0 0 10px 60px;
}

.aboutUs-services-top {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.aboutUs-services-top-heading {
    flex: 0 0 40%;
    max-width: 40%;
    margin: 0;
}

.aboutUs-services-top-para {
    flex: 0 0 60%;
    max-width: 60%;
}

.aboutUs-services-card {
    margin-bottom: 30px;
}

.aboutUs-services-card-heading {
    font-family: "poppinsregular", Arial, sans-serif;
    font-size: 2.4rem;
    margin-bottom: 10px !important;
    font-weight: 400;
line-height: 32px;
}

.aboutUs-services-card-inner {
    position: relative;
    overflow: hidden;
    height: 300px;
    transition: .4s ease-in-out 0s;
    background-size: cover !important;
}

.aboutUs-services-card-inner-overlay {
background: -moz-linear-gradient(rgb(0 0 0 / 0%), rgb(15 15 15 / 60%));
background: -webkit-linear-gradient(rgb(0 0 0 / 0%), rgb(15 15 15 / 60%));
background: -webkit-linear-gradient(rgb(0 0 0 / 0%), rgb(15 15 15 / 60%));
background: -o-linear-gradient(rgb(0 0 0 / 0%), rgb(15 15 15 / 60%));
background: -ms-linear-gradient(rgb(0 0 0 / 0%), rgb(15 15 15 / 60%));
background: linear-gradient(rgb(0 0 0 / 0%), rgb(15 15 15 / 60%));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.aboutUs-services-card-inner:hover .aboutUs-services-card-inner-overlay {
    background: rgb(15 15 15 / 55%);
}

.aboutUs-services-card-text {
    padding: 60px 15px 15px 15px;
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    transition: .4s ease-in-out 0s;
}

.aboutUs-services-card-text.aboutUs-services-card-text-top {
top: 55%;
}

.aboutUs-services-card-inner:hover .aboutUs-services-card-text {
    top: 15px;
    bottom: 0;
}

.aboutUs-services-card-icon-expand, 
.aboutUs-services-card-icon-shrink {
    display: none;
}

.aboutUs-services-para {
    line-height: 25px;
}

.aboutUs-services-bottom {
    display: flex;
    flex-wrap: wrap;
}

.aboutUs-services-card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 12px;
}

@media screen and (max-width: 1199px) {
    .aboutUs-services-card-inner > img {
        object-fit: fill;
    }

    .aboutUs-services-card-heading {
        font-size: 1.9rem;
    }
    
    .aboutUs-services-card-inner.services-active .aboutUs-services-card-inner-overlay {
background: rgb(15 15 15 / 55%);
}

    p.aboutUs-services-para {
        line-height: 22px;
    }
    .aboutUs-services-card-text {
        top: 66%;
    }
}

@media screen and (max-width: 992px) {
    .aboutUs-services-card-icon-expand, 
    .aboutUs-services-card-icon-shrink {
        display: block;
        position: absolute;
        right: 5px;
        z-index: 9;
        cursor: pointer;
        bottom: 5px;
    }
    
    .aboutUs-services-card-inner:hover .aboutUs-services-card-inner-overlay {
background: linear-gradient(rgb(0 0 0 / 0%), rgb(15 15 15 / 60%));
    background: -webkit-linear-gradient(rgb(0 0 0 / 0%), rgb(15 15 15 / 60%));
    background: -webkit-linear-gradient(rgb(0 0 0 / 0%), rgb(15 15 15 / 60%));
    background: -o-linear-gradient(rgb(0 0 0 / 0%), rgb(15 15 15 / 60%));
    background: -ms-linear-gradient(rgb(0 0 0 / 0%), rgb(15 15 15 / 60%));
}
    
    .aboutUs-services-card-inner.services-active .aboutUs-services-card-inner-overlay {
   background: rgb(15 15 15 / 55%);
background: -moz-rgb(15 15 15 / 55%);
background: -webkit-rgb(15 15 15 / 55%);
background: -webkit-rgb(15 15 15 / 55%);
background: -o-rgb(15 15 15 / 55%);
background: -ms-rgb(15 15 15 / 55%);
}

    .aboutUs-services-card-text {
        padding: 70px 80px 15px 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: .4s ease-in-out 0s;
    }

    .aboutUs-services-card-heading {
        font-size: 1.8rem;
        max-width: 80%;
    }
}

@media screen and (max-width: 992px) {
    .aboutUs-services-card-inner:hover .aboutUs-services-card-text {
        top: 0;
        bottom: 0;
    }

    .aboutUs-services-card {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .aboutUs-services-top-para p {
        margin: 20px 0px 0 0px;
    }
    
    .aboutUs-services-top-heading {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .aboutUs-services-card-inner.services-active .aboutUs-services-card-heading {
        font-size: 1.8rem;
        line-height: 22px;
    }

    .aboutUs-services-top-para {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .aboutUs-services-para {
        line-height: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {

    .aboutUs-services-card-heading {
        font-size: 1.8rem;
    }
    .aboutUs-services-para {
font-size: 14px;
line-height: 20px; 
}

    .aboutUs-services-card {
flex: 0 0 70%;
 max-width: 70%;
margin-left: auto;
margin-right: auto;
}
    
    .aboutUs-services-top-heading {
        /*line-height: 40px;*/
    }
}
@media screen and (max-width: 480px) {
.aboutUs-services-card {
flex: 0 0 100%;
max-width: 100%;
}
}
@media screen and (max-width: 400px) {
    .aboutUs-services-card-inner.services-active .aboutUs-services-card-text {
        padding: 75px 40px 15px 15px;
    }
    
    .aboutUs-services-card-text {
        transition: unset;
    }
    .aboutUs-services-card-heading {
     width: 100%;
     max-width: 140px;
     line-height: 24px;
}
.aboutUs-services-card-inner.services-active .aboutUs-services-card-heading {
     max-width: unset;
 }
}
.aboutUs-services .roundedImg{border-radius:16px 16px 16px 16px}
/* End Our Key Differentiators - Who We Are --------------------------- */