body{
	padding: 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
}
.logo-section{
	width: 100%;
	height:auto;
	padding: 10px 0;
	background: #ffdca7;
	text-align: center;
}
.navbar-brand{
	display:none;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-weight: 500;
    font-size: 18px;
    padding: 5px 20px;
    /*text-transform: uppercase;*/
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(251 116 0);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(251 116 0);
}
.bg-light {
    background-color: #ffffff!important;
}
.banner{
	width: 100%;
	height:auto;
}
.news-section{
	width: 100%;
	height:auto;
	background: #eab309;
}
.news-section .latest-update{
	background: #b50505;
	color:#fff;
	padding: 8px 0;
}

.news-section h5{
	margin-bottom: 0;
	text-align: center;
}
.news-section h6{
	margin-bottom: 0;
	padding-top: 8px;
}
.banner-bottom{
	width: 100%;
	height:auto;
	padding: 80px 0;
	background: #fffca5;
}
.banner-bottom h2{
    color: #b50505
}
.banner-bottm-right {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fffca5;
    box-shadow: inset 0px 0px 10px 0px #ffad00;
}
.banner-bottm-right h3 {
    text-align: center;
    background: #b50505;
    border-radius: 8px;
    width: 100%;
    padding: 8px 0;
    font-size: 20px;
    color:#fff;
}
.banner-bottm-right marquee{
	width: 100%;
	height:280px;
	padding: 0 15px;
}
.banner-bottm-right marquee:hover{
	cursor:pointer;
}
.banner-bottm-right marquee p{
	/*padding-left: 10px;*/
	margin-bottom: 0;
	border-bottom: 1px dotted #000;
}




header {
  position: relative;
  background-color: black;
  height: auto;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}
header .youtube-video{
	width: 100%;
	height:auto;
	/*background: #fff;*/
	margin:10px 0;
	text-align: center;
}
header .youtube-video img{
	width: 60%;
}
@media (pointer: coarse) and (hover: none) {
  header {
    /*background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;*/
  }
  header video {
    /*display: none;*/
  }
}

.youtube{
	width: 100%;
	height:auto;
	background: url('../images/youtube-bg.jpg') no-repeat center/cover fixed
}

.youtube-overlay{
	width: 100%;
	height:auto;
	padding:80px 0; 
	background: #00000080;
	text-align: center;
}
.video-from-youtube{
	width: 100%;
	height:auto;
	margin:15px 0;
}
.video-from-youtube iframe{
	width: 100%;
	height:300px;
}




.footer{
	width:100%;
	height:auto;
	background: url('../images/footer-bg.png') no-repeat scroll center/cover;
}
.footer-overlay{
	width: 100%;
	height: auto;
	background: #00000059;
	padding: 80px 0;
	color:#fff;
}
.footer-overlay hr{
	border:1px solid #fff;
}
.footer-overlay ul li{
	list-style: none;
}
.footer-overlay ul li a{
	color:#fff;
	font-weight: 500;
} 
.footer-overlay a{
	color:#fff;
} 
.copyright{
	width: 100%;
	height:auto;
	padding: 8px 0;
	text-align: center;
	background: #ff9101;
	color:#000;
}






.pages{
	width: 100%;
	height:auto;
	padding: 80px 0;
	/*background: #efefef;*/
	background: #d6b75a;
}
.gallery{
	width:100%;
	height:auto;
	background: url('../images/gallery-bg.jpg') no-repeat fixed center/cover;
}
.gallery-overlay{
	width:100%;
	height:auto;
	padding: 80px 0;
	background: #00000073;
}
.gallery-overlay h2{
	color:#fff;
}
.gallery-overlay hr{
	border-color:#fff;
}
.gallery-image{
	width: 100%;
	height:auto;
	padding: 5px;
	border:1px solid #fff;
	border-radius: 7px;
	margin:10px 0;
}
.gallery-image img{
	width: 100%;
	height:200px;
	border-radius: 7px;
}
.contact{
	width: 100%;
	height: auto;
	background: url('../images/top-contributor-bg.jpg') no-repeat fixed center/cover;
}
.contact-overlay{
	width:100%;
	height:auto;
	padding: 80px 0;
	background: #ff990052;
}
.contact-overlay hr{
	border-color: #ccc;
}
.contact-overlay .contact-pg{
	width:100%;
	height:auto;
	padding: 30px 30px;
	border: 1px solid #fff;
	border-radius: 10px;
	background: #4a5a5a7a;
	color:#fff;
}
.contact-overlay .contact-pg iframe{
	width:100%;
	height:300px;
}
.members{
	width:100%;
	height:auto;
	background: url('../images/members-bg.jpg') no-repeat fixed center/cover;
}
.members-overlay{
	width:100%;
	height:auto;
	padding: 80px 0;
	background: #00000059;
}
.members-overlay h2{
	color:#fff;
}
.members-overlay hr{
	border-color:#fff;
}
.members-overlay .all-members{
	width: 100%;
	height:auto;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
	margin:10px 0;
}
.members-overlay .all-members img{
	margin-bottom: 10px;
}
.members-overlay .all-members p{
	font-weight: 500;
	margin-bottom: 0;
	font-size:18px;
	color:#ff8f1b
}
.table-section{
	width: 100%;
	height:auto;
	padding: 20px;
	border:1px solid #fff;
	background: #ffffffa8;
	border-radius:8px;
}

