
/* bredcrum css*/

div#breadcrumbs a {
    color: #fff;
}

/* btn css*/
.readMoreBtn i {
    color: #ffffff;
    padding: 5px 3px;
}
.readMoreBtn a.btn {
    padding: 2px 10px 4px 0;
    padding-bottom: 6px;
    color: #331470;
    border-radius: 0;
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 999;
	    background: transparent;
	
}
.readMoreBtn {
    position: relative;
	width: 112px;
}
.readMoreBtn::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 28px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(70 41 118) 25%, rgb(252 29 112) 90%) !important;
    transition: .5s;
    z-index: 1;
	-webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.readMoreBtn:hover::before {
   
    width: 110px;
    
}
.readMoreBtn:hover a.btn{
	color: #fff;
}
/* company css*/
h2.grid-heading {
       color: #331470;
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
   }
h4.grid-heading {
    color: #331470;
    font-size: 22px;
	font-weight: 500;
   }


/* vision css*/

h2.fulhnd {
    color: #331470;
    font-size: 30px;
	position: relative;
 /*margin-left: 20px;*/
	    
}

h3.subHeading {
    font-size: 28px;
    color: #4e4891;
}
section.featurette:nth-child(odd) {
    background: #fff;
}
section.featurette:nth-child(even) {
    background: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;
}
/* contact css*/
.txnmbr .contact_wrap {
    min-height: 180px;
}
/* your careeer css */
.yrcrer h2 {
       color: #331470;
    font-size: 30px;
	margin-bottom: 20px;
}
.cr-frm {
    background: #fff;
    padding: 20px 50px;
}
.fmclmtw {
    position: relative;
    background: #331470;
    width: 100%;
    height: 448px;
}

.fmclmtw:before {
      color: #fff;
    z-index: 999;
   	background: url(https://digiliticsdev.in/projects/apollo-pharma-new/wp-content/uploads/2024/03/logo-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 457px;
    background-position: center;
    width: 280px;
    position: absolute;
    content: '';
   top: 0;
}
.bnft h2 {
	    color: #331470;
    font-size: 30px;
	margin-bottom: 20px;
}

ul.bnft-lst {
    padding-left: 0;
    list-style: none;
}
ul.bnft-lst li i {
    color: #331470;
    font-size: 20px;
	    margin-right: 10px;
	margin-top: -2px;
}
ul.bnft-lst li {
    display: flex;
}
.cr-frm h3.heading {
    color: #331470;
    font-size: 30px;
    margin-bottom: 30px;
}
/* team single css*/
.team-overlay {
    background: #fff;
    padding: 10px;
    border-left: 2px solid #db397a;
    position: absolute;
    bottom: 10px;
    width: 95%;
    left: 10px;
    right: 10px;
    z-index: 99;
}
.adv-details h3 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.adv-details h3 a{
	color: #000;
}
.adv-details p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}

/* team detal css*/
.dt-sc-team-thumb {
    text-align: center;
    margin: 10px 0;
}
.dt-sc-team {
        background: #f2eef9;
}
.dt-sc-team-thumb img {
    
    margin: 0 auto;
	    padding-bottom: 0;
}
.description h3  {
    font-size: 30px;
    margin-bottom: 10px;
	color: #331470;
}
.eduqual h3, .edutrain h3, .cert-awrd h3 {
   font-size: 24px;
    margin-bottom: 10px;
	color: #331470;
    background: #f2eef9;
    padding: 10px;
}
.eduqual ul, .edutrain ul, .cert-awrd ul {
    list-style: none;
    padding-left: 0;
	  
}
.eduqual ul li, .edutrain ul li, .cert-awrd ul li {
    display: flex;
	  margin-bottom: 10px
}
.eduqual ul li i, .edutrain ul li i, .cert-awrd ul li i {
    font-size: 16px;
    color: #331470;
}
.eduqual li span, .edutrain li span, .cert-awrd li span {
    padding-left: 20px;
    padding-right: 0;
}
.name-speclt {
	 padding: 15px;
    text-align: center;
	  padding-top: 0;
}
.name-speclt h3 {
    font-size: 22px;
    margin-bottom: -4px;
    color: #331470;
    font-weight: 600;
}
.rht-cntnt h2 {
    font-size: 32px;
    color: #331470;
    font-weight: 600;
}
.full-cntnt h5 {
    color: #331470;
	line-height: 30px;
	font-size: 24px;
}
.contnt-box h3 {
    font-size: 20px;
}
/* .contnt-box {
    border: 1px solid;
    border-image: linear-gradient(90deg, rgb(70 41 118) 25%, rgb(252 29 112) 90%);
    border-image-slice: 1;
}*/
h4.sub-hdng {
    font-size: 24px;
    margin-bottom: 20px;
    color: #e7407e;
}

