*{margin:0; padding:0; box-sizing:border-box;}

			
.carousel-inner img {
    width: 100%;
  }

  .aboutimg{
	  width:100%;
	  height:310px!important;
  }
  

		
.inner{
	overflow:hidden;
}
.inner img{
	transition:all 1s ease;
}
.inner:hover img{
	transform: scale(1.2);
}
.simg{
	width:40%!important;
	height:30%!important;
}
.portfolio{
	height:530px;
	width:100%;

}
.portfolio h1{
	font-size:40px;
}

.full-footer{
 
  bottom: 0;
  width: 100%;
}

.top-footer p{
  color:black;
  font-weight: 600;
}

.top-footer a{
  color:black;
}
.bottom-footer a{
		color:black;
}

.breadcrumbs-section{
	background-color:#CAD3C8;
}
.adress p{
		font-weight: 600;
		
}
				
