body {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  background: #000000;

}

body.no-scroll {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1250px;
  padding: 0;
}

#wrap {
  float: left;
  width: 100%;
}

#middle {
  float: left;
  width: 100%;
}

#header {
  float: left;
  width: 100%;
}

#header .menu_sec {
  float: left;
  width: 100%;
  padding: 0 0 0 0;
  background-color: #000000;
  text-align: center;
}

.home #header .menu_sec .logo {
  display: none !important;
}
#header .menu_sec .logo {
  display: none;
  float: left;
  width: auto;
  height: 35px;
  margin: 10px;
}
#header .menu_sec .logo img {
  width: auto;
  height: 100%;
}

/* wordpress menu */
.menu_sec ul.menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.menu_sec ul.menu li {
  display: inline-block;
  width: auto;
  position: relative;
}

.menu_sec ul.menu li:last-child {
  margin-right: 0;
}

.menu_sec ul.menu li a {
  display: block;
  padding: 20px 70px 20px 70px;
  background: transparent;
  font-size: 25px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.menu_sec ul.menu li a::before {
  content: "";
  background-color: #dddddd;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: all 0.3s linear;
}

.menu_sec ul.menu>li:hover a::before,
.menu_sec ul.menu>li.current-menu-item a::before {
  width: 100%;
}

.menu_sec ul.menu li.menu-item-has-children>a:after {
  content: "";
  background-image: url(../images/sub-arrow.png);
  position: absolute;
  margin-top: 0;
  top: 50%;
  right: 50px;
  width: 11px;
  height: 9px;
  transform: translateY(-50%);
}

.header .menu_sec .menu .nav-link {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header .menu_sec .menu .nav-link>a {
  margin-right: 10px;
}

.header .menu_sec .menu .nav-link.submenu {
  position: absolute;
  left: 50%;
  top: 100%;
  background: #ffffff;
  border-radius: 10px;
  transform: translateX(-50%);
  box-shadow: 2px 2px 1px 2px #ccc;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.header .menu_sec .menu .nav-link.with-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.header .menu_sec .menu .nav-link .submenu li {
  padding: 0;
}

.header .menu_sec .menu .nav-link.with-submenu .submenu a {
  color: #000000;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s;
}

.menu_sec ul li a svg {
  display: none;
}

.menu_sec ul.menu>li:hover>ul.sub-menu {
  display: block;
}

.menu_sec ul.menu li ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
  background-color: #0c0c0c;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0;
  z-index: 3;
  display: none;
  overflow-y: auto;
  height: 300px;
}

.menu_sec ul.menu li ul.sub-menu::-webkit-scrollbar {
  width: 4px;
}

.menu_sec ul.menu li ul.sub-menu::-webkit-scrollbar-track {
  background-color: #707070;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.menu_sec ul.menu li ul.sub-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  min-height: 50px !important;
  border-radius: 2px;
  background: #ecf2ff;
}

.menu_sec ul.menu li ul.sub-menu li {
  float: left;
  width: 100%;
  padding: 0 0px;
  margin: 0;
  text-align: left;
}

.menu_sec ul.menu li ul.sub-menu li a {
  padding: 10px 12px;
  border-radius: 0px;
  font-size: 16px;
  color: #ffffff;
  text-transform: none;
  cursor: pointer;
}

.menu_sec ul.menu li ul.sub-menu li a::before {
  display: none;
}

.menu_sec ul.menu li ul.sub-menu li a:hover,
.menu_sec ul.menu li ul.sub-menu li:hover>a,
.menu_sec ul.menu li ul.sub-menu li.current_page_item>a {
  background-color: #e9650d;
  color: #ffffff;
  text-decoration: none;
}

.menu_sec ul.menu li ul.sub-menu li.menu-item-has-children>a:after {
  content: "\f125";
  right: 10px;
}

.menu_sec ul.menu li ul li ul.sub-menu {
  top: 0;
  left: 100%;
  display: none;
}

.menu_sec ul.menu>li>ul>li:hover>ul.sub-menu {
  display: block;
}

/* hamburger menu */
#header .menu_sec .hamburger {
  display: none;
  position: relative;
}

