/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*!
THEME: Kross - Creative Portfolio Template
VERSION: 1.0.0
AUTHOR: Themefisher

HOMEPAGE: https://themefisher.com/products/kross-creative-portfolio-template/
DEMO: https://demo.themefisher.com/kross/
GITHUB: https://github.com/themefisher/meghna-onepage-html5-business-template

Get HUGO Version : https://gethugothemes.com/products/kross-hugo-theme/

WEBSITE: https://themefisher.com
TWITTER: https://twitter.com/themefisher
FACEBOOK: https://www.facebook.com/themefisher
*/
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700|Roboto:400");
body {
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #4c4c4c;
}

p, .paragraph {
  font-weight: 400;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
}
p-lg, .paragraph-lg {
  font-size: 22px;

  
}

h1, h2, h3, h4, h5, h6 {
 
  font-family: "Playfair Display", serif;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 80px;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 65px;
  }
}

h2, .h2 {
  font-size: 60px;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 50px;
  }
}

h3, .h3 {
  font-size: 60px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

/* Button style */
.btn {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  padding: 16px 44px;
  border-radius: 5px;
  font-weight: 600;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn:active {
  box-shadow: none;
}
.btn-sm {
  font-size: 15px;
  padding: 10px 30px;
}
.btn-xs {
  padding: 5px 10px;
  font-size: 15px;
}
button{
  font-size: 35px;
  background-color: rgb(187,157,223);
  color: black;
    text-align: center;
    padding-top: 17px;
    padding-left: 30px;
    padding-bottom: 17px;
    padding-right: 30px;
    
    font-weight: 700;
    border: black;
    cursor: pointer;
    margin-top:15px;
}

button:hover{
  background-color: rgb(204, 173, 243);
}

.book-button-info{
  color: white;
}

.btn-primary {
  background: rgb(187,157,223);
  color: black;
}
.btn-primary:active {
  background: #542cb7 !important;
}
.btn-primary:hover {
  background: #542cb7;
}
.btn-primary.focus, .btn-primary.active {
  background: #542cb7 !important;
  box-shadow: none !important;
}

.btn-transparent {
  background: transparent;
  color: #41228e;
  font-weight: bold;
}
.btn-transparent:active, .btn-transparent:hover {
  color: #41228e;
}

body {
  background-color:black;
  overflow-x: hidden;
}

::-moz-selection {
  background: #542cb7;
  color: #fff;
}

::selection {
  background: #542cb7;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a.text-dark:hover {
  color: rgb(204, 173, 243) !important;
}

a:hover {
  color: rgb(204, 173, 243);
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  
  
}
.section-title {
  margin-bottom: 80px;
  font-family: "Playfair Display", serif;
  color: rgb(187,157,223);
}


.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* overlay */
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: black!important;
}

.bg-gray {
  background: #eaeaea !important;
}

.text-primary {
  color: #41228e !important;
}

.text-purple{
  color:rgb(187,157,223);
  
}

.text-color {
  color: #4c4c4c;
}

.text-dark {
  color: white!important;
}

.text-light {
  color: #999999 !important;
}

.text-grey{
  color: rgb(124,124,124);
  font-family: 'Prompt', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

.zindex-1 {
  z-index: 1;
}

.rounded-lg {
  border-radius: 15px;
}

.overflow-hidden {
  overflow: hidden;
}

.font-secondary {
  font-family: "Playfair Display", serif !important;
}

.font-tertiary {
  font-family: "Playfair Display", serif !important;
}

.shadow {
  box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.34) !important;
}

.bg-dark {
  background-color: #222222 !important;
}

/* icon */
.icon {
  font-size: 45px;
}

.icon-bg {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
}

.icon-light {
  color: #c8d5ef;
}

/* /icon */
/* slick slider */
.slick-dots {
  text-align: center;
  padding-left: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 2px;
}
.slick-dots li.slick-active button {
  background: #fff;
  width: 25px;
}
.slick-dots li button {
  height: 6px;
  width: 12px;
  background: rgba(255, 255, 255, 0.5);
  color: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s ease;
  border: 0;
}

/* /slick slider */
/* form */
.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c7c7c7;
  height: 60px;
}
.form-control:focus {
  border-color: #41228e;
  outline: 0;
  box-shadow: none !important;
}

textarea.form-control {
  height: 120px;
}

/* /form */
/* card */
.card {
  border: 0;
  background-color: black;
}
.card-header {
  border: 0;
}
.card-footer {
  border: 0;
}

/* /card */
.navigation {
  padding: 40px 130px;
  transition: 0.3s ease;
}
.navigation.nav-bg {
  background-color: black;
  padding: 15px 100px;
}
@media (max-width: 991px) {
  .navigation.nav-bg {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .navigation {
    padding: 20px;
    background: black;
  }
}

.navbar .nav-item .nav-link {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  padding: 15px;
  
}
.navbar .nav-item.active {
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-size: 20px;
}

.hero-area {
  padding: 260px 0 200px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-area {
    padding: 250px 0 150px;
    overflow: hidden;
  }
}
.hero-area h1 {
  position: relative;
  z-index: 2;
}

.layer {
  position: absolute;
  z-index: 1;
}

#l1 {
  bottom: 0;
  left: 0;
}

#l2 {
  top: 190px;
  left: -250px;
}

#l3 {
  top: 200px;
  left: 40%;
}

#l4 {
  top: 200px;
  right: 40%;
}

#l5 {
  top: 100px;
  right: -150px;
}

#l6 {
  bottom: -20px;
  left: 10%;
}

#l7 {
  bottom: 100px;
  left: 20%;
}

#l8 {
  bottom: 160px;
  right: 45%;
}

#l9 {
  bottom: 100px;
  right: -10px;
}

.layer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* skills */
.progress-wrapper {
  height: 130px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wave::before, .wave::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  bottom: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 45%;
  transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
  z-index: 10;
}
.wave::after {
  border-radius: 47%;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 10s linear -5s infinite;
          animation: rotate 10s linear -5s infinite;
  z-index: 20;
}

