/* Import Fonts & All CSS */

.bg-overlay {

	position: relative;

	z-index: 1;

}

.bg-overlay::after {

	position: absolute;

	content: "";

	height: 100%;

	width: 100%;

	top: 0;

	left: 0;

	z-index: -1;

	background-color: rgba(0, 0, 0, 0.5);

}

.box-shadow {

	-webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);

	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);

}

.jarallax {

	position: relative;

	z-index: 0;

}

.jarallax > .jarallax-img {

	position: absolute;

	object-fit: cover;

	font-family: 'object-fit: cover;';

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: -1;

}

.mfp-iframe-holder .mfp-close {

	top: 0;

	width: 30px;

	height: 30px;

	background-color: #ed489d;

	text-align: center;

	right: 0;

	padding-right: 0;

	line-height: 32px;

}

.bg-transparent {

	background-color: transparent !important;

}

.bg-gray {

	background-color: #f0f0f0 !important;

}

/* :: 3.0 Preloader CSS */

#preloader {

	position: fixed;

	width: 100%;

	height: 100%;

	z-index: 9999999999;

	top: 0;

	left: 0;

	background-color: #ffffff;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

}

.wrapper {

	padding-left: 1em;

	padding-right: 1em;

	margin: auto;

	display: block;

	width: 195px;

}

.cssload-loader {

	width: 49px;

	height: 49px;

	border-radius: 50%;

	margin: 3em;

	display: inline-block;

	position: relative;

	vertical-align: middle;

	background: #1b8c9f;

}

.cssload-loader, .cssload-loader:after, .cssload-loader:before {

	animation: 1.15s infinite ease-in-out;

	-o-animation: 1.15s infinite ease-in-out;

	-ms-animation: 1.15s infinite ease-in-out;

	-webkit-animation: 1.15s infinite ease-in-out;

	-moz-animation: 1.15s infinite ease-in-out;

}

.cssload-loader:after, .cssload-loader:before {

	width: 100%;

	height: 100%;

	border-radius: 50%;

	position: absolute;

	top: 0;

	left: 0;

}

.cssload-loader {

	animation-name: cssload-loader;

	-o-animation-name: cssload-loader;

	-ms-animation-name: cssload-loader;

	-webkit-animation-name: cssload-loader;

	-moz-animation-name: cssload-loader;

}

 @keyframes cssload-loader {

 from {

 transform: scale(0);

 opacity: 1;

}

to {

	transform: scale(1);

	opacity: 0;

}

}

@-o-keyframes cssload-loader {

 from {

 -o-transform: scale(0);

 opacity: 1;

}

to {

	-o-transform: scale(1);

	opacity: 0;

}

}

@-ms-keyframes cssload-loader {

 from {

 -ms-transform: scale(0);

 opacity: 1;

}

to {

	-ms-transform: scale(1);

	opacity: 0;

}

}

@-webkit-keyframes cssload-loader {

 from {

 -webkit-transform: scale(0);

 opacity: 1;

}

to {

	-webkit-transform: scale(1);

	opacity: 0;

}

}

@-moz-keyframes cssload-loader {

 from {

 -moz-transform: scale(0);

 opacity: 1;

}

to {

	-moz-transform: scale(1);

	opacity: 0;

}

}

/* :: 5.0 Backtotop CSS */

#scrollUp {

	bottom: 50px;

	font-size: 22px;

	line-height: 42px;

	right: 0;

	width: 40px;

	background: no-repeat center / cover;

	color: #ffffff;

	text-align: center;

	height: 40px;

	-webkit-transition-duration: 500ms;

	-o-transition-duration: 500ms;

	transition-duration: 500ms;

}

#scrollUp:focus, #scrollUp:hover {

	background: no-repeat center / cover;

}

/* :: 8.0 Hero CSS */

.welcome-slides {

	position: relative;

	z-index: 1;

	overflow: hidden;

}

.welcome-slides .owl-prev { left:5%;}

.welcome-slides .owl-next {right: 15%;}

.welcome-slides .owl-prev, .welcome-slides .owl-next {

	-webkit-transition-duration: 500ms;

	-o-transition-duration: 500ms;

	transition-duration: 500ms;

	position: absolute;

	bottom: 0;

	width: 100px;

	height: 100px;

	background-color: #ffffff;

	text-align: center;

	line-height: 100px;

	color: #232323;

	font-size: 30px;

	z-index: 10;

}

.single-welcome-slide {

	position: relative;

	z-index: 2;

	width: 100%; float:left;

	background-color: #0f6371;

}

.single-welcome-slide .bg-curve {

	position: absolute;

	width: 60%;

	height: 100%;

	background-repeat: no-repeat;

	background-position: top right;

	background-size: contain;

	top: 0;

	right: 0;

}

.single-welcome-slide .main-bg-img {

	width: 100%; float:left;

}

.mona-actor-slide .owl-next,  .mona-actor-slide .owl-prev,  .mona-all-model-slide .owl-next,  .mona-all-model-slide .owl-prev,  .mona-models-slide .owl-next,  .mona-models-slide .owl-prev,  .mona-singer-slide .owl-next,  .mona-singer-slide .owl-prev {

	-webkit-transition-duration: 500ms;

	-o-transition-duration: 500ms;

	transition-duration: 500ms;

	width: 17px;

	height: 24px;

	border-radius: 50%;

	background-color: rgba(0, 0, 0, 0.2);

	color: #ffffff;

	text-align: center;

	line-height: 60px;

	font-size: 24px;

	position: absolute;

}