
.testimonial-outer.career_outer {
    margin-top: 30px;
}


.testimonial-card {
    padding: 30px;
    overflow: hidden;
    position: relative;
    background-color: #f4f4f4;
    margin-bottom: 30px;

    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 17%);
    background-color: #fff;
    position: relative;
}
.testimonial-card .testimonial-card-content {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px;
}
.testimonial-outer .testimonial_heading h4 {
    margin-top: 0;
}
.testimonial-card .testimonial-card-content p {
    position: relative;
    padding-top: 0px;
}
.testimonial-outer .testimonial-card {
    padding-top: 100px;
}
.testimonial-outer .testimonial-card::before {
    position: absolute;
    content: '';
    background-image: url(../images/quotes.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    top: 28px;
    left: 28px;
}
/* .testimonial-card .testimonial-card-content p::before {
    position: absolute;
    content: '';
    background-image: url(../images/quotes.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    top: 0px;
    left: 0px;
} */
.testimonial-card .testimonial-card-content::before, 
.testimonial-card .testimonial-card-content::after {
    content: "";
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: -30px;
    right: -30px;
    height: 1px;
    width: 180%;
    z-index: 9;
    margin-left: -7px;  
    border: 1px dashed #ebebeb;
}
.testimonial-card .testimonial-card-content::after {
    bottom: 8px;
}
.testimonial-card .testimonial-customer {
    position: relative;
}
.testimonial-card .testimonial-customer {
    padding-left: 30px;
}
.testimonial-card .testimonial-customer h5 {
    margin-bottom: 5px;
    color: #018BD4;
    position: relative;
}
.testimonial-card .testimonial-customer h5::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #018BD4;
    left: -40px;
    top: 15px;
}
.testimonial-card .testimonial-customer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    position: relative;
    margin-bottom: 0px;
}
.testimonial-outer .testimonial-card .testimonial_heading h2 {
    font-size: 27px;
    margin-top: 0;
}
.about-color-box-section ul {
    padding: 0px;
    margin: 0px;
    margin-top: 50px !important;
}
.about-color-box-section ul li::before {
    display: none;
}
.about-color-box-section ul li {
    padding: 50px 50px;  
    position: relative;
    margin-bottom: 0;
    margin-top: 60px;
}

.about-color-box-section ul li p{
	color: #fff;
}
.about-color-box-section ul li:nth-child(odd) {
    background-color: #042C51;
    border-left: 12px solid #fe913e;
}
.about-color-box-section ul li:nth-child(even) {
    background-color: #fe913e;
    border-right: 12px solid #042C51;
}

/*  .about-color-box-section ul li:nth-child(even):after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0px;
    border-top: 0px solid transparent;
    border-bottom: 60px solid transparent;
    
    border-left: 60px solid #fe913e;
}

.about-color-box-section ul li:nth-child(odd):after {
    position: absolute;
    content: '';
    bottom: -20px;
    right: 0px;
    border-top: 0px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 60px solid #042C51;
} */
.career_outer .testimonial-card::before{
    display: none;
}
.career_outer .testimonial-card {
    padding-top: 30px;
}