@-webkit-keyframes rotate {
  50% {
    transform: translateX(-50%) rotate(180deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate {
  50% {
    transform: translateX(-50%) rotate(180deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
/* /skills */
/* education */
.edu-bg-image {
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -1;
}

/* /education */
/* service */
.hover-bg-primary {
  transition: 0.3s ease;
}
.hover-bg-primary:hover {
  background: #41228e;
}
.hover-bg-primary:hover * {
  color: #fff;
}

.active-bg-primary {
  transition: 0.3s ease;
  background: #41228e;
}
.active-bg-primary * {
  color: #fff;
}

.hover-shadow {
  transition: 0.2s ease;
}
.hover-shadow:hover {
  box-shadow: 0px 18px 40px 8px rgba(224, 241, 255, 0.54) !important;
}

/* /service */
/* portfolio */
.hover-wrapper {
  overflow: hidden;
}
.hover-wrapper img {
  transition: 0.3s ease;
  transform: scale(1.1);
}
.hover-wrapper:hover img {
  transform: scale(1);
}
.hover-wrapper:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.hover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.hover-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

/* /portfolio */
/* testimonial */
.testimonial-content strong {
  color: #2bfdff;
  font-weight: normal;
}

.testimonial-bg-shapes .container {
  position: relative;
  z-index: 1;
}
.testimonial-bg-shapes .bg-map {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-bg-shapes .bg-shape-1 {
  position: absolute;
  left: 100px;
  top: -50px;
}
.testimonial-bg-shapes .bg-shape-2 {
  position: absolute;
  right: 150px;
  top: 50px;
}
.testimonial-bg-shapes .bg-shape-3 {
  position: absolute;
  right: 50px;
  top: 200px;
}
.testimonial-bg-shapes .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 200px;
}
.testimonial-bg-shapes .bg-shape-5 {
  position: absolute;
  right: 200px;
  bottom: -50px;
}

/* /testimonial */
/* footer */
.footer-section {
  padding-top: 00px;
  font-size: 20px;
    justify-content: space-around;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}

.section-on-footer {
  margin-bottom: -250px;
}

.shadow-down {
  position: relative;
}
.shadow-down::before {
  position: absolute;
  content: "";
  box-shadow: 0px 0px 80.75px 14.25px rgba(224, 241, 255, 0.34);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* /footer */
.card-lg {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 991px) {
  .card-lg {
    flex-direction: column;
  }
}

blockquote {
  display: inline-block;
  padding: 20px 25px;
  background: #eaeaea;
  border-left: 3px solid #41228e;
  font-style: italic;
  font-size: 22px;
  line-height: 1.7;
}

.content * {
  margin-bottom: 20px;
}
.content strong {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  display: inherit;
  line-height: 1.5;
}

.page-title-alt {
  padding: 350px 0 70px;
}

.border-thick {
  border: 10px solid;
}

.drag-lg-top {
  margin-top: -230px;
}
@media (max-width: 991px) {
  .drag-lg-top {
    margin-top: 0;

  }

  h1{
    font-size: 25px;
  }

  h3{
    font-size: 35px;
  }
}

.page-title-alt .container {
  position: relative;
  z-index: 1;
}
.page-title-alt .bg-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.page-title-alt .bg-shape-2 {
  position: absolute;
  left: 70px;
  top: 100px;
}
.page-title-alt .bg-shape-3 {
  position: absolute;
  left: 30%;
  top: 50px;
  transform: rotate(180deg);
}
.page-title-alt .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 100px;
}
.page-title-alt .bg-shape-5 {
  position: absolute;
  left: 40%;
  bottom: -25px;
}
.page-title-alt .bg-shape-6 {
  position: absolute;
  bottom: 100px;
  right: -100px;
}

.page-title {
  padding: 250px 0 150px;
}
.page-title .container {
  position: relative;
  z-index: 1;
}
.page-title .bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-title .bg-shape-2 {
  position: absolute;
  left: -20px;
  top: -10px;
}
.page-title .bg-shape-3 {
  position: absolute;
  left: 10%;
  top: 100px;
}
.page-title .bg-shape-4 {
  position: absolute;
  left: 50%;
  top: -20px;
}
.page-title .bg-shape-5 {
  position: absolute;
  left: 90px;
  bottom: -50px;
  transform: rotate(180deg);
}
.page-title .bg-shape-6 {
  position: absolute;
  right: 20%;
  bottom: -20px;
}
.page-title .bg-shape-7 {
  position: absolute;
  right: -220px;
  bottom: -100px;
}

.filter-controls li {
  cursor: pointer;
}
.filter-controls li.active {
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 15px !important;
}

.hero-area h1.text-white.text-center.font-tertiary {
    font-size: 56px;
}
.navigation {
    padding: 0px 100px;
    transition: 0.3s ease;
}
.navigation.nav-bg {
    background-color: black;
    padding: 0px 100px !important;
}
header.navigation.fixed-top.nav-bg .navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 15px !important;
}

.hero-area h1.text-white.text-center.font-tertiary {
    font-size: 56px;
    top: 140px;
}
.malestripperPrice_sections_1 a.btn.btn-xs.btn-primary {
        background-color: rgb(213 0 2) !important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 100;
    font-family: 'Josefin Sans', sans-serif !important;
}

.about_sections_2 .card-body, .about_sections_3 .card-body {
    margin: -25px 48px 0;
    text-align: center;
    position: relative;
    z-index: 5;
    color: #533931;
    background-color: #000;
    padding: 17px 25px 12px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.07);
    box-shadow: 0 0 10px rgb(0 0 0 / 7%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
section.section.bg-cover.about_sections_2 .col-md-4.col-sm-6.mb-4.mb-md-0 {
    margin-bottom: 20px !important;
}
section.section.bg-cover.about_sections_2 .card.text-center:hover .card-body {
    background-color: rgb(213 0 2);
}
section.section.bg-cover.about_sections_3 .col-md-4.col-sm-6.mb-4.mb-md-0 {
    margin-bottom: 20px !important;
}
section.section.bg-cover.about_sections_3 .card.text-center:hover .card-body {
    background-color: rgb(213 0 2);
}
ul.footer_menu li a.text-purple {
    color: #fff !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 17px;
}
section.section.home_sections_1 {
    padding: 40px 0px !important;
}
/*section.section.home_sections_2 {
    padding: 0px 0px 60px 0px !important;
}*/
section.section.home_sections_2 {
    padding: 80px 0px 80px 0px !important;
    background: #fff;
}
section.section.home_sections_2 h2.section-title {
    margin-bottom: 60px;
    font-size: 40px;
}
.home_sections_2 p {
    padding-top: 30px;
}
section.section.home_sections_3 {
    padding: 80px 0px 80px 0px !important;
}
section.section.home_sections_3 h2.section-title {
    margin-bottom: 20px;
    font-size: 40px;
    color: #fff !important;
}
section.section.home_sections_3 p.font-secondary.paragraph-lg.text-dark {
    padding-top: 10px;
    text-align: justify;
}
.section-indent02 p {
    text-align: justify;
}
.home_sections_4 {
    padding: 80px 0px 80px 0px !important;
}
.home_sections_4 h2.section-title {
    margin-bottom: 30px;
    font-size: 40px;
}
section.section.home_sections_5 {
    padding: 30px 0px 660px 0px !important;
}
.col-md-6.col-lg-6.col-sm-6.lastsections_5 {
    padding: 0px !important;
}
section.section.home_sections_5 h2.section-title {
    margin-bottom: 30px;
    font-size: 40px;
}
section.section.home_sections_6 {
    padding: 30px 0px 0px 0px;
}
section.section.home_sections_6 h2.section-title {
    margin-bottom: 30px;
    font-size: 40px;
}
section.section.home_sections_7 {
    padding: 30px 0px 140px 0px;
}
section.section.home_sections_7 h2.section-title {
    margin-bottom: 30px;
    font-size: 40px;
}
.home_sections_1 p, .home_sections_2 p, .home_sections_3 p,
.home_sections_4 p, .home_sections_5 p, .home_sections_6 p,
.home_sections_7 p {
    font-size: 17px;
}
.home_sections_7 h3.book-button-info {
    font-size: 18px;
    float: left;
    margin-top: 35px;
}
.home_sections_7 button.home_footer_btn.malestripper_btn {
    font-size: 15px !important;
    padding: 15px;
    float: right;
}
.home_footer_btn {
    font-size: 26px !important;
    margin-top: 20px;
}
ul.footer_menu li {
    display: inline;
    padding: 0px 20px;
    text-align: center;
}
ul.footer_menu li a.text-purple {
    font-family: "Playfair Display", serif;
}
.section.footer-section_1 {
    padding: 40px 0px !important;
}
.maleStripper_sections_1 h3.font-tertiary.mb-3.section-title {
    font-size: 34px;
}
.maleStripper_sections_1 p {
    font-size: 17px;
}
section.section.maleStripper_sections_2 {
    padding: 40px 0px 80px 0px;
}
.maleStripper_sections_1 .col-md-4 {
    float: left;
}
.maleStripper_sections_1 .col-md-8 {
    float: right;
    padding-right: 0px;
}
.gallery_sections_1 .abt_right_img_wrapper {
    top: 0px;
}
.gallery_sections_1 .abt_right_img_wrapper img{
    width: 80%;
    border-radius: 40px 0px 40px 0px;
}
.col-md-12.gallery_sections_2 .col-md-8 {
    float: left;
}
.col-md-12.gallery_sections_2 .abt_right_img_wrapper {
    top: 0px;
}
.col-md-12.gallery_sections_2 .abt_right_img_wrapper img{
    width: 80%;
    border-radius: 0px 40px 0px 40px;
    float: right;
}
.col-md-12.gallery_sections_2 {
    padding: 40px 0px 0px 0px !important;
}
.col-md-12.gallery_sections_3 .col-md-8 {
    float: right;
}
.col-md-12.gallery_sections_3 .abt_right_img_wrapper {
    top: 0px;
}
.col-md-12.gallery_sections_3 .abt_right_img_wrapper img{
    width: 80%;
    border-radius: 40px 0px 40px 0px;
}
.col-md-12.gallery_sections_3 {
    padding: 60px 0px 40px 0px !important;
}
.col-md-12.gallery_sections_4 .col-md-8 {
    float: left;
}
.col-md-12.gallery_sections_4 .abt_right_img_wrapper {
    top: 0px;
}
.col-md-12.gallery_sections_4 .abt_right_img_wrapper img{
    width: 80%;
    border-radius: 0px 40px 0px 40px;
    margin-top: -40px;
    float: right;
}
.col-md-12.gallery_sections_4 {
    padding: 40px 0px 0px 0px !important;
}
.col-md-12.gallery_sections_6 .col-md-8 {
    float: right;
}
.col-md-12.gallery_sections_6 .abt_right_img_wrapper {
    top: 0px;
}
.col-md-12.gallery_sections_6 .abt_right_img_wrapper img{
    width: 80%;
    border-radius: 40px 0px 40px 0px;
    margin-top: 0px;
}
.col-md-12.gallery_sections_6 {
    padding: 40px 0px 0px 0px !important;
}
.col-md-12.gallery_sections_7 .col-md-8 {
    float: left;
}
.col-md-12.gallery_sections_7 .abt_right_img_wrapper {
    top: 0px;
}
.col-md-12.gallery_sections_7 .abt_right_img_wrapper img{
    width: 80%;
    border-radius: 0px 40px 0px 40px;
    margin-top: 0px;
    float: right;
}
.col-md-12.gallery_sections_7 {
    padding: 100px 0px 0px 0px !important;
}
.col-md-12.gallery_sections_8 .col-md-8 {
    float: right;
}
.col-md-12.gallery_sections_8 .abt_right_img_wrapper {
    top: 0px;
}
.col-md-12.gallery_sections_8 .abt_right_img_wrapper img{
    width: 80%;
    border-radius: 40px 0px 40px 0px;
    margin-top: 0px;
}
.col-md-12.gallery_sections_8 {
    padding: 100px 0px 0px 0px !important;
}
.col-md-12.gallery_sections_9 .col-md-8 {
    float: left;
}
.col-md-12.gallery_sections_9 .abt_right_img_wrapper {
    top: 0px;
}
.col-md-12.gallery_sections_9 .abt_right_img_wrapper img{
    width: 80%;
    border-radius: 0px 40px 0px 40px;
    margin-top: 0px;
    float: right;
}
.col-md-12.gallery_sections_9 {
    padding: 40px 0px 0px 0px !important;
}
.col-md-12.gallery_sections_10 .col-md-8 {
    float: right;
}
.col-md-12.gallery_sections_10 .abt_right_img_wrapper {
    top: 0px;
}
.col-md-12.gallery_sections_10 .abt_right_img_wrapper img{
    width: 80%;
    border-radius: 40px 0px 40px 0px;
    margin-top: 0px;
}
.col-md-12.gallery_sections_10 {
    padding: 60px 0px 20px 0px !important;
}
.col-md-12.gallery_sections_11 .col-md-8 {
    float: left;
}
.col-md-12.gallery_sections_11 .abt_right_img_wrapper {
    top: 0px;
}
.col-md-12.gallery_sections_11 .abt_right_img_wrapper img{
    width: 80%;
    border-radius: 0px 40px 0px 40px;
    margin-top: 0px;
    float: right;
}
.col-md-12.gallery_sections_11 {
    padding: 40px 0px 0px 0px !important;
}
.col-md-12.gallery_sections_12 .col-md-8 {
    float: right;
}
.col-md-12.gallery_sections_12 .abt_right_img_wrapper {
    top: 0px;
}
.col-md-12.gallery_sections_12 .abt_right_img_wrapper img{
    width: 80%;
    border-radius: 40px 0px 40px 0px;
    margin-top: 0px;
}
.col-md-12.gallery_sections_12 {
    padding: 60px 0px 0px 0px !important;
}

.maleStripper_sections_2 h2.text-purple{
  font-size: 40px;
}
button.malestripper_btn {
    font-size: 22px;
}
.section-title {
    margin-bottom: 80px;
    color: rgb(213 0 2) !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: bold;
}
h2.text-purple{
    color: #fff !important;
    font-family: 'Josefin Sans', sans-serif !important;
}
button.malestripper_btn {
  background-color: rgb(213 0 2) !important;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 100;
}

.sections_news_2 a.btn.btn-xs.btn-primary {
    background-color: rgb(213 0 2) !important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 100;
    font-family: 'Josefin Sans', sans-serif !important;
}
.section_tickets_11 .abt_right_img_wrapper {
    width: 80%;
    float: right;
    margin-top: -40px;
}
.sub_section_tickets_1 .abt_right_img_wrapper {
    width: 80%;
    left: 18px;
    margin-top: -50px;
}
.sub_section_tickets_1 .col-md-8 {
    float: right !important;
}
.mx-auto.section_tickets_11 img.img-fluid,
.sub_section_tickets_1 img.img-fluid{
    border-radius: 40px 0px 40px 0px;
}
.sections_bookNow_1 .abt_right_img_wrapper {
    top: -20px;
    width: 80%;
}
.sections_bookNow_1 h1.text-purple {
    color: rgb(213 0 2) !important;
    font-family: 'Josefin Sans', sans-serif !important;
}
.caption.caption_1 h2.section-title {
    color: #fff !important;
}
section.section.home_sections_2 .abt_right_img_wrapper img.img-responsive {
    border-radius: 20px;
}
.home_sections_4 .abt_right_img_wrapper img.img-responsive {
    border-radius: 20px;
}

.malestripper_last a.js-video-popup.lazyloaded {
    height: 900px;
    background-position: center;
}
section.section.home_sections_3 .col-md-8 {
    float: right;
}

.pull-left {
    float: left!important;
}
.cdf-image-gallery .cdf-image {
    margin-bottom: 20px;
    margin-right: 20px;
}
.mt50 {
    margin-top: 50px;
}
.home .events-wide.tt-item__revers a.js-video-popup.lazyloaded {
    height: 880px;
}
.malestripper_last .events-wide.tt-item__revers a.js-video-popup.lazyloaded {
    height: 750px;
}

.about_sections_1 .col-md-8 {
    float: left;
}
.about_sections_1 .col-md-8 p{
    text-align: justify;
}
.about_sections_1 .col-md-4 {
    float: left;
}
.about_sections_1 p {
    text-align: justify !important;
}
.about_sections_1 .abt_right_img_wrapper {
    width: 81%;
}


.col-md-12.gallery_sections_2, .col-md-12.gallery_sections_3,
.col-md-12.gallery_sections_4, .col-md-12.gallery_sections_5,
.col-md-12.gallery_sections_6, .col-md-12.gallery_sections_7,
.col-md-12.gallery_sections_8, .col-md-12.gallery_sections_9,
.col-md-12.gallery_sections_10, .col-md-12.gallery_sections_11,
.col-md-12.gallery_sections_12 {
    padding-top: 60px;
}
.col-md-12.gallery_sections_1 h2.text-purple, .col-md-12.gallery_sections_3 h2.text-purple, 
.col-md-12.gallery_sections_6 h2.text-purple, .col-md-12.gallery_sections_8 h2.text-purple,
.col-md-12.gallery_sections_10 h2.text-purple, .col-md-12.gallery_sections_12 h2.text-purple{
    text-align: right;
}
.col-md-12.gallery_sections_1 p, .col-md-12.gallery_sections_3 p,
.col-md-12.gallery_sections_6 p, .col-md-12.gallery_sections_8 p,
.col-md-12.gallery_sections_10 p, .col-md-12.gallery_sections_12 p{
    text-align: right;
}
section.section.section.maleStripper_sections_3 {
    padding: 40px 0px 0px 0px;
}
.maleStripper_sections_3 h2.section-title {
    margin-bottom: 30px;
    font-size: 40px;
}
section.section.section.maleStripper_sections_4 {
    padding: 30px 0px 0px 0px !important;
}
.maleStripper_sections_4 h2.section-title {
    font-size: 40px;
    margin-bottom: 30px;
}
section.section.maleStripper_sections_5 {
    padding: 0px 0px 140px 0px !important;
}
.maleStripper_sections_5 h3.book-button-info {
    font-size: 18px !important;
    float: left;
    margin-top: 35px;
}
.maleStripper_sections_5 button.malestripper_btn {
    font-size: 15px !important;
    padding: 15px;
    float: right;
}
section.section.maleStripper_sections_1 {
    padding-bottom: 0px !important;
    padding-top: 80px !important;
}
.section.footer-section_1 .container.text-center {
    text-align: unset !important;
}
.malestripperPrice_sections_1 h2.section-title.text-center {
    font-size: 34px;
    margin-bottom: 40px;
}
.malestripperPrice_sections_1 p.cars-text {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif !important;
}
section.section.malestripperPrice_sections_1 {
    padding: 50px 0px 0px 0px;
}
section.section.malestripperPrice_sections_2 {
    padding: 20px 0px 120px 0px;
}
.malestripperPrice_sections_2 h3.book-button-info {
    font-size: 18px;
    float: left;
    margin-top: 35px;
}
.malestripperPrice_sections_2 button.malestripper_btn {
    font-size: 15px !important;
    padding: 15px;
    float: right;
}


footer.bg-dark.footer-section p.mb-0.text-light {
    font-size: 17px !important;
}
.hero-area.bg-primary.about {
    padding-top: 300px !important;
}
section.section.about_sections_1 {
    padding: 0px 0px 20px 0px !important;
}
.section.about_sections_1 h2.section-title {
    margin-bottom: 30px;
    font-size: 40px;
    padding-top: 41px;
}
.section.about_sections_1 p {
    font-size: 17px;
}
h2.section-title.about_sec_h2 {
    font-size: 40px;
    margin-bottom: 0px;
}
section.section.bg-cover.about_sections_2 {
    padding: 0px 0px 500px 0px !important;
}
section.section.bg-cover.about_sections_3 {
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 650px;
}
section.section.about_sections_4 {
    padding: 0px 0px 120px 0px !important;
}
.about_sections_4 h2.book-button-info {
    font-size: 18px !important;
    float: left;
    margin-top: 35px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
}
.about_sections_4 button.malestripper_btn {
    font-size: 15px !important;
    padding: 15px;
    float: right;
}
.sections_news_1 p {
    font-size: 17px !important;
}
section.section.sections_news_1 {
    padding: 0px;
    padding-top: 40px;
}
section.section.sections_news_2 {
    padding: 0px;
}
.sections_news_2 h2.section-title.text-center {
    font-size: 34px;
    margin-bottom: 40px;
}
section.section.sections_news_2 {
    padding: 30px 0px 0px 0px;
}
.sections_news_2 h4.card-title {
    color: #ffff;
    margin-bottom: 0px;
}
.sections_news_2 p.cars-text {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif !important;
}
section.section.sections_news_3 {
    padding: 0px 0px 120px 0px;
}
.sections_news_3 h3.book-button-info {
    font-size: 18px;
    float: left;
    margin-top: 35px;
}
.sections_news_3 button.malestripper_btn {
    font-size: 15px !important;
    padding: 15px;
    float: right;
}
.section_tickets_1 h1.section-title.text-center {
    margin-bottom: 30px !important;
    font-size: 40px !important;
    font-weight: 100;
}
.section_tickets_1 p {
    font-size: 17px;
}
section.section.section_tickets_1 {
    padding: 0px !important;
}
section.section.section_tickets_2 {
    padding: 0px 0px 120px 0px;
}
.section_tickets_2 h3 {
    font-size: 18px !important;
    float: left;
    margin-top: 40px;
}
.section_tickets_2 button.malestripper_btn {
    font-size: 15px !important;
    padding: 15px;
    float: right;
}
.section_tickets_1 button.malestripper_btn {
    font-size: 15px !important;
    padding: 15px !important;
}
section.section.section_tickets_1 {
    padding: 60px 0px 0px 0px !important;
}
.sections_contactUs_1 h2{
    font-size: 40px;
}
.sections_contactUs_1 h1{
    font-size: 34px;
}
section.section.sections_contactUs_2 {
    padding: 180px 0px 120px 0px !important;
}
.sections_contactUs_2 h3.book-button-info {
    font-size: 18px !important;
    float: left;
    margin-top: 35px;
}
.sections_contactUs_2 button.malestripper_btn {
    font-size: 15px !important;
    padding: 15px;
    float: right;
}
.home_sections_2 .col-md-6 {
    float: left;
}
.home_sections_2 .col-md-6 {
    float: left;
}
.home_sections_2 .col-md-6 h2.section-title {
    margin-bottom: 0px !important;
    text-align: left;
}
.home_sections_2 .col-md-6 p {
    margin-bottom: 0px !important;
    text-align: justify;
    padding-right: 40px;
    color: #000 !important;
}
.home_sections_3 .col-md-4 {
    float: left;
}
.home_sections_3 .col-md-8 {
    float: left;
}
.home_sections_4 .col-md-6 {
    float: left;
}
.home_sections_4 .col-md-6 {
    float: left;
}
.home_sections_4 .col-md-6 h2.section-title {
    margin-bottom: 0px !important;
    text-align: left;
}
.home_sections_4 .col-md-6 p {
    margin-bottom: 20px !important;
    text-align: justify;
    padding-right: 40px;
}
.home_sections_5 .col-md-6.col-lg-6.col-sm-6.img {
    float: left;
}
.home_sections_5 .col-md-6.col-lg-6.col-sm-6 {
    float: right;
}
.home_sections_5 .col-md-6.col-lg-6.col-sm-6 h2.section-title {
    margin-bottom: 0px !important;
    text-align: left;
}
.home_sections_5 .col-md-6.col-lg-6.col-sm-6 p {
    margin-bottom: 0px !important;
    text-align: justify !important;
    padding-left: 40px;
}
.sections_contactUs_1 h2.text-purple {
    padding-bottom: 10px;
    font-size: 40px !important;
    padding-right: 0px;
}
.sections_contactUs_1 .col-md-6 {
    float: left;
}
.sections_contactUs_1 h1 {
    font-size: 18px;
    text-align: left;
}
.sections_contactUs_1 p {
    font-size: 15px;
    text-align: left;
}
.sections_contactUs_1 h2 {
    font-size: 22px;
    text-align: left;
}
.sections_contactUs_1 {
    padding-top: 140px;
    text-align: left;
}
.sections_bookNow_1 h1.text-purple {
    font-size: 34px;
    padding-top: 40px;
    margin-bottom: 30px;
}
.sections_bookNow_1 p{
  font-size: 17px;
}
.sections_contactUs_1 {
    padding-top: 70px !important;
    text-align: left;
    padding-bottom: 240px !important;
}
.sections_contactUs_1 iframe {
    border-radius: 30px 0px !important;
}

.section_tickets_11 h1.section-title {
    color: #fff !important;
}

.sections_news_1 .abt_right_img_wrapper img.img-fluid {
    width: 90%;
    float: right;
    border-radius: 0px 40px;
    margin-top: -60px;
}


section.section.text-center.sections_bookNow_1 {
    padding-bottom: 0px !important;
}
section.section.sections_bookNow_2 {
    padding: 0px 0px 120px 0px !important;
}
section.section.sections_bookNow_2 h3.book-button-info{
  font-size: 18px !important;
    float: left;
    margin-top: 35px;
}
section.section.sections_bookNow_2 button.malestripper_btn {
    font-size: 15px !important;
    padding: 15px;
    float: right;
}
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
  position: relative;
 /* opacity: 0.65;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("https://webstrot.com/html/domex/html/images/customer_bg.jpg");
  min-height: 580px;
}
.caption.caption_1 {
    margin-top: -290px;
}

.bgimg-2 {
  min-height: 400px;
  background-image: url("https://webstrot.com/html/domex/html/images/blog_bg.jpg");
}
.caption.caption_2 {
    margin-top: -200px;
}

.bgimg-3 {
  background-image: url("../images/illustrations/bachelorette-party-news-8-abcad1b4f7fdb21a1428029807fbc0ee-1536x768.jpg");
  min-height: 400px;
}
.bgimg-4 {
  background-image: url("../images/illustrations/male-stripper-male-strip-club-bachelorette-party-employment-8b90396a953e5d75c05ba8c4904ffd23-1536x1023.jpeg");
  min-height: 100%;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

.caption {
    background: rgb(0 0 0 / 80%);
}

.caption h2{
  margin-top: 40px;
  margin-bottom: 20px !important;
  font-size: 40px !important;
}
.caption p{
  font-size: 17px !important;
  padding: 0px 120px 40px 120px !important;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    background-attachment: scroll;
  }
}
button.home_footer_btn.malestripper_btn {
    font-size: 20px !important;
}

section.section.position-relative.home_sections_4 {
    background: rgb(255 255 255 / 80%);
}
.sections_bookNow_1 .col-md-4 {
    float: right;
}
.sections_bookNow_1 .col-md-8 {
    float: left;
}
.sections_bookNow_1 .col-md-8 p {
    text-align: justify;
    font-size: 17px !important;
}
section.section.sections_bookNow_1 {
    padding-bottom: 0px;
}

.sections_news_1 .col-md-4 {
    float: left;
}
.sections_news_1 .col-md-8 {
    float: left;
}
.sections_news_1 .col-md-8 p {
    text-align: justify;
    font-size: 17px !important;
}

.section_tickets_1 .col-md-4 {
    float: left;
}
.section_tickets_1 .col-md-8 {
    float: left;
}
.section_tickets_1 .col-md-8 p {
    text-align: justify;
    font-size: 17px !important;
}

.sub_section_tickets_1 {
    padding-top: 20px;
}
.section_tickets_1 h1.section-title {
    font-size: 40px !important;
    margin-bottom: 40px !important;
}
.sections_news_1 h1.section-title {
    font-size: 40px !important;
    margin-bottom: 20px !important;
}

section#parallax {
    padding: 168px 0px !important;
}
.home_parallax_sections h1.text-white.text-center.font-tertiary {
    font-size: 44px !important;
    font-family: 'Josefin Sans', sans-serif !important;
}

.navbar-dark .navbar-nav .nav-link{
    font-family: 'Josefin Sans', sans-serif !important;
}
.col-md-12.col-lg-11.mx-auto.slider_button_sections {
    top: 192px;
    text-align: center;
}
a.font-tertiary.slider_btn{
  color: #fff;
  background-color: #000;
  padding: 20px;
  margin-right: 20px; 
  border-radius: 10px;
  font-family: 'Josefin Sans', sans-serif !important;
}
img.img-fluid.w-100{
  opacity: 0.45;
}

.pb-100 {
    padding-bottom: 60px;
}
.pt-130 {
    padding-top: 40px;
}
.single-about {
   /* margin-left: 100px;*/
    /*margin-right: 70px;*/
}
.mb-30 {
    margin-bottom: 30px;
}
.about-2-img {
    margin-right: 15px;
}
.about-2-img img {
    width: 100%;
}
.about-1-video {
    margin-top: -63px;
}
.about-video {
    background-image: -moz-linear-gradient( -38deg, rgb(203 0 0) 0%, rgb(13 7 2) 99%);;
    background-image: -webkit-linear-gradient( -38deg, rgb(203 0 0) 0%, rgb(13 7 2) 99%);
    background-image: -ms-linear-gradient( -38deg, rgb(203 0 0) 0%, rgb(13 7 2) 99%);;
    margin-left: 70px;
    display: inline-block;
    padding: 25px 49px;
}
.text-right {
    text-align: right!important;
}
.about-video > a {
    color: #fff;
    height: 80px;
    width: 80px;
   /* border: 2px solid #fff;*/
    display: inline-block;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    transition: .3s;
    font-size: 18px;
}
a.popup-video path {
    fill: #fff;
}
.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.fa-play:before {
    content: "\f04b";
}
.about-video > span {
    color: #ffffff;
    font-size: 18px;
    margin-left: 15px;
    font-weight: 500;
}
.mb-30 {
    margin-bottom: 30px;
}
.about-content {
    margin-top: 20px;
}
.about-content h1 {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 32px;
    letter-spacing: -.4px;
}
.about-content span {
    font-weight: 500;
    color: #202aae;
    font-size: 18px;
}
.about-content p {
    margin-right: 10px;
    margin-top: 26px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    color: #797979;
}
.about-us-img {
    margin-top: 30px;
}
.about-3-img {
    margin-right: 30px;
}
.about-4-img {
    padding-top: 20px;
}
.about-video.text-right {
    z-index: 9 !important;
    position: absolute !important;
}
a.font-tertiary.slider_btn.second_btn {
    background: #d20303;
}
.about-2-wrapper.mb-30 p.font-secondary.paragraph-lg.text-dark {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 16px;
    text-align: justify;
}
.font-secondary {
    font-family: "Playfair Display", serif !important;
    font-family: 'Josefin Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Josefin Sans', sans-serif !important;
} 

.layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}
.col-xl-6.col-lg-6.musclemenmalestrippers_sections_1 {
    margin-top: -100px;
}
.sw_banner_bottom_shap_img_wrapper{
  float:left;
  width:100%;
  position:relative;
}
.abt_right_img_wrapper {
   position:absolute;
   top:60px;
   right:0;
}
.abt_right_img_wrapper img{
  -webkit-animation: movebounce 4.0s linear infinite;
    animation: movebounce 4.0s linear infinite;
}
.sw_disc_img_btm{
  position:absolute;
  top:-60px;
  left:-70px;
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_disc_img_btm img{
  -webkit-animation: movebounce 3.5s linear infinite;
    animation: movebounce 3.5s linear infinite;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }

.home_sections_2 img.img-responsive {
    width: 100%;
}

/* home page last sections css start */

@media (max-width:790px) {
    .section-indent01:not(.no-margin) {
        margin-top: -43px
    }
}
.section-indent02:not(.no-margin) {
    margin-top: 1px
}

@media (max-width:1024px) {
    .section-indent02:not(.no-margin) {
        margin-top: 40px
    }
    .section-indent02:not(.no-margin) .section-marker:before {
        margin-top: -4px
    }
    .section-indent03 .section-title .section-title__text {
        padding-top: 38px
    }
    .section-indent03 .section-title .section-title__text-under {
        top: -10px
    }
}

@media (max-width:937px) {
    .section-indent02:not(.no-margin) .section-marker:before {
        margin-top: -14px
    }
}

@media (max-width:887px) {
    .section-indent02:not(.no-margin) .section-marker:before {
        margin-top: -3px
    }
}

@media (max-width:826px) {
    .section-indent02:not(.no-margin) {
        margin-top: 58px
    }
    .section-indent02:not(.no-margin) .section-marker:before {
        margin-top: -23px
    }
}

@media (max-width:790px) {
    .section-indent02:not(.no-margin) {
        margin-top: 60px
    }
}

@media (max-width: 767px){
.events-wide {
    flex-wrap: wrap;
}
}
@media (max-width:767px) {
    #subtitle-wrapper {
        top: 97px;
        height: 154px
    }
    #subtitle-wrapper .subtitle__title {
        font-size: 34px;
        line-height: 37px
    }
    #subtitle-wrapper .subtitle__label {
        font-size: 15px;
        line-height: 25px;
        margin-top: 2px
    }
    #subtitle-wrapper+#tt-pageContent {
        margin-top: 250px
    }
    .section-indent02:not(.no-margin) {
        margin-top: 0
    }
    .section-indent02:not(.no-margin) .section-marker:before {
        margin-top: 27px
    }
}
.no-gutters.container-fluid {
    padding-left: 0;
    padding-right: 0
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.container-fluid {
    width: 100%;
}
@media (max-width:1024px) {
    .section-indent02:not(.no-margin) {
        margin-top: 40px
    }
    .section-indent02:not(.no-margin) .section-marker:before {
        margin-top: -4px
    }
    .section-indent03 .section-title .section-title__text {
        padding-top: 38px
    }
    .section-indent03 .section-title .section-title__text-under {
        top: -10px
    }
}

@media (max-width:937px) {
    .section-indent02:not(.no-margin) .section-marker:before {
        margin-top: -14px
    }
}

@media (max-width:887px) {
    .section-indent02:not(.no-margin) .section-marker:before {
        margin-top: -3px
    }
}

@media (max-width:826px) {
    .section-indent02:not(.no-margin) {
        margin-top: 58px
    }
    .section-indent02:not(.no-margin) .section-marker:before {
        margin-top: -23px
    }
}

@media (max-width:790px) {
    .section-indent02:not(.no-margin) {
        margin-top: 60px
    }
}

@media (max-width:767px) {
    #subtitle-wrapper {
        top: 97px;
        height: 154px
    }
    #subtitle-wrapper .subtitle__title {
        font-size: 34px;
        line-height: 37px
    }
    #subtitle-wrapper .subtitle__label {
        font-size: 15px;
        line-height: 25px;
        margin-top: 2px
    }
    #subtitle-wrapper+#tt-pageContent {
        margin-top: 250px
    }
    .section-indent02:not(.no-margin) {
        margin-top: 0
    }
    .section-indent02:not(.no-margin) .section-marker:before {
        margin-top: 27px
    }
}
@media (max-width:1024px) {
    .section-indent06:not(.no-margin) {
        margin-top: 40px
    }
    .section-indent06:not(.no-margin) .section-marker:before {
        margin-top: -4px
    }
}

