.con_about_area {
    position: relative;
    z-index: 1;
}
.con_about_img {
      margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.img-m {
    width: auto;
}

.con_about_img img {
    margin-top: -10px;
    width: 100%;
     box-shadow: 3px 0px 32px #9d9797;
    border: 3px solid #fff;
}
.con_about_img:before { 
       content: "";
   width: 300px;
    bottom: 30px;
    top: -35px;
    left: -30px;
    position: absolute;
    z-index: -1;
    background: #fdb900;
}
.main-menu::after {
    content: "";
    position: absolute;
    width: 100000px;
    top: 0;
    z-index: -1;
    height: 100%;
    background-color:#d63d03;
}
.main-menu::before {
       content: "";
    position: absolute;
    width: 100000px;
    background-color:  #d63d03;
    border-bottom-right-radius: 10px;
    top: 0;
    right: 0;
    height: 100%;
}
.main-header__top::before {
       content: "";
    position: absolute;
    width: 100000px;
    background-color:#731511;
    border-bottom-right-radius: 10px;
    top: 0;
    right: 0;
    height: 100%;
}
.main-header__top::after {
    content: "";
    position: absolute;
    width: 100000px;
    top: 0;
    z-index: -1;
    height: 100%;
    background-color:#731511;
}
.form-control { background-color:transparent;}
.box {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background:#fff;*/
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 60px;
}
.award p{padding-right:30px;}
.ab-img{    width: 280px;
    position: absolute;
    top: -119px;
        border-radius: 0 !important;
    left: 29px;
}
.box::after {
  content: "";
  position: absolute;
  inset: 4px;
       background-size: 107% 100%;
    background-position: center center;
    /*background-color:#e9ae48;*/
       background-image: url(../images/old-paper.png);
   
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px;
}
.box::before {
  content: "";
    position: absolute;
    width: 100%;
    display:none;
    height: 118%;
    background: linear-gradient(#761614, #fcad30);
    animation: animate 6s linear infinite;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(350deg);
  }
}

.box h2 {
  color: #fff;
  font-size: 10em;
  z-index: 10;
}
.award-img img{border-radius:0%;     width: 160px;
    text-align: center;}
.award{width:100%; z-index:9; display: flex;}

.cource{padding:20px;}


.gallery-4-col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 0fr;
    grid-template-columns: 1fr 1fr 1fr 0fr;
    grid-gap: 30px;}
    
.border-img{          /* border: 6px solid #d63d03; */
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../assets/images/prayer-bg.png);
    /* background-color: #912a27; */
    margin-bottom: 25px;
    /*padding: 20px 109px;*/
    /*border-image: url(../../assets/images/border-image.svg) 50 round round;*/
    
}

.border-img p{color: #000;}
.min-h{min-height: 510px;}
.katha-box{    padding: 20px;
    background-color: #c99f5f42;
    margin-bottom: 30px;}
.img-responsive{width:100%;}
.box_d{    border: 2px dotted #43140c;
    padding: 20px;
    box-shadow: 0px 0px 5px #7878784a;
    margin-bottom: 25px;}
    
    
    
 @media (max-width: 991px){

.img-m{width:94% !important;}
}   
    
    
    