#header .menu_sec .hamburger #nav-btn,
#header .menu_sec .hamburger #nav-btn+label {
  position: absolute;
  right: 10px;
  width: 35px;
  height: 35px;
  margin: 10px;
  padding: 0;
  z-index: 99;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  justify-content: center;
}

#header .menu_sec .hamburger #nav-btn {
  position: relative;
  opacity: 0;
  z-index: 100;
  float: right;
}

#header .menu_sec .hamburger #nav-btn+label span {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

#header .menu_sec .hamburger #nav-btn+label span::before,
#header .menu_sec .hamburger #nav-btn+label span::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}

#header .menu_sec .hamburger #nav-btn+label span::before {
  width: 30px;
  top: -10px;
}

#header .menu_sec .hamburger #nav-btn+label span::after {
  bottom: -10px;
}

#header .menu_sec .hamburger #nav-btn:checked+label span {
  transform: rotate(135deg);
  background-color: #ffffff;
  border-radius: 2px;
  width: 20px;
}

#header .menu_sec .hamburger #nav-btn:checked+label span::before,
#header .menu_sec .hamburger #nav-btn:checked+label span::after {
  width: 20px;
  top: 0;
  max-width: 100%;
  transform: rotate(90deg);
  background-color: #ffffff;
}

#header .menu_sec .hamburger #nav-btn:checked+label span::after {
  opacity: 0;
}

#header .menu_sec .hamburger #nav-btn:checked~nav {
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow: hidden;
}

#header .menu_sec .hamburger nav {
  position: fixed;
  top: 0;
  padding: 90px 30px 90px 30px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  box-shadow: -30px 0px 65px #008036;
  opacity: 1;
  z-index: 98;
  align-items: self-start;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
  overflow: hidden;
}

.menu_sec ul.phone-menu li ul.sub-menu {
  position: static;
  display: none;
  width: 97%;
  padding: 10px 0px 10px 25px;
  background-color: transparent;
  height: 205px;
  overflow-y: auto;
  margin: 0 10px 10px 0;
}

.menu_sec ul.phone-menu li ul.sub-menu::-webkit-scrollbar {
  width: 4px;
}

.menu_sec ul.phone-menu li ul.sub-menu::-webkit-scrollbar-track {
  background-color: #707070;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.menu_sec ul.phone-menu li ul.sub-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  min-height: 50px !important;
  border-radius: 2px;
  background: #ecf2ff;
}

.menu_sec ul.phone-menu li ul.sub-menu li {
  float: left;
  width: 100%;
  padding: 0 0px;
  margin: 0;
  text-align: left;
}

.menu_sec ul.phone-menu li ul.sub-menu li a {
  padding: 10px 12px;
  border-radius: 0px;
  font-size: 16px;
  text-transform: none;
  cursor: pointer;
}

.menu_sec ul.phone-menu li ul.sub-menu li a:hover,
.menu_sec ul.phone-menu li ul.sub-menu li:hover>a,
.menu_sec ul.phone-menu li ul.sub-menu li.current_page_item>a {
  color: #e68b02 !important;
  text-decoration: none;
}

.menu_sec ul.phone-menu li ul.sub-menu li.menu-item-has-children>a:after {
  content: "\f125";
  right: 10px;
}

.menu_sec ul.phone-menu li ul li ul.sub-menu {
  top: 0;
  left: 100%;
  display: none;
}

.menu_sec ul.phone-menu>li>ul>li:hover>ul.sub-menu {
  display: block;
}

#header .menu_sec .hamburger nav ul.phone-menu {
  width: 100%;
  padding: 0;
  list-style-type: none;
  text-align: left;
  overflow-y: auto;
  height: 505px;
}

#header .menu_sec .hamburger nav ul.phone-menu::-webkit-scrollbar {
  width: 4px;
}

