#blogs ul,
#header ul.nav {
  list-style: none;
}
* {
  padding: 0;
  margin: 0;
}
body {
  overflow-x: hidden;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.5em;
}
img {
  border: none;
  max-width: 100%;
}
.clr {
  clear: both;
}
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000;
}
.loader,
.loader:after,
.loader:before {
  background: #bf8507;
  width: 1em;
  height: 4em;
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
}
#banner:before,
.loader:after,
.loader:before {
  content: "";
  top: 0;
}
.loader:after,
.loader:before {
  position: absolute;
}
#banner,
#header-slider,
/* .loader {
  position: rel#header-slider .item .title span,
    #header-slider .item .title-lines spanative;
} */
.loader:before {
  left: -1.5em;
}
.loader {
  text-indent: -9999em;
  margin: 8em auto;
  font-size: 11px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
@-webkit-keyframes load1 {
  0%,
  100%,
  80% {
    -webkit-box-shadow: 0 0 #ff4b86;
    box-shadow: 0 0 #ff4b86;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em #ff4b86;
    box-shadow: 0 -2em #ff4b86;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  100%,
  80% {
    -webkit-box-shadow: 0 0 #ff4b86;
    box-shadow: 0 0 #ff4b86;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em #ff4b86;
    box-shadow: 0 -2em #ff4b86;
    height: 5em;
  }
}

a:active,
a:hover {
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
#banner:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
div.module.parallax-header {
  background-image: url(../images/banner-img.jpg);
  min-height: 400px;
  padding-top: 40px;
}
#banner .banner-inner {
  margin-top: 50px;
  margin-bottom: 30px;
}
#header-slider {
  padding: 0 20px;
  z-index: 1;
  text-align: center;
  min-height: 500px;
}
#header-slider .item {
  display: block;
  width: 100%;
  min-height: 320px;
  margin-top: 300px;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  padding: 0;
  margin-right: 5px;
  font-weight: 400;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #fff;
  filter: Alpha(Opacity=80);
  opacity: 0.8;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -45px;
  top: 50%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -45px;
  top: 50%;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  background: #bf8507;
  border-color: #fd1561;
}
#header-slider .item .title-lines {
  text-align: center;
  width: 100%;
  margin-top: 75px;
}
#header-slider .item .subtitle,
#header-slider .item .title-lines span {
  position: relative;
  color: #ffc425;
  text-transform: uppercase;
  font-size: 48px;
}
#header-slider .item .title span,
#header-slider .item .title-lines span {
  display: inline-block;
  position: relative;
  color: #ffc425;
  text-transform: uppercase;
  font-size: 50px;
}
.title-lines span:after,
.title-lines span:before {
  content: "";
  position: absolute;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  top: 50%;
  width: 80%;
}
.btn-play:before,
.company_info::before {
  content: "";
  bottom: 0;
}
.title-lines span:before {
  right: 100%;
  margin-right: 15px;
}
.title-lines span:after {
  left: 100%;
  margin-left: 15px;
}
.title-lines-full {
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.title-lines-full h1 {
  margin-top: 20px;
}
.title-lines-full h3 {
  margin-bottom: 20px;
}
.hr-line {
  margin-top: 1px;
  margin-bottom: 1px;
}
.trophy {
  max-width: 92%;
  height: auto;
  position: absolute;
  display: block;
  left: 30px;
  top: -445px;
  z-index: 2;
}
.btn-play {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-block !important;
  padding: 0 !important;
  text-align: center;
  border: 1px solid #fff;
  margin-top: 30px;
  line-height: 170px;
  width: 100%;
  position: relative;
}
.btn-play:before {
  border: 4px double rgba(109, 106, 106, 0.93);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 2px;
}
.concert-info .concert-info-body span,
.navbar-nav > li > a {
  margin-right: 10px;
}
a.btn-play:focus,
a.btn-play:hover {
  color: #fff;
}
.btn-play .fa {
  text-align: center;
}
.btn-play .play-button {
  background: #fff;
  color: #bf8507;
  width: 140px;
  height: 140px;
  line-height: 140px;
  margin-top: 15px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.btn-play .play-button .fa-play {
  text-align: center;
  line-height: 140px;
  margin-left: 5px;
}
.is-countdown {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #fff;
  background: 0 0;
  font-size: 36px;
}
#header-slider .item h3 {
  text-align: center;
  color: #ffc425;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
.banner-bottom {
  position: relative;
}
.concert-info {
  padding: 10px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #040404;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.concert-info .concert-info-body {
  color: #fff;
  position: relative;
}
.concert-info .concert-info-body .concert-info-text h4 {
  color: #bf8507;
  margin-top: 10px;
}
.concert-info .concert-info-body .concert-info-text span {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .concert-info .concert-info-body {
    width: 100%;
  }
}
.concert-registration {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #fff;
}
.concert-registration .form-inline {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.concert-registration .form-group {
  width: 100%;
}
.concert-registration .form-control {
  padding: 10px 20px;
  margin-bottom: 25px;
  width: 100%;
  height: 60px;
}
.btn-concert-registration {
  padding: 20px 30px;
  background: #bf8507;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.btn-concert-registration:hover {
  color: #bf8507;
  background: #fff;
}
#banner .banner-inner a.btn,
#banner .banner-inner p {
  color: #fff;
}
#banner .banner-inner p {
  font-size: 18px;
  padding: 20px 0 30px;
}
#banner .banner-inner a.btn {
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #fff;
  padding: 15px 38px;
  border-radius: 0;
  margin-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
#header,
#header.affix {
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  width: 100%;
  top: 0;
}
#banner .banner-inner a.btn:hover {
  color: #000;
  border: 1px solid #fd1561;
  background-color: rgba(255, 42, 112, 0.7);
}
.btn-concert-play,
.btn-concert-register {
  margin-top: 80px;
  margin-left: 15px;
}
.logo a {
  display: block;
  position: absolute;
  top: 0;
  width: 120px;
  left: 15px;
  background: #000;
  padding: 5px;
}
.logo-img {
  margin-left: -30px;
}
#header {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.9s ease;
  -ms-transition: all 1s ease;
}
#header.affix {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 10;
  transition: all 0.9s ease;
  -ms-transition: all 1s ease;
}
#header img {
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}
#header.affix img {
  width: 80%;
}
#header nav {
  background-color: transparent !important;
  border: none !important;
  text-align: right;
  padding-top: 5px;
}
.navbar {
  margin-bottom: 0 !important;
  z-index: 900;
  min-height: 30px;
  line-height: 30px;
}
.navbar-nav {
  float: right;
}
.navbar li {
  min-height: 45px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.navbar-nav > li.active > a,
.navbar-nav > li:hover > a {
  color: #bf8507 !important;
  background-color: transparent !important;
}
.navbar-nav > .active,
.navbar-nav > li:hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.navbar-nav > .active:before,
.navbar-nav > li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #bf8507;
  height: 3px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-default,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-nav > .active:before,
.navbar-nav > li:focus:before,
.navbar-nav > li:hover:before {
  left: 0;
  right: 0;
}
.navbar-default {
  background-color: transparent;
  border-radius: 0;
}
.navbar-nav > li > a {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  color: #fff !important;
  font-size: 16px;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

#header .header-right {
  padding-top: 10px;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}
#header.affix .header-right {
  padding-top: 10px;
}
#header.affix .header-right .social {
  padding-bottom: 5px;
}
.affix .navbar li {
  min-height: 35px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#services {
  padding: 80px 0;
}
#services h1 {
  color: #bf8507;
  font-size: 45px;
}
#services h2 {
  color: #2f2f2f;
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
#services p {
  color: #444;
  font-size: 14px;
  padding-bottom: 110px;
}
#services .servicebox {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 0;
  cursor: pointer;
}
#services .servicebox .servicebox-inner {
  padding: 10px 5px 0 10px;
  max-width: 250px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: -250px;
  display: inline-block;
  border-right: 1px solid #bf8507;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