@media (max-width:937px) {
    .section-indent06:not(.no-margin) .section-marker:before {
        margin-top: -14px
    }
}

@media (max-width:887px) {
    .section-indent06:not(.no-margin) .section-marker:before {
        margin-top: -3px
    }
}

@media (max-width:826px) {
    .section-indent06:not(.no-margin) .section-marker:before {
        margin-top: -23px
    }
}

@media (max-width:767px) {
    .section-indent06:not(.no-margin) .section-marker:before {
        margin-top: 40px
    }
}
@media (min-width:1025px) {
    .section-wrapper01 {
        margin-top: -50px
    }
    .section-marker:before {
        width: 4px;
        height: 63px;
        margin-left: -2px
    }
    .mainSlider .slide .slide-content .tt-title-01 {
        font-size: 20px;
        line-height: 16px
    }
    .mainSlider .slide .slide-content .tt-title-02 {
        font-size: 64px;
        line-height: 67px;
        margin-top: 38px
    }
}
@media (max-width:1024px) {
    .container-fluid-subpages {
        padding-left: 20px;
        padding-right: 20px
    }
    .subpages-inner {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .section-wrapper01 {
        margin-top: -30px
    }
    .section-marker:before {
        width: 3px;
        height: 46px;
        margin-top: -23px
    }
    .section-marker.section-marker__indent01:before {
        margin-top: -40px
    }
    .section-marker.section-marker__indent02:before {
        margin-top: 62px
    }
    .section-marker.section-marker__indent03:before,
    .section-marker.section-marker__indent04:before {
        margin-top: -63px
    }
}
.events-wide-list .events-wide:nth-child(even) {
    flex-direction: row-reverse
}

.events-wide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.events-wide .events-wide__img {
    flex: 0 0 46%;
    max-width: 46%;
    overflow: hidden
}

.events-wide .events-wide__img a {
    display: block;
    margin-top: 50px;
    height: 731px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.events-wide .events-wide__img .tt-text {
    font-family: Poppins, sans-serif;
    letter-spacing: -.03em;
    font-weight: 700;
    font-size: 96px;
    line-height: 105%;
    color: #fff;
    text-transform: uppercase;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    display: block;
    position: absolute;
    white-space: nowrap
}

.events-wide .events-wide__img .tt-text.tt-text__right {
    right: -17px;
    top: 0;
    transform: scale(-1, -1);
    position: absolute
}

.events-wide .events-wide__img .tt-text.tt-text__left {
    top: 96px;
    left: -17px
}

.events-wide .events-wide__img .tt-icon {
    width: 93px;
    height: 93px;
    background-color: rgb(213 0 2);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    transition: .3s
}

.events-wide .events-wide__img .tt-icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 11px solid transparent;
    border-left: 16px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-5px, -11px)
}

.events-wide .events-wide__img .tt-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
    opacity: .5;
    -webkit-animation: 1.3s linear infinite pulse;
    animation: 1.3s linear infinite pulse;
    transform: translate(-50%, -50%);
    transition: .3s;
    pointer-events: none
}

.events-wide .events-wide__img .tt-icon:hover {
    background: linear-gradient(270deg, rgb(213 0 2) -3.76%, #000 100%)
}

html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
    right: -19px
}

html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
    left: -19px
}

@media (max-width: 767px){
.events-wide .events-wide__content, .events-wide .events-wide__img {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
}

.events-wide-list .events-wide:nth-child(even) {
    flex-direction: row-reverse;
}

@media (max-width: 767px){
.events-wide {
    flex-wrap: wrap;
}
}
.events-wide-list .events-wide:nth-child(even) .events-wide__img a {
    margin-top: 0;
    height: 531px
}
@media (max-width:1024px) {
    .events-wide-list .events-wide:nth-child(even) .events-wide__img a {
        height: 449px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -14px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -16px
    }
    .slick-dots01 .slick-dots li {
        padding: 8px 9px
    }
    .slick-dots01 .slick-dots li>* {
        width: 6px;
        max-width: 6px;
        height: 6px
    }
}

@media (max-width:575px) {
    .events-wide-list .events-wide:nth-child(even) .events-wide__img a {
        height: 235px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -8px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -8px
    }
    .slick-dots01 .slick-dots {
        margin-top: 0
    }
}
.events-wide:not(.tt-item__revers) {
    align-content: stretch;
    align-items: flex-end
}

.events-wide:not(.tt-item__revers) .events-wide__content {
    padding: 111px 70px 114px 100px
}

.events-wide.tt-item__revers .events-wide__content {
    padding: 111px 80px 114px 40px;
    box-shadow: 0 4px 124px rgba(0, 0, 0, .25)
}

.events-wide.tt-item__revers .events-wide_wrapper {
    float: right
}

@media (max-width:1600px) {
    .events-wide .events-wide__img .tt-text {
        font-size: 90px
    }
}

@media (max-width:1500px) {
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 111px 65px 90px 80px
    }
    .events-wide.tt-item__revers .events-wide__content {
        padding: 111px 50px 90px 40px
    }
}

