body {
    overflow-y: hidden;
}

a{
    color:#202426;
  text-decoration: none;
}
a:hover{
    color:#202426;
}

.font-style{
  font-family: "Chelsea Market", cursive;
  margin: 0px;
  font-weight: 400;
  color: #202426;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.postList {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .0);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .0);
    padding: 2px;
    line-height: 1.5;
}

.show_more_main {
    margin: 15px 0;
}

.show_more {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
    background-image: linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
    border: 1px solid;
    border-color: #d3d3d3;
    color: #333;
    font-size: 18px;
    outline: 0;
}

.show_more {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.loding {
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #333;
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight: bold;
}

.loding_txt {
    background-image: url();
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 16px;
    padding-left: 20px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 25px;
    bottom: 35px;
    z-index: 996;
    background: #DC3545;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    text-align: center;
    padding-top: 12px;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #f95b55;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.upcoming-events-wrap .grid .col-12:last-child .single-event-ticket {
  padding-bottom: 0px;
}

.upcoming-events-wrap .grid .col-12:last-child .single-event-ticket::before {
  display: none;
}


.single-blog-card {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.single-blog-card .featured-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.single-blog-card .post-content {
  padding: 40px;
  border: 2px solid #f6f6f6;
  border-top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 500px) {
  .single-blog-card .post-content {
    padding: 30px 0px;
    border: none;
    border-bottom: 2px solid #f6f6f6;
  }
}

.single-blog-card .post-content h3 {
  letter-spacing: -1px;
  margin-bottom: 10px;
  margin-top: 2px;
}

.single-blog-card .post-content h3:hover a {
  color: #f86048;
}

.single-blog-card .post-content .post-meta .post-author {
  margin-right: 25px;
}

.single-blog-card .post-content .post-meta i {
  margin-right: 5px;
}

.single-blog-card .post-content .post-meta a {
  color: #727475;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding-right: 5px;
}

.single-blog-card .post-content .post-meta a::before {
  position: absolute;
  right: 0;
  content: ",";
}

.single-blog-card .post-content .post-meta a:last-child::before {
  display: none;
}

.blog-list-view .single-blog-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.blog-list-view .single-blog-item:last-child {
  padding-bottom: 0px;
  border: none;
}

.blog-list-view .single-blog-item:nth-child(2n) .post-date {
  background-color: #00baa3;
}

.blog-list-view .single-blog-item:nth-child(3n) .post-date {
  background-color: #f86048;
}

.blog-list-view .single-blog-item .post-date {
  width: 140px;
  height: 140px;
  float: left;
  overflow: hidden;
  text-align: center;
  background-color: #efc94c;
  color: #fff;
  margin-right: 30px;
  padding-top: 50px;
}

@media (max-width: 500px) {
  .blog-list-view .single-blog-item .post-date {
    width: 100%;
    height: 140px;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.blog-list-view .single-blog-item .post-date span {
  font-size: 80px;
  display: block;
  font-weight: 700;
  padding-bottom: 20px;
}

.blog-list-view .single-blog-item .post-content {
  overflow: auto;
  margin-top: 5px;
}

.blog-list-view .single-blog-item .post-content h3 {
  letter-spacing: -1.1px;
  margin-bottom: 10px;
}

.blog-list-view .single-blog-item .post-content h3:hover {
  color: #f86048;
}

.blog-list-view .single-blog-item .post-content .post-meta {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-list-view .single-blog-item .post-content .post-meta .post-author {
  margin-right: 25px;
}

.blog-list-view .single-blog-item .post-content .post-meta i {
  margin-right: 5px;
}

.blog-list-view .single-blog-item .post-content .post-meta a {
  color: #727475;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding-right: 5px;
}

.blog-list-view .single-blog-item .post-content .post-meta a::before {
  position: absolute;
  right: 0;
  content: ",";
}

.blog-list-view
  .single-blog-item
  .post-content
  .post-meta
  a:last-child::before {
  display: none;
}

.blog-card-section .section-title span {
  color: #00baa3;
}

.blog-card-section.bg-cover::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: #121516;
  width: 100%;
  height: 100%;
  opacity: 0.6 !important;
  z-index: -1;
}

.blog-card-section .col-12:nth-child(2n) .card-2 .cat-name {
  background-color: #00baa3;
}

.blog-card-section .col-12:nth-child(3n) .card-2 .cat-name {
  background-color: #efc94c;
}

.single-blog-card.card-2 {
  padding-bottom: 180px;
}

.single-blog-card.card-2 .blog-details {
  padding-bottom: 40px;
  overflow: initial !important;
}

.single-blog-card.card-2 .blog-details::before {
  display: none;
}

@media (min-width: 767px) and (max-width: 991px) {
  .single-blog-card.card-2 .blog-details {
    padding: 40px 30px;
  }
  .single-blog-card.card-2 .blog-details h3 {
    font-size: 20px;
  }
}

.single-blog-card .featured-img {
  height: 270px;
  position: relative;
}

.single-blog-card .cat-name {
  position: absolute;
  top: 0;
  right: 20px;
  content: "";
  display: inline-block;
  background-color: #f86048;
  padding: 9px 20px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  text-transform: capitalize;
}

.single-blog-card .cat-name:hover {
  background-color: #00baa3;
  color: #fff;
}

.single-blog-card .blog-details {
  padding: 40px;
  margin: 0px 20px;
  margin-top: -30px;
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 0;
  bottom: 0;
  z-index: 88;
}

.single-blog-card .blog-details:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(183, 186, 187, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(183, 186, 187, 0.1);
  margin-top: -100px;
  padding-bottom: 40px;
}

.single-blog-card .blog-details:hover::before {
  visibility: visible;
  opacity: 1;
}

.single-blog-card .blog-details:hover p {
  display: block;
}

.single-blog-card .blog-details::before {
  border-radius: 50%;
  background-color: #efc94c;
  width: 122px;
  height: 122px;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50px, 50px);
  transform: translate(50px, 50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.single-blog-card .blog-details span i {
  color: #00baa3;
  margin-right: 5px;
}

.single-blog-card .blog-details h3 {
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 585px) {
  .single-blog-card .blog-details h3 {
    font-size: 21px;
  }
}

.single-blog-card .blog-details p {
  color: #727475;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
  display: none;
}

.single-blog-card .blog-details .read-more-btn {
  display: inline-block;
  color: #bec3c5;
  text-transform: capitalize;
  border-bottom: 2px solid #bec3c5;
}

.blog-card-section .single-blog-card {
  padding-bottom: 150px;
}

.blog-card-section.blog-3 {
  margin-bottom: -160px;
  z-index: -1;
  padding-bottom: 280px;
}

@media (max-width: 991px) {
  .blog-card-section.blog-3 {
    padding-bottom: 260px;
  }
}

@media (max-width: 767px) {
  .blog-card-section.blog-3 {
    padding-bottom: 240px;
  }
}
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}


.section-padding {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0px;
  }
}


.causes-page-nav ul li,
.page-nav-wrap ul li {
  display: inline-block;
}

.causes-page-nav ul li a,
.page-nav-wrap ul li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f6f6f6;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}

@media (max-width: 767px) {
  .causes-page-nav ul li a,
  .page-nav-wrap ul li a {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.causes-page-nav ul li a i,
.page-nav-wrap ul li a i {
  margin-top: 2px;
}

.causes-page-nav ul li a:hover,
.page-nav-wrap ul li a:hover {
  background-color: #00baa3;
  color: #fff;
}

.causes-page-nav ul li.active a{
  background-color: #00baa3 !important;
  color: #fff !important;
}

.event-details-wrap .event-fetaured-thumb {
  margin-bottom: 50px;
}

.event-details-wrap .event-details-contents p {
  margin-bottom: 20px;
  line-height: 28px;
}

.event-details-wrap .event-details-contents p:nth-child(1) {
  padding-bottom: 10px;
}

.event-details-wrap .event-details-contents p:nth-child(1)::first-letter {
  font-size: 50px;
  color: #222;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
  padding: 10px 30px;
  line-height: 1.5;
  margin-right: 15px;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
}

.event-details-wrap .event-details-contents img {
  margin-top: 10px;
}

.event-details-wrap .event-details-contents blockquote,
.event-details-wrap .event-details-contents .wp-block-quote {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
  padding: 30px 107px;
  padding-left: 150px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
  display: block;
}

@media (max-width: 1191px) {
  .event-details-wrap .event-details-contents blockquote,
  .event-details-wrap .event-details-contents .wp-block-quote {
    padding: 30px 50px;
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .event-details-wrap .event-details-contents blockquote,
  .event-details-wrap .event-details-contents .wp-block-quote {
    padding: 30px;
    padding-left: 30px;
  }
}

.event-details-wrap .event-details-contents blockquote::before,
.event-details-wrap .event-details-contents .wp-block-quote::before {
  position: absolute;
  top: 50px;
  left: 55px;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #00aa55;
  font-size: 60px;
}

@media (max-width: 1191px) {
  .event-details-wrap .event-details-contents blockquote::before,
  .event-details-wrap .event-details-contents .wp-block-quote::before {
    top: 40px;
    left: 30px;
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .event-details-wrap .event-details-contents blockquote::before,
  .event-details-wrap .event-details-contents .wp-block-quote::before {
    display: none;
  }
}

.event-details-wrap .event-details-contents blockquote::after,
.event-details-wrap .event-details-contents .wp-block-quote::after {
  position: absolute;
  bottom: 10px;
  right: 30px;
  width: 114px;
  height: 90px;
  content: "";
  background: url("../img/event/quote-gray.png") no-repeat;
  z-index: -1;
}

.event-details-wrap .event-details-contents blockquote span,
.event-details-wrap .event-details-contents .wp-block-quote span {
  font-weight: 700;
  margin-top: 4px;
  display: inline-block;
  color: #444;
}

.event-details-wrap .event-details-contents blockquote span span,
.event-details-wrap .event-details-contents .wp-block-quote span span {
  color: #00aa55;
}
@media (min-width: 991px) {
  .event-details-sidebar {
    margin-top: -160px;
    z-index: 2;
    margin-right: 40px;
  }
}

@media (max-width: 990px) {
  .event-details-sidebar {
    margin-top: 40px;
  }
}

.event-details-sidebar .single-event-sidebar {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
  border-top: 4px solid #00baa3;
  padding: 40px 40px 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  background-color: #fff;
}

.event-details-sidebar .single-event-sidebar:nth-child(2n) {
  border-color: #d55342;
}

.event-details-sidebar .single-event-sidebar .sidebar-title {
  margin-bottom: 30px;
}

.event-details-sidebar
  .single-event-sidebar
  .event-address-info
  .single-address-info {
  overflow: hidden;
  margin-top: 18px;
  width: 100%;
}

.event-details-sidebar
  .single-event-sidebar
  .event-address-info
  .single-address-info
  .icon {
  float: left;
  overflow: hidden;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #d55342;
  background-color: #fff0ee;
  border-radius: 50px;
  margin-right: 20px;
}

.event-details-sidebar
  .single-event-sidebar
  .event-address-info
  .single-address-info
  .icon2 {
  color: #00baa3;
  background-color: #dbfffb;
}

.event-details-sidebar
  .single-event-sidebar
  .event-address-info
  .single-address-info
  .icon3 {
  color: #efc94c;
  background-color: #fff9e6;
}

.event-details-sidebar
  .single-event-sidebar
  .event-address-info
  .single-address-info
  .address {
  overflow: hidden;
}

.event-details-sidebar .single-event-sidebar .event-address-info a {
  margin-top: 30px;
}

.event-details-sidebar
  .single-event-sidebar
  .special-guest-list
  .single-guest-info {
  overflow: hidden;
  margin-top: 20px;
}

.event-details-sidebar
  .single-event-sidebar
  .special-guest-list
  .single-guest-info:nth-child(2)
  span {
  color: #00aa55;
}

.event-details-sidebar
  .single-event-sidebar
  .special-guest-list
  .single-guest-info:nth-child(3n)
  span {
  color: #efc94c;
}

.event-details-sidebar
  .single-event-sidebar
  .special-guest-list
  .single-guest-info:nth-child(4n)
  span {
  color: #9238a4;
}

.event-details-sidebar
  .single-event-sidebar
  .special-guest-list
  .single-guest-info
  .profile-img {
  float: left;
  overflow: hidden;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff0ee;
  border-radius: 50px;
  margin-right: 20px;
}

.event-details-sidebar
  .single-event-sidebar
  .special-guest-list
  .single-guest-info
  span {
  font-weight: 700;
  color: #d55342;
}

.social-share a {
  margin-left: 10px;
}


.brands-carousel-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.sponsors-section .single-brand-logo {
  padding: 30px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sponsors-section .single-brand-logo img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sponsors-section .single-brand-logo:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(183, 186, 187, 0.2);
  box-shadow: 0px 16px 32px 0px rgba(183, 186, 187, 0.2);
  background-color: #fff;
}

.sponsors-section .single-brand-logo:hover img {
  -webkit-filter: contrast(1);
  filter: contrast(1);
}
/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.brands-carousel-section.bg-overlay:before {
  background: #efc94c;
  opacity: 0.9;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #202426;
  z-index: -1;
}
.blog-card-section.bg-cover::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: #121516;
  width: 100%;
  height: 100%;
  opacity: 0.6 !important;
  z-index: -1;
}