#header .menu_sec .hamburger nav ul.phone-menu::-webkit-scrollbar-track {
  background-color: #707070;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#header .menu_sec .hamburger nav ul.phone-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  min-height: 50px !important;
  border-radius: 2px;
  background: #ecf2ff;
}

#header .menu_sec .hamburger nav ul.phone-menu li {
  width: 100%;
  padding-bottom: 15px;
  margin-right: 0;
  position: relative;
}


#header .menu_sec .hamburger nav ul.phone-menu li:last-child {
  margin-right: 0;
}

#header .menu_sec .hamburger nav ul.phone-menu li a {
  color: #ffffff;
  padding: 0;
  align-items: center;
}

#header .menu_sec .hamburger nav ul.phone-menu>li>a:hover,
#header .menu_sec .hamburger nav ul.phone-menu>li:hover>a,
#header .menu_sec .hamburger nav ul.phone-menu>li.current-menu-item>a,
#header .menu_sec .hamburger nav ul.phone-menu>li:has(ul.sub-menu>li.current-menu-item)>a,
#header .menu_sec .hamburger nav ul.phone-menu>li>ul.sub-menu>li.current-menu-item>a {
  color: #e68b02;
  text-decoration: none;
}

#header .menu_sec .hamburger nav ul.phone-menu li.menu-item-has-children a {
  padding-right: 5px;
  display: flex;
  justify-content: space-between;
}



#header .menu_sec .hamburger nav ul li a svg {
  display: none;
}





/* banner-section */


.banner-section {
  width: 100%;
  float: left;
  /* height: calc(100vh - 121px); */
  height: 770px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  background-position: center;
  padding-top: 50px;
}

.banner-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #000000;
  bottom: 0;
  filter: blur(80px);
  z-index: 1;
}

.banner-section .logo {
  width: 50%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.banner-section .logo:after {
  position: absolute;
  content: '';
  width: 750px;
  height: 250px;
  background-color: #000000;
  filter: blur(90px);
  border-radius: 40%;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  top: 40%;
  transform: translateY(-50%);
  z-index: -1;
}

.banner-section .banner-conten p {
  font-size: 60px;
  font-weight: 400;
  line-height: 55px;
  font-style: italic;
  color: #ffffff;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 60px;
}

.banner-section p strong {
  font-weight: 700;
}


/* Next-event Section */

.next-event {
  float: left;
  width: 100%;
  padding: 0 0 50px 0;
  margin-top: -400px;
}

.next-event h3 {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  font-style: italic;
  margin: 0 0 30px 0px;
  text-align: center;
}
.event-slider{
  width: 290px;
  margin: 0 auto;
}


.next-event .event-conten h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  margin: 15px 0 5px 0;
  padding: 0;
}

.next-event .event-conten p {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  color: #989898;
  margin: 0;
}


/* .next-event .event-slider {
  padding: 0 35px;
} */

/* .next-event .owl-theme .owl-dots {
  padding: 30px 0 0 0;
} */

.next-event .owl-theme .owl-dots .owl-dot:focus {
  box-shadow: none;
  outline: none;
}

/* footer */
footer {
  background-color: #0d0d0d;
  width: 100%;
  float: left;
}

footer p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  margin: 15px 0;
  text-transform: uppercase;
}

/* -----Photos-Sec---- */
.coming-soon-sec {
  margin: 50px 0;
  width: 100%;
  float: left;
}
.coming-soon-sec h3{
  color: #ffffff;
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  font-style: italic;
  margin: 0 0 35px 0;
}

.coming-soon-sec p{
  font-family: "Poppins", sans-serif;
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  font-weight: 400;
}

/* ---------- Events-2016 Page ---------- */
.events-sec {
  margin: 50px 0;
  width: 100%;
  float: left;
}

.events-sec h3 {
  color: #ffffff;
  font-weight: 400;
  font-size: 35px;
  line-height: 50px;
  font-style: italic;
  margin: 0 0 35px 0;
}

.events-sec h3 strong {
  font-weight: 700;
}