@media (max-width:1024px) {
    .events-wide .events-wide__img a {
        height: 436px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 79px;
        height: 79px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 73px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -12px;
        top: -1px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -14px
    }
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 54px 65px 57px 50px
    }
    .events-wide.tt-item__revers .events-wide__content {
        padding: 73px 50px 77px 40px
    }
    .events-wide .events-wide__content {
        min-height: 467px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 33px
    }
}

@media (max-width:887px) {
    .events-wide .events-wide__img a {
        height: 472px
    }
}

@media (max-width:767px) {
    .events-wide {
        flex-wrap: wrap
    }
    .events-wide .events-wide__content,
    .events-wide .events-wide__img {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        overflow: hidden
    }
    .events-wide .events-wide__content {
        min-height: inherit
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 90px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 53px;
        height: 53px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
    }
    .events-wide .events-wide__img .tt-icon:before {
        content: "";
        display: inline-block;
        position: absolute;
        border: 6px solid transparent;
        border-left: 11px solid #fff;
        top: 50%;
        left: 50%;
        transform: translate(-5px, -6px)
    }
    .events-wide .events-wide__img a {
        height: 400px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 67px;
        top: -4px
    }
    .events-wide .blocktitle .tt-title-under {
        left: -11px
    }
}

@media (max-width:575px) {
    .subpages-inner {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .event-item {
        max-width: 248px;
        margin-left: auto;
        margin-right: auto
    }
    .events-wide .events-wide__img a {
        height: 235px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 40px;
        top: -3px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -7px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -7px;
        top: -4px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 28px
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 39px
    }
}
.events-wide .events-wide__img {
    flex: 0 0 46%;
    max-width: 46%;
    overflow: hidden
}

.events-wide .events-wide__img a {
    display: block;
    margin-top: 50px;
    height: 531px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.events-wide .events-wide__img .tt-text {
    font-family: Poppins, sans-serif;
    letter-spacing: -.03em;
    font-weight: 700;
    font-size: 96px;
    line-height: 105%;
    color: #fff;
    text-transform: uppercase;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    display: block;
    position: absolute;
    white-space: nowrap
}

.events-wide .events-wide__img .tt-text.tt-text__right {
    right: -17px;
    top: 0;
    transform: scale(-1, -1);
    position: absolute
}

.events-wide .events-wide__img .tt-text.tt-text__left {
    top: 2px;
    left: -11px;
}

.events-wide .events-wide__img .tt-icon {
    width: 93px;
    height: 93px;
    background-color: #ff1a43;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    transition: .3s
}

.events-wide .events-wide__img .tt-icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 11px solid transparent;
    border-left: 16px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-5px, -11px)
}

.events-wide .events-wide__img .tt-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
    opacity: .5;
    -webkit-animation: 1.3s linear infinite pulse;
    animation: 1.3s linear infinite pulse;
    transform: translate(-50%, -50%);
    transition: .3s;
    pointer-events: none
}

.events-wide .events-wide__img .tt-icon:hover {
    background: linear-gradient(270deg, rgb(213 0 2) -3.76%, #000 100%)
}

@media (max-width:1600px) {
    .events-wide .events-wide__img .tt-text {
        font-size: 60px
    }
}

@media (max-width:1024px) {
    .events-wide .events-wide__img a {
        height: 436px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 79px;
        height: 79px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 73px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -12px;
        top: -1px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -14px
    }
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 54px 65px 57px 50px
    }
    .events-wide.tt-item__revers .events-wide__content {
        padding: 73px 50px 77px 40px
    }
    .events-wide .events-wide__content {
        min-height: 467px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 33px
    }
}

@media (max-width:887px) {
    .events-wide .events-wide__img a {
        height: 472px
    }
}

@media (max-width:767px) {
    .events-wide {
        flex-wrap: wrap
    }
    .events-wide .events-wide__content,
    .events-wide .events-wide__img {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        overflow: hidden
    }
    .events-wide .events-wide__content {
        min-height: inherit
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 90px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 53px;
        height: 53px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
    }
    .events-wide .events-wide__img .tt-icon:before {
        content: "";
        display: inline-block;
        position: absolute;
        border: 6px solid transparent;
        border-left: 11px solid #fff;
        top: 50%;
        left: 50%;
        transform: translate(-5px, -6px)
    }
    .events-wide .events-wide__img a {
        height: 400px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 67px;
        top: -4px
    }
    .events-wide .blocktitle .tt-title-under {
        left: -11px
    }
}

@media (max-width:575px) {
    .subpages-inner {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .event-item {
        max-width: 248px;
        margin-left: auto;
        margin-right: auto
    }
    .events-wide .events-wide__img a {
        height: 235px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 40px;
        top: -3px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -7px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -7px;
        top: -4px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 28px
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 39px
    }
}

.events-wide-list .events-wide:nth-child(even) {
    flex-direction: row-reverse
}

.events-wide-list .events-wide:nth-child(even) .events-wide__img a {
    margin-top: 0;
    height: 531px
}

html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
    right: -19px
}

html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
    left: -19px
}
@media (max-width:1024px) {
    .events-wide-list .events-wide:nth-child(even) .events-wide__img a {
        height: 449px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -14px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -16px
    }
    .slick-dots01 .slick-dots li {
        padding: 8px 9px
    }
    .slick-dots01 .slick-dots li>* {
        width: 6px;
        max-width: 6px;
        height: 6px
    }
}

@media (max-width:575px) {
    .events-wide-list .events-wide:nth-child(even) .events-wide__img a {
        height: 235px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -8px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -8px
    }
    .slick-dots01 .slick-dots {
        margin-top: 0
    }
}

.events-wide .events-wide__img a {
    display: block;
    margin-top: 50px;
    height: 531px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

@media (max-width:1024px) {
    .events-wide .events-wide__img a {
        height: 436px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 79px;
        height: 79px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 73px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -12px;
        top: -1px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -14px
    }
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 54px 65px 57px 50px
    }
    .events-wide.tt-item__revers .events-wide__content {
        padding: 73px 50px 77px 40px
    }
    .events-wide .events-wide__content {
        min-height: 467px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 33px
    }
}

@media (max-width:887px) {
    .events-wide .events-wide__img a {
        height: 472px
    }
}

@media (max-width:767px) {
    .events-wide {
        flex-wrap: wrap
    }
    .events-wide .events-wide__content,
    .events-wide .events-wide__img {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        overflow: hidden
    }
    .events-wide .events-wide__content {
        min-height: inherit
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 90px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 53px;
        height: 53px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
    }
    .events-wide .events-wide__img .tt-icon:before {
        content: "";
        display: inline-block;
        position: absolute;
        border: 6px solid transparent;
        border-left: 11px solid #fff;
        top: 50%;
        left: 50%;
        transform: translate(-5px, -6px)
    }
    .events-wide .events-wide__img a {
        height: 400px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 67px;
        top: -4px
    }
    .events-wide .blocktitle .tt-title-under {
        left: -11px
    }
}

@media (max-width:575px) {
    .subpages-inner {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .event-item {
        max-width: 248px;
        margin-left: auto;
        margin-right: auto
    }
    .events-wide .events-wide__img a {
        height: 235px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 40px;
        top: -3px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -7px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -7px;
        top: -4px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 28px
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 39px
    }
}
.events-wide-list .events-wide:nth-child(even) .events-wide__img a {
    margin-top: 0;
    height: 531px
}

@media (max-width:1024px) {
    .events-wide-list .events-wide:nth-child(even) .events-wide__img a {
        height: 449px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -14px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -16px
    }
    .slick-dots01 .slick-dots li {
        padding: 8px 9px
    }
    .slick-dots01 .slick-dots li>* {
        width: 6px;
        max-width: 6px;
        height: 6px
    }
}

@media (max-width:575px) {
    .events-wide-list .events-wide:nth-child(even) .events-wide__img a {
        height: 235px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -8px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -8px
    }
    .slick-dots01 .slick-dots {
        margin-top: 0
    }
}
.events-wide .events-wide__img .tt-text.tt-text__right {
    right: -17px;
    top: 0;
    transform: scale(-1, -1);
    position: absolute
}
@media (max-width:1024px) {
    .events-wide .events-wide__img a {
        height: 436px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 79px;
        height: 79px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 73px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -12px;
        top: -1px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -14px
    }
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 54px 65px 57px 50px
    }
    .events-wide.tt-item__revers .events-wide__content {
        padding: 73px 50px 77px 40px
    }
    .events-wide .events-wide__content {
        min-height: 467px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 33px
    }
}

@media (max-width:575px) {
    .subpages-inner {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .event-item {
        max-width: 248px;
        margin-left: auto;
        margin-right: auto
    }
    .events-wide .events-wide__img a {
        height: 235px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 40px;
        top: -3px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -7px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -7px;
        top: -4px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 28px
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 39px
    }
}

html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
    right: -19px
}

@media (max-width:1024px) {
    .events-wide-list .events-wide:nth-child(even) .events-wide__img a {
        height: 449px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -14px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -16px
    }
    .slick-dots01 .slick-dots li {
        padding: 8px 9px
    }
    .slick-dots01 .slick-dots li>* {
        width: 6px;
        max-width: 6px;
        height: 6px
    }
}

@media (max-width:575px) {
    .events-wide-list .events-wide:nth-child(even) .events-wide__img a {
        height: 235px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -8px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -8px
    }
    .slick-dots01 .slick-dots {
        margin-top: 0
    }
}

.events-wide .events-wide__img .tt-icon {
    width: 93px;
    height: 93px;
    background-color: #ff1a43;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    transition: .3s
}

.events-wide .events-wide__img .tt-icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 11px solid transparent;
    border-left: 16px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-5px, -11px)
}

.events-wide .events-wide__img .tt-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
    opacity: .5;
    -webkit-animation: 1.3s linear infinite pulse;
    animation: 1.3s linear infinite pulse;
    transform: translate(-50%, -50%);
    transition: .3s;
    pointer-events: none
}

.events-wide .events-wide__img .tt-icon:hover {
   background: linear-gradient(270deg, rgb(213 0 2) -3.76%, #000 100%);
}

@media (max-width:1024px) {
    .events-wide .events-wide__img a {
        height: 436px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 79px;
        height: 79px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 73px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -12px;
        top: -1px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -14px
    }
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 54px 65px 57px 50px
    }
    .events-wide.tt-item__revers .events-wide__content {
        padding: 73px 50px 77px 40px
    }
    .events-wide .events-wide__content {
        min-height: 467px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 33px
    }
}

@media (max-width:767px) {
    .events-wide {
        flex-wrap: wrap
    }
    .events-wide .events-wide__content,
    .events-wide .events-wide__img {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        overflow: hidden
    }
    .events-wide .events-wide__content {
        min-height: inherit
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 90px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 53px;
        height: 53px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
    }
    .events-wide .events-wide__img .tt-icon:before {
        content: "";
        display: inline-block;
        position: absolute;
        border: 6px solid transparent;
        border-left: 11px solid #fff;
        top: 50%;
        left: 50%;
        transform: translate(-5px, -6px)
    }
    .events-wide .events-wide__img a {
        height: 400px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 67px;
        top: -4px
    }
    .events-wide .blocktitle .tt-title-under {
        left: -11px
    }
}

.events-wide .events-wide__img .tt-icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 11px solid transparent;
    border-left: 16px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-5px,-11px);
}
.events-wide .events-wide__img .tt-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
    opacity: .5;
    -webkit-animation: 1.3s linear infinite pulse;
    animation: 1.3s linear infinite pulse;
    transform: translate(-50%,-50%);
    transition: .3s;
    pointer-events: none;
}

.events-wide:not(.tt-item__revers) {
    align-content: stretch;
    align-items: flex-end
}