#services .servicebox:hover .servicebox-inner {
  left: 0;
}
#services .servicebox .servicebox-inner h2 {
  color: #bf8507;
  font-size: 13px;
  padding-bottom: 10px;
  padding-top: 1px;
}
#services .servicebox .servicebox-inner p {
  color: #fff;
  font-size: 13px;
  padding-bottom: 5px;
}
.center-gallery {
  padding-bottom: 5px;
}
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}
.tabs nav {
  text-align: center;
}
.tabs nav a {
  line-height: 2.5;
}
.tabs nav span {
  vertical-align: middle;
  font-size: 0.95em;
}
.tabs nav li.active a {
  color: #74777b;
}
.tabs nav a:focus {
  outline: 0;
}
.tabs-style-linebox nav ul li {
  margin: 0 0.5em;
}
.tabs-style-linebox nav li {
  padding: 0.5em 1em;
  color: #74777b;
  border-bottom: 1px solid #bf8507;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.tabs-style-linebox nav li:focus,
.tabs-style-linebox nav li:hover {
  color: #fff;
  border-color: #bf8507;
  cursor: pointer;
}
.tabs-style-linebox nav li.active {
  color: #fff;
  border-bottom: 2px solid #bf8507;
  cursor: default;
  background: #bf8507;
}
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bf8507;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
  color: #fff;
}
.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
#gallery {
  overflow: hidden;
}
#gallery .gallery {
  padding-top: 30px;
}
.gallery-photos-thumb .mix {
  display: none;
}
.noPadding {
  padding: 0 !important;
}
.gallery-photo-item {
  overflow: hidden;
  border: 0;
  margin: 0 0 -1px;
  padding: 0;
  width: 25%;
  position: relative;
  float: left;
}
#club-form p,
#oppurtunuty p {
  padding-top: 10px;
  padding-bottom: 25px;
}
.gallery-photo-item .photo-thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gallery-photo-item .overlay {
  position: absolute;
  background-color: transparent;
  background-color: rgba(255, 42, 112, 0.7);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-photo-item:hover .photo-thumb img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  overflow: hidden !important;
}
#gallery .gallery span.gallery-icon {
  position: relative;
  top: 42%;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
  line-height: 60px;
}
#gallery .gallery span.gallery-icon .fa {
  margin-left: 5px;
  margin-right: auto;
  text-align: center;
}
#gallery .gallery span.gallery-icon .fa-search-plus {
  margin-left: 4px;
}
#club-form .submit,
#oppurtunuty .submit {
  height: 65px;
  text-align: center;
  margin-left: -4px;
  background-color: #bf8507;
  float: left;
}
#club-form {
  padding: 120px 0;
  position: relative;
}
#club-form h1 {
  color: #bf8507;
  font-size: 45px;
}
#club-form p {
  color: #6d6d6d;
  font-size: 14px;
}
#club-form input[type="email"] {
  color: #b6b6b6;
  font-size: 18px;
  height: 65px;
  padding-left: 20px;
  width: 75%;
  float: left;
  border: 1px solid #b4b4b4;
}
#club-form .submit {
  border: 0;
  color: #fff;
  font-size: 25px;
  width: 23%;
}
#club-form .club-form img {
  position: absolute;
  right: 100px;
  top: 60px;
}
#oppurtunuty {
  padding: 120px 0;
  position: relative;
}
#oppurtunuty h1 {
  color: #bf8507;
  font-size: 45px;
}
#oppurtunuty p {
  color: #6d6d6d;
  font-size: 14px;
}
#oppurtunuty input[type="email"] {
  color: #b6b6b6;
  font-size: 18px;
  height: 65px;
  padding-left: 20px;
  width: 75%;
  float: left;
  border: 1px solid #b4b4b4;
}
#oppurtunuty .submit {
  border: 0;
  color: #fff;
  font-size: 25px;
  width: 23%;
}
#oppurtunuty .club-form img {
  position: absolute;
  right: 100px;
  top: 60px;
}
div.module.parallax-events {
  background-image: url(../images/event-bg.jpg);
  padding-bottom: 30px;
  z-index: -999;
  margin-top: 10px;
}
#events h1 {
  padding: 80px 0;
  color: #bf8507;
  font-size: 45px;
}
#events .event-box-left h2,
#events .event-box-left h3 {
  color: #fff;
}
#events .event-box {
  height: 340px;
}
#events .event-box-left {
  float: left;
  width: 30%;
}
#events .event-box-right {
  width: 68%;
  float: left;
  overflow: hidden;
}
#events .event-box-left h2 {
  font-size: 60px;
  line-height: 48px;
  padding: 20px 0;
  background-color: #bf8507;
}
#events .event-box-left h3 {
  font-size: 26px;
  line-height: 45px;
  background-color: #000;
}
#events .event-box-left p {
  background-color: #bf8507;
  color: #fff;
  padding: 8px;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
}
#events .month {
  font-size: 36px;
}
.bx-wrapper .bx-viewport {
  background: 0 0 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: -5px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.bx-wrapper img {
  max-width: none !important;
}
#events .bx-viewport {
  height: 360px !important;
}
#events .event-box .event-box-bottom {
  float: left;
}
#events .event-box .event-box-bottom h2 {
  color: #fff;
  font-size: 30px;
  padding-top: 15px;
}
#club-profiles .profle-box-right h2,
#club-profiles h1 {
  color: #fff;
}
#events span.slider-prev {
  width: 25px;
  height: 15px;
  background-color: #bf8507;
  padding: 10px;
}
#events .bx-wrapper .bx-pager.bx-default-pager a.active,
#events .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #bf8507 !important;
}
#events .bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 0 !important;
  width: 50px !important;
  background: #fff !important;
}
#events .bx-controls {
  padding-top: 40px;
}
#events .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center !important;
  width: 100% !important;
}
div.module.parallax-profiles {
  background-image: url(../images/profile-bg.jpg);
  padding: 110px 0;
}
#club-profiles h1 {
  font-size: 45px;
  text-align: center;
  padding-bottom: 160px;
}
#club-profiles .profle-box-right h2 {
  font-size: 36px;
  line-height: 32px;
}
#club-profiles .profle-box-right h3 {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  padding: 17px 0 20px;
}
#club-profiles .profle-box-right p {
  color: #fff;
  font-size: 14px;
  padding-bottom: 20px;
}
#club-profiles .profle-box-right .profile-info {
  border-right: 1px solid #fff;
  width: 32%;
  padding-right: 3px;
  float: left;
}
#club-profiles .profle-box-right .profile-info p {
  color: #bf8507;
  font-size: 14px;
  padding-bottom: 0;
}
#club-profiles .profle-box-right .profile-info h3 {
  color: #fff;
  font-size: 30px;
  padding: 0;
}
#blogs {
  padding: 100px 0;
  background: #bf8507;
}
#blogs h1 {
  color: #060606;
  font-size: 45px;

  text-align: center;
  padding-bottom: 100px;
}

