@charset "utf-8";
/* CSS Document */
:root, html, body {
    border-radius:0px;
    margin:0px;
    padding:0px;
}
.topbar {
  font-family: Lato, "Lato Black", "Lato Hairline", "Lato Heavy", "Lato Light", "Lato Medium";
  font-size: 12px !important;
}
.panchang
{
	background: url(../images/panchang.png) no-repeat 68px 7px;
    padding: 0 25px 0px 0;
}
.main-nav
{
	font-family:Lato, "Lato Black", "Lato Hairline", "Lato Heavy", "Lato Light", "Lato Medium";
	font-size:16px!important;
	font-weight:bold;
	
}
.main-nav ul li
{
	padding:0 0 0 25px;
}
.main-nav ul li a
{
	border-bottom:solid 2px #fff;
}
.main-nav ul li a:hover
{
	border-bottom:solid 2px #e2673a;
}
.Cureent-menu
{
	border-bottom:solid 2px #e2673a;
}
.user-hover
{
	border-bottom:none!important;
}
/*Slider*/

h2 {
  text-align: center;
  padding: 50px 0;
  font-family: "Abel", sans-serif;
  font-size: 45px;
}
@media (max-width: 680px) {
  h2 {
    font-size: 30px;
  }
}

ul {
  padding: 0;
  list-style: none;
}
ul:after {
  content: "";
  display: block;
  clear: both;
}

#container {
  width: 100%;
}

#slider-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#slider-container ul li {
  float: left;
}
#slider-container ul li img {
  width: 100%;
  float: left;
}
#slider-container .arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 89px;
  height: 58px;
  transform: translateY(-50%) scale(1);
  cursor: pointer;
}
#slider-container .arrow:before, #slider-container .arrow:after {
  display: block;
  width: 34px;
  height: 1px;
  position: absolute;
  background: white;
  border-top: 1px solid grey;
}
@media (max-width: 680px) {
  #slider-container .arrow {
    transform: translateY(-50%) scale(0.5);
  }
}
#slider-container .arrow.a-left {
  left: 50px;
  background:url(../images/slider/arrow-left.png) no-repeat;
  
}
#slider-container .arrow.a-left:before {
  top: 0;
  left: 0;
  margin-top: 0;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}
#slider-container .arrow.a-left:after {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  transform: rotate(45deg);
  transform-origin: 100% 0;
}
#slider-container .arrow.a-right {
  right: 50px;
  background:url(../images/slider/arrow-right.png) no-repeat;
  
  }
#slider-container .arrow.a-right:before {
  top: 0;
  right: 0;
  margin-top: 0;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
#slider-container .arrow.a-right:after {
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}
#slider-container .bullets-container {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
#slider-container .bullets-container .bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid grey;
  cursor: pointer;
  margin: 0 8px;
}
#slider-container .bullets-container .bullet.active {
  background: grey;
}
/*Slider end*/

/*about us*/
.about-us h1
{
	font-family: 'Noto Serif';
	font-size:30px;
}
.about-us h4
{
	font-family:'Lato';
	font-size:20px;
}
.about-us p
{
	font-family:'Lato';
	font-size:14px;
}
.about-us button
{
	border-radius:100px;
	padding:5px 20px;
	font-family: 'Noto Serif';
	font-size:14px;
}

.about-us .aboutImg img{
    border-radius:0px 15px 0px 15px;
}
/*about us end*/
/*breadcrumb*/
.breadcrumb a {
  text-decoration: none;
  color: #000;
  font-family: 'Lato';
  font-size: 14px;
}
.breadcrumb-item
{
	color:#000;
	font-family:'Lato';
	font-size:14px;
	margin:10px 0 0 0px;
}
/*breadcrumb end*/

/*contact us*/
.contactus h1
{
	font-family: 'Noto Serif';
	font-size:42px;
	height:80px;
	text-align:center;
	background:url(../images/Ribin.png) no-repeat center top 60px;
	padding:0 0 0px 0px;
}
.contactus p
{
	text-align:center;
	margin:0 0 20px 0px;
}
.contact-details
{
	
}
.contact-details h2
{
	font-family: 'Noto Serif';
	font-size:18px;
	text-align:left;
	border-bottom:solid 1px #d5d5d5;
	padding:10px 0px;
}
.social-media li
{
	display:inline-block!important;
	margin:0px 20px 0 0px;
}
.phone
{
	font-family:'Lato';
	font-size:16px;
	background:url(../images/call.png) no-repeat center left;
	padding:0 0 0 60px;
}
.mail
{
	font-family:'Lato';
	font-size:16px;
	background:url(../images/mail.png) no-repeat center left;
	padding:0 0 0 60px;
	
}
.address
{
	font-family:'Lato';
	font-size:16px;
	background:url(../images/location.png) no-repeat center left;
	padding:0 0 0 60px;
	
	
}
.contact-form
{
	padding:15px 30px!important;
}
.contact-form lable
{
	font-family:'Lato';
	font-size:16px;
}
.contact-form input
{
	border-radius:0px;
	/*float:right;*/
	width:100%;
	
}
.contact-form textarea
{
	border-radius:0px;
	border-color:#dee2e6;
	/*float:right;*/
	width:100%;
	height:100px;
	
}
.contact-form button
{
	border-radius:100px;
	background:#d26840;
	font-family: 'Noto Serif';
	font-size:14px;
	padding:5px 25px;
	border:none;
	color:#fff;
	margin:0 0 0 0px;
	
	
}
/*contact us end*/
/*footer*/
footer
{
	font-family:'Lato';
	font-size:12px;
	color:#fff;
}

footer a	 
{
	font-family:'Lato';
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
/*footer end*/

/*Events*/
.filter-lable
{
	font-family:'Lato';
	font-size:16px!important;
	float:left;
	margin-right:10px;
}
.filter-input
{
	background:url(../images/calendar.png) no-repeat right;
	border:solid 1px #bbbbbb;
	border-radius:100px;
	width:65%;
	height:36px;
	margin:0 0 0 0px;
	float:left;	
}
.filter-input-text
{
	border:solid 1px #bbbbbb;
	border-radius:100px;
	width:54%;
	height:36px;
	margin:0 0 0 0px;
	float:left;	
}
.filter-input-search
{
	border:solid 1px #bbbbbb;
	border-radius:100px;
	width:229px;
	height:36px;
}
.search-btn
{
	background:#e16132 url(../images/search.png) no-repeat center;
	border:none;
	width:45px;
	height:35px;
	margin:0 0 0 5px;
	float:left;
}
.filter-input-select
{
	border: solid 1px #bbbbbb;
    width: 83%;
    height: 36px;
    margin: 0 0 0 0px;
    float: left;
    padding: 0 10px;	
}
.event-img
{
    margin-right: 30px;
	  float:left;
}

.event-details
{
	float:none;
}
.event-list h1
{
	font-family: 'Noto Serif';
	font-size:18px;
	margin:15px 0 0 0px;
}
.event-list h5
{
	font-family:'Lato';
	font-size:16px;
	margin:15px 0 0 0px;
	color:#d26840;
}
.event-details a
{
	text-decoration: none;
    color: #000;
    border: solid 1px #000;
    font-family: 'Noto Serif';
    border-radius: 100px;
    margin-right: 15px;
    margin-top: 55px;
    font-size: 14px;
    padding: 4px 11px;
    float: left;	
}
.event-details a:hover
{
	background:#000;
	color:#fff;
}
/*Events end*/

@media only screen and (max-width: 767px) {
  .timeromen {
    font-size: 26px !important;
  }
}
