/* home page css */
body {
	font-family: "Roboto", sans-serif;
}
.bg-navbar{
	background-color: #333333;
	color: #fff;
}
.navbar-nav .nav-item{
	padding-right: 1rem;
}
.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: #fff;
	background-image: linear-gradient(to right, #FFA627 , #FF620E);
	border-radius: 3px;
	padding-left:8px;
	padding-right: 8px;
}
/* http://jthemes.org/html/harmony-event/index-2.html */
.home-link{}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.slider-img{
	position: relative;
}
.slider-content{
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 300px;
}
.counter-date{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 10px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.location-text{
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}
.event-title{
	font-size: 60px;
	color: #ffbe30;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	margin-bottom: 40px;

}
.btn-e-d{
	background-color: transparent;
	border: 2px solid #ffbe30;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #fff;
	text-align: center;

}
.btn-e-d:hover{
	background-color: #ffbe30;
	color: #fff;
	text-decoration: none;
}
#featured-event{
	background:url(../img/event-bg.png);
	background-repeat: no-repeat;
	padding: 2rem;
}
#featured-event .f-img{
    border-radius: 3px;
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.f-event-tag{
	font-family: "Roboto", sans-serif;
	letter-spacing: 1.5px;
	font-size: 18px;
	font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
}
.bookmark{
	color: #FFBE30;
	margin-right: 4px;
}
.clock, .marker{
	width: 30px;
    height: 30px;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #F74703;
    background-color: #fff;
}
.f-event-details p{
	color: #fff;
	font-weight: 500;
}
.f-event-title{
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	letter-spacing: 1px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.counter-list{
	padding-right: 1rem;
	padding-left: 1rem;
	border-right: 1px solid #fff;
}
.counter-list:last-child{
	border:none;
}
.counter-data{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
}
.counter-item{
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.f-btn-div{
	padding: 1rem 0rem;
}
.btn-f-e{
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #333;
	text-align: center;
}
.all-ft-e-btn{
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #333;
	text-align: center;
}
.all-ft-e-btn:hover{
	background-color: #fff;
	border: 2px solid #fff;
	text-decoration: none;
}
.btn-f-e:hover{
	background-color: #fff;
	text-decoration: none;
	color: #333333;
}
#event-types{
	padding: 4rem 0rem;
	padding-top: 6rem;
}
.types-img{
	position: relative;
	width: 100%;
	height: 230px;
	object-fit: cover;
	outline: 1px solid #fff;
  	outline-offset: -6px;
}

.types-img-text{
	position: absolute;
	background: rgba(0,0,0,0.6);
  	top: 50%;
  	left: 50%;
  	padding: 1rem;
  	transform: translate(-50%, -50%);
}
.types-img-text h3{
	font-size: 20px;
	letter-spacing: .5px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}
.types-img-text span{
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 1.5px;
	color: #ffbe30;
}
#upcoming-events{
	padding: 4rem 0rem;
	padding-top: 2rem;
}
.u-e-title{
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	color: #33333;
	font-size: 28px;
	font-weight: 600;
}
.u-e-title span{
	color: #ffbe30
}
.u-c-e-r{
	padding: 1rem 0rem;
}
.u-e-list{
	margin-bottom: 15px;
	overflow: hidden;
}

