.service-image-height img{
    height:300px!important;
}

.blog-meta-p{
    padding-bottom:10px!important;
    margin-bottom:10px!important;
}
.details-p{
    padding: 0 30px!important;
    padding-bottom:20px!important;
}
.single-blog-inner .details-p h4 {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
}
.blog-image-height img{
    height:600px!important;
}

.gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.img-box {
    box-sizing: content-box;
    margin: 10px;
    height: 250px;
    width: 350px;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
}

.gallery-image img {
    height: 250px;
    width: 350px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
}

.clamp- {
    display: -webkit-box;
    -webkit-line-clamp: 2;
   
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-blog-inner .blog-meta1 {
    margin: 0;
    padding-top: 16px;
    margin-bottom: 21px;
    border-bottom: 1px solid #D6D6D6;
    margin-top: 0px!important;
    padding-bottom: 22px;
}

.single-blog-inner .blog-meta1 li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 26px;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: var(--paragraph-color);
}

.blog-css img{
	height:300px;
}

.navbar-nav .menu-item-has-children:hover > .sub-menu {
    display: block;
}
 
  
/* Hide submenus on mobile by default */
@media (max-width: 991px) {
  /* Hide submenus on mobile by default */
  .navbar-nav .sub-menu {
    display: none;
    padding-left: 15px;
  }

  /* Plus sign for menu items with children */
  .menu-item-has-children > a:before {
    content: "+";
    float: right;
    font-size: 20px;
    transition: all 0.3s ease;
	  display:none;
  }

  /* When submenu is open, change + to - */
  .menu-item-has-children.submenu-open > a:before {
    content: "-";
  }
}



