@charset "UTF-8";
header {
  background-color: #1ba1d2;
  min-height: 70px;
}
header.header-two {
  min-height: 80px;
}
@media (min-width: 1200px) {
  header.header-two {
    min-height: 130px;
  }
}
@media (min-width: 992px) {
  header {
    min-height: 100px;
  }
}
header .header-one {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
  position: fixed;
  z-index: 9;
}
header .header-one.header-fixed {
  position: relative;
}
@media (min-width: 992px) {
  header .header-one.header-style-two {
    top: 50px;
    background-color: transparent;
  }
}
header .header-one.header-style-two.header-bg-white {
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
header .header-one {
  background-color: #ffffff;
}
header .header-style-two {
  top: 0;
}
@media (max-width: 991px) {
  header .header-style-two {
    background-color: #ffffff;
  }
}
header .header-style-two.header-bg-white {
  background-color: #ffffff;
  animation-name: slideInUp;
}
header .header-style-two .section-wrapper {
  padding: 0;
  position: relative;
  z-index: 1;
}
header .header-style-two .section-wrapper .menu-wrapper ul.main-menu li ul {
  top: calc(100% + 10px);
}
header .header-style-two .section-wrapper .menu-wrapper ul.menu-button li .cart-items {
  top: 100%;
}
@media (max-width: 575px) {
  header .header-style-two .section-wrapper .menu-wrapper ul.menu-button li .cart-items {
    left: 0;
  }
}
header .header-style-two .header-top p {
  width: 50%;
  line-height: 50px;
  color: #ffffff;
  font-style: italic;
}
header .header-style-two .header-top p:last-child {
  text-align: right;
}
header .header-style-two .header-top p a {
  color: #ffffff;
  font-weight: 600;
}
header .header-style-two .section-wrapper {
  min-height: 80px;
  background-color: #ffffff;
  padding-left: 10px;
}
header .section-wrapper {
  min-height: 70px;
}
@media (min-width: 992px) {
  header .section-wrapper {
    min-height: 100px;
  }
}
@media (max-width: 991px) {
  header .section-wrapper {
    position: relative;
  }
}
@media (max-width: 991px) {
  header .section-wrapper .menu-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #ffffff;
    padding: 15px;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease;
    overflow-y: auto;
  }
  header .section-wrapper .menu-wrapper.show {
    transform: scaleY(1);
  }
}
header .section-wrapper .menu-wrapper ul.main-menu > li {
  padding: 0;
  margin: 0 5px;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  header .section-wrapper .menu-wrapper ul.main-menu > li {
    width: auto;
    border-bottom: none;
  }
}
header .section-wrapper .menu-wrapper ul.main-menu > li:last-child {
  border: none;
}
header .section-wrapper .menu-wrapper ul.main-menu > li ul {
  left: 0;
  top: calc(100%);
  min-width: 190px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 992px) {
  header .section-wrapper .menu-wrapper ul.main-menu > li ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  header .section-wrapper .menu-wrapper ul.main-menu > li ul {
    display: none;
  }
}
header .section-wrapper .menu-wrapper ul.main-menu > li ul li {
  border-bottom: 1px solid #ebebeb;
  padding: 0;
}
header .section-wrapper .menu-wrapper ul.main-menu > li ul li ul {
  right: 100%;
  top: 0;
}
header .section-wrapper .menu-wrapper ul.main-menu > li ul li a {
  padding: 7px 0;
  padding-left: 25px;
  background-color: #ffffff;
  display: block;
  font-size: 0.825rem;
}
@media (max-width: 991px) {
  header .section-wrapper .menu-wrapper ul.main-menu > li ul li a {
    display: block;
  }
}
header .section-wrapper .menu-wrapper ul.main-menu > li ul li a:hover {
  padding-left: 20px;
}
header .section-wrapper .menu-wrapper ul.main-menu > li ul li:last-child {
  border: none;
}
header .section-wrapper .menu-wrapper ul.main-menu > li a {
  padding: 10px;
  color: #010101;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
}
header .section-wrapper .menu-wrapper ul.main-menu > li a.active {
  color: #ff4600;
}
header .section-wrapper .menu-wrapper ul.main-menu > li:hover a {
  color: #ff4600;
}
header .section-wrapper .menu-wrapper ul.main-menu > li:hover ul {
  visibility: visible;
  opacity: 1;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
header .section-wrapper .menu-wrapper ul.main-menu > li:hover ul li a {
  color: #000000;
}
header .section-wrapper .menu-wrapper ul.main-menu > li:hover ul li a.active, header .section-wrapper .menu-wrapper ul.main-menu > li:hover ul li a:hover {
  color: #ffffff;
  background-color: #ff4600;
  padding-left: 30px;
}
header .section-wrapper .menu-wrapper ul.main-menu > li:hover ul li ul {
  left: 100%;
  visibility: hidden;
  opacity: 0;
}
header .section-wrapper .menu-wrapper ul.main-menu > li:hover ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
header .section-wrapper .menu-wrapper ul.menu-button li {
  padding: 0;
}
header .section-wrapper .menu-wrapper ul.menu-button li.cart-icon {
  width: 80px;
  height: 80px;
  background-color: #ff4600;
}
header .section-wrapper .menu-wrapper ul.menu-button li.cart-icon a.cart-button {
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}
header .section-wrapper .menu-wrapper ul.menu-button li a {
  padding: 10px;
  padding-right: 20px;
  display: block;
}
header .section-wrapper .menu-wrapper ul.menu-button li a sup {
  min-width: 15px;
  min-height: 15px;
  display: inline-block;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  top: -0.8rem;
  left: -0.7rem;
  background-color: #ff4600;
}
header .section-wrapper .menu-wrapper ul.menu-button li a i {
  color: #22a1ff;
}
header .section-wrapper .menu-wrapper ul.menu-button li a.custom-btn {
  padding: 10px 30px;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  top: calc(100% + 25px);
  right: 0;
  min-width: 320px;
  height: auto;
  background-color: #f7fbff;
  opacity: 0;
  visibility: hidden;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-thumb {
  width: 85px;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-thumb a {
  padding: 0;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content {
  padding-left: 15px;
  width: calc(100% - 85px);
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content .remove-item {
  top: 0px;
  right: 0px;
  padding: 0px;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content .remove-item i {
  color: #ff4600;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content h6 a {
  color: #000000;
  padding: 0;
  text-transform: uppercase;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content h6 a:hover {
  color: #ff4600;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content h5 {
  color: #000000;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content ul li {
  margin: 0;
  padding: 0;
  border: none;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content ul li i {
  margin-right: 5px;
  color: #ffb432;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li:last-child {
  margin: 0;
  border: none;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul.button-group {
  display: flex;
  justify-content: space-around;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul.button-group li {
  padding: 0;
  margin: 0;
  border: none;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul.button-group li a {
  margin: 0;
  text-align: center;
  display: inline-block;
}
header .section-wrapper .menu-wrapper ul.menu-button li:hover .cart-items {
  visibility: visible;
  opacity: 1;
}
header .header-bar {
  width: 30px;
  height: 25px;
}
header .header-bar span {
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #ff4600;
  left: 0;
}
header .header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}
header .header-bar span:first-child {
  top: 0;
}
header .header-bar span:last-child {
  bottom: 0;
}
header .header-bar.show span:first-child {
  -webkit-transform: rotate(45deg) translate(6px, 13px);
  -ms-transform: rotate(45deg) translate(6px, 13px);
  transform: rotate(45deg) translate(6px, 13px);
}
header .header-bar.show span:nth-child(2) {
  opacity: 0;
}
header .header-bar.show span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}

.body-padding {
  padding-top: 130px;
}

@media only screen and (max-width: 991px) {
  header .header-one {
    top: 0 !important;
  }
}
@media (min-width: 576px) {
  .banner-section h2 {
    font-size: 3rem;
    line-height: 66px;
  }
}
.banner-section {
  background-image: url(../../assets/images/banner/01.jpg);
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  background-blend-mode: overlay;
}
@media (min-width: 768px) {
  .banner-section {
    min-height: 700px;
    padding: 0;
  }
}
.banner-section .banner-content {
  z-index: 1;
  position: relative;
}
.banner-section .banner-content h2 {
  text-transform: uppercase;
}
.banner-section .banner-content .banner-one-content h2:last-child {
  margin-bottom: 27px;
}
.banner-section.banner-two {
  background-image: url(../../assets/images/banner/02.jpg);
}
.banner-section.banner-two .banner-content ul li {
  padding: 0;
}
.banner-section.banner-two .banner-content ul li p {
  margin: 0;
}
@media (min-width: 992px) {
  .banner-section.banner-two .banner-content h2 {
    line-height: 66px;
  }
}
.banner-section.banner-two .banner-content h2:last-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .banner-section.page-header {
    min-height: 500px;
  }
}

.color-one {
  color: #ff4600 !important;
}

.color-two {
  color: #ffc700 !important;
}

.color-three {
  color: #22a1ff !important;
}

.color-four {
  color: #9314ff !important;
}

.color-five {
  color: #1ba1d2 !important;
}

.color-six {
  color: #08b38e !important;
}

.newslater form button, aside .widget.widget-search .search-wrapper button, .blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-form input[type=submit], .shop-single .review .review-content .review-showing .client-review .review-form .client-form button, .shop-single .product-details .post-content form button, .single-sidebar .search-widget .search button, .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button button, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit], .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit], .gallery-section .section-wrapper ul li, .contact-information .section-wrapper form button, .event-timeline-section ul.filter li, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .play,
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .pause, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-next, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-prev, header .header-bar {
  cursor: pointer;
}

.custom-btn:after, .newslater form button, aside .widget.widget-search .search-wrapper button, .blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags .tags-indicator:after, body.body-overlay:after, .single-sidebar .shop-widget .widget-wrapper ul.shop-menu li a:after, .single-sidebar .shop-widget .widget-wrapper ul.shop-menu li a:before, .single-sidebar .search-widget .search button, .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-item .product-thumb::after, .shop-page .shop-product-wrap .product-list-item .product-thumb::after, .gallery-section .section-wrapper .grid-two .grid-sizer .post-thumb:after,
.gallery-section .section-wrapper .grid-two .grid-item .post-thumb:after, .gallery-section .section-wrapper .grid-two .grid-sizer .post-thumb .post-icon,
.gallery-section .section-wrapper .grid-two .grid-item .post-thumb .post-icon, .speaker-single .section-wrapper .post-bottom .post-item .circles strong, .speaker-single .section-wrapper .post-top .post-item .post-content ul li span.list-attr:after, .speaker-single .section-wrapper .post-top .post-item .post-content ul li span.list-attr:before, .contact-information .section-wrapper::after, .contact-information .section-wrapper::before, .singer-item .singer-inner .singer-thumb .thumb-inner a::before, .singer-item .singer-inner .singer-thumb::before, .our-client-say .section-wrapper .post-item .post-inner .quote-thumb, .our-client-say .section-wrapper .post-item .post-inner:after, .our-event-sponsor .section-wrapper .post-item .post-header:after, .event-speaker .section-wrapper .post-item .post-content, .event-timeline-section ul.grid li ul li p.border-efect:after, .venue-sponsor .post-item ul li a:after, .event-speaker .section-wrapper .post-item .post-icon li ul, .event-speaker-section .section-wrapper .post-item .post-thumb .post-icon li ul, .event-speaker .section-wrapper .post-item .post-icon, .event-speaker-section .section-wrapper .post-item .post-thumb .post-icon, .about-section .post-thumb .post-inner .play-icon, .anual-meetup-section .post-thumb .post-inner .play-icon, .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .play,
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .pause, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation, .event-speaker-section .section-wrapper .post-item .post-thumb:before, .event-speaker-section .section-wrapper .post-item .post-thumb:after, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content .remove-item, header .header-bar span {
  position: absolute;
  content: "";
}

.custom-btn, .shape-animation-one, .newslater form, aside .widget.widget-search .search-wrapper, .blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags .tags-indicator, .blog-section, body.body-overlay, .single-sidebar .shop-widget .widget-wrapper ul.shop-menu li a, .single-sidebar .search-widget .search, .gallery-section .section-wrapper .grid-two .grid-sizer .post-thumb .post-icon a,
.gallery-section .section-wrapper .grid-two .grid-item .post-thumb .post-icon a, .gallery-section .section-wrapper .grid-two .grid-sizer .post-thumb,
.gallery-section .section-wrapper .grid-two .grid-item .post-thumb, .speaker-single .section-wrapper .post-bottom .post-item .circles, .speaker-single .section-wrapper .post-top .post-item .post-content ul li span.list-attr, .contact-information .section-wrapper .post-item, .contact-information .section-wrapper h3, .contact-information .section-wrapper form, .contact-information .section-wrapper, .singer-item, .singer-section, .home-two-event-section .section-wrapper, .home-two-event-section, .about-section .post-thumb, .about-section .post-content, .about-section, .our-client-say .section-wrapper .post-item .post-inner, .our-event-sponsor .section-wrapper .post-item .post-header h6 span, .our-event-sponsor .section-wrapper .post-item .post-header, .our-event-sponsor, .ticket-information-section .section-wrapper .post-item .post-item-inner, .ticket-information-section .section-wrapper, .ticket-information-section, .event-speaker .section-wrapper .post-item, .title-tag, .event-timeline-section ul.grid li ul li p.border-efect, .event-speaker-section, .section-title, .venue-sponsor .post-item ul li a, .event-speaker .section-wrapper .post-item .post-icon li, .event-speaker-section .section-wrapper .post-item .post-thumb .post-icon li, .about-section .post-thumb .post-inner, .anual-meetup-section .post-thumb .post-inner, .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-next, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-prev, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb, .event-speaker-section .section-wrapper .post-item .post-content, .event-speaker-section .section-wrapper .post-item .post-thumb, .event-speaker-section .section-wrapper .post-item, header .section-wrapper .menu-wrapper ul.main-menu > li, header .section-wrapper .menu-wrapper ul.main-menu > li ul li, header .section-wrapper .menu-wrapper ul.menu-button li, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content ul, header .header-bar {
  position: relative;
}

.custom-btn, .shape-animation-one, aside .widget.widget-instagram ul.widget-wrapper li a, .blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-thumb, .blog-section, .shop-single .review .review-content .review-showing .content li .post-thumb, .shop-single .product-details, .single-sidebar .search-widget, .shop-page .shop-product-wrap .product-item .product-thumb, .shop-page .shop-product-wrap .product-list-item .product-thumb, .cart-plus-minus, .contact-information .section-wrapper, .singer-item .singer-inner, .singer-section, .home-two-event-section .section-wrapper .section-wrapper .post-item .post-inner .post-thumb, .home-two-event-section .section-wrapper .tab-content, .home-two-event-section, .about-section, .our-client-say .section-wrapper .post-item .post-inner .post-thumb, .our-event-sponsor .section-wrapper, .our-event-sponsor, .ticket-type-three .wrapper-items, .ticket-information-section .section-wrapper, .ticket-information-section, .event-speaker-section, .anual-meetup-section .post-thumb .play-icon, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-thumb {
  overflow: hidden;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link, .singer-social, .singer-item .singer-inner {
  display: flex;
  flex-wrap: wrap;
}

aside .widget.widget-instagram ul.widget-wrapper li, aside .widget.widget-post ul.widget-wrapper li .post-thumb, .blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-thumb, .single-sidebar .latest-product .widget-wrapper ul li .product-thumb, .our-client-say .section-wrapper .post-item .post-inner .post-thumb, .our-event-sponsor .section-wrapper .post-item .post-thumb, .event-speaker .section-wrapper .post-item, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb, .event-speaker-section .section-wrapper .post-item .post-thumb, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-thumb {
  overflow: hidden;
}
aside .widget.widget-instagram ul.widget-wrapper li a, aside .widget.widget-post ul.widget-wrapper li .post-thumb a, .blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-thumb a, .single-sidebar .latest-product .widget-wrapper ul li .product-thumb a, .our-client-say .section-wrapper .post-item .post-inner .post-thumb a, .our-event-sponsor .section-wrapper .post-item .post-thumb a, .event-speaker .section-wrapper .post-item a, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb a, .event-speaker-section .section-wrapper .post-item .post-thumb a, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-thumb a {
  display: block;
}
aside .widget.widget-instagram ul.widget-wrapper li a img, aside .widget.widget-post ul.widget-wrapper li .post-thumb a img, .blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-thumb a img, .single-sidebar .latest-product .widget-wrapper ul li .product-thumb a img, .our-client-say .section-wrapper .post-item .post-inner .post-thumb a img, .our-event-sponsor .section-wrapper .post-item .post-thumb a img, .event-speaker .section-wrapper .post-item a img, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb a img, .event-speaker-section .section-wrapper .post-item .post-thumb a img, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-thumb a img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

aside .widget.widget-post ul.widget-wrapper li .post-content h6 a, .blog-section .section-wrapper .post-item .post-item-inner .post-content .content-part h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-speaker .section-wrapper .post-item.active a img, .event-speaker .section-wrapper .post-item:hover a img, .blog-section .section-wrapper .post-item .post-item-inner.active .post-thumb a img, .blog-section .section-wrapper .post-item .post-item-inner:hover .post-thumb a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.event-speaker-section .section-wrapper {
  margin: 0 -6px auto;
}
.event-speaker-section .section-wrapper .post-item {
  padding: 6px;
  width: 100%;
}
@media (min-width: 576px) {
  .event-speaker-section .section-wrapper .post-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .event-speaker-section .section-wrapper .post-item {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .event-speaker-section .section-wrapper .post-item {
    width: 25%;
  }
}
.event-speaker-section .section-wrapper .post-item.active .post-thumb img, .event-speaker-section .section-wrapper .post-item:hover .post-thumb img {
  transform: scale(1.1);
}
.event-speaker-section .section-wrapper .post-item.active .post-thumb:after, .event-speaker-section .section-wrapper .post-item:hover .post-thumb:after {
  bottom: 0;
}
.event-speaker-section .section-wrapper .post-item.active .post-thumb:before, .event-speaker-section .section-wrapper .post-item:hover .post-thumb:before {
  top: 0;
}
.event-speaker-section .section-wrapper .post-item.active .post-thumb .post-icon li ul, .event-speaker-section .section-wrapper .post-item:hover .post-thumb .post-icon li ul {
  opacity: 1;
}
.event-speaker-section .section-wrapper .post-item.active .post-content h5 a, .event-speaker-section .section-wrapper .post-item:hover .post-content h5 a {
  color: #ff4600;
}
.event-speaker-section .section-wrapper .post-item .post-thumb {
  overflow: hidden;
  z-index: 1;
}
.event-speaker-section .section-wrapper .post-item .post-thumb:before, .event-speaker-section .section-wrapper .post-item .post-thumb:after {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.event-speaker-section .section-wrapper .post-item .post-thumb:before {
  z-index: 1;
  top: -100px;
  right: 0;
  width: 100px;
  height: 100px;
  background: url(../../assets/images/shape/up-img.png) no-repeat center center;
}
.event-speaker-section .section-wrapper .post-item .post-thumb:after {
  bottom: -100px;
  right: 0;
  width: 100%;
  height: 100px;
  background: url(../../assets/images/shape/bottom-img.png) no-repeat center left;
}
.event-speaker-section .section-wrapper .post-item .post-content {
  padding: 20px 0;
  z-index: 1;
}
@media (max-width: 575px) {
  .event-speaker-section .section-wrapper .post-item .post-content {
    text-align: center;
  }
}
.event-speaker-section .section-wrapper .post-item .post-content h5 a {
  color: #000000;
  text-transform: uppercase;
}
.event-speaker-section .section-wrapper .post-item .post-content p {
  margin-bottom: 5px;
  line-height: 1.75rem;
  color: #696969;
  font-size: 14px;
}

.blog-section .section-wrapper .post-item .post-item-inner {
  margin: 15px;
  background-color: #ffffff;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb video {
  width: 100%;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-slider a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation {
  width: calc(100% - 80px);
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transition: all ease 0.6s;
  z-index: 1;
  opacity: 0;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-next, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  outline: none;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #000000;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-next.active-icon, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-next:hover, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-prev.active-icon, .blog-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-prev:hover {
  color: #ffffff;
  background: #ff4600;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transition: all ease 0.6s;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .play,
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .pause {
  width: 100%;
  height: 100%;
  font-size: 20px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  top: 0;
  left: 0;
  color: #ff4600;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .play.show {
  opacity: 0;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .pause.show {
  opacity: 0;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb:hover .btn-group {
  opacity: 1;
  visibility: visible;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb:hover .blog-navigation {
  width: calc(100% - 100px);
  left: 50px;
  opacity: 1;
}
.blog-section.style-main-section .section-wrapper article .post-item .post-item-inner .post-content, .blog-section .section-wrapper .post-item .post-item-inner .post-content {
  padding: 23px 0 30px;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post {
  width: 100%;
}
@media (min-width: 576px) {
  .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post {
    width: calc(60px);
    text-align: center;
  }
  .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li p {
    width: 100%;
  }
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li p {
  margin: 0;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul {
  width: 100%;
  top: 100%;
  left: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 1;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul li {
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #ff4600;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul li a.facebook {
  background-color: #3b5998;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul li a.twitter {
  background-color: #55acee;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul li a.linkedin {
  background-color: #007bb5;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul li a.google {
  background-color: #dd4b39;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li:hover ul {
  transform: scaleY(1);
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .content-part {
  width: 100%;
  padding: 10px;
}
@media (min-width: 576px) {
  .blog-section .section-wrapper .post-item .post-item-inner .post-content .content-part {
    width: calc(100% - 60px);
    padding: 0 15px 0 30px;
  }
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .content-part h4 {
  margin-bottom: 6px;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .content-part h4 a {
  text-transform: uppercase;
  color: #000000;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .content-part .entry-header .entry-meta {
  margin-bottom: 10px;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .content-part .entry-header .entry-meta p {
  margin: 0;
  margin-right: 20px;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .content-part .entry-header .entry-meta p:last-child {
  margin-right: 0;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .content-part .entry-header .entry-meta a {
  color: #ff4600;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .content-part .entry-content p {
  margin-bottom: 20px;
}
.blog-section .section-wrapper .post-item .post-item-inner .post-content .content-part .entry-content .custom-btn {
  padding: 7px 31px;
}
.blog-section .section-wrapper .post-item .post-item-inner.active .post-content .entry-header h4 a, .blog-section .section-wrapper .post-item .post-item-inner:hover .post-content .entry-header h4 a {
  color: #ff4600;
}
@media (max-width: 575px) {
  .blog-section .section-wrapper .post-item .post-item-inner .post-content {
    padding: 20px 15px;
  }
  .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post {
    display: none !important;
  }
}

aside .widget .widget-header, .blog-section.style-main-section.blog-single .section-wrapper article {
  margin-bottom: 51px;
}
aside .widget .widget-header h5, .blog-section.style-main-section.blog-single .section-wrapper article h5 {
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
aside .widget .widget-header h5::before, .blog-section.style-main-section.blog-single .section-wrapper article h5::before, aside .widget .widget-header h5::after, .blog-section.style-main-section.blog-single .section-wrapper article h5::after {
  position: absolute;
  content: "";
  bottom: -25px;
}
aside .widget .widget-header h5::before, .blog-section.style-main-section.blog-single .section-wrapper article h5::before {
  width: 50px;
  height: 4px;
  background-color: #ff4600;
  border-radius: 2px;
}
aside .widget .widget-header h5::after, .blog-section.style-main-section.blog-single .section-wrapper article h5::after {
  border-bottom: 4px dotted #ff4600;
  width: 23px;
  left: 60px;
}

.about-section .post-thumb .post-inner img, .anual-meetup-section .post-thumb .post-inner img {
  width: 100%;
}
.about-section .post-thumb .post-inner .play-icon, .anual-meetup-section .post-thumb .post-inner .play-icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}
.about-section .post-thumb .post-inner .play-icon img, .anual-meetup-section .post-thumb .post-inner .play-icon img {
  width: 100%;
}

.venue-sponsor ul.countdown, .banner-section .banner-content ul.countdown {
  max-width: 400px;
}
.venue-sponsor ul.countdown li, .banner-section .banner-content ul.countdown li {
  min-width: 60px;
}
.venue-sponsor ul.countdown li h3, .banner-section .banner-content ul.countdown li h3 {
  font-size: 40px;
  line-height: 52px;
}
.venue-sponsor ul.countdown li p, .banner-section .banner-content ul.countdown li p {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0;
  margin-bottom: 10px;
}

.event-speaker .section-wrapper .post-item .post-icon, .event-speaker-section .section-wrapper .post-item .post-thumb .post-icon {
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 1;
}
.event-speaker .section-wrapper .post-item .post-icon li a, .event-speaker-section .section-wrapper .post-item .post-thumb .post-icon li a {
  color: #ffffff;
}
.event-speaker .section-wrapper .post-item .post-icon li ul, .event-speaker-section .section-wrapper .post-item .post-thumb .post-icon li ul {
  top: 100%;
  left: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}
.event-speaker .section-wrapper .post-item .post-icon li ul li, .event-speaker-section .section-wrapper .post-item .post-thumb .post-icon li ul li {
  padding: 0;
  z-index: 1;
}

.ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner ul li, .ticket-information-section .section-wrapper .post-item .post-item-inner .post-content ul.content li {
  line-height: 36px;
  color: #696969;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner ul li, .ticket-information-section .section-wrapper .post-item .post-item-inner .post-content ul.content li {
    width: 100%;
  }
}
.ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner ul li i, .ticket-information-section .section-wrapper .post-item .post-item-inner .post-content ul.content li i {
  color: #ffffff;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  line-height: 16px;
  font-size: 10px;
  margin-right: 10px;
  background-color: #ff4600;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner ul li.del i, .ticket-information-section .section-wrapper .post-item .post-item-inner .post-content ul.content li.del i {
  background-color: #e8e8e8 !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: #ff4600;
  overflow: hidden;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes price-ani {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.1;
  }
}
.venue-sponsor {
  min-height: 120px;
  padding: 10px 0;
}
.venue-sponsor .right .post-item .post-thumb {
  width: 55px;
}
.venue-sponsor .right .post-item .post-content {
  width: calc(100% - 55px);
  padding-left: 15px;
}
.venue-sponsor .right .post-item .post-content p {
  margin: 0;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .venue-sponsor .left .post-thumb {
    width: calc(100% - 167px);
  }
  .venue-sponsor .left .post-thumb img {
    width: 100%;
  }
  .venue-sponsor .left .post-content {
    width: 167px;
  }
}
@media (max-width: 991px) {
  .venue-sponsor .post-item {
    margin-bottom: 20px;
  }
}
.venue-sponsor .post-item .post-content h6 {
  font-size: 1rem;
  color: #ff4600;
  line-height: 28px;
  text-transform: uppercase;
}
.venue-sponsor .post-item .post-content p {
  line-height: 22px;
}
.venue-sponsor .post-item ul li a {
  text-transform: uppercase;
  color: #ff4600;
  font-weight: 700;
  margin-right: 20px;
  font-family: "Oswald", sans-serif;
}
.venue-sponsor .post-item ul li a:after {
  width: 5px;
  height: 2px;
  background-color: #ff4600;
  top: 50%;
  left: calc(100% + 8px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.venue-sponsor .post-item ul li a.active {
  font-weight: 400;
  margin: 0;
  color: #000000;
  font-family: "Roboto", sans-serif;
}
.venue-sponsor .post-item ul li a.active:after {
  display: none;
}
.venue-sponsor.venue-with-count-down {
  min-height: 100px;
  padding: 0;
}
@media (max-width: 991px) {
  .venue-sponsor.venue-with-count-down ul {
    margin: 0 auto 15px;
  }
}
.venue-sponsor.venue-with-count-down ul li p {
  margin-bottom: 0;
}

.anual-meetup-section {
  background-color: #f7fbff;
}
.anual-meetup-section .post-content h2 {
  font-size: 38px;
  line-height: 3.125rem;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .anual-meetup-section .post-content h2 {
    font-size: 24px;
    line-height: 2.25rem;
  }
}
.anual-meetup-section .post-content h2:last-child {
  margin-bottom: 15px;
}
.anual-meetup-section .post-content .counter-up h2 {
  margin-bottom: 3px;
}
.anual-meetup-section .post-content .counter-up p {
  color: #000000;
  margin-bottom: 0;
}
.anual-meetup-section .post-thumb {
  padding: 15px 15px 0 0;
  border-top: 1px solid #ff4600;
  border-right: 1px solid #ff4600;
}
.anual-meetup-section .post-thumb .play-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.section-title {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 50px;
}
.section-title h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: -14px;
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.section-title p {
  margin: 0;
}

.event-speaker-section {
  background-size: cover;
  background-position: center center;
}
.event-timeline-section {
  background-color: #f7fbff;
}
.event-timeline-section .section-title {
  margin-bottom: 10px;
}
.event-timeline-section ul.filter li {
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.event-timeline-section ul.filter li.active {
  color: #ff4600;
}
@media (min-width: 768px) {
  .event-timeline-section ul.filter li {
    padding: 20px;
  }
}
.event-timeline-section ul.grid {
  width: 100%;
}
.event-timeline-section ul.grid li {
  padding: 0;
  width: 100%;
  background: #ffffff;
}
.event-timeline-section ul.grid li:first-child {
  border-top: 1px solid #ebebeb;
}
.event-timeline-section ul.grid li:first-child ul li {
  padding: 15px;
}
.event-timeline-section ul.grid li ul li {
  width: 100%;
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 30px 10px;
}
@media (min-width: 576px) {
  .event-timeline-section ul.grid li ul li {
    width: calc( 50% );
  }
}
@media (min-width: 992px) {
  .event-timeline-section ul.grid li ul li {
    width: calc( (100% - 85px)/4);
    border-top: none;
    border-left: none;
  }
}
.event-timeline-section ul.grid li ul li:first-child {
  padding: 0;
  border-left: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .event-timeline-section ul.grid li ul li:first-child {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .event-timeline-section ul.grid li ul li:first-child {
    width: 85px;
  }
}
.event-timeline-section ul.grid li ul li:first-child {
  border-top: none;
}
.event-timeline-section ul.grid li ul li p {
  margin: 0;
  line-height: 26px;
}
.event-timeline-section ul.grid li ul li p span {
  color: #000000;
}
.event-timeline-section ul.grid li ul li p.border-efect {
  min-height: 25px;
}
.event-timeline-section ul.grid li ul li p.border-efect:after {
  height: 2px;
  width: 40px;
  background-color: #000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .event-timeline-section ul.grid li ul li .time {
    margin: 20px auto;
    font-size: 30px;
    font-weight: 700;
  }
}
.event-timeline-section .see-all {
  display: block;
  text-align: center;
  background: #ffffff;
  padding: 15px 0;
  color: #1abc80;
  border: 1px solid #ebebeb;
  border-top: none;
  font-size: 14px;
  font-weight: 700;
}

.title-tag:after {
  position: relative;
  content: attr(data-attr) "";
  width: 100%;
  height: 100%;
  color: #ffc700;
}
@media (min-width: 992px) {
  .title-tag:after {
    display: none;
  }
}

.event-timeline-item-bg-one {
  background-color: #ffebed !important;
}

.event-timeline-item-bg-two {
  background-color: #efdcff !important;
}

.event-timeline-item-bg-three {
  background-color: #f3fff3 !important;
}

.event-timeline-item-bg-four {
  background-color: #fff8e1 !important;
}

.event-section {
  background-color: #f7fbff;
}
.event-section .section-wrapper {
  margin: -15px;
}
.event-section .section-wrapper .post-item {
  padding: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .event-section .section-wrapper .post-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .event-section .section-wrapper .post-item {
    width: 25%;
  }
}
.event-section .section-wrapper .post-item .post-content {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 13px;
}
@media (max-width: 575px) {
  .event-section .section-wrapper .post-item .post-content {
    text-align: center;
  }
}
.event-section .section-wrapper .post-item .post-content:last-child {
  margin-bottom: 0;
  border: none;
}
.event-section .section-wrapper .post-item .post-content h5 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ff4600;
}
.event-section .section-wrapper .post-item .post-content p {
  color: #000000;
  margin: 0;
}
.event-section .section-wrapper .post-item .post-content p:last-child {
  margin-bottom: 1rem;
}
.event-section .section-wrapper .post-item .post-content p.color-time {
  color: #ff4600;
}
.event-section .section-wrapper .post-item .post-content p.color-time-two {
  color: #696969;
}
.event-section .section-wrapper .post-item .post-content:first-child p {
  margin-bottom: 25px;
}
.event-section .section-wrapper .post-item:nth-child(2) .post-content h5 {
  color: #1abc80;
}
.event-section .section-wrapper .post-item:nth-child(2) .post-content p.color-time {
  color: #1abc80;
}
.event-section .section-wrapper .post-item:nth-child(3) .post-content h5 {
  color: #1ba1d2;
}
.event-section .section-wrapper .post-item:nth-child(3) .post-content p.color-time {
  color: #1ba1d2;
}
.event-section .section-wrapper .post-item:nth-child(4) .post-content h5 {
  color: #8d6dc4;
}
.event-section .section-wrapper .post-item:nth-child(4) .post-content p.color-time {
  color: #8d6dc4;
}

.event-speaker .section-wrapper .post-item {
  width: 100%;
}
@media (min-width: 768px) {
  .event-speaker .section-wrapper .post-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .event-speaker .section-wrapper .post-item {
    width: 33.33%;
  }
}
.event-speaker .section-wrapper .post-item.active .post-icon li ul, .event-speaker .section-wrapper .post-item:hover .post-icon li ul {
  opacity: 1;
}
.event-speaker .section-wrapper .post-item .post-content {
  padding: 30px;
  bottom: 0;
  background: transparent;
  left: 0;
  width: 100%;
}
.event-speaker .section-wrapper .post-item .post-content h6 a {
  color: #ffffff;
  text-transform: uppercase;
}
.event-speaker .section-wrapper .post-item .post-content p {
  color: #ffffff;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.ticket-information-section {
  background-color: #e5ffe6;
}
@media (max-width: 575px) {
  .ticket-information-section .section-wrapper .post-item {
    position: static !important;
  }
}
@media (min-width: 1200px) {
  .ticket-information-section .section-wrapper .post-item {
    width: 66%;
    margin: 0;
  }
  .ticket-information-section .section-wrapper .post-item.post-item-style-two {
    width: 33%;
  }
  .ticket-information-section .section-wrapper .post-item.post-item-style-two .post-item-inner .post-content ul.content {
    width: 100%;
  }
  .ticket-information-section .section-wrapper .post-item.post-item-style-two .post-item-inner .post-content ul.content li {
    width: 100%;
  }
}
.ticket-information-section .section-wrapper .post-item .post-item-inner {
  margin: 10px;
  background-color: #ffffff;
  z-index: 1;
}
.ticket-information-section .section-wrapper .post-item .post-item-inner .post-header {
  border-bottom: 1px solid #ffc7b2;
  padding: 20px 30px;
}
.ticket-information-section .section-wrapper .post-item .post-item-inner .post-header h3 {
  text-transform: uppercase;
  line-height: 2.25rem;
}
.ticket-information-section .section-wrapper .post-item .post-item-inner .post-content {
  padding: 16px 30px;
}
.ticket-information-section .section-wrapper .post-item .post-item-inner .post-content p {
  max-width: 600px;
  margin: 0;
}
.ticket-information-section .section-wrapper .post-item .post-item-inner .post-content ul {
  width: 100%;
  text-align: right;
  padding: 13px 0;
}
@media (min-width: 768px) {
  .ticket-information-section .section-wrapper .post-item .post-item-inner .post-content ul {
    width: 180px;
  }
}
.ticket-information-section .section-wrapper .post-item .post-item-inner .post-content ul.content {
  text-align: left;
}
@media (min-width: 768px) {
  .ticket-information-section .section-wrapper .post-item .post-item-inner .post-content ul.content {
    width: calc(100% - 180px);
  }
  .ticket-information-section .section-wrapper .post-item .post-item-inner .post-content ul.content li {
    width: 50%;
  }
}
.ticket-information-section .section-wrapper .post-item .post-item-inner .post-content ul li {
  padding: 0;
}
.ticket-information-section .section-wrapper .post-item .post-item-inner .post-content ul li a.custom-btn i {
  background: transparent;
}
@media (max-width: 767px) {
  .ticket-information-section .section-wrapper .post-item .post-item-inner .post-content ul li a.custom-btn {
    text-align: center;
    display: block;
  }
}
.ticket-information-section .section-wrapper .post-item:nth-child(odd) .post-header {
  border-color: #ffc7b2;
}
.ticket-information-section .section-wrapper .post-item:nth-child(odd) .post-header h3 {
  color: #ff4600;
}
.ticket-information-section .section-wrapper .post-item:nth-child(odd) .post-content ul.contnet li i {
  background-color: #ff4600;
}
.ticket-information-section .section-wrapper .post-item:nth-child(even) .post-header {
  border-color: #deb8ff;
}
.ticket-information-section .section-wrapper .post-item:nth-child(even) .post-header h3 {
  color: #9314ff;
}
.ticket-information-section .section-wrapper .post-item:nth-child(even) .post-content ul.content li i {
  background-color: #9314ff;
}
.ticket-information-section .section-wrapper .post-item:nth-child(even) .post-content .custom-btn:after {
  background-color: #9314ff;
}
.ticket-information-section .section-wrapper .post-item:nth-child(3) .post-header, .ticket-information-section .section-wrapper .post-item:nth-child(6) .post-header, .ticket-information-section .section-wrapper .post-item:nth-child(9) .post-header, .ticket-information-section .section-wrapper .post-item:nth-child(12) .post-header, .ticket-information-section .section-wrapper .post-item:nth-child(15) .post-header, .ticket-information-section .section-wrapper .post-item:nth-child(18) .post-header, .ticket-information-section .section-wrapper .post-item:nth-child(21) .post-header {
  border-color: #bce3ff;
}
.ticket-information-section .section-wrapper .post-item:nth-child(3) .post-header h3, .ticket-information-section .section-wrapper .post-item:nth-child(6) .post-header h3, .ticket-information-section .section-wrapper .post-item:nth-child(9) .post-header h3, .ticket-information-section .section-wrapper .post-item:nth-child(12) .post-header h3, .ticket-information-section .section-wrapper .post-item:nth-child(15) .post-header h3, .ticket-information-section .section-wrapper .post-item:nth-child(18) .post-header h3, .ticket-information-section .section-wrapper .post-item:nth-child(21) .post-header h3 {
  color: #22a1ff;
}
.ticket-information-section .section-wrapper .post-item:nth-child(3) .post-content ul.content li i, .ticket-information-section .section-wrapper .post-item:nth-child(6) .post-content ul.content li i, .ticket-information-section .section-wrapper .post-item:nth-child(9) .post-content ul.content li i, .ticket-information-section .section-wrapper .post-item:nth-child(12) .post-content ul.content li i, .ticket-information-section .section-wrapper .post-item:nth-child(15) .post-content ul.content li i, .ticket-information-section .section-wrapper .post-item:nth-child(18) .post-content ul.content li i, .ticket-information-section .section-wrapper .post-item:nth-child(21) .post-content ul.content li i {
  background-color: #22a1ff;
}
.ticket-information-section .section-wrapper .post-item:nth-child(3) .post-content .custom-btn:after, .ticket-information-section .section-wrapper .post-item:nth-child(6) .post-content .custom-btn:after, .ticket-information-section .section-wrapper .post-item:nth-child(9) .post-content .custom-btn:after, .ticket-information-section .section-wrapper .post-item:nth-child(12) .post-content .custom-btn:after, .ticket-information-section .section-wrapper .post-item:nth-child(15) .post-content .custom-btn:after, .ticket-information-section .section-wrapper .post-item:nth-child(18) .post-content .custom-btn:after, .ticket-information-section .section-wrapper .post-item:nth-child(21) .post-content .custom-btn:after {
  background-color: #22a1ff;
}
.ticket-information-section.style-two-ticket-information .section-wrapper {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ticket-information-section.style-two-ticket-information .section-wrapper .post-item {
    width: 33.33%;
  }
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item .post-item-inner {
  margin: 15px;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item .post-item-inner .post-content {
  padding: 23px 30px;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item .post-item-inner .post-content ul {
  width: 100%;
  text-align: left;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item .post-item-inner .post-content ul.content {
  width: 100%;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item .post-item-inner .post-content ul.content li {
  width: 100%;
  line-height: 46px;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(odd) .post-header {
  border-color: #baebd9;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(odd) .post-header h3 {
  color: #1abc80;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(odd) .post-content ul li i {
  background-color: #1abc80;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(odd) .post-content .custom-btn:after {
  background-color: #1abc80;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(even) .post-header {
  border-color: #bae3f1;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(even) .post-header h3 {
  color: #1ba1d2;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(even) .post-content ul li i {
  background-color: #1ba1d2;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(even) .post-content .custom-btn:after {
  background-color: #1ba1d2;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(3) .post-header, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(6) .post-header, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(9) .post-header, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(12) .post-header, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(15) .post-header, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(18) .post-header, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(21) .post-header {
  border-color: #ddd3ed;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(3) .post-header h3, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(6) .post-header h3, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(9) .post-header h3, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(12) .post-header h3, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(15) .post-header h3, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(18) .post-header h3, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(21) .post-header h3 {
  color: #8d6dc4;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(3) .post-content ul li i, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(6) .post-content ul li i, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(9) .post-content ul li i, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(12) .post-content ul li i, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(15) .post-content ul li i, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(18) .post-content ul li i, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(21) .post-content ul li i {
  background-color: #8d6dc4;
}
.ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(3) .post-content .custom-btn:after, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(6) .post-content .custom-btn:after, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(9) .post-content .custom-btn:after, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(12) .post-content .custom-btn:after, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(15) .post-content .custom-btn:after, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(18) .post-content .custom-btn:after, .ticket-information-section.style-two-ticket-information .section-wrapper .post-item:nth-child(21) .post-content .custom-btn:after {
  background-color: #8d6dc4;
}
.ticket-information-section.style-two-ticket-information.ticket-section-bg {
  background-color: #f7fbff;
}
.ticket-information-section.style-two-ticket-information.ticket-section-bg .section-wrapper .post-item:first-child .post-item-inner .post-header {
  border-color: #ff4600;
}
.ticket-information-section.style-two-ticket-information.ticket-section-bg .section-wrapper .post-item:first-child .post-item-inner .post-header h3 {
  color: #ff4600;
}
.ticket-information-section.style-two-ticket-information.ticket-section-bg .section-wrapper .post-item:first-child .post-item-inner .post-content ul li i {
  background-color: #ff4600;
}
.ticket-information-section.style-two-ticket-information.ticket-section-bg .section-wrapper .post-item:first-child .post-item-inner .post-content .custom-btn:after {
  background-color: #ff4600;
}

.ticket-type-three {
  background-color: #f7fbff;
}
@media (min-width: 992px) {
  .ticket-type-three .wrapper-items .section-wrapper {
    margin: -60px;
  }
}
@media (min-width: 992px) {
  .ticket-type-three .wrapper-items .section-wrapper .post-item {
    width: calc(50%);
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
}
.ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner {
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner {
    margin: 60px;
    margin-right: 80px;
  }
}
@media (min-width: 1200px) {
  .ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner {
    margin-right: 80px;
  }
}
.ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner h2 {
  line-height: 48px;
  color: #ff4600;
  margin-bottom: 12px;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner h2 sup {
  font-size: 65%;
  top: -12px;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner h3 {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner ul {
  margin-bottom: 30px;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner ul li {
  padding: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner ul li {
    width: 55%;
  }
  .ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner ul li:nth-child(even) {
    width: 45%;
  }
}
.ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner a.custom-btn {
  background-color: #42b061;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item .post-item-inner a.custom-btn:after {
  background-color: #ff4600;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(even) {
  border-right: none;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(even) .post-item-inner {
    margin-left: 80px;
  }
}
.ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(even) .post-item-inner h2 {
  color: #ffc700;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(even) .post-item-inner ul.content li i {
  background-color: #ffc700;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(even) .post-item-inner a.custom-btn:after {
  background-color: #ffc700;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(4) {
  border-bottom: none;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(4) .post-item-inner h2 {
  color: #9314ff;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(4) .post-item-inner ul.content li i {
  background-color: #9314ff;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(4) .post-item-inner a.custom-btn:after {
  background-color: #9314ff;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(3) {
  border-bottom: none;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(3) .post-item-inner h2 {
  color: #22a1ff;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(3) .post-item-inner ul.content li i {
  background-color: #22a1ff;
}
.ticket-type-three .wrapper-items .section-wrapper .post-item:nth-child(3) .post-item-inner a.custom-btn:after {
  background-color: #22a1ff;
}

.our-event-sponsor {
  background-color: #f7fbff;
}
.our-event-sponsor .section-wrapper .post-item {
  margin: 0 -15px 45px;
}
.our-event-sponsor .section-wrapper .post-item .post-header {
  text-align: center;
  margin-bottom: 25px;
}
.our-event-sponsor .section-wrapper .post-item .post-header:after {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #ff4600;
  border-top: 1px solid transparent !important;
}
.our-event-sponsor .section-wrapper .post-item .post-header h6 {
  font-size: 14px;
  line-height: 38px;
  text-transform: uppercase;
  color: #ff4600;
}
.our-event-sponsor .section-wrapper .post-item .post-header h6 span {
  border: 1px solid #ff4600;
  display: inline-block;
  padding: 0 30px;
  background-color: #ffffff;
  z-index: 1;
}
.our-event-sponsor .section-wrapper .post-item .post-thumb {
  padding: 15px;
}
.our-event-sponsor .section-wrapper .post-item:nth-child(2) .post-header:after {
  border-color: #22a1ff;
}
.our-event-sponsor .section-wrapper .post-item:nth-child(2) .post-header h6 {
  color: #22a1ff;
}
.our-event-sponsor .section-wrapper .post-item:nth-child(2) .post-header h6 span {
  border-color: #22a1ff;
}
.our-event-sponsor .section-wrapper .post-item:nth-child(3) .post-header:after {
  border-color: #9314ff;
}
.our-event-sponsor .section-wrapper .post-item:nth-child(3) .post-header h6 {
  color: #9314ff;
}
.our-event-sponsor .section-wrapper .post-item:nth-child(3) .post-header h6 span {
  border-color: #9314ff;
}
.our-event-sponsor.style-two {
  background: url("../../assets/images/banner/03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.our-event-sponsor.style-two .section-wrapper .post-item {
  margin: 0 -15px 35px;
}
.our-event-sponsor.style-two .section-wrapper .post-item .post-header {
  margin-bottom: 5px;
}
.our-event-sponsor.style-two .section-wrapper .post-item .post-header:after {
  display: none;
}
.our-event-sponsor.style-two .section-wrapper .post-item .post-header h6 {
  font-size: 20px;
}
.our-event-sponsor.style-two .section-wrapper .post-item .post-header h6 span {
  border: none;
}
.our-event-sponsor.style-two .section-wrapper .post-item:nth-child(2) .post-header h6 {
  color: #08b38e;
}
.our-event-sponsor.style-three {
  background: transparent;
}

.our-client-say {
  background-color: #f7fbff;
}
.our-client-say .section-wrapper {
  margin: -15px;
}
.our-client-say .section-wrapper .post-item {
  padding: 15px;
}
@media (min-width: 768px) {
  .our-client-say .section-wrapper .post-item {
    width: 50%;
  }
}
.our-client-say .section-wrapper .post-item .post-inner {
  padding: 30px;
  background-color: #ffffff;
}
.our-client-say .section-wrapper .post-item .post-inner:after {
  width: 100%;
  height: 145px;
  bottom: 0;
  left: 0;
  background: url(../../assets/images/shape/client-shape.png) center center no-repeat;
}
.our-client-say .section-wrapper .post-item .post-inner .post-thumb {
  width: 70px;
  border-radius: 50%;
}
.our-client-say .section-wrapper .post-item .post-inner .post-content {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.our-client-say .section-wrapper .post-item .post-inner .post-content h6 a {
  text-transform: uppercase;
}
.our-client-say .section-wrapper .post-item .post-inner .post-content h6 a:hover {
  color: #ff4600;
}
.our-client-say .section-wrapper .post-item .post-inner p,
.our-client-say .section-wrapper .post-item .post-inner .post-content,
.our-client-say .section-wrapper .post-item .post-inner .post-thumb {
  z-index: 1;
}
.our-client-say .section-wrapper .post-item .post-inner p {
  margin-bottom: 2rem;
}
.our-client-say .section-wrapper .post-item .post-inner .quote-thumb {
  bottom: 40px;
  right: 30px;
  z-index: 1;
}
@media (min-width: 768px) {
  .our-client-say .section-wrapper .post-item .post-inner .quote-thumb {
    display: none;
  }
}
@media (min-width: 992px) {
  .our-client-say .section-wrapper .post-item .post-inner .quote-thumb {
    display: block;
  }
}
@media (max-width: 575px) {
  .our-client-say .section-wrapper .post-item .post-inner .quote-thumb {
    display: none;
  }
}
.our-client-say .section-wrapper .post-item:nth-child(even) .post-inner:after {
  background-image: url(../../assets/images/shape/client-shape-2.png);
}
.our-client-say .section-wrapper .post-item:nth-child(3) .post-inner:after {
  background-image: url(../../assets/images/shape/client-shape-3.png);
}
.our-client-say .section-wrapper .post-item:nth-child(4) .post-inner:after {
  background-image: url(../../assets/images/shape/client-shape-4.png);
}

.maps-section iframe {
  height: 600px;
  width: 100%;
  border: none;
}

.about-section {
  text-align: center;
  background-color: #f7fbff;
}
.about-section .post-content {
  z-index: 1;
}
.about-section .post-content h2.title {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ff4600;
}
.about-section .post-content p {
  font-size: 15px;
  color: #696969;
}
.about-section .post-content .counter-up {
  max-width: 670px;
  margin: 0 auto;
}
.about-section .post-content .counter-up li {
  padding: 3px 0;
}
.about-section .post-content .counter-up li h2 {
  color: #8d6dc4;
}
.about-section .post-content .counter-up li p {
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.about-section .post-thumb {
  margin-bottom: 35px;
  z-index: 1;
}

.home-two-event-section {
  background-color: #f9fbe6;
}
.home-two-event-section .section-wrapper {
  z-index: 1;
}
.home-two-event-section .section-wrapper ul {
  border: none;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .home-two-event-section .section-wrapper ul {
    background-color: #1abc80;
    padding-bottom: 0;
  }
}
.home-two-event-section .section-wrapper ul li {
  padding: 0;
}
.home-two-event-section .section-wrapper ul li a {
  color: #000000;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 43px;
}
@media (min-width: 992px) {
  .home-two-event-section .section-wrapper ul li a {
    color: #ffffff;
  }
}
.home-two-event-section .section-wrapper ul li a.show {
  background-color: #ff4600;
  color: #ffffff;
}
.home-two-event-section .section-wrapper .section-wrapper .post-item {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .home-two-event-section .section-wrapper .section-wrapper .post-item {
    width: 50%;
  }
  .home-two-event-section .section-wrapper .section-wrapper .post-item:nth-last-child(1) .post-inner, .home-two-event-section .section-wrapper .section-wrapper .post-item:nth-last-child(2) .post-inner {
    border-bottom: none;
  }
}
.home-two-event-section .section-wrapper .section-wrapper .post-item:nth-last-child(1) .post-inner {
  border-bottom: none;
}
.home-two-event-section .section-wrapper .section-wrapper .post-item .post-inner {
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
  justify-content: center;
  flex-wrap: wrap;
}
.home-two-event-section .section-wrapper .section-wrapper .post-item .post-inner .post-content {
  padding: 0;
}
@media (min-width: 400px) {
  .home-two-event-section .section-wrapper .section-wrapper .post-item .post-inner .post-content {
    padding: 0 0 0 15px;
    width: calc(100% - 80px);
  }
}
.home-two-event-section .section-wrapper .section-wrapper .post-item .post-inner .post-content p {
  font-size: 15px;
  color: #767676;
  margin: 0;
  line-height: 24px;
}
.home-two-event-section .section-wrapper .section-wrapper .post-item .post-inner .post-content p.style-italic {
  font-style: italic;
  color: #000000;
  font-weight: 600;
}
.home-two-event-section .section-wrapper .section-wrapper .post-item .post-inner .post-content p:last-child {
  font-size: 14px;
}
.home-two-event-section .section-wrapper .section-wrapper .post-item .post-inner .post-thumb {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #696969;
}
.home-two-event-section .section-wrapper .section-wrapper .post-item .post-inner .post-thumb img {
  width: 100%;
}
.home-two-event-section.style-two {
  background-color: #f8fae7;
  background-image: url(../../assets/images/banner/04.jpg);
}
@media (min-width: 992px) {
  .home-two-event-section.style-two .section-wrapper ul {
    background-color: #1ba1d2;
  }
}
.home-two-event-section.style-three {
  background-color: #fcffdd;
}

.singer-section {
  background-color: #f7fbff;
}
.singer-section .section-wrapper {
  margin: 0 -15px;
}
.singer-section.style-two .section-wrapper .post-item:nth-child(odd) .post-item-inner:after {
  background-image: url(../../assets/images/shape/singer-shape-seven.png);
}
.singer-section.style-two .section-wrapper .post-item:nth-child(even) .post-item-inner:after {
  background-image: url(../../assets/images/shape/singer-shape-eight.png);
}
.singer-section.style-two .section-wrapper .post-item:nth-child(3) .post-item-inner:after {
  background-image: url(../../assets/images/shape/singer-shape-nine.png);
}
.singer-section.style-two .section-wrapper .post-item:nth-child(4) .post-item-inner:after {
  background-image: url(../../assets/images/shape/singer-shape-ten.png);
}
.singer-section.style-two .section-wrapper .post-item:nth-child(5) .post-item-inner:after {
  background-image: url(../../assets/images/shape/singer-shape-eleven.png);
}
.singer-section.style-two .section-wrapper .post-item:nth-child(6) .post-item-inner:after {
  background-image: url(../../assets/images/shape/singer-shape-twelve.png);
}

/*singer Section Starts Here*/
.singer-item {
  box-shadow: 0px 0px 10px 0px rgba(137, 137, 137, 0.1);
  background: #ffffff;
  margin: 0 auto 30px;
  z-index: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.singer-item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.singer-item .singer-inner {
  align-items: center;
}
.singer-item .singer-inner .singer-thumb {
  padding: 30px 34px;
  position: relative;
  width: calc(100% - 310px);
}
.singer-item .singer-inner .singer-thumb::before {
  background: #ff4600;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.singer-item .singer-inner .singer-thumb .thumb-inner {
  border: 6px solid #ffffff;
}
.singer-item .singer-inner .singer-thumb .thumb-inner a {
  display: block;
  position: relative;
  z-index: 1;
}
.singer-item .singer-inner .singer-thumb .thumb-inner a::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.singer-item .singer-inner .singer-thumb .thumb-inner img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.singer-item .singer-inner .singer-content {
  width: 310px;
  padding: 30px 30px 30px 0;
}
.singer-item .singer-inner .singer-content .title {
  margin: 0;
  font-size: 20px;
}
.singer-item .singer-inner .singer-content .title a {
  color: #000000;
}
.singer-item .singer-inner .singer-content .info {
  color: #000000;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.singer-item .singer-inner .singer-content p {
  margin-bottom: 20px;
  line-height: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .singer-item .singer-inner .singer-thumb, .singer-item .singer-inner .singer-content {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  .singer-item .singer-inner .singer-thumb, .singer-item .singer-inner .singer-content {
    width: 50%;
  }
  .singer-item .singer-inner .singer-thumb {
    padding: 20px;
  }
  .singer-item .singer-inner .singer-content {
    padding: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 499px) {
  .singer-item .singer-inner .singer-thumb, .singer-item .singer-inner .singer-content {
    width: 100%;
    padding: 30px;
  }
}

.singer-social {
  margin: -5px;
}
.singer-social li {
  padding: 5px;
  list-style: none !important;
}
.singer-social li a {
  color: #ff4600;
}
.singer-social li a.facebook {
  color: #3b5998;
}
.singer-social li a.behance {
  color: #1769ff;
}
.singer-social li a.twitter {
  color: #55acee;
}
.singer-social li a.google {
  color: #dd4b39;
}
.singer-social li a.instagram {
  color: #e4405f;
}
.singer-social li a.linkedin {
  color: #007bb5;
}
.singer-social li a.vimeo {
  color: #1ab7ea;
}
.singer-social li a.pinterest {
  color: #007bb5;
}
.singer-social li a.youtube {
  color: #cd201f;
}

div[class*=col]:nth-of-type(4n + 2) .singer-item .singer-thumb::before {
  background: #acdcff;
}
div[class*=col]:nth-of-type(4n + 3) .singer-item .singer-thumb::before {
  background: #b4ffba;
}
div[class*=col]:nth-of-type(4n + 4) .singer-item .singer-thumb::before {
  background: #f7b7ff;
}
div[class*=col]:nth-of-type(4n + 5) .singer-item .singer-thumb::before {
  background: #ffe591;
}
div[class*=col]:nth-of-type(4n + 6) .singer-item .singer-thumb::before {
  background: #9bffff;
}

.sponsor-section {
  background-color: #f0ffff;
}
.sponsor-section h2 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 1rem;
}
.sponsor-section p {
  color: #000000;
  margin-bottom: 30px;
}
.sponsor-section .custom-btn:after {
  background-color: #08b38e;
}
.sponsor-section ul {
  margin: -15px;
}
.sponsor-section ul li {
  padding: 15px;
  width: 33.33%;
  text-align: center;
}
.sponsor-section ul li:first-child {
  width: 100%;
}
.sponsor-section ul li:nth-child(2), .sponsor-section ul li:nth-child(3) {
  width: 50%;
}
.sponsor-section ul li .post-thumb img {
  max-width: 100%;
}

.contact-information {
  background-color: #f7fbff;
}
@media (max-width: 1199px) {
  .contact-information {
    padding: 80px 0;
  }
}
.contact-information .section-wrapper {
  padding: 30px;
  background-color: #ffffff;
}
@media (min-width: 576px) {
  .contact-information .section-wrapper {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .contact-information .section-wrapper .col-12 {
    margin-bottom: 20px;
  }
  .contact-information .section-wrapper .col-12:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .contact-information .section-wrapper {
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px);
    z-index: 1;
  }
}
.contact-information .section-wrapper h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 30px;
}
.contact-information .section-wrapper form input,
.contact-information .section-wrapper form textarea {
  background-color: #f7fbff;
  border-color: #ebebeb;
  padding: 10px;
}
.contact-information .section-wrapper form input {
  height: 50px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .contact-information .section-wrapper form input {
    width: 47.5%;
  }
}
.contact-information .section-wrapper form textarea {
  margin-bottom: 35px;
}
.contact-information .section-wrapper form button {
  height: 50px;
  width: auto;
}
.contact-information .section-wrapper form button.custom-btn {
  padding: 10px 40px;
  border: none;
  outline: none;
}
.contact-information .section-wrapper .post-item {
  margin-bottom: 25px;
}
.contact-information .section-wrapper .post-item:last-child {
  margin-bottom: 0;
}
.contact-information .section-wrapper .post-item h6 {
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact-information .section-wrapper .post-item h6, .contact-information .section-wrapper .post-item p {
  font-size: 0.875rem;
}
.contact-information .section-wrapper .post-item p {
  line-height: 1.5rem;
  margin: 0;
}
.contact-information .section-wrapper .post-item, .contact-information .section-wrapper h3, .contact-information .section-wrapper form {
  z-index: 1;
}
.contact-information .section-wrapper::after, .contact-information .section-wrapper::before {
  animation: shape-animation-one 10s linear infinite;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .contact-information .section-wrapper::after, .contact-information .section-wrapper::before {
    display: none;
  }
}
.contact-information .section-wrapper::after {
  background-image: url(../../assets/images/shape/04.png);
  bottom: 0;
  left: 0;
  width: 700px;
  height: 249px;
}
.contact-information .section-wrapper::before {
  background-image: url(../../assets/images/shape/05.png);
  top: 0;
  right: 0;
  width: 380px;
  height: 249px;
}
.contact-information.style-two .section-wrapper:after, .contact-information.style-two .section-wrapper:before {
  display: none;
}
.contact-information.style-two .section-wrapper form input,
.contact-information.style-two .section-wrapper form textarea {
  background-color: #ffffff;
}

.speaker-single {
  background-color: #f7fbff;
}
.speaker-single .section-wrapper {
  padding: 0;
}
@media (min-width: 576px) {
  .speaker-single .section-wrapper {
    padding: 50px;
    background-color: #ffffff;
  }
}
.speaker-single .section-wrapper .post-top .post-item {
  margin-bottom: 50px;
}
.speaker-single .section-wrapper .post-top .post-item .post-thumb {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .speaker-single .section-wrapper .post-top .post-item .post-thumb {
    padding-right: 40px;
    width: 50%;
    margin-bottom: 0;
  }
}
.speaker-single .section-wrapper .post-top .post-item .post-thumb img {
  width: 100%;
}
.speaker-single .section-wrapper .post-top .post-item .post-content {
  width: 100%;
}
@media (min-width: 1200px) {
  .speaker-single .section-wrapper .post-top .post-item .post-content {
    width: 50%;
  }
}
.speaker-single .section-wrapper .post-top .post-item .post-content h4 {
  text-transform: uppercase;
  margin-bottom: 3px;
}
.speaker-single .section-wrapper .post-top .post-item .post-content p {
  color: #696969;
  margin-bottom: 7px;
}
.speaker-single .section-wrapper .post-top .post-item .post-content p.header-p {
  margin-bottom: 1rem;
}
.speaker-single .section-wrapper .post-top .post-item .post-content h6 {
  line-height: 38px;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li {
  line-height: 38px;
  padding: 0;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li span {
  display: inline-block;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li span.list-name {
  width: calc(115px);
  color: #696969;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li span.list-attr {
  width: calc(100% - 115px);
  color: #000000;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li span.list-attr:after, .speaker-single .section-wrapper .post-top .post-item .post-content ul li span.list-attr:before {
  width: 2px;
  height: 2px;
  background-color: #000000;
  left: -10px;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li span.list-attr:after {
  top: 20px;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li span.list-attr:before {
  top: 15px;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li ul.list-attr li {
  margin-right: 20px;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li ul.list-attr li:last-child {
  margin: 0;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li ul.list-attr li a.behance {
  color: #1769ff;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li ul.list-attr li a.vimeo {
  color: #1ab7ea;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li ul.list-attr li a.twitter {
  color: #55acee;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li ul.list-attr li a.futbol {
  color: #db3776;
}
.speaker-single .section-wrapper .post-top .post-item .post-content ul li ul.list-attr li a.instagram {
  color: #e4405f;
}
.speaker-single .section-wrapper .post-bottom h6 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .speaker-single .section-wrapper .post-bottom .post-item {
    margin-right: 40px;
  }
}
.speaker-single .section-wrapper .post-bottom .post-item:last-child {
  margin: 0;
}
.speaker-single .section-wrapper .post-bottom .post-item .post-thumb {
  margin-bottom: 15px;
}
.speaker-single .section-wrapper .post-bottom .post-item p {
  margin: 0;
  color: #696969;
}
.speaker-single .section-wrapper .post-bottom .post-item .circles strong {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.speaker-single .section-wrapper .post-bottom .post-item .circles canvas {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sponsor-section-two {
  background-color: #f7fbff;
}
.sponsor-section-two .section-wrapper {
  margin: -15px;
  margin-bottom: 60px;
}
.sponsor-section-two .section-wrapper .post-item {
  margin: 15px 0;
  background-color: #ffffff;
  padding: 30px 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 576px) {
  .sponsor-section-two .section-wrapper .post-item {
    padding: 60px 15px 50px;
  }
}
.sponsor-section-two .section-wrapper .post-item .post-thumb {
  margin-bottom: 35px;
}
.sponsor-section-two .section-wrapper .post-item .post-content h6 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sponsor-section-two .section-wrapper .post-item .post-content a {
  line-height: 24px;
  color: #000000;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sponsor-section-two .section-wrapper .post-item .post-content a:hover {
  color: #ff4600;
}
.sponsor-section-two .section-wrapper .post-item.active, .sponsor-section-two .section-wrapper .post-item:hover {
  box-shadow: -10px 15px 15px #e1e4e7;
}
.sponsor-section-two .section-wrapper .post-item.active .post-content a, .sponsor-section-two .section-wrapper .post-item:hover .post-content a {
  color: #ff4600;
}

.gallery-section {
  background-color: #f7fbff;
}
.gallery-section .section-wrapper .grid-two {
  margin: -15px;
}
.gallery-section .section-wrapper .grid-two .grid-sizer,
.gallery-section .section-wrapper .grid-two .grid-item {
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .gallery-section .section-wrapper .grid-two .grid-sizer,
.gallery-section .section-wrapper .grid-two .grid-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .gallery-section .section-wrapper .grid-two .grid-sizer,
.gallery-section .section-wrapper .grid-two .grid-item {
    width: 33.33%;
  }
}
.gallery-section .section-wrapper .grid-two .grid-sizer .post-thumb img,
.gallery-section .section-wrapper .grid-two .grid-item .post-thumb img {
  width: 100%;
}
.gallery-section .section-wrapper .grid-two .grid-sizer .post-thumb .post-icon,
.gallery-section .section-wrapper .grid-two .grid-item .post-thumb .post-icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.gallery-section .section-wrapper .grid-two .grid-sizer .post-thumb .post-icon a,
.gallery-section .section-wrapper .grid-two .grid-item .post-thumb .post-icon a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #ffffff;
  color: #ff4600;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  z-index: 1;
}
.gallery-section .section-wrapper .grid-two .grid-sizer .post-thumb .post-icon a:hover,
.gallery-section .section-wrapper .grid-two .grid-item .post-thumb .post-icon a:hover {
  color: #ffffff;
  background-color: #ff4600;
}
.gallery-section .section-wrapper .grid-two .grid-sizer .post-thumb:after,
.gallery-section .section-wrapper .grid-two .grid-item .post-thumb:after {
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(228, 78, 16, 0.7);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.gallery-section .section-wrapper .grid-two .grid-sizer .post-thumb:hover:after,
.gallery-section .section-wrapper .grid-two .grid-item .post-thumb:hover:after {
  transform: scale(1);
}
.gallery-section .section-wrapper .grid-two .grid-sizer .post-thumb:hover .post-icon a,
.gallery-section .section-wrapper .grid-two .grid-item .post-thumb:hover .post-icon a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery-section .section-wrapper ul {
  margin-bottom: 40px;
}
.gallery-section .section-wrapper ul li {
  text-transform: uppercase;
  padding: 6px 23px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 5px;
  color: #000000;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 576px) {
  .gallery-section .section-wrapper ul li {
    margin-right: 10px;
  }
}
.gallery-section .section-wrapper ul li.active {
  background-color: #ff4600;
  color: #ffffff;
}

.shop-cart {
  background-color: #f7fbff;
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top {
    overflow-x: auto;
  }
}
.shop-cart .section-wrapper .cart-top table {
  margin-bottom: 40px;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table {
    width: 720px;
  }
}
.shop-cart .section-wrapper .cart-top table thead tr th {
  background-color: #ff4600;
  color: #ffffff;
  padding: 18px;
  border: none;
}
.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
  text-align: center;
}
.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
  text-align: right;
}
.shop-cart .section-wrapper .cart-top table tbody {
  background: #ffffff;
}
.shop-cart .section-wrapper .cart-top table tbody tr {
  border-bottom: 1px solid #ebebeb;
  border-right: none;
  border-left: none;
  border-top: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
  border-bottom: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr td {
  padding: 20px;
  border: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
  text-align: right;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
  display: flex;
  align-items: center;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
  width: 30%;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb a img {
  width: 100%;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
  width: 70%;
  padding-left: 10px;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
  color: #000000;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
  color: #ff4600;
}
.shop-cart .section-wrapper .cart-bottom {
  background: #f7fbff;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 45px;
  padding: 20px;
}
@media (min-width: 576px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
    padding: 20px 30px;
  }
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
    width: 340px;
    margin-bottom: 0;
  }
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
  margin-bottom: 0;
  border: 1px solid #e5ecf6;
  width: 60%;
  padding-left: 10px;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit] {
  background: #f7fbff;
  margin-left: -10px;
  width: 40%;
  padding-left: 0px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit]:hover {
  background: #ff4600;
  border-color: #ff4600;
  color: #ffffff;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    max-width: 390px;
    text-align: right;
  }
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
  background-color: #f7fbff;
  color: #000000;
  width: auto;
  line-height: 40px;
  margin: 10px 0;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
    margin: 0;
  }
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
  padding: 0px 30px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
    width: 100%;
  }
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:hover {
  background: #ff4600;
  color: #ffffff;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box {
  padding: 30px 20px;
  background-color: #ffffff;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5ecf6;
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
    margin-bottom: 30px;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
  position: relative;
  background: #ffffff;
  margin-bottom: 20px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
  width: 100%;
  padding: 10px 20px;
  background: transparent;
  z-index: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0.875rem;
  border: 1px solid #e5ecf6;
  height: 40px;
  outline: none;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
  width: 100%;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
    width: 50%;
    float: left;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 20px;
  background: #f7fbff;
  color: #000000;
  border-radius: 0px 3px 3px 0px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
  width: 100%;
  float: right;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
    width: 45%;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
  width: 170px;
  font-size: 14px;
  height: 40px;
  background: #ff4600;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  outline: none;
  margin-top: 5px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
  margin: 0;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #ebebeb;
  padding: 8px 20px;
  margin-bottom: 15px;
  background: #ffffff;
  font-size: 0.875rem;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
  margin-bottom: 0;
  color: #ff4600;
}

.cart-plus-minus {
  border: 1px solid #dee0e4;
  width: 120px;
  margin: 0 auto;
  position: relative;
}
.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #dee0e4;
  height: 40px;
  left: 0;
  top: 0;
}
.cart-plus-minus .cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #454545;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  padding: 0 9px 0 0;
  text-align: center;
  width: 120px;
  outline: none;
}
.cart-plus-minus .qtybutton {
  color: #15273e;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.cart-plus-minus .qtybutton:hover {
  background: #ff4600;
  color: #ffffff;
}
.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #dee0e4;
  height: 40px;
  right: 0;
  top: 0;
}

.shop-page {
  background-color: #f7fbff;
}
.shop-page .shop-title {
  background-color: #ffffff;
  padding: 16px 20px;
  margin-bottom: 30px;
}
.shop-page .shop-title p {
  margin-bottom: 0;
  color: #000000;
}
.shop-page .shop-title .product-view-mode a {
  color: #000000;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.shop-page .shop-title .product-view-mode a.active {
  color: #ff4600;
}
.shop-page .shop-title .product-view-mode a:last-child {
  margin-left: 5px;
}
.shop-page .shop-product-wrap.grid {
  height: auto !important;
}
.shop-page .shop-product-wrap.grid .product-list-item {
  display: none;
}
.shop-page .shop-product-wrap.list {
  height: auto !important;
}
.shop-page .shop-product-wrap.list .col-lg-4.col-md-6.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.shop-page .shop-product-wrap.list .product-item {
  display: none;
}
.shop-page .shop-product-wrap .product-item, .shop-page .shop-product-wrap .product-list-item {
  padding: 15px;
  margin-bottom: 30px;
  display: block;
  align-items: center;
  background-color: #ffffff;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.shop-page .shop-product-wrap .product-item:hover .product-thumb::after, .shop-page .shop-product-wrap .product-list-item:hover .product-thumb::after {
  transform: scale(1);
}
.shop-page .shop-product-wrap .product-item:hover .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
  opacity: 1;
}
.shop-page .shop-product-wrap .product-item:hover .product-content h5 a, .shop-page .shop-product-wrap .product-list-item:hover .product-content h5 a {
  color: #ff4600;
}
.shop-page .shop-product-wrap .product-item .product-thumb, .shop-page .shop-product-wrap .product-list-item .product-thumb {
  position: relative;
}
.shop-page .shop-product-wrap .product-item .product-thumb::after, .shop-page .shop-product-wrap .product-list-item .product-thumb::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: scale(0);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.shop-page .shop-product-wrap .product-item .product-thumb img, .shop-page .shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
}
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link {
  justify-content: center;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 46px;
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background: #ff4600;
  color: #ffffff;
  margin: 5px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
  cursor: pointer;
}
.shop-page .shop-product-wrap .product-item .product-content, .shop-page .shop-product-wrap .product-list-item .product-content {
  padding-top: 20px;
  text-align: center;
}
.shop-page .shop-product-wrap .product-item .product-content h5, .shop-page .shop-product-wrap .product-list-item .product-content h5 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.shop-page .shop-product-wrap .product-item .product-content h5 a, .shop-page .shop-product-wrap .product-list-item .product-content h5 a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.shop-page .shop-product-wrap .product-item .product-content p, .shop-page .shop-product-wrap .product-list-item .product-content p {
  color: #696969;
  font-size: 14px;
  margin: 0;
}
.shop-page .shop-product-wrap .product-item .product-content p i, .shop-page .shop-product-wrap .product-list-item .product-content p i {
  color: #ecb341;
}
.shop-page .shop-product-wrap .product-item .product-content h6, .shop-page .shop-product-wrap .product-list-item .product-content h6 {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.shop-page .shop-product-wrap .product-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.shop-page .shop-product-wrap .product-list-item .product-thumb {
  width: 100%;
}
@media (min-width: 768px) {
  .shop-page .shop-product-wrap .product-list-item .product-thumb {
    width: 35%;
  }
}
.shop-page .shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
}
.shop-page .shop-product-wrap .product-list-item .product-content {
  width: 100%;
  text-align: left;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .shop-page .shop-product-wrap .product-list-item .product-content {
    width: 65%;
  }
}
.shop-page .modal {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.shop-page .modal.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
  overflow-y: scroll;
  background: #060000b0;
}
.shop-page .modal .modal-dialog .modal-content button.close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 2px;
  background: transparent;
  z-index: 9;
  color: #0071f0;
  text-shadow: none;
  opacity: 1;
}
.shop-page .modal .modal-dialog .modal-content button.close:hover {
  color: #ff4600;
}
.shop-page .modal .modal-dialog .modal-content .modal-body {
  background: #f6faf9;
  border-radius: 8px;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .popup-slide .slider-for .thumb img {
  width: 100%;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .popup-slide .slider-nav {
  margin-top: 10px;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .popup-slide .slider-nav .thumb {
  padding: 5px 3px;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
    margin-top: 0;
  }
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content h5 a {
  color: #000000;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content p i {
  color: #ff4600;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus {
  margin: 0;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button button {
  background-color: #ff4600;
  color: #ffffff;
  width: 50px;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button button i {
  color: #ffffff;
}

.single-sidebar .widget-title {
  padding: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5ecf6;
}
.single-sidebar .search-widget {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.single-sidebar .search-widget .search {
  margin: 20px 15px;
}
.single-sidebar .search-widget .search input {
  border-color: #e5ecf6;
  padding-left: 10px;
  height: 50px;
}
.single-sidebar .search-widget .search button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 0;
  right: 0;
  text-align: center;
  outline: none;
}
.single-sidebar .shop-widget {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li {
  padding: 9px 15px;
  border-bottom: 1px solid #e5ecf6;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li.open a {
  color: #ff4600;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li.open a:after {
  -webkit-transform: rotate(90deg) translate(-250%);
  -ms-transform: rotate(90deg) translate(-250%);
  transform: rotate(90deg) translate(-250%);
  background-color: #ff4600;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li a {
  display: block;
  color: #000000;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li a:hover {
  color: #ff4600;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li a:hover:after, .single-sidebar .shop-widget .widget-wrapper ul.shop-menu li a:hover:before {
  background-color: #ff4600;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li a:after, .single-sidebar .shop-widget .widget-wrapper ul.shop-menu li a:before {
  background-color: #000000;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li a:before {
  width: 10px;
  height: 2px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li a:after {
  height: 10px;
  width: 2px;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li:last-child {
  border-color: transparent;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li:first-child {
  padding-top: 0;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li ul.shop-submenu {
  display: none;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li ul.shop-submenu li {
  padding: 0;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li ul.shop-submenu li a {
  color: #696969;
  font-size: 14px;
  padding: 5px 0 5px 15px;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li ul.shop-submenu li a:hover {
  color: #ff4600;
}
.single-sidebar .shop-widget .widget-wrapper ul.shop-menu li ul.shop-submenu li a:after, .single-sidebar .shop-widget .widget-wrapper ul.shop-menu li ul.shop-submenu li a:before {
  display: none;
}
.single-sidebar .latest-product {
  background-color: #ffffff;
}
.single-sidebar .latest-product .widget-wrapper ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 16px;
  border-bottom: 1px solid #e5ecf6;
}
.single-sidebar .latest-product .widget-wrapper ul li:first-child {
  padding-top: 0;
}
.single-sidebar .latest-product .widget-wrapper ul li:last-child {
  border-color: transparent;
}
.single-sidebar .latest-product .widget-wrapper ul li:hover .product-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.single-sidebar .latest-product .widget-wrapper ul li:hover .product-content h6 a {
  color: #ff4600;
}
.single-sidebar .latest-product .widget-wrapper ul li .product-thumb {
  width: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-sidebar .latest-product .widget-wrapper ul li .product-thumb {
    margin: 0 auto;
  }
}
.single-sidebar .latest-product .widget-wrapper ul li .product-content {
  width: calc(100% - 70px);
  padding-left: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-sidebar .latest-product .widget-wrapper ul li .product-content {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }
}
.single-sidebar .latest-product .widget-wrapper ul li .product-content h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.single-sidebar .latest-product .widget-wrapper ul li .product-content h6 a {
  font-size: 16px;
  color: #000000;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.single-sidebar .latest-product .widget-wrapper ul li .product-content p {
  font-size: 14px;
  margin: 0;
}
.single-sidebar .latest-product .widget-wrapper ul li .product-content p i {
  color: #ffb432;
}

.shop-single {
  background-color: #f7fbff;
}
.shop-single .product-details {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 40px;
}
.shop-single .product-details .product-thumb .slider-for {
  position: relative;
}
.shop-single .product-details .product-thumb .slider-for .thumb {
  position: relative;
}
.shop-single .product-details .product-thumb .slider-for .thumb:hover .img-magnifier-glass {
  opacity: 1;
}
.shop-single .product-details .product-thumb .slider-for .thumb .img-magnifier-glass {
  position: absolute;
  border-radius: 50%;
  cursor: none;
  width: 100px;
  height: 100px;
  border: 1px solid #0071f0;
  z-index: 9;
  opacity: 0;
}
.shop-single .product-details .product-thumb .slider-for .thumb img {
  width: 100%;
}
.shop-single .product-details .product-thumb .slider-nav {
  margin-top: 20px;
}
.shop-single .product-details .product-thumb .slider-nav .thumb {
  padding: 3px;
  cursor: pointer;
  opacity: 0.9;
}
.shop-single .product-details .post-content {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .shop-single .product-details .post-content {
    padding-top: 0;
  }
}
.shop-single .product-details .post-content h4 {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
}
.shop-single .product-details .post-content h4 a {
  color: #000000;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-transform: uppercase;
}
.shop-single .product-details .post-content h4 a:hover {
  color: #ff4600;
}
.shop-single .product-details .post-content p {
  margin-bottom: 0;
}
.shop-single .product-details .post-content p.info {
  margin-bottom: 30px;
}
.shop-single .product-details .post-content p.rating i {
  color: #ecb341;
}
.shop-single .product-details .post-content h5 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
}
.shop-single .product-details .post-content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.shop-single .product-details .post-content form .select-product {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 30px;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .shop-single .product-details .post-content form .select-product {
    width: 48%;
  }
}
.shop-single .product-details .post-content form .select-product select {
  width: 100%;
  height: 42px;
  border: 1px solid #ebebeb;
  color: #696969;
  outline: none;
  -webkit-appearance: none;
  z-index: 1;
  background-color: transparent;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}
.shop-single .product-details .post-content form .select-product i {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ebebeb;
  text-align: center;
  z-index: 0;
  background-color: #f7fbff;
}
.shop-single .product-details .post-content form .cart-plus-minus {
  margin-bottom: 30px;
}
.shop-single .product-details .post-content form .discount-code {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .shop-single .product-details .post-content form .discount-code {
    width: 60%;
  }
}
.shop-single .product-details .post-content form .discount-code input {
  margin-bottom: 0;
  font-size: 0.875rem;
  border-color: #ebebeb;
  padding-left: 10px;
}
.shop-single .product-details .post-content form button {
  width: 100%;
  height: 54px;
  padding: 0;
  background-color: #ff4600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #ffffff;
  outline: none;
}
.shop-single .review .review-nav {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.shop-single .review .review-nav li {
  list-style: none;
  padding: 13px 33px;
  background: #ff4600;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-right: 10px;
  cursor: pointer;
}
.shop-single .review .review-nav li.active {
  background-color: #ffffff;
  color: #000000;
}
.shop-single .review .review-nav li:last-child {
  margin-right: 0;
}
.shop-single .review .review-content.review-content-show .review-showing {
  display: block;
}
.shop-single .review .review-content.description-show .description {
  display: block;
}
.shop-single .review .review-content .review-showing {
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.shop-single .review .review-content .review-showing .content {
  margin: 0;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.shop-single .review .review-content .review-showing .content li {
  padding: 15px;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
  }
}
.shop-single .review .review-content .review-showing .content li:last-child {
  border-bottom: none;
}
.shop-single .review .review-content .review-showing .content li .post-thumb {
  margin: 0 0 15px;
  border-radius: 50%;
  width: 70px;
}
@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-thumb {
    margin: 0;
  }
}
.shop-single .review .review-content .review-showing .content li .post-thumb img {
  max-width: 100%;
}
.shop-single .review .review-content .review-showing .content li .post-content {
  width: 100%;
}
@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-content {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 110px);
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
  padding-right: 20px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
  margin-bottom: 0;
  line-height: 30px;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
  width: 110px;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
  color: #ecb341;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-content p {
  margin-bottom: 0;
}
.shop-single .review .review-content .review-showing .client-review {
  background-color: #ffffff;
}
.shop-single .review .review-content .review-showing .client-review .review-form .review-title {
  padding: 15px;
  border-bottom: 1px solid #e5ecff;
}
@media (min-width: 576px) {
  .shop-single .review .review-content .review-showing .client-review .review-form .review-title {
    padding: 15px 30px;
  }
}
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5 {
  text-transform: uppercase;
}
.shop-single .review .review-content .review-showing .client-review .review-form .client-form {
  padding: 15px;
}
@media (min-width: 576px) {
  .shop-single .review .review-content .review-showing .client-review .review-form .client-form {
    padding: 20px 30px;
  }
}
.shop-single .review .review-content .review-showing .client-review .review-form .client-form input {
  border-color: #e5ecff;
  height: 45px;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 10px;
}
.shop-single .review .review-content .review-showing .client-review .review-form .client-form .rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 575px) {
  .shop-single .review .review-content .review-showing .client-review .review-form .client-form .rating {
    margin-bottom: 15px;
  }
}
.shop-single .review .review-content .review-showing .client-review .review-form .client-form .rating .rating-title {
  padding-right: 5px;
}
.shop-single .review .review-content .review-showing .client-review .review-form .client-form .rating ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.shop-single .review .review-content .review-showing .client-review .review-form .client-form .rating ul li {
  list-style: none;
}
.shop-single .review .review-content .review-showing .client-review .review-form .client-form .rating ul li i {
  color: #ecb341;
}
.shop-single .review .review-content .review-showing .client-review .review-form .client-form textarea {
  border-color: #ece5ff;
  padding: 10px;
  height: 130px;
  margin-bottom: 30px;
}
.shop-single .review .review-content .review-showing .client-review .review-form .client-form button {
  background-color: #ff4600;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  height: 44px;
}
@media (min-width: 576px) {
  .shop-single .review .review-content .review-showing .client-review .review-form .client-form button {
    width: 170px;
  }
}
.shop-single .review .review-content .description {
  background-color: #ffffff;
  padding: 30px;
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.shop-single .review .review-content .description .post-item .post-content {
  padding: 30px 0;
}
.shop-single .review .review-content .description .post-item .post-content ul {
  margin: 0;
}
.shop-single .review .review-content .description .post-item .post-content ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.shop-single .review .review-content .description .post-item .post-content ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  color: #ecb341;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
}

.four-zero-four {
  background-color: #f7fbff;
}
.four-zero-four .section-wrapper {
  text-align: center;
  padding: 100px 30px;
  background-color: #ffffff;
  border: 1px solid #e5ecf6;
}
@media (min-width: 1200px) {
  .four-zero-four .section-wrapper {
    min-height: 700px;
  }
}
.four-zero-four .section-wrapper .post-item .post-thumb {
  max-width: 505px;
  margin: 0 auto 30px;
}
.four-zero-four .section-wrapper .post-item .post-thumb img {
  width: 100%;
}
.four-zero-four .section-wrapper .post-item .post-content h1 {
  color: #9314ff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .four-zero-four .section-wrapper .post-item .post-content h1 {
    font-size: 36px;
  }
}
.four-zero-four .section-wrapper .post-item .post-content p {
  margin-bottom: 30px;
}

.scroll-top {
  position: fixed;
  bottom: -50px;
  right: 50px;
  z-index: 99;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.scroll-top a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ff4600;
  color: #ffffff;
  position: relative;
  z-index: 99999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.scroll-top a:hover {
  background-color: #22a1ff;
}
.scroll-top.show {
  bottom: 50px;
  right: 50px;
}

html {
  font-size: 16px;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.875rem;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}
body.body-overlay:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
  color: #000000;
  font-family: "Oswald", sans-serif;
}

@media (min-width: 576px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }
}
a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding: 5px 0;
}

input, textarea, button {
  width: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  outline: none;
}

textarea {
  height: 200px;
}

input, button {
  height: 40px;
}

header ul > li .dd-icon-down::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

header ul > li > ul > li .dd-icon-down::after {
  margin-left: 5px;
}

.slick-prev::before,
.slick-next::before {
  font-weight: 600;
}

.padding-tb {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .padding-tb {
    padding: 120px 0;
  }
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-15-none {
  margin-bottom: -15px !important;
}

.mb-30-none {
  margin-bottom: -30px !important;
}

.mb-40-none {
  margin-bottom: -40px !important;
}

@media (max-width: 991px) {
  .single-sidebar {
    margin-top: 40px;
  }
}

.form-message {
  margin-top: 15px;
  font-size: 14px;
}
.form-message.success {
  color: green;
}
.form-message.error {
  color: red;
}

.blog-section {
  background-color: #e1ffff;
}
.blog-section .section-wrapper {
  margin: -15px;
}
.blog-section .section-wrapper .post-item {
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .blog-section .section-wrapper .post-item {
    width: 50%;
  }
}
.blog-section.style-two-blog {
  background-color: #f7fbff;
}
.blog-section.style-main-section {
  background-color: #f7fbff;
}
.blog-section.style-main-section .section-wrapper {
  margin: -15px;
}
.blog-section.style-main-section .section-wrapper article {
  width: 100%;
}
@media (min-width: 992px) {
  .blog-section.style-main-section .section-wrapper article {
    width: 66.66%;
  }
}
.blog-section.style-main-section .section-wrapper article .post-item {
  width: 100%;
}
.blog-section.style-main-section .section-wrapper article .post-item .post-item-inner {
  margin-bottom: 40px;
}
.blog-section.style-main-section .section-wrapper article .post-item .post-item-inner .post-thumb blockquote {
  background-color: #ff4600;
  padding: 50px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #ffffff;
}
.blog-section.style-main-section .section-wrapper article .post-item .post-item-inner .post-thumb blockquote .quote-thumb {
  margin-bottom: 20px;
}
.blog-section.style-main-section .section-wrapper article .post-item .post-item-inner .post-content {
  padding: 33px 15px 20px;
}
.blog-section.style-main-section .section-wrapper article .post-item:last-child .post-item-inner {
  margin-bottom: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content h4 {
  text-transform: uppercase;
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content .entry-content p {
  margin-bottom: 25px;
  color: #696969;
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content .entry-content blockquote {
  background-color: #ff4600;
  padding: 25px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 25px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content .entry-content blockquote .post-thumb {
  width: 40px;
  padding: 7px 0;
}
@media (max-width: 575px) {
  .blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content .entry-content blockquote .post-thumb {
    display: none;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content .entry-content blockquote p {
  margin: 0;
  width: calc(100%);
  color: #ffffff;
}
@media (min-width: 576px) {
  .blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content .entry-content blockquote p {
    width: calc(100% - 40px);
    padding-left: 20px;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-thumb img {
  width: 100%;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags {
  padding: 25px;
  margin: 0 15px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags {
    width: calc(100% - 205px);
    margin-bottom: 0;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul {
  width: calc(100% - 40px);
  padding-left: 20px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul li {
  padding: 5px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul li:last-child {
  padding-right: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul li:first-child {
  padding-left: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul li a {
  font-size: 14px;
  padding: 3px 20px;
  border: 1px solid #ebebeb;
  color: #000000;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul li a.active, .blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul li a:hover {
  background-color: #ff4600;
  color: #ffffff;
  border-color: #ff4600;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags .tags-indicator {
  width: 40px;
  height: 40px;
  background-color: #ff4600;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags .tags-indicator:after {
  width: 15px;
  height: 15px;
  background-color: #ff4600;
  -webkit-transform: rotate(45deg) translate(-80%, 20%);
  -ms-transform: rotate(45deg) translate(-80%, 20%);
  transform: rotate(45deg) translate(-80%, 20%);
  left: 100%;
  top: 50%;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags .tags-indicator img {
  z-index: 1;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags ul.social-media-icon {
  width: 100%;
}
@media (min-width: 768px) {
  .blog-section.style-main-section.blog-single .section-wrapper article .single-tags ul.social-media-icon {
    width: 200px;
    padding-left: 20px;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags ul.social-media-icon li {
  padding: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags ul.social-media-icon li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  background-color: #ff4600;
  color: #ffffff;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags ul.social-media-icon li a.facebook {
  background-color: #3b5998;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags ul.social-media-icon li a.twitter {
  background-color: #55acee;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags ul.social-media-icon li a.futbol {
  background-color: #db3776;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags ul.social-media-icon li a.google {
  background-color: #dd4b39;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-header {
  padding: 0 25px;
  margin-bottom: 60px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section {
  background-color: #ffffff;
  margin: 15px 15px 40px;
  padding: 25px 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li {
  padding: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 25px 20px;
  border-bottom: 1px solid #ebebeb;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item:first-child {
  padding-top: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-thumb {
    margin: 0 auto 15px 0;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-content {
  width: 100%;
}
@media (min-width: 576px) {
  .blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-content {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-content h6 {
  font-size: 16px;
  text-transform: uppercase;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-content h6 span a {
  font-size: 14px;
  color: #ff4600;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-content h6 span a i {
  margin-right: 5px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-content p {
  margin: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li ul {
  padding-left: 25px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li ul li .post-item {
  border: none;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li ul li:first-child .post-item {
  padding-top: 25px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li ul li:last-child .post-item {
  padding-bottom: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment {
  margin: 0 15px;
  padding: 25px;
  background-color: #ffffff;
}
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-form input,
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-form textarea {
  background-color: #f7fbff;
  margin-bottom: 30px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-form input {
  width: 48%;
  height: 50px;
  padding-left: 20px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-form textarea {
  padding: 20px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-form input[type=submit] {
  width: 175px;
  background-color: #ff4600;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}

aside {
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  aside {
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 992px) {
  aside {
    width: 33.33%;
  }
}
aside .widget {
  padding: 25px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
aside .widget:last-child {
  margin-bottom: 0;
}
aside .widget.widget-search .search-wrapper input {
  background-color: #f7fbff;
  height: 50px;
  padding-left: 10px;
  line-height: 50px;
}
aside .widget.widget-search .search-wrapper button {
  padding: 0;
  top: 0;
  right: 0;
  line-height: 50px;
  width: 50px;
  height: 50px;
  outline: none;
}
aside .widget.widget-archive .widget-wrapper, aside .widget.widget-category .widget-wrapper {
  margin-top: -5px;
}
aside .widget.widget-archive .widget-wrapper li, aside .widget.widget-category .widget-wrapper li {
  border-bottom: 1px solid #ebebeb;
}
aside .widget.widget-archive .widget-wrapper li:first-child, aside .widget.widget-category .widget-wrapper li:first-child {
  padding-top: 0;
}
aside .widget.widget-archive .widget-wrapper li:first-child a, aside .widget.widget-category .widget-wrapper li:first-child a {
  padding-top: 0;
}
aside .widget.widget-archive .widget-wrapper li:last-child, aside .widget.widget-category .widget-wrapper li:last-child {
  border: none;
  padding-bottom: 0;
}
aside .widget.widget-archive .widget-wrapper li:last-child a, aside .widget.widget-category .widget-wrapper li:last-child a {
  padding-bottom: 0;
}
aside .widget.widget-archive .widget-wrapper li a, aside .widget.widget-category .widget-wrapper li a {
  color: #000000;
  padding: 7px 0;
}
aside .widget.widget-archive .widget-wrapper li a i, aside .widget.widget-category .widget-wrapper li a i {
  margin-right: 5px;
  color: #000000;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
aside .widget.widget-archive .widget-wrapper li a.active, aside .widget.widget-archive .widget-wrapper li a:hover, aside .widget.widget-category .widget-wrapper li a.active, aside .widget.widget-category .widget-wrapper li a:hover {
  padding-left: 10px;
  color: #ff4600;
}
aside .widget.widget-archive .widget-wrapper li a.active i, aside .widget.widget-archive .widget-wrapper li a:hover i, aside .widget.widget-category .widget-wrapper li a.active i, aside .widget.widget-category .widget-wrapper li a:hover i {
  color: #ff4600;
}
aside .widget.widget-post ul.widget-wrapper {
  margin-top: -5px;
}
aside .widget.widget-post ul.widget-wrapper li {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
aside .widget.widget-post ul.widget-wrapper li:first-child {
  padding-top: 0;
}
aside .widget.widget-post ul.widget-wrapper li:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}
aside .widget.widget-post ul.widget-wrapper li:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
aside .widget.widget-post ul.widget-wrapper li:hover .post-content h6 a {
  color: #ff4600;
}
aside .widget.widget-post ul.widget-wrapper li .post-thumb {
  width: 90px;
}
aside .widget.widget-post ul.widget-wrapper li .post-content {
  width: calc(100% - 90px);
  padding-right: 20px;
}
aside .widget.widget-post ul.widget-wrapper li .post-content h6 a {
  font-size: 16px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
aside .widget.widget-post ul.widget-wrapper li .post-content p {
  margin: 0;
}
aside .widget.widget-instagram ul.widget-wrapper {
  margin: -6.5px;
}
aside .widget.widget-instagram ul.widget-wrapper li {
  width: 33.33%;
  padding: 6.5px;
}
aside .widget.widget-instagram ul.widget-wrapper li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
aside .widget.widget-tags ul.widget-wrapper {
  margin: -5px;
}
aside .widget.widget-tags ul.widget-wrapper li {
  padding: 5px;
}
aside .widget.widget-tags ul.widget-wrapper li a {
  padding: 2px 11px;
  color: #000000;
  border: 1px solid #ebebeb;
  border-radius: 1px;
}
@media (max-width: 575px) {
  aside .widget.widget-tags ul.widget-wrapper li a {
    font-size: 14px;
  }
}
aside .widget.widget-tags ul.widget-wrapper li a.active, aside .widget.widget-tags ul.widget-wrapper li a:hover {
  background-color: #ff4600;
  color: #ffffff;
  border-color: #ff4600;
}

.lab-pagination li {
  padding: 0;
}
.lab-pagination li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #ff4600;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #ebebeb;
}
.lab-pagination li a.active {
  background-color: #ff4600;
  color: #ffffff;
  border-color: #ff4600;
}
.lab-pagination li a:hover {
  border-color: #ff4600;
  background: #ff4600;
  color: #ffffff;
}
.lab-pagination li:last-child a {
  margin: 0;
}

.newslater {
  background-color: #9314ff;
  text-align: center;
}
.newslater h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: -11px;
}
.newslater form {
  max-width: 670px;
  margin: 0 auto;
}
.newslater form input {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding-left: 20px;
  height: 56px;
}
.newslater form input::-webkit-input-placeholder {
  color: #fff;
}
.newslater form button {
  padding: 0;
  height: 56px;
  width: 180px;
  top: 0;
  right: 0;
  color: #9314ff;
  font-weight: 700;
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 575px) {
  .newslater form button {
    width: 100%;
    position: relative;
  }
  .newslater form input {
    margin-bottom: 30px;
  }
}
.newslater.style-two {
  background-color: #8d6dc4;
}

footer {
  background-color: #fff7d9;
}
footer.footer-background-two {
  background-color: #def1fd;
}
footer.footer-background-two .section-wrapper ul li a {
  color: #08b38e;
}
footer .section-wrapper {
  text-align: center;
}
footer .section-wrapper .logo {
  margin-bottom: 20px;
}
footer .section-wrapper p {
  color: #000000;
  margin-bottom: 0px;
}
footer .section-wrapper p a {
  color: #ff4600;
}
footer .section-wrapper ul li {
  padding: 0;
  margin: 5px;
}
footer .section-wrapper ul li a {
  padding: 7px;
  color: #000000;
}
footer .section-wrapper ul li a.active, footer .section-wrapper ul li a:hover {
  color: #ff4600;
}
footer.inner-page-footer {
  background: url("../../assets/images/banner/footer.jpg") #fff7d9 no-repeat center center;
  background-size: cover;
}

@media (min-width: 576px) {
  .shape-animation-one:before, .shape-animation-one:after {
    position: absolute;
    content: "";
    animation: shape-animation-one 10s linear infinite;
  }
  .shape-animation-one:after {
    width: 520px;
    height: 185px;
    top: 0;
    left: 0;
    background-image: url(../../assets/images/shape/01.png);
    background-size: cover;
    background-position: center center;
  }
  .shape-animation-one:before {
    bottom: 0;
    right: 0;
    width: 300px;
    height: 195px;
    background-image: url(../../assets/images/shape/02.png);
    background-position: center center;
    background-size: cover;
  }
}
@media (min-width: 576px) {
  .shape-animation-one.shape-animation-two:before {
    background-image: url(../../assets/images/shape/03.png);
    bottom: 75%;
    height: 180px;
  }
}

@keyframes shape-animation-one {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.3) rotate(-5deg);
    -ms-transform: scale(1.3) rotate(-5deg);
    transform: scale(1.3) rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}
.custom-btn {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  z-index: 1;
  background-color: #ff4600;
  padding: 10px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.custom-btn i {
  margin-left: 5px;
}
.custom-btn:after {
  top: 0;
  left: 0;
  background-color: #22a1ff;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.custom-btn:hover {
  color: #ffffff;
}
.custom-btn:hover:after {
  top: -100%;
}
.custom-btn.active:after {
  top: 100%;
}
.custom-btn.active:hover:after {
  top: 0;
}
.custom-btn.style-one:after {
  background-color: #ff4600;
}
.custom-btn.style-two {
  background-color: #ff4600;
}
.custom-btn.style-two:after {
  background-color: #08b38e;
}

/*# sourceMappingURL=style.css.map */