.u-e-img{
	width: 100%;
	height: 230px;
	border-radius: 5px;
	object-fit: cover;
  	margin-bottom: 1rem;
  	transition: all .1s;
}
.u-e-img:hover {
	transform: scale(1.1);
	transform-origin: 50% 50%;
	border-radius: 5px;
}
.u-e-img-text{
	background: #fff;
    position: relative;
    margin: -80px 20px 0;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.u-e-list-date{
	top: 110px;
    left: 60px;
    z-index: 1;
    height: 70px;
    padding: 10px;
    min-width: 70px;
    text-align: center;
    position: absolute;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
    background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
    background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
    background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
}
.u-e-date{
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}
.u-e-date span{
	font-size: 18px;
	font-weight: 400;
}
.u-e-list-title{
	font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
	font-family: "Roboto", sans-serif;
}
.u-e-list-title a{
	color: #333;
}
.u-e-list-title::after{
	top: 0;
    width: 5px;
    left: -20px;
    bottom: 0px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #ffbe30;
}
.u-e-img-text p{
	font-family: "Roboto", sans-serif;
	color: #999999;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 8px;
}
.all-u-e a{
	font-size: 14px;
	color: #333333;
	padding: 5px 15px;
	border-radius: 15px;
	border: 1px solid #FFBE30;
	text-transform: uppercase;
}
.all-u-e a:hover{
	background-color: #FFBE30;
	border-color: #FFBE30;
	color: #fff;
	text-decoration: none;

}
#popular-events{
	padding: 2rem 0rem;
	background: url('../img/slider-bg1.jpg');
	background: linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/slider-bg1.jpg);

}
.pop-e-title{
	padding-bottom: 2rem;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.pop-e-title span{
	color: #ffbe30;
}
/*.pop-e-list{
	background-color: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}*/
.pop-e-img{
	position: relative;
	width: 100%;
	height: 230px;
	border-radius: 0px;
	object-fit: cover;
  	margin-bottom: 1rem;
  	outline: 1px solid #ffbe30;
  	outline-offset: -8px;
  	outline-style: dashed;
}
.pop-e-btn{
	position: absolute;
	bottom: 40px;
	left: 40px;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	border: 2px solid #fff;
	padding: 5px 15px;
	border-radius: 20px;
	text-align: center;
}
.pop-e-btn:hover{
	background-color: transparent;
	border:2px solid #ffbe30;
	color: #fff;
	text-decoration: none;
}
.all-pop-e a{
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 15px;
	border:1px solid #FFBE30;
	color: #fff;
	text-transform: uppercase;
}
.all-pop-e a:hover{
	background-color: #fff;
	border-color: #fff;
	color: #333333;
	text-decoration: none;
}
/* news & updates */
#news-updates{
	padding: 3rem 0rem;
	background-color: #0D0D0D;
}
.n-u-heading{
	font-size: 4rem;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}
.n-u-subheading{
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
.n-u-col{
	margin-bottom: 14px;
}
.n-u-list p{
	color: #FFBE30;
	font-size: 15px;
	margin-bottom: 5px;
}
.n-u-list h5{
	font-size: 17px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 14px;
}
.n-u-v-more {
	background: transparent;
	color: #fff;
	border: 1px solid #FFBE30;
	padding: 5px 15px;
	border-radius: 15px
}
.n-u-v-more:hover{
	background-color: #fff;
	border-color: #fff;
	color: #333333;
	text-decoration: none;
}
.news-img{
	border-radius: 5px;
}
/* download app */

#download-app{
	padding: 2rem 0rem;
	background-color: #3B3B3B;
}
.d-t-col{
	text-align: center;
}
.app-list {
	text-align: center;
}
.app-list .fa{
	color: #FFBE30;
	margin-right: 10px;
}
.app-list a{
	margin-right: 1rem;
	font-size: 14px;
	color: #fff;
	border:1px solid #FFBE30;
	padding: 5px 15px;
	border-radius: 15px;
}
.app-list a:hover{
	border-color: #fff;
	background-color: #fff;
	color: #333333;
	text-decoration: none;
}
#download-app h6 {
	font-size: 3rem;
	font-weight: 900;
	color: #FFBE30;
	text-transform: uppercase;
}
#download-app span{
	font-size: 1.5rem;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
}
/* start footer */
footer{
	background-color: #333333;
	padding: 4rem 0rem;
	padding-bottom: 0px;
}
.social-links{
	padding: 2rem 0rem;
	color: #fff;
}
.social-links h6{
	letter-spacing: .5px;
}
.s-icon{
	background-color: #2E2E2E;
	padding: 8px;
	margin-left: 8px;
	color: #FFBE30;
}
.s-icon:hover{
	color: #F84602;
}
.f-icon{
	padding-left: 10px;
	padding-right: 10px;
}
.com-details{
	padding: 2rem 0rem;
}
.f-d-bg{
	background-color: #3B3B3B;
	height: 80px;
	vertical-align: baseline;
}
.f--icon{
	color: #FFBE30;
	font-size: 24px;
	line-height: 80px;
	padding-left: 40%;
}
.f-d-detail{
	background-color: #2E2E2E;
	height: 80px;
}
.a-d-d p{
	color: #fff;
	font-size: 15px;
	margin-bottom: 8px;
	padding-top: 8px;
}
.a-d-d h4{
	color: #999999;
	font-size: 18px;
	font-weight: 600;
}
.copyright{
	/*background-color: #2E2E2E;*/
	background-image: linear-gradient(to right, #FFA627 , #FF620E);
}
.copyright p{
	font-size: 13.5px;
	padding-top: 1rem;
	color: #fff;
}
.copyright p a{
	color: #333333;
	font-weight: bold;
	padding-left: 5px;
}