.events-sec .event-box {
  margin: 0 0 35px 0;
  display: flex;
  width: 100%;
  height: calc(100% - 35px);
  flex-direction: column;
}
.events-sec .event-box a{
  width: 100%;
  height: 350px;
}
.events-sec .event-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-sec .event-box .event-info {
  float: left;
  width: 100%;
}
.events-sec .event-box .event-info p {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  margin: 20px 0 0 0;
  text-transform: capitalize;
}

.events-sec p{
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  margin: 20px 0 0 0;
  text-transform: capitalize;
}

/* -----Contact-Us-page---- */

/* contet-form-sec */

.contet-form-sec{
  width: 100%;
  float: left;
  margin: 50px 0 75px 0;
}

.contet-form-sec .form-col{
  width: 100%;
  float: left;
}

.contet-form-sec .form-col h3{
  color: #ffffff;
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  font-style: italic;
  margin: 0px 0 30px 0;
}
.contet-form-sec .form-col .formBox{
  width: 100%;
  float: left;
}
.contet-form-sec .form-col .formBox .form-row .col-lg-6{
  padding-right: 15px;
  padding-left: 15px;
}
.contet-form-sec .form-col .formBox .form-group {
  margin:0 0 30px 0;
}

.contet-form-sec .formBox .form-group label{
 font-size: 18px;
 font-weight: 400;
 line-height: 30px;
 text-transform: capitalize;
 color: #989898;
 margin: 0 0 10px 0;
}

.contet-form-sec .formBox .form-group .form-control:focus{
  border-color:#484848;
  color: #FFFFFF;
  outline: 0;
  box-shadow: none;
}
.contet-form-sec .formBox .form-group .form-control::placeholder{
  color: #404040;
}

.contet-form-sec .formBox .form-group .form-control{
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 12px 20px;
  border-color: transparent;
  background-color: #0D0D0D;
  border-radius: 0px;
}

.contet-form-sec .formBox .form-group label.error {
  margin: 0;
  font-size: 10px;
  color: #f00;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  top: 37px;
  right: 23px;
 }
 
.contet-form-sec .formBox .form-group textarea.form-control{
  height: 100px;
  resize: none;
}

.contet-form-sec .formBox .form-group textarea::placeholder{
  color: #404040;
}

.contet-form-sec .formBox .form-group textarea:focus{
  color: #ffffff;
  outline: 0;
  
}

.contet-form-sec .formBox .submitBtn{
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #ffffff;
  color: #000000;
  padding: 9px 0px;
  width: 100%;
  border: none;
  cursor: pointer;
}


.contet-form-sec .contact-info{
  width: 100%;
  float: left;
  padding: 30px;
  background-color: #0D0D0D;
  margin: 0px 0 0 0;
}

.contet-form-sec .contact-info h5{
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 30px;
  color: #989898;
  margin: 0 0 13px 0;
  padding: 0;
}

.contet-form-sec .contact-info p{
 font-size: 13px;
 font-weight: 400;
 line-height: 25px;
 color: #989898;
 margin: 0 0 15px 0;
}

.contet-form-sec .contact-info .info-box{
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  padding: 15px 20px;
  background-color: #000000;
}

.contet-form-sec .contact-info .info-box .info-box-item{
  display: flex;
  gap: 30px;
  margin: 0 0 15px 0;
}

.contet-form-sec .contact-info .info-box .info-box-item .email-icon-img{
  position: relative;
}

