.awards-list-wrap{display:flex;flex-wrap:wrap;gap:70px 120px;}
.awardsList{width:calc(33.33% - 82px);list-style:none;padding:2px;border-radius:15px;background:linear-gradient(90deg, #CFA836, #fff1c8);text-align:center;display: flex;align-items: center;justify-content: center;padding-right:1px;}
.awardWrap img{max-width:100%:}
.photos-awards{background:#FDF6FF;}

.gallery-listing{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;list-style:none;}
.gallery-listing li{border-radius:20px;overflow:hidden;}
.gallery-listing li{width:calc(33% - 11px);height:280px;overflow:hidden;}
.gallery-listing li img{width:100%;height:100%;object-fit:cover;}
.gallery-listing li:nth-of-type(1),.gallery-listing li:nth-of-type(4) {width:calc(16% - 11px);}

.media-gallery-listing {justify-content: flex-start;}
.media-gallery-listing li {position:relative;}
.media-gallery-listing li span {
		background: rgba(255,255,255,.8);
		position: absolute;
		bottom: -100px;
		transition: .3s ease-out;
		width: 100%;
		z-index: 1;
		left: 0px;
		right:0px;
		text-align: center;
		font-size: 14px;
		border-radius: 10px;
		padding: 10px;
	}
.media-gallery-listing li{
	width: calc(75% - 20px);
}
.media-gallery-listing li:nth-of-type(1),
.media-gallery-listing li:nth-of-type(4),
.media-gallery-listing li:nth-of-type(5),
.media-gallery-listing li:nth-of-type(8),
.media-gallery-listing li:nth-of-type(9),
.media-gallery-listing li:nth-of-type(12),
.media-gallery-listing li:nth-of-type(13),
.media-gallery-listing li:nth-of-type(16),
.media-gallery-listing li:nth-of-type(17),
.media-gallery-listing li:nth-of-type(20),
.media-gallery-listing li:nth-of-type(21),
.media-gallery-listing li:nth-of-type(23),
.media-gallery-listing li:nth-of-type(24)

{
	width:25%;
}
.media-gallery-listing li:hover span{bottom:0px;}
.cmnTabList{border-top:1px solid #ccc;}
.cmnTabList li a{position:relative;}
.cmnTabList li a.active:after{content:"";width:100%;height:2px;background:#000;display:block!important;left: 0px;background: #7E3A93;}
.cmnTabList li a.active{border:none;}

.media-gallery-listing li{width:32%!important;}
@media(max-width:992px){
	.awardsList{width: calc(50% - 70px);}
	.media-gallery-listing li {
		width: 48% !important;
	}
}

@media(max-width:767px){
	.awardsList{height: 200px;}
	.awardsList p{font-size:11px;margin:0px;}
	
	.awards-list-wrap{gap:20px;}
	.awardsList{width:calc(50% - 12px);}
	.gallery-listing li{width:calc(50% - 11px)!important;height:250px;}
	/*.gallery-listing li:nth-of-type(3n+3), .gallery-listing li:last-child{width:100%!important;}*/
	.media-gallery-listing li:last-child{
		width:calc(50% - 11px)!important
	}
	
}

@media(max-width:414px){
	.awardsList p{font-size:10.5px;}
}