/*********************************
7. Features
*********************************/
.features
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 93px;
	/* padding-bottom: 103px; */
}
.features_row
{
	margin-top: 55px;
}
.feature
{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 28px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFFFF;
}
.feature:hover
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.feature_icon
{
	height: 55px;
}
.feature_icon img
{
	max-width: 100%;
}
.feature_title
{
	position: relative;
	font-size: 20px;
	margin-top: 23px;
}

/* Features Section - Home Page
------------------------------*/
.extra-features .features-item {
	color: rgba(33, 37, 41, 0.8);
  }
  .extra-features .section-title {
	text-align: center;
	padding-bottom: 60px;
  }
.extra-features .section-title h2 {
	font-size: 32px;
	font-weight: 700;
	position: relative;
  }
  .extra-features .features-item+.features-item {
	margin-top: 100px;
  }
  
  @media (max-width: 768px) {
	.extra-features .features-item+.features-item {
	  margin-top: 40px;
	}
  }
  
  .extra-features .features-item h3 {
	font-weight: 700;
	font-size: 26px;
  }
  
  .extra-features .features-item .btn-get-started {
	background: #fc9928 !important;
    color: #ffffff;
    border: 1px solid #fc9928 !important;
	border-radius: 50px;
  }
  
  .extra-features .features-item .btn-get-started:hover {
	background-color: #ffffff !important;
    color: #fc9928 !important;
    border-color: #fc9928 !important;
	border-radius: 50px;
  }
  
  .extra-features .features-item ul {
	list-style: none;
	padding: 0;
  }
  
  .extra-features .features-item ul li {
	padding-bottom: 10px;
	display: flex;
	align-items: flex-start;
  }
  
  .extra-features .features-item ul li:last-child {
	padding-bottom: 0;
  }
  
  .extra-features .features-item ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #e84545;
  }
  
  .extra-features .features-item img {
	border: 6px solid #ffffff;
	box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  }
  
  .extra-features .features-item .features-img-bg {
	position: relative;
	min-height: 500px;
  }
  
  @media (max-width: 640px) {
	.extra-features .features-item .features-img-bg {
	  min-height: 300px;
	}
  }
  
  .extra-features .features-item .features-img-bg img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
  }
  
  .extra-features .features-item .image-stack {
	display: grid;
	position: relative;
	grid-template-columns: repeat(12, 1fr);
  }
  
  .extra-features .features-item .image-stack .stack-back {
	grid-column: 4/-1;
	grid-row: 1;
	width: 100%;
	z-index: 1;
  }
  
  .extra-features .features-item .image-stack .stack-front {
	grid-row: 1;
	grid-column: 1/span 8;
	margin-top: 20%;
	width: 100%;
	z-index: 2;
  }

  /*--------------------------------------------------------------
# Our Projects Section
--------------------------------------------------------------*/
/* .projects .portfolio-flters {
	padding: 0;
	margin: 0 auto 20px auto;
	list-style: none;
	text-align: center;
  }
  
  .projects .portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	margin: 0 10px;
	line-height: 1;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
  }
  
  .projects .portfolio-flters li:hover,
  .projects .portfolio-flters li.filter-active {
	color:#feb900;
  }
  
  .projects .portfolio-flters li:first-child {
	margin-left: 0;
  }
  
  .projects .portfolio-flters li:last-child {
	margin-right: 0;
  }
  
  @media (max-width: 575px) {
	.projects .portfolio-flters li {
	  font-size: 14px;
	  margin: 0 5px;
	}
  }
  
  .projects .portfolio-content {
	position: relative;
	overflow: hidden;
  }
  
  .projects .portfolio-content img {
	transition: 0.3s;
  }
  
  .projects .portfolio-content .portfolio-info {
	opacity: 0;
	position: absolute;
	inset: 0;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: rgba(0, 0, 0, 0.6);
	padding: 15px;
  }
  
  .projects .portfolio-content .portfolio-info h4 {
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	background-color: #feb900;
  }
  
  .projects .portfolio-content .portfolio-info p {
	position: absolute;
	bottom: 10px;
	text-align: center;
	display: inline-block;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
  }
  
  .projects .portfolio-content .portfolio-info .preview-link,
  .projects .portfolio-content .portfolio-info .details-link {
	position: absolute;
	left: calc(50% - 40px);
	font-size: 26px;
	top: calc(50% - 14px);
	color: #fff;
	transition: 0.3s;
	line-height: 1.2;
  }
  
  .projects .portfolio-content .portfolio-info .preview-link:hover,
  .projects .portfolio-content .portfolio-info .details-link:hover {
	color: #feb900;
  }
  
  .projects .portfolio-content .portfolio-info .details-link {
	left: 50%;
	font-size: 34px;
	line-height: 0;
  }
  
  .projects .portfolio-content:hover .portfolio-info {
	opacity: 1;
  }
  
  .projects .portfolio-content:hover img {
	transform: scale(1.1);
  } */
  
  .gallery-block.grid-gallery{
	padding-bottom: 60px;
	padding-top: 60px;
  }
  
  .gallery-block.grid-gallery .heading{
	  margin-bottom: 50px;
	  text-align: center;
  }
  
  .gallery-block.grid-gallery .heading h2{
	  font-weight: bold;
	  font-size: 1.4rem;
	  text-transform: uppercase;
  }
  
  .gallery-block.grid-gallery a:hover{
	opacity: 0.8;
  }
  
  .gallery-block.grid-gallery .item img{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
	transition: 0.4s;
  }
  
  .gallery-block.grid-gallery .item{
	margin-bottom: 20px;
  }
  
  @media (min-width: 576px) {
  
	.gallery-block.grid-gallery .scale-on-hover:hover{
	  transform: scale(1.05);
	  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
	}
  }
  
  /* img {
	 
	  -webkit-filter: hue-rotate(210deg) saturate(10);
  } */