.events-wide:not(.tt-item__revers) .events-wide__content {
    padding: 111px 70px 114px 100px
}
@media (max-width:1500px) {
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 0px 65px 0px 80px
    }
    .events-wide.tt-item__revers .events-wide__content {
        padding: 0px 50px 0px 40px
    }
}
@media (max-width:1024px) {
    .events-wide .events-wide__img a {
        height: 436px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 79px;
        height: 79px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 73px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -12px;
        top: -1px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -14px
    }
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 54px 65px 57px 50px
    }
    .events-wide.tt-item__revers .events-wide__content {
        padding: 73px 50px 77px 40px
    }
    .events-wide .events-wide__content {
        min-height: 467px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 33px
    }
}
@media (max-width:767px) {
    .events-wide {
        flex-wrap: wrap
    }
    .events-wide .events-wide__content,
    .events-wide .events-wide__img {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        overflow: hidden
    }
    .events-wide .events-wide__content {
        min-height: inherit
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 90px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 53px;
        height: 53px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
    }
    .events-wide .events-wide__img .tt-icon:before {
        content: "";
        display: inline-block;
        position: absolute;
        border: 6px solid transparent;
        border-left: 11px solid #fff;
        top: 50%;
        left: 50%;
        transform: translate(-5px, -6px)
    }
    .events-wide .events-wide__img a {
        height: 400px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 67px;
        top: -4px
    }
    .events-wide .blocktitle .tt-title-under {
        left: -11px
    }
}
@media (max-width:575px) {
    .subpages-inner {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .event-item {
        max-width: 248px;
        margin-left: auto;
        margin-right: auto
    }
    .events-wide .events-wide__img a {
        height: 235px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 40px;
        top: -3px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -7px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -7px;
        top: -4px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 28px
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 39px
    }
}

.events-wide .events-wide__content .events-wide_wrapper {
    max-width: 571px
}
.blocktitle {
    position: relative;
    padding-bottom: 15px;
}
.blocktitle .tt-caption {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .2em;
    text-transform: uppercase
}
@media (max-width:1500px) {
    .blocktitle .tt-caption {
        font-size: 14px;
        line-height: 22px
    }
    .blocktitle .tt-title {
        font-size: 40px;
        line-height: 42px
    }
    .blocktitle .tt-title-under {
        font-size: 160px;
        line-height: 170px
    }
}
@media (max-width:1024px) {
    .blocktitle {
        padding-bottom: 17px
    }
    .blocktitle .tt-caption {
        font-size: 13px;
        line-height: 21px
    }
    .blocktitle .tt-title {
        font-size: 35px;
        line-height: 37px;
        margin-top: 28px
    }
    .blocktitle .tt-title:after {
        width: 34px;
        height: 3px
    }
    .blocktitle .tt-title-under {
        font-size: 140px;
        line-height: 147px;
        top: -33px
    }
}

@media (max-width:767px) {
    .tt-btn-default span {
        height: 35px;
        font-size: 13px;
        padding: 9px 18px 12px
    }
    .blocktitle {
        padding-bottom: 8px;
        padding-right: 21px
    }
    .blocktitle .tt-caption {
        font-size: 13px;
        line-height: 21px
    }
    .blocktitle .tt-title {
        font-size: 32px;
        line-height: 34px;
        margin-top: 25px
    }
    .blocktitle .tt-title:after {
        width: 20px;
        height: 2px;
        margin-left: 8px;
        bottom: 6px
    }
    .blocktitle .tt-title-under {
        font-size: 100px;
        line-height: 105px;
        top: -16px;
        left: 11px
    }
}

.blocktitle .tt-title {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -.03em;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    position: relative;
    z-index: 2;
    margin: 37px 0 0
}

.blocktitle .tt-title:after {
    content: "";
    display: inline-block;
    background: linear-gradient(270deg, #ff1a43 -.23%, #7b16d9 100%);
    border-radius: 10px;
    width: 43px;
    height: 4px;
    margin-left: 15px;
    bottom: 9px;
    position: absolute
}

.blocktitle .tt-title-under {
    font-size: 200px;
    line-height: 210px;
    position: absolute;
    top: -92px;
    left: -37px;
    z-index: 1;
    font-family: Poppins, sans-serif;
    font-weight: 700
}

@media (max-width:1500px) {
    .blocktitle .tt-caption {
        font-size: 14px;
        line-height: 22px
    }
    .blocktitle .tt-title {
        font-size: 40px;
        line-height: 42px
    }
    .blocktitle .tt-title-under {
        font-size: 160px;
        line-height: 170px
    }
}
@media (max-width:1024px) {
    .blocktitle {
        padding-bottom: 17px
    }
    .blocktitle .tt-caption {
        font-size: 13px;
        line-height: 21px
    }
    .blocktitle .tt-title {
        font-size: 35px;
        line-height: 37px;
        margin-top: 28px
    }
    .blocktitle .tt-title:after {
        width: 34px;
        height: 3px
    }
    .blocktitle .tt-title-under {
        font-size: 140px;
        line-height: 147px;
        top: -33px
    }
}

@media (max-width:767px) {
    .tt-btn-default span {
        height: 35px;
        font-size: 13px;
        padding: 9px 18px 12px
    }
    .blocktitle {
        padding-bottom: 8px;
        padding-right: 21px
    }
    .blocktitle .tt-caption {
        font-size: 13px;
        line-height: 21px
    }
    .blocktitle .tt-title {
        font-size: 32px;
        line-height: 34px;
        margin-top: 25px
    }
    .blocktitle .tt-title:after {
        width: 20px;
        height: 2px;
        margin-left: 8px;
        bottom: 6px
    }
    .blocktitle .tt-title-under {
        font-size: 100px;
        line-height: 105px;
        top: -16px;
        left: 11px
    }
}

@media (max-width:767px) {
    .events-wide {
        flex-wrap: wrap
    }
    .events-wide .events-wide__content,
    .events-wide .events-wide__img {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        overflow: hidden
    }
    .events-wide .events-wide__content {
        min-height: inherit
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 90px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 53px;
        height: 53px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
    }
    .events-wide .events-wide__img .tt-icon:before {
        content: "";
        display: inline-block;
        position: absolute;
        border: 6px solid transparent;
        border-left: 11px solid #fff;
        top: 50%;
        left: 50%;
        transform: translate(-5px, -6px)
    }
    .events-wide .events-wide__img a {
        height: 400px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 67px;
        top: -4px
    }
    .events-wide .blocktitle .tt-title-under {
        left: -11px
    }
}

@media (max-width:767px) {
    .promo-box-wide .tt-item {
        flex-wrap: wrap;
        padding: 0
    }
    .promo-box-wide .tt-item .tt-item__label {
        top: 0;
        left: auto;
        right: 20px;
        transform: translate(0, -100%);
        margin-top: 10px
    }
    .promo-box-wide .tt-item .tt-item__img {
        width: 100%;
        position: relative
    }
    .promo-box-wide .tt-item .tt-item__content {
        position: relative;
        width: 100%;
        padding: 7px 20px 46px
    }
    .promo-box-wide .tt-item .tt-item__content .title__text-description {
        margin-top: 21px
    }
    .promo-box-wide .tt-item .list-01.list-text-top {
        margin-top: 17px
    }
    .promo-box-wide .tt-item .blocktitle .tt-title-under {
        left: -11px
    }
}

.events-parties .tt-item:nth-child(even) .blocktitle .tt-title {
    color: #fff
}

.blocktitle.blocktitle_color-01 .tt-title-under {
    text-shadow: 0 0 2px rgba(255, 255, 255, .2);
    color: #3d3b42
}

.blocktitle .tt-title-under {
    font-size: 200px;
    line-height: 210px;
    position: absolute;
    top: -92px;
    left: -37px;
    z-index: 1;
    font-family: Poppins, sans-serif;
    font-weight: 700
}

@media (max-width:1500px) {
    .blocktitle .tt-caption {
        font-size: 14px;
        line-height: 22px
    }
    .blocktitle .tt-title {
        font-size: 40px;
        line-height: 42px
    }
    .blocktitle .tt-title-under {
        font-size: 160px;
        line-height: 170px
    }
}

@media (max-width:1024px) {
    .blocktitle {
        padding-bottom: 17px
    }
    .blocktitle .tt-caption {
        font-size: 13px;
        line-height: 21px
    }
    .blocktitle .tt-title {
        font-size: 35px;
        line-height: 37px;
        margin-top: 28px
    }
    .blocktitle .tt-title:after {
        width: 34px;
        height: 3px
    }
    .blocktitle .tt-title-under {
        font-size: 140px;
        line-height: 147px;
        top: -33px
    }
}

@media (max-width:767px) {
    .tt-btn-default span {
        height: 35px;
        font-size: 13px;
        padding: 9px 18px 12px
    }
    .blocktitle {
        padding-bottom: 8px;
        padding-right: 21px
    }
    .blocktitle .tt-caption {
        font-size: 13px;
        line-height: 21px
    }
    .blocktitle .tt-title {
        font-size: 32px;
        line-height: 34px;
        margin-top: 25px
    }
    .blocktitle .tt-title:after {
        width: 20px;
        height: 2px;
        margin-left: 8px;
        bottom: 6px
    }
    .blocktitle .tt-title-under {
        font-size: 100px;
        line-height: 105px;
        top: -16px;
        left: 11px
    }
}

@media (max-width:767px) {
    .promo-box-wide .tt-item {
        flex-wrap: wrap;
        padding: 0
    }
    .promo-box-wide .tt-item .tt-item__label {
        top: 0;
        left: auto;
        right: 20px;
        transform: translate(0, -100%);
        margin-top: 10px
    }
    .promo-box-wide .tt-item .tt-item__img {
        width: 100%;
        position: relative
    }
    .promo-box-wide .tt-item .tt-item__content {
        position: relative;
        width: 100%;
        padding: 7px 20px 46px
    }
    .promo-box-wide .tt-item .tt-item__content .title__text-description {
        margin-top: 21px
    }
    .promo-box-wide .tt-item .list-01.list-text-top {
        margin-top: 17px
    }
    .promo-box-wide .tt-item .blocktitle .tt-title-under {
        left: -11px
    }
}
.events-wide .events-wide__content {
    flex: 0 0 54%;
    max-width: 54%;
    min-height: 582px;
    overflow: hidden;
    position: relative;
}
.events-wide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.blocktitle_color-01.blocktitle h4.tt-title {
    color: #000;
}
.events-wide__content.tt-color02 p {
    color: #000;
}
.events-wide__content.tt-color02 {
    background: #fff !important;
}

.events-wide__content.tt-color01 {
    background: #000;
}
.tt-color01 h4.tt-title {
    color: #fff;
}

.events-wide__content.tt-color01 p {
    color: #fff;
    text-align: justify;
}


@media (min-width:1025px) {
    .section-indent01:not(.no-margin) {
        margin-top: 36px
    }
}

@media (max-width:1024px) {
    .section-indent01:not(.no-margin) {
        margin-top: -5px
    }
}

@media (max-width:790px) {
    .section-indent01:not(.no-margin) {
        margin-top: -43px
    }
}
.section-title .section-title__text {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -.03em;
    position: relative;
    z-index: 2;
    padding-top: 88px;
    margin: 0;
    color: #3d3b42;
}
.section-title .section-title__text-under {
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 700;
    opacity: .4;
    font-size: 200px;
    line-height: 18px;
    text-shadow: 0 2px 7px rgb(52 52 52 / 30%);
    transform: translateX(-50%);
    top: 85px;
    left: 50%;
    z-index: 1;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* home page last sections css first over */



/* home page last sections css second  */

@media (max-width:1024px) {
    .events-img-list {
        margin-top: 42px
    }
    .event-item02 .event-item02__img {
        height: 375px
    }
    .event-item02 .event-item02__content {
        padding: 41px 20px 62px
    }
    .event-item02 .event-item02__content .tt-title {
        font-size: 18px;
        line-height: 24px
    }
    .event-item02 .event-item02__content .event-item02__border {
        padding-left: 15px;
        padding-right: 15px
    }
    .event-item02 .event-item02__content .event-item02__border:after,
    .event-item02 .event-item02__content .event-item02__border:before {
        width: 33px
    }
    .event-item02 .event-item02__content p {
        padding-left: 0;
        padding-right: 0
    }
    .event-item02 .event-item02__content .tt-btn {
        bottom: -19px
    }
}

.event-item02:hover .event-item02__img {
    transform: scale3d(1.1, 1.1, 1)
}

@media (max-width:576px) {
    .event-item02-list .event-item02 {
        margin-left: auto;
        margin-right: auto;
        max-width: 286px
    }
    .event-item02-list .event-item02__img {
        height: 375px
    }
}

.events-wide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.events-wide .events-wide__img {
    flex: 0 0 46%;
    max-width: 46%;
    overflow: hidden
}

.events-wide .events-wide__img a {
    display: block;
    margin-top: 50px;
    height: 731px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.events-wide .events-wide__img .tt-text {
    font-family: Poppins, sans-serif;
    letter-spacing: -.03em;
    font-weight: 700;
    font-size: 96px;
    line-height: 105%;
    color: #fff;
    text-transform: uppercase;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    display: block;
    position: absolute;
    white-space: nowrap
}

.events-wide .events-wide__img .tt-text.tt-text__right {
    right: -17px;
    top: 20px;
    transform: scale(-1, -1);
    position: absolute
}

.events-wide .events-wide__img .tt-text.tt-text__left {
    top: 96px;
    left: -17px
}

.events-wide .events-wide__img .tt-icon {
    width: 93px;
    height: 93px;
    background-color: rgb(213 0 2) !important;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    transition: .3s
}

.events-wide .events-wide__img .tt-icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 11px solid transparent;
    border-left: 16px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-5px, -11px)
}

.events-wide .events-wide__img .tt-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
    opacity: .5;
    -webkit-animation: 1.3s linear infinite pulse;
    animation: 1.3s linear infinite pulse;
    transform: translate(-50%, -50%);
    transition: .3s;
    pointer-events: none
}

.events-wide .events-wide__img .tt-icon:hover {
    background: linear-gradient(270deg, rgb(213 0 2) -3.76%, #000 100%);
}

.events-wide .events-wide__content {
    flex: 0 0 54%;
    max-width: 54%;
    min-height: 582px;
    overflow: hidden;
    position: relative
}

.events-wide .events-wide__content.tt-color02 {
    background-color: #3d3b42;
    color: #d3d3d5
}

.events-wide .events-wide__content .events-wide_wrapper {
    max-width: 571px
}

.events-wide .events-wide__content [class^=tt-btn] {
    margin-top: 41px
}

.events-wide:not(.tt-item__revers) {
    align-content: stretch;
    align-items: flex-end
}

.events-wide:not(.tt-item__revers) .events-wide__content {
    padding: 111px 70px 114px 100px
}

.events-wide.tt-item__revers .events-wide__content {
    padding: 111px 80px 114px 40px;
    box-shadow: 0 4px 124px rgba(0, 0, 0, .25)
}

.events-wide.tt-item__revers .events-wide_wrapper {
    float: right
}

@media (max-width:1600px) {
    .events-wide .events-wide__img .tt-text {
        font-size: 90px
    }
}

@media (max-width:1500px) {
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 111px 65px 90px 80px
    }
    .events-wide.tt-item__revers .events-wide__content {
        padding: 111px 50px 90px 40px
    }
}

@media (max-width:1024px) {
    .events-wide .events-wide__img a {
        height: 436px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 79px;
        height: 79px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 73px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -12px;
        top: -1px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -14px
    }
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 54px 65px 57px 50px
    }
    .events-wide.tt-item__revers .events-wide__content {
        padding: 73px 50px 77px 40px
    }
    .events-wide .events-wide__content {
        min-height: 467px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 33px
    }
}

@media (max-width:887px) {
    .events-wide .events-wide__img a {
        height: 472px
    }
}

@media (max-width:767px) {
    .events-wide {
        flex-wrap: wrap
    }
    .events-wide .events-wide__content,
    .events-wide .events-wide__img {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        overflow: hidden
    }
    .events-wide .events-wide__content {
        min-height: inherit
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 90px
    }
    .events-wide .events-wide__img .tt-icon {
        width: 53px;
        height: 53px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
    }
    .events-wide .events-wide__img .tt-icon:before {
        content: "";
        display: inline-block;
        position: absolute;
        border: 6px solid transparent;
        border-left: 11px solid #fff;
        top: 50%;
        left: 50%;
        transform: translate(-5px, -6px)
    }
    .events-wide .events-wide__img a {
        height: 400px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 67px;
        top: -4px
    }
    .events-wide .blocktitle .tt-title-under {
        left: -11px
    }
}

@media (max-width:575px) {
    .subpages-inner {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .event-item {
        max-width: 248px;
        margin-left: auto;
        margin-right: auto
    }
    .events-wide .events-wide__img a {
        height: 235px
    }
    .events-wide .events-wide__img .tt-text {
        font-size: 40px;
        top: -3px
    }
    .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -7px
    }
    .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -7px;
        top: -4px
    }
    .events-wide .events-wide__content [class^=tt-btn] {
        margin-top: 28px
    }
    .events-wide.tt-item__revers .events-wide__content,
    .events-wide:not(.tt-item__revers) .events-wide__content {
        padding: 36px 13px 39px
    }
}

.events-wide-list .events-wide:nth-child(even) {
    flex-direction: row-reverse
}

.events-wide-list .events-wide:nth-child(even) .events-wide__img a {
    margin-top: 0;
    height: 531px
}

