*{
    margin: 0%;
    padding: 0%;
}
p{
    line-height:1.3;
}
.h4-head {
    font-weight:bold;
}
.icons{
    height:100px;
    width:120px;
}
.icon-1{
    height: 109px;
    width: 162px;
}


.text-align{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.text-align-1{
    text-align: center;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
}
.bg-img {
    margin: 0;
    padding: 0 0%;
    background-image: url(../images/rani-bagh.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    /* height: 852px; */
    height: 650px;
    /* width: 100%; */
}
.h1-bg{
 color: grey;
}
.h1-font{
    font-family: 'Roboto', sans-serif;
}
.bg{
    background-color: #343739;
}
.txt-color{
    color: #A1A1A1
}
.pad-bottom{
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    /* width: 90%; */
  
}
.flex-container{
    display: flex;
    justify-content: center;
}
.bg-1{
    background: #F9F9F9;
}
p{
    font-size: 15px; 
}
.p-1{
    padding-left: 15px;
    padding-right: 15px;
}
.p-width{
    width: 90%;
}
.bottom-border{
    border-bottom: 2px solid red;
  }
  .text-img {
    position: relative;
    text-align: center;
    color: red;
  }
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pad-top{
      padding-top:20px ;
  }
  .box-shadow {
    border: 1px solid grey;
    /* padding: 10px; */
    box-shadow: 5px 10px #888888;
   
  }
  .padding-row{
      padding-bottom: 19px;
  }
  
  /* .anim{
    width: 350px;
     height: 460px;
} */
  @media only screen and (max-width: 768px) {
   .anim{
    width: 250px;
    height: 171px;

   }
   .anim1{
    width: 280px;
    height: 224px;
}
.bg-img{
    height: 241px; 
   }

   }
   
  
  