
.main-header__logo img 
{
    height:100px !important;
}
.icon-box img 
{
  width: 40px;
  height: 40px;
}
.main-header__logo {
    
    padding-top: 0px;
  }
  .main-header__top:after {
 
    background-color: #2dae47;
}
.gallery-page__img img 
{
	height: 300px;
	    border-radius: 10px;
}

.gallery-page 
{
	padding:30px 0 50px 0px !important;
}

.gallery-page__single:hover .gallery-page__img:before,
.gallery-page__single:hover .gallery-page__img{
  border-radius: 10px;
}


/* portfolio page styling */


.section.portfolio .filters {
  text-align: center;
  margin-top: 10px;
}
.section.portfolio .filters ul {
  padding: 0;
}
.section.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
  padding: 5px 15px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px;
  letter-spacing: 1px;
}

.section.portfolio .filters-content {
  margin-top: 35px;
}
.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.section.portfolio .filters-content .item {
  text-align: center;
  /* cursor: pointer; */
  margin-bottom: 30px;
  /* border for the image and content */
  /* border: 2px solid blue; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.section.portfolio .filters-content .item .p-inner {
  padding: 2px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.section.portfolio .filters-content .item .p-inner h5 {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #888;
  margin: 5px 0 0 0;
  font-weight: bold;
  letter-spacing: 1px;
}
.section.portfolio .filters-content .item .p-inner .cat {
  font-size: 16px;
  margin: 0;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  color: #888;
  letter-spacing: 0.5px;
}
.section.portfolio .filters-content .item img {
  width: 100%;
  /* margin-bottom: 2px; */
}
.after-click {
  color: #87ceeb;
  font-weight: bold;
}
.project-view a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #808080;
}

.after-click{
  color: #d09747;
  font-weight: bold;
}
.portfolio 

{
	padding: 50px 0 30px 0;
}
.project-view {
  display: block;
  width: 60%;
  margin: 5px auto;
  padding: 10px;
  border: 1px solid #888;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.project-view a:hover {
  color: #c0c0c0;
}
/* end of the portfolio page styling   */



.services-one.service-new
{
      position: relative;
    display: block;
   
     margin-top: 0px; 
    padding: 100px 0 50px 0;
    margin-bottom: 40px;
}
.project-one__img-holder img {
    width: 100%;
   
    height: 120px;
}

.project-one__img img {
    width: 100%;
    height: 550px;
}
.about-two__text-2 {
   
    text-align: justify;

  }


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


.project-one__img img {
    width: 100%;
    height: 250px;
}


}

 @media (max-width:991px) and (min-width:768px)
  {
.project-one__img img {
    width: 100%;
    height: 450px;
}

    }