.video-content {
  position: absolute;
  top: 20%;
  border: 0;
  margin: 0 auto;
  text-align: center;
  width: 400px;
  left: 0;
  color: #fff;
  font-size: 20px;
}
.video-content p {
  text-align: center;
}
p {
  text-align: justify;
}
.video-content h2 {
  color: #fff;
  font-size: 40px;
}
.video-section {
  position: relative;
}
@media (min-width: 767px) {
 
  
}
@media (max-width: 767px) {
  .apcom-Img .slick-dots {
    bottom: 0;
  }
  .assurnItem {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
/* btn css*/
/* btn css*/
.readMoreBtn i {
  color: #ffffff;
  padding: 5px 3px;
}
.readMoreBtn a.link {
  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: 120px;
}
.readMoreBtn::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 28px;
  top: -2px !important;
  left: 0;
  background: #331470;
  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.link {
  color: #fff;
}
/* abt css*/
.about-content h2 {
  color: #331470;
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 600;
}
.welbg-img {
  position: absolute;
  left: -60px;
  right: 0;
  width: 240px;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
section.vision-section {
  background: linear-gradient(90deg, rgb(70 41 118) 25%, rgb(252 29 112) 90%);
}
/* assurnce css*/
.assurnItem h4 {
  font-size: 20px;
  color: #331470;
  margin-top: 15px;
  margin-bottom: 0;
}
.assurnItem {
  border: 2px solid;
  padding: 30px;
  text-align: center;
  width: 80%;
  border-image: linear-gradient(90deg, rgb(70 41 118) 25%, rgb(252 29 112) 90%);
  border-image-slice: 1;
	height: 100%;
}
.assurnItem img {
  width: 80px !important;
  margin: 0 auto;
  text-align: center;
}
.assurnItem:hover {
  background: linear-gradient(90deg, rgb(70 41 118) 25%, rgb(252 29 112) 90%);
}
.assurnItem:hover img {
  filter: brightness(6);
}
.assurnItem:hover h4 {
  color: #fff;
}
a.link {
  /*border: 2px solid;
        border-image: linear-gradient(90deg, rgb(70 41 118) 25%, rgb(252 29 112) 90%);
    border-image-slice: 1;*/
  /* padding: 4px 15px;*/
  color: #331470;
}
/* purpose css*/
.purpose-info h2 {
 color: #331470;
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
}
.purpose-info h3 {
  color: #331470;
  margin-bottom: 22px;
  font-size: 26px;
  font-weight: 500;
}
.vision-content h2 {
      color: #fff;
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
}
/*  value css*/
.values-info h2 {
      color: #331470;
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
}
.values-info h3 {
  color: #331470;
  margin-bottom: 22px;
  font-size: 26px;
  font-weight: 500;
}

/* advisry css*/
section.advisory-section {
  background: #f2f2f2;
}
.advisory-info h2 {
  font-size: 32px;
  color: #331470;
  margin-bottom: 30px;
  font-weight: 600;
}
.adv-details h3 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.adv-details p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
}
.team-overlay {
  background: #fff;
  padding: 10px;
  border-left: 2px solid #db397a;
  position: absolute;
  bottom: 10px;
  width: 90%;
  left: 10px;
  z-index: 99;
}
/* parent css*/
.pcom-info h2 {
  font-size: 32px;
  color: #331470;
  font-weight: 600;
  margin-bottom: 20px;
}
.pcom-info p {
  margin-bottom: 22px;
}