
.para{
    margin-top: 100px;

}
/* Card Css */
.Image{

 background:url("../img/bgimg.webp") no-repeat;
 /* background:url("../img/wwp.jpg") no-repeat; */
 background-position: center center;
 background-size: cover;
 position: relative;
}
.card-img{
 overflow: hidden;
}
.card-img img{
 transition: all 1.3s ease;
}
.card-img:hover img{
 transform: scale(0.6);
}
.card-wrapper{
 position: relative;
 transition: 0.5s ease-in-out;
}
.card-wrapper:hover{
 transform: translateY(20px);
}
.card-body{



    color: #226ab3;
}

.animation{
 overflow: hidden;
 position: relative;
 transition: 0.3s ease;
 align-items: center;  
 margin-top: 50px;

}
.animation:hover{
 transform:scale(0.9);
}



/* Traning background Img */
.amisha{
 padding: 80px 0;
 height: 200%;
 width: 100%;
 /* background: url("../img/wwp.jpg") no-repeat; */
 background: url("../img/bgimg.webp") no-repeat;
 background-position: center center;
 background-size:cover;
 position: relative;

}
.cardborder:hover{
 border: 9px solid #226ab3;
}
/* Traning background Img End */

/* Image Text */
#textcor{
 /* color: white; */
 color: black;
 font-style: italic;
}
.change{
 font-weight: normal;
 
}
.style1{
 font-family: "Open Sans", sans-serif;
 text-align: justify;
} 
/* Image End */

.pati{
    
 color: #226ab3;
}
 .pati2{
    margin-top: 80px;
} 
.pati3{
    height: 300px;
    width: 400px;
    margin-left: 35px;
    margin-top: 70px;
}
