html,body{
	overflow-x: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
}
.home-carousel-column .carousel-row .slick-slide{
	margin: 0 8px;
}
.home-carousel-column .carousel-row.rtl .slick-list,
.home-carousel-column .carousel-row.rtl .slick-slide{
	transform: scaleX(-1);
}
.pricing-slider-row .slick-arrow.slick-disabled,
.locations-row.slider-row .slick-arrow.slick-disabled{
	opacity: 0;
    pointer-events: none;
}
.locations-row.slider-row .slick-arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 0;
    border: 0 !important;
    background: none!important;
    transition: opacity .3s ease;
    z-index: 2;
}
.locations-row.slider-row .slick-arrow:before{
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  color: #FD0101;
}
.locations-row.slider-row .slick-prev{
    left: -75px;
}
.locations-row.slider-row .slick-next{
    right: -75px;
}
.locations-row.slider-row .slick-next:before{
    content: "\f054"!important;
}
.locations-row.slider-row .slick-slide{
	padding: 0 15px;
    top: 4px;
    position: relative;
}
.specialty-row .card-item .back-side,
.specialty-row .card-item .front-side{
	transition: all .4s linear;
}
.specialty-row.mobile .card-item .back-side{
	transform: translateX(-100%);
}
.specialty-row .card-item .back-side{
	position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.specialty-row .card-item .front-side{
	transform: translate(0);
}
.specialty-row .card-item.hovered .front-side{
	transform: translateY(100%);
}
.specialty-row .card-item.hovered .back-side{
	z-index: 3;
    transform: translate(0);
}
.specialty-row .card-item.mobile-hovered .front-side{
	transform: translateX(100%);
}
.specialty-row .card-item.mobile-hovered .back-side{
	transform: translateX(0%);
}
.specialty-row .card-item .flip-btn{
	top: 0;
    bottom:0;
}
.specialty-row .card-item .flip-btn .elementor-widget-container{
	display: flex;
    justify-content: center;
    align-items: center;
}
.specialty-row.mobile .card-item.mobile-hovered .flip-btn{
	transform: scaleX(-1);
}
.inner-border > .e-con-inner{
	position: relative;
    border: 0;
    border-top: 3px;
    border-bottom: 3px;
    border-style: solid;
}
.inner-border > .e-con-inner:before{
	content: "";
	width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    border-top: 3px;
    border-bottom: 3px;
    border-style: solid;
    display: block;
    top: -2.5px;
    box-sizing: content-box;
}
.red-border.inner-border > .e-con-inner,
.red-border.inner-border > .e-con-inner:before{
	border-color: rgba(253, 1, 1, 1);
}
.left-side.inner-border > .e-con-inner:before{
    left: -100%;
}
.left-side.inner-border > .e-con-inner{
    border-right-width: 3px;
}
.right-side.inner-border > .e-con-inner:before{
    right: -100%;
}
.right-side.inner-border > .e-con-inner{
    border-left-width: 3px;
}
.feature-cards-section .card-item:hover .elementor-heading-title{
    color: white!important;
}
.custom-blogs-tab-slider .slick-dots,
.custom-gallery-tab-slider .slick-dots,
.gallery-slider .slick-dots,
.content-image-slider-controls #custom-slider-dots ul,
.testimonial-slider-controls #custom-slider-dots ul{
	list-style: none;
    padding: 0;
    display: flex;
    column-gap: 8px;
}
.custom-blogs-tab-slider .slick-dots button,
.custom-gallery-tab-slider .slick-dots button,
.gallery-slider .slick-dots button,
.content-image-slider-controls #custom-slider-dots ul li button,
.testimonial-slider-controls #custom-slider-dots ul li button{
	font-size: 0;
    padding: 3px;
    border-radius: 100%;
    background: #ccc;
    border: none!important;
}
.content-image-slider-controls #custom-slider-dots ul li.slick-active button,
.testimonial-slider-controls #custom-slider-dots ul li.slick-active button{
	background: #FD0101;
}
.gallery-slider .slick-list{
	margin: 0 -16px;
    padding: 30px 60px;
}
.gallery-slider .slick-slide{
	margin: 0 20px;
    width: 295px;
    position: relative;
}
.gallery-slider .slick-slide img{
    width: 100%;
}
.gallery-slider .slick-slide:before{
    width: calc(100% + 20px);
    height: calc(100% + 14px);
    position: absolute;
    content: "";
    background: linear-gradient(-35deg, black, #fff);
    left: -10px;
    top: -10px;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.gallery-slider .slick-slide img,
.gallery-slider .slick-slide:before{
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.gallery-slider .slick-dots{
	justify-content: center;
    margin-top: 30px;
}
.custom-blogs-module .slick-dots li.slick-active button,
.custom-gallery-module .slick-dots li.slick-active button,
.gallery-slider .slick-dots li.slick-active button{
	background: black;
}
.custom-blogs-tab-slider .slick-arrow,
.custom-gallery-tab-slider .slick-arrow,
.gallery-slider .slick-arrow{
	position: absolute;
    top: 0;
    padding: 0;
    background: none!important;
    border: 0 !important;
    left: 35px;
    bottom: 0;
    z-index: 3;
}
.custom-blogs-tab-slider .slick-arrow:hover i,
.custom-gallery-tab-slider .slick-arrow:hover i,
.gallery-slider .slick-arrow:hover i{
	color: white !important;
    background: #b7000a;
}
.custom-blogs-tab-slider .slick-arrow i,
.custom-gallery-tab-slider .slick-arrow i,
.gallery-slider .slick-arrow i{
	font-size: 24px;
    color: #b7000a;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background: white;
    border: 1px solid #b7000a;
    display: flex;
    flex-flow: column;
    justify-content: center;
}      
.gallery-slider .slick-next{
	left: auto;
    right: 35px;
}
.inclusions-cards .elementor-widget-image-box .elementor-widget-container,
.inclusions-cards .elementor-widget-image-box{
	position: relative;
    z-index: 2;
}
.inclusions-cards .elementor-widget-image-box:before{
	width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    content: "";
    background: linear-gradient(-35deg, #fd0101, #fff);
    left: -10px;
    top: -10px;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.pricing-slider-row .slick-arrow{
	color: #b7000a;
    background: white;
    height: 56px;
    width: 56px;
    margin: auto;
    z-index: 3;
    border-radius: 100% !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    box-shadow: 0 15px 15px 0px rgba(0, 0, 0, .11);
}
.pricing-slider-row .slick-next{
	right: -12px;
    left: auto;
}
.pricing-slider-row .slick-track{
	display: flex;
    column-gap: 0;
}
.pricing-slider-row .slick-slide{
	margin: 0 16px;
}
.content-image-slider-section .image-col *{
    min-height: inherit;
    height: 100%;
}
.content-image-slider-section .image-col .elementor-widget-image{
	position: absolute;
    opacity: 0;
    transition: all .4s ease;
    z-index: 2;
    width: 100%;
}
.content-image-slider-section .image-col .elementor-widget-image *{
    object-fit: cover;
    object-position: top center;
    width: 100%;
}
.content-image-slider-section .image-col .elementor-widget-image.active{
	z-index: 3;
    opacity: 1;
}
.content-image-slider-section .content-col .item h5{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.content-image-slider-section .content-col .item .content{
    font-size: 20px;
    color: black;
}
.content-image-slider-section .content-col .item .content li{
    padding: 5px 0;
}
.content-image-slider .slick-slide > div > div{
	display: flex !important;
}
/* hiding all bullets by default */
.content-image-slider-section .slick-dots li {
    display: none
}
/* only displaying the active bullets and the 2 bullets next to it */
.content-image-slider-section .slick-dots li.slick-active,
.content-image-slider-section .slick-dots li.slick-active + li,
.content-image-slider-section .slick-dots li.slick-active + li + li {
    display: block;
}
/* displaying the last three bullets when slick-active class isn't applied to any li before them  */
.content-image-slider-section .slick-dots li:nth-last-child(1),
.content-image-slider-section .slick-dots li:nth-last-child(2),
.content-image-slider-section .slick-dots li:nth-last-child(3),
.content-image-slider-section .slick-dots li:nth-last-child(4),
.content-image-slider-section .slick-dots li:nth-last-child(5) {
    display: block;
}
/* hiding the last three bullets if slick-active exist before them */
.content-image-slider-section .slick-dots li.slick-active ~ li:nth-last-child(1),
.content-image-slider-section .slick-dots li.slick-active ~ li:nth-last-child(2),
.content-image-slider-section .slick-dots li.slick-active ~ li:nth-last-child(3),
.content-image-slider-section .slick-dots li.slick-active ~ li:nth-last-child(4),
.content-image-slider-section .slick-dots li.slick-active ~ li:nth-last-child(5) {
    display: none;
}
/* specific conditions to always display the last three bullets */
.content-image-slider-section .slick-dots li.slick-active + li + li:nth-last-child(5),
.content-image-slider-section .slick-dots li.slick-active + li + li:nth-last-child(4),
.content-image-slider-section .slick-dots li.slick-active + li + li:nth-last-child(3),
.content-image-slider-section .slick-dots li.slick-active + li + li:nth-last-child(2),
.content-image-slider-section .slick-dots li.slick-active + li + li:nth-last-child(1),
.content-image-slider-section .slick-dots li.slick-active + li:nth-last-child(5),
.content-image-slider-section .slick-dots li.slick-active + li:nth-last-child(4),
.content-image-slider-section .slick-dots li.slick-active + li:nth-last-child(3),
.content-image-slider-section .slick-dots li.slick-active + li:nth-last-child(2),
.content-image-slider-section .slick-dots li.slick-active + li:nth-last-child(1){
    display: block;
}
.custom-blogs-module,
.custom-gallery-module{
    display: flex;
    flex-flow: column;
    gap: 40px;
}
.custom-blogs-module .tab-contents,
.custom-gallery-module .tab-contents{
    overflow: hidden;
}
.custom-blogs-module .tab-content,
.custom-gallery-module .tab-content{
    z-index: -1;
    height: 0;
    position: relative;
}
.custom-blogs-module .tab-content.active,
.custom-gallery-module .tab-content.active{
    z-index:2;
    height: 100%;
}
.custom-blogs-tab-slider .slick-slide,
.custom-gallery-tab-slider .slick-slide{
    margin: 0 15px;
}
.custom-blogs-tab-slider .slick-list,
.custom-gallery-tab-slider .slick-list{
    margin: 0 -15px;
}
.custom-blogs-module .blog-items,
.custom-gallery-module .gallery-items{
    padding-bottom: 80px;
}
.custom-blogs-module .blog-item{
    min-height: 280px;
    margin: 15px auto;
}
.custom-blogs-module .blog-item .item-row{
    min-height: inherit;
}
.custom-gallery-module .gallery-item{
    height: 400px;
}
.custom-gallery-module .gallery-item *{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.custom-blogs-module .slick-dots,
.custom-gallery-module .slick-dots{
    position: absolute;
    bottom: 25px;
    left: 0;
}
.custom-blogs-module .slick-arrow,
.custom-gallery-module .slick-arrow{
    left: auto;
    right: 65px;
    top: auto;
}
.custom-blogs-module .slick-next,
.custom-gallery-module .slick-next{
    right: 0;
}
.custom-gallery-module .tab-links .row{
    margin: 0 -20px;
}
.custom-gallery-module .tab-links a{
    padding: 0 20px !important;
    position: relative;
    font-family: 'Inter';
    font-weight: 700;
    border-right: 1px solid;
}
.custom-gallery-module .tab-links a.active{
    text-decoration: underline;
    text-underline-offset: 6px;
}
.custom-gallery-module .tab-links a:last-child{
    border: none;
}
.custom-blogs-module .slick-arrow.slick-disabled,
.custom-gallery-module .slick-arrow.slick-disabled{
    pointer-events: none;
    opacity: .4;
}
.custom-blogs-module .blog-item .item-row{
    display: flex;
    flex-flow: row;
    height: 100%;
}
.custom-blogs-module .blog-item .col{
    width:50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.custom-blogs-module .blog-item .post-title{
    margin-bottom: 0;
}
.custom-blogs-module .blog-item .col.img-column{
    background-size: cover;
    background-position: center;
}
.custom-blogs-module .blog-item .col.content-column{
    padding: 20px 30px;
}
.custom-blogs-module .blog-item .post-content{
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
}
.custom-blogs-module .tab-links select{
    border: 1px solid #b7000a;
    border-radius: 0;
    color: #b7000a;
    outline: none;
    appearance: none;
    max-width: 230px;
    padding: 10px 30px 10px 10px;
    font-family: inherit;
}
.team-member-modal{
    position: relative;
    background: #E6E5E5;
    padding: 40px;
    width:auto;
    max-width: 1100px;
    margin: 40px auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
} 
.team-member-modal .slider-nav{
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.team-member-modal .slider-nav *{
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: top center;
}
.team-member-modal .member-container{
    flex-flow: column;
}
.team-member-modal .member-container,
.team-member-modal .member-avatar{
    display: flex;
    gap: 30px;
}
.team-member-modal .slider{
    width: 100%;
}
.team-member-modal .slider-nav{
    width: 20%;
}
.team-member-modal .slider-single{
    min-height: 350px;
    position: relative;
}
.team-member-modal .slider-single .image-item{
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 1;
    height: auto;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.team-member-modal .slider-single .image-item:not(.is-active){
    opacity: 0;
    height: 0;
    z-index: 1;
}
.team-member-modal .slider-nav .image-item.is-active{
    pointer-events: none;
    opacity: .5;
}
.team-member-modal .slider-single *{
    height: 100%;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: top center;
}
.team-member-modal img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.team-member-modal .member-content h4,
.team-member-modal .member-content h5{
    margin-bottom: 10px;
}
.team-member-modal .member-content p{
    margin-block-end: 1em;
}
.team-member-modal .member-content .member-primary{
    padding: 0 0 10px;
}
.team-member-modal .mfp-close{
    background: none !important;
    border: none !important;
}
.team-details-container{
    width: 23%;
}
.team-details-container .member-avatar{
    border-radius: 10px;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 0 20px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.2);
}
.team-details-container .member-avatar *{
    height: inherit;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.team-member-items{
    display: flex;
    column-gap: 2%;
    row-gap: 20px;
    flex-wrap: wrap;
}
.team-details-container .modal-open{
    display: block;
}
.team-details-container .member-info{
    display: block;
    text-align: center;
    padding: 10px;
}
.team-details-container .member-info h5{
    margin: 0 auto;
}
.team-member-modal .elementor-button{
    box-shadow: border-box;
    box-sizing: border-box;
    color: white;
    border: 1px solid black;
    background: #b7000a !important;
    font-family: "Inter";
    font-weight: 500;
}
.team-member-modal .elementor-button:hover{
    border-color: black;
    background: red !important;
    color: black !important;
}
html.remove-margin.in-active,
html.remove-margin.in-active body{
    overflow-y: hidden !important;
}
html.remove-margin.in-active .mfp-wrap{
    overflow-y: auto;
}
form.elementor-form .elementor-field-group-start_time_tw_1,
form.elementor-form .elementor-field-group-start_time_tw_2,
form.elementor-form .elementor-field-group-start_time_tw_3,
form.elementor-form .elementor-field-group-start_time_tw_4,
form.elementor-form .elementor-field-group-start_time_tw_5,
form.elementor-form .elementor-field-group-end_time_tw_1,
form.elementor-form .elementor-field-group-end_time_tw_2,
form.elementor-form .elementor-field-group-end_time_tw_3,
form.elementor-form .elementor-field-group-end_time_tw_4,
form.elementor-form .elementor-field-group-end_time_tw_5,
form.elementor-form .elementor-field-group-hens_name_tw_1,
form.elementor-form .elementor-field-group-hens_name_tw_2,
form.elementor-form .elementor-field-group-hens_name_tw_3,
form.elementor-form .elementor-field-group-hens_name_tw_4,
form.elementor-form .elementor-field-group-hens_name_tw_5,
form.elementor-form .elementor-field-group-start_time_stripper_1,
form.elementor-form .elementor-field-group-start_time_stripper_2,
form.elementor-form .elementor-field-group-start_time_stripper_3,
form.elementor-form .elementor-field-group-hens_name_stripper_1,
form.elementor-form .elementor-field-group-hens_name_stripper_2,
form.elementor-form .elementor-field-group-hens_name_stripper_3,
form.elementor-form .elementor-field-group-hens_costume_stripper_1,
form.elementor-form .elementor-field-group-hens_costume_stripper_2,
form.elementor-form .elementor-field-group-hens_costume_stripper_3,
form.elementor-form .elementor-field-group-start_time_ld,
form.elementor-form .elementor-field-group-end_time_ld,
form.elementor-form .elementor-field-group-hens_name_ld{
    display: none;
}
form.elementor-form div.enabled{
    display: flex !important;
}

/*-----------------------------------*/
/*        RESPONSIVENESS             */ 
/*-----------------------------------*/
@media only screen and (min-width: 768px){
    .specialty-row .card-item .front-side,
    .specialty-row .card-item .back-side{
        min-height: 500px !important;
    }
    .specialty-row .card-item .elementor-heading-title span,
    .specialty-row .card-item .elementor-heading-title font{
        display: block;
    }

}
@media only screen and (max-width: 1440px){
    .locations-row.slider-row .slick-prev{
        left: -30px;
    }
    .locations-row.slider-row .slick-next{
        right: -30px;
    }
    .locations-row.slider-row .slick-arrow:before{
        background: white;
        padding: 6px 10px;
        border: 1px solid;
        border-radius: 100%;
    }
}

/*-----------1400px---------------*/
@media only screen and (max-width: 1400px){
    .gallery-slider .slick-list{
        padding: 10px 45px;
    }
    .gallery-slider .slick-prev{
        left: 15px;
    }
    .gallery-slider .slick-next{
        right: 15px;
    }
    .pricing-slider-row{
        padding: 0 10px;
    }
    .pricing-slider-row .slick-prev{
     left: 0;
 }
 .pricing-slider-row .slick-next{
    right: 0;
}
}

/*-----------981px---------------*/
@media only screen and (max-width: 981px){
    .pricing-slider-row .slick-arrow{
        width: 48px;
        height: 48px;
    }
    .team-details-container .member-avatar{
        height: 250px;
    }
    .team-member-items{
        column-gap: 20px;
        row-gap: 30px;
        justify-content: center;
    }
    .team-details-container{
        width: calc(50% - 20px);
    }
    .team-member-modal{
        padding: 50px 20px 30px;
    }
    .team-member-modal .member-avatar{
        flex-flow: column;
        gap: 20px;
    }
    .team-member-modal .slider-single{
        min-height: 380px;
    }
    .team-member-modal .slider-nav{
        width: 100%;
        flex-flow: row;
        gap: 10px;
    }
    .team-member-modal .slider-nav *{
        width: 100%;
        height: 70px;
    }
}

/*-----------767px---------------*/
@media only screen and (max-width: 767px){
    .locations-row.slider-row .slick-prev{
        left: -30px;
    }
    .locations-row.slider-row .slick-next{
        right: -30px;
    }
    .gallery-slider .slick-prev{
        left: 20px;
    }
    .gallery-slider .slick-next{
        right: 20px;
    }
    .custom-blogs-module .slick-arrow i,
    .custom-gallery-module .slick-arrow i,
    .gallery-slider .slick-arrow i{
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    .custom-blogs-module .blog-items,
    .custom-gallery-module .gallery-items{
        padding-bottom: 60px;
    }
    .custom-blogs-module .slick-prev,
    .custom-gallery-module .slick-prev{
        right: 50px;
    }
    .custom-blogs-module .slick-dots,
    .custom-gallery-module .slick-dots{
        bottom: 15px;
    }
    .custom-gallery-module .tab-links .row{
        display: flex;
        flex-flow: column;
        margin: 0 auto;
        padding-left: 0;
        border-left: 1px solid #b7000a;
        gap: 10px;
    }
    .custom-gallery-module .tab-links a{
        border: none;
        padding: 0 10px !important;
    }
    .custom-blogs-module .tab-links select{
        max-width: 100%;
        text-align: center;
    }
    .custom-blogs-module .blog-item .item-row{
        flex-flow: column;
    }
    .custom-blogs-module .blog-item .col{
        width: 100%;
    }
    .custom-blogs-module .blog-item .col.img-column{
        min-height: 250px;
    }
    .custom-blogs-module .blog-item .col.content-column{
        padding: 10px 10px 20px;
    }
    .pricing-slider-row .slick-arrow{
        width: 42px;
        height: 42px;
    }
    .specialty-row .card-item .flip-btn{
        top: auto !important;
        left: 0;
        bottom: 70px;
    }
}