		/*=================================
                            ThemesBazar_photo_video Start
                        ==================================*/


.columg{
    position: relative;
}
/* Hide the images by default */
.themesbazarSlide {
  display: none;
    position: relative;
}

.themesbazarSlide img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.column img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */

.columg .prevv, .nextt {
	cursor: pointer;
	position: absolute;
	top: 36%;
	padding: 10px 18px;
	color: #fff;
	font-size: 22px;
	border-radius: 5px;
	user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
	transition: .8s all;
	background: #9b0303;
	margin-left: 10px;
}


/* Position the "next button" to the right */
.columg .nextt {
	right: 10px;
	border-radius: 5px;
}

/* On hover, add a black background color with a little bit see-through */
.columg .prevv:hover, .nextt:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.alt-title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	
}



/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


.themesBazaphoto5 .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	content: "";
	z-index: 1;
}

.themesBazaphoto5 .owl-dots button {
	margin: 0 2px;
	padding: 3px !important;
	transition: .8s all;
	background: #01284f !important;
	outline: inherit;
}
.themesBazaphoto5 .owl-dots button.active {
	background: #8E0021 !important;
	padding: 10px 3px 3px 3px !important;
}



.GalleryImage5 img {
	max-width: 100%;
	height: 300px;
	object-fit: cover;
}

.GalleryTitle5 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	padding: 10px;
	line-height: 24px;
}

.GalleryTitle5 a {
	color: #fff;
	font-size: 22px;
	transition: .8s all;
}

.GalleryTitle5 a:hover {
	color: #ff0;
}



.themesBazaVideo5 button.owl-prev {
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 8%;
	top: 38%;
	z-index: 999;
	width: 45px;
	height: 45px;
	color: #ffff;
	font-size: 25px !important;
	line-height: 0;
	transition: .6s all;
	outline: inherit;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}
.themesBazaVideo5:hover button.owl-prev {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.themesBazaVideo5 button.owl-prev:hover {
	color: #ff0;
}

.themesBazaVideo5 button.owl-next {
	background: rgba(0,0,0,0.5);
	position: absolute;
	right: 8%;
	top: 38%;
	z-index: 999;
	width: 45px;
	height: 45px;
	padding-right: 0;
	color: #ffff;
	font-size: 25px !important;
	line-height: 0;
	transition: .4s all;
	outline: inherit;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}

.themesBazaVideo5:hover button.owl-next {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.themesBazaVideo5 button.owl-next:hover {
	color: #ff0;
}


.gallery-icon i {
	position: absolute;
	top: 47%;
	left: 50%;
	height: 60px;
	width: 60px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 48px;
	color: #fff;
	border-radius: 50%;
	font-size: 25px;
	padding-left: 4px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px grey;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}


.GalleryImage5:hover .gallery-icon i {
	background: #fff;
	color: #01192F;
}


.themesBazaVideo5-content {
	column-count: 4;
	column-gap: 5px;
}

.themesBazaVideo5-wrpp {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	box-shadow: 0 0 10px #eeee;
}

.gFive-image {
	position: relative;
}

.gFive-image img {
	width: 100%;
	height: 70px;
	object-fit: cover;
}

.gFiveTitle5 {
	padding: 2px 5px 6px;
	line-height: 14px;
}

.gFiveTitle5 a {
	font-size: 16px;
	color: #333;
}

.gallery-icon1 i {
	position: absolute;
	top: 29%;
	left: 50%;
	height: 40px;
	width: 40px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 32px;
	color: #fff;
	border-radius: 50%;
	font-size: 17px;
	padding-left: 2px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px grey;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}

.themesBazaVideo5-wrpp:hover .gallery-icon1 i {
	background: #fff;
	color: #01192F;
}




.GalleryImage5 img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}



/* =================Responsive css start =================== */

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {


	.themesbazarSlide img {
		height: auto;
	}

	.column img {
		height: 50px !important;		
	}

	.gFive-image img {
		height: 50px !important;
	}

	.gallery-icon1 i {
		top: 17% !important;
	}




}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 

	.themesBazaphoto5 {
		margin-bottom: 40px !important;
	}

	.themesbazarSlide img {
		height: auto !important;		
	}

	.column img {
		height: auto !important;		
	}

	.GalleryImage5 img {
		height: auto;
	}

	.themesBazaVideo5-content {
		column-count: 2 !important;
	}
	.gFive-image img {
		height: auto;	
	}

	.gallery-icon1 i {
		top: 36% !important;
	}

}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 




    
    
}
