
body{
	font-family: 'Ek Mukta', sans-serif;
	background: #000000;
}
.img-responsive{
	max-width: 100%;
	height: auto;
	display: block;
}
.no-padding{
	padding-left: 0px;
	padding-right: 0px;
}
iframe{
	height: 480px;
	border: none;
}
.section-1 {
    height: 100vh;
    width: 100%;
    background: transparent;
    opacity: 1;
    background-image: url('../img/image1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}
.section-1 .caption{
	position: absolute;
	width: 55%;
	top: 65%;
	left: 24%;
	z-index: 9;
}
.overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.section-1 .caption h3{
	color: #ffffff;
	font-size: 48px;
	font-weight: 800;
	text-align: center;
}
.section-1 .caption p{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
 .author{
	margin-left: 35%;
	margin-bottom: 5%;
	border-bottom: 1px solid #eeeeee;
    width: 20%;
    padding-bottom: 2%;
}
.author img{
	margin-right: 20px;
	display: block;
	float: left;
	clear: left;
}
 .author .author-name{
	font-size: 20px;
	margin-top: 10px;
	padding-top: 15px;
	color: #000000;
}
.section-2{
	background-color: #ffffff;
}
.section-2 .text{
	width: 70%;
	margin: 0 auto;
	display: block;
	padding-top: 5%;
	padding-bottom: 10%;

}
.section-2 .text hr{
	width: 25%;

}
.section-2 .text p{
	text-align: left;
	color: #000000;
	font-size: 20px;
	padding-bottom: 20px;
}
.section-3{
	background-image: url("../img/image-1.jpg");
	height: 100vh;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;  

}
.section-4{
	background-image: url("../img/image-2.jpg");
	height: 100vh;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;  

}
.section-5{
	background-image: url("../img/image-3.jpg");
	height: 100vh;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;  

}
.section-6{
	background-image: url("../img/image-4.jpg");
	height: 100vh;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;  
}
.section-7{
	background-image: url("../img/image-5.jpg");
	height: 100vh;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;  
}
.section-8{
	background-image: url("../img/image-6.jpg");
	height: 100vh;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;  
}
.gallery{
	padding-bottom: 45px;
	background: #ffffff;
}
.gallery h2{
	font-size: 36px;
	color: #000000;
	font-weight: 600;
	text-align: center;
}
.gallery p{
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	text-align: center;
}
.comment-wrapper{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.copyrights{
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
}
.copyrights h3{
	font-size: 18px;
	font-weight: 400;
}
.copyrights img{
	display: block;
	margin: 0 auto;
}
.related{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.related a{
	color: #000000;
}







.carousel{
	background-color: #000000;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	display: block;
	margin: 0 auto;
}
.carousel-control.right{
	background-image: none;
}
.carousel-control.left{
	background-image: none;
}

.owl-carousel img{
display: block;
margin: 0 auto;
height: 600px;
}
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.video-container, .top-video {
background-image:url(../img/cover_photo.png);
background-repeat:no-repeat;
background-position:top center;
background-size:cover;
background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 479px){
/*	.video-container {
		height: 200px;
		width: 300px;
	}*/
	video{
		height: 193px !important;
		width: 385px !important;
		margin-left: -31px !important;
	}
	iframe{
		height: 164px;
		border: 0px;
	}
	.mid-video{
		margin-left: -16px;
		margin-right: -16px;
	}
	.section-1{
		height: auto;
	}
	
	.author{
		width: 55%;
		margin-left: 20%;
	}
	.overlay{
		top: 0%;
		left: 0%;
	}
	.section-1 .caption{
		top: 32%;
		left: 8%;
		width: 85%;
	}
	.section-1 .caption h3{
		font-size: 18px;
	}
	.section-1 .caption p{
		font-size: 11px;
	}
	.section-2 .text{
		width: 90%;
	}
	.section-3{
	background-image: url("../img/image-1(480).jpg");
	height: 100vh;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;  

	}
	.carousel-inner > .item > img, .carousel-inner > .item > a > img{
		height: 281px;
	}
	.comment-wrapper{
		width: 100%;
	}
}
@media (min-width: 480px) and (max-width: 559px){
	iframe{
		height: 246px;
		border: 0px;
	}
	.section-1{
		height: auto;
	}
	
	.author{
		width: 55%;
		margin-left: 20%;
	}
	.overlay{
		top: 0%;
		left: 0%;
	}
	.section-1 .caption{
		top: 32%;
		left: 8%;
		width: 85%;
	}
	.section-1 .caption h3{
		font-size: 18px;
	}
	.section-1 .caption p{
		font-size: 11px;
	}
	.mid-video{
		margin-left: -16px;
		margin-right: -16px;
	}
	.section-2 .text{
		width: 90%;
	}
		.carousel-inner > .item > img, .carousel-inner > .item > a > img{
		height: 281px;
	}
		.comment-wrapper{
		width: 100%;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	iframe{
		height: 305px;
		border: 0px;
	}
	.mid-video{
		margin-left: -16px;
		margin-right: -16px;
	}
	.section-1{
		height: auto;
	}
	
	.author{
		width: 55%;
		margin-left: 20%;
	}
	.overlay{
		top: 0%;
		left: 0%;
	}
	.section-1 .caption{
		top: 32%;
		left: 8%;
		width: 85%;
	}
	.section-1 .caption h3{
		font-size: 18px;
	}
	.section-1 .caption p{
		font-size: 11px;
	}
	.section-2 .text{
		width: 90%;
	}
		.carousel-inner > .item > img, .carousel-inner > .item > a > img{
		height: 424px;
	}
		.comment-wrapper{
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px){
		video{
		height: 420px !important;
		width: 785px !important;
		margin-left: -31px !important;
	}
	iframe{
		height: 296px;
	}
	.section-1{
		height: auto;
	}
	
	.author{
		width: 55%;
		margin-left: 20%;
	}
	.overlay{
		top: 0%;
		left: 0%;
	}
	.section-1 .caption{
		top: 32%;
		left: 8%;
		width: 85%;
	}
	
		.carousel-inner > .item > img, .carousel-inner > .item > a > img{
		height: 565px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	video{
		height: 724px !important;
		width: 1055px !important;
		margin-left: -31px !important;
	}

}
@media (min-width: 1200px) and (max-width: 1439px){

}
@media (min-width: 1440px) and (max-width: 1899px){

}
@media (min-width: 1900px) and (max-width: 2500px){

}