@-webkit-keyframes pulse {
    from {
        width: 100%;
        height: 100%;
        opacity: .8
    }
    50% {
        width: 140%;
        height: 140%;
        opacity: 0
    }
    to {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

@keyframes pulse {
    from {
        width: 100%;
        height: 100%;
        opacity: .8
    }
    50% {
        width: 140%;
        height: 140%;
        opacity: 0
    }
    to {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
    right: -19px
}

html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
    left: -19px
}

.slick-dots01 .slick-dots {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 9px 0 -8px
}

.slick-dots01 .slick-dots li {
    padding: 8px
}

.slick-dots01 .slick-dots li>* {
    width: 8px;
    max-width: 8px;
    height: 8px;
    display: block;
    background-color: #c4c4c4;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    box-shadow: none;
    outline: 0;
    border: none;
    padding: 0;
    transition: background-color .2s
}

.slick-dots01 .slick-dots li:not(.slick-active),
.slick-dots01 .slick-dots li:not(.slick-active)>* {
    cursor: pointer
}

.slick-dots01 .slick-dots li.slick-active>*,
.slick-dots01 .slick-dots li:hover>* {
    background-color: #ff1a43
}

@media (max-width:1024px) {
    .events-wide-list .events-wide:nth-child(even) .events-wide__img a {
        height: 449px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -14px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -16px
    }
    .slick-dots01 .slick-dots li {
        padding: 8px 9px
    }
    .slick-dots01 .slick-dots li>* {
        width: 6px;
        max-width: 6px;
        height: 6px
    }
}

@media (max-width:575px) {
    .events-wide-list .events-wide:nth-child(even) .events-wide__img a {
        height: 235px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__right {
        right: -8px
    }
    html:not(.win).safari .events-wide .events-wide__img .tt-text.tt-text__left {
        left: -8px
    }
    .slick-dots01 .slick-dots {
        margin-top: 0
    }
}

/* home page last sections css second over */



section.section.home_sections_2 h2{
  color: #000 !important
}
.events-wide:not(.tt-item__revers) .events-wide__content {
    padding: 30px 0px 50px 70px !important;
}
.events-wide__content.tt-color01 {
    padding: 40px 100px 40px 0px !important;
}



@media only screen and (min-width: 320px) and (max-width: 480px) {
section.section.bg-cover.about_sections_2.about_sections_2_mobile {
    padding-bottom: 101% !important;
}  
.some_of {
    padding-top: 40px;
    padding-bottom: 60px !important;
}  
.about_sections_33 .abt_right_img_wrapper {
    top: 920px;
}  
section.section.about_sections_1.about_sections_33 {
    padding-bottom: 550px !important;
}  
.about_sections_22 .abt_right_img_wrapper {
        top: -30px !important;
        width: 100%;
    }  
section.section.about_sections_1.about_sections_22 {
    padding-bottom: 650px !important;
}  
section.section.home_sections_2.malestripperPrice_5 {
    padding-bottom: 655px !important;
}  
section.section.home_sections_2.malestripperPrice_5 .col-md-8 {
    float: right;
    padding-left: 15px !important;
}  
.malestripperPrice_main section.section.home_sections_2.malestripperPrice_5 h2{
  font-size: 25.5px !important;
}  
.malestripperPrice_5 .abt_right_img_wrapper {
    top: 940px !important;
}  
section.section.home_sections_3.malestripperPrice_4 {
    padding-bottom: 690px !important;
}  
.home_sections_3 .abt_right_img_wrapper {
    top: 20px !important;
}  
section.section.home_sections_3.malestripperPrice_4 .col-md-8 {
    float: right;
    padding-top: 20px !important;
}  
section.section.home_sections_3.malestripperPrice_3 .col-md-8 {
    float: right;
    padding-top: 500px !important;
}  
section.section.home_sections_2.malestripperPrice_2 {
    padding-bottom: 500px !important;
}  
.malestripperPrice_2 .col-md-6.col-lg-6.col-sm-6.home_sections_2_last .abt_right_img_wrapper {
    top: 85px !important;
    margin-top: 30px !important;
}  
.malestripperPrice_2 .col-md-6.col-lg-6.col-sm-6.home_sections_2_last .sw_disc_img_btm {
    top: -101px !important;
}  
.malestripperPrice_main section.section.home_sections_2.malestripperPrice_2 {
    padding-top: 40px !important;
    text-align: left;
}  
.malestripperPrice_main section.section.home_sections_2.malestripperPrice_1 .col-md-12.text-center {
    text-align: left !important;
}  
.malestripperPrice_main section.section.home_sections_2.malestripperPrice_1 {
    padding-bottom: 40px !important;
    background: #000;
    text-align: left !important;
}  
.col-md-12.text-center.maleStripper_sections_sub_2 {
    padding-top: 30px !important;
}  
.maleStripper_sections_sub_11 .col-sm-6.home_sections_2_last {
    padding-bottom: 380px;
}  
.events-wide__content.tt-color02 .booknow_btn {
    padding-top: 10px !important;
    padding-bottom: 60px !important;
}  
 .home_sections_44 .col-md-6.left_sec {
    padding-right: 15px !important;
} 
section.section.position-relative.home_sections_4.home_sections_44{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}  
 .bachelorette_party_nyc .booknow_btn {
    text-align: left !important;
} 
section.section.home_sections_3_mobile .col-md-8 {
        float: right;
        padding-top: 600px !important;
    }  
.home section.overlay section#parallax{
  background-size: cover !important;
}  
.home_sections__2 .col-md-6.col-lg-6.col-sm-6.home_sections_2_last .abt_right_img_wrapper {
        margin-top: 0px;
}
section.section.home_sections_2.home_sections__2 {
        padding-top: 0px !important;
        padding-bottom: 320px !important;
}  
.musclemenmalestrippers_sections_1_2 h2 {
    color: #fff !important;
    font-size: 24px !important;
    margin-bottom: 0px;
    padding-top: 20px;
} 
.section_tickets_199 .col-md-8 {
    padding-top: 460px !important;
    padding-bottom: 40px ;
}  
.col-md-12.col-lg-12.mx-auto.sub_section_tickets_1.section_tickets_17 {
    padding-top: 0px !important;
} 
.section_tickets_17 .col-md-8 {
    padding-top: 690px !important;
}
.section_tickets_16 .col-md-8 {
    padding-bottom: 40px;
}
body.news_main.tickets .sections_news_5.section_tickets_15 {
    padding-top: 20px !important;
} 
section.section.overlay.home_sections_3.bachelorette_party_nyc.row.full-width.padding-top-89.padding-bottom-96.page-margin-top-section.parallax.parallax-1 p.font-secondary.paragraph-lg.text-dark {
    text-align: justify !important;
}
section.section.overlay.home_sections_3.bachelorette_party_nyc.row.full-width.padding-top-89.padding-bottom-96.page-margin-top-section.parallax.parallax-1 h2.BACHELORETTE_sections {
    text-align: left;
}
section.section.overlay.home_sections_3.bachelorette_party_nyc.row.full-width.padding-top-89.padding-bottom-96.page-margin-top-section.parallax.parallax-1 .col-md-12 {
    padding: 0px !important;
}
.sections_contactUs_33 .col-md-6.left-side {
    padding-top: 30px;
}
section.section.section-on-footer.sections_contactUs_1.sections_contactUs_33{
    padding-top: 60px !important;
}
body.contactus p.text-white {
    text-align: justify;
}
.sections_contactUs_1 h2.text-purple {
    font-size: 26px !important;
    line-height: 36px;
    padding-top: 30px;
}
.section_tickets_18 .col-md-4 .abt_right_img_wrapper {
    padding-top: 40px;
}
.section_tickets_18 .col-md-4 {
    padding-top: 340px !important;
}
.section_tickets_18 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section_tickets_3 .col-md-4 img.img-fluid {
    padding-left: 10px;
    padding-right: 10px;
}
.col-md-12.col-lg-12.mx-auto.sub_section_tickets_1 .col-md-8{
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.sections_news_5 p.font-secondary.paragraph-lg.text-dark {
    text-align: justify;
}
.sub_section_tickets_1.section_tickets_4 .col-md-8 {
    padding-top: 780px !important;
}
.section_tickets_3 .col-md-4 {
    padding-top: 790px !important;
}  
section.section.sections_news_1.sections_news_6 {
    padding-top: 0px !important;
    padding-bottom: 630px !important;
}
section.section.sections_news_1.sections_news_5 .col-md-8.right_side {
    padding-top: 770px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.section.sections_news_1.sections_news_5 {
    padding-top: 0px !important;
}
section.section.sections_news_1.sections_news_4 {
    padding-top: 0px !important;
}
section.section.sections_news_1.sections_news_3 .col-md-8.right_side {
    padding-top: 620px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.section.sections_news_3 {
    padding-top: 610px !important;
}  
body.news_main .sections_news_1 h1.section-title {
    font-size: 26px !important;
}
section.section.sections_news_1 p {
    padding-right: 0px !important;
}
.sections_news_2 a.btn.btn-xs.btn-primary {
    background-color: rgb(213 0 2) !important;
    color: #fff;
    padding: 15px 10px !important;
    border-radius: 10px;
    font-weight: 100;
    font-family: 'Josefin Sans', sans-serif !important;
}  
body.malestripper .events-wide-list.malestripper_last .events-wide .events-wide__img .tt-text.tt-text__left {
    left: -7px !important;
}
.malestripper_last .events-wide.tt-item__revers a.js-video-popup.lazyloaded {
    height: 400px;
}  
 .malestripper_last a.js-video-popup.lazyloaded {
    height: 400px;
} 
 .col-md-12.gallery_sections_12 .col-md-8 {
    padding-top: 190px;
} 
 .col-md-12.gallery_sections_10 .col-md-8 {
    padding-top: 140px;
} 
 .col-md-12.gallery_sections_8 .col-md-8 {
    padding-top: 190px;
} 
.col-md-12.gallery_sections_3 .col-md-8 {
    padding-top: 120px;
}
.maleStripper_sections_sub_14 {
    padding-top: 25px !important;
    padding-bottom: 40px;
}
.maleStripper_sections_sub_13 {
    padding-top: 0px !important;
}
.maleStripper_sections_sub_13 .col-md-6.right_side {
    padding-top: 430px !important;
}
.maleStripper_sections_sub_13 .col-md-6.right_side {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.maleStripper_sections_sub_3 img.img-responsive {
    padding-right: 0px !important;
}
.maleStripper_sections_sub_11 img.img-responsive {
    padding-right: 0px !important;
}
.maleStripper_sections_22 .abt_right_img_wrapper {
    margin-top: 0px !important;
}
 .maleStripper_sections_22 .col-md-6.right_side {
    padding-top: 400px;
} 
body.malestripper section.section.home_sections_2.maleStripper_sections_22 {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
}
.maleStripper_sections_sub_11 .col-md-6.right_side {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.section.home_sections_2.maleStripper_sections_22 {
    padding-top: 20px !important;
    padding-bottom: 60px !important;
}
section.section.maleStripper_sections_1 h4.font-tertiary.mb-3.section-title {
    text-align: left;
} 
 .col-md-6.col-lg-6.col-sm-6.home_sections_4_last .abt_right_img_wrapper {
    margin-top: 550px;
} 
 .col-md-6.col-lg-6.col-sm-6.home_sections_2_last .abt_right_img_wrapper {
    margin-top: 580px;
} 
    header.navigation.fixed-top {
    padding: 0px !important;
}
section#parallax {
    padding: 80px 0px 60px 0px !important;
}
.ml-5, .mx-5 {
    margin-left: 1rem!important;
}
/*nav.navbar.navbar-expand-lg.navbar-dark{
  padding: 0px;
}*/

.home_parallax_sections h1.text-white.text-center.font-tertiary {
    font-size: 24px !important;
    font-family: 'Josefin Sans', sans-serif !important;
    text-align: center !important;
    /*width: 330px;*/
    margin-left: 35px;
}
a.font-tertiary.slider_btn {
    color: #fff;
    background-color: #000;
    padding: 10px;
    margin-right: 10px;
    border-radius: 4px;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 10px;
}
.col-xl-6.col-lg-6.musclemenmalestrippers_sections_1{
  margin: 0px;
}
.musclemenmalestrippers_sections_1 .single-about.mb-30 {
    width: 60%;
    margin: 0px auto;
}
body.home .pt-130 {
    padding-top: 20px;
}
.about-1-video {
    margin-top: -43px;
    margin-left: -65px;
}
.about-video {
    margin: 0px auto !important;
    padding: 15px 25px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}
.musclemenmalestrippers_sections_1_2 {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 30px;
}
.about-area.pt-130.pb-100{
  padding-bottom: 10px;
}
section.section.home_sections_2 {
    padding: 40px 0px 460px 0px !important;
    background: #fff;
}
.home_sections_2 .col-md-6 p {
    margin-bottom: 0px !important;
    text-align: justify;
    padding-right: 0px;
    color: #000 !important;
    padding-top: 20px;
}
.home_sections_2 img.img-responsive {
    width: 90%;
}

.sw_disc_img_btm {
    position: absolute;
    top: -40px;
    left: 40px;
    -webkit-transition: all .5s;
}
.col-md-6.col-lg-6.col-sm-6.home_sections_2_last {
    float: right;
}
section.section.home_sections_2 h2.section-title {
    margin-bottom: 60px;
    font-size: 24px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
section.section.home_sections_3 .col-md-8 {
    float: right;
    padding-top: 700px;
}
section.section.home_sections_3 {
    padding: 0px 0px 30px 0px !important;
}
.home_sections_3 .booknow_btn {
    padding-bottom: 50px;
}
section.section.home_sections_3 p.font-secondary.paragraph-lg.text-dark {
    padding-top: 10px;
    text-align: justify;
}
section.section.home_sections_3 h2.section-title {
    margin-bottom: 10px;
    font-size: 24px;
}
.caption.caption_1 h2.section-title {
    color: #fff !important;
    font-size: 24px !important;
}
.bgimg-1 p.font-secondary.paragraph-lg.text-dark {
    padding: 0px 15px !important;
    text-align: justify;
}
.bgimg-1 {
    min-height: 1390px;
    background-attachment: scroll !important;
}
.caption.caption_1 {
    margin-top: -698px;
}
.caption.caption_1 h2.section-title {
    text-align: left;
    padding-left: 4.4%;
}
.home_sections_4 h2.section-title {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
    padding-left: 0% !important;
    text-align: left !important;
}
.home_sections_4 {
    padding: 40px 0px 450px 0px !important;
}
.home_sections_4 .col-md-6 p {
    margin-bottom: 0px !important;
    text-align: justify;
    padding-right: 0px;
}
.home_sections_4_last .sw_disc_img_btm {
    position: absolute;
    top: -40px;
    left: 40px;
    -webkit-transition: all .5s;
}
.home_sections_4_last img.img-responsive {
    width: 90%;
}
.section.section-indent02 {
    padding-top: 10px !important;
}
.events-wide:not(.tt-item__revers) .events-wide__content {
    padding: 0px 30px 0px 30px !important;
}
.events-wide .events-wide__img a {
    height: 335px;
}
.home .events-wide.tt-item__revers a.js-video-popup.lazyloaded {
    height: 360px;
}
.events-wide__content.tt-color01 {
    padding: 0px 30px !important;
}
.section.section-indent02 {
    padding-bottom: 0px;
}
section.section.home_sections_7 {
    padding: 20px 0px 40px 0px;
}
.home_sections_7 h3.book-button-info {
    font-size: 18px;
    float: left;
    margin-top: 15px;
    text-align: center;
    line-height: 24px;
}
.home_sections_7 button.home_footer_btn.malestripper_btn {
    font-size: 13px !important;
    padding: 10px;
    float: none;
    margin-top: 0px;
}
ul.footer_menu li {
    display: grid;
    padding: 0px 20px;
    text-align: center;
}
ul.footer_menu {
    padding: 0px !important;
}
.section.footer-section_1 {
    padding: 20px 0px !important;
}
.border-top.text-center.border-dark.py-5 {
    padding: 20px 20px !important;
}
.musclemenmalestrippers_sections_1_2 .booknow_btn {
    padding-top: 20px;
}
a.font-tertiary.slider_btn.second_btn.home {
    color: #fff;
    background-color: #000;
    padding: 14px 20px;
    margin-right: 10px;
    border-radius: 4px;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 14px;
}
.home_sections_3 .booknow_btn {
    padding-top: 10px !important;
}
.home_sections_4 .booknow_btn {
    padding-top: 24px !important;
}
button:hover {
    background-color: rgb(20 10 11) !important;
}
body.malestripper section#parallax {
    padding: 8px 0px 200px 0px !important;
}
section.section.maleStripper_sections_1 h3.font-tertiary.mb-3.section-title {
    text-align: left;
    font-size: 24px;
}
.maleStripper_sections_1 p {
    text-align: justify !important;
}
section.section.maleStripper_sections_1 {
    padding: 0px 15px;
    padding-top: 20px !important;
}
section.section.maleStripper_sections_2 {
    padding: 0px 0px 0px 0px;
}
section.section.malestripperPrice_sections_1 {
    padding: 0px 20px 0px 15px;
}
.malestripperPrice_sections_1 h2.section-title.text-center {
    font-size: 24px;
    text-align: left !important;
    margin-bottom: 20px;
}
.malestripperPrice_sections_1 .card-body {
    padding-left: 0px;
}
.card-body h4.card-title.text-white {
    margin-bottom: 0px;
}
.malestripperPrice_sections_1 .col-lg-4.col-sm-6.mb-4:last-child {
    margin-bottom: 0px !important;
}
.about_sections_1 h2.section-title {
    font-size: 24px !important;
}
.about_sections_1 h2.section-title {
    font-size: 24px !important;
    padding: 0px !important;
    margin-bottom: 20px !important;
}
h2.section-title.about_sec_h2 {
    font-size: 24px;
    margin-bottom: 0px;
    text-align: left;
    padding: 0px 13px;
}
.col-md-12.gallery_sections_1 .col-md-8 {
    padding-top: 155% !important;
}
body.malestripper .abt_right_img_wrapper_mobile img {
    width: 100% !important;
    border-radius: 40px 0px 40px 0px;
}
body.malestripper .abt_right_img_wrapper.abt_right_img_wrapper_mobile {
    padding: 0px 14px;
}
.maleStripper_sections_1 .col-md-8 {
    padding-right: 0px;
    padding-left: 0px !important;
}
.gallery_sections_1 p {
    text-align: justify !important;
    font-size: 17px !important;
}
.gallery_sections_2 .col-md-8 {
    padding-top: 3%;
}
.gallery_sections_2 p {
    text-align: justify !important;
    font-size: 17px !important;
}
.maleStripper_sections_2 h2.text-purple {
    font-size: 40px;
    text-align: left !important;
    padding-bottom: 10px;
}
.col-md-12.gallery_sections_2 {
    padding: 0% 4% 166% 4% !important;
}
.col-md-12.gallery_sections_3 .col-md-4 {
    padding-top: 152%;
}
.col-md-12.gallery_sections_3 {
    padding: 4% 4% 0% 4% !important;
}
.gallery_sections_3 p {
    text-align: justify !important;
    font-size: 17px !important;
}
.gallery_sections_4 .col-md-8 {
    padding-top: 0%;
}
.col-md-12.gallery_sections_4 {
    padding: 2% 4% 170% 4% !important;
}
.malestripper h2.text-purple {
    font-size: 28px !important;
}
.gallery_sections_4 .col-md-8 {
    padding-bottom: 10%;
}
.gallery_sections_4 p {
    text-align: justify !important;
    font-size: 17px !important;
}
.gallery_sections_6 .col-md-4 {
    padding-top: 150%;
}
.col-md-12.gallery_sections_6 {
    padding: 4% 4% 0% 4% !important;
}
.gallery_sections_6 p {
    text-align: justify !important;
    font-size: 17px !important;
}
.col-md-12.gallery_sections_7 {
    padding: 2% 4% 0% 4% !important;
}
.gallery_sections_7 .col-md-8 {
    padding-top: 0%;
}
.gallery_sections_7 p {
    text-align: justify !important;
    font-size: 17px !important;
}
.gallery_sections_7 .col-md-4 {
    padding-top: 140%;
}
.col-md-12.gallery_sections_8 {
    padding: 0% 5% 0% 5% !important;
}
.gallery_sections_8 .col-md-4 {
    padding-top: 150%;
}
.gallery_sections_8 p {
    text-align: justify !important;
    font-size: 17px !important;
}
.col-md-12.gallery_sections_9 {
    padding: 2% 5% 0% 5% !important;
}
.gallery_sections_9 .col-md-8 {
    padding-top: 0%;
}
.gallery_sections_9 p {
    text-align: justify !important;
    font-size: 17px !important;
}
.col-md-12.gallery_sections_10 {
    padding: 0% 5% 0% 5% !important;
}
.gallery_sections_10 .col-md-4 {
    padding-top: 150%;
}
.gallery_sections_10 p {
    text-align: justify !important;
    font-size: 17px !important;
}
.col-md-12.gallery_sections_11 {
    padding: 2% 5% 0% 5% !important;
}
.gallery_sections_11 .col-md-4 {
    padding-top: 175%;
}
.gallery_sections_11 .col-md-8 {
    padding-top: 0%;
}
.gallery_sections_11 p {
    text-align: justify !important;
    font-size: 17px !important;
}
.col-md-12.gallery_sections_12 {
    padding: 0% 5% 0% 5% !important;
}
.gallery_sections_12 .col-md-4 {
    padding-top: 136%;
}
.gallery_sections_12 p {
    text-align: justify !important;
    font-size: 17px !important;
}
.events-wide-list.malestripper_last {
    margin-top: -30px;
}
.malestripper button.malestripper_btn {
    font-size: 14px;
    width: 100%;
}
/*.malestripperPrice_main section#parallax {
    padding: 0% 0% 66% 0% !important;
}*/
section.section.malestripperPrice_sections_1 {
    padding: 10% 5% 0% 5% !important;
}

/*.about_main section#parallax {
    padding: 0% 0% 66% 0% !important;
}*/
.section.about_sections_1 .col-md-12.col-lg-12 {
    padding-top: 6%;
}
section.section.about_sections_1 {
    padding: 0px 0px 0px 0px !important;
}
.col-md-4.col-sm-6.mb-4.mb-md-0.about_sections_2_gallery_1 {
    padding: 0% 0% 160% 0%;
}
.col-md-4.col-sm-6.mb-4.mb-md-0.about_sections_2_gallery_2 {
    padding: 0% 0% 160% 0%;
}
.col-md-4.col-sm-6.mb-4.mb-md-0.about_sections_3_gallery_1 {
    padding: 0% 0% 156% 0%;
}
.col-md-4.col-sm-6.mb-4.mb-md-0.about_sections_3_gallery_2 {
    padding: 0% 0% 156% 0%;
}
.col-md-4.col-sm-6.mb-4.mb-md-0.about_sections_3_gallery_3 {
    padding: 0% 0% 156% 0%;
}
section.section.bg-cover.about_sections_2 {
    padding: 0% 8% 120% 8% !important;
}
section.section.bg-cover.about_sections_3 {
    padding: 0% 8% 5% 8% !important;
}
body.about_main .abt_right_img_wrapper img.card-img-top{
  border-radius: 20px 0px 20px 0px;
}
footer.bg-dark.footer-section p.mb-0.text-light {
    font-size: 15px !important;
    line-height: 24px;
}


/*body.news_main section#parallax {
    padding: 0% 0% 65% 0% !important;
}*/
section#parallax {
    padding: 140px 0px 60px 0px !important
}
body.news_main h1.section-title {
    font-size: 24px !important;
}
section.section.sections_news_1 {
    padding-bottom: 130%;
}
.sections_news_2 h2.section-title.text-center {
    text-align: left !important;
    font-size: 24px;
    margin-bottom: 24px;
}
section.section.sections_news_2 {
    padding: 10% 5% 0% 5%;
}
body.news_main .card-body {
    padding-left: 0px;
}
.sections_news_2 .col-lg-4.col-sm-6.mb-4:last-child {
    margin-bottom: 0px !important;
}
.tickets_main_sections section#parallax {
    padding: 0% 0% 65% 0% !important;
}
.section_tickets_1 h1.section-title {
    font-size: 24px !important;
    margin-bottom: 20px !important;
}
section.section.section_tickets_1 {
    padding: 8% 0% 0% 0% !important;
}
.section_tickets_11 .abt_right_img_wrapper {
    width: 100%;
    padding: 0px 12px;
}
.section_tickets_1 .col-md-4 {
    padding: 145% 0% 0% 0%;
}
.sub_section_tickets_1 .abt_right_img_wrapper {
    width: 100%;
    left: 0px !important;
    padding: 0px 12px;
}
body.tickets_main_sections section.section.home_sections_7 {
    padding: 20px 0px 40px 0px;
}
.last_ticket {
    margin-bottom: 0px !important;
}
.sections_contactUs_1 {
    padding-top: 10px !important;
    padding-bottom: 265px !important;
}
.sections_contactUs_1 iframe {
    padding-top: 20px;
    width: 100% !important; 
    border-radius: 30px 0px !important;
}
.sub_section_tickets_1 .col-md-8 {
    padding-top: 30px;
}

body.booknow_main section#parallax {
    padding: 0% 0% 66% 0% !important;
}
.sections_bookNow_1 h1.text-purple {
    font-size: 24px !important;
    padding: 0% 8%;
    margin-bottom: 10px !important;
}
body.booknow_main section.section.sections_bookNow_1 {
    padding: 8% 0% 0% 0% !important;
}
.sections_bookNow_1 .abt_right_img_wrapper {
    top: 0px;
    width: 100%;
    padding:  0px 12px;
}
.sections_bookNow_1 .col-md-4 {
    padding-bottom: 640px;
}
.events-wide__content.tt-color02 p {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 17px !important;
    text-align: justify;
}
.sections_contactUs_1 {
    padding-bottom: 220px !important;
}
.col-md-12.col-lg-12.mx-auto.sub_section_tickets_1 {
    padding: 22% 5% 0% 5% !important;
}
.sub_section_tickets_1 .col-md-8 {
    padding-top: 165%;
}
section.section.sections_news_1 {
    padding-bottom: 4% !important;
}
.sub_section_tickets_1 button.malestripper_btn.tickets_btn {
    background-color: rgb(213 0 2) !important;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 100;
    font-size: 13px !important;
}
body.contactus section.section.home_sections_7 {
    padding: 40px 0px 40px 0px;
}
body.booknow_main h1.section-title.text-center {
    font-size: 24px !important;
    text-align: left !important;
    padding: 0px 13px;
    margin-bottom: 14px !important;
}
body.booknow_main section.section.sections_news_1 {
    padding-top: 30px !important;
}
body.booknow_main .col-md-12.col-lg-12.mx-auto.sub_section_tickets_1 iframe.lazyloaded {
    border: 1px solid #fff !important;
}
.home section#parallax {
    background: url(../images/illustrations/musclemenmalestrippers-banner_1.gif) !important;
    background-position: 50% -140%!important;
    background-repeat: no-repeat; 
}
.home_parallax_sections .layer-bg.w-100 {
    display: none;
}
.home_parallax_sections .col-lg-11.mx-auto {
    top: 40px;
}
section#parallax::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
}
.noting_is_more_sections h2.BACHELORETTE_sections {
    font-size: 24px !important;
    color: #fff !important;
    padding: 15% 0% 0% 0%;
}
.noting_is_more_sections p.font-secondary.paragraph-lg.text-dark {
    padding: 2% 0% 0% 0% !important;
}
.bachelorette_party_nyc .row {
    padding: 0px !important;
    margin: 0px !important;
}
.overlay::before {
    opacity: 0.7 !important;
}
a.navbar-brand.font-tertiary.h3 img {
    width: 80%;
    padding: 5px 0px;
}
button.navbar-toggler {
    padding-top: 0px !important;
    margin-top: 0px !important;
}
ul.navbar-nav.ml-auto a.nav-link {
    padding: 5px 0px 10px 0px !important;
}
}

.booknow_btn {
    padding-top: 40px;
}
/*.musclemenmalestrippers_sections_1_2 .booknow_btn a {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important;
    padding: 20px 160px !important;
    text-align: center !important;
}*/
.booknow_btn a.font-tertiary.slider_btn.second_btn.home {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
a.font-tertiary.slider_btn.second_btn.home:hover{
    background: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    color: rgb(213 0 2) !important;
    -webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    transition: all 0.5s !important;
    border: 1px solid #fff !important;
}

.gallery_sections_1 .col-md-8 {
    float: right;
}

.malestripper p.font-secondary.paragraph-lg.text-white{
  font-size: 17px;
}
.malestripper h2.text-purple{
  font-size: 34px;
}
.gallery_sections_2 .col-md-4 {
    float: right;
}
.gallery_sections_4 .col-md-4 {
    float: right;
}
.gallery_sections_7 .col-md-4 {
    float: right;
}
.gallery_sections_9 .col-md-4 {
    float: right;
}
.gallery_sections_11 .col-md-4 {
    float: right;
}
section.section.sections_bookNow_1{
    padding-top: 2%  !important;
}

.section.section-indent02 h4.tt-title {
    font-family: 'Josefin Sans', sans-serif !important;
}

.events-wide__content.tt-color01 p{
    font-family: 'Josefin Sans', sans-serif !important;
}
.events-wide__content.tt-color02 p {
    font-family: 'Josefin Sans', sans-serif !important;
    text-align: justify;
}

.col-md-12.col-lg-12.mx-auto.sub_section_tickets_1 {
    padding-top: 10%;
}
.sections_news_1 .abt_right_img_wrapper img.img-fluid {
    width: 100%;
    border-radius: 0px 40px;
    margin-top: -60px;
}
button.malestripper_btn.tickets_btn {
    background-color: rgb(213 0 2) !important;
    color: #fff;
    padding: 14px 20px;
    border-radius: 10px;
    font-weight: 100;
    font-size: 15px !important;
}
.booknow_main .section_tickets_1 .abt_right_img_wrapper {
    top: 60px;
    width: 80%;
}
body.booknow_main .sub_section_tickets_1 {
    padding-top: 140px !important;
}
body.booknow_main iframe.lazyloaded {
    border: 0px !important;
}
.section.section-indent02 {
    padding-bottom: 0px !important;
}
.parallax-1 {
    background-image: url(../images/illustrations/customer_bg.jpg) !important;
    background-attachment: fixed;
    background-size: cover;
    background-position: center 0;
    margin: 0px !important;
}
.noting_is_more_sections h2.BACHELORETTE_sections {
    color: #fff !important;
    font-weight: bold;
    text-align: center;
}

nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 0px !important;
}
section.section.bachelorette_party_nyc.overlay::before {
    opacity: 0.8 !important;
}
h2.BACHELORETTE_sections {
    font-size: 40px !important;
}
.bachelorette_party_nyc p {
    padding: 0% 4% 0% 4% !important;
    text-align: center !important;
}
.navbar-dark .navbar-brand {
    margin: 0px !important;
    padding: 0px !important;
}
a.navbar-brand.font-tertiary.h3 {
    font-size: 0px;
}

.home_sections_33 p.font-secondary.paragraph-lg {
    margin-bottom: 0px !important;
    text-align: justify;
    padding-right: 40px;
    color: #000 !important;
    padding-left: 30px;
}
.home_sections_44 p.font-secondary.paragraph-lg.text-dark {
    padding-left: 30px;
    padding-right: 30px;
}
.musclemenmalestrippers_sections_11 p.font-secondary.paragraph-lg.text-dark {
    font-size: 16px !important;
    text-align: justify !important;
    padding-top: 0px !important;
    padding-left: 40px;
    padding-right: 20px;
}
.musclemenmalestrippers_sections_11 .booknow_btn {
    margin-left: 40px;
}
.home_sections_44 .booknow_btn {
    margin-left: 10px;
    margin-top: 20px;
}
h4.font-tertiary.mb-3.section-title {
    color: #fff !important;
}
section.section.home_sections_2.maleStripper_sections_22 {
    background: #000;
}
section.section.home_sections_2.maleStripper_sections_22 p.font-secondary.paragraph-lg.text-dark{
    color: #fff !important;
    padding-right: 0px;
}
section.section.home_sections_2.maleStripper_sections_22 {
    padding: 0px !important;
}
section.section.home_sections_2.maleStripper_sections_22 .abt_right_img_wrapper {
    position: absolute;
    top: 20px;
    right: 0;
}
body.malestripper section.section.home_sections_2.maleStripper_sections_22 h2{
    color: #fff !important;
    text-align: left !important; 
}
body.malestripper section.section.home_sections_2.maleStripper_sections_22 h2 {
    color: #fff !important;
    text-align: left !important;
    font-size: 27px;
}
section.section.home_sections_2.maleStripper_sections_22 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
section.section.home_sections_2.maleStripper_sections_22 .col-md-6.right {
    float: right;
}
section.section.home_sections_2.maleStripper_sections_22 .col-md-6.col-lg-6.col-sm-6.home_sections_2_last.left_side img.img-responsive {
    padding-right: 90px !important;
}
.col-md-12.text-center.maleStripper_sections_sub_2 {
    padding-top: 60px;
}
.col-md-12.text-center.maleStripper_sections_sub_3 {
    padding-top: 40px;
}

body.malestripper .events-wide-list.malestripper_last .events-wide .events-wide__img .tt-text.tt-text__left {
    top: 36px;
    left: -17px;
}
.booknow_sections_1 h4 {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}
.booknow_sections_1 h1.section-title {
    padding-left: 10px;
}


.maleStripper_sections_sub_11 .col-md-6.right_side {
    float: right;
}
.maleStripper_sections_sub_11 .col-md-6.right_side {
    padding-left: 40px;
    padding-right: 0px;
}
.maleStripper_sections_sub_11 img.img-responsive {
    padding-right: 90px;
}
.maleStripper_sections_sub_3{
    float: right;
}
.maleStripper_sections_sub_3 .col-md-6.right_side {
    padding-left: 40px;
    padding-right: 0px;
}
.maleStripper_sections_sub_3 img.img-responsive {
    padding-right: 90px;
}
.maleStripper_sections_sub_3 .col-md-6.right_side {
    float: right;
}
body.news_main h1.section-title {
    font-size: 30px !important;
}
section.section.sections_news_1 p {
    padding-right: 40px;
}
section.section.sections_news_3{
  padding-top: 40px;
}
.sections_news_3 .col-md-8.right_side {
    float: right;
}
section.section.sections_news_3 .col-md-8.right_side {
    padding-left: 40px;
    padding-right: 0px;
}
section.section.sections_news_3 p {
    padding-right: 0px;
}
.sections_news_5 .col-md-8.right_side {
    float: right;
}
section.section.sections_news_3 {
    padding-top: 40px;
    padding-bottom: 0px;
}
section.section.sections_news_5 .col-md-8.right_side {
    padding-left: 40px;
    padding-right: 0px;
}
section.section.sections_news_5 {
    padding-top: 40px;
    padding-bottom: 20px;
}
.sections_news_7 .col-md-8.right_side {
    float: right;
}
section.section.sections_news_7 .col-md-8.right_side {
    padding-left: 40px;
    padding-right: 0px;
}
section.section.sections_news_7 {
    padding-top: 40px;
    padding-bottom: 20px;
}
a.btn.btn-xs.btn-primary.full_with {
    width: 100%;
    margin-bottom: 40px;
}
.news_sections_11 h3.section-title {
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 30px;
    padding-top: 40px;
}
.news_sections_11 h4.section-title {
    margin-bottom: 20px;
    padding-top: 20px;
}
img.news_img {
    width: 100%;
    padding-top: 20px;
    border-radius: 80px;
}
.section_tickets_3 {
    padding-top: 50px;
}
.section_tickets_4 {
    padding-top: 80px !important;
}
.sections_news_5 {
    padding-top: 80px !important;
}
h4.section-title.white {
    color: #fff !important;
    margin-bottom: 20px !important;
}
h1.section-title.white {
    color: #fff !important;
}
h1.section-title.why_hire {
    padding-left: 0px;
}
.contactus img.img-fluid {
    border-radius: 0px 40px 0px 40px;
}
.section_tickets_18 {
    padding-top: 40px;
}
.section_tickets_17 {
    padding-top: 60px !important;
}
.section_tickets_19 {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
}
.section_tickets_199 {
    padding-top: 50px !important;
}
.row.blog_sections h4.card-title {
    line-height: 35px;
    padding-bottom: 20px;
}
.section_tickets_199 h4.section-title.white {
    line-height: 40px;
}
.musclemenmalestrippers_sections_1_2 h2{
  color: #fff !important;
  font-size: 40px;
  margin-bottom: 0px;
}
.home_sections_1 {
    padding-bottom: 110px;
}
.home_sections_2 ul{
  padding-top: 20px;
  margin-left: -20px;
}
.home_sections_2 ul li {
    margin-bottom: 0px !important;
    text-align: justify;
    padding-right: 0px;
    color: #000 !important;
    padding-left: 30px;
    list-style: disc;
    padding-left: 10px;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 18px !important;
}
.home_sections__2 .col-md-6 {
    padding-bottom: 60px;
    padding-top: 50px;
}
.home_sections_3 h4.section-title {
    margin-bottom: 0px;
    color: #fff !important;
}
.bachelorette_party_nyc h4.section-title {
    text-align: center;
    margin-top: 80px;
}
.bachelorette_party_nyc  ul{
  padding-top: 20px;
  margin-left: -20px;
  text-align: center;
}
.bachelorette_party_nyc ul li {
    margin-bottom: 0px !important;
    text-align: center;
    padding-right: 0px;
    color: #fff !important;
    padding-left: 30px;
    padding-left: 10px;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 18px !important;
}

.bachelorette_party_nyc a.font-tertiary.slider_btn
{
  margin-right: 0px !important;
}
.home_sections_4 h2{
  text-align: left !important;
  margin-left: 10px;
} 
.home_sections_4 h4.section-title.text-center {
    color: #fff !important;
    margin-bottom: 15px;
    text-align: left !important;
}
.home_sections_44 h2{
  text-align: left !important;
  margin-left: 5px;
  margin-top: 0px;
  padding-bottom: 20px;
  padding-top: 60px;
  color: #fff !important;
}

.home_sections_44 .abt_right_img_wrapper {
    top: 0px !important;
}
h2.section-title.text-center.get_your {
    margin-left: 0px;
    margin-bottom: 20px !important;
}
.home_sections__2 .home_sections_2_last {
    margin-top: -90px !important;
}
.home_sections_3 .abt_right_img_wrapper {
    top: 0px;
}
section.section.about_sections_1 h2 span {
    color: #fff;
}
.about_sections_2 .abt_right_img_wrapper {
    top: -40px;
}
section.section.about_sections_1.about_sections_2 {
    padding-bottom: 20px !important;
}
.some_of {
    padding-top: 40px;
    padding-bottom: 100px;
}
.about_sections_22 h2.section-title {
    padding-top: 0px !important;
}
.section.about_sections_1 h2.section-title {
    margin-bottom: 30px;
    font-size: 35px;
    padding-top: 41px;
}

.about_sections_33 .col-md-8 {
    float: right;
}
.about_sections_33 .col-md-8 p{
    text-align: justify;
}
.about_sections_33 .col-md-4 {
    float: left;
}
.about_sections_33 p {
    text-align: justify !important;
}
.about_sections_33 .abt_right_img_wrapper {
    width: 81%;
}
h2.section-title.book_your {
    padding-top: 20px !important;
}
.about_sections_22 .abt_right_img_wrapper {
    top: -60px;
}
.maleStripper_sections_sub_11 .col-md-6.right_side {
    padding-top: 0px;
}
h2.section-title.bachelorette_party_nyc {
    color: #fff !important;
}

.home_sections_44 .col-md-6.left_sec {
    padding-right: 80px;
}
.home_sections_44 .col-md-6.left_sec ul {
    list-style: disc;
    margin-left: -15px;
}
.home_sections_44 .col-md-6.left_sec ul li{
    padding-left: 10px;
}
.events-wide__content.tt-color02 .booknow_btn .slider_btn.second_btn.home {
    color: #fff !important;
    background: #000 !important;
    border-radius: 0px;
}
.events-wide__content.tt-color02 .booknow_btn .slider_btn.second_btn.home:hover {
    color: #fff !important;
    background: #d20303 !important;
    border-radius: 0px;
}
.events-wide__content.tt-color02 .booknow_btn {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*.malestripperPrice_1 p.font-secondary.paragraph-lg.text-dark {
    color: #000 !important;
}*/
section.section.home_sections_2.malestripperPrice_1 h2.section-title{
  color: #fff !important;
}
section.section.home_sections_2.malestripperPrice_2 h2.section-title{
  color: #000 !important;
}
.malestripperPrice_1 {
    padding-bottom: 0px !important;
    padding-top: 80px !important;
}
section.section.home_sections_2.malestripperPrice_1 {
    padding-bottom: 80px !important;
    background: #000;
}
.malestripperPrice_1 h2.section-title {
    margin-bottom: 0px !important;
}
section.section.home_sections_2.malestripperPrice_2 {
    padding-top: 80px !important;
}

.malestripperPrice_2 .col-md-6.col-lg-6.col-sm-6.home_sections_2_last .abt_right_img_wrapper {
    top: 420px;
}

.malestripperPrice_2 .col-md-6.col-lg-6.col-sm-6.home_sections_2_last .sw_disc_img_btm {
    top: -390px;
}
.malestripperPrice_2 h2.section-title {
    margin-bottom: 20px !important;
}

.malestripperPrice_3 ul {
    list-style: disc;
    margin-left: -20px;
}
.malestripperPrice_3 ul li{
    padding-left: 10px;
    color: #fff;
}
.malestripperPrice_3 .list_ol{
  list-style: decimal;
  color: #fff;
  margin-left: -20px;
}
.malestripperPrice_3 ol li{
    padding-left: 10px;
    color: #fff;
}

.malestripperPrice_4 .col-md-8 {
    float: left !important;
}
.malestripperPrice_4 .col-md-4 {
    float: right !important;
}

.malestripperPrice_4 ul {
    list-style: disc;
    margin-left: -20px;
}
.malestripperPrice_4 ul li{
    padding-left: 10px;
    color: #fff;
}
.malestripperPrice_4 .list_ol{
  list-style: decimal;
  color: #fff;
  margin-left: -20px;
}
.malestripperPrice_4 ol li{
    padding-left: 10px;
    color: #fff;
}
section.section.home_sections_3.malestripperPrice_3 {
    padding-bottom: 0px !important;
}
h2.section-title.Looking_to {
    padding-top: 30px;
}
.malestripperPrice_4 p {
    padding-top: 0px !important;
}
section.section.home_sections_2.malestripperPrice_5 .col-md-4 {
    float: left;
}
section.section.home_sections_2.malestripperPrice_5 .col-md-8 {
    float: right;
    padding-left: 40px;
}
.malestripperPrice_5 h2.section-title {
    margin-bottom: 0px !important;
    font-size: 35px !important;
}
h2.section-title.ready_to {
    padding-top: 30px;
}
.malestripperPrice_5 .abt_right_img_wrapper {
    top: 0;
}
section.section.home_sections_2.malestripperPrice_5 p.font-secondary.paragraph-lg {
    color: #000;
    font-size: 18px;
}
.booknow_sec_1 ul {
    color: #fff;
}
.booknow_sec_1 ul {
    list-style: disc;
    margin-left: -20px;
}
.booknow_sec_1 ul li{
    padding-left: 10px;
    color: #fff;
}

.booknow_sec_11 h2.section-title {
    font-size: 35px !important;
}
.booknow_sec_11 .abt_right_img_wrapper {
    top: 20px;
}

.booknow_sec_3 h2.section-title {
    font-size: 35px !important;
}
.booknow_sec_3 .abt_right_img_wrapper {
    top: -30px;
}
section.section.sections_news_1.booknow_sec_1 {
    padding-top: 80px !important;
    padding-bottom: 60px;
}
.booknow_sec_3 .col-md-4.col-lg-4.col-sm-4.home_sections_2_last {
    float: left;
}
.booknow_sec_3 .col-md-8 {
    float: right;
    padding-left: 5%;
}
.booknow_sec_3 .col-md-8 p {
    margin-bottom: 0px !important;
    text-align: justify;
    padding-right: 40px;
    color: #000 !important;
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif !important;
}
.booknow_sec_3 h2.section-title {
    margin-bottom: 0px !important;
}
body.booknow_main .booknow_sec_3 {
  padding-bottom: 80px !important;
}

h4.The_hottest {
    color: #fff;
    padding-bottom: 20px;
    font-weight: bold;
}

.what_to {
    list-style: disc;
    margin-left: -20px;
}
.what_to li{
    padding-left: 10px;
    color: #fff;
    line-height: 35px;
    font-size: 17px;
}
.btn_ {
    padding-top: 20px;
}

.section_tickets_14 ul {
    list-style: disc;
    margin-left: -20px;
    padding-bottom: 20px;
}
.section_tickets_14 ul li{
    padding-left: 10px;
    color: #fff;
    line-height: 35px;
    font-size: 17px;
}
.sections_contactUs_33 .col-md-6.left-side h2.text-white{
    padding-bottom: 10px;
}
.sections_contactUs_22 h2.text-white{
    padding-bottom: 10px;
}
.sections_contactUs_22 .col-md-6.right_2 {
    padding-left: 40px;
}