.row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}




.about-breadcrumb {
    background-color: #091e3e;
    height: 170px;
    width: 100%;
    margin: 0;
    padding: 0;
    /* display: flex; */
}

.about-breadcrumb h1 {
    color: white;
    padding-top: 50px;
    text-align: center;
    font-size: 25px;
    padding-top: 82px;
}

.about-breadcrumb h4 {
    color: white;
    padding-top: 180px;
    text-align: center;
}

.item {
    margin: 0;
    padding: 0;
}

.item h1 {
     margin-top: 20px;
}


.item img{
     width: 100%;
     height: 400px;
     border-radius: 15px;
     padding-top: 20px;
}

.galleryimage img {
    width: 100% !important;
    height: 350px !important;
}

.contactform input {
    width: 100%;
    margin:10px;
    padding:10px;
}

.contactform textarea {
    width: 100%;
    margin:10px;
    height:150px;
    margin: 10px;
    padding:10px;
}

.contactform button {

    background-color: #091e3e;
    margin-left: 10px;
    color: white;
    width:100%;
    height:40px;
}

.contact-items  {
    border: 1px solid #091e3e;
    padding:10px;
    margin:10px;
}

.galleryimgspec {
    width:100% !important;
    height:350px !important;
}

.galleryheading {
    margin-top:30px !important;
    text-transform: uppercase;
}


@media only screen and (max-width : 991px) {
    .item img{
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding-top:0px;
   }

   .about-breadcrumb h1 {
    color: white;
    padding-top: 20px;
    text-align: center;
    font-size: 15px;
    padding-top: 30px;
}

.about-breadcrumb {
    background-color: #091e3e;
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0;
    /* display: flex
; */
}

.gallerybox {
    padding:0;
  margin-top:20px;
  margin-bottom:20px;
}

}