.breadcrumb-area{
	padding:100px !important;
}
.about-style-two .thumb .fun-fact{
	padding-top:40px;
	background: #D1FF34;
}

.silver{color:silver;}

.red{color:red !important;}

.green{color:green;}

.black{color:#000;}

.blue{color:blue;}

.orange{color:orange;}

.gray, .grey{color:gray;}

.white{color:white;}

.bordered{border:10px solid silver;}

.borderedblue{border:1px solid #61A9DB;}

.borderedred{border:1px solid red;}


.gallery-grid{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
}
.gallery-item{
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top center;
	transition: ease-in 0.2s;
}
.gallery-item:hover{

}

.gallery-grid2{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
}
.gallery-item2{
	width: 100%;
	height: 350px !important;
	object-fit: cover;
	object-position: top center;
	margin-bottom:2em;
	transition: ease-in 0.2s;
}
