@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

@font-face {
    font-family: 'NHaasGroteskDSPro-55Rg';
    src: url('../fonts/NHaasGroteskDSPro-55Rg.woff2') format('woff2'),
        url('../fonts/NHaasGroteskDSPro-55Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NHaasGroteskDSPro-75Bd';
    src: url('../fonts/NHaasGroteskDSPro-75Bd.woff2') format('woff2'),
        url('../fonts/NHaasGroteskDSPro-75Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Light.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Thin.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-XThin.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-XThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}




* {
	margin: 0;
	padding: 0;
}

.selector-for-some-widget {
	box-sizing: content-box;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: auto !important;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	font-size: 14px;
	line-height: 1;
	position: relative;
	z-index: auto;
	font-family: 'NHaasGroteskDSPro-55Rg';
	 font-weight: normal;
    font-style: normal;
	color: #000;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	margin-bottom: 15px;
	line-height: 1;
	font-family: 'NHaasGroteskDSPro-75Bd';
  font-weight: bold;
  letter-spacing: 1px;
}

ol,
ul,
dl {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

a {
	color: #012f6f;
	text-decoration: none;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	outline: none;
}

button:focus {
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.button:focus {
	outline: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn:focus {
	box-shadow: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

p {
	color: #505050;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 15px;
	font-weight: 400;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

textarea:focus,
input:focus {
	outline: none;
}

.wow {
	visibility: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.bg-light {
	background-color: #F2F2F4!important;
}

.btn-type-1 {
	border: 2px solid #f7262d;
	padding: 15px 40px;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: transparent;
}

.btn-type-1:hover {
	background: #f7262d;
	color: #fff;
}


.btn-type-2 {
	border: 0;
	font-size: 16px;
	padding: 18px 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: #231f20;
}

.btn-type-2:hover {
	background: #e9c121;
	color: #000;
}
.owl-prev {
	width: 35px;
	height: 60px;
	background: #de2228 !important;
	position: absolute;
	left: 15px;
	bottom: 50%;
	transform: translate(0, 50%);
	outline: none;
	font-size: 25px !important;
	color: #fff !important;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	opacity:0;
}
.owl-next {
	width: 35px;
	height: 60px;
	background: #de2228 !important;
	position: absolute;
	right: 15px;
	bottom: 50%;
	transform: translate(0, 50%);
	outline: none;
	font-size: 25px !important;
	color: #fff !important;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	opacity:0;
}
.owl-next:hover{
	background: #000 !important;
}
.owl-prev:hover{
	background: #000 !important;
}
.owl-carousel:hover .owl-prev {
	left: 0;
	opacity:1;
}
.owl-carousel:hover .owl-next {
	right: 0;
	opacity:1;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
		touch-action: auto;
	}
.owl-next.disabled, .owl-prev.disabled{
	opacity: .5 !important;
	cursor: not-allowed !important;
}

/*Header style start*/
.header {
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background: #de2228;
	z-index: 999;
	padding: 12px 0;
}
.nav-brand {
    width: 200px;
}
/*Header style end*/

/*banner style start*/

.section-home-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.single-banner-slide{
	position: relative;
	height: 100vh;
	min-height: 767px;
}
.single-banner-slide::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	content: "";
	background: rgba(228, 33, 39, 0.23);
	z-index: 9;
}
.section-home-banner img{
	width:100%;
	height:100%;
	object-fit: cover;
	display:block;
}
.banner-slides-content {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 99;
}
.banner_caption {
    max-width: 670px;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.banner_caption h3{
    font-size: 50px;
    color: #fff;
    font-family: 'NHaasGroteskDSPro-75Bd';
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}
.banner_caption h3 span{
	color: #de2228;
}

/*banner style end*/

.section-available-time{
	padding: 70px 0;
	background-repeat: repeat;
	background-attachment: fixed !important;
	overflow: hidden;
}
.section-available-time .heading-1{
	font-size: 26px;
}
.time-sec-left{
	position: relative;
	height: 100%;
}
.time-sec-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.time-sec-left::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: -106%;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.7);
}
.time-sec-details{
	background: rgba(0, 0, 0, 0.7);
	padding: 36px 24px;
	height: 100%;
	position: relative;
}
.time-sec-details::after{
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100%;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.7);
}

.time-sec-details h5{
	font-size: 20px;
	font-family: 'NHaasGroteskDSPro-55Rg';
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
}
.time-sec-details h5 a {
    color: #fff;
    display: flex;
    align-items: center;
}
.time-sec-details h5 a .con-icon{
	padding-right: 8px;
	width: 35px;
}
.time-sec-details h5 a:hover{
	color: #de2228;
}
.time-sec-details .btn-wraper{
	margin-top: 35px;
}

.section-fitness-services{
	padding: 0 0 70px;
	background-repeat: repeat !important;
	background-attachment: fixed !important;
	overflow: hidden;
	background: #f6f6f6 !important;
}
.section-fitness-services h5{
	font-size: 30px;
	font-family: 'NHaasGroteskDSPro-55Rg';
	font-weight: normal;
	color: #fff;
	background: #000;
	padding: 15px;
	margin-bottom: 70px;
}
.fit-ser-col{
	margin-bottom: 30px;
}
.fit-ser-circle{
	width: 270px;
	height: 270px;
	margin: 0 auto;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	background: #e83c3b;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
}
.fit-ser-circle:hover{
	background: #ef4e4d;
}
.fit-icon{
	width: 130px;
	margin: 0 auto 15px;
}
.fit-ser-circle h4{
	font-size: 18px;
	line-height: 24px;
	font-family: 'NHaasGroteskDSPro-55Rg';
	color: #fff;
}
.section-about{
	padding: 70px 0;
	background: #000;
	overflow: hidden;
}
.about-text{
	padding: 45px 150px 100px;
	height: 100%;
	background-repeat: repeat !important;
	background-attachment: fixed !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-text h2{
	font-size: 55px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #fff;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.about-text p{
	font-size: 35px;
	line-height: 47px;
	color: #fff;
	font-family: 'Neue Haas Grotesk Display Pro';
	font-weight: 600;
	letter-spacing: .8px;
}
.about-image{
	height: 100%;
	padding: 0 24px;
}
.about-image img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.section-fitness-que{
	padding: 70px 0;
	background: #b65053;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-attachment: fixed !important;
	position: relative;
	overflow: hidden;
}
.section-fitness-que::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	content: "";
	background: rgba(200, 106, 108, 0.81);
	z-index: 1;
}
.que-wraper{
	position: relative;
	z-index: 99;
}
.section-fitness-que h4{
		font-size: 25px;
		line-height: 1.2;
    color: #fff;
    font-family: 'NHaasGroteskDSPro-55Rg';
    font-weight: normal;
    margin-bottom: 24px;
    position: relative;
    padding-left: 36px;
}
.section-fitness-que h4::before{
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
}
.section-fitness-que h4:last-child{
	margin-bottom: 0;
}
.heading-1{
		font-size: 42px;
		text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}
.contact-section{
	padding: 70px 0;
}
.contact-section .heading-1{
	color: #de2228;
	margin-bottom: 50px;
}
.contact-wraper{
	overflow: hidden;
}
.form .form-group {
    margin-bottom: 25px;
}
.form .form-control{
	border: 0;
	border-bottom: 2px solid #eaeaea;
	border-radius: 0;
	padding: 20px 0;
	font-size: 16px;
}
.form textarea {
    height: 120px !important;
}
.form .form-control:focus {
    background-color: transparent;
    border-color: #eaeaea;
    outline: 0;
    box-shadow:none;
}

.form input::-webkit-input-placeholder,
.form select::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #989898 !important;
}

.form input::-moz-placeholder,
.form select::-moz-placeholder {
	/* Firefox 19+ */
	color: #989898 !important;
}

.form input:-ms-input-placeholder,
.form .form-group select:-ms-input-placeholder {
	/* IE 10+ */
	color: #989898 !important;
}

.form input:-moz-placeholder,
.form select:-moz-placeholder {
	/* Firefox 18- */
	color: #989898 !important;
}

.form textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #989898 !important;
}

.form textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #989898 !important;
}

.form textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #989898 !important;
}

.form textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #989898 !important;
}
.btn-submit {
	display: inline-block;
	background: #df2229;
	color: #fff;
	font-size: 22px;
	padding: 15px 40px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
	text-align: center;
	border: 0;
}
.btn-submit:hover{
	background: #000;
}
.location-map{
	height: 100%;
}
.location-map iframe{
	width: 100%;
	height: 100%;
	display: block;
}

.footer{
	background: #000;
	padding: 60px 0;
}
.footer h4{
	font-size: 30px;
	color: #de2228;
	margin-bottom: 10px;
}
.footer p{
	font-size: 20px;
	color: #fff;
	margin-bottom: 0px;
}
.ftr-links{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8px 0 10px 0;
	padding: 0;
}
.ftr-links:last-child{
	margin-bottom: 0;
}
.ftr-links li{
	font-size: 20px;
	color: #fff;
	padding: 0 10px;
	border-right: 2px solid #fff;
}
.ftr-links li:last-child{
	border-right: 0;
}
.ftr-links li a{
	font-size: 20px;
	color: #fff;
}
.ftr-links li a:hover{
	color: #de2228;
}

.scroll.active{
	color: #000;
}

/*Back to top arrow start*/
#back-to-top {
	display: inline-block;
	background-color: #de2228;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	position: fixed;
	bottom: 24px;
	left: 24px;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 0 10px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}

