a:hover {
  text-decoration: none;
}

.mainheadlinewrapperpage {
  margin-bottom: 1px;
  float: left;
  width: 100%;
  padding: 14px 0;
  background: #1c2747;
  margin-top:0px;
}

.mainheadlinepage h1 {
  margin: 0;
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  color: #fde07e;
}

ol.breadcrumb {
  padding-left: 4px;
  background: transparent;
}
ol.breadcrumb li {
  margin-bottom: 0px;
}
.breadcrumb-item a {
  color: #fff !important;
}

h4 {
  font-size: 27px;
}

.inner_gallery_image {
  padding-top: 30px;
}

.img-thumbnail{
    border: none !important;
    border-radius: 0px !important;
    background-color: transparent !important;
}



@media only screen and (max-width: 320px) and (max-width: 425px) {

    .inner_gallery_image .col-sm-3 {
        margin: 8px !important;
    }

    .breadcrumb-item{
        font-size: 14px;
    }
  }


  .transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }


@media only screen and (min-width: 320px) and (max-width: 425px) {
    .mainheadlinewrapperpage{
        margin-top:0px!important;
    }
}


@media only screen and (min-width: 425px) and (max-width: 768px) {
    .mainheadlinewrapperpage{
        margin-top:0px!important;
    }
}