/*

start stuff css

*/
.stuff-data p a
{
  font-weight: 100;
  margin-left: 5px;
  color:  #000 !important;
  cursor: auto;
}
.stuff-data p a:hover
{
  color: var(--vinaceous) !important;
}
.all-stuff-content p
{
   margin-bottom: 10px !important;
   font-weight: 400;
    color: #000;
}
.stuff-name h1
{
   color: var(--vinaceous);
   font-weight: 900;
   font-size: 30px;
   margin: 0;
   position: relative;
}
.stuff-name h1::after
{
  content: "";
  display: inline-block;
  border-bottom: 1px solid var(--vinaceous);
  width: 45%;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.stuff-name h1::after
{
  content: "";
  border-bottom: 1px solid var(--vinaceous);
  width: 30%;
}
section.main_sec
{
  background-size: 100% 400px;
  background-repeat: no-repeat;
  margin: unset;
  height: 400px;
  position: relative;
}
.all-stuff
{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px #a9a0a0;
  border-radius: 20px;
  margin: 40px 0;
  padding: 10px 0;
}
.stuff-img img
{
   width: 100%;
   height: auto;
}
.stuff-img
{
  text-align: center;
}
.stuff-img img
{
  width: 200px;
  height: 200px;
  border: 2px solid var(--vinaceous); 
  border-radius: 50%;
  object-fit: cover;
}
#name
{
  font-size: 30px;
  font-weight: 600;
  color: var(--vinaceous);
  width: 40%;
  margin-bottom: 0px;
  border-bottom: 2px solid var(--vinaceous);
  line-height: 50px;
  display: inline-block;
}
.stuff-data
{
  margin: 20px 0 20px 0;
}
#stuff-email
{
  text-decoration: none;
  color: #000;
  margin-right: 5px;
}
.stuff-contact-data
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  margin-bottom: 15px;
}
#phone
{
  text-decoration: none;
}
#phone:hover
{
  color: #0d6efd !important;
}
#phone i
{
  color: #7d7b7b;
  margin-right: 7px;
}
#contact-email
{
  text-decoration: none;
}
#contact-email:hover
{
  color: #0d6efd !important;
}
#contact-email i
{
  color: #7d7b7b;
  margin-right: 7px;
}
#stuff-email:hover
{
  color: #000 !important;
}
#position:hover
{
  color: #000 !important;
}
#qualification:hover
{
  color: #000 !important;
}
#uni-name:hover
{
  color: #000 !important;
}

#AllPageTitle
{
  color: #000;
}
.email a
{
    text-decoration: none !important;
    color: #6494A6 !important;
}
.email a:hover
{
    text-decoration: none !important;
    color: #6494A6 !important;
}
.phone-extenshion a
{
    text-decoration: none !important;
    color: #6494A6 !important;  
}
.phone-extenshion a:hover
{
    text-decoration: none !important;
    color: #6494A6 !important;  
}
.phone-extenshion a img
{
    margin-right: 5px;
}
.email a img
{
    margin-right: 5px;
}
  #inst-name
  { text-decoration: none;}



@media (max-width: 575.98px) 
{ .main_title
  {
    margin-top: 200px;
    margin-bottom: 70px;
  }

  section.main_sec
{
  background-size: 100% 220px;
}
.img_overlay{
  height: 220px;
}
.all-stuff-content p
{
  margin-bottom: 5px !important;
}

.stuff-name h1
{
  font-size: 26px;
}
.stuff-contact-data
{
  justify-content: space-evenly;
  width: 100%;
}
.all-stuff-content
{
  width: 100% !important;
}
.stuff-img
{
  text-align: center;
    width: 100% !important;
}
.all-stuff
{
  display: block;
  text-align: center;
}
.stuff-img img
{
  width: 160px;
  height: 160px;
}
.stuff-name h1::after
{
  width: 100%;
} }


@media (min-width: 576px) and (max-width: 767.98px) 
{ 
  .main_title
  {
    margin-top: 160px;
    margin-bottom: 70px;
  }

  section.main_sec
{
  background-size: 100% 250px;
}
.img_overlay{
  height: 250px;
}
.all-stuff-content p
{
  margin-bottom: 5px !important;
}

.stuff-name h1
{
  font-size: 26px;
}
.stuff-contact-data
{
  justify-content: space-evenly;
  width: 100%;
}
.all-stuff-content
{
  width: 100% !important;
}
.stuff-img
{
  text-align: center;
    width: 100% !important;
}
.all-stuff
{
  display: block;
  text-align: center;
}
.stuff-img img
{
  width: 160px;
  height: 160px;
}
.stuff-name h1::after
{
  width: 100%;
}
}


@media (min-width: 768px) and (max-width: 991.98px) 
{ 
  .main_title
  {
    margin-top: 160px;
    margin-bottom: 70px;
  }

  section.main_sec
{
  background-size: 100% 250px;
}
.img_overlay{
  height: 250px;
}
.all-stuff-content p
{
  margin-bottom: 5px !important;
}

.stuff-name h1
{
  font-size: 26px;
}

}


@media (min-width: 992px) and (max-width: 1199.98px) 
{ 
  .main_title
  {
    margin-top: 160px;
    margin-bottom: 70px;
  }

  section.main_sec
{
  background-size: 100% 320px;
}
.img_overlay{
  height: 320px;
}
.all-stuff-content p
{
  margin-bottom: 5px !important;
}
.stuff-name h1
{
  font-size: 28px;
}

}


@media (min-width: 1200px) and (max-width: 1749.98px) 
{ 
  .main_title
  {
    margin-top: 160px;
    margin-bottom: 70px;
  }

  section.main_sec
{
  background-size: 100% 350px;
}
.img_overlay{
  height: 350px;
}
.all-stuff-content p
{
  margin-bottom: 5px !important;
}

}

@media (min-width: 1200px) and (max-width: 1400px) 
{ 
  section.main_sec
  {
    margin-top: 90px;
  }
}


@media (min-width: 1750px) 
{ 
  .main_title
  {
    margin-top: 60px !important;
  }
  section.main_sec
  {
    background-size: 100% 400px !important;
  }
}











#ms-designer-ribbon
{
  overflow: hidden;
}


@media (max-width:576px){
  section.main_sec
  {
    margin-top: 62px;
    height: 220px;
  }
  .img_overlay{
    height: 220px;
  }
}
@media (min-width:577px) and (max-width:1400px){
  section.main_sec
  {
    margin-top: 75px;
  }
}





div#ctl00_PlaceHolderMain_RichHtmlField1__ControlWrapper_RichHtmlField
{
  padding: 0;
}


@media (max-width: 768px) 
{
  .all-stuff-content.col-8
  {
    text-align: center !important;
  }
}


.stuff-name a
{
    color: #000 !important;
}

.stuff-name a:hover
{
    color: #000 !important;
}



/*

end stuff css

*/