/* 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: 59px;
	height: 59px;
	/*background: url(../images/loader-thumb1.gif) no-repeat center;*/
	transform:translateY(-50%);
	display: inline-block;
	margin:0 auto 0;
	position: absolute;
	top:50%;
	right:0;
	left:0;
}
.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: 125px;
	font-size: 22px;
	line-height: 42px;
	right: 0;
	width: 40px;
	background:url(../images/scrollup-arrow1.jpg) no-repeat center / cover;
	color: #ffffff;
	text-align: center;
	height: 40px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	z-index: 9999999 !important;
}
#scrollUp:focus, #scrollUp:hover {
	background:url(../images/scrollup-arrow11.jpg) no-repeat center / cover;
}
/* :: 8.0 Hero CSS */
.welcome-slides {
	width:100%;
	float:left;
	position: relative;
	z-index: 1;
}
.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 {
	width:100%;
	float:left;
	position: relative;
	z-index: 2;
	width: 100%;
	background-color: #ffffff;
}
.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; position:relative;
}
.single-welcome-slide .main-bg-img:after { content:""; width:100%; height:293px; /*background:url(../images/banner-after.png) no-repeat;*/ position:absolute; top:0; right:0; left:0;}
.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;
}
/* :: 12.0 effect thumb CSS */
.effect-thumb1, .effect-thumb2 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	cursor:pointer;
}
.effect-thumb1 img, .effect-thumb2 img {
	width: 100%;
	-webkit-transition-duration: 800ms;
	-o-transition-duration: 800ms;
	transition-duration: 800ms;
}
.effect-thumb1:hover img, .effect-thumb2:hover img { filter:grayscale(100%); -webkit-filter:grayscale(100%);}
.effect-thumb1 .line1, .effect-thumb2 .line1 {
	background-color: #472a3f;
	position: absolute;
	z-index: 10;
	top: -15px;
	right: -15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.effect-thumb1 .line1 {
	width: 100px;
	height: 10px;
}
.effect-thumb2 .line1 {
	width: 50px;
	height: 10px;
}
.effect-thumb1 .line1::after, .effect-thumb2 .line1::after {
	content: '';
	background-color: #472a3f;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.effect-thumb1 .line1::after {
	height: 100px;
	width: 10px;
}
.effect-thumb2 .line1::after {
	height: 50px;
	width: 10px;
}
.effect-thumb1 .line2, .effect-thumb2 .line2 {
	background-color: #472a3f;
	position: absolute;
	z-index: 10;
	bottom: -15px;
	left: -15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.effect-thumb1 .line2 {
	width: 100px;
	height: 10px;	
}
.effect-thumb2 .line2 {
	width: 50px;
	height: 10px;
}
.effect-thumb1 .line2::after, .effect-thumb2 .line2::after {
	content: '';
	background-color: #472a3f;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.effect-thumb1 .line2::after {
	height: 100px;
	width: 10px;
}
.effect-thumb2 .line2::after {
	height: 50px;
	width: 10px;
}
.effect-thumb1:focus .line1, .effect-thumb1:hover .line1, .effect-thumb2:focus .line1, .effect-thumb2:hover .line1 {
	opacity: 1;
	visibility: visible;
	top: 0;
	right: 0;
}
.effect-thumb1:focus .line2, .effect-thumb1:hover .line2, .effect-thumb2:focus .line2, .effect-thumb2:hover .line2 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	left: 0;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.caption-row1 { width:100%; padding-bottom:70px;}
.single-welcome-slide .main-bg-img:after { display:none;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.caption-row1 { width:100%; padding-bottom:70px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.caption-row1 { width:100%; padding-bottom:70px;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