.about-us{
	width: 100%;
	height:auto;
	background: url('../images/about-bg.png') no-repeat center fixed;
	background-color:#00ffdc;
}
.about-us-overlay{	
	width: 100%;
	height:auto;
	padding: 80px 0;
	background: #00ffd03b;
}
.about-pg{
	width: 100%;
	height:auto;
	padding:20px;
	border-radius: 8px;
	border:1px solid #ccc;
	background: #ffffff61;
	text-align: justify;
}
.top-cont{
	width:100%;
	height:auto;
	background: url('../images/top-cont-bg.jpg') no-repeat fixed center/cover;
}
.top-cont-overlay{
	width:100%;
	height:auto;
	padding: 80px 0;
	background: #00000059;
}
.top-cont-overlay h2{
	color:#fff;
}
.top-cont-overlay hr{
	border-color:#fff;
}
.top-cont-overlay .top-contributors{
	width: 100%;
	height:auto;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
	margin:10px 0;
}
.top-cont-overlay .top-contributors img{
	margin-bottom: 10px;
}
.top-cont-overlay .top-contributors p{
	font-weight: bold;
	margin-bottom: 0;
	font-size:18px;
}
#expd img:hover{
	cursor:pointer;
}

@media(max-width: 1024px){
	.navbar-light .navbar-nav .nav-link {
	    font-size: 13px;
	}
}
@media(max-width: 768px){
	.navbar-brand{
		display:block;
	}
	.navbar-brand h4{
		font-size:20px;
		text-align: center;
		padding-top: 8px;
		color:red;
	}
	.video-from-youtube iframe {
	    height: 200px;
	}
}
@media(max-width: 576px){
	h1,h2,h3,h4,h5,h6{
		text-align: center;
		font-weight: 500;
	}
	.navbar-light .navbar-nav .nav-link {
	    font-size: 18px;
	}
	.btn-large{
		width: 100%;
	}
	.news-section h5 {
	    font-size: 17px;
	}
	.banner-bottom {
	    padding: 30px 0;
	}
	.banner-bottom h2 {
	    font-size: 26px;
	}
	.banner-bottm-right {
	    margin-top: 20px;
	}
	.banner-bottm-right h3 {
		font-size: 19px;
	}
	.youtube-overlay {
		padding:30px 0;
	}
	.footer-overlay {
    	padding: 30px 0;
    }
    .footer-overlay h4{
    	margin-top: 12px;
    	font-size: 19px;
    	letter-spacing: 1px;
    }
    .about-us-overlay {
    	padding: 30px 0;
    }
    .about-us-overlay .about-pg h2{
    	font-size:24px;
    }
    .members-overlay {
    	padding: 30px 0;
    }
    .members-overlay h2 {
    	font-size:24px;
    }
    .members-overlay .all-members img {
	    width: 65%;
	}
	.pages{
		padding: 30px 0;
	}
	.pages h2{
		font-size: 24px;
		font-weight: 500;
	}
	.gallery-overlay{
		padding: 30px 0;
	}
	.top-cont-overlay {
		padding: 30px 0;
	}
	.top-cont-overlay h2{
		font-size: 24px;
	}
	.top-cont-overlay .top-contributors img {
	    width: 65%;
	}
	.contact-overlay {
    	padding: 30px 0;
    }
    .contact-overlay h2 {
    	font-size: 24px;
    }
    .contact-overlay h3 {
    	font-size: 21px;
    	margin-top: 10px;
    }
    .contact-overlay .contact-pg iframe {
	    height: 230px;
	}
}
@media(max-width: 375px){

	.navbar-light .navbar-nav .nav-link {
	    font-size: 16px;
	}
	.banner-bottm-right marquee {
	    height: 250px;
	}
	.top-cont-overlay h2 {
	    font-size: 22px;
	}
}
@media(max-width: 320px){
	.navbar-brand h4 {
		font-size: 16px;
	}
}