




.aboutbanner{
    background-image: url(../images/aboutus/images/bannar.png);
   
    background-repeat: no-repeat;
    align-items: center;
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
    margin-top: -33px;
    
}
.bannerhading{
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-top: 190px;
}  
.bannerhading h1{
    font-size: 54px;
    font-weight:800;
    
    font-family: extrabold;
    background: linear-gradient(to right, #000 20%, #f15e25 30%, #bada44 70%, #000 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 200% auto;
    animation: textShine 7s ease-in-out infinite alternate;
    

} 

 .mtrowsitmap{
     margin-top: 25px;
 }  
 .myaborder{
     text-decoration: none;
     color: black;
     font-size: 23px;
     text-transform: uppercase;
     border-bottom: 2px solid #FF8008; 
 }
 .myaborder1{
    text-decoration: none;
    color: black;
  
    
} 
 .myaborder:hover{
    text-decoration: none;
    color: black;
}
.mysitemaph2{
    font-size: 19px;
    margin-top: 10px;
}
.mysitemaph3{
  color: black;
    font-size: 20px;
font-weight: 400;
text-transform: uppercase;
}

@media screen and  (min-width: 760px) and (max-width: 900px){
    .myipadview{
        width: 50%;
        margin-top: 25px;
    }

}
@media  screen and (min-width:320px) and (max-width:540px) {
    .myphoneview{
        margin-top: 25px;
    }
    
}