/*------------ about us page style------*/
.inner-header-bg{
  background: linear-gradient(rgb(97 97 214 / 88%), rgb(55 58 165 / 62%)),url(../images/about-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 139px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  
}
.inner-page-title{
  color: #fae9ec;
  font-weight: 700;
}
.breadcrumb-item.active{
  color: #fff;
}
.list-group-item.active{
  background-color: #6693ef;
  border-color: #6693ef;
}
.list-group-item-action{
  padding: 13px !important;
  background: #3f62aa08;
}
.about-rakcon-section p{
  text-align: justify;
}
.page-title{
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
}
.page-title::before{
  width: 38px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 39%;
  margin-left: -14px;
  background-color: #6693ef;
}
.page-title::after{
  width: 163px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 27%;
  margin-left: -50px;
  background-color: #6693ef;
}
.about-rakcon-logo-box{
  box-shadow: 0px 1px 4px rgb(21 34 50 / 8%);
  background: #fefefe;
  filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.07));
  padding: 15px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 5px;
  transition: all 0.3s ease-in;
}
.about-rakcon-logo-box i {
  font-size: 69px;
  color: #2e3192;
}
.about-rakcon-logo-box:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 20px 20px 30px;
  transform: scale(1.1);
}

.about-rakcon-logo-box span{
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.about-logo-bg{
  background: url('../images/about-logo-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 59px 0px;
}



.page_title_center{
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
}
.page_title_center::before{
  width: 38px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 43%;
  margin-left: -14px;
  background-color: #6693ef;
}
.page_title_center::after{
  width: 163px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: #6693ef;
}

.color_white{
    color:#fff;
}






/*------------ about us page style------*/