body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

p {
	font-family: 'Playfair Display', serif;
}

.bg-primary {
	background-image: linear-gradient(to top, #65a933, #6ab21c) !important;
}

#top-bar {
	padding: 10px 0px;
}

.top-bar-box {
	background: #f2f2f2;
}

.social-part {
	padding-left: 31px;
}

.social-part .fa {
	margin-right: 1px;
	/* background: #000000; */
	color: #9b9b9b;
	/* padding-left: 3px; */
	padding-top: 5px;
	padding-right: 7px;
	font-size: 12px;
	border-radius: 50%;
	width: 27px;
	height: 27px;
}

.social-part .fa-facebook:hover {
	color: #006699;
}

.social-part .fa-twitter:hover {
	color: #50a4ce;
}

.social-part .fa-instagram:hover {
	color: #ea3b59;
}

.social-part .fa-pinterest-p:hover {
	color: #c81416;
}

.social-part .fa-youtube:hover {
	color: #ff0000;
}

.social-part .fa-linkedin:hover {
	color: #5baaca;
}

.social-part .fa-google-plus:hover {
	color: #dc4e41;
}

.num_title a {
	text-decoration: none;
	color: #939292;
	margin-left: 20px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}

header {
	background: #fbfbfb;
	padding: 22px 0;
}

.gallery_grid {
	width: 100%;
	overflow-x: hidden;
}

.spacing {
	border-right-width: 4px;
	border-bottom-width: 8px;
	border-left-width: 4px;
	border-top-width: 0;
	border-style: solid;
	border-color: transparent;
}

.catagry h1 {
	font-size: 59px;
	position: relative;
	font-weight: bolder;
}

.catagry h1:after {
	position: absolute;
	content: "";
	width: 70px;
	/* border-radius: 15px; */
	height: 4px;
	top: 50%;
	left: -86px;
	background: #212529;
	transform: translateY(-50%);
}

.catagry p {
	font-size: 13px;
	color: grey;
	font-family: 'Playfair Display', serif;
}

.grid-box {
	overflow: hidden;
	transition: 0.8s all;
	position: relative;
}

 .grid_overlay {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
   background: #00000014; 
	opacity: 0;
	transition: 0.8s all;
} 

.grid-box p {
    position: absolute;
    z-index: 100;
    font-weight: 500;
    font-weight: 600;
    top: 50%;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    left: 50%;
    text-align: center;
    font-size: 20px;
    transform: translate(-50%, -50%);
    transition: 0.8s all;
	 text-shadow: 3px 2px #333333;
}

.grid-box img {
	transition: 0.8s all;
}

.grid-box:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.5s;
}

.grid-box .grid_overlay {
	opacity: 1;
	transition-delay: : 1s;
}

footer {
	background: #404040;
	color: #bababa;
	padding: 45px 0px;
}

footer h4 {
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	color: #eaeaea;
}

footer p {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width:600px) {
	.num_title a {
		width: 100% !important;
		float: left;
		line-height: 28px;
		font-size: 16px;
		color: #fff;
	}
	.num_title {
		background: #ee054c;
		padding: 6px 0px;
	}
	.num_title a {
		margin-left: 0px !important;
	}
	.logo {
		width: 68% !important;
		text-align: center;
		margin: 9px auto;
	}
	header {
		padding: 4px 0;
	}
}