.contet-form-sec .contact-info .info-box .info-box-item .email-icon-img::before{
  content: '';
  position: absolute;
  background: url(../images/email-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.contet-form-sec .contact-info .info-box .info-box-item h6{
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin: 0;
}

.contet-form-sec .contact-info .info-box a{
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}

.contet-form-sec .contact-info .info-box .info-box-item .phone-icon-img{
  position: relative;
}

.contet-form-sec .contact-info .info-box .info-box-item .phone-icon-img::before{
  content: '';
  position: absolute;
  background: url(../images/phone-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.contet-form-sec .contact-info .contact-info-bottom{
  width: 100%;
  float: left;
  margin: 83px 0 0 0;
}

.contet-form-sec .contact-info .contact-info-bottom h6{
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin: 0;
}

.contet-form-sec .contact-info .contact-info-bottom .info-bottom-icon{
  display: flex;
  gap: 20px;
}

/* -----About-Us-Page-- */

.about{
  width: 100%;
  float: left;
  margin: 0 0 50px 0;
}

.about .about-conten{
  width: 100%;
  float: left;
}
.about .about-conten ul{
  list-style: none;
  padding: 0px;
 }
 
 .about .about-conten ul li{
   font-size: 18px;
   font-weight: 400;
   line-height: 35px;
   color: #989898;
 }
 
 .about .about-conten ol{
   list-style: none;
   padding: 0px;
  }
  
  .about .about-conten ol li{
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #989898;
  }

.about .about-conten h1{
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  line-height: 70px;
  color: #FFFFFF;
  margin: 40px 0 25px 0;
}
.about .about-conten h2{
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  line-height: 50px;
  color: #FFFFFF;
  margin: 40px 0 25px 0;
}
.about .about-conten h3{
  font-size: 35px;
  font-weight: 700;
  font-style: italic;
  line-height: 50px;
  color: #FFFFFF;
  margin: 40px 0 25px 0;
}
.about .about-conten h4{
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  line-height: 40px;
  color: #FFFFFF;
  margin: 40px 0 25px 0;
}
.about .about-conten h5{
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  line-height: 35px;
  color: #FFFFFF;
  margin: 40px 0 25px 0;
}
.about .about-conten h6{
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 25px;
  color: #FFFFFF;
  margin: 40px 0 25px 0;
}

.about .about-conten p{
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #989898;
  margin: 0 0 25px 0;
}

/* -----Photos-Sec---- */
.photos-sec{
  margin: 50px 0;
  width: 100%;
  float: left;
}
.photos-sec h3{
  color: #ffffff;
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  font-style: italic;
  margin: 0 0 35px 0;
}

.photos-sec p{
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  margin: 20px 0 0 0;
  text-transform: capitalize;
}

/* Events Detail Page */
.innerSection {
  padding-top: 60px;
  padding-bottom: 60px;
}

.linup {
	display: inline-block;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.linup h1 {
	margin: 0px 0px 0px 0px;
	font-size: 50px;
	color: #ffffff;
	line-height: 60px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.linup p {	
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	font-weight: 400;
	text-align: center;	
}

.leftImage {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 9px;
	border: 1px solid #5b5b5b;
	overflow: hidden;
}

.leftImage img {
	width: 100%;
	height: auto;
}

.rightContent {
	float: left;
	width: 100%;
}

.rightContent h2 {
	margin: 0px 0px 20px 0px;
	font-size: 30px;
	color: #ffffff;
	line-height: 45px;
	font-weight: 600;
	text-transform: uppercase;
}

.rightContent p {
  font-family: "Poppins", sans-serif;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	font-weight: 400;
}
.rightContent p strong {
	font-weight: 600;
}

.rightContent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.rightContent ul li {
	float: left;
	width: auto;
	margin-right: 20px;
	padding: 5px 0px;
}

.rightContent ul li .cityBtn {
  display: inline-block;
  border-radius: 0px;
  text-decoration: none;
  transition: all .25s ease-in-out;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #000000;
  padding: 9px 0px;
  width: 240px;
  text-align: center;
  cursor: pointer;
}

.rightContent ul li .cityBtn:hover {
	background-color: #343434;
	color: #ffffff;
}

.events-sec .event-box .event-info h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  margin: 15px 0 5px 0;
  padding: 0;
  text-transform: capitalize;
}
.events-sec .event-box .event-info strong{
  font-weight: 700;
}
.events-sec .event-box .event-info .show p,
.events-sec .event-box .event-info .loction p,
.events-sec .event-box .event-info .date p{
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  color: #989898;
  margin: 0;
}