@charset "utf-8";
/* CSS Document */
@font-face {font-family:"solaimanlipi";src:url("../font/solaimanlipi.eot?") format("eot"),url("../font/solaimanlipi.woff") format("woff"),url("../font/solaimanlipi.ttf") format("truetype"),url("../font/solaimanlipi.svg") format("svg");font-weight:normal;font-style:normal;}
body {
	font-family:Solaimanlipi,Arial,Vrinda;
}
a {
	color: #000;
}
.navbar {
	padding:0;
	height: 60px;
}
.nav-item {
	font-size: 1.2rem;
	box-sizing: border-box;
	padding-top: 7px;
	height: 60px;
}
.nav-link a {
	color: #000;
	height: 100px;
}
.nav-item:hover {
	background: #333;
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}
.bg-light {
	background: none!important;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.banner {
	width: 100%;
	height: auto;
	padding: 30px 0 30px 0;
}
.logo {
	width: 600px;
	height: 65px;
	margin: 0 auto;
	background: url(../images/logo.png);
	background-size: 600px 65px;
}
.mtop {
	margin-top:30px;
}
.mbottom {
	margin-bottom:30px;
}
.text-muted {
	font-size: 100%;
	color: #999!important;
}
.about {
	text-align: center;
}
.social {
	font-size: 2rem;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	color: #ccc;
}
.catLabel {
	padding:7px;
	color: #fff;
	background: #000;
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 999;
}
.catLabel a {
	color: #fff;
}
.catCard {
	height: 365px;
}
.gallery {
	width: 100%;
	height: auto;
	padding: .5rem;
	background: #f5f5f5;
	border:1px solid #eee;
	position: relative;
	overflow: hidden;
}
.galleryCaption {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,.7);
	color: #fff;
	padding: .5rem;
	margin: .5rem;
}
.photoIcon {
	height: auto;
	position: absolute;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	bottom: 35px;
	right: 30px;
	font-size: 3rem;
	opacity: .7;
	z-index: 999;
}
.videoIcon {
	height: auto;
	position: absolute;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	bottom: 30px;
	right: 30px;
	font-size: 3rem;
	opacity: .7;
}
.videoCaption {
	width: 100%;
	height: 182px;
	background: #333;
	padding: 30px;
	color: #fff;
	font-size: 1.5rem;
}
.bg {
	background: #F8F9FA;
	padding:30px 0 30px 0;
}
.card {
	border-radius: 0;
	border:none;
	overflow: hidden;
}
.card-img-top {
	border-radius: 0;
}
.color1 {
	background: #F8F8F8;
	border:none;
}
.card-img-top {
	transition: all 0.3s ease-in-out;
}
.card-img-top:hover {	
	transform: scale(1.1);
}
.detail-text {
	font-size: 1.5rem;
}
.detail-img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.detail-caption {
	width: 100%;
	padding: 15px;
	background: #000;
	color: #fff;
}
.category-banner {
	width: 100%;
	height: 70px;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 3rem;
	pa
}
.preview {
	width: 100%;
	height: auto;
}
.footer {
	background: #333;
	color: #ccc;
	height: 150px;
}
.footer-text {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 50px;
}
.footer-eng {
	font-family: arial;
	font-size: 14px;
}
@media only screen and (max-width: 600px) {
	.logo {
		width: 300px;
		height: 33px;
		margin: 0 auto;
		background: url(../images/logo.png);
		background-size: 300px 33px;
	}
	.navbar-collapse {
		background: #333;
		color: #fff;
		z-index: 999;
	}
	.nav-item {
		padding-left: 10px;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #fff!important;
	}
	.navbar-toggler {
		margin-left: 10px;
	}
	}