.breadcrumbswrap{
	margin-top: 140px;
	padding: 30px 0;
	position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    z-index: 2;
    background-image: linear-gradient(to right, #a05485 0%, #663366 116%, #a25586 100%);
}
.breadcrumbswrap:before{
	content: "";
	background: url("../images/pattern-4.png");
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.abtcntsec{
	padding: 20px 0;
    text-align: left;
    max-width: 1140px;
    margin: auto;
}
.ovmwrapper{
	background-color: #fff;
    background-clip: border-box;
        -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px;
    margin-top: 50px;
}
.vision_mission h3{
	font-size: 30px;
}
.vision_mission p{
	font-size: 16px;
    line-height: 28px;
}
.our_values_card h1.card-title{
	    font-size: 20px;
    text-align: center;
    margin: 6px 0 12px;
}
.our_values_card .card-text{
	    font-size: 14px;
    text-align: center;
}
.our_values_card .card-body{
	text-align: center;
	
}
.our_values_card.card{
    padding: 20px;
	-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border: none;
    min-height: 360px;
}
.servdetailsec{
	margin: 100px 0 40px;
	position: relative;
}
.servdetailsec:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to right, #a05485 0%, #663366 116%, #a25586 100%);
    height: 100%;
    width: 31%;
    z-index: -1;
    top: 0;
    right: 0;
}
.servleftcontent{
	padding-right: 80px;
}
.servdetailsec1{
	padding-bottom: 60px;
}
.servleftcontent h2{
	    color: #6f386b;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 52px;
}
.servleftcontent h4{
	    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 32px;
}
.servleftcontent ul{
    margin-bottom: 30px;
}
.servleftcontent ul li{
        font-size: 16px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 16px;
}

@media(max-width: 767.98px){
	.breadcrumbswrap{
		margin-top: 80px;
	}
	.abtcntsec {
    padding: 50px 0;
}
.vision_mission h3 {
    font-size: 20px;
}
.vision_mission p {
    font-size: 14px;
    line-height: 28px;
}
.servdetailsec:before{
	    height: 160px;
    width: 100%;
    top: unset;
    right: unset;
    bottom: 0;
}
.servleftcontent {
    padding-right: 0;
}
.servdetailsec{
	    margin: 40px 0 40px;
}
.servleftcontent h2{
	    font-size: 28px;
    line-height: 32px;
}
.servdetailsec1 {
    padding-bottom: 40px;
}
}