#back-to-top i {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
}

#back-to-top:hover {
	cursor: pointer;
	background-color: #000;
	color: #fff;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
}

#back-to-top:hover i {
	position: relative;
	bottom: 0;
	left: 0;
	transform: none;
}
/*Back to top arrow end*/

.section-summer-deals{
	/*background: rgb(2,85,143);
	background: linear-gradient(0deg, rgba(2,85,143,1) 0%, rgba(251,225,161,1) 50%);*/
	background: url("../images/summer-bg.png");
	background-repeat: repeat-x;
	background-size: contain;
	padding: 70px 0;
	position: relative;
}
.summer-left-bg{
	max-width: 24%;
	position: absolute;
	top: 0;
	left: 0;
}
.summer-bird-bg{
	max-width: 1124px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.section-summer-deals h1{
	font-size: 137px;
	color: #ea6727;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	position: relative;
	z-index: 11;
}
.section-summer-deals h1 span{
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ea6727;
  color: transparent;
  font-weight: 300;
}
.sun-bg {
    margin-top: -58px;
}
.offer-box-wraper{
	margin-top: -105px;
}
.deals-box{
	border: 2px solid #fff;
	-webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
}
.deals-box h4{
	background: #fff;
	font-size: 28px;
	line-height: 28px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #dd2228;
	padding: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.deals-box h5{
	font-size: 24px;
	line-height: 26px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #fff;
	padding: 20px 10px;
	margin-bottom: 0;
	border-bottom: 3px solid #fff;
	text-transform: uppercase;
}
.deals-box h5:last-child{
	border-bottom: 0;
}
.btn-book-now{
	font-size: 13px;
	line-height: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #fff;
	background: #dd2228;
	border: 2px solid #fff;
	padding: 10px 35px;
	text-transform: uppercase;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    top: -18px;
    position: relative;
}
.btn-book-now:hover{
	background: #fff;
	color: #dd2228;
}
.whasp-icon {
    width: 42px;
    height: 42px;
    display: block !important;
    position: fixed;
    right: 24px;
    bottom: 60px;
    z-index: 99;
}
.social-icon{
	margin: 25px 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-icon li{
	list-style: none;
	text-decoration: none;
	padding: 0 10px;
}
.social-icon li a{
	color: #fff;
	font-size: 26px;
}
.social-icon li a:hover{
	color: #de2228;
}

.fixed-chat{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #fff !important;
	background: #de2228;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(222,34,40,1);
-moz-box-shadow: 0px 0px 13px 0px rgba(222,34,40,1);
box-shadow: 0px 0px 13px 0px rgba(222,34,40,1);
}
.fixed-chat:hover{
	transform: scale(1.2);
}
.icon-whatsapp{
	-webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    border-radius: 100%;
}
.icon-whatsapp:hover{
	transform: scale(1.1);
}

/*Home page new section style start*/
.section-my-philosophy{
	padding: 70px 0;
	overflow: hidden;
}
.quote-icon-L {
    width: 71px;
    display: block;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.quote-icon-R {
    width: 71px;
    display: block;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.philo-text h4{
	font-size: 30px;
	line-height: 1.2;
	font-family: 'NHaasGroteskDSPro-55Rg';
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.philo-text h5{
	font-size: 25px;
	line-height: 1.3;
	font-family: 'NHaasGroteskDSPro-55Rg';
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
}
.philo-text h5:last-child{
	margin-bottom: 0;
}
.my-philosophy-row{
	position: relative;
}
.philo-text {
    padding: 0 100px;
}
.fit-ser-row{
	row-gap: 24px;
}
.color-1 {
    color: #760004;
}
.modal{
	z-index: 99999;
}
.modal-backdrop{
	z-index: 9999;
}
.rrf-modal h4 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'NHaasGroteskDSPro-55Rg';
}

.fit-ser-circle .mre--btn {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.fit-ser-circle .mre--btn:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.fit-ser-circle:hover .mre--btn {
    opacity: 1;
}
/*.fit-ser-circle::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(41, 41, 41, 0.8);
    opacity: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.fit-ser-circle:hover .fit-ser-circle:after {
    opacity: 1;
}*/

/*Snow falling effect start*/
#snow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .2;
}

.flake {
  position: absolute;
}
/*Snow falling effect end*/

.top-content-box {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 60px;
    margin-bottom: 70px;
}
 
.top-content-box h5 {
    font-size: 25px;
    line-height: 1.3;
    font-family: 'NHaasGroteskDSPro-55Rg';
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}
.top-content-box h5:last-child{
	margin-bottom: 0;
}

.bg-black {
    background: #000;
    padding: 3px 6px;
}

.gallery-section{
	background: #f6f6f6;
}
.sec-padding{
	padding: 70px 0;
}

.gallery-box-1 {
    width: 100%;
    height: 407px;
    position: relative;
    overflow: hidden;
}
.gallery-box-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.gallery-box-1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.gallery-box-1::after {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.gallery-box-1.video::after {
    content: "\f04b";
    opacity: 1;
    display: none;
}
.gallery-box-1:hover::before {
    opacity: 1;
}
.gallery-box-1:hover::after {
    opacity: 1;
}
.gallery-box-1:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.gallery-box-1 video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.fancybox__html5video, .fancybox__iframe{
	outline: 0 !important;
}
.gallery-owl .owl-dots {
    text-align: center;
    margin-top: 12px;
}
.gallery-owl .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 100px;
    background-color: transparent;
    border: 1px solid #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gallery-owl .owl-dots .owl-dot.active {
    width: 27px;
    background-color: #de2228;
    border-color: #de2228;
}