/* --------------------------Gallery Page--------------------------- */
.softee-gallery {
  padding-left: 140px !important;
    padding-right: 140px !important;
	position:relative;
	margin: 60px auto !important;
}

.softee-gallery .eael-filter-gallery-control ul li.control.active{
    background: transparent !important;
	  color: #c32b30 !important;
}

.softee-gallery  .eael-filter-gallery-control ul{
	position: relative;
	margin: 0;
    margin-bottom: 30px;
	display: flex;
    gap: 40px;
}
.softee-gallery  .eael-filter-gallery-control ul::before{
    position: absolute;
    content: '';
    bottom: 0;
    height: 4px;
    width: 100%;
    border-radius: 6px;
    background: #d7d7d7;
}
.softee-gallery .eael-filter-gallery-control ul li.control{
	    display: inline-block;
}
.softee-gallery .eael-filter-gallery-control ul li{
	position:relative;
	margin:0;
	padding-bottom: 15px;
	font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: .02em;
    font-family: open sans, sans-serif;
    text-transform: uppercase;
    color: #9b9b9b;
}
.softee-gallery .eael-filter-gallery-control ul li::after{
    position: absolute;
    content: '';
    bottom: 0px;
    left: 50%;
    width: 130%;
    height: 4px;
    border-radius: 6px;
    background: #c32b30;
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    transition: all .25s ease;
}
.softee-gallery .eael-filter-gallery-control ul li.active::after,
.softee-gallery .eael-filter-gallery-control ul li:hover::after{
	    width: 100%;
    opacity: 1;
}
.softee-gallery .fg-item-content p{
	font-size: 17px;
    line-height: 27px;
    color: #f1f1f1;
}
.softee-gallery .gallery-item-buttons a:nth-of-type(2){
	display: none;
}
.softee-gallery .gallery-item-buttons{
	display: flex;
    align-items: center;
    justify-content: center;
}
/* -------------------Inner Page Banner---------------------- */
.inner-page-banner{
	padding-top: 100px !important;
	padding-bottom:100px !important;
	display: flex;
    align-items: center;
    justify-content: center;
}

.inner-page-banner-sub-title h6{
	font-size: 18px;
}
.inner-page-title h1{
	font-size: 54px;
    color: #fff !important;
    font-weight: 560;
    text-align: left;
    text-transform: capitalize;
	 text-align: center;
}
.all_bredcrumb_wrap {
	 padding-top: 20px !important;
}
.all_bredcrumb_wrap_nav span{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.all_bredcrumb_wrap_nav span a{
	color: #ddd !important;
}

@media only screen and (max-width: 1440px) {
  .softee-gallery{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
	.softee-gallery .eael-filter-gallery-control ul li{
	    font-size: 14px;
	}
}
@media only screen and (max-width: 1366px){
	.inner-page-title h1{
		font-size: 38px;
	}
	.all_bredcrumb_wrap_nav span{
		font-size: 14px;
	}
	.all_bredcrumb_wrap{
		padding-top: 10px !important;
	}
}
@media only screen and (max-width: 1280px){
  .softee-gallery{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 991px){
	.softee-gallery{
    padding-left: 15px !important;
    padding-right: 15px !important;			
	}
}
@media only screen and (max-width: 768px){
	.softee-gallery{
	margin: 40px auto !important;	
	}
}
@media only screen and (max-width: 767px){
		.softee-gallery .eael-filter-gallery-control ul{
	gap: 30px;	
	}
	.softee-gallery .eael-filter-gallery-control ul li{
		 line-height: 24px;
	}
}
@media only screen and (max-width: 576px){
		.softee-gallery .eael-filter-gallery-control ul{
		gap: 20px;
	}
	.softee-gallery .eael-filter-gallery-control ul li{
	    font-size: 12px;	
	}
}
@media only screen and (max-width: 425px){
	.inner-page-title h1{
	font-size: 28px;	
	}
	.softee-gallery .eael-filter-gallery-control ul {
    gap: 5px;
}
	.softee-gallery .eael-filter-gallery-control ul li::after{
    width: 110%;		
	}
}
@media only screen and (max-width: 350px){
.softee-gallery .eael-filter-gallery-control ul {
    gap: 0px;
}	
	.softee-gallery .eael-filter-gallery-control ul li::after{
		width: 100%;
	}
}