#blogs .blog-slider li {
  padding-bottom: 75px;
}
.borderLeft {
  border-left: 1px solid #040404;
  height: 260px;
  left: 149px;
  position: absolute;
  top: -14px;
}
#blogs .event-time {
  float: left;
  width: 30%;
  padding-top: 45px;
  position: relative;
}
#blogs .event-time p {
  color: #4e4e4e;
  font-size: 18px;
}
#blogs .event-time h2 {
  color: #272727;
  font-size: 30px;
}
#blogs .event-time .fa {
  color: #bf8507;
  font-size: 20px;
  border: 1px solid #bf8507;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px 12px;
  float: right;
  position: absolute;
  right: 27px;
  top: 73px;
  background-color: #080808;
  z-index: 900;
}
#blogs .event-time .fa-camera {
  padding: 9px;
}
#blogs .event-detail {
  background-color: #040404;
  padding: 20px;
  float: left;
  width: 70%;
  height: 185px;
  position: relative;
}
#blogs .event-detail .fa-caret-left {
  position: absolute;
  left: -17px;
  top: 67px;
  color: #e3e3e3;
}
#blogs .event-detail .fa-long-arrow-right {
  float: right;
  color: #bf8507;
  font-size: 20px;
  line-height: 5px;
}
#blogs .event-detail h2 a {
  color: #bf8507;
  font-size: 24px;
  display: block;
  padding-bottom: 10px;
}
#blogs .event-detail p {
  color: #fffff9;
  font-size: 14px;
}
#blogs .event-detail .event-detail-img {
  float: left;
  width: 40%;
}
#blogs .event-detail .event-detail-img img {
  max-width: 100%;
}
#blogs .event-detail .event-detail-inner {
  float: left;
  padding-left: 15px;
  width: 58%;
}
#blogs .tab-content h2 {
  color: #bf8507;
  font-size: 30px;
  line-height: 25px;
  padding-bottom: 15px;
}
#blogs .tab-content h3 {
  color: #000;
  font-size: 22px;
  padding: 20px 0;
}
#blogs .tab-content p {
  color: #060606;
  font-size: 14px;
}
#blogs .tab-content img {
  max-width: 100%;
  padding-top: 20px;
}
#blogs .tab-content .share {
  border-top: 3px solid #fbfafb;
  padding-top: 10px;
  margin-top: 10px;
}
#blogs .tab-content .share h4 {
  color: #4e4e4e;
  font-size: 14px;
  float: left;
}
#blogs .tab-content .share p {
  float: right;
}
#blogs .tab-content .share p a {
  padding: 5px 3px;
}
#blogs .tab-content .share p a:hover {
  background-color: #bf8507;
  padding: 5px 3px;
}
#blogs .tab-content .share p a .fa {
  border: 1px solid #bf8507;
  color: #bf8507;
  padding: 5px 6px;
  width: 25px;
  height: 25px;
  background-color: transparent;
}
#blogs .tab-content .share p a .fa:hover {
  color: #fff;
  border: 1px solid #bf8507;
}
span.blod {
  font-weight: 700;
}
#blogs .tab-content .overlay {
  position: relative;
}
#blogs .tab-content .overlay-inner {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#blogs .tab-content .overlay h3 {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  float: left;
}
#blogs .tab-content .overlay .fa-expand {
  color: #fff;
  background-color: #bf8507;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 11px;
  float: right;
  font-size: 20px;
  margin-top: 8px;
}
#blogs .tab-content .tab-pane .fa-tag,
#blogs .tab-content .tab-pane .fa-user {
  color: #bf8507;
}
#blogs .tab-content .tab-pane span.admin,
#blogs .tab-content .tab-pane span.tag {
  color: #888;
  padding-left: 5px;
  font-size: 16px;
}
#blogs .tab-content .tab-pane span.admin {
  margin-right: 20px;
}
#blogs .bx-next,
#blogs .bx-prev {
  color: #000;
  font-size: 11px;
  position: absolute;
  left: 140px;
  height: 35px;
  border: 1px solid #bf8507;
  width: 35px;
  padding-left: 7px;
  font-weight: 700;
}
#blogs .bx-next {
  top: -35px;
}
#reservation h1,
#reservation p {
  text-align: center;
  color: #060606;
  text-transform: uppercase;
}
#blogs .bx-wrapper img {
  max-width: 100% !important;
}
#blogs .bx-controls {
  display: none;
}
#blogs .bx-viewport {
  height: 708px !important;
}
#blogs .bx-wrapper {
  margin: 0;
}
div.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
div.module.parallax-reservation {
  background: #bf8507;
  padding-top: 70px;
  padding-bottom: 100px;
}
#reservation h1 {
  font-size: 45px;
  font-weight: 700;
}
#reservation p {
  font-size: 28px;
  margin-top: 50px;
  line-height: 1.7em;
}
.reservation-form {
  font-size: 20px;
  margin-top: 10px;
}
.reservation-form label.control-label {
  background: rgba(4, 4, 4, 0.75);
  color: #fff;
  height: 50px;
  padding-right: 20px;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.reservation-form input,
.reservation-form select {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjNGJiYjYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M0YmJiNiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M0YmJiNiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgba(196, 187, 182, 0.8)),
    color-stop(50%, rgba(196, 187, 182, 0.7)),
    color-stop(100%, rgba(196, 187, 182, 0.3))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(196, 187, 182, 0.8) 50%,
    rgba(196, 187, 182, 0.7) 50%,
    rgba(196, 187, 182, 0.7) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(196, 187, 182, 0.8) 50%,
    rgba(196, 187, 182, 0.7) 50%,
    rgba(196, 187, 182, 0.7) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgba(196, 187, 182, 0.8)),
    color-stop(50%, rgba(196, 187, 182, 0.7)),
    to(rgba(196, 187, 182, 0.7))
  );
  background: linear-gradient(
    to right,
    rgba(196, 187, 182, 0.8) 50%,
    rgba(196, 187, 182, 0.7) 50%,
    rgba(196, 187, 182, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3c4bbb6', endColorstr='#4dc4bbb6', GradientType=1);
  background-position: right bottom;
  background-size: 200% 100%;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  border: none;
  height: 50px;
  padding-left: 15px;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}
.reservation-form input:focus,
.reservation-form select:focus {
  background-position: left bottom;
}
.reservation-form .col-sm-3,
.reservation-form .col-sm-4,
.reservation-form .col-sm-5,
.reservation-form .col-sm-6,
.reservation-form .col-sm-7 {
  padding-left: 0;
}
.reservation-form .input-group-addon {
  border-radius: 0;
  border: none;
  background: rgba(4, 4, 4, 0.75);
  color: #fff;
}
.reservation-form .input-group-addon.phone-icon {
  padding-left: 17px;
  padding-right: 17px;
}
.form-control::-moz-placeholder {
  color: #242424;
}
.form-control::-webkit-input-placeholder {
  color: #242424;
}
.btn-booking {
  border-radius: 10px;
  border: none;
  background: #040404;
  color: #fff;
  font-size: 25px;
  padding: 10px 50px;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: 400;
  margin-left: 10%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
#map-canvas {
  height: 500px;
}
div.module.parallax-footer {
  background: #bf8507;
  padding-top: 70px;
  padding-bottom: 70px;
}
#footer p.footer-text {
  font-size: 16px;
  text-align: left;
  color: #060606;
  line-height: 35px;
}
.client_info h4,
.client_info h5,
.contct,
.contct a,
.contct h4 {
  text-align: center;
}
#footer p.footer-text a {
  text-decoration: none;
  color: #060606;
}
#footer .fa {
  color: #040404;
}
#footer .social {
  margin-top: 50px;
  position: relative;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}
