	.conference {
    display: flex;
    width: 90%;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.about_con {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 10rem; */
    margin-bottom: 30px;
}

.about_con h2 {
    font-size: 3rem;
    text-align: center;
    /* background-color: rgb(153, 153, 92,0.3); */
      /*background: linear-gradient(to right, rgb(195 41 41 / 10%), rgb(174 155 53 / 20%), rgb(187 27 27 / 10%));*/
    width: 100%;
}

.spill_img img {
    float: right;
    margin: 40px 20px 20px 0;
    width: 540px;
    align-self: center;
    border-radius: 20px;
}

.spill_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.spill_content {
    /* background:linear-gradient(to right,rgba(255, 255, 255, 0.1),rgba(253, 248, 218, 0.2),rgba(255, 255, 255, 0.1)); */
    text-align: justify;
}

.question {
    color: #916309;
    font-weight: bolder;
    /* padding: 10px 0;
    margin: 10px 0; */
    /* border-bottom: 2px solid black; */
}

.dash {
    color: black;
    font-weight: bolder;
}

.about_con h2 span {
    color: #cc9a34;
}

.attend_text ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    animation-name: moveInRight;
    animation-duration: 2s;
    border-radius: 20px;
    margin: 0 20px;
}

.list_flex {
    padding: 20px 30px;
    display: flex;
    text-align: -webkit-center;
    flex-direction: column;
}

.list_flex h6 {
    color: #cc9a34;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.attend_point ul li {
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    /* background-color: rgb(255, 255, 242); */
}

.attend_text i {
    color: #cc9a34;
    font-size: 50px;
    padding: 5px 10px;
    text-align: center;
}

.about_con p {
    margin: 0px 1rem 1rem 1rem;
    text-align: justify;
    line-height: normal;
    word-spacing: normal;
    letter-spacing: normal;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.about_con_img {
    width: 80%;
}

.about_con_img img {
    width: 100%;
    border-radius: 20px;
}

.attend_section {
    /* margin: 8rem 0 0 0 ; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bar {
    border: 2px solid;
    width: 24%;
    margin: auto;
}

.attend_heading h2 {
    font-size: 3rem;
    text-align: center;
}

.attend_heading h2 span {
    color: #cc9a34;
}

.attend_point {
    /* display: flex;
    justify-content: space-evenly  ;
    flex-direction: column;
    align-items: center; */
    width: 80vw;
}

.attend_point ul {
    /* margin: 2rem 0; */
    padding: 0 20px;
}

.attend_point ul li {
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    /* background-color: rgb(255, 255, 242); */
}

.margin_tb {
    margin: 4rem 0 2rem 0;
}

.card_section {
    display: flex;
    width: 90%;
    justify-content: center;
    margin: 2rem 0;
    animation-name: moveInleft;
    animation-duration: 2s;
    background-color: rgb(254 254 250);
}

.card {
    place-items: center;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 100%;
    /* background: #fefdf7; */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.card img {
    width: 25%;
}

.card__cover {
    width: 100%;
    margin: auto;
    line-height: 1.7;
}

.card__cover p {
    text-align: center;
}

.card_sharing {
    text-align: center;
    width: 25%;
    border-radius: 20px;
    /* background: #fefdf7; */
    /* box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75); */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.card_sharing h3 {
    font-size: 1.3rem;
}

.card_sharing img {
    width: 12%;
}

.card_heading {
    margin: 1rem 0px 2px 0;
    font-size: 1.5rem;
}

.card_heading h3 {
    /*font-size: 1.4rem;*/
}

.eRow.gradient {
    align-items: normal;
    border-radius: 50%;
    padding: 2em 0;
    background: linear-gradient(90deg, rgba(204, 154, 52, .9) 60%, transparent 60%);
}

.eRow img {
    width: 80%;
    margin-top: 30px;
    margin-left: 19%;
}
.card.stylingcard{
  background: #fff;
  height: 200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:20px;
  margin-top:20px;
  color: whitesmoke;
  border-radius:0px;
}

.stylingcard{
    padding-left: 30px!important;
    padding-right: 30px!important;
  
}

.card.stylingcard p{
  color: #000;
font-size: 14px;
    font-weight: 700;
   
}


.card.carddesign {
    height: 169px;
  display:flex;
  justify-content: center;
  align-items: center;
  margin:10px 0px;
}
.justifycon{
  text-align: justify;
}

.imagicon img{
width: 100%;
}
.ispeacicon1 img{
width: 120px;
}

.stylingcard img{
width:100%!important;
}
.col-md-9.centercon {
    display: flex;
    justify-content: center;
    align-items: center;
  font-size : 18px!important;
}

.card.stylingcard {
  padding: 8px;
  text-align:left;

}

.card.stylingcard:hover {
    transform: scale(1.2);
  z-index: 99999999999;
}

.seth3size{
    font-size:16px;
    font-weight:600;
}
p.text-center.setcole {
    /* font-size: 3rem; */
    text-align: center;
    /* background-color: rgb(153, 153, 92,0.3); */
    background: linear-gradient(to right, rgb(195 41 41 / 10%), rgb(174 155 53 / 20%), rgb(187 27 27 / 10%));
    width: 100%;
}
h5.text-center.setfont {
    font-size: 22px;
    text-align:center;
}
@media (min-width: 320px) and (max-width: 991px) {
    .stylingcard img {
    width: 25% !important;
}
    
}

