.aboutimage img{
 width: 100%;
    height: 400px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
a{	transition:.5s;}
a:hover{	transition:.5s;}
.about-detail{
   padding: 16% 4%;
    position: relative;
    z-index: 2;
}
.readmore{
  display: inline-block;
    border: 2px solid #fb5724;
    padding: 7px 18px;
    color: #fb5724;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.readmore:hover{
      border: 2px solid #fb5724;
    color: #fff;
    background: #fb5724;
}
.principalsection{
	    padding: 30px 0;
    background: #fff;
}
.team-thumb img{
    border-radius: 50%;
    height: 200px;
    width: 200px!important;
    object-fit: cover;
    margin: 0 auto;
    border: 10px solid #f99c23;
}
.team-one {
    padding: 20px;
}
.addressfooter span{
	    font-size: 19px!important;
    border: 1px dotted;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 14px 0;
}
.pro_down{
padding: 30px 0;
    background: #f9835e;
}
.pro_down .pros_down_sec{
display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro_down .pros_down_sec h5{
margin: 0;
    font-size: 23px;
    color: white;
    font-family: 'Bubblegum Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
}
.pro_down .pros_down_sec a{
    border: 1px solid white;
    padding: 6px 21px;
    color: white;
    font-size: 18px;
    font-family: 'Bubblegum Sans', sans-serif;
}