#footer .social a {
  padding: 5px 3px;
}
#footer .social a .fa {
  color: #fff;
  padding: 5px 6px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
#footer .social a .fa:hover {
  color: #060606;
}
#copy-right {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #000;
  color: #fdf9f9;
  font-size: 16px;
}
.contct a,
.contct a:hover,
.contct a:visited {
  color: #fff;
}
.mb-20 {
  margin-bottom: 20px;
}
section#testimonials {
  padding: 70px 0;
}
.testimonials {
  border: 1px solid #ddd;
}
.company_info {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  position: relative;
}
.company_info::before {
  border-right: 1px solid #ddd;
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
}
.c_Name h4 {
  font-size: 15px;
  letter-spacing: 2px;
  margin: 0 0 5px;
}
.media {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
}
.mr-3 {
  margin-right: 1rem !important;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.client_info h4 {
  margin: 15px 0 0;
  letter-spacing: 2px;
}
.contct {
  padding: 0 0 50px;
}
.contct h4 {
  font-size: 38px;
  display: inline-block;
}
.contct a {
  font-size: 22px;
  padding: 8px 15px;
  border: 1px solid #c0170d;
  border-radius: 8px;
  background-color: #c0170d;
  -webkit-animation: blink 1.5s infinite;
  -moz-animation: blink 1.5s infinite;
  -o-animation: blink 1.5s infinite;
  -webkit-box-shadow: 0 0 3px #b20000;
  box-shadow: 0 0 3px #b20000;
  position: relative;
  top: -8px;
  left: 10px;
}
.contct a span.fa {
  border-right: 1px solid rgba(255, 255, 255, 0.47);
  color: #fff !important;
  margin: 0 4px 0 0;
  padding: 0 5px 0 0;
}
@-webkit-keyframes blink {
  0%,
  100% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
    box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: red;
    -webkit-box-shadow: 0 0 40px red;
    box-shadow: 0 0 40px red;
  }
}
@media (max-width: 400px) {
  .bar {
    background-color: #fff;
    width: 10px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
  }
  .eq,
  .flipper {
    position: relative;
  }
  .bar-2 {
    left: 20px;
  }
  .bar-3 {
    left: 40px;
  }
  .bar-4 {
    left: 60px;
  }
  .bar-5 {
    left: 80px;
  }
  .back,
  .facebook,
  .front {
    left: 0;
    top: 0;
  }
  .eq {
    height: 68px;
    margin-left: 12px;
  }
  .flip-container {
    background: 0 0;
  }
  .flip-container.hover .flipper,
  .flip-container:hover .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .back,
  .flip-container,
  .front {
    width: 260px;
    height: 280px;
    margin-right: 10px;
  }
  .flipper {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .back,
  .front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
  }
  .front {
    z-index: 2;
    background-size: 100%;
    background-position: 50%;
  }
  #dj-1 {
    background: url(../images/profile-img1.jpg);
  }
  #dj-2 {
    background: url(../images/profile-img2.jpg);
  }
  .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .profile-social {
    margin-top: 70px;
    margin-left: 30px;
    position: relative;
    height: 3em;
    width: 13.5em;
  }
  .profile-social a,
  .profile-social li {
    display: block;
    height: 4em;
    line-height: 4em;
    text-align: center;
    width: 4em;
  }
  .profile-social li {
    background-color: #bf8507;
    margin: -2.2em;
    position: absolute;
    -webkit-transition: -webkit-transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .profile-social a {
    color: #fffdf0;
    -webkit-transition: -webkit-transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .profile-social a:hover {
    color: #000;
  }
  .profile-social li:hover {
    -webkit-transform: scale(1.3, 1.3) rotate(45deg);
    -ms-transform: scale(1.3, 1.3) rotate(45deg);
    transform: scale(1.3, 1.3) rotate(45deg);
  }
  .twitter {
    bottom: 0;
    left: 25%;
  }
  .dribbble {
    left: 50%;
    top: 0;
  }
  .behance {
    bottom: 0;
    left: 75%;
  }
  .linked-in {
    left: 100%;
    top: 0;
  }
  .small-logos {
    margin-left: 10px;
  }
  .full-portfolio {
    list-style: none;
    padding: 0;
  }
  .full-portfolio li {
    padding: 0 !important;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .blink_me {
    -webkit-animation: blinker 2s linear infinite;
    animation: blinker 2s linear infinite;
  }
  @-webkit-keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  .wow {
    visibility: visible;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  #objective {
    padding-top: 30px;
    background: #020202;
  }
  .bxwrapper {
    max-width: 1120px;
  }
}
.callNow a {
  font-size: 22px;
  padding: 8px 15px;
  border: 1px solid #c0170d;
  border-radius: 8px;
  background-color: #c0170d;
  -webkit-animation: blink 1.5s infinite;
  -moz-animation: blink 1.5s infinite;
  -o-animation: blink 1.5s infinite;
  -webkit-box-shadow: 0 0 3px #b20000;
  box-shadow: 0 0 3px #b20000;
  position: relative;
  color: #fff;
  top: 20px;
}
.callNow a span.fa {
  border-right: 1px solid rgba(255, 255, 255, 0.47);
  color: #fff !important;
  margin: 0 4px 0 0;
  padding: 0 5px 0 0;
}
.callNow {
  padding: 12px 0 0 100px;
}
.callNow .call__now {
  font-size: 22px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
