

button:hover {
  cursor: pointer;
}

.bg-gray {
  background: #fafafa;
}

.bg-ticket {
  background: url(https://st3.depositphotos.com/1076504/14662/i/450/depositphotos_146620573-stock-photo-lady-justice-statue.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
  
}

.bg-sponsors {
  background: url(https://cdn.pixabay.com/photo/2020/01/19/08/24/justitia-4777072_960_720.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-subscribe {
  background: url(../images/background/newsletter-bg.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-title {
  background: url(../images/background/page-title-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.overlay-white:before {
  content: "";
  background: linear-gradient(0deg, rgba(245, 245, 248, 0.8) 0%, rgb(211, 210, 210) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.section {
  padding: 90px 0;
}

.border-less {
  border-bottom: 1px solid #e5e5e5;
}

.section-title {
  margin-top: 25px;
  text-align: center;
  margin-bottom: 40px;
}
.section-title h3 {
  margin-bottom: 20px;
}
.section-title.white h3, .section-title.white p {
  color: #fff;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}




.cta-ticket {
  position: relative;
}
.cta-ticket .content-block {
  padding: 100px 0;
}
.cta-ticket .content-block h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}
.cta-ticket .content-block p {
  color: #e6e6e6;
  margin-bottom: 45px;
}
.cta-ticket .image-block {
  position: absolute;
  right: 5%;
  bottom: 0;
}
@media (max-width: 767px) {
  .cta-ticket .image-block {
    display: none;
  }
}



.ticket-feature {
  overflow: hidden;
}
.ticket-feature .block {
  position: relative;
  padding-top: 150px;
  padding-bottom: 110px;
}
.ticket-feature .block .section-title, .ticket-feature .block a {
  position: relative;
}
.ticket-feature .block .section-title h3 {
  font-weight: 500;
}
.ticket-feature .block .timer {
  position: relative;
  margin-top: 60px;
  margin-bottom: 35px;
}
.ticket-feature .block .timer .syotimer-cell {
  margin-right: 25px;
  margin-bottom: 33px;
  display: inline-block;
}
@media (max-width: 575px) {
  .ticket-feature .block .timer .syotimer-cell {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
.ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {
  min-width: 80px;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background-clip: content-box;
  background: rgba(255, 255, 255, 0.26);
  margin-bottom: 8px;
  border-radius: 100%;
}
@media (max-width: 575px) {
  .ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
.ticket-feature .block .timer .syotimer-cell .syotimer-cell__unit {
  text-align: center;
  font-size: 1rem;
  text-transform: lowercase;
  font-weight: normal;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.ticket-feature .block-2 {
  position: relative;
  padding: 150px 10%;
  height: 100%;
  background: #ff6600;
}
@media (max-width: 575px) {
  .ticket-feature .block-2 {
    padding: 50px 20px;
  }
}
.ticket-feature .block-2 [class*=col-]:first-child {
  border-right: 1px solid #fc9552;
  border-bottom: 1px solid #fc9552;
}
.ticket-feature .block-2 [class*=col-]:nth-child(2) {
  border-bottom: 1px solid #fc9552;
}
.ticket-feature .block-2 [class*=col-]:nth-child(3) {
  border-right: 1px solid #fc9552;
}
.ticket-feature .block-2 .service-item {
  padding: 30px;
  text-align: center;
}
.ticket-feature .block-2 .service-item i, .ticket-feature .block-2 .service-item h5 {
  color: #fff;
}
.ticket-feature .block-2 .service-item i {
  font-size: 3.25rem;
  margin-bottom: 20px;
}
.ticket-feature .block-2 .service-item h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .ticket-feature .block-2 .service-item h5 {
    font-size: 1rem;
  }
}
.ticket-feature .block-2:after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1000px 300px;
  border-color: transparent transparent #ff6600 transparent;
}
@media (max-width: 1200px) {
  .ticket-feature .block-2:after {
    content: none;
  }
}



.pricing .pricing-item {
  border: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .pricing .pricing-item {
    margin-bottom: 30px;
  }
}
.pricing .pricing-item .pricing-heading {
  padding: 20px 40px 30px 40px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}
.pricing .pricing-item .pricing-heading .title h6 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.pricing .pricing-item .pricing-heading .price {
  margin-top: 28px;
}
.pricing .pricing-item .pricing-heading .price h2 {
  font-size: 3.625rem;
  font-weight: 400;
  margin-bottom: 0px;
}
.pricing .pricing-item .pricing-heading .price h2 span {
  font-size: 1.5625rem;
}
.pricing .pricing-item .pricing-body {
  padding: 45px 40px;
}
.pricing .pricing-item .pricing-body ul.feature-list li {
  list-style: none;
}
.pricing .pricing-item .pricing-body ul.feature-list li p span {
  margin-right: 15px;
}
.pricing .pricing-item .pricing-body ul.feature-list li p span.available {
  color: #ff6600;
}
.pricing .pricing-item .pricing-body ul.feature-list li p span.unavailable {
  color: #d2d2d2;
}
.pricing .pricing-item .pricing-body ul.feature-list li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing .pricing-item .pricing-footer {
  padding-bottom: 40px;
}
.pricing .pricing-item.featured {
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}
.pricing .pricing-item.featured .pricing-heading {
  background: #ff6600;
  border-bottom: 1px solid #ff6600;
}
.pricing .pricing-item.featured .pricing-heading .title h6 {
  color: #fff;
  border-bottom: 1px solid #f69351;
}
.pricing .pricing-item.featured .pricing-heading .price {
  margin-top: 28px;
}
.pricing .pricing-item.featured .pricing-heading .price h2 {
  color: #fff;
  font-size: 3.625rem;
  margin-bottom: 0px;
}
.pricing .pricing-item.featured .pricing-heading .price h2 span {
  font-size: 1.5625rem;
}
.pricing .pricing-item.featured .pricing-heading .price p {
  color: #fff;
}
.pricing.two .pricing-item {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pricing.two .pricing-item {
    margin-bottom: 30px;
  }
}
.pricing.two .pricing-item .pricing-heading {
  position: relative;
  margin-bottom: 10px;
}
.pricing.two .pricing-item .pricing-heading .title h6 {
  position: relative;
}
.pricing.two .pricing-item .pricing-heading .price {
  position: relative;
}
.pricing.two .pricing-item .pricing-heading:before {
  content: "";
  position: absolute;
  bottom: -25%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 500px 0 0;
  border-color: #fafafa transparent transparent transparent;
}
.sponsors {
  position: relative;
}
.sponsors .sponsor-title {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}
.sponsors .sponsor-title h5 {
  color: #368a15;
}
.sponsors .block {
  margin-bottom: 40px;
}
.sponsors .block .list-inline-item:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 991px) {
  .sponsors .block .list-inline-item:not(:last-child) {
    margin-right: 7px;
    margin-left: 7px;
  }
}
@media (max-width: 991px) {
  .sponsors .block .list-inline-item:last-child {
    margin-right: 7px;
    margin-left: 7px;
  }
}
.sponsors .block .image-block {
  padding: 45px 0;
  background: #fff;
  width: 244px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.sponsors .block .image-block img {
  height: 55px;
}
