

      .rkblog{
        color: #fff;
        margin-bottom: 5px;
        font-size: 25px;
         font-weight: bold !important;
         }
        #catinfo{
          color: #ffffff;
          margin-bottom: 5px;
          font-size: 25px;
          font-weight: bold;
          text-transform: capitalize;
         }
        .registation-header h1 {
          width: 100%;
          color: #fff;
          font-weight: bold;
          display: inline-block;
          margin: 25px 0 20px 0;
          font-size: 25px;
          }
         .featured-heading h1 {
           color: #ffffff;
           margin-bottom: 5px;
           font-size: 25px;
           font-weight: bold;
          }
         .watchwhere{
           border-bottom: #00c0e4 solid 1px;
           width: 100%;
           color: #ffffff;
           font-weight: bold;
           display: inline-block;
           margin: 25px 0 20px 0;
           font-size: 25px;
           padding-bottom: 7px;
           text-transform: capitalize;
          }
@media (min-width: 991px) {
  .image-main-box {
    min-height: 750px;
  }
}
@media (max-width: 450px) {
  .image-main-box {
    min-height: 700px;
  }
  .image-main-box > .row {
    min-height: 650px;
